  ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #E87F17;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
  }

  ::-webkit-scrollbar-thumb:window-inactive {
    background-color: #E87F17
  }

  body {
    font-family: sans-serif, Century Gothic, Segoe UI, Arial, Helvetica !important;
  }

  .text-underline {
    text-decoration: underline !important
  }

  .text-line-through {
    text-decoration: line-through
  }

  .textarea-resize-none {
    resize: none !important
  }

  .textarea-resize-h {
    resize: horizontal !important
  }

  .textarea-resize-v {
    resize: vertical !important
  }

  .text-elips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .word-wrap {
    word-wrap: break-word
  }

  .word-break-all {
    word-break: break-all
  }

  .cursor-pointer {
    cursor: pointer
  }

  .cursor-no-drop {
    cursor: no-drop !important
  }

  .cursor-no-event {
    pointer-events: none
  }

  .xxxxxl-text {
    font-size: 55px !important
  }

  .xxxxl-text {
    font-size: 45px !important
  }

  .xxxl-text {
    font-size: 35px !important
  }

  .xxl-text {
    font-size: 30px !important
  }

  .xl-text {
    font-size: 25px !important
  }

  .lg-text {
    font-size: 20px !important
  }

  .md-text {
    font-size: 18px !important
  }

  .sm-text {
    font-size: 16px !important
  }

  .xs-text {
    font-size: 14px !important
  }

  .xxs-text {
    font-size: 12px !important
  }

  .xxxs-text {
    font-size: 10px !important
  }

  .opacity-1 {
    opacity: 1 !important
  }

  .opacity-0 {
    opacity: 0 !important
  }

  .z-0 {
    z-index: 0 !important
  }

  .z-1 {
    z-index: 1 !important
  }

  .z-2 {
    z-index: 2 !important
  }

  .overflow-x-auto {
    overflow-x: auto
  }

  .overflow-y-auto {
    overflow-y: auto
  }

  .overflow-x-hidden {
    overflow-x: hidden
  }

  .overflow-y-hidden {
    overflow-y: hidden
    
  }

  .primary-text {color: #184F80 !important}
  .success-text {color: #018637 !important}
  .warning-text {color: #E87F17 !important}
  /* .secondary-text {color: #666 !important}
  .info-text {color: #005eab !important}
  .danger-text {color: #dc3545 !important} 
  .muted-text {color: #6581c0 !important}
  .dark-text {color: #74a6c1 !important}*/
  .light-text {color: #EEF2FB !important}

  .primary-bg {background-color: #184F80 !important}
  .success-bg {background-color: #018637 !important}
  .warning-bg {background-color: #E87F17 !important}
  /* .secondary-bg {background-color: #4b5e6e !important}
  .info-bg {background-color: #005eab !important}
  .danger-bg {background-color: #dc3545 !important}
  .muted-bg {background-color: #6581c0 !important}
  .dark-bg {background-color: #74a6c1 !important}*/
  .light-bg {background-color: #EEF2FB !important}

  .primary-border {border-color: #184F80 !important}
  .success-border {border-color: #018637 !important}
  .warning-border {border-color: #E87F17 !important}
  /* .secondary-border {border-color: #28a745 !important}
  .info-border {border-color: #005eab !important}
  .danger-border {border-color: #dc3545 !important}
  .muted-border {border-color: #6581c0 !important}
  .dark-border {border-color: #74a6c1 !important}*/
  .light-border {border-color: #EEF2FB !important} 

  .outline-0,
  .outline-1 {
    outline: 0
  }

  .xxxxl-h,
  .xxxxl-hw {
    height: 280px !important
  }

  .xxxl-h,
  .xxxl-hw {
    height: 180px !important
  }

  .xxl-h,
  .xxl-hw {
    height: 160px !important
  }

  .xl-h,
  .xl-hw {
    height: 130px !important
  }

  .lg-h,
  .lg-hw {
    height: 120px !important
  }

  .md-h,
  .md-hw {
    height: 100px !important
  }

  .sm-h,
  .sm-hw {
    height: 80px !important
  }

  .xs-h,
  .xs-hw {
    height: 60px !important
  }

  .xxs-h,
  .xxs-hw {
    height: 40px !important
  }

  .xxxs-h,
  .xxxs-hw {
    height: 25px !important
  }

  .xxxxs-h,
  .xxxxs-hw {
    height: 15px !important
  }

  .xxxxl-hw,
  .xxxxl-w {
    width: 280px !important
  }

  .xxxl-hw,
  .xxxl-w {
    width: 180px !important
  }

  .xxl-hw,
  .xxl-w {
    width: 160px !important
  }

  .xl-hw,
  .xl-w {
    width: 130px !important
  }

  .lg-hw,
  .lg-w {
    width: 120px !important
  }

  .md-hw,
  .md-w {
    width: 100px !important
  }

  .sm-hw,
  .sm-w {
    width: 80px !important
  }

  .xs-hw,
  .xs-w {
    width: 60px !important
  }

  .xxs-hw,
  .xxs-w {
    width: 40px !important
  }

  .xxxs-hw,
  .xxxs-w {
    width: 25px !important
  }

  .xxxxs-hw,
  .xxxxs-w {
    width: 15px !important
  }

  .top-auto {
    top: auto !important
  }

  .top-0 {
    top: 0 !important
  }

  .top-15 {
    top: 15px !important
  }

  .bottom-auto {
    bottom: auto !important
  }

  .bottom-0 {
    bottom: 0 !important
  }

  .bottom-15 {
    bottom: 15px !important
  }

  .left-auto {
    left: auto !important
  }

  .left-0 {
    left: 0 !important
  }

  .left-15 {
    left: 15px !important
  }

  .right-auto {
    right: auto !important
  }

  .right-0 {
    right: 0 !important
  }

  .right-15 {
    right: 15px !important
  }

  .w-5 {
    width: 5% !important
  }

  .w-6 {
    width: 6% !important
  }

  .w-7 {
    width: 7% !important
  }

  .w-8 {
    width: 8% !important
  }

  .w-10 {
    width: 10% !important
  }

  .w-12 {
    width: 12% !important
  }

  .w-15 {
    width: 15% !important
  }

  .w-20 {
    width: 20% !important
  }

  .w-16 {
    width: 16% !important
  }

  .w-30 {
    width: 30% !important
  }

  .w-33 {
    width: 33% !important
  }

  .w-90 {
    width: 90% !important
  }

  .w-350 {
    width: 350px !important
  }

  .bg-cnCover {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
  }

  .bg-cnContain {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important
  }

  /* .float-lbl {
    transition: all .2s;
    opacity: .5;
    pointer-events: none
  }

  .float-input:focus~.float-lbl,
  .float-input:not(:placeholder-shown)~.float-lbl {
    font-size: 75%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1
  }

  .control-checkbox-primary input:checked~.control-indicator {
    background: #2eccae
  }

  .control-checkbox-primary input:checked~.control-indicator:after {
    display: block
  }

  .control-checkbox-primary .control-indicator {
    height: 20px;
    width: 20px
  }

  .control-checkbox-primary .control-indicator:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none
  }

  .control-radio-primary input:checked~.control-indicator {
    border-color: #2eccae !important
  }

  .control-radio-primary input:checked~.control-indicator:after {
    display: block
  }

  .control-radio-primary .control-indicator {
    height: 18px;
    width: 18px
  }

  .control-radio-primary .control-indicator:after {
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    background: #2eccae;
    border-radius: 50%;
    content: '';
    position: absolute;
    display: none
  }

  .control-radio-secondary input:checked~.control-indicator {
    border-color: #69f !important
  }

  .control-radio-secondary input:checked~.control-indicator:after {
    display: block
  }

  .control-radio-secondary .control-indicator {
    height: 18px;
    width: 18px
  }

  .control-radio-secondary .control-indicator:after {
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    background: #69f;
    border-radius: 50%;
    content: '';
    position: absolute;
    display: none
  } */