:root {
    --mf-primary: #0018FF;
    --mf-primary-light: #DCEBFF;
    --mf-secondary: #000;
    --mf-primary-rgb-15: rgba(76, 180, 231, 0.15);
    --mf-yellow: #EFC000;
    --mf-yellow-light: #FCF1B5;
    --mf-orange: #F48331; /*orange*/
    --mf-orange-light: #FFE1CC;
    --mf-gray: #8C8C8C;
    --mf-gray-20: rgba(91, 107, 121, 0.2); /*border*/
    --mf-gray-30: rgba(91, 107, 121, 0.3); /*DISABLED*/
    --mf-gray-40: rgba(91, 107, 121, 0.4); /*separator*/
    --mf-gray-dark: #0D0D0D;
    --mf-gray-light: #F5F5F5;
    --mf-gray-lighter: #FAFAFA;
    --mf-white: #fff;
    --mf-blue: #00ABFF;
    --mf-blue-dark: #2B67B8;
    --mf-blue-light: #CFF0FF;
   /* --mf-blue-lighter: #E6F4F1;*/
    --mf-blue-light-20: #CFF0FF33;
    --mf-green: #8BC627;
    --mf-green-light: #CCEEDD;
    --mf-green-light-30: rgba(204, 238, 221, 0.3);
    --mf-green-dark: #00AB55;
    --mf-green-dark-20: rgba(0, 171, 85, 0.2);
    --mf-orange-70: rgba(244, 131, 49, 0.7);
    --mf-orange-20: rgba(244, 131, 49, 0.2);
    --mf-orange-light: #FFE1CC;
    --mf-red: #CF3341;
    --mf-red-light: #FDE8E3;
    --mf-red-20: rgba(207, 51, 65, 0.2);
    --mf-black: #000000;
    /*--------------------------------*/
    --mf-default-radius: 14px;
    --mf-radius-md: 4px;
    --mf-radius-sm: 3px;
    /*--------------------------------*/
    --mf-shadow-bottom: 1px 1px 10px 0 rgb(219, 219,219, 0.5);
    --mf-menu-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    --mfi-card-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    /*--------------------------------*/
    --mf-sm-text: 12px;
    --mf-base-text: 14px;
    --mf-lg-text: 16px;
    --mf-xl-text: 18px;
    --mf-xxl-text: 24px;
    --mf-huge-text: 32px;
    --mf-text-regular: 400;
    --mf-text-semiBold: 600;
    --mf-text-Bold: 700;
    --mf-text-extra-Bold: 800;
}

/* -------------------LOGIN PAGE---------- */
html {
    position: relative;
}
body {
    font-family: "Anek Gujarati", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}
.mfl-card {
    border-radius: var(--mf-default-radius);
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: var(--card-shadow-lg);
    background-color: #fff;
    min-width: 50%;
    /*width: 100%;*/
}

.mf-login-logo {
    width: 165.25px;
    height: 32px;
    margin: 0px 4px;
}

.mf-header-container.mf-login {
    border: none;
    display: flex;
    align-items: center;
}
.mf-login-lang {
    position: relative;
}
    .mf-login-lang a {
        /*    color: var(--mf-primary);*/
        position: absolute;
        right: -30px;
        bottom: 40px;
        display: flex;
        align-items: center;
    }

.mf-login-lang-btn {
    font-weight: var(--mf-text-semiBold);
    font-size: var(--mf-Base-text);
    line-height: 17.88px;
    border-radius: var(--mf-default-radius);
    transition: 0.3s;
    background: var(--mf-white);
    color: var(--mf-black);
    border: 2px solid var(--mf-gray-20);
    height: 40px;
    padding: 8px 16px;
}
    .mf-login-lang-btn:hover {
        color: var(--mf-white);
        background: var(--mf-gray);
        border: 2px solid var(--mf-gray);
    }
    .mf-login-lang-btn:hover span:before {
        color: var(--mf-white);
    }
    .mf-login-lang-btn span:before {
        margin-inline-start: 8px;
        transition: 0.3s;
    }
    .mf-block-margin {
    margin-top: 32px;
}

.login-layout .login-box .widget-main {
    padding: 0 1rem;
}

.mf-login-content-size {
    width: 95%;
    margin-top: 1rem;
}

.mf-space-between {
    display: flex;
    justify-content: space-between;
}

.mf-align-center {
    display: flex;
    align-items: center;
}

.mf-inner-question {
    margin: 0.75rem 0;
}

.mf-login-layout {
    background: linear-gradient( to right, #E9EDF0 0%, #E9EDF0 50%, #2B67B8 50%, #2B67B8 100% );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0px;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.mf-error-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url(../../../imgs/invoice/Pattern.svg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mf-shadow-container {
    background-color: #ffffff;
    padding: 24px 0 16px;
    border-radius: 14px;
    box-shadow: 0px 8px 32px 0px #66666629;
    margin: auto;
    min-width: 700px;
}
.mf-login-container {
    background: linear-gradient( to right, var(--mf-white) 0%, var(--mf-white) 50%, var(--mf-blue-light) 50%, var(--mf-blue-light) 100% );
    border-radius: var(--mf-default-radius);
    padding: 32px;
    box-shadow: 1px 1px 10px 0 rgba(144, 144, 144, 0.5);
    min-height: 38.5rem;
    min-width: 69rem;
}

.mf-header-container.mf-login {
    padding: 0;
    background-color: transparent;
    justify-content: space-between;
}

.login-layout .main-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 100%;
    display: flex;
    justify-content: center;
}

.mf-sh-form-title, .mf-ad-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    /*letter-spacing: 0.04em;*/
    color: var(--mf-secondary);
    text-align: center;
}

.mf-sh-form-sub-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.04em;
    color: var(--mf-secondary-color);
    display: none;
}

.mf-sh-group {
    position: relative;
}

.mf-sh-label {
    color: var(--mf-gray-dark);
    font-size: var(--mf-base-text);
    font-weight: var(--mf-text-Bold);
    margin-bottom: 4px;
    padding-bottom: 0px;
}

.mf-sh-input, div.dataTables_wrapper div.dataTables_length select {
    background-color: var(--mf-white) !important;
    border-radius: var(--mf-radius-md) !important;
    cursor: pointer;
    transition-duration: 0.1s;
}

.mf-sh-input {
    height: 40px;
   /* padding: 9.9px !important;*/
}

div.dataTables_wrapper div.dataTables_length select {
    padding: 6.9px !important;
    width: 45px;
}

div.dataTables_wrapper div#grid-view-invoice-items_length::after {
    position: absolute;
    left: 65px;
    bottom: 16px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.mf-sh-group i {
    color: var(--mf-teriary-color);
    position: absolute;
    cursor: pointer;
    padding: 13px;
    right: 0;
    top: 0;
}

.mf-sh-input:focus, .form-select:focus, div.dataTables_wrapper div.dataTables_length select {
    outline: var(--mf-brand-color) !important;
}

/*input.valid, select.valid, textarea.valid {
    border: 2px solid var(--mf-mid-green) !important;
    color: var(--mf-mid-green) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/

#invalid_datas_length label {
    display: flex;
    justify-content: start;
    align-items: center;
}

#invalid_datas_length select {
    width: auto;
    margin: 0 0.25rem;
    padding: 3px 3px 3px 7px !important;
}

input::placeholder {
    font-size: 16px;
    line-height: 16.4px;
    /*color: var(--mf-teriary-color);*/
    color: green;
}

input.input-validation-error {
    border-color: var(--mf-red) !important;
}
.mf-mobile-inputs-wrapper input.input-validation-error {
    border-top: 1px solid var(--mf-red) !important;
    border-right: 1px solid var(--mf-red) !important;
    border-bottom: 1px solid var(--mf-red) !important;
    border-left: 1px solid var(--mf-red) !important;
    border-radius: var(--mf-radius-md);
}
/*------------------------------------------------*/
input[type=checkbox].ace /*,
input[type=radio].ace*/ {
    /*opacity: 0;*/
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

label input[type=checkbox].ace {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    /*clip: rect(1px, 1px, 1px, 1px);*/
    position: absolute;
}

input[type=checkbox].ace ~ .lbl {
    position: relative;
    display: inline-block;
    /*padding: 8px 24px 8px 0;
    margin: 8px 16px 8px 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;*/
    font-size: var(--mf-base-text);
    font-weight: var(--mf-text-semiBold);
    cursor: pointer;
}

    input[type=checkbox].ace ~ .lbl::before /*,
input[type=radio].ace ~ .lbl::before*/ {
        cursor: pointer;
        font-family: fontAwesome;
        font-weight: normal;
        font-size: 12px;
        color: var(--mf-primary);
        content: "\a0";
        background-color: var(--mf-white);
        /*    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
*/ border-radius: var(--mf-radius-sm);
        margin: 2px;
        display: inline-block;
        text-align: center;
        height: 20px;
        line-height: 16px;
        min-width: 20px;
        margin-inline-end: 8px;
        position: relative;
        top: -1px;
        border-radius: 4px;
        border: 2px solid var(--mf-gray) !important;
    }

input[type=checkbox].ace:checked ~ .lbl::before {
    display: inline-block;
    content: '\f00c';
    background-color: var(--mf-primary-light);
    border: 2px solid var(--mf-primary-light) !important;
}


input[type=radio].ace ~ .lbl {
    position: relative;
    display: inline-block;
    /*padding: 8px 12px;*/
    margin: 8px;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-size: var(--mf-base-text);
    font-weight: var(--mf-text-semiBold);
    cursor: pointer;
}

    input[type=radio].ace ~ .lbl::before {
        display: inline-block;
    }
/*------------------------------------------------*/

.mf-sh-sign-up {
    color: var(--mf-primary);
    cursor: pointer;
    padding: 0 4px;
    text-decoration: none;
    font-weight: 500;
}

.mf-sign-up,
.mf-sign-up.mf-sh-sign-up:hover {
    text-decoration: underline;
}
 

.mf-sh-sign-up:hover {
    text-decoration: none;
    color: var(--mf-primary);
}

.mf-sh-question {
    color: var(--mf-gray-dark);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.mf-sh-button, .mf-sh-button.mf-btn {
    width: 100%;
    border: none;
    border-radius: var(--mf-default-radius);
    color: var(--mf-white);
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    height: 40px;
    text-align: center;
    line-height: 16.4px;
    margin: 32px 0;
    cursor: pointer;
    transition: 0.3s;
    background-color: var(--mf-primary);
    /*background: linear-gradient( to right, #88C0DE, #006D9B, #6C75C4);*/
}

    .mf-sh-button:hover {
        transition: 0.3s;
        background-color: var(--mf-blue-light);
        color: var(--mf-primary);
        /*background: linear-gradient( to left, #7BC4EC, #03658E, #59609C);*/
    }

.mf-ad-container {
    width: 24rem;
    position: relative;
}

.mf-ad-subtitle {
    /*color: var(--mf-gray-dark);*/
    color: #7c7a7a;
    font-size: 16px;
    position: absolute;
    width: 14rem;
    right: 1px;
    padding-top: 2.25rem;
}

.mf-login-ad-img {
    width: 37rem;
    position: absolute;
    left: -95px;
    top: 75px;
}

.mf-download-btns {
    position: absolute;
    top: 229px;
    right: 20px;
    display: flex;
}

.mf-center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.mf-text-right {
    text-align: right;
}

.mf-no-paddings {
    padding-left: 0;
    padding-right: 0;
}

.mf-footer-login {
    background-color: transparent !important;
    bottom: 0;
}

.mf-float-right {
    float: right;
}

.mf-page-subtitle {
    color: var(--mf-gray);
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    position: relative;
}

/* -------------------FORGOT PASSWORDS PAGES---------- */
.login-container .widget-body {
    background-color: transparent;
}

.mf-back-action-box.toolbar.clearfix {
    background: none;
    border-top: none;
    text-align: center;
    padding: 0;
}

.forgot-box .back-to-login-link, .signup-box .back-to-login-link {
    color: var(--mf-primary);
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
}

.forgot-password .mf-page-subtitle, .forgot-password .mf-sh-button {
    margin-bottom: 2rem;
}

.mf-centeral-content {
    display: flex;
    justify-content: center;
}

.mf-double-circle-outer {
    border-radius: 50%;
    width: fit-content;
    padding: 0.75rem;
    background-color: #D1E7EA;
}

    .mf-double-circle-outer.success {
        background-color: #EDFCF5;
    }

.mf-double-circle-inner {
    border-radius: 50%;
    padding: 0.5rem;
    opacity: 65%;
    background: var(--mf-primary);
}

    .mf-double-circle-inner.success {
        opacity: 100%;
        background: #D1F9DE;
    }

.mf-icon-md {
    width: 1.5rem;
}

.mf-icon-lg {
    width: 2rem;
}

.mf-text-center {
    text-align: center;
}

@media (min-width: 1200px) {
    .mf-login-ad-img {
        width: 38rem;
        left: -145px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mf-login-container {
        min-width: 57rem;
    }

    .mf-login-ad-img {
        width: 32.5rem;
        top: 82px;
        left: -47px;
    }

    .mf-ad-subtitle {
        right: -60px;
    }

    .mf-download-btns {
        right: -41px;
        bottom: 200px;
    }

    .col-sm-2.profile-image-section {
        padding-right: 8px;
        padding-left: 8px;
    }

    .mf-side-menu-item a {
        padding: 0.75rem 0.25rem;
    }

    .mf-main-content-inner {
        margin: 0 0.5rem;
    }
}

@media (max-width: 991.98px) {
    .mf-login-layout {
        background: linear-gradient( to bottom, var(--mf-white) 0%, var(--mf-white) 44%, #E6F4F1 44%, #E6F4F1 100% );
        align-items: self-start;
        position: relative;
        display: block;
        padding: 2rem;
        min-width: unset;
    }

    .mf-login-container {
        background: transparent;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        min-height: unset;
        min-width: unset;
    }

    .mf-login-content-size {
        justify-content: center;
    }

        .mf-login-content-size .col-sm-6 {
            width: 80%;
        }

    .mf-ad-container {
        width: 36rem;
        margin-top: 1rem;
    }

    .mf-ad-title {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .mf-ad-subtitle {
        right: 53px;
        padding-top: 1.25rem;
    }

    .mf-download-btns {
        bottom: 291px;
        right: 73px;
    }

    .mf-login-ad-img {
        width: 37rem;
        position: unset;
    }

    .login-layout .main-content {
        justify-content: center;
    }

    .mf-side-menu-item a {
        padding: 0.75rem 0.25rem;
    }

        .mf-side-menu-item a:hover, .mf-side-menu-item a:hover .mf-side-bar-arrow {
            font-size: 16px;
        }
}

@media (max-width: 767.98px) {
    .mf-ad-container {
        display: none;
    }

    .mf-login-layout {
        background: var(--mf-white);
    }

    .mf-login-content-size .col-sm-6 {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .mf-login-logo {
        width: 108px;
        height: 34px;
    }

   /* .mf-login-layout {
        padding: 1rem 0.5rem;
    }*/

    .login-layout .main-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .mf-login-content-size .col-sm-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .login-layout .login-box .widget-main {
        padding: 0;
    }

    .mf-sh-form-title {
        font-size: 18px;
    }

    .mf-sh-label {
        font-size: 14px;
    }

    .mf-sh-form-sub-title {
        font-size: 14px;
        line-height: 24px;
    }
}
/* -------------------ERRORS------------------ */
.mf-flex{
    display: flex;
}
.mf-column {
    flex-direction: column;
}
.mf-justify-center {
    justify-content: center;
}
.mfe-gap  {
    gap: 32px;
}
.mf-huge-title {
    font-size: var(--mf-huge-text);
    font-weight: var(--mf-text-semiBold);
    color: var(--mf-secondary);
    margin-inline-start: 16px;
}
.mf-lg-primary-text {
    font-size: var(--mf-lg-text);
    font-weight: var(--mf-text-regular);
    color: var(--mf-primary);
}
.mf-bottom-separator {
    margin-bottom: 48px;
}
.mf-m-b-md {
    margin-bottom: 16px;
}
.mf-p-xl {
    padding: 44px;
}
.mf-center { 
    text-align: center;
}
.mf-exclamation-lg {
    width: 60px;
}
.mfe-btn {
    font-weight: var(--mf-text-semiBold);
    font-size: var(--mf-Base-text);
    line-height: 17.88px;
    border-radius: var(--mf-default-radius);
    transition: 0.3s;
    height: 40px;
    padding-left: 48px;
    padding-right: 48px;
}
.mfe-btn-primary {
    color: var(--mf-white);
    background: var(--mf-primary);
    border: 2px solid var(--mf-primary);
}
    .mfe-btn-primary:hover {
        color: var(--mf-primary);
        background: var(--mf-primary-light);
        border: 2px solid var(--mf-primary);
    }
.mfe-btn-secondary-outlined {
    background: var(--mf-white);
    color: var(--mf-secondary);
    border: 2px solid var(--mf-secondary);
}
    .mfe-btn-secondary-outlined:hover {
        color: var(--mf-white);
        background: var(--mf-gray);
        border: 2px solid transparent;
        /*border: 2px solid var(--mf-orange-70);*/
    }
.mfe-full-page {
    width: 100%
}
.mff-header.mf-header-container {
    flex-direction: row;
}