﻿body {
    font-family: 'NunitoSans Regular', sans-serif !important;
    background-color: #FFFFFF !important;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.pw_heading {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-align: center;
    font-size: 1.5em;
    color: #5fcf80;
}

.login_h1 {
    font-family: 'Montserrat', sans-serif !important;
    color: #00B545;
    font-size: 2.5em;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 25px;
}

.login_h2 {
    font-family: 'Montserrat', sans-serif !important;
    color: #999;
    font-size: 0.9em;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pw_msg {
    font-family: "NunitoSans Regular";
    font-size: 14px;
    text-align: center;
    color: #333F48;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
}

.pw_err_msg {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1em !important;
    color: #e15258;
    line-height: 18px;
}

.error-message {
    color: #790000;
    font-family: "NunitoSans Bold";
    font-size: 16px;
    margin-bottom: 6px;
}

.error-input {
    border: 1px #790100 solid;
}

.text-center {
    text-align: center;
}

.btn-send {
    border: none;
    border-radius: 2px;
    width: 150px;
    height: 40px;
    margin: 5px;
    font-size: 16px !important;
    color: white;
    background: linear-gradient(90deg, rgba(93,137,212,1) 0%, rgba(88,222,185,1) 100%) !important;
    float: right;
    margin-right: 0px !important;
    cursor: pointer;
}

.btn-cancel {
    border: none;
    border-radius: 2px;
    width: 80px;
    height: 40px;
    margin: 5px;
    font-size: 16px !important;
    color: white;
    background: linear-gradient(75deg, rgba(255,219,64,1) 0%, rgba(255,134,88,1) 100%) !important;
    float: right;
    cursor: pointer;
}

.button-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.forgot-password-form {
    background-color: #FFFFFF;
}

.container-forgot-password {
    text-align: center;
    padding: 20px;
    width: 80%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6%;
    padding: 2%;
}

#email-error {
    display: flex;
    font-size: 16px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #790000;
}

label.error {
    color: red;
    font-size: 12px;
    font-weight: normal;
}

.swal2-show {
    font-size: 15px;
}

.login-block {
    background-color: #FFFFFF;
}

.login-table {
    width: 80%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6%;
    padding: 2%;
}

.table-borderless td, .table-borderless th{
    border: none !important;
}

#passwordResetModal .modal-header {
   height: 40px;
}

#passwordResetModal .modal-header span {
    width: 14px;
    color: #58deb9;
}

#formForgotPassword {
    display: none;
}

#BTN_Cancel {
    color: #58DEB9;
    font-family: "NunitoSans Bold";
    letter-spacing: 0.8px;
    font-size: 14px;
}

#BTN_Cancel:hover {
    cursor: pointer;
}

@media (max-width: 767px) {
    #passwordResetModal .modal-content {
        width: unset;
        height: unset;
    }
}

.headerTopnav ul {
    list-style-type: none;
    float: right;
    width: max-content;
}

.heading-loginBtn {
    font-size: 18px;
    width: auto;
    max-width: 115px;
    height: 88px;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    color: #333F48 !important;
    background-color: #FFFFFF;
    border-bottom: 3px solid #ffffff;
    justify-content: center !important;
}

.container-header ul a {
    text-decoration: none;
}

.heading-loginBtn:hover, .heading-loginBtn:focus {
    background-color: #FFFFFF !important;
    font-weight: bold;
}

.headerTopnav {
    overflow: hidden;
}

.heading-loginBtn.active {
    color: #58deb9 !important;
    font-family: "NunitoSans Bold";
    border-bottom: 6px solid #58deb9 ;
}

.container-header .navbar-toggler, #logoBar .navbar-toggler {
    background-color: #58deb9;
    width: 56px;
    height: 40px;
    z-index: 5;
}

.container-header {
    height: 88px;
}

#INP_CustomerSearch {
    border: 1px solid #CBC9C9;
    border-radius: 2px;
    height: 48px;
    font-size: 16px;
    font-family: "NunitoSans Regular";
    box-sizing: border-box;
    color: #8A9399;
}

.has-search {
    width: 100%;
    height: 48px;
    margin-bottom: 0;
}

.has-search .form-control {
    padding-left: 4rem;
    position: relative;
}

.has-search img {
    position: absolute;
    z-index: 2;
    display: block;
    pointer-events: none;
    padding-top: 0.8rem;
    margin-left: 0.8rem;
}

#navbarSupportedContent {
    padding-left: 0;
    padding-right: 0;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    z-index: 1;
}

.container-header ul {
    display: flex;
    list-style-type: none;
}

@media (max-width: 767px) {

    #navbarSupportedContent {
        overflow: unset;
        height: 110px;
        position: absolute;
        top: 8px;
    }

    .container-header {
        height: auto;
        min-height: 88px;
    }

    .headerTopnav ul {
        display: block;
        text-align: right;
        margin-bottom: unset;
        margin-top: unset;
    }

    .headerTopnav ul li {
        display: contents;
    }

    .headerTopnav ul li a {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        height: 60px;
        text-align: right;
        border-bottom: unset;
    }

    .container-header a.active {
        border-bottom: none;
    }

    .navbar::before, .container-fluid::before {
        content: unset;
        display: none;
    }

    .navbar::after, .container-fluid::after {
        content: unset;
        display: none;
    }

    #INP_CustomerSearch {
        margin-top: 1rem;
        margin-bottom: 1rem;
        max-width: unset;
    }

    .has-search {
        margin-top: 2rem;
        z-index: 0;
    }

    .has-search img {
        padding-top: 1.8rem;
    }

    #logoBar {
        top: 1rem;
        left: 0;
        z-index: 0;
    }

    .heading-loginBtn {
        width: unset;
        height: 70px;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .container-header ul {
        position: relative;
        width: auto;
        padding: 1rem;
        border: 1px solid #CBC9C9;
        float: right;
        border-radius: 2px;
        display: flow-root;
        margin-right: unset;
        top: -16px;
    }

    .container-header .collapsing{
        transition: none;
        -webkit-transition: none;
    }

    #navbarCollapse {
        padding-right: 14px;
    }

    .heading-loginBtn.active {
        color: #58deb9 !important;
        font-family: "NunitoSans Bold";
    }

}

@media (min-width: 1200px) {
    .container-header {
        padding: 0 32px;
    }

    #navbarCollapse {
        padding-left: unset;
    }

    .heading-loginBtn {
        width: 115px;
    }
}