@import '_content/BlazorColorPicker/BlazorColorPicker.bundle.scp.css';
@import '_content/ITS.ComponentsLib/ITS.ComponentsLib.bgfc7y35tt.bundle.scp.css';

/* /Pages/ITSPages/Administration/DataAccess/FieldsTemplates/FieldsTemplateForm.razor.rz.scp.css */

.template-container[b-kuvt8nj36y]{
    display: flex;
    flex-wrap: wrap;
}

.fields-container[b-kuvt8nj36y] {
    background: rgb(247 247 247);
    margin: 20px !important;
    display: flex;
    max-height: 300px;
    flex-wrap: wrap;
    align-items: baseline;
    overflow: auto;
    margin: 20px;
    width: 44%;
}

.fields-container-header[b-kuvt8nj36y] {
    width: 100%;
    background-color: var(--secondary-color);
    padding: 10px;
    font-weight: bold;
    color: #FFF;
    position: sticky;
    top: 0;
}

.field-item[b-kuvt8nj36y] {
    background: rgb(251 251 251);
    max-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px;
    padding: 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.field-item:hover[b-kuvt8nj36y] {
    box-shadow: 5px 5px 8px gray;
}
/* /Pages/ITSPages/Administration/DataAccess/FieldsTemplates/FieldTemplatesManager.razor.rz.scp.css */

.fieldTemplates-container[b-4rk14pl0w0] {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    margin-top: 15px;
    align-items: start;
    padding: 10px;
    background: #eeeeee6b;
    border-radius: 10px;
    border: 1px solid #EEE;
    max-height: 400px;
    overflow: auto;
}

.fieldTemplate[b-4rk14pl0w0] {
    width: 250px;
    max-height: 300px;
    overflow: hidden;
    margin: 20px;
    border: 1px solid #DDD;
    border-radius: 7px;
}

.fieldTemplate-name[b-4rk14pl0w0] {
    height: 26px;
    background-color: var(--secondary-color);
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 250px;
    white-space: nowrap;
}

.fieldTemplate-fields-shortlist[b-4rk14pl0w0] {
    padding: 10px;
    overflow: auto;
    overflow-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
}

.fieldTemplate-fields-shortlist .item[b-4rk14pl0w0]{
    background-color: #F1F1F1;
    padding: 4px;
    margin: 5px;
    width: 100px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #DDD;
}
/* /Pages/ITSPages/Administration/DataAccess/FilterTemplates/FilterConditionsForm.razor.rz.scp.css */


.filter-conditions[b-4nqhufn0u8] {
    border: 1px solid #DDD;
    padding-bottom: 10px;
    border-radius: 5px 5px 0px 0px;
}

.filter-condition[b-4nqhufn0u8], .filter-condition-form[b-4nqhufn0u8] {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.filter-condition-form[b-4nqhufn0u8] {
    background: #f1f1f1;
    border-bottom: 1px solid #DDD;
}

.filter-condition[b-4nqhufn0u8] {
    border-bottom: 1px solid #DDD;
    box-shadow: 0px 5px 5px #ddd;
}


    .filter-condition div[b-4nqhufn0u8], .filter-condition-form div[b-4nqhufn0u8] {
        margin: 5px;
        width: 22%;
    }

.filter-remove[b-4nqhufn0u8] {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: .3s all ease-in-out;
}

    .filter-remove:hover[b-4nqhufn0u8] {
        transform: scale(1.2);
    }
/* /Pages/ITSPages/Administration/DataAccess/FilterTemplates/FilterTemplateForm.razor.rz.scp.css */
/* /Pages/ITSPages/Administration/DataAccess/FilterTemplates/FilterTemplatesManager.razor.rz.scp.css */

.filterTemplates-container[b-xod0eq2ugi] {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    margin-top: 15px;
    align-items: start;
    padding: 10px;
    background: #eeeeee6b;
    border-radius: 10px;
    border: 1px solid #EEE;
    max-height: 400px;
    overflow: auto;
}

.filterTemplate[b-xod0eq2ugi] {
    width: 250px;
    max-height: 300px;
    overflow: hidden;
    margin: 20px;
    border: 1px solid #DDD;
    border-radius: 7px;
}

.filterTemplate-name[b-xod0eq2ugi] {
    height: 26px;
    background-color: var(--secondary-color);
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 250px;
    white-space: nowrap;
}

.filterTemplate-filters-shortlist[b-xod0eq2ugi] {
    padding: 10px;
    overflow: auto;
    overflow-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
}

.filterTemplate-filters-shortlist .item[b-xod0eq2ugi] {
    background-color: #F1F1F1;
    padding: 4px;
    margin: 5px;
    width: 200px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #DDD;
    word-spacing: 20px;
}
/* /Pages/ITSPages/Auth/ForgotPasswordReset.razor.rz.scp.css */

/*
.login-form form .row{

    margin-top: 50px;
    margin-bottom: 50px;

}*/

.page-con[b-otvcdwemin] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg, #EEE 50%, var(--secondary-color) 55%, var(--third-color) 70%);
}

.login-con[b-otvcdwemin] {
    display: flex;
    justify-content: center;
    width: 80%;
    background: #FFF;
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
    overflow: hidden;
}

    .login-con .login-info[b-otvcdwemin] {
        width: 60%;
        background: radial-gradient(circle, #FFF 70%, var(--secondary-color) 0%, var(--secondary-color) 30%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

.login-info .logo[b-otvcdwemin] {
    width: 20%;
    height: 20%;
    margin-top: 20px;
}

    .login-info .logo img[b-otvcdwemin] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.login-info .title[b-otvcdwemin] {
    text-align: center;
    margin: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.login-info .desc[b-otvcdwemin] {
    font-weight: bold;
    max-width: 70%;
    text-align: center;
    line-height: 2;
}


.login-con .login-form[b-otvcdwemin] {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 2vh;
    padding-top: 3vh;
}

.form-inner-con[b-otvcdwemin] {
    width: 100%;
    height: 350px;
    padding: 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .form-inner-con form[b-otvcdwemin] {
        width: 80%;
        height: 100%;
    }

form-inner-con .form-group[b-otvcdwemin] {
    margin-top: 2vh;
    margin-bottom: 2vh;
}


.login-form .title[b-otvcdwemin] {
    color: var(--secondary-color);
}

/** Small Screen **/
@media (max-width: 767.98px) {
    .login-con .login-info[b-otvcdwemin] {
        display: none;
    }

    .login-con .login-form[b-otvcdwemin] {
        width: 100%;
    }

    .form-inner-con[b-otvcdwemin] {
        height: 400px;
    }
}

.password-con[b-otvcdwemin] {
    position: relative;
}

.password-eye[b-otvcdwemin] {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}
/* /Pages/ITSPages/Auth/Login.razor.rz.scp.css */

/*
.login-form form .row{

    margin-top: 50px;
    margin-bottom: 50px;

}*/

.page-con[b-go9xj4zbpn] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg, #EEE 50%, var(--secondary-color) 55%, var(--third-color) 70%);
}

.login-con[b-go9xj4zbpn] {
    display: flex;
    justify-content: center;
    width: 80%;
    background: #FFF;
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
    overflow: hidden;
}

.login-con .login-info[b-go9xj4zbpn] {
    width: 60%;
    background: radial-gradient(circle, #FFF 70%, var(--secondary-color) 0%, var(--secondary-color) 30%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-info .logo[b-go9xj4zbpn] {
    width: 20%;
    height: 20%;
    margin-top: 20px;
}

.login-info .logo img[b-go9xj4zbpn] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login-info .title[b-go9xj4zbpn] {
    text-align: center;
    margin: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.login-info .desc[b-go9xj4zbpn] {
    font-weight: bold;
    max-width: 70%;
    text-align: center;
    line-height: 2;
}


.login-con .login-form[b-go9xj4zbpn] {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 2vh;
    padding-top: 3vh;
}

.form-inner-con[b-go9xj4zbpn] {
    width: 100%;
    height: 350px;
    padding: 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-inner-con form[b-go9xj4zbpn] {
    width: 80%;
    height: 100%;
}

form-inner-con .form-group[b-go9xj4zbpn] {
    margin-top: 2vh;
    margin-bottom: 2vh;
}


.login-form .title[b-go9xj4zbpn]{
    color: var(--secondary-color);
}

/** Small Screen **/
@media (max-width: 767.98px) {
    .login-con .login-info[b-go9xj4zbpn] {
        display: none;
    }

    .login-con .login-form[b-go9xj4zbpn] {
        width: 100%;
    }

    .form-inner-con[b-go9xj4zbpn] {
        height: 400px;
    }
}

.password-con[b-go9xj4zbpn]{
    position: relative;
}

.password-eye[b-go9xj4zbpn]{
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}

.report-issue-link[b-go9xj4zbpn] {
    color: #0366d6 !important;
    cursor: pointer;
}
/* /Pages/ITSPages/License/InvalidLicense.razor.rz.scp.css */

.lic-container[b-j5sksmv4m7]{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 400px;
}

.lic-icon[b-j5sksmv4m7] {
    color: #ff4f4f;
    font-size: 45px;
}

.lic-text[b-j5sksmv4m7] {
    font-weight: bold;
    font-size: 20px;
    margin: 6px;
    color: #fd6f6f;
}

.lic-btn[b-j5sksmv4m7]{
    margin-top: 7px;
}
/* /Pages/ITSPages/License/LicenseInfo.razor.rz.scp.css */

.license-msg[b-b7ppjxxu1p]{
    font-size: 18px;
    font-weight: bolder;
}

.license-info-con[b-b7ppjxxu1p] {
    margin: 10px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    background-color: #FFF;
    border-top: 3px solid var(--secondary-color);
    box-shadow: 8px 8px 20px gray;
}

.license-info-con > .row[b-b7ppjxxu1p] {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--secondary-color);
}
 
/* /Pages/ITSPages/Logging/Audeting/EntityAuditsList.razor.rz.scp.css */

.history-detail-row[b-5hntmqqw7w] {
    padding: 10px;
    border-bottom: 2px solid #DDD;
    margin-bottom: 10px;
    box-shadow: 0px 8px 8px #DDD;
}
/* /Pages/ITSPages/Logging/ExceptionsLog/ExceptionLogDetails.razor.rz.scp.css */

.details-container[b-vro3hgfcri] {
    padding: 10px;
    background: #f6f6f6;
    word-wrap: break-word;
    word-spacing: 2px;
    border-radius: 5px;
    overflow: auto;
    line-height: 1.5;
}

.stack-trace-container[b-vro3hgfcri] {
    max-height: 80%;
}

/* /Pages/ITSPages/Notifications/EmailTemplates/EmailTemplateForm.razor.rz.scp.css */

.template-var-con[b-fk7itxospc] {
    display: flex;
    flex-wrap: wrap;
}

.template-var[b-fk7itxospc]{
    margin: 5px;
    padding: 10px;
    border: 1px solid var(--third-color);
    background: #EEE;
    font-weight: bold;
    border-radius: 5px;
    transition: .3s all ease-in-out;
    cursor: pointer;
}

.template-var:hover[b-fk7itxospc]{
    transform: scale(1.1);
}
/* /Pages/Target/Dashboard/RFQsStatsWidget.razor.rz.scp.css */

.rfq-state[b-c163dkc4vg] {
    width: 300px;
    margin: 15px;
    padding: 15px;
    border-bottom: 5px solid #FFF;
    box-shadow: 8px 8px 20px #DDD;
    cursor: pointer;
    border-radius: 10px;
}

.rfq-state.open[b-c163dkc4vg] {
    background: linear-gradient(139deg, #FFF -30%, var(--green-color), #FFF 130%);
}

.rfq-state.not-open[b-c163dkc4vg] {
    background: linear-gradient(139deg, #FFF -30%, #c52946, #FFF 130%);
}

.rfq-state .title[b-c163dkc4vg] {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 2px;
    color: #FFF;
    text-align: center;
}

.rfq-state .count[b-c163dkc4vg] {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 2rem;
    color: #FFF;
}
/* /Pages/Target/Dashboard/SuppliersStateWidget.razor.rz.scp.css */

.supplier-state-con[b-86wqx8l5xa] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.supplier-state[b-86wqx8l5xa] {
    width: 300px;
    margin: 15px;
    padding: 15px;
    background: #FFFF;
    border: 3px solid #EEE;
    border-bottom: 5px solid #EEE;
    box-shadow: 8px 8px 20px #DDD;
    cursor: pointer;
}

.supplier-state .title[b-86wqx8l5xa] {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.supplier-state .count[b-86wqx8l5xa] {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 2rem;
    color: gray;
}
/* /Pages/Target/Indexes/Contacts/ContactsForm.razor.rz.scp.css */

.contact-form-row[b-4k3l0dwrbf] {
    border-bottom: 3px solid #DDD;
    box-shadow: 0px 0px 15px #DDD;
    border-top: 1px solid #EEE;
}
/* /Pages/Target/LandingPage.razor.rz.scp.css */

html[b-iwfjiqppb9] {
    overflow-x: hidden;
}

body[b-iwfjiqppb9] {
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #6F8BA4;
    font-weight: 400;
}

h1[b-iwfjiqppb9], .h1[b-iwfjiqppb9], h2[b-iwfjiqppb9], .h2[b-iwfjiqppb9], h3[b-iwfjiqppb9], .h3[b-iwfjiqppb9], h4[b-iwfjiqppb9], .h4[b-iwfjiqppb9], h5[b-iwfjiqppb9], .h5[b-iwfjiqppb9], h6[b-iwfjiqppb9], .h6[b-iwfjiqppb9] {
    font-family: "Exo", sans-serif;
    font-weight: 700;
    color: #222;
}

h1[b-iwfjiqppb9], .h1[b-iwfjiqppb9] {
    font-size: 2.5rem;
}

h2[b-iwfjiqppb9], .h2[b-iwfjiqppb9] {
    font-size: 44px;
}

h3[b-iwfjiqppb9], .h3[b-iwfjiqppb9] {
    font-size: 1.5rem;
}

h4[b-iwfjiqppb9], .h4[b-iwfjiqppb9] {
    font-size: 1.3rem;
    line-height: 30px;
}

h5[b-iwfjiqppb9], .h5[b-iwfjiqppb9] {
    font-size: 1.25rem;
}

h6[b-iwfjiqppb9], .h6[b-iwfjiqppb9] {
    font-size: 1rem;
}

p[b-iwfjiqppb9] {
    line-height: 30px;
}

.navbar-toggle .icon-bar[b-iwfjiqppb9] {
    background: #223a66;
}

input[type="email"][b-iwfjiqppb9], input[type="password"][b-iwfjiqppb9], input[type="text"][b-iwfjiqppb9], input[type="tel"][b-iwfjiqppb9] {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
}

input[type="email"]:focus[b-iwfjiqppb9], input[type="password"]:focus[b-iwfjiqppb9], input[type="text"]:focus[b-iwfjiqppb9], input[type="tel"]:focus[b-iwfjiqppb9] {
    box-shadow: none;
    border: 1px solid #223a66;
}

.form-control[b-iwfjiqppb9] {
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus[b-iwfjiqppb9] {
    box-shadow: none;
    border: 1px solid #223a66;
}

.py-7[b-iwfjiqppb9] {
    padding: 7rem 0px;
}

.btn[b-iwfjiqppb9] {
    display: inline-block;
    font-size: 14px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: .5px;
    padding: .75rem 2rem;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all .35s ease;
}

.btn.btn-icon i[b-iwfjiqppb9] {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    padding-left: 15px;
}

.btn:focus[b-iwfjiqppb9] {
    outline: 0px;
    box-shadow: none;
}

.btn-main[b-iwfjiqppb9] {
    background: #08546c;
    color: #fff;
    border-color: #a0bacc;
}

.btn-main:hover[b-iwfjiqppb9] {
    background: #e12454;
    border-color: #e12454;
    color: #fff;
}

.btn-main-2[b-iwfjiqppb9] {
    background: #e12454;
    color: #fff;
    border-color: #e12454;
}

.btn-main-2:hover[b-iwfjiqppb9] {
    background: #223a66;
    color: #fff;
    border-color: #223a66;
}

.btn-solid-border[b-iwfjiqppb9] {
    border: 2px solid #223a66;
    background: transparent;
    color: #223a66;
}

.btn-solid-border:hover[b-iwfjiqppb9] {
    border: 2px solid #223a66;
    color: #fff;
    background: #223a66;
}

.btn-solid-border:hover.btn-icon i[b-iwfjiqppb9] {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i[b-iwfjiqppb9] {
    border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent[b-iwfjiqppb9] {
    background: transparent;
    color: #222;
    border-color: #6F8BA4;
}

.btn-transparent:hover[b-iwfjiqppb9] {
    background: #6F8BA4;
    color: #fff;
}

.btn-white[b-iwfjiqppb9] {
    background: #fff;
    border-color: #fff;
    color: #222;
}

.btn-white:hover[b-iwfjiqppb9] {
    background: #223a66;
    color: #fff;
    border-color: #223a66;
}

.btn-solid-white[b-iwfjiqppb9] {
    border-color: #fff;
    color: #fff;
}

.btn-solid-white:hover[b-iwfjiqppb9] {
    background: #fff;
    color: #222;
}

.btn-round[b-iwfjiqppb9] {
    border-radius: 4px;
}

.btn-round-full[b-iwfjiqppb9] {
    border-radius: 50px;
}

.btn.active:focus[b-iwfjiqppb9], .btn:active:focus[b-iwfjiqppb9], .btn:focus[b-iwfjiqppb9] {
    outline: 0;
}

.bg-gray[b-iwfjiqppb9] {
    background: #eff0f3;
}

.bg-primary[b-iwfjiqppb9] {
    background: #223a66;
}

.bg-primary-dark[b-iwfjiqppb9] {
    background: #152440;
}

.bg-primary-darker[b-iwfjiqppb9] {
    background: #090f1a;
}

.bg-dark[b-iwfjiqppb9] {
    background: #222;
}

.bg-gradient[b-iwfjiqppb9] {
    background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
    background-repeat: repeat-x;
}

.section[b-iwfjiqppb9] {
    padding: 100px 0;
}

.section-sm[b-iwfjiqppb9] {
    padding: 70px 0;
}

.section-bottom[b-iwfjiqppb9] {
    padding-bottom: 100px;
}

.subtitle[b-iwfjiqppb9] {
    color: #223a66;
    font-size: 14px;
    letter-spacing: 1px;
}

.overlay[b-iwfjiqppb9]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #223a66;
}

.overly-2[b-iwfjiqppb9] {
    position: relative;
}

.overly-2[b-iwfjiqppb9]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.text-sm[b-iwfjiqppb9] {
    font-size: 14px;
}

.text-md[b-iwfjiqppb9] {
    font-size: 2.25rem;
}

.text-lg[b-iwfjiqppb9] {
    font-size: 3.75rem;
}

.no-spacing[b-iwfjiqppb9] {
    letter-spacing: 0px;
}

/* Links */
a[b-iwfjiqppb9] {
    color: #222;
    text-decoration: none;
    transition: all .35s ease;
}

a:focus[b-iwfjiqppb9], a:hover[b-iwfjiqppb9] {
    color: #e12454;
    text-decoration: none;
}

a:focus[b-iwfjiqppb9] {
    outline: none;
}

.content-title[b-iwfjiqppb9] {
    font-size: 40px;
    line-height: 50px;
}

.page-title[b-iwfjiqppb9] {
    padding: 120px 0px 70px 0px;
    position: relative;
}

.page-title .block h1[b-iwfjiqppb9] {
    color: #fff;
}

.page-title .block p[b-iwfjiqppb9] {
    color: #fff;
}

.page-title .breadcumb-nav[b-iwfjiqppb9] {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus[b-iwfjiqppb9], .slick-slide a[b-iwfjiqppb9] {
    outline: none;
}

@media (max-width: 480px) {
    h2[b-iwfjiqppb9], .h2[b-iwfjiqppb9] {
        font-size: 1.3rem;
        line-height: 36px;
    }
}

.title-color[b-iwfjiqppb9] {
    color: #223a66;
}

.secondary-bg[b-iwfjiqppb9] {
    background: #223a66;
}

.section-title[b-iwfjiqppb9] {
    margin-bottom: 70px;
}

.section-title h2[b-iwfjiqppb9] {
    color: #223a66;
}

.text-lg[b-iwfjiqppb9] {
    font-size: 50px;
}

.gray-bg[b-iwfjiqppb9] {
    background: #f4f9fc;
}

@media (max-width: 480px) {
    .text-lg[b-iwfjiqppb9] {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .text-lg[b-iwfjiqppb9] {
        font-size: 28px;
    }
}

#navbarmain[b-iwfjiqppb9] {
    padding: 20px 0px;
}

#navbarmain .nav-link[b-iwfjiqppb9] {
    font-weight: 600;
    padding: 10px 15px;
    color: #222;
    font-family: "Exo", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .25s ease;
}

.dropdown-toggle[b-iwfjiqppb9]::after {
    display: none;
}

.navbar-brand[b-iwfjiqppb9] {
    margin-top: 10px;
}

.dropdown .dropdown-menu[b-iwfjiqppb9] {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 240px;
    top: 130%;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 0px;
    border-top: 5px solid #e12454;
    border-radius: 0px;
}

.dropdown:hover .dropdown-menu[b-iwfjiqppb9] {
    opacity: 1;
    visibility: visible;
    top: 115%;
}

.dropdown .dropdown-item[b-iwfjiqppb9] {
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    background: transparent;
    font-weight: 400;
    color: #555;
}

.dropdown .dropdown-item:hover[b-iwfjiqppb9] {
    color: #e12454;
}

.header-top-bar[b-iwfjiqppb9] {
    background: #223a66;
    font-size: 14px;
    padding: 10px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.top-bar-info li a[b-iwfjiqppb9] {
    color: #fff;
    margin-right: 20px;
}

.top-right-bar a span[b-iwfjiqppb9] {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.top-right-bar a i[b-iwfjiqppb9] {
    color: #fff;
    margin-right: 10px;
}

.bg-1[b-iwfjiqppb9] {
    background: url("../images/bg/22.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.banner[b-iwfjiqppb9] {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("images/LandingPage-bg-2.jpg") no-repeat;
    background-size: cover;
    min-height: 700px;
}

.banner .block[b-iwfjiqppb9] {
    /*  padding: 263px 0px 160px;*/
    padding: 80px 15px 160px;
    background-color: rgba(150,150,150,0.5);
    margin: 60px 0px 160px
}

.banner .block h1[b-iwfjiqppb9] {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    color: #223a66;
}

.letter-spacing[b-iwfjiqppb9] {
    letter-spacing: 2px;
}

.text-color[b-iwfjiqppb9] {
    color: #223a66;
}

.text-color-2[b-iwfjiqppb9] {
    color: #e12454;
}

.divider[b-iwfjiqppb9] {
    width: 40px;
    height: 5px;
    background: #e12454;
}

@media (max-width: 480px) {
    .banner .block h1[b-iwfjiqppb9] {
        font-size: 38px;
        line-height: 50px;
    }

    .banner[b-iwfjiqppb9] {
        min-height: 450px;
        /*  background: #fff !important;*/
    }
}

@media (max-width: 400px) {
    .banner .block h1[b-iwfjiqppb9] {
        font-size: 28px;
        line-height: 40px;
    }

    .banner[b-iwfjiqppb9] {
        min-height: 450px;
        /* background: #fff !important;*/
    }
}

@media (max-width: 768px) {
    .banner .block h1[b-iwfjiqppb9] {
        font-size: 56px;
        line-height: 70px;
    }

    .banner[b-iwfjiqppb9] {
        /*background: #fff !important;*/
    }
}

@media (max-width: 992px) {
    .banner[b-iwfjiqppb9] {
        /* background: #fff !important;
        background: url("../images/supplierportal.jpg") no-repeat;*/
    }
}

.about-img img[b-iwfjiqppb9] {
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img[b-iwfjiqppb9] {
    height: 120px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #eff0f3;
}

.appoinment-content[b-iwfjiqppb9] {
    position: relative;
}

.appoinment-content img[b-iwfjiqppb9] {
    width: 85%;
}

.appoinment-content .emergency[b-iwfjiqppb9] {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 20px;
    background: #223a66;
    padding: 48px;
}

.appoinment-content .emergency h2[b-iwfjiqppb9] {
    color: #fff;
}

.appoinment-content .emergency i[b-iwfjiqppb9] {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.appoinment-form[b-iwfjiqppb9] {
    margin-top: 40px;
}

.appoinment-form .form-control[b-iwfjiqppb9] {
    background: #f4f9fc;
    height: 55px;
    border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control[b-iwfjiqppb9] {
    height: auto;
}

.client-thumb[b-iwfjiqppb9] {
    text-align: center;
}

.features[b-iwfjiqppb9] {
    margin-top: -150px;
}

.feature-item[b-iwfjiqppb9] {
    flex-basis: 33.33%;
    margin: 0px 10px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px #a0bacc;
}

.feature-item .feature-icon i[b-iwfjiqppb9] {
    font-size: 50px;
    color: #223a66;
}

.feature-item h4[b-iwfjiqppb9] {
    color: #223a66;
}

.feature-item p[b-iwfjiqppb9] {
    font-size: 14px;
}

.feature-section.border-top[b-iwfjiqppb9] {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li[b-iwfjiqppb9] {
    padding: 6px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat[b-iwfjiqppb9] {
    text-align: center;
    padding: 55px 0px 40px 0px;
    position: relative;
}

.counter-stat i[b-iwfjiqppb9] {
    display: block;
    color: rgba(255, 255, 255, 0.06);
    font-size: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

.counter-stat span[b-iwfjiqppb9] {
    font-size: 70px;
    color: #fff;
}

.counter-stat p[b-iwfjiqppb9] {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
}

.mb--80[b-iwfjiqppb9] {
    margin-bottom: -80px;
}

.service[b-iwfjiqppb9] {
    padding-top: 180px;
}

.service .service-item[b-iwfjiqppb9] {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.service .icon[b-iwfjiqppb9] {
    float: left;
    margin-bottom: 10px;
}

.service i[b-iwfjiqppb9] {
    color: #e12454;
}

.service h4[b-iwfjiqppb9] {
    padding-left: 20px;
}

.service .content[b-iwfjiqppb9] {
    clear: both;
}

.service-block[b-iwfjiqppb9] {
    padding: 20px;
    margin-top: 40px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img[b-iwfjiqppb9] {
    width: 100%;
    margin-top: -60px;
    border: 5px solid #fff;
}

.department-service[b-iwfjiqppb9] {
    margin-bottom: 40px;
}

.department-service li[b-iwfjiqppb9] {
    margin-bottom: 10px;
}

.department-service li i[b-iwfjiqppb9] {
    color: #e12454;
}

.doctors .btn-group .btn[b-iwfjiqppb9] {
    border-radius: 0px;
    margin: 0px 2px;
    text-transform: capitalize;
    font-size: 16px;
    padding: .6rem 1.5rem;
    cursor: pointer;
}

.doctors .btn-group .btn.active[b-iwfjiqppb9] {
    box-shadow: none !important;
    border-color: transparent;
    background: #e12454;
    color: #fff;
}

.doctors .btn-group .btn.focus[b-iwfjiqppb9] {
    box-shadow: none !important;
    border-color: transparent;
}

.doctors .btn-group .btn:focus[b-iwfjiqppb9] {
    box-shadow: none !important;
    border-color: transparent;
    background: #e12454;
    color: #fff;
}

.doctors .btn-group .btn:hover[b-iwfjiqppb9] {
    box-shadow: none !important;
    border-color: transparent;
    background: #e12454;
    color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn[b-iwfjiqppb9], .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle)[b-iwfjiqppb9], .doctors .btn-group > .btn:not(:first-child)[b-iwfjiqppb9] {
    border-radius: 3px;
}

.doctor-inner-box[b-iwfjiqppb9] {
    overflow: hidden;
}

.doctor-inner-box .doctor-profile[b-iwfjiqppb9] {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img[b-iwfjiqppb9] {
    transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover[b-iwfjiqppb9] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.lh-35[b-iwfjiqppb9] {
    line-height: 35px;
}

.doctor-info li[b-iwfjiqppb9] {
    margin-bottom: 10px;
    color: #222;
}

.doctor-info li i[b-iwfjiqppb9] {
    margin-right: 20px;
    color: #e12454;
}

.read-more[b-iwfjiqppb9] {
    color: #223a66;
}

@media (max-width: 480px) {
    .doctors .btn-group[b-iwfjiqppb9] {
        display: block;
    }

    .doctors .btn-group .btn[b-iwfjiqppb9] {
        margin: 8px 3px;
    }
}

@media (max-width: 400px) {
    .doctors .btn-group[b-iwfjiqppb9] {
        display: block;
    }

    .doctors .btn-group .btn[b-iwfjiqppb9] {
        margin: 8px 3px;
    }
}

@media (max-width: 768px) {
    .doctors .btn-group[b-iwfjiqppb9] {
        display: block;
    }

    .doctors .btn-group .btn[b-iwfjiqppb9] {
        margin: 8px 3px;
    }
}

.cta[b-iwfjiqppb9] {
    background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.cta[b-iwfjiqppb9]:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(34, 58, 102, 0.95);
}

.mb-30[b-iwfjiqppb9] {
    margin-bottom: 30px;
}

.text-color-primary[b-iwfjiqppb9] {
    color: #223a66;
}

.cta-section[b-iwfjiqppb9] {
    margin-bottom: -80px;
}

.cta-2[b-iwfjiqppb9] {
    background: url("../images/bg/cta-bg.png") no-repeat;
    background-position: center center;
}

.cta-page[b-iwfjiqppb9] {
    background: url("../images/bg/banner.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.testimonial[b-iwfjiqppb9] {
    position: relative;
}

.testimonial[b-iwfjiqppb9]:before {
    width: 48%;
    height: 100%;
    top: 0;
    left: 0px;
    position: absolute;
    content: "";
    background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots[b-iwfjiqppb9] {
    text-align: left;
}

.testimonial-block[b-iwfjiqppb9] {
    position: relative;
    margin-bottom: 20px;
}

.testimonial-block p[b-iwfjiqppb9] {
    background: #fff;
    font-size: 18px;
}

.testimonial-block .client-info[b-iwfjiqppb9] {
    margin-bottom: 20px;
}

.testimonial-block .client-info h4[b-iwfjiqppb9] {
    margin-bottom: 0px;
}

.testimonial-block i[b-iwfjiqppb9] {
    font-size: 60px;
    position: absolute;
    right: 46px;
    bottom: 89px;
    opacity: .08;
}

.testimonial-block .slick-dots[b-iwfjiqppb9] {
    text-align: left;
}

.testimonial-wrap-2 .slick-dots[b-iwfjiqppb9] {
    margin-left: -10px;
}

.testimonial-block.style-2[b-iwfjiqppb9] {
    background: #fff;
    padding: 30px;
    margin: 0px 4px;
    margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb[b-iwfjiqppb9] {
    float: left;
}

.testimonial-block.style-2 .testimonial-thumb img[b-iwfjiqppb9] {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    margin-bottom: 30px;
    border: 5px solid #eff0f3;
    margin-top: -5px;
}

.testimonial-block.style-2 .client-info p[b-iwfjiqppb9] {
    clear: both;
    background: transparent;
}

.testimonial-block.style-2 i[b-iwfjiqppb9] {
    bottom: -20px;
    color: #e12454;
    opacity: .3;
}

@media (max-width: 480px) {
    .testimonial-wrap[b-iwfjiqppb9] {
        margin-left: 0px;
    }

    .testimonial[b-iwfjiqppb9]::before {
        display: none;
    }
}

@media (max-width: 400px) {
    .testimonial-wrap[b-iwfjiqppb9] {
        margin-left: 0px;
    }

    .testimonial[b-iwfjiqppb9]::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .testimonial-wrap[b-iwfjiqppb9] {
        margin-left: 0px;
    }

    .testimonial[b-iwfjiqppb9]::before {
        display: none;
    }
}

@media (max-width: 992px) {
    .testimonial-wrap[b-iwfjiqppb9] {
        margin-left: 0px;
    }

    .testimonial[b-iwfjiqppb9]::before {
        display: none;
    }
}

.contact-form-wrap .form-group[b-iwfjiqppb9] {
    margin-bottom: 20px;
}

    .contact-form-wrap .form-group .form-control[b-iwfjiqppb9] {
        height: 60px;
        border: 1px solid #EEF2F6;
        box-shadow: none;
        width: 100%;
        background: #f4f9fc;
    }

.contact-form-wrap .form-group-2[b-iwfjiqppb9] {
    margin-bottom: 13px;
}

    .contact-form-wrap .form-group-2 textarea[b-iwfjiqppb9] {
        height: auto;
        border: 1px solid #EEF2F6;
        box-shadow: none;
        background: #f4f9fc;
        width: 100%;
    }

.social-icons li[b-iwfjiqppb9] {
    margin: 0 6px;
}

.social-icons a[b-iwfjiqppb9] {
    margin-right: 10px;
    font-size: 18px;
}

.google-map[b-iwfjiqppb9] {
    position: relative;
}

    .google-map #map[b-iwfjiqppb9] {
        width: 100%;
        height: 500px;
    }

.mt-90[b-iwfjiqppb9] {
    margin-top: 90px;
}

.contact-block[b-iwfjiqppb9] {
    text-align: center;
    border: 5px solid #EEF2F6;
    padding: 50px 25px;
}

    .contact-block i[b-iwfjiqppb9] {
        font-size: 50px;
        margin-bottom: 15px;
        display: inline-block;
        color: #e12454;
    }

.blog-item-content h2[b-iwfjiqppb9] {
    font-weight: 600;
    font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers[b-iwfjiqppb9] {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #eee;
    text-align: center;
    padding-top: 13px;
    font-weight: 600;
    margin-right: 10px;
}

    .nav-links .page-numbers:hover[b-iwfjiqppb9] {
        background: #223a66;
        color: #fff;
    }

    .nav-links .page-numbers.current[b-iwfjiqppb9] {
        background: #223a66;
        color: #fff;
    }

.comment-area .comment-thumb[b-iwfjiqppb9] {
    margin-right: 20px;
    margin-bottom: 30px;
}

.comment-area h5[b-iwfjiqppb9] {
    font-size: 18px;
    font-weight: 500;
}

.comment-area span[b-iwfjiqppb9] {
    font-size: 14px;
}

.posts-nav h6[b-iwfjiqppb9] {
    font-weight: 500;
}

.quote[b-iwfjiqppb9] {
    font-size: 22px;
    color: #223a66;
    padding: 40px;
    font-style: italic;
    border-left: 5px solid #e12454;
    margin: 25px 0px;
}

.tag-option a[b-iwfjiqppb9] {
    border: 1px solid #eff0f3;
    padding: 6px 12px;
    color: #6F8BA4;
    font-size: 14px;
}

.comment-form .form-control[b-iwfjiqppb9] {
    background: #f7f8fb;
    border-radius: 5px;
    border-color: #f7f8fb;
    height: 50px;
}

.comment-form textarea.form-control[b-iwfjiqppb9] {
    height: auto;
}

.post.post-single[b-iwfjiqppb9] {
    border: none;
}

    .post.post-single .post-thumb[b-iwfjiqppb9] {
        margin-top: 30px;
    }

.post-sub-heading[b-iwfjiqppb9] {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

.post-social-share[b-iwfjiqppb9] {
    margin-bottom: 50px;
}

.post-comments[b-iwfjiqppb9] {
    margin: 30px 0;
}

    .post-comments .media[b-iwfjiqppb9] {
        margin-top: 20px;
    }

        .post-comments .media > .pull-left[b-iwfjiqppb9] {
            padding-right: 20px;
        }

    .post-comments .comment-author[b-iwfjiqppb9] {
        margin-top: 0;
        margin-bottom: 0px;
        font-weight: 500;
    }

        .post-comments .comment-author a[b-iwfjiqppb9] {
            color: #223a66;
            font-size: 14px;
            text-transform: uppercase;
        }

    .post-comments time[b-iwfjiqppb9] {
        margin: 0 0 5px;
        display: inline-block;
        color: #808080;
        font-size: 12px;
    }

    .post-comments .comment-button[b-iwfjiqppb9] {
        color: #223a66;
        display: inline-block;
        margin-left: 5px;
        font-size: 12px;
    }

        .post-comments .comment-button i[b-iwfjiqppb9] {
            margin-right: 5px;
            display: inline-block;
        }

        .post-comments .comment-button:hover[b-iwfjiqppb9] {
            color: #223a66;
        }

.post-excerpt[b-iwfjiqppb9] {
    margin-bottom: 60px;
}

    .post-excerpt h3 a[b-iwfjiqppb9] {
        color: #000;
    }

    .post-excerpt p[b-iwfjiqppb9] {
        margin: 0 0 30px;
    }

    .post-excerpt blockquote.quote-post[b-iwfjiqppb9] {
        margin: 20px 0;
    }

        .post-excerpt blockquote.quote-post p[b-iwfjiqppb9] {
            line-height: 30px;
            font-size: 20px;
            color: #223a66;
        }

.comments-section[b-iwfjiqppb9] {
    margin-top: 35px;
}

.author-about[b-iwfjiqppb9] {
    margin-top: 40px;
}

.post-author[b-iwfjiqppb9] {
    margin-right: 20px;
}

    .post-author > img[b-iwfjiqppb9] {
        border: 1px solid #dedede;
        max-width: 120px;
        padding: 5px;
        width: 100%;
    }

.comment-list ul[b-iwfjiqppb9] {
    margin-top: 20px;
}

    .comment-list ul li[b-iwfjiqppb9] {
        margin-bottom: 20px;
    }

.comment-wrap[b-iwfjiqppb9] {
    border: 1px solid #dedede;
    border-radius: 1px;
    margin-left: 20px;
    padding: 10px;
    position: relative;
}

    .comment-wrap .author-avatar[b-iwfjiqppb9] {
        margin-right: 10px;
    }

    .comment-wrap .media .media-heading[b-iwfjiqppb9] {
        font-size: 14px;
        margin-bottom: 8px;
    }

        .comment-wrap .media .media-heading a[b-iwfjiqppb9] {
            color: #223a66;
            font-size: 13px;
        }

    .comment-wrap .media .comment-meta[b-iwfjiqppb9] {
        font-size: 12px;
        color: #888;
    }

    .comment-wrap .media p[b-iwfjiqppb9] {
        margin-top: 15px;
    }

.comment-reply-form[b-iwfjiqppb9] {
    margin-top: 80px;
}

    .comment-reply-form input[b-iwfjiqppb9], .comment-reply-form textarea[b-iwfjiqppb9] {
        height: 35px;
        border-radius: 0;
        box-shadow: none;
    }

        .comment-reply-form input:focus[b-iwfjiqppb9], .comment-reply-form textarea:focus[b-iwfjiqppb9] {
            box-shadow: none;
            border: 1px solid #223a66;
        }

    .comment-reply-form textarea[b-iwfjiqppb9], .comment-reply-form .btn-main[b-iwfjiqppb9] {
        height: auto;
    }

.sidebar-widget[b-iwfjiqppb9] {
    margin-bottom: 30px;
    padding-bottom: 35px;
}

    .sidebar-widget h5[b-iwfjiqppb9] {
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 15px;
    }

        .sidebar-widget h5[b-iwfjiqppb9]:before {
            position: absolute;
            content: "";
            left: 0px;
            bottom: 0px;
            width: 35px;
            height: 3px;
            background: #e12454;
        }

    .sidebar-widget.latest-post .media img[b-iwfjiqppb9] {
        border-radius: 7px;
    }

    .sidebar-widget.latest-post .media h6[b-iwfjiqppb9] {
        font-weight: 500;
        line-height: 1.4;
    }

    .sidebar-widget.latest-post .media p[b-iwfjiqppb9] {
        font-size: 12px;
    }

    .sidebar-widget.category ul li[b-iwfjiqppb9] {
        margin-bottom: 10px;
    }

        .sidebar-widget.category ul li a[b-iwfjiqppb9] {
            color: #222;
            transition: all 0.3s ease;
        }

            .sidebar-widget.category ul li a:hover[b-iwfjiqppb9] {
                color: #223a66;
                padding-left: 5px;
            }

        .sidebar-widget.category ul li span[b-iwfjiqppb9] {
            margin-left: 10px;
        }

    .sidebar-widget.tags a[b-iwfjiqppb9] {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .075em;
        line-height: 41px;
        height: 41px;
        font-weight: 500;
        border-radius: 20px;
        color: #666;
        display: inline-block;
        background-color: #eff0f3;
        margin: 0 7px 10px 0;
        padding: 0 25px;
        transition: all .2s ease;
    }

        .sidebar-widget.tags a:hover[b-iwfjiqppb9] {
            color: #fff;
            background: #223a66;
        }

    .sidebar-widget.schedule-widget[b-iwfjiqppb9] {
        background: #f4f9fc;
        padding: 25px;
    }

        .sidebar-widget.schedule-widget ul li[b-iwfjiqppb9] {
            padding: 10px 0px;
            border-bottom: 1px solid #eee;
        }

.search-form[b-iwfjiqppb9] {
    position: relative;
}

    .search-form i[b-iwfjiqppb9] {
        position: absolute;
        right: 15px;
        top: 35%;
    }

.footer[b-iwfjiqppb9] {
    padding-bottom: 10px;
}

    .footer .copyright a[b-iwfjiqppb9] {
        font-weight: 600;
    }

.lh-35[b-iwfjiqppb9] {
    line-height: 35px;
}

.logo[b-iwfjiqppb9] {
    font-weight: 600;
    letter-spacing: 1px;
}

    .logo h3[b-iwfjiqppb9] {
        color: #223a66;
    }

    .logo span[b-iwfjiqppb9] {
        color: #223a66;
    }

.widget .divider[b-iwfjiqppb9] {
    height: 3px;
}

.widget h4[b-iwfjiqppb9] {
    color: #223a66;
}

.widget .footer-menu a[b-iwfjiqppb9] {
    color: #6F8BA4;
}

    .widget .footer-menu a:hover[b-iwfjiqppb9] {
        color: #e12454;
    }

.footer-contact-block span[b-iwfjiqppb9] {
    font-weight: 400;
    color: #6F8BA4;
}

.footer-contact-block i[b-iwfjiqppb9] {
    font-size: 20px;
}

.footer-btm[b-iwfjiqppb9] {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a[b-iwfjiqppb9] {
    width: 45px;
    height: 45px;
    background: #6F8BA4;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 12px;
}

.widget-contact h6[b-iwfjiqppb9] {
    font-weight: 500;
    margin-bottom: 18px;
}

    .widget-contact h6 i[b-iwfjiqppb9] {
        color: #e12454;
    }

.subscribe[b-iwfjiqppb9] {
    position: relative;
}

    .subscribe .form-control[b-iwfjiqppb9] {
        border-radius: 50px;
        height: 60px;
        padding-left: 25px;
        border-color: #eee;
    }

    .subscribe .btn[b-iwfjiqppb9] {
        position: absolute;
        right: 6px;
        top: 6px;
    }

.backtop[b-iwfjiqppb9] {
    position: fixed;
    background: #e12454;
    z-index: 9999;
    display: inline-block;
    right: 55px;
    width: 60px;
    height: 60px;
    bottom: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 50px;
}

    .backtop i[b-iwfjiqppb9] {
        color: #fff;
        font-size: 20px;
    }

.reveal[b-iwfjiqppb9] {
    transition: all .3s;
    cursor: pointer;
    opacity: 1;
}

/*# sourceMappingURL=maps/style.css.map */

/* /Pages/Target/RFQs/Admin/RFQForm.razor.rz.scp.css */


.select-i[b-y7j0fdta9i]{
    color: var(--secondary-color);
    font-size: 13px;
    position: absolute;
    /*top: 0;*/
    left: 84%;
    cursor: pointer;
    letter-spacing: 1px;
    transition: .3s all ease-in-out
}

.select-i:hover[b-y7j0fdta9i]{
    font-weight: bold;
}


.list-con[b-y7j0fdta9i]{
    max-height: 300px;
    overflow: auto;
}
/* /Pages/Target/RFQs/Common/RFQDetails.razor.rz.scp.css */

.list-con[b-swjcc2k1pe] {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
}
/* /Pages/Target/Supplier/BusinessCategories/BusinessCategoriesTree.razor.rz.scp.css */

.category-tree-item-con[b-nkt8kaljf1] {
    padding: 12px;
    border: 1px solid;
    margin-bottom: 5px;
    border-radius: 10px;
    background: #f5f5f5;
    border: 1px solid #DDD;
}

.category-tree-item-con.blocked[b-nkt8kaljf1] {
    color: var(--red-color);
}
/* /Pages/Target/Supplier/ProfileInfo/Admin/SupplierBusinessCategoryEdit.razor.rz.scp.css */

.categories-con[b-l31f7nziou]{
    max-height: 300px;
    overflow: auto;
}

.state[b-l31f7nziou] {
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}

.state.Approved[b-l31f7nziou]{
    background: limegreen;
}
.state.Refused[b-l31f7nziou]{
    background: red;
}
.state.Pending[b-l31f7nziou]{
    background: darkorange;
}
/* /Pages/Target/Supplier/ProfileInfo/Admin/SupplierDetails.razor.rz.scp.css */

.supplier-options[b-38p9uy2s83]{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.supplier-option[b-38p9uy2s83]{
    margin: 10px;
}
/* /Pages/Target/Supplier/ProfileInfo/Admin/SuppliersList.razor.rz.scp.css */

.state-col[b-69fc48mttz]{
    font-weight: bold;
    letter-spacing: 1px;
}
/* /Pages/Target/Supplier/ProfileInfo/Common/Documents/RequiredDocs.razor.rz.scp.css */

.attachment-types-con[b-3ghd4e3lgw] {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 20px;
}

.divider[b-3ghd4e3lgw] {
    margin-left: 20px;
    margin-right: 20px;
    min-height: 100%;
    align-self: stretch;
    width: 2px;
    background-color: var(--third-color);
}

.required .attachment-type[b-3ghd4e3lgw] {
    color: var(--red-color);
    font-weight: bold;
    margin: 5px;
}

.attachment-type[b-3ghd4e3lgw]{
    border-bottom: .5px solid var(--third-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.optional .attachment-type[b-3ghd4e3lgw] {
    color: gray;
    margin: 5px;
}

.attachment-type.added[b-3ghd4e3lgw] {
    color: var(--green-color) !important;
}

.required .header[b-3ghd4e3lgw], .optional .header[b-3ghd4e3lgw] {
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
}

.required .header[b-3ghd4e3lgw] {
    background-color: var(--red-color);
}

.optional .header[b-3ghd4e3lgw] {
    background-color: gray;
}

.prop-note-icon[b-3ghd4e3lgw] {
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    transition: .3s all ease-in-out;
    background: var(--secondary-color);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 7px;
    padding-top: 4px;
}

.prop-note-icon:hover[b-3ghd4e3lgw] {
    transform: scale(1.1);
}

.attachment-name[b-3ghd4e3lgw]{
    cursor: pointer;
}

.attachment-name:hover[b-3ghd4e3lgw]{
    font-weight: bold;
}
/* /Pages/Target/Supplier/ProfileInfo/Common/SupplierForm.razor.rz.scp.css */

.attachment-types-con[b-xl2dq4cd4d]{
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 20px;
}

.divider[b-xl2dq4cd4d] {
    margin-left: 20px;
    margin-right: 20px;
    min-height: 100%;
    align-self: stretch;
    width: 2px;
    background-color: var(--third-color);
}

.required .attachment-type[b-xl2dq4cd4d] {
    color: var(--red-color);
    font-weight: bold;
    margin: 5px;
}

.optional .attachment-type[b-xl2dq4cd4d] {
    color: gray;
    margin: 5px;
}

.attachment-type.added[b-xl2dq4cd4d]{
    color: var(--green-color) !important;
}

.required .header[b-xl2dq4cd4d], .optional .header[b-xl2dq4cd4d] {
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
}
.required .header[b-xl2dq4cd4d] {
    background-color: var(--red-color);
}

.optional .header[b-xl2dq4cd4d]{
    background-color: gray;
}
/* /Pages/Target/Supplier/ProfileInfo/Common/Terms/TermsForm.razor.rz.scp.css */

.terms-con[b-xjggsj1ixo]{
    padding: 25px;
    border: 1px solid var(--third-color);
    background: #FFF;
}
/* /Pages/Target/Supplier/ProfileInfo/Supplier/SupplierSelfProfileDetails.razor.rz.scp.css */

.title-row[b-ky8uv4nnek]{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* /Pages/Target/Supplier/ProfileInfo/Supplier/SupplierSelfProfileEdit.razor.rz.scp.css */

.title-row[b-8swqq0iojv]{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* /Pages/Target/Supplier/Registration/SupplierRegister.razor.rz.scp.css */

/*
.login-form form .row{

    margin-top: 50px;
    margin-bottom: 50px;

}*/

.page-con[b-xce6w4izjw] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg, #EEE 50%, var(--secondary-color) 55%, var(--third-color) 70%);
}

.login-con[b-xce6w4izjw] {
    display: flex;
    justify-content: center;
    width: 80%;
    background: #FFF;
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
    overflow: hidden;
}

    .login-con .login-info[b-xce6w4izjw] {
        width: 60%;
        background: radial-gradient(circle, #FFF 70%, var(--secondary-color) 0%, var(--secondary-color) 30%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

.login-info .logo[b-xce6w4izjw] {
    width: 20%;
    height: 20%;
    margin-top: 20px;
}

.login-info .logo img[b-xce6w4izjw] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login-info .title[b-xce6w4izjw] {
    text-align: center;
    margin: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.login-info .desc[b-xce6w4izjw] {
    font-weight: bold;
    max-width: 70%;
    text-align: center;
    line-height: 2;
}


.login-con .login-form[b-xce6w4izjw] {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 2vh;
    padding-top: 3vh;
}

.form-inner-con[b-xce6w4izjw] {
    width: 100%;
    padding: 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-inner-con form[b-xce6w4izjw] {
    width: 80%;
    height: 100%;
}

form-inner-con .form-group[b-xce6w4izjw] {
    margin-top: 2vh;
    margin-bottom: 2vh;
}


.login-form .title[b-xce6w4izjw] {
    color: var(--secondary-color);
}

/** Small Screen **/
@media (max-width: 767.98px) {
    .login-con .login-info[b-xce6w4izjw] {
        display: none;
    }

    .login-con .login-form[b-xce6w4izjw] {
        width: 100%;
    }

    .form-inner-con[b-xce6w4izjw] {
        height: 400px;
    }
}

.password-con[b-xce6w4izjw] {
    position: relative;
}

.password-eye[b-xce6w4izjw] {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}
/* /Pages/Target/TargetHome.razor.rz.scp.css */

.logo-container[b-5q66z5f8t1]{
    display:flex;
    justify-content: center;
}

.logo-container img[b-5q66z5f8t1]{
    opacity: .8;
    transform: scale(.5);
    border-radius: 5px;
}

.home-title[b-5q66z5f8t1]{
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 5px;
}
.home-title span[b-5q66z5f8t1]{
    color: var(--third-color);
}

.home-items-container[b-5q66z5f8t1] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-navigator-container[b-5q66z5f8t1] {
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home-navigator-item[b-5q66z5f8t1] {
    position: relative;
    border-radius: 5px;
    width: 150px;
    height: 150px;
    background: #FEFEFE;
    transform: rotate(45deg);   
    box-shadow: 3px 3px 8px 0px #b3b3b3;
    transition: .3s all ease-in-out;
    z-index: 0;
    cursor: pointer;
    background: linear-gradient(45deg, var(--third-color), #EEE, #EEE);
}

.home-navigator-item:hover[b-5q66z5f8t1] {
    z-index: 1;
    box-shadow: 3px 3px 8px 5px var(--third-color);
}

.home-navigator-item-content[b-5q66z5f8t1] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
}

.home-navigator-item-content-title[b-5q66z5f8t1] {
    font-size: 15px;
    font-weight: bold;
    color: var(--secondary-color);
    text-align: center;
}
.home-navigator-item-content-icon[b-5q66z5f8t1] {
    font-size: 2.1rem;
    margin: 6px;
    color: #FFF;
    text-shadow: 0px 0px 7px var(--primary-color);
}


.registration-trend-chart-con[b-5q66z5f8t1]{
    display: flex;
    justify-content: center;
    max-height: 500px;
}

.rfq-stats-con[b-5q66z5f8t1]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* /Shared/ITS_Shared/BackGroundTexture.razor.rz.scp.css */


.circle1[b-5w6pu70bok] {
    border-radius: 50%;
    position: absolute;
    z-index: -1000;
    width: 70vh;
    height: 70vh;
    background: linear-gradient(360deg, var(--primary-color), var(--third-color), transparent);
    /* background-color: var(--secondary-color); */
    top: 20%;
    left: 75%;
    opacity: .3;
}

.circle2[b-5w6pu70bok] {
    border-radius: 50%;
    position: absolute;
    z-index: -1000;
    width: 70vh;
    height: 70vh;
    background: radial-gradient(var(--third-color), var(--secondary-color));
    /* background-color: var(--secondary-color); */
    top: 50%;
    right: 70%;
    opacity: .3;
}

.circle3[b-5w6pu70bok] {
}
/* /Shared/ITS_Shared/CacheState.razor.rz.scp.css */

.cache-state[b-ggnd0p9fsq] {
    position: absolute;
    top: 90px;
    right: 50px;
    font-size: 17px;
    color: gray;
}

.cache-state.active[b-ggnd0p9fsq] {
    color: yellowgreen;
    text-shadow: 0px 0px 16px #00cb09;
}
/* /Shared/ITS_Shared/CultureSelect.razor.rz.scp.css */
.nav-drop-con[b-zgdxd3irbc] {
    list-style: none;
    margin-left: 30px;
    margin-right: 30px;
}

.nav-drop-toggle[b-zgdxd3irbc] {
    text-decoration: none;
    cursor: pointer;
}

.nav-drop-item[b-zgdxd3irbc] {
    color: gray;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.nav-drop-item:hover[b-zgdxd3irbc] {
    background-color: #DDD;
}
/* /Shared/ITS_Shared/ITS_Navigation/QuickNavigation.razor.rz.scp.css */

.quick-navigation-search-input[b-z2ia5dejzd]{
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
}

.quick-navigation-result div[b-z2ia5dejzd]{
    padding-left:15px;
    padding-right: 15px;
    border-bottom: 1px solid var(--secondary-color);
}

.quick-navigation-result div:hover[b-z2ia5dejzd] {
    background: linear-gradient(90deg, var(--secondary-color) 70%, transparent 100%);
}
/* /Shared/ITS_Shared/ITS_Theming/CustomTheme.razor.rz.scp.css */

.theme-color-view[b-j9ls6ufsec] {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.theme-item[b-j9ls6ufsec] {
    color: black !important;
    float: unset !important;
    color: unset !important;
    float: unset !important;
    padding: 5px;
    margin-bottom: 15px;
    border-bottom: solid 1px #DDD;
}
/* /Shared/ITS_Shared/ITS_Theming/ThemeItem.razor.rz.scp.css */

.theme-color-view[b-vv4wfzrdg7] {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.theme-item[b-vv4wfzrdg7] {
    color: black !important;
    float: unset !important;
    color: unset !important;
    float: unset !important;
    padding: 5px;
    margin-bottom: 15px;
    border-bottom: solid 1px #DDD;
}

/* /Shared/ITS_Shared/ITS_Theming/ThemeSelector.razor.rz.scp.css */

.theme-selector-con[b-ecmotsl3gx] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    background-color: #FFF;
    color: gray;
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #DDD;
    transition: .3s all ease-in-out;
    box-shadow: 10px 10px 50px rgb(0 0 0 / 30%);
    top: 150%;
    left: 40%;
    min-height: 300px;
}

.theme-selector-con.active[b-ecmotsl3gx] {
    opacity: 1;
    pointer-events: unset;
}

div[b-ecmotsl3gx]{
    float:unset !important;
}

.theme-selector-con .close[b-ecmotsl3gx] {
    margin: 8px;
}
/* /Shared/ITS_Shared/SideNav.razor.rz.scp.css */

/******************************************************************/
/************************** Side Nav ******************************/

/*.brand-text {
    cursor: pointer;
}

.sidenav-comp header {
    position: fixed;
    background-color: var(--primary-color);
    padding: 20px;
    width: 100%;
    z-index: 100;
    height: 55px;
}

.sidenav-comp .prod-name {
    position: fixed;
    top: 14px;
    color: #FFF;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
}

.sidenav-comp .prod-name span {
    color: var(--third-color);f
}

.sidenav-comp .logout-btn {
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    float: right;
    margin-top: -30px;
    margin-right: 40px;
    font-size: 15px;
    font-weight: 600;
}

.sidenav-comp .sidebar {
    z-index: 99;
    margin-top: 45px;
    padding-top: 30px;
    position: fixed;
    width: 285px;
    height: 100%;
    transition: .5s all ease-in-out;
}

.sidenav-comp .left-sidebar {
    background: linear-gradient(-90deg, #ffffff4a 0%, #00000033 0%, var(--primary-color) 5%, #607d8b 130%);
    left: 0px;
    overflow-y: auto;
}

.sidenav-comp .right-sidebar {
    background: linear-gradient(90deg, #ffffff4a 0%, #00000033 0%, var(--primary-color) 5%, #607d8b 130%);
    right: 0px;
    overflow-y: auto;
}

.sidenav-comp .sidebar a, .submenu-group {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    transition: .5s;
    cursor: pointer;
    min-height: 50px;
}

.sidenav-comp .left-sidebar a:hover {
    background: linear-gradient(90deg, var(--secondary-color) 70%, transparent 100%);
}

.sidenav-comp .right-sidebar a:hover {
    background: linear-gradient(-90deg, var(--secondary-color) 70%, transparent 100%);
}

.sidenav-comp .sidebar i {
    padding-right: 10px;
    padding-left: 10px;
}

.sidenav-comp #SidebarBtn {
    color: #FFF;
    z-index: 1;
    position: fixed;
    cursor: pointer;
    top: 15px;
    font-size: 21px;
    margin: 5px 0;
    transition: .5s;
}

.sidenav-comp #SidebarBtn:hover {
    color: var(--secondary-color);
}


.sidenav-comp .left-toggled:checked ~ .left-sidebar {
    left: -275px;
}

.sidenav-comp .right-toggled:checked ~ .right-sidebar {
    right: -275px;
}


.sidenav-comp .right-area {
    float: right;
    color: #FFF;
}

.sidenav-comp .left-area {
    float: left;
    color: #FFF;
}

.right-area div {
    float: right;
}

.left-area div {
    float: left;
}*/

/*** submenue ***/


/*.submenu {
    overflow: hidden;
    max-height: 0;
    margin-top: -25px;
    -webkit-transition: all 0.5s ease-out;
}

.submenu-group span {
    display: inline-block;
    width: 175px;
}

.submenu-open .submenu {
    max-height: unset !important;
    margin-top: unset !important;
    border-bottom: 1px solid gray;
}

.submenu-toggler-icon {
    transition: .3s all ease-in-out;
    float: var(--rev-float);
    margin-top: 22px;
}

.submenu-open .submenu-toggler-icon {
    transform: rotateX(180deg)
}

.submenu a {
    line-height: 30px !important;
}*/

/** Small Screen **/
/*@media (max-width: 767.98px) {
    .resp-nav-link {
        visibility: hidden;
        pointer-events: none;
    }

    .resp-sidenav-link {
        visibility: visible;
    }

    .left-sidebar-btn {
        left: 170px;
    }

    .right-sidebar-btn {
        right: 170px;
    }
}*/
/** Wide Screen **/
/*@media (min-width: 768px) {
    .resp-nav-link {
        visibility: visible;
    }

    .resp-sidenav-link {
        visibility: hidden;
        pointer-events: none;
    }

    .left-sidebar-btn {
        left: 250px;
    }

    .right-sidebar-btn {
        right: 250px;
    }
}*/


/********************* End Of Side Nav ***************************/
/*****************************************************************/



/******************************************************************/
/************************** Side Nav ******************************/

i[b-xok3gyw4u4]{
    font-style: normal;
}

.brand-text[b-xok3gyw4u4] {
    cursor: pointer;
    font-size: 1.3rem !important;
}

.sidenav-comp header[b-xok3gyw4u4] {
    position: fixed;
    background-color: var(--primary-color);
    padding: 20px;
    width: 100%;
    z-index: 100;
    height: 55px;
    zoom: 80%
}

.sidenav-comp .prod-name[b-xok3gyw4u4] {
    position: fixed;
    top: 14px;
    color: #FFF;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
}

.sidenav-comp .prod-name span[b-xok3gyw4u4] {
    color: var(--third-color);
}

.sidenav-comp .logout-btn[b-xok3gyw4u4] {
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    float: right;
    margin-top: -30px;
    margin-right: 40px;
    font-size: 15px;
    font-weight: 600;
}

.sidenav-comp .sidebar[b-xok3gyw4u4] {
    z-index: 99;
    margin-top: 45px;
    padding-top: 30px;
    position: fixed;
    width: 288px;
    height: 100%;
    transition: .5s all ease-in-out;
    padding-bottom: 60px;
    zoom: 80%
}

.sidebar.opened[b-xok3gyw4u4] {
    overflow-y: auto;
    overflow-x: auto;
}
.sidenav-comp .left-sidebar[b-xok3gyw4u4] {
    /*    background: linear-gradient(-90deg, #ffffff4a 0%, #00000033 0%, var(--primary-color) 5%, #607d8b 130%);*/
    background: linear-gradient(-90deg, var(--primary-color) 0%, var(--primary-color) 0%, var(--primary-color) 5%, #607d8b 130%);
    left: 0px;
}

.sidenav-comp .right-sidebar[b-xok3gyw4u4] {
    /*background: linear-gradient(90deg, #ffffff4a 0%, #00000033 0%, var(--primary-color) 5%, #607d8b 130%);*/
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) 0%, var(--primary-color) 5%, #607d8b 130%);
    right: 0px;
}

.sidebar a[b-xok3gyw4u4], .sidebar .submenu-group[b-xok3gyw4u4] {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    transition: .5s;
    cursor: pointer !important;
    min-height: 35px;
    position: relative;
}
.sidebar.closed a[b-xok3gyw4u4], .sidebar.closed .submenu-group[b-xok3gyw4u4] {
    line-height: 40px !important;
}

.sidenav-comp .left-sidebar a:hover[b-xok3gyw4u4] {
    background: linear-gradient(90deg, var(--secondary-color) 70%, transparent 100%);
}

.sidenav-comp .right-sidebar a:hover[b-xok3gyw4u4] {
    background: linear-gradient(-90deg, var(--secondary-color) 70%, transparent 100%);
}

.sidenav-comp .sidebar i[b-xok3gyw4u4],
.sidenav-comp a span[b-xok3gyw4u4]{
    padding-right: 10px;
    padding-left: 10px;
}

.sidenav-comp #SidebarBtn[b-xok3gyw4u4] {
    color: #FFF;
    z-index: 1;
    position: fixed;
    cursor: pointer;
    top: 15px;
    font-size: 21px;
    margin: 5px 0;
    transition: .5s;
}

.sidenav-comp #SidebarBtn:hover[b-xok3gyw4u4] {
    color: var(--secondary-color);
}


.sidenav-comp .left-sidebar.closed[b-xok3gyw4u4] {
    left: -215px
}

.sidenav-comp .right-sidebar.closed[b-xok3gyw4u4] {
    right: -215px
}


.sidenav-comp .right-area[b-xok3gyw4u4] {
    float: right;
    color: #FFF;
}

.sidenav-comp .left-area[b-xok3gyw4u4] {
    float: left;
    color: #FFF;
}

.right-area div[b-xok3gyw4u4] {
    float: right;
}

.left-area div[b-xok3gyw4u4] {
    float: left;
}

/*** submenue ***/


.sidebar.opened .submenu-group .submenu[b-xok3gyw4u4] {
    overflow: hidden;
    max-height: 0;
    margin-top: -25px;
    padding-top: 10px;
    margin-bottom: 10px;
   /* -webkit-transition: all 0.5s ease-in;*/
}
.sidebar.closed .submenu-group .submenu[b-xok3gyw4u4] {
    opacity: 0;
    margin-top: -25px;
    position: absolute;
    pointer-events: none !important;
    top: 25px;
    width: 100%;
    background: var(--primary-color);
    max-height: 300px;
    overflow: auto;
}

.left-sidebar.closed .submenu-group .submenu[b-xok3gyw4u4] {
    left: 100%;
    border-radius: 0px 10px 0px 0px;
}
.right-sidebar.closed .submenu-group .submenu[b-xok3gyw4u4] {
    right: 100%;
    border-radius: 10px 0px 0px 0px;
}

.sidebar.opened .submenu-open .submenu[b-xok3gyw4u4] {
    max-height: unset !important;
    margin-top: unset !important;
    border-bottom: 1px solid gray;
}

.sidebar.closed .submenu-open .submenu[b-xok3gyw4u4] {
    opacity: 0.95;
    pointer-events: unset !important;
}

.sidebar.closed .submenu-group .submenu li a[b-xok3gyw4u4]{
    border-bottom: 1px solid var(--secondary-color);
}

.submenu-group span[b-xok3gyw4u4] {
    display: inline-block;
    width: 100%;
}

.sidebar.closed .submenu-group .submenu-toggler .submenu-toggler-text[b-xok3gyw4u4],
.sidebar.closed a span[b-xok3gyw4u4] {
    display: none;
}

.left-sidebar.closed .submenu-group .submenu-toggler .submenu-toggler-icon[b-xok3gyw4u4] {
    font-size: 10px;
    position: absolute;
    top: -8px;
    left: 88%;
    transform: rotate(-90deg);
}
.right-sidebar.closed .submenu-group .submenu-toggler .submenu-toggler-icon[b-xok3gyw4u4] {
    font-size: 10px;
    position: absolute;
    top: -7px;
    right: 88%;
    transform: rotate(90deg);
}

.left-sidebar.closed a i[b-xok3gyw4u4],
.left-sidebar.closed .submenu-group .submenu-toggler:first-child[b-xok3gyw4u4] {
    margin-left: 85%;
    width: 20%;
}
.right-sidebar.closed a i[b-xok3gyw4u4],
.right-sidebar.closed .submenu-group .submenu-toggler:first-child[b-xok3gyw4u4] {
    margin-right: 85%;
    width:20%;
}

.nav-icon-img[b-xok3gyw4u4] {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 4px;
}

.sidebar.closed .submenu-group:hover[b-xok3gyw4u4] {
    background: var(--secondary-color);
}

.submenu-toggler-icon[b-xok3gyw4u4] {
    transition: .3s all ease-in-out;
    float: var(--rev-float);
    margin-top: 5px;
}

.sidebar.closed .submenu-group .submenu-toggler .submenu-toggler-icon[b-xok3gyw4u4] {
    margin-top: 22px;
}

.submenu-open .submenu-toggler-icon[b-xok3gyw4u4] {
    transform: rotateX(180deg)
}

.submenu a[b-xok3gyw4u4] {
    line-height: 30px !important;
}

/** Small Screen **/
@media (max-width: 767.98px) {
    .resp-nav-link[b-xok3gyw4u4] {
        visibility: hidden;
        pointer-events: none;
    }

    .resp-sidenav-link[b-xok3gyw4u4] {
        visibility: visible;
    }

    .left-sidebar-btn[b-xok3gyw4u4] {
        left: 170px;
    }

    .right-sidebar-btn[b-xok3gyw4u4] {
        right: 170px;
    }
}
/** Wide Screen **/
@media (min-width: 768px) {
    .resp-nav-link[b-xok3gyw4u4] {
        visibility: visible;
    }

    .resp-sidenav-link[b-xok3gyw4u4] {
        visibility: hidden;
        pointer-events: none;
    }

    .left-sidebar-btn[b-xok3gyw4u4] {
        left: 250px;
    }

    .right-sidebar-btn[b-xok3gyw4u4] {
        right: 250px;
    }
}


/****** BoolShit ******/
.nested-left[b-xok3gyw4u4]{
    padding-left: 40px !important;
}

.nested-right[b-xok3gyw4u4]{
    padding-right: 40px !important;
}


/********************* End Of Side Nav ***************************/
/*****************************************************************/

/* /Shared/ITS_Shared/TopNav.razor.rz.scp.css */

.topnav-con[b-utds3k9as9] {
    position: fixed;
    top: 42px;
    left: -100%;
    width: 100%;
    min-height: 350px;
    padding: 30px;
    background: #FFF;
    z-index: 1000;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 35px var(--third-color) inset, 0px 8px 20px gray;
    transition: .3s all ease-in-out;
}

.topnav-con.open[b-utds3k9as9]{
    left: 0;
}

.filter-con[b-utds3k9as9] {
    position: relative;
    align-self: end;
}

.filter-con input[b-utds3k9as9] {
    padding-left: 30px;
    /* position: absolute; */
    width: 160px;
    border: 0;
    border-bottom: 1px solid var(--third-color);
    outline: 0 !important;
    box-shadow: none;
    border-radius: 0;
}

.filter-con input:focus[b-utds3k9as9]{
    border-bottom: 2px solid var(--secondary-color);
}

.filter-icon[b-utds3k9as9] {
    position: absolute;
    font-size: 1.5rem;
    top: 6px;
}

.link-line[b-utds3k9as9] {
    height: 3px;
    background: var(--secondary-color);
    width: 0%;
    margin-top: 10px;
    transition: .3s all ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
}

.link-icon[b-utds3k9as9] {
    font-size: 1.1rem;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}

.toplinks-con[b-utds3k9as9] {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    border-bottom: 3px solid var(--third-color)
}
.toplink[b-utds3k9as9] {
    margin: 10px;
    margin-bottom:0;
    padding: 10px;    
    font-weight: bold;
    flex: 0 0 auto;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    min-width: 150px;
}
.toplink:hover[b-utds3k9as9], .toplink.active[b-utds3k9as9]{
    color: var(--secondary-color);
}

.toplink:hover .link-line[b-utds3k9as9], .toplink.active .link-line[b-utds3k9as9] {
    width: 100%;
}


.sublinks-con[b-utds3k9as9] {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding: 20px;
}

.sublink[b-utds3k9as9] {
    width: 30%;
    min-height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    transition: .3s all ease-in-out;
    margin-bottom: 2px;
    margin-left: 2%;
    font-size: 1rem;
}

.link-circle[b-utds3k9as9]{
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 100%;
    border-radius: 0px 90px 90px 0px;
    transition: .5s all ease-in-out;
    background: var(--third-color);
    display: none;
}

.sublink-text[b-utds3k9as9] {
    position: absolute;
    z-index: 1;
    border-bottom: 1px solid var(--third-color);
    padding-bottom: 3px;
}

.sublink:hover[b-utds3k9as9], .sublink.active[b-utds3k9as9] {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 1.1rem
}
.sublink:hover .link-circle[b-utds3k9as9], .sublink.active .link-circle[b-utds3k9as9] {
    width: 150%;
}
.sublink:hover .sublink-text[b-utds3k9as9], .sublink.active .sublink-text[b-utds3k9as9] {
    color: var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
}
/* /Shared/MainLayout.razor.rz.scp.css */

.its-container-fluid[b-qqghbnfpv9] {
    width: 100%;
    /*height: 100vh;*/
    margin-top: 60px !important;
    margin-bottom: 85px !important;
    transition: all .5s ease-in-out;
}



