/*  RESET ===================
     ----------------------------------------------------*/
    :root {
        --red--: #eb233b;
        --orange--:#f06071;
        --light-red--:#ffe3e3;
        --black--: #000;
        --light-black--:#3f3f3f;
        --light-grey--:#dcdcdc;
        --input-shadow--:#f2f2f2;
        --text--:#565656;
    }

    @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(--black--); -webkit-font-smoothing: antialiased; background-color: #fffbf7;}
    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(--red--);}
    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.4rem;}
    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;}

    .site-main{}
    .container{ position:relative; margin:0 auto; max-width:100%; padding: 0 20px; display: flex;}
    .full-row{ width: 100%;}

    .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;}

    .gap10{ gap:10px;}
    .gap15{ gap:15px;}
    .gap20{ gap:20px;}
    .gap30{ gap:30px;}
    .gap40{ gap:40px;}

    .mrgBtm30{ margin-bottom: 30px !important;}
    .mrgBtm25{ margin-bottom: 25px !important;}
    .mrgBtm20{ margin-bottom: 20px !important;}
    .mrgBtm15{ margin-bottom: 15px !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%;}

    .btn{ background:var(--red--); padding:13px 30px 15px; border-radius:6px; 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(--black--); 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: 10px 20px 13px; font-size: 1rem; line-height: 1rem;}

    .btn.btn-black{ background-color: var(--black--);}
    .btn.btn-black:hover{ background:var(--red--); }

    .btn2{ background:#fff; padding:9px 15px 11px; border-radius:6px; cursor:pointer; font-weight:600; color:var(--black--); border: 0; font-size:1rem; line-height: 1rem; display: inline-block; box-shadow: 0 0 0 3px rgba(0,0,0, .08);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .btn2:hover{ color:var(--red--); }

    [x-cloak] { display: none !important; }

/*  GLOBAL =================
    ----------------------------------------------------*/

/*  MAIN =================
     ----------------------------------------------------*/

    .tabs{}
    .tabs-hdr{ margin-bottom: 25px; border-radius: 6px; overflow: hidden;  background-color: var(--light-red--);}
    .tabs-hdr .tabs-menu{ color: var(--black--); font-weight: 600; font-size: 1.1rem; display: block; text-align: center; padding: 0.9rem; cursor: pointer;  line-height: 1.1rem;}
    .tabs-hdr .tabs-menu:hover{ color: var(--red--);}
    .tabs-hdr .tabs-menu.active{ background-color: var(--red--); color:#fff;}

    .tabs-body{}
    .tabs-content{ display: none;}
    .tabs-content.active{ display: block;}

    .alert{ position: relative; padding: 0.75rem 1.25rem; 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;}

    .fetch-alert{ margin:30px 0 0 !important;}

    .hlt-txt-green{ background-color: #d6ffe2; font-weight: 500; font-size: 1.1rem; line-height: 1.1rem; display: inline-block; padding: 4px 6px 5px; border-radius: 6px; }
    .hlt-txt-red{ background-color: var(--light-red--); font-weight: 500; font-size: 1.1rem; line-height: 1.1rem; display: inline-block; padding: 4px 6px 5px; border-radius: 6px; }

    .amount-green{ font-weight: 600; font-size: 1.1rem; color: #3ac30a;}
    .font1{ font-size: 1.1rem; color:var(--black--)}

/*  MAIN =================
     ----------------------------------------------------*/

/*  LOGIN / FORM =================
     ----------------------------------------------------*/

    .login-page{ background:var(--orange--) url(../images/ptrn.jpg);}

    .form-page{ max-width: 480px; min-width: 480px; padding: 80px 0; width: 100%;}
    .form-page-logo{ text-align: center; margin-bottom: 32px;}
    .form-page-logo img{}

    .form-blk{ width:100%;}
    .form-blk-inr{ padding:50px; border-radius: 6px; background-color: #fff;}
    .form-blk-inr2{padding:40px 50px 50px; box-shadow: 0 5px 35px #dfdfdf;}

    .form-block{}
    .form-block h3{ margin-bottom: 5px; font-weight: 600;}
    .form-field{ margin-bottom: 16px;}
    .form-field .lbl{ display: block; margin-bottom: 8px;}
    .lbl_require{ color: var(--red--);}
    .form-input{ padding: 9px; border:1px solid var(--light-grey--); border-radius: 6px; width: 100%; box-shadow: 0 0 0 4px 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(--orange--);}
    .form-input.form-input2{ box-shadow: 0 0 0 2px rgba(0,0,0, .05);}

    .rc-lists{}

    .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-upload{ overflow: hidden; position: relative; padding: 0; cursor: pointer;}
    .form-upload > div{ padding: 20px 20px 30px; text-align: center;}
    .form-upload-icon{ display: block; opacity: .1;}
    .form-upload-icon svg{ width: 85px;}
    .form-upload-text{ font-weight: 500; opacity: .5; font-size: 1.1rem;}
    .form-upload > input{position: absolute; left: 0; top: 0; z-index: 11; font-size: 200px; padding: 50px; opacity: 0; cursor: pointer;}

/*  LOGIN / FORM =================
     ----------------------------------------------------*/


/*  HEADER =================
     ----------------------------------------------------*/

    .header{ background-color: var(--red--);}
    .logo{ padding: 5px 0;}
    .logo a{}
    .logo img{ max-height: 45px; vertical-align: top;}

    .user-hdr-info{ cursor: pointer; position: relative;}
    .user-info-box{}
    .user-info-box .user-name{ font-size: 1rem; color: #fff; font-weight: 600; display: block;}
    .user-info-box .user-sub-txt{ font-size: 0.9rem; color: #fff; font-weight: 500; line-height: 0.9rem; display: block;}

    .user-avatar{ width: 36px; height: 36px; background-color: #fff; border-radius: 50%; box-shadow: 0 0 0 3px rgba(0,0,0, .08); line-height: 36px; text-align: center; font-weight: 600; font-size: 0.9rem;}

    .ui-dropdown{ position: absolute; top:100%; right: 0; min-width: 220px; z-index: 21;}
    .ui-dropdown-inr{ background-color: #fff; border-radius: 0 0 6px 6px; 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: #fff; 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 =================
     ----------------------------------------------------*/


/*  PAGES =================
     ----------------------------------------------------*/

    .app-wrapper{ padding:35px 40px 40px;}
    .app-wrapper .form-page{ padding: 40px 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 15px;}
    .tbl tr th:first-child{ border-radius: 6px  0 0 0;}
    .tbl tr th:last-child{ border-radius: 0 6px 0 0;}
    .tbl tr td{ background-color: #fff; padding: 15px 15px; border-bottom: 1px solid var(--light-red--);}
    .tbl tr:last-child td{ border-bottom-width: 3px;}
    .tbl tr td b{ font-weight: 500;}

    .actions{}
    .actions a, .actions span{ cursor: pointer;}
    .actions svg{ height: 24px; vertical-align: top;}
    .actions .view-link svg path{ stroke:#0078ff;}
    .actions .download-link svg path{ fill:#2dd4c2;}
    .actions .delete-link svg path{ stroke:#ff0000;}

    .load-more{ margin-top: 40px; font-weight: 600; border: 1px solid #ffc5cc; border-radius: 6px; 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--);}

    .statement{}
    .statement-header{ margin-bottom: 25px;}
    .statement-header h3{ font-size: 1.5rem; font-weight: 600;}
    .statement-header h3 span{ font-weight: 400;}
    .statement-sub-info{ margin-top: 3px;}
    .statement-sub-info span{ display: inline-block;}
    .statement-sub-info .driver-id{ font-weight: 500;}
    .statement-sub-info .dot-divider{ width: 5px; height: 5px; background-color: #e7afaf; border-radius: 50%;}
    .statement-sub-info .sf-date{ color: var(--text--);}

    .tbl2-outer{ border: 1px solid #f0dede; border-radius: 6px; overflow: hidden; overflow-x: auto;}
    .tbl2{ width: 100%;}
    .tbl2 tr th{ text-align: left; background-color: #f8f8f8; padding: 15px 20px; font-weight: 600; text-align: right;}
    .tbl2 tr th:first-child{ text-align: left;}
    .tbl2 tr td{ padding:5px 20px; text-align: right;}
    .tbl2 tr td:first-child{ color: var(--text--); text-align: left;}
    .tbl2 tbody tr:first-child td{ padding-top: 20px;}
    .tbl2 tbody tr:last-child td{ padding-bottom: 20px;}

    .statement-blk{ border: 1px solid #f0dede; border-radius: 6px; overflow: hidden;}
    .statement-blk > h4{ background-color: #f8f8f8; padding: 13px 20px; font-weight: 600; font-size: 20px;}
    .statement-blk-tbl{ padding:16px; }

    .tbl3{width:100%;}
    .tbl3 tr{}
    .tbl3 tr td{ width: 50%; padding: 4px;}
    .tbl3 tr td:first-child{ color: var(--text--);}
    .tbl3 tr td:last-child{ text-align: right;}

    .full-width-row{}
    .full-width-row hr{ opacity: .3; margin: 18px 0 15px;}
    .full-width-row td{ text-align:left !important;}

    .statement-header .actions{ margin-top: 3px;}

    .delete-modal-content{ text-align: center;}
    .delete-modal-icon{ margin-bottom: 15px;}
    .delete-modal-icon svg{ width: 90px;}
    .delete-modal-icon svg path{stroke:#ff0000;}
    .delete-modal-body{}
    .delete-modal-body h3{margin-bottom: 5px;}
    .delete-modal-body p{ color: var(--text--);}
    .delete-modal-buttons{ margin-top: 30px; }
    .delete-modal-buttons .btn{ width: auto; min-width: 150px;}

/*  PAGES =================
     ----------------------------------------------------*/


/*  ACCOUNT =================
      ----------------------------------------------------*/

    .account-wrapper{}
    .account-wrapper-main{}

    .account-block{ max-width: 920px; margin:40px auto;}
    .account-inr{ background-color: #fff; border-radius: 6px; box-shadow: 0 5px 35px #dfdfdf;}
    .account-title{ padding: 15px 30px; border-bottom:1px solid var(--light-red--);}
    .account-main{ padding: 30px;}

    .account-blk{ margin-bottom: 30px;}
    .account-blk:last-child{ margin-bottom: 0;}
    .account-blk h5{ font-weight: 500; border: 1px solid var(--light-red--); padding: 4px 8px; border-radius: 6px; font-size: 1.1rem; background: #fff0f0; margin-bottom: 15px;}

    .tbl2{ width: 100%;  border: 1px solid var(--light-red--); border-radius: 6px;}
    .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;}

    .refresh-token-form{ margin-top: 20px;}
    .refresh-token-form > p{ margin-bottom: 0; font-weight: 500; color: #0e161e;}

/*  ACCOUNT =================
    ----------------------------------------------------*/

/*  LEFTBAR =================
     ----------------------------------------------------*/

    body.siderbar-open{ overflow: hidden; margin-left: 240px;}

    .leftbar{ position: fixed; top: 0; left: 0; width: 0; background: #fff; bottom: 0; box-shadow: 0 10px 25px rgb(0 0 0 / 15%); visibility: hidden;
    z-index: -1;}
    .siderbar-open .leftbar{z-index: 11; visibility: visible; width:240px;}

    .leftbar-menu{}

    .lb-menu{ margin: 0; padding: 20px 10px;}
    .lb-menu li{ list-style: none;}
    .lb-menu li a{ padding: 10px; display: block;}

    .lb-profile{ padding: 20px; background-color: var(--black--);}
    .lb-profile .user-avatar{ background-color: var(--orange--); color:#fff;}

/*  LEFTBAR =================
     ----------------------------------------------------*/

/*  POPUP MODEL =================
     ----------------------------------------------------*/

    .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: black;
        opacity: 0.6;
        z-index: 10000;
    }
    .modal {
        position: fixed;
        z-index: 11111;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        bottom: 0;
        right: 0;
        padding: 40px;
        overflow-y:auto;
    }
    .model-inner {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .model-data{
        max-width: 760px;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 6px;
    }
    .model-content{
        background-color: white;
    }
    .close-modal{
        display: block;
        position: absolute;
        right: 12px;
        top:12px;
        cursor: pointer;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        z-index: 21;
    }
    .close-modal svg{
        width:18px;
        height: auto;
    }
    .close-modal:hover{
        background-color: #ffe3e3;
        box-shadow: 0 0 0 20px #ffe3e3;
    }
    .modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #f5f5f5;
        padding: 25px 40px;
    }
    .modal-header h3{
        color: var(--black--);
        font-size: 24px;
        font-weight: 600;
    }
    .modal-body{
        padding: 40px;
    }

    /* Dynamic Modal Style */
    .dynamic-modal-overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: black;
        opacity: 0.6;
        z-index: 10;
    }
    .dynamic-modal {
        position: fixed;
        z-index: 11111;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        bottom: 0;
        right: 0;
        padding: 40px;
        overflow-y:auto;
    }
    .dynamic-modal-inner {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 11;
    }
    .dynamic-model-data{
        max-width: 520px;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 6px;
    }
    .dynamic-model-content{
        background-color: white;
    }
    .close-dynamic-modal{
        display: block;
        position: absolute;
        right: 12px;
        top:12px;
        cursor: pointer;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        z-index: 21;
    }
    .close-dynamic-modal svg{
        width:18px;
        height: auto;
    }
    .close-dynamic-modal:hover{
        background-color: #ffe3e3;
        box-shadow: 0 0 0 20px #ffe3e3;
    }
    .dynamic-modal-body{
        padding: 40px;
    }

/*  POPUP MODEL =================
     ----------------------------------------------------*/


/*  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;
      }
      .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 3px 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; }

    }

/*  MOBILE =================
      ----------------------------------------------------*/
