﻿@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}

* {
    box-sizing: border-box;
}

.text-blue {
    color: #008EB3;
}

.text-red {
    color: #CB1334;
}

.fw-semi {
    font-weight: 600 !important;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: Gotham;
    color: #58585B;
    font-size: 16px;
}

#page-container {
    position: relative;
    min-height: 100vh;
    background: #F1F1F1;
}

#content-wrap {
    padding-bottom: 4.5rem;
    /* Footer height */
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

    #content-wrap .footer-graphic {
        position: absolute;
        right: 0;
        bottom: 80px;
        z-index: 0;
    }

header {
    width: 100%;
    padding: 40px 0 0.5rem;
}

    header .title {
        font-size: 2rem;
        color: #008EB3;
        font-weight: 800;
        text-transform: uppercase;
        text-align: right;
        margin-bottom: 0;
        line-height: 38px;
    }

        header .title span {
            font-weight: 400;
            display: block;
        }

    header .breadcrumb-nav {
        font-size: 0.8rem;
        font-weight: 400;
    }

    header .account {
        font-size: 0.8rem;
        font-weight: 700;
    }

    header a {
        color: #58585B;
    }

        header a:hover {
            color: #008EB3;
        }

footer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    background: rgba(88, 88, 91, 0.1);
    z-index: 1;
}
/*----Content-----*/
.content {
    padding: 40px;
    border-radius: 0.625rem;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    z-index: 2;
    position: relative;
    margin-bottom: 3rem;
}

    .content h1 {
        font-family: Gotham;
        font-size: 1.375rem;
        font-weight: 700;
    }

    .content h6 {
        font-family: Gotham;
        font-size: 0.9375rem;
        font-weight: 600;
    }

table th {
    color: #00597C;
    font-size: 0.75rem;
    font-weight: 500;
    border-block: none;
}

table tbody td {
    font-size: 0.8125rem;
    font-weight: 500;
    vertical-align: middle;
}

    table tbody td:first-of-type {
        font-size: 0.9375rem;
        font-weight: 600;
    }

    table tbody td:last-of-type {
        text-align: right;
        padding: 0;
    }

table tbody .button {
    background: #008EB3;
    padding: 0.75rem 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
}

    table tbody .button i {
        font-size: 1.25rem;
    }

    table tbody .button:hover {
        opacity: 0.85;
        cursor: pointer;
    }

.rater-approval p {
    font-size: 0.875rem;
}

    .rater-approval p span {
        color: #008EB3;
        font-weight: 600;
    }

.rater-approval h5 {
    color: #008EB3;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.rater-approval .small,
.rater-approval small {
    font-size: 0.75rem;
}

.search-results {
    border-radius: 0.25rem;
    background: #fafafa;
    font-size: 0.875rem;
    padding: 1rem;
}

    .search-results .results-table-container {
        overflow: auto;
        max-height: 275px;
    }

        .search-results .results-table-container table thead th {
            position: sticky;
            top: 0;
            z-index: 1;
            background: #fafafa;
        }
/*Buttons*/
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    border: none;
    font-size: 0.75rem;
    color: #FFF;
    text-transform: uppercase;
    background: #008EB3;
    text-decoration: none;
    flex-basis: 100%;
    max-width: 210px;
}

    .button i {
        font-size: 1rem;
    }

    .button:hover {
        background: #00597C;
        color: #FFF;
        cursor: pointer;
    }

        .button:hover .bx-check {
            color: #1EFD5C;
        }

    .button.outlined {
        border: 1px solid #58585B;
        color: #58585B;
        background: #FFF;
    }

        .button.outlined:hover {
            border: 1px solid #008EB3;
            color: #008EB3;
        }

    .button.smaller {
        text-transform: capitalize;
        flex-basis: unset;
    }

    .button.disabled {
        pointer-events: none;
        opacity: 0.75;
    }

.remove {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #CB1334;
    font-weight: 700;
    font-size: 0.8125rem;
}

    .remove:hover {
        color: #CB1334;
        opacity: 0.85;
    }

.select {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #58585B;
    font-weight: 700;
    font-size: 0.8125rem;
    opacity: 0.85;
    pointer-events: none;
}

    .select.active {
        color: #008EB3;
        opacity: 1;
        pointer-events: all;
    }

        .select.active:hover {
            color: #00BCE7;
            opacity: 0.85;
        }

    .select:hover {
        color: #58585B;
        cursor: default;
    }
/*Modal*/
.modal {
    color: #58585B;
}

    .modal .modal-xl .modal-header {
        padding: 2rem 2rem 1rem 2rem;
    }

    .modal .modal-xl .modal-body {
        padding: 1rem 2rem 2rem 2rem;
    }

    .modal .modal-xl .modal-footer {
        padding: 1rem 2rem;
    }

    .modal .modal-title {
        font-size: 1.125rem;
        font-weight: 700;
    }

    .modal p,
    .modal label {
        font-size: 0.875rem;
        font-weight: 400;
    }
/*Form elements*/
::placeholder {
    font-size: 0.875rem !important;
    font-weight: 500;
    color: #58585B;
}

input,
select,
.form-select {
    font-size: 0.875rem !important;
    font-weight: 500;
    color: #58585B;
}

    select > option {
        font-weight: 400;
    }

.input-group-text {
    font-size: 0.8rem;
    font-weight: 400;
}

.input-group button {
    background: #008EB3;
    border: none;
    color: #FFF;
    padding: 0 20px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-radius: 0.25rem;
}

    .input-group button i {
        font-size: 1.25rem;
    }

    .input-group button:hover {
        background: #00597C;
    }



/* 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;
    }
