@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("/Fonts/Montserrat-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("~/Fonts/Montserrat-Medium.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("~/Fonts/Montserrat-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("~/Fonts/Montserrat-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("~/Fonts/Montserrat-ExtraBold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    src: url("~/Fonts/Montserrat-Black.ttf") format('truetype');
}

:root {
    --primary-font-family: "Montserrat", sans-serif, Arial, Helvetica;
    --primary-color: #005084;
    --secondary-color: #11B895;
    --body-text: #444E59;
    --white: #ffffff;
    --footer-background: #0A2E59;
    --top-banner-background: #00284F;
}


html {
    background-color: #F3F3F5 !important;
    margin: 0;
    padding: 0;
}

body {
    background-color: #F3F3F5 !important;
    color: #444E59;
    font-size: 12pt;
    font-family: var(--primary-font-family);
    margin: 0;
    padding: 0;
    /* height: 100vh;*/
}


/* Login layout
----------------------------------------------------------*/
.login-content-wrapper {
    width: 100%;
}

.login-content {
    background-color: #F3F3F5 !important;
}

form h5 {
    color: #343F4B;
    font-family: var(--primary-font-family);
    font-size: 36px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.36px;
}

header {
    clear: both;
    text-align: center;
    width: 100%;
}



#myHeader {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.login-main-wrapper {
    margin-top: 250px !important;
}

form {
    background: #fff;
    max-width: 475px;
    width: 100%;
    padding-top: 32px;
    padding-right: 64px;
    padding-bottom: 14px;
    padding-left: 64px;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 0 0 5px 0 rgba(42, 45, 48, 0.12);
    transition: all 0.3s ease;
}


.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .0);
    margin-top: var(--bs-gutter-y);
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80rem;
    width: 100%;
    margin-top: 5%;
}

.btn_back a:hover {
    font-family: var(--primary-font-family);
    display: block;
    padding-left: 20px;
    padding-top: 14px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background: #11B895;
    margin-top: 0px;
    color: #FFF;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

input[type="checkbox"] ~ label {
    display: inline-block;
    height: 25px;
    padding-left: 34px !important;
    padding-right: 10px;
    padding-top: 2px;
    font-family: var(--primary-font-family);
    color: rgba(68, 78, 89, 0.90);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; 
    letter-spacing: -0.39px;
}

.text-space {
    margin-bottom: 15px;
    margin-top: 6px;
    color: rgba(68, 78, 89, 0.90);
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    letter-spacing: -0.5px;
}

.input-control {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-links {
    font-family: var(--primary-font-family);
    color: #0075C9;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.39px;
    text-decoration: none;
}

.btn_login {
    font-family: var(--primary-font-family);
    display: block;
    padding-left: 24px;
    text-align: left;
    width: 100%;
    height: 48px;
    border: none;
    margin-top: 0px;
    /*border-radius: 100px;*/
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: url("../Images/right-arrow.png") no-repeat 275px 19px #00BCE7;
}

.row-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.text-login {
    margin-bottom: 0px;
}

.text-help {
    margin-bottom: 0px;
    margin-top: 20px;
}

    .text-help p {
        font-family: var(--primary-font-family);
        color: rgba(68, 78, 89, 0.90);
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.065px;
        margin-bottom: 0rem !important;
        text-decoration: none !important;
    }

    .text-help span {
        text-decoration: none !important;
    }

.row-input label {
    font-size: 13px;
    color: #8086a9;
}

.row-input input {
    flex: 1;
    padding: 13px;
    background: #FFFFFF;
    border: 1px solid #DCDDDE;
    border-radius: 4px;
    transition: all 0.2s ease-out;
    font-family: var(--primary-font-family);
    color: rgba(68, 78, 89, 0.70);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    letter-spacing: -0.5px;
}

    .row-input input:focus {
        outline: none;
        box-shadow: inset 2px 2px 5px 0 rgba(42, 45, 48, 0.12);
    }

    .row-input input::placeholder {
        color: rgba(68, 78, 89, 0.7);
    }

.confirmnewpassword {
    margin-top: 10px;
    margin-bottom: 16px;
}

.loginpagefooter {
   /* background-color: #DDDCD8;*/
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.loginpagefooter p {
/*    color: #ffffff;*/
    padding-top: 16px;
    font-family: var(--primary-font-family);
    text-align: center;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.vieworderspagefooter {
    background-color: #0A2E59;
    text-align: left;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

    .vieworderspagefooter p {
        color: #ffffff;
        padding-top: 12px;
        padding-bottom: 12px;
        font-family: var(--primary-font-family);
        text-align: left;
        font-size: 13.5px;
        font-style: normal;
        padding-left: 0px;
        font-weight: 400;
        line-height: normal;
        width: 1000px;
        margin: 0 auto;
    }


/* Filters layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    height: 101px;
    background-color: var(--top-banner-background);
}

.top-banner-logo-filters {
    width: 1000px;
    margin: 0 auto;
}

.sub-page-header {
    height: 50px;
    background: #005084;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    width: 1000px;
}

.sub-page-header-bg {
    height: 50px;
    background: #005084;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
}

    .sub-page-header .left-header h4 {
        color: #FFF;
        font-family: var(--primary-font-family);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        /*padding-left: 399px;*/
        padding-top: 12px;
        text-align: left;
    }

.right-header {
    color: #FFF;
    text-align: right;
    font-family: var(--primary-font-family);
    font-size: 13.5px;
    font-style: normal;
    padding-top: 15px;
   /* padding-right: 399px;*/
    font-weight: 400;
    line-height: normal;
}

.right-header li {
    padding-right: 10px;
}

.user-icon-top {
    padding-right: 6px;
}


.level-header {
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
    text-transform: uppercase;
    padding-bottom: 14px;
}

.filters-modal .modal-title {
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.all-label {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 16px;
}

.modal-options {
    overflow-y: auto;
    display: block;
    height: 186px;
    margin-top: 10px
}

.modal-options-checkbox {
    padding-bottom: 10px;
}


.filters-modal input[type="checkbox"] ~ label {
    display: inline-block;
    height: 25px;
    padding-left: 34px !important;
    padding-right: 10px;
    padding-top: 2px;
    font-family: var(--primary-font-family);
    color: #444E59;
    font-size: 13.4px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.filters-modal .modal-footer {
    display: inline-block;
    flex-shrink: 0;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .filters-modal .modal-footer .btn-primary {
        width: 45%;
        color: #fff;
        border-radius: 5px;
        background: #00AEEF;
        border: none;
        color: #FFF;
        text-align: center;
        
    }

    .filters-modal .modal-footer .btn-secondary {
        width: 45%;
        color: #fff;
        border: none;
        border-radius: 5px;
        background: #11B895;
    }

    .filters-modal .modal-footer .btn {
        font-family: Montserrat;
        font-size: 13.5px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        padding-top: 14px;
        padding-bottom: 14px;
    }

.right-header a {
    color: #FFF;
    text-align: right;
    font-family: var(--primary-font-family);
    font-size: 13.5px;
    font-style: normal;
    padding-top: 15px;
    padding-right: 0px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.banner-logo-top2 {
    padding-top: 36px;
}

.Selection {
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    width: 60%;
    height: 38px;
    display: inline-block;
    padding: 7px
}

.btns-primary {
    color: #fff;
    border-radius: 5px;
    height: 38px;
    background: #11B895;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
    vertical-align: middle;
    padding-top: 0px;
    padding-left: 14px;
    padding-right: 14px;
}

.btns-primary:hover {
    color: #fff;
    border-radius: 5px;
    height: 38px;
    background: #11B895;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
    vertical-align: middle;
    padding-top: 0px;
    padding-left: 14px;
    padding-right: 14px;
}

.filters {
    vertical-align: middle;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    width: 30%;
    text-align: left;
}

.filter {
    vertical-align: middle;
    padding-top: 10px !important;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 13.5px;
    font-style: normal;
    padding-top: 5px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.primary-wrapper-filters input {
    vertical-align: middle;
    padding-top: 4px !important;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    width: 78%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    margin-left: 26px;
}

.sample-size {
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.067px;
    padding-left: 130px;
    padding-top: 20px;
}

.report-sample-size-label {
    font-weight: 700;
}

.btn_report {
    font-family: var(--primary-font-family);
    display: block;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background: #00AEEF;
    margin-top: 0px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.report-btn {
    margin-right: 10px;
}

.report-name {
    text-align: left;
}

.report-btn-footer {
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 38px;
}

.btn_back a {
    font-family: var(--primary-font-family);
    display: block;
    padding-left: 20px;
    padding-top: 14px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background: #11B895;
    margin-top: 0px;
    color: #FFF;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn_reload {
    font-family: var(--primary-font-family);
    display: block;
    padding-left: 20px;
    padding-top: 0px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background: #00AEEF;
    margin-top: 0px;
    color: #FFF;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

.orders-btn {
    margin-top: 26px;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 26px;
    justify-content: space-between !important;
}

.report-btn a {
    font-family: var(--primary-font-family);
    display: block;
    padding-left: 8px;
    padding-top: 14px;
    padding-right: 8px;
    text-align: center;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background: #00AEEF;
    margin-top: 0px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

.report-name-label {
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}


.short {
    width: 5%;
}

.div-block {
    text-align: left;
    width: 100%;
}

    .div-block h4 {
        color: #444E59;
        font-family: var(--primary-font-family);
        font-size: 13.5px;
        font-style: normal;
        padding-top: 10px;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

.primary-wrapper-filters {
    border-radius: 10px;
    background: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 26px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .primary-wrapper-filters h5 {
        color: #444E59;
        font-family: var(--primary-font-family);
        font-size: 13.5px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.54px;
        text-transform: uppercase;
    }

.content-wrapper-filters {
    background: #F3F3F5 !important;
    margin: 0 auto;
    border: none;
    padding: 0px;
    border-radius: 5px;
    width: 1000px;
}

.content-wrapper-orders {
    background: #FFFFFF !important;
    margin: 0 auto;
    border: none;
    padding: 0px;
    border-radius: 5px;
    width: 1000px;
}

.filters-body {
    background: #F3F3F5 !important;
    margin: 0;
    padding: 0;
}

.orders-body {
    background: #FFFFFF !important;
    margin: 0;
    padding: 0;
}

#orders-body {
    background: #FFFFFF !important;
}

#body {
    background: #F3F3F5 !important;
}

.filterpagefooter {
    background-color: #0A2E59;
    text-align: left;
    
}

    .filterpagefooter p {
        color: #ffffff;
        padding-top: 12px;
        padding-bottom: 12px;
        font-family: var(--primary-font-family);
        text-align: left;
        font-size: 13.5px;
        font-style: normal;
        padding-left: 0px;
        font-weight: 400;
        line-height: normal;
        width: 1000px;
        margin: 0 auto;
    }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00284F !important;
    border-color: #00284F !important;
}






@media (max-width: 1399.98px) {
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 80rem;
        width: 100%;
        margin-top: 2%;
    }

    .login-main-wrapper {
        margin-top: 146px !important;
    }

    .primary-wrapper-filters {
        border-radius: 10px;
        background: #FFFFFF;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 26px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    
    
    
}
@media (max-width: 1400px) {
    .loginpagefooter {
        /* background-color: #DDDCD8;*/
        text-align: center;
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }

        .loginpagefooter p {
            padding-top: 24px;
            font-family: var(--primary-font-family);
            text-align: center;
            font-size: 13.5px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
}

@media (max-width: 1155px) {
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 80rem;
        width: 100%;
        margin-top: 2%;
    }

   


}


@media (max-width: 1068px) {
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 80rem;
        width: 100%;
        margin-top: 2%;
    }
}


.legendblock {
    display: inline-block;
    padding: 10px 10px;
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 11px;
    border: none;
    text-align: center;
    width: 18%;
}

.score1bg {
    background: #b00108;
    color: #fff;
}

.score2bg {
    background: #fe0000;
    color: #fff;
}

.score3bg {
    background: #ffc000;
    color: #fff;
}

.score4bg {
    background: #92d051;
    color: #fff;
}

.score5bg {
    background: #00ae4e;
    color: #fff;
}
