@media (min-width: 300px) {
    .et-info-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 7px 30px 0px 30px;
        background-color: #000;
        color: rgba(255,255,255,0.9);
        font-size: 14.5px;
    }
}

.min-vh-200 {
    min-height: 700vh;
}

@media (min-width: 300px) {
    .et-link-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 12px;
    }
}

.et-link {
    text-decoration: none;
    color: rgba(255,255,255,0.9);
    font-weight: 400;
}

.dealer-button {
    font-size: .875rem;
    border-radius: 16px;
    box-shadow: 0px 0px 12px 3px silver;
    line-height: 2em;
    font-weight: 600;
    background-color: #000;
    color: rgba(255,255,255,0.9);
}

    .dealer-button:hover {
        opacity: 0.7;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background-color: #000;
    }

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out;
}

.btn:hover {
    color: #f7f7f7;
    font-weight: 600;
    background-color: #5aaae9;
    box-shadow: 0 0 5px #8b0b1c;
    transform: translateY(-2px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    /*background-color: var(--bs-btn-active-bg);*/
    background-color: #000;
    /*border-color: var(--bs-btn-active-border-color);*/
}

a:hover {
    --bs-link-color-rgb: #000;
}

body {
    margin: 0;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: none !important;
    --bs-dropdown-border-width: none !important;
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.nav-dropdown-menu {
    position: absolute;
    padding: 15px 20px;
    width: 240px;
    background: #fff;
    border-top: 3px solid #000000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateZ(0);
    text-align: left;
    font-family: Arimo, Helvetica, Arial, Lucida, sans-serif;
    font-size: 0.83rem;
    width: 300px;
}

.nav-dropdown-a {
    font-weight: 600;
    color: rgba(0,0,0, 0.62);
    padding: 10px 0 10px 5px;
}

    .nav-dropdown-a:hover {
        background-color: rgba(7, 7, 7, 0.06);
        color: rgba(0,0,0,0.9);
        transition: 0.3s all ease-in-out;
    }

.dropdown-menu[data-bs-popper] {
    top: 76px;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    transition: 0.4s all ease-in-out;
    height: 325px;
}

.nav-hover:hover {
    color: rgba(0,0,0,0.49);
    transition: 0.4s all ease-in-out;
}

@media (min-width: 300px) {
    .login-h5 {
        text-align: center;
        font-size: 1.3rem;
        font-weight: 700;
        font-family: "Open Sans", Arial, sans-serif;
        padding-bottom: 2%;
        padding: 0 10px;
    }
}

.login-btn-group {
    width: 325px;
    margin: 0 auto;
    margin-top: 25px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 300px) {
    .login-section {
        box-shadow: rgba(100, 100, 100, 0.07) 0px 1px 5px 5px;
        border-radius: 10px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 7%;
        background-color: rgba(231,231,231);
        margin-top: 5%;
        margin-bottom: 15%;
    }
}

@media (min-width: 768px) {
    .login-section {
        width: 70%;
        background-color: rgba(231,231,231,0.81);
    }
}

@media (min-width: 992px) {
    .login-section {
        width: 50%;
    }
}

.continue-h5 {
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 25px;
    padding-top: 60px;
    font-weight: 500;
    font-family: 'Lato', open-sans;
}

    .continue-h5.loginh5 {
        font-size: 1.2rem;
    }

.required-star {
    color: rgb(255, 0, 0);
    font-size: 1rem;
    padding-left: 5px;
}

.login-label {
    font-size: 0.95rem;
    color: rgb(102, 102, 102);
    font-weight: 600;
}

.login-input-wrapper {
    width: 325px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.login-button {
    opacity: 0.9;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #7dbef5;
    border: none;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    font-size: 0.9rem;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(26,26,26,0.78);
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgb(164,11,54);
    outline: 0;
    box-shadow: 0 0 0 .1rem rgb(164,11,54);
}

.user-input {
    padding: 0.55rem .75rem;
}

.form-label {
    margin-bottom: .5rem;
    font-size: 0.95rem;
    color: rgb(74,74,74);
}

.footer-link {
    text-decoration: none;
    color: rgba(255,255,255,0.9);
}

.page-heading {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
    box-shadow: 0 1px 3px #bebebe;
    color: rgba(0,0,0,0.7);
    font-stretch: condensed;
}

@media (min-width: 300px) {
    .dashboard-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 2%;
    }
}

@media (min-width: 1200px) {
    .dashboard-section {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (min-width: 300px) {
    .section-div-wrapper-right-col {
        flex-basis: 27%;
        margin-bottom: 3%;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 6px #bebebe;
        display: flex;
        flex-direction: column;
        max-height: 630px;
        min-height: 630px;
    }
}

@media (min-width: 1200px) {
    .section-div-wrapper-right-col {
        max-height: 655px;
        min-height: 655px;
    }
}

@media (min-width: 1400px) {
    .section-div-wrapper-right-col {
        flex-basis: 27%;
        margin-bottom: 3%;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 6px #bebebe;
        display: flex;
        flex-direction: column;
        max-height: 625px;
        min-height: 625px;
    }
}

@media (min-width: 300px) {
    .section-div-wrapper-center-area {
        flex-basis: 75%;
        margin-bottom: 5%;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 6px #bebebe;
        padding-bottom: 3%;
    }
}

@media (min-width: 1200px) {
    .section-div-wrapper-center-area {
        flex-basis: 60%;
        height: 180px;
        margin-bottom: 1%;
    }
}

@media (min-width: 300px) {
    .nav-col {
        display: none;
    }
}

@media (min-width: 992px) {
    .nav-col {
        display: initial;
    }
}

.sidnav {
    border: 2px solid #a9a9a9;
    border-radius: 5px;
    padding: 6px 0px 0px 1px;
    height: 3em;
    width: 3.5em;
}

.sidnenav-ham-icon {
    font-size: 2rem;
}

@media (min-width: 992px) {
    .ham-nav-hide {
        display: none;
    }
}

.btn-color {
    background-color: #fff;
}

.nav-col-color {
    background-color: #fff;
    margin-top: 5px;
    font-size: 0.9rem;
}

@media (min-width: 1200px) {
    .section-div-wrapper-center-area.page-level {
        width: 95%;
        margin-top: 5%;
    }
}

@media (min-width: 1200px) {
    .page-level-section {
        width: 100%;
        padding-bottom: 6%;
    }
}

@media (min-width: 300px) {
    .top-contact-div-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 576px) {
    .top-contact-div-wrapper {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .top-contact-div-wrapper {
        flex-direction: row;
        justify-content: flex-start;
    }
}

@media (min-width: 300px) {
    .top-contact-right-div {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
    }
}

@media (min-width: 576px) {
    .top-contact-right-div {
        padding-top: 0px;
    }
}

@media (min-width: 992px) {
    .top-contact-right-div {
        padding-left: 20px;
    }
}

@media (min-width: 300px) {
    .top-contact-left-div {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 10px;
    }
}

.quicklink-a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: rgba(255, 255, 255);
    background-color: rgba(7,7,7,0.06);
    box-shadow: rgba(7,7,7,0.23) 0px 0px 10px 0px;
}

.quicklink-a {
    text-decoration: none;
    color: rgba(0,0,0,0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 10px;
}

@media (min-width: 300px) {
    .quicklink-icon {
        font-size: 2rem;
        color: #9d0c20;
        padding-bottom: 10px;
    }
}

@media (min-width: 300px) {
    .quicklink-div-wrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        padding-bottom: 5%;
    }
}

@media (min-width: 576px) {
    .quicklink-div-wrapper {
        padding: 26px;
        padding-bottom: 0;
        flex-direction: row;
    }
}

@media (min-width: 1400px) {
    .quicklink-div-wrapper {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 300px) {
    .extra-img-footer {
        display: none;
    }
}

@media (min-width: 992px) {
    .extra-img-footer {
        display: initial;
    }
}

@media (min-width: 300px) {
    .first-footer-item {
        padding-top: 10px;
    }
}

@media (min-width: 576px) {
    .first-footer-item {
        padding-top: 0;
    }
}

@media (min-width: 300px) {
    .mb-0 {
        margin-bottom: 0 !important;
        text-align: center;
        font-size: 0.8rem;
    }
}

@media (min-width: 300px) {
    .mb-0 {
        font-size: 0.9rem;
    }
}

.page-heading-top {
    text-align: left;
    padding-bottom: 0;
    padding-left: 5px;
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 2%;
    font-family: 'fangsong', open-sans;
    text-transform: capitalize;
}

.section-div-wrapper-center-area.main {
    max-height: initial;
}

.notification-icon {
    font-size: 1rem;
    color: rgba(0,0,0,0.7);
}

.noti-date-p {
    margin: 0;
    padding: 0;
    height: auto;
}

@media (min-width: 300px) {
    .noti-div-wrapper {
        display: flex;
        flex-direction: column;
        padding: 5px 5px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
}

.noti-span {
    font-size: 0.8rem;
}

@media (min-width: 300px) {
    .page-heading-noti {
        text-align: left;
        font-size: 1.1rem;
        padding-top: 10px;
        padding-left: 5px;
        font-weight: 600;
        font-family: "Open Sans", Arial, sans-serif;
        color: rgba(0,0,0,0.7);
        display: flex;
        align-items: center;
        font-stretch: condensed;
    }
}

.page-heading-noti {
    padding-left: 4px;
    font-size: 1rem;
}

@media (min-width: 1400px) {
    .noti-heading-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 1.1rem;
        font-weight: 600;
        font-family: "Open Sans", Arial, sans-serif;
        box-shadow: 0 1px 3px #bebebe;
        color: rgba(0,0,0,0.7);
    }
}

@media (min-width: 300px) {
    .noti-heading {
        display: flex;
        align-items: center;
        align-content: center;
        align-self: center;
    }
}

@media (min-width: 300px) {
    .noti-heading-wrapper {
        display: flex;
        justify-content: space-between;
        box-shadow: 0 1px 3px #bebebe;
        align-items: center;
        padding: 8px 10px;
    }
}

.noti-clear-icon {
    cursor: pointer;
}

.icon-link {
    text-decoration: none;
    color: rgba(0,0,0,0.7);
}

.quicklink-heading-icon {
    color: rgba(0,0,0,0.7);
    margin-right: 4px;
    margin-top: -4px;
}

@media (min-width: 300px) {
    .h-caro {
        height: 310px;
        object-fit: cover;
    }
}

@media (min-width: 576px) {
    .h-caro {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .h-caro {
        height: 550px;
    }
}

.section-div-wrapper-right-col2 {
    flex-basis: 27%;
    margin-bottom: 5%;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 6px #bebebe;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    overflow-y: scroll;
}

@media (min-width: 300px) {
    .section-div-wrapper-promo-area {
        flex-basis: 67%;
        margin-bottom: 5%;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 6px #bebebe;
        padding-bottom: 3%;
        margin-top: 3%;
    }
}

@media (min-width: 1200px) {
    .section-div-wrapper-promo-area {
        flex-basis: 60%;
        margin-top: -54%;
    }
}

@media (min-width: 1400px) {
    .section-div-wrapper-promo-area {
        margin-top: -40%;
    }
}

@media (min-width: 1600px) {
    .section-div-wrapper-promo-area {
        margin-top: -31%;
    }
}

.nav-heading {
    font-size: 1.2rem;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 11px;
    padding-top: 15px;
    color: rgba(0,0,0,0.7);
    font-weight: 500;
    font-family: 'Lato', Open-sans;
}

.section-div-wrapper-recent-orders {
    flex-basis: 30%;
    margin-bottom: 5%;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 6px #bebebe;
    padding-bottom: 3%;
}

@media (min-width: 300px) {
    .page-level-section.double-section {
        display: flex;
        justify-content: left;
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .page-level-section.double-section {
        flex-direction: row;
        justify-content: space-between;
    }
}

.section-div-wrapper-current-orders {
    flex-basis: 67%;
    margin-bottom: 5%;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 6px #bebebe;
    padding-bottom: 3%;
}

.signOut-link {
    color: grey;
    font-size: 1rem;
    padding-left: 10px;
}

.error-box {
    width: 300px;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    font-size: 0.9rem;
    animation: hideAniE 0s ease 5s;
    animation-fill-mode: forwards;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e96262ab;
    color: #1a1a1a;
    padding: 16px 24px;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    max-width: 90%;
    text-align: center;
}

@keyframes hideAniE {
    to {
        visibility: hidden;
        animation: 3s ease;
        width: 0;
        height: 0;
    }
}

.error-p {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
    background-color: rgba(201, 63, 63, 083);
    color: #fff;
    font-size: 0.9rem;
    animation: hideAnimation 0s ease 5s;
    animation-fill-mode: forwards;
}

@keyframes hideAnimation {
    to {
        visibility: hidden;
        animation: 3s ease;
        width: 0;
        height: 0;
    }
}

.success-p {
    width: 300px;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    font-size: 0.9rem;
    animation: hideAni 0s ease 5s;
    animation-fill-mode: forwards;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d4edda;
    color: #155724;
    padding: 16px 24px;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    max-width: 90%;
    text-align: center;
}

@keyframes hideAni {
    to {
        visibility: hidden;
        animation: 3s ease;
        width: 0;
        height: 0;
    }
}

.success-para {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
    background-color: rgba(71, 201, 91, 0.83);
    color: #000;
    font-size: 0.9rem;
    animation: hideAni 0s ease 5s;
    animation-fill-mode: forwards;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

@keyframes hideAni {
    to {
        visibility: hidden;
        animation: 3s ease;
        width: 0;
        height: 0;
    }
}

.create-company-btn {
    width: 300px;
    opacity: 0.9;
    -webkit-transition: all 0.4s ease-in-out;
    background-color: rgba(0, 0, 0);
    border: none;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    font-size: 0.9rem;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 9px;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.4s ease-in-out;
}

@media (min-width: 300px) {
    .user-section {
        box-shadow: rgba(100, 100, 100, 0.07) 0px 1px 5px 5px;
        border-radius: 10px;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 7%;
        background-color: rgba(255, 255, 255, 0.7);
        margin-top: 10%;
        margin-bottom: 15%;
    }
}

@media (min-width: 1200px) {
    .user-section {
        width: 75%;
    }
}

#loadWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #456ab5;
    border-radius: 50%;
    animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
    transform-origin: bottom center;
    position: relative;
}

@keyframes loading {
    0% {
        transform: translateY(0px);
        background-color: #456ab5;
    }

    50% {
        transform: translateY(50px);
        background-color: #c72d2d;
    }

    100% {
        transform: translateY(0px);
        background-color: #456ab5;
    }
}

.circle-1 {
    animation-delay: 0.1s;
}

.circle-2 {
    animation-delay: 0.2s;
}

.circle-3 {
    animation-delay: 0.3s;
}

.circle-4 {
    animation-delay: 0.4s;
}

.circle-5 {
    animation-delay: 0.5s;
}

.circle-6 {
    animation-delay: 0.6s;
}

.circle-7 {
    animation-delay: 0.7s;
}

.circle-8 {
    animation-delay: 0.8s;
}

/* Style nested dropdown */

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 35px;
        left: 10%;
        margin-top: -1px;
        display: none;
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
        width: 100%;
        font-size: 0.83rem;
        padding-left: 10px;
        transition: 0.4s all ease-in-out;
    }

    /* Show submenu on hover (for desktop) */

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        transition: 0.4s all ease-in-out;
    }

.user-section-outline {
    box-shadow: rgba(100, 100, 100, 0.07) 0px 1px 5px 5px;
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 10%;
    margin-bottom: 15%;
    padding: 5%;
}

.request-input-wrapper.contact-input.flex-select {
    display: flex;
    align-items: baseline;
}

.form-label.login-label.select-Label {
    width: 145px;
    text-align: right;
}

tr {
    vertical-align: middle;
}

.lead-head-cell {
    color: rgba(0,0,0,0.8);
}

.text-center.lead-head-cell.lead-time-cell-width {
    width: 200px;
}

.form-control.update-input {
    text-align: center;
    font-size: 0.95rem;
}

.small-button {
}

.smlform-submit.medium-size-leadtime {
    width: 200px !important;
    font-weight: 500;
}

/* font size for different screen sizes */

@media (min-width: 300px) {
    body .form-label .form-contral button {
        font-size: 0.85rem !important;
    }
}

@media (min-width: 300px) {
    th {
        font-size: 0.85rem !important;
    }
}

@media (min-width: 300px) {
    td {
        font-size: 0.85rem !important;
    }
}

@media (min-width: 300px) {
    input, textarea {
        font-size: 0.85rem !important;
    }
}

@media (min-width: 300px) {
    .form-label, .form-select {
        font-size: 0.85rem;
    }
}

@media (min-width: 300px) {
    p, a {
        font-size: 0.85rem !important;
    }
}

@media (min-width: 300px) {
    .table {
        font-size: 0.85rem;
    }
}

@media (min-width: 768px) {
    body, .form-contral, a {
        font-size: 0.95rem;
    }
}

@media (min-width: 768px) {
    th {
        font-size: 0.95rem !important;
    }
}

@media (min-width: 768px) {
    td {
        font-size: 0.95rem !important;
    }
}

@media (min-width: 768px) {
    input, textarea {
        font-size: 0.95rem !important;
    }
}

@media (min-width: 768px) {
    .form-label, .form-select {
        font-size: 0.95rem;
    }
}

@media (min-width: 768px) {
    p {
        font-size: 1rem !important;
    }
}

@media (min-width: 768px) {
    .table {
        font-size: 0.95rem;
    }
}

.med-btn-link {
    width: 80%;
    margin: 0 auto;
}

.dash-link {
    align-items: center !important;
}

.extraPadMedBtn {
    padding: 40px 20px !important;
}

@media (min-width: 300px) {
    .warrantyFormSection {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .warrantyFormSection {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .warrantyFormSection {
        width: 75%;
    }
}

@media (min-width: 1400px) {
    .warrantyFormSection {
        width: 60%;
    }
}

.text-link:hover {
    color: #226191 !important;
    transition: 0.3s all ease-in-out !important;
}

.text-link {
    color: rgba(0,0,0,0.8) !important;
}

.icon-link:hover {
    color: #226191 !important;
    cursor: pointer;
}

.icon-link {
    color: #8b0b1c !important;
    transition: 0.3s all ease-in-out !important;
}

.comp-info-div-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.make-red {
    color: #9d0c20 !important;
}

@media (min-width: 300px) {
    .d-flex.justify-content-between.align-items-center.pt-3 {
        display: flex;
        justify-content: center !important;
    }
}

@media (min-width: 768px) {
    .d-flex.justify-content-between.align-items-center.pt-3 {
        display: flex;
        justify-content: space-between !important;
    }
}

@media (min-width: 300px) {
    .col-lg-3.col-xxl-2.text-center.text-lg-start.d-flex.flex-column.align-items-center.order-last.align-items-lg-start.justify-content-xxl-center.align-items-xxl-start.item.social.Hide-On-Small {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .col-lg-3.col-xxl-2.text-center.text-lg-start.d-flex.flex-column.align-items-center.order-last.align-items-lg-start.justify-content-xxl-center.align-items-xxl-start.item.social.Hide-On-Small {
        display: initial !important;
    }
}

@media (min-width: 300px) {
    .d-flex.justify-content-between.align-items-center.pt-3.bottom-copyright {
        display: flex !important;
        flex-direction: column !important;
    }
}

@media (min-width: 768px) {
    .d-flex.justify-content-between.align-items-center.pt-3.bottom-copyright {
        display: flex !important;
        flex-direction: row !important;
    }
}

.uploadInputBox {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 0.95rem;
    color: #444;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.salesRep-container-wrapper {
    display: flex;
}

.make-a-payment-btn:hover {
    background-color: #6fdcbf;
    color: #000;
    box-shadow: none;
    color: rgb(0, 0, 0);
}

.make-a-payment-btn {
    font-size: 0.8rem !important;
    padding: 7px 30px;
    width: 80%;
    margin: 0 auto;
    margin-top: 7px;
    background-color: #6fdcbf;
    color: rgb(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 300px) {
    .salesRep-info-wrapper {
        flex-basis: 55%;
    }
}

@media (min-width: 300px) {
    .salesRepProfile-wrapper {
        flex-basis: 55%;
    }
}

@media (min-width: 300px) {
    .extendedLength {
        min-height: 765px;
        max-height: 765px;
    }
}

@media (min-width: 576px) {
    .salesRep-info-wrapper {
        flex-basis: 30%;
    }
}

.salesRepProfile-wrapper {
    flex-basis: 55%;
}

@media (min-width: 576px) {
    .extendedLength {
        min-height: 805px;
        max-height: 805px;
    }
}

@media (min-width: 768px) {
    .extendedLength {
        min-height: 735px;
        max-height: 735px;
    }
}

@media (min-width: 1200px) {
    .extendedLength {
        min-height: 800px;
        max-height: 800px;
    }
}

@media (min-width: 1200px) {
    .salesRep-info-wrapper {
        flex-basis: 55%;
    }
}

@media (min-width: 1200px) {
    .salesRepProfile-wrapper {
        flex-basis: 40%;
    }
}

@media (min-width: 1400px) {
    .extendedLength {
        min-height: 750px;
        max-height: 750px;
    }
}

@media (min-width: 300px) {
    .tempMsg-wrapper {
        padding-top: 3%;
        display: flex;
        justify-content: flex-start;
        gap: 4%;
        flex-wrap: wrap;
        padding-left: 2%;
    }
}

.quickAction-link-wrapper:hover {
    color: #0a58ca;
    font-weight: 600;
    background-color: rgba(239, 237, 237, 0.33);
    box-shadow: 0 0 5px #8b0b1c;
    font-size: 0.85rem;
    transform: translateY(-1px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.quickAction-link-wrapper {
    width: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
    padding-bottom: 10px;
    border-radius: 20px;
    text-decoration: none;
    color: initial;
    margin-bottom: 3%;
    font-size: 0.8rem !important;
    font-weight: 600;
    color: rgba(0,0,0,0.7);
    background-color: rgba(224, 224, 224, 0.61);

}

.quick-action-icon {
    font-size: 1.2rem;
    padding-bottom: 5px;
    padding-right: 0 !important;
}

.team-wrapper {
    display: flex;
    flex-flow: wrap;
    padding-bottom: 30px;
    padding-top: 15px;
}

.team-card-body {
    width: 250px;
    padding: 0 15px 30px 15px;
}

.addUserSpan:hover {
    transform: translateY(-1px);
    color: #226191;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.user-management-page {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 36px 0 64px;
}

.user-management-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.user-management-header .secondary-page-heading {
    margin-bottom: 6px;
}

.user-management-title {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.user-management-subtitle {
    margin: 0;
    color: #5d6670;
    font-size: 0.94rem;
}

.user-management-count {
    min-width: 120px;
    padding: 10px 14px;
    border: 1px solid #dce4ec;
    border-radius: 8px;
    text-align: right;
    background: #fff;
}

.user-management-count span {
    display: block;
    color: #1d3145;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

.user-management-count small {
    display: block;
    margin-top: 3px;
    color: #6b747e;
    font-size: 0.76rem;
}

.user-management-filters {
    border: 1px solid #dce4ec;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 18px;
    background: #f8fafc;
}

.user-management-filter-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(160px, 1fr));
    gap: 14px;
    align-items: end;
}

.incomplete-user-search-grid {
    grid-template-columns: minmax(260px, 520px);
}

.user-management-filter-field .form-label {
    margin-bottom: 6px;
    color: #394957;
    font-size: 0.82rem;
    font-weight: 700;
}

.user-management-search-input {
    position: relative;
}

.user-management-search-input i {
    position: absolute;
    left: 12px;
    top: 50%;
    color: #7a8793;
    transform: translateY(-50%);
}

.user-management-search-input .form-control {
    padding-left: 34px;
}

.user-management-filter-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.user-management-table-wrap {
    border: 1px solid #dce4ec;
    border-radius: 8px;
    background: #fff;
}

.user-management-table {
    margin-bottom: 0;
    min-width: 860px;
}

.user-management-table thead th {
    border-bottom: 1px solid #dce4ec;
    color: #4a5560;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #f8fafc;
    white-space: nowrap;
}

.user-management-table tbody td {
    vertical-align: middle;
    color: #283848;
    font-size: 0.88rem;
}

.user-management-person,
.user-management-stack {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.user-management-name {
    color: #1f3448;
    font-weight: 700;
}

.user-management-person small,
.user-management-stack small,
.user-management-muted {
    color: #6b747e;
    font-size: 0.78rem;
}

.user-management-account,
.user-management-role {
    font-weight: 400;
}

.user-management-status {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
}

.user-management-status.is-complete {
    color: #17633a;
    background: #e7f6ed;
}

.user-management-status.is-needed {
    color: #8a5a00;
    background: #fff3cd;
}

.user-management-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    white-space: nowrap;
}

.user-management-action-btn {
    width: auto;
    min-width: 74px;
    padding: 7px 12px;
    font-size: 0.8rem;
    line-height: 1.1;
}

.user-management-delete-btn {
    color: #fff;
    background-color: #9d0c20;
}

.user-management-delete-btn:hover,
.user-management-delete-btn:focus {
    color: #fff;
    background-color: #7d0919;
}

.user-management-pagination {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    padding-bottom: 0;
    text-align: center;
}

.user-management-pagination .pagination {
    display: inline-flex;
    flex-wrap: nowrap;
    max-width: calc(100% - 24px);
    row-gap: 6px;
}

.user-management-pagination .page-link {
    min-width: 38px;
    color: #226191;
}

.user-management-pagination .page-item.active .page-link {
    border-color: #226191;
    background-color: #226191;
    color: #fff;
}

.user-management-empty {
    border: 1px dashed #cbd6e2;
    border-radius: 8px;
    padding: 48px 24px;
    text-align: center;
    color: #5d6670;
    background: #fbfcfd;
}

.user-management-empty i {
    margin-bottom: 12px;
    color: #8795a3;
    font-size: 1.8rem;
}

.user-management-empty h6 {
    margin-bottom: 6px;
    color: #293a4a;
    font-weight: 800;
}

.user-management-empty p {
    margin-bottom: 0;
}

.user-update-page {
    width: min(980px, calc(100% - 48px));
    margin: 0 auto;
    padding: 36px 0 64px;
}

.user-update-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.user-update-title {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.user-update-subtitle {
    margin: 0;
    color: #5d6670;
    font-size: 0.94rem;
}

.user-update-back-btn {
    width: auto;
    min-width: 210px;
    padding: 9px 16px;
    white-space: nowrap;
}

.user-update-panel {
    border: 1px solid #dce4ec;
    border-radius: 8px;
    padding: 22px;
    background: #fff;
    box-shadow: rgba(100, 100, 100, 0.07) 0 1px 5px 2px;
}

.user-update-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 18px;
}

.user-update-field .user-input,
.user-update-field .form-select {
    width: 100%;
}

.user-update-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.user-update-actions .login-button,
.user-update-secondary-action .login-button {
    width: auto;
    min-width: 190px;
    padding-left: 18px;
    padding-right: 18px;
}

.user-update-temp-password {
    border: 1px solid #f3d27b;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 16px;
    color: #5f4500;
    background: #fff7dc;
}

.user-update-temp-password p {
    margin: 6px 0 0;
    font-size: 0.82rem;
}

.user-update-secondary-panel {
    margin-top: 16px;
}

.user-update-secondary-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.user-update-secondary-action h6 {
    margin-bottom: 4px;
    color: #293a4a;
    font-weight: 800;
}

.user-update-secondary-action p {
    margin: 0;
    color: #5d6670;
    font-size: 0.88rem;
}

.company-management-page,
.company-update-page {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 36px 0 64px;
}

.company-update-page {
    width: min(980px, calc(100% - 48px));
}

.company-management-header,
.company-update-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.company-management-title,
.company-update-title {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.company-management-subtitle,
.company-update-subtitle {
    margin: 0;
    color: #5d6670;
    font-size: 0.94rem;
}

.company-management-count {
    min-width: 138px;
    padding: 10px 14px;
    border: 1px solid #dce4ec;
    border-radius: 8px;
    text-align: right;
    background: #fff;
}

.company-management-count span {
    display: block;
    color: #1d3145;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

.company-management-count small {
    display: block;
    margin-top: 3px;
    color: #6b747e;
    font-size: 0.76rem;
}

.company-management-filters {
    border: 1px solid #dce4ec;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 18px;
    background: #f8fafc;
}

.company-management-filter-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1fr);
    gap: 14px;
    align-items: end;
}

.company-management-filter-field .form-label {
    margin-bottom: 6px;
    color: #394957;
    font-size: 0.82rem;
    font-weight: 700;
}

.company-management-search-input {
    position: relative;
}

.company-management-search-input i {
    position: absolute;
    left: 12px;
    top: 50%;
    color: #7a8793;
    transform: translateY(-50%);
}

.company-management-search-input .form-control {
    padding-left: 34px;
}

.company-management-filter-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.company-management-table-wrap,
.company-update-panel {
    border: 1px solid #dce4ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: rgba(100, 100, 100, 0.07) 0 1px 5px 2px;
}

.company-management-table {
    margin-bottom: 0;
    min-width: 900px;
}

.company-management-table thead th {
    border-bottom: 1px solid #dce4ec;
    color: #4a5560;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #f8fafc;
    white-space: nowrap;
}

.company-management-table tbody td {
    vertical-align: middle;
    color: #283848;
    font-size: 0.88rem;
}

.company-management-company {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.company-management-company span {
    color: #1f3448;
    font-weight: 700;
}

.company-management-company small {
    color: #6b747e;
    font-size: 0.78rem;
}

.company-management-account {
    font-weight: 400;
}

.company-management-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    white-space: nowrap;
}

.company-management-action-btn {
    width: auto;
    min-width: 74px;
    padding: 7px 12px;
    font-size: 0.8rem;
    line-height: 1.1;
}

.company-management-delete-btn {
    color: #fff;
    background-color: #9d0c20;
}

.company-management-delete-btn:hover,
.company-management-delete-btn:focus {
    color: #fff;
    background-color: #7d0919;
}

.company-management-pagination {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    padding-bottom: 0;
    text-align: center;
}

.company-management-pagination .pagination {
    display: inline-flex;
    flex-wrap: nowrap;
    max-width: calc(100% - 24px);
}

.company-management-pagination .page-link {
    min-width: 38px;
    color: #226191;
}

.company-management-pagination .page-item.active .page-link {
    border-color: #226191;
    background-color: #226191;
    color: #fff;
}

.company-management-empty {
    border: 1px dashed #cbd6e2;
    border-radius: 8px;
    padding: 48px 24px;
    text-align: center;
    color: #5d6670;
    background: #fbfcfd;
}

.company-management-empty i {
    margin-bottom: 12px;
    color: #8795a3;
    font-size: 1.8rem;
}

.company-management-empty h6 {
    margin-bottom: 6px;
    color: #293a4a;
    font-weight: 800;
}

.company-management-empty p {
    margin-bottom: 0;
}

.company-update-back-btn {
    width: auto;
    min-width: 230px;
    padding: 9px 16px;
    white-space: nowrap;
}

.company-update-panel {
    padding: 22px;
}

.company-update-section-title {
    margin: 4px 0 14px;
    color: #293a4a;
    font-weight: 800;
}

.company-update-section-title:not(:first-of-type) {
    margin-top: 28px;
}

.company-update-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 18px;
}

.company-update-field .user-input,
.company-update-field .form-select {
    width: 100%;
}

.company-update-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.company-update-actions .login-button {
    width: auto;
    min-width: 160px;
    padding-left: 18px;
    padding-right: 18px;
}

@media (max-width: 991px) {
    .user-update-page {
        width: min(100% - 28px, 980px);
        padding-top: 24px;
    }

    .user-update-header,
    .user-update-secondary-action {
        flex-direction: column;
    }

    .user-update-back-btn,
    .user-update-actions .login-button,
    .user-update-secondary-action .login-button {
        width: 100%;
    }

    .user-update-grid {
        grid-template-columns: 1fr;
    }

    .company-management-page,
    .company-update-page {
        width: min(100% - 28px, 1180px);
        padding-top: 24px;
    }

    .company-management-header,
    .company-update-header {
        flex-direction: column;
    }

    .company-management-count {
        width: 100%;
        text-align: left;
    }

    .company-update-back-btn,
    .company-update-actions .login-button {
        width: 100%;
    }

    .company-update-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .user-management-page {
        width: min(100% - 28px, 1180px);
        padding-top: 24px;
    }

    .user-management-header {
        flex-direction: column;
    }

    .user-management-count {
        width: 100%;
        text-align: left;
    }

    .user-management-filter-grid {
        grid-template-columns: 1fr;
    }
}

.accountWrapper {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.x-pad-left {
    padding-left: 0 !important;
}

.late-load-date {
    color: #9d0c20;
    font-weight: 700;
    background-color: rgba(157, 12, 32, 0.08);
    border-radius: 4px;
    padding: 4px 6px;
}

    .late-load-date:hover {
        background-color: rgba(157, 12, 32, 0.15);
    }
