/*  RESET ===================
     ----------------------------------------------------*/
    :root {
        --blue--: #1b1c6f;
        --dark-blue--:#070852;
        --light-blue--:#f1f1ff;
        --red--:#d80e26;
        --dark-red--:#b10a1e;
        --light-red--:#ffe3e3;
        --light-red-bg--:#fff7f7;
        --black--: #121212;
        --light-black--:#3f3f3f;
        --light-grey--:#dcdcdc;
        --input-shadow--:#f2f2f2;
        --bg-grey--:#f7f7f7;
        --text--:#565656;
        --green--:#0eaf33;
    }

    @import url('https://fonts.cdnfonts.com/css/general-sans?styles=135312,135308,135310,135313,135303');

    html, body{ margin:0px; padding:0; width:100%; height:100%; font-family: 'General Sans', sans-serif; font-size:15px; line-height: normal; color:var(--text--); -webkit-font-smoothing: antialiased;  background-color: var(--bg-grey--);}
    table{ border:0; padding:0; margin:0; border-spacing:0; border-collapse:collapse;}
    a, a:hover, a:link, a:focus{ text-decoration:none; }
    a:hover{ color:var(--blue--);}
    a, img{ border:0px; outline:none; color:var(--black--);}
    img{ max-width:100%; height: auto;}
    input, textarea, select, button{ outline:none; font-family: 'General Sans', sans-serif;}
    a{ -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease-in; transition: all 0.5s ease;}

    *{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

    h1, h2, h3, h4, h5, h6{  margin-bottom:0; margin-top:0; color:var(--black--); line-height:normal; font-weight:600;}
    h1{ font-size:2.3rem; }
    h2{ font-size:2rem; }
    h3{ font-size:1.8rem; }
    h4{ font-size:1.5rem; }
    h5{ font-size:1.3rem; }
    h6{ font-size:1.2rem; }
    blockquote, blockquote p{ font-weight:bold; }
    b{ font-weight: bold;}
    strong{ font-weight: 600;}
    p{ margin-top: 0; margin-bottom: 1.4rem; line-height: 1.5rem;}
    p:last-child{ margin-bottom: 0;}
    form { margin: 0;}

/*  RESET ===================
    ----------------------------------------------------*/

/*  GLOBAL =================
    ----------------------------------------------------*/

    .hide{display:none !important;}
    .show{display:block !important;}
    .lft{float:left !important;}
    .rt{float:right !important;}
    .clearfix:before, .clearfix:after{display:block; line-height:0; content:"";}
    .clearfix:after{clear:both;}
    .clear{ clear:both !important; height:0px;}
    .trans{-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease-in; transition: all 0.5s ease;}

    .text-right{text-align: right;}
    .text-center{text-align: center;}
    .text-left{text-align: left;}
    .mrg-left-auto{ margin-left: auto;}
    .mrgBtm15{ margin-bottom: 1rem;}
    .mrgBtm20{ margin-bottom: 1.5rem;}
    .pdgBtm0{ padding-bottom: 0 !important;}

    .container{ position:relative; margin:0 auto; padding: 0 40px; display: flex; }

    .flex{ display: flex;}
    .flex-wrap{ flex-wrap: wrap;}
    .h-center{ justify-content: center;}
    .v-center{ align-items: center;}
    .v-bottom{ align-items: end;}
    .items-width > *{ flex: 1 1 0px; }
    .space-between{ justify-content: space-between;}

    .gap5{ gap:5px;}
    .gap10{ gap:10px;}
    .gap15{ gap:15px;}
    .gap20{ gap:20px;}
    .gap30{ gap:30px;}
    .gap40{ gap:40px;}

    .mrgBtm40{ margin-bottom: 40px !important;}
    .mrgBtm30{ margin-bottom: 30px !important;}
    .mrgBtm25{ margin-bottom: 25px !important;}
    .mrgBtm20{ margin-bottom: 20px !important;}
    .mrgBtm15{ margin-bottom: 15px !important;}
    .mrgBtm10{ margin-bottom: 10px !important;}

    .mrgTop10{ margin-top: 10px !important;}
    .mrgTop20{ margin-top: 20px !important;}
    .mrgTop30{ margin-top: 30px !important;}

    .wdt1{ width:100%;}
    .wdt2{ width:50%;}
    .wdt3{ width:33.33%;}
    .wdt4{ width:25%;}
    .wdt5{ width:20%;}
    .wdt6{ width:16.66%;}
    .wdt7{ width:14.28%;}

    .font400{ font-weight: 400;}

    .bg-light-red{ background-color: var(--light-red-bg--) !important;}

    .btn{ background:var(--blue--); padding:12px 25px 13px; border-radius:4px; cursor:pointer; font-weight:600; color:#fff; border: 0; font-size:1.1rem; line-height: 1.1rem; display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;}
    .btn:hover{ background-color: var(--dark-blue--); box-shadow:2px 2px 7px rgba(0,0,0,.2); -moz-box-shadow:2px 2px 7px rgba(0,0,0,.2); color:#fff;}

    .btn.btn-small{padding: 8px 20px 11px; font-size: 1rem; line-height: 1rem;}

    .btn.btn-tiny{padding: 6px 15px 8px; font-size: 0.9rem; line-height: 1rem;}

    .btn.btn-vtiny{padding: 4px 6px 6px; font-size:0.9rem; line-height: 1rem; font-weight: 500;}

    .btn.btn-red{ background-color: var(--red--);}
    .btn.btn-red:hover{ background-color: var(--dark-red--);}

    .btn.btn-disabled{ cursor: not-allowed;}

    [x-cloak] { display: none !important; }

/*  GLOBAL =================
    ----------------------------------------------------*/

/*  MAIN =================
     ----------------------------------------------------*/

    .alert{ position: relative; padding: 0.5rem 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; display: none;}
    .alert.alert-success{ color: #155724; background-color: #d4edda; border-color: #c3e6cb; display: block;}
    .alert.alert-danger{ color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; display: block;}
    .alert a{ text-decoration: underline; color:#2f3744;}
    .alert ul{ padding-left: 10px; margin: 0;}
    .alert.alert-small{padding: 0.2rem .6rem;}

    .hlt-txt-green{ background-color: #d6ffe2; font-weight: 500; line-height: 1.1rem; display: inline-block; padding: 4px 6px 5px; border-radius: 4px; color: var(--black--);}
    .hlt-txt-red{ background-color: var(--light-red--); font-weight: 500; line-height: 1.1rem; display: inline-block; padding: 4px 6px 5px; border-radius: 4px; color: var(--black--);}

/*  MAIN =================
     ----------------------------------------------------*/



/*  HEADER =================
     ----------------------------------------------------*/

    .header{ background-color: #fff;}
    .logo{ padding: 1px 0;}
    .logo img{ max-height: 85px; vertical-align: top;}

    .user-hdr-info{ cursor: pointer; position: relative;}
    .user-info-box{}
    .user-info-box .user-name{ text-transform: capitalize; font-size: 1rem; color:var(--black--); font-weight: 600; display: block;}
    .user-info-box .user-sub-txt{ font-size: 0.9rem; font-weight: 500; line-height: 0.9rem; display: block; text-transform: capitalize;}

    .user-avatar{ width: 36px; height: 36px; background-color: #fff; border-radius: 50%; box-shadow: 0 0 0 2px var(--blue--); line-height: 36px; text-align: center; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; color: var(--blue--);}

    .ui-dropdown{ position: absolute; top:100%; right: 0; min-width: 220px; z-index: 21;}
    .ui-dropdown-inr{ background-color: #fff; border-radius: 0 0 4px 4px; margin-top: 10px; box-shadow: 0 3px 10px #dfdfdf; border:1px solid var(--light-grey--); border-top: 0;}
    .ui-dropdown-inr a{ display: block; padding: 9px 12px 11px; border-bottom:1px solid var(--light-grey--);}
    .ui-dropdown-inr a:last-child{ border: 0;}
    .ui-dropdown-inr a:hover{}

    .sb-btn { width: 26px; height: 20px; position: relative; cursor: pointer;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
      }

      .sb-btn span { display: block; position: absolute; height: 2px; width: 100%; background: var(--blue--); border-radius: 9px; opacity: 1; left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
      }

      .sb-btn span:nth-child(1) { top: 0px; }
      .sb-btn span:nth-child(2),.sb-btn span:nth-child(3) { top: 8px; }
      .sb-btn span:nth-child(4) { top: 16px; }
      .sb-btn.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; }
      .sb-btn.open span:nth-child(2) {
        -webkit-transform: rotate(42deg);
        -moz-transform: rotate(42deg);
        -o-transform: rotate(42deg);
        transform: rotate(42deg);
      }
      .sb-btn.open span:nth-child(3) {
        -webkit-transform: rotate(-42deg);
        -moz-transform: rotate(-42deg);
        -o-transform: rotate(-42deg);
        transform: rotate(-42deg);
      }
      .sb-btn.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; }

/*  HEADER =================
     ----------------------------------------------------*/


/*  LOGIN / FORM =================
     ----------------------------------------------------*/

    .form-page{ max-width: 480px; min-width: 480px; padding: 40px 0; width: 100%;}
    .form-page.form-page-agency{ max-width: 680px; min-width: 680px;}
    .form-page-logo{ text-align: center; margin-bottom: 30px;}
    .form-page-logo img{ max-width: 220px;}

    .form-blk{ width:100%;}
    .form-blk-inr{ padding:35px 40px 40px; border-radius: 4px; background-color: #fff;}

    .form-block{}
    .form-block h3{ margin-bottom: 5px; font-weight: 600;}
    .form-field{ margin-bottom: 15px;}
    .lbl{ display: block; margin-bottom: 8px; color: var(--black--); font-weight: 500; font-size: 14px;}
    .lbl_require{ color: var(--red--);}
    .form-input{ padding: 7px; border:1px solid var(--light-grey--); border-radius: 4px; width: 100%;
        box-shadow: 0 0 0 2px rgba(0,0,0, .05);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .form-input:focus{ border-color: var(--blue--);}

    .form-submit{ margin-top: 8px; width: 100%;}

    .field-error{ display: block; font-size: 0.9rem; margin-top: 5px; color: var(--red--);}

    .form-bottom-desc{ color: var(--text--);}

    .form-page .form-blk .form-input{ padding: 8px;}

    .rc-lists{}
    .rc-lists.single-row{ flex-wrap: wrap;}
    .rc-lists.rc-lists-full > label{ width: 100%;}

    .inner-sec-blk{ padding: 15px; border-radius: 6px; margin-bottom: 15px; background: #f9f9f9;}
    .inner-sec-blk > .form-field:last-child{ margin-bottom: 0; }

    .inner-form-field{ align-items: center;}
    .inner-form-field > div{ margin-bottom: 0 !important;}

    .inner-fields-divider{ flex-wrap: nowrap !important;}
    .inner-fields-divider > div{ width: auto !important;}

    .cfr{ display: flex; flex-wrap: wrap; gap:4%;}
    .cfr-col-2 > div{ width:48%;}
    .cfr-col-3 > div{ width: 30.33%;}
    .cfr-col-1 > div{ width:100%;}
    .cfr-col-6 > div{ width:12.66%;}

/*  LOGIN / FORM =================
    ----------------------------------------------------*/


/*  PAGES =================
     ----------------------------------------------------*/

    .app-wrapper{ padding:35px 40px 40px;}
    .app-wrapper .form-page{ padding: 20px 0;}

    .page-header{ margin-bottom: 25px;}
    .page-title{}
    .page-title span{ font-weight: 400;}
    .page-header h6{ font-weight: 400;}
    .title2{ font-weight: 500; margin-bottom: 15px;}

    .page-action-header{ margin-bottom: 25px;}

    .search-form{}
    .search-col{ position: relative;}
    .search-col .form-input{ padding: 9px 30px 9px 9px;}
    .search-col button{padding: 0; background: none; border: 0; outline: none; cursor: pointer; position: absolute; right: 10px; top: 8px;}
    .search-col button svg{ width: 19px; }

    .page-wrapper{}

    .tbl-outer{ overflow-x: auto;}
    .tbl{ width: 100%;}
    .tbl tr{}
    .tbl tr th, .tbl tr td{ text-align: left;}
    .tbl tr th{ font-weight: 600; background-color: var(--light-black--); color:#fff; padding: 12px 12px; white-space: nowrap; min-width: 100px;}
    .tbl tr th:first-child{ border-radius: 4px  0 0 0;}
    .tbl tr th:last-child{ border-radius: 0 4px 0 0;}
    .tbl tr td{ background-color: #fff; padding: 12px 12px; border-bottom: 1px solid var(--light-red--);}
    .tbl tr:last-child td{ border-bottom-width: 3px;}
    .tbl tr td b{ font-weight: 500;}

    .load-more{ margin-top: 40px; font-weight: 600; border: 1px solid #ffc5cc; border-radius:  4px; padding:8px 10px; background-color: #fff;
        box-shadow: 0 0 0 4px var(--light-red--); min-width: 180px; text-align: center; cursor: pointer; font-size: 1rem;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .load-more:hover{ color: var(--red--);}

    .account-block{ max-width: 920px; margin:0px auto;}
    .account-inr{ background-color: #fff; border-radius: 4px; box-shadow: 0 5px 15px #dfdfdf;}
    .account-title{ padding: 12px 20px; border-bottom:1px solid var(--light-red--); font-size: 1.3rem;}
    .account-main{ padding: 25px;}

    .account-blk{ margin-bottom: 30px;}
    .account-blk:last-child{ margin-bottom: 0;}
    .account-blk h5, .hdg-sty1{ font-weight: 500; border: 1px solid var(--light-red--); padding: 4px 8px; border-radius: 4px; font-size: 1rem; background: #fff0f0; margin-bottom: 15px; color:var(--black--);}
    .hdg-sty1 p{ font-weight: 400; font-size: 0.9rem;}

    .hdg-sty2{background: var(--light-blue--); padding: 3px 5px; border-radius: 6px; font-size: 1rem; font-weight: 500; margin-bottom: 15px; border: 1px solid #e5e5fd; position: relative;}

    .remove-field-sec{ background-color: var(--red--); color: #fff; position: absolute; right:0; top: 0; bottom: 0; display: block;     width: 25px;
    text-align: center; font-weight: bold; font-size: 16px; border-radius: 4px; cursor: pointer;}
    .remove-field-sec:hover{ background-color: var(--dark-red--);}

    .tbl2{ width: 100%;  border: 1px solid var(--light-red--); border-radius:  4px;}
    .tbl2-row{ display: flex;}
    .tbl2-col{ width:50%; padding: 8px 10px; border-bottom: 1px solid var(--light-red--);}
    .tbl2-col b{ font-weight: 500; color: #2f3744;}
    .tbl2-col:first-child{ border-right: 1px solid var(--light-red--);}
    .tbl2-row:last-child .tbl2-col{ border-bottom: 0;}

    .ddr{ gap:2%; display: flex; flex-wrap: wrap;}
    .ddr > div{ margin-bottom: 15px; width:100%; }
    .ddr div{ text-transform: capitalize; }
    .ddr-col-1 > div{ width:100%; }
    .ddr-col-2 > div{ width:49%; }
    .ddr-col-3 > div{ width:31.33%;  }
    .ddr-col-4 > div{ width:23.5%;  }
    .display-label{ font-weight: 500; font-size: 1rem; color: var(--black--); display: block; margin-bottom: 5px;}

    .breadcrumbs{ margin-bottom: 30px;}
    .breadcrumbs ul{ margin: 0; padding: 0;}
    .breadcrumbs li{ display: inline-block; list-style: none; text-transform: capitalize;}
    .breadcrumbs li a{ text-transform: capitalize;}
    .breadcrumbs li a svg{ position: relative; top:-2px; margin-right:5px;}
    .breadcrumbs li.bc-arrow{ opacity: .5;}
    .breadcrumbs li svg{ vertical-align: middle; max-width: 18px;}
    .breadcrumbs li a:hover{ color: var(--blue--);}
    .breadcrumbs li a:hover svg, .breadcrumbs li a:hover path{fill: var(--blue--);}

    .check-list{ margin: 0; padding: 0;}
    .check-list li{ list-style: none; vertical-align: middle; margin-bottom: 3px;}
    .check-list li svg{ vertical-align: middle; fill: var(--green--); width: 20px; position: relative; top: -1px;}

    .page-blk{ background-color: #fff; border-radius:  4px; box-shadow: 0 5px 15px #dfdfdf;}
    .caregiver-blk{ background-color: #fff; border-radius:  4px; box-shadow: 0 5px 15px #dfdfdf;}
    .search-blk{ background-color: #fff; border-radius:  4px; box-shadow: 0 5px 15px #dfdfdf; padding: 25px; margin-bottom: 30px;}
    .search-blk-inner{}

    .search-fields{ display: flex; flex-wrap: wrap; gap:2%; align-items: end;}
    .search-fields > div{ width:15%;}
    .search-fields .field-error{ display: none !important;}

    .search-btn-blk{ margin-bottom: 15px;}
    .search-tbl th{ white-space: nowrap;}

    .cps-files{ display: flex; flex-wrap: wrap; gap:2%;}
    .cps-file{ width:15%; margin-bottom: 2%;}
    .cps-file > .cps-file-blk{ display: block; border:1px solid var(--light-blue--);text-align: center; border-radius: 4px; overflow: hidden; cursor: pointer;}
    .cps-file span{ display: block; }
    .cps-file-title{ background-color: var(--light-blue--); padding: 5px; font-weight: 500; color: var(--black--);}
    .cps-file-img{}
    .cps-file-img img{ max-width: 120px; vertical-align: top;}
    .cps-modal-file{}
    .cps-modal-file iframe{ border: 0; min-height: 75vh;}
    .files-set{}
    .files-set h5{ margin-bottom: 15px;}

    .cps-disclaimer{ padding:0 30px 30px; font-style: italic;}

    .page-content{ padding: 30px;}
    .page-content li{ margin-bottom: 10px; line-height: 1.5rem;}
    .page-content b{ color: var(--black--); font-weight: 600;}

    .log-list-blk{margin-bottom: 15px; border: 1px solid var(--light-red--); border-radius: 3px;}
    .log-list-blk h6{
            background-color: var(--light-red-bg--);
            padding: 4px 5px;
            font-size: 0.9rem;
            font-weight: 400;
            border-radius: 3px;
            color: var(--text--);
            text-transform: capitalize;
    }
    .log-list-blk span{
        font-weight: 500;
        color: var(--black--);
    }
    .log-list-val{ padding: 5px 5px 0;}
    .log-list-val > div{ margin-bottom: 5px; word-break: break-all;}
    .log-list-val b{font-weight: 500;  color: var(--black--);}

/*  PAGES =================
    ----------------------------------------------------*/

/*  LEFTBAR =================
     ----------------------------------------------------*/

    body.siderbar-open{ padding-left: 240px;}

    .leftbar{ position: fixed; top: 0; left: 0; width: 0; background: #fff; bottom: 0; box-shadow: 0 5px 15px rgb(0 0 0 / 8%); visibility: hidden;  z-index: -1;}
    .siderbar-open .leftbar{z-index: 11; visibility: visible; width:240px;}

    .leftbar-menu{}

    .lb-menu{ margin: 0; padding:15px 0;}
    .lb-menu li{ list-style: none;}
    .lb-menu li a{ padding:8px 20px 10px; display: block; color: var(--black--); font-size: 1.1rem; }
    .lb-menu li a:hvoer{ color: var(--blue--);}
    .lb-menu li:hover a, .lb-menu li.active a{ background-color: var(--input-shadow--);}
    .lb-menu li.active a{box-shadow: inset 0 3px 15px #dcdcdc;}

    .lb-profile{ padding: 20px; background-color: var(--black--);}
    .lb-profile .user-avatar{ background-color: var(--black--); color:#fff;}
    .lb-profile .user-info-box .user-name{ color: #fff;}
    .lb-profile .user-info-box .user-sub-txt{ color: #fff;}

/*  LEFTBAR =================
     ----------------------------------------------------*/

/*  TABS =================
    ----------------------------------------------------*/

    .cps-tabs{padding: 30px 30px 0;}
    .cps-tabs-hdr{ margin-bottom: 30px;}
    .cps-tabs-hdr ul{ margin: 0; padding: 0; display: flex; gap: 10px; justify-content: center;}
    .cps-tabs-hdr ul li{  text-align: center; list-style: none; cursor: pointer; border:1px solid var(--light-red--); color:var(--black--); padding: 12px 20px; border-radius:4px; font-weight: 500;}
    .cps-tabs-hdr ul li:hover{ background: #fff0f0;}
    .cps-tabs-hdr ul li.active{ border-bottom-width: 3px; border-bottom-color: var(--red--); background: #fff0f0; }
    .tab-icon{ display: block; text-align: center; margin-bottom: 10px;}
    .tab-icon svg{ width: 48px; height: auto;}

    .cps-tabs-body{}
    .cps-tabs-content{}

    .sub-cps-tabs{ padding: 0;}
    .sub-cps-tabs-hdr ul li{ padding: 5px 20px; border: 1px solid #e5e5fd; background-color: var(--light-blue--); }
    .sub-cps-tabs-hdr ul li:hover{ background-color: var(--light-blue--); }
    .sub-cps-tabs-hdr ul li.active{ border-bottom-color:var(--blue--); background-color: var(--light-blue--);}

/*  TABS =================
    ----------------------------------------------------*/

/*  POPUP MODEL =================
     ----------------------------------------------------*/

    .no-scroll{ overflow: hidden;}
    .overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: black; opacity: 0.7; z-index: 10000; }
    .modal { position: fixed; z-index: 11111; width: 100%; height: 100%; top:0; left:0; bottom: 0; right: 0; }
    .modal-inner { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 5vh;}
    .modal-body{ max-width: 760px; max-height: 90vh; width: 100%;  position: relative;  }
    .modal-body.modal-small{ max-width: 480px;}
    .modal-body.modal-large{ max-width: 920px;}
    .modal-body.modal-full{ max-width: 95%;}

    .close-modal{ display: block; position: absolute; right: 10px; top:10px; cursor: pointer; border-radius:50%; width: 22px; height: 22px;
   z-index: 21; }
    .close-modal svg{ width:22px; height: auto; }
    .close-modal:hover{ background-color: #ffe3e3; box-shadow: 0 0 0 10px #ffe3e3; }

    .modal-content-panel{ background-color: white;  overflow: hidden; border-radius:  4px;}
    .modal-header { display: flex; align-items: center; justify-content: space-between; background-color: #f5f5f5; padding: 15px 20px; }
    .modal-header h3{ color: var(--black--); font-size: 1.2rem; font-weight: 600; }

    .modal-content{ padding: 40px; max-height: 85vh; overflow-y: auto;}

/*  POPUP MODEL =================
     ----------------------------------------------------*/

/*  LOADER =================
     ----------------------------------------------------*/
    .loader {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: block;
        margin:15px auto;
        position: relative;
        background: #FFF;
        box-shadow: -24px 0 #FFF, 24px 0 #FFF;
        box-sizing: border-box;
        animation: shadowPulse 2s linear infinite;
    }

    @keyframes shadowPulse {
        33% {
            background: #FFF;
            box-shadow: -24px 0 #FF3D00, 24px 0 #FFF;
        }
        66% {
            background: #FF3D00;
            box-shadow: -24px 0 #FFF, 24px 0 #FFF;
        }
        100% {
            background: #FFF;
            box-shadow: -24px 0 #FFF, 24px 0 #FF3D00;
        }
    }

/*  LOADER =================
     ----------------------------------------------------*/

/*  CHECKBOX AND RADIO AND ARROW =================
      ----------------------------------------------------*/

    label.mcui-checkbox{ font-weight: 400; font-size: 1rem !important;}

    .mcui-checkbox,
      .mcui-radio {
        display: flex !important;
        align-items: center;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        box-sizing: border-box;
        color: var(--black--);
      }
      .mcui-checkbox input[type=checkbox],
      .mcui-checkbox input[type=radio],
      .mcui-radio input[type=checkbox],
      .mcui-radio input[type=radio] {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
      }
      .mcui-checkbox input[type=checkbox] + div,
      .mcui-checkbox input[type=radio] + div,
      .mcui-radio input[type=checkbox] + div,
      .mcui-radio input[type=radio] + div {
        color: var(--black--);
        border: 1px solid var(--light-grey--);
        height: 1.3em;
        width: 1.3em;
        box-sizing: border-box;
        border-radius: 4px;
        position: relative;
        box-shadow: 0 0 0 2px rgba(0,0,0, .05);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
      }
      .mcui-checkbox input[type=checkbox] ~ div:last-child,
      .mcui-checkbox input[type=radio] ~ div:last-child,
      .mcui-radio input[type=checkbox] ~ div:last-child,
      .mcui-radio input[type=radio] ~ div:last-child {
        padding-left: 0;
      }
      .mcui-checkbox input[type=radio] + div,
      .mcui-radio input[type=radio] + div {
        border-radius: 50%;
      }
      .mcui-checkbox input[type=radio] + div::after,
      .mcui-radio input[type=radio] + div::after {
        content: "";
        position: absolute;
        left: 25%;
        top: 25%;
        width: 50%;
        height: 50%;
        border-radius: 50%;
        transform: scale(0.5);
        opacity: 0;
        background: black;
        transition: all 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96);
      }
      .mcui-checkbox input[type=checkbox]:checked + div,
      .mcui-radio input[type=checkbox]:checked + div {
        border-color: black;
        transition: border-color 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96);
      }
      .mcui-checkbox input[type=checkbox]:checked + div .mcui-check,
      .mcui-radio input[type=checkbox]:checked + div .mcui-check {
        opacity: 1;
        transition: opacity 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96);
      }
      .mcui-checkbox input[type=checkbox]:checked + div .mcui-check polyline,
      .mcui-radio input[type=checkbox]:checked + div .mcui-check polyline {
        -webkit-animation: dash-check 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96) forwards;
                animation: dash-check 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96) forwards;
      }
      .mcui-checkbox input[type=radio]:checked + div,
      .mcui-radio input[type=radio]:checked + div {
        border-color: black;
      }
      .mcui-checkbox input[type=radio]:checked + div::after,
      .mcui-radio input[type=radio]:checked + div::after {
        opacity: 1;
        transform: scale(1);
      }
      .mcui-checkbox input[type=checkbox]:indeterminate + div::after,
      .mcui-radio input[type=checkbox]:indeterminate + div::after {
        content: "";
        height: 4px;
        width: 60%;
        left: 20%;
        top: calc(50% - 2px);
        position: absolute;
        background: #8d9aa9;
        border-radius: 1px;
      }
      .mcui-checkbox input[type=checkbox]:disabled ~ div,
      .mcui-checkbox input[type=radio]:disabled ~ div,
      .mcui-radio input[type=checkbox]:disabled ~ div,
      .mcui-radio input[type=radio]:disabled ~ div {
        color: #8d9aa9;
        cursor: not-allowed;
      }
      .mcui-checkbox input[type=checkbox]:enabled ~ div,
      .mcui-checkbox input[type=radio]:enabled ~ div,
      .mcui-radio input[type=checkbox]:enabled ~ div,
      .mcui-radio input[type=radio]:enabled ~ div {
        cursor: default;
      }

      .mcui-check {
        height: 100%;
        width: 100%;
        transform: scale(1);
        color: black;
        opacity: 0;
      }
      .mcui-check polyline {
        fill: none;
        transform-origin: 50% 50%;
        stroke-width: 5px;
        stroke-dasharray: 22.7713679002;
        stroke: currentcolor;
      }

      @supports (display: grid) {
        .mcui-check polyline {
          stroke-dashoffset: 22.7713679002;
        }
      }
      @-webkit-keyframes dash-check {
        to {
          stroke-dashoffset: 0;
        }
      }
      @keyframes dash-check {
        to {
          stroke-dashoffset: 0;
        }
      }
/*  CHECKBOX AND RADIO =================
    ----------------------------------------------------*/


/*  MOBILE =================
      ----------------------------------------------------*/

    @media(max-width:991px){

        html, body{ font-size: 14px;}

        .user-info-box{ display: none;}
        .lb-profile .user-info-box{display: block;}
        .app-wrapper { padding: 30px; }
        .form-blk-inr2 { padding: 30px; }

    }

    @media(max-width:767px){

        .hdr-btns{ display: none;}
        .app-wrapper { padding: 20px; }

        .modal{ padding: 20px;}
        .modal-body { padding: 30px 20px; }

        .form-page{ min-width:280px;}
        .app-wrapper .form-page { padding: 30px 0; }

        .ui-dropdown-inr a { padding: 12px; }

        .account-block { margin: 20px auto; }
        .account-main { padding: 20px; }

        .account-title { padding: 15px 20px;  }

        .account-blk .tbl2-row{ flex-wrap: wrap;}

        .account-blk .tbl2-col{ width: 100%;}
        .account-blk .tbl2-col:first-child { border-bottom: 0; padding-bottom: 0; }
        .account-blk .tbl2-col:last-child { padding-top: 4px; }
        .account-blk .tbl2-col b { color: #5c6471; }

        .mff-two-columns{}
        .mff-two-columns > div{ width:100%;}

    }

/*  MOBILE =================
      ----------------------------------------------------*/
