@import url('../fonts/fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
    --hm_pri_color: #004270;
    --hm_text_color: #555555;
    --hm_grn: #13A085;
    --hm_border_color: #999999;
    --hm_bg_light: #EFEFEF;
    --hm_red_text: #BD202A;
    --hm_info_text: #00bfff;
}

.pointer {
    cursor: pointer;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: var(--hm_text_color);
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Myriad Pro Regular';
}

a {
    text-decoration: none
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#cellPhone_alert {
    width: 95%;
    text-align: center;
    margin: 0 auto 15px;
    padding: 7px;
}

.button_right {
    float: right;
}

.logo {
    max-width: 120px;
    width: 120px;
    display: block;
}

.title {
    color: var(--hm_pri_color);
    font-size: 24px;
    font-family: 'Myriad Pro Bold';
}

.ws_box {
    border-radius: 20px;
    padding: 12px;
    text-align: center;
}

/* .wash_stats {
    display: flex;
    flex-wrap: wrap;
} */
.wash_stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.main_wrap {
    min-height: calc(100vh - 66px);
    position: relative;
    padding: 0 10px;
}

.ws_box:nth-child(odd) {
    margin-right: 5px;
}

.ws_box:nth-child(even) {
    margin-left: 5px;
}

.ws_date {
    font-size: 3rem;
    color: var(--hm_pri_color);
    margin-bottom: 15px;
    font-family: 'Myriad Pro Bold';
    line-height: 3.5rem;
}

.hm_link_list li {
    background-image: url('../images/blue_arw.svg');
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: center left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hm_link_list li a {
    color: var(--hm_text_color);
}

.hm_link_list li a:hover {
    color: var(--hm_pri_color);
}

.navbar-nav li {
    background-image: url('../images/blue_arw.svg');
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--hm_border_color);
    padding-left: 40px;
    background-position: center left;
    padding-top: 15px;
    padding-bottom: 15px;
}

textarea.form-control {
    min-height: 230px;
}

.form-control {
    border-radius: 20px;
    border-color: var(--hm_border_color);
    height: 64px;
    padding: 22px 22px 22px 25px;
}

.btn {
    height: 64px;
    min-width: 162px;
}

.confirm.btn {
    height: 47px;
    min-width: 122px;
}

.grn_btn {
    border-radius: 20px;
    background-color: var(--hm_grn);
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.sec_btn {
    border-radius: 20px;
    background-color: var(--hm_bg_light);
    color: var(--hm_text_color);
    border-color: var(--hm_border_color);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.logout_btn {
    border-radius: 20px;
    background-color: var(--hm_info_text);
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item .logout_btn a.nav-link {
    color: white;
}

.nav-item .logout_btn a.nav-link:hover {
    color: white;
}

.logout_btn:hover,
.logout_btn:focus {
    background-color: var(--hm_pri_color);
    color: white;
}

.grn_btn:hover,
.grn_btn:focus {
    background-color: var(--hm_pri_color);
    color: white;
}

.sec_btn:hover,
.sec_btn:focus {
    background-color: var(--hm_border_color);
    color: white;
}

.form_btns {
    display: flex;
    justify-content: space-between;
}

.foot_links a {
    display: inline-block;
}

.foot_links {
    text-align: center;
}

.foot_links a,
.foot_links div.btntAndC {
    color: var(--hm_text_color);
    margin: 5px 0;
    padding: 0 5px;
    display: inline-block;
}

.foot_links a:hover {
    color: var(--hm_pri_color);
}

.foot_links {
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 0;
}

.foot_links a:first-child {
    border-right: 1px solid var(--hm_border_color);
}

.error_msg {
    font-size: 18px;
    color: var(--hm_red_text);
}

.history_list li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
}

.history_list li a,
.history_list li a:not([href]):not([class]) {
    color: var(--hm_text_color);
}

.history_list li a:hover {
    color: var(--hm_pri_color);
}

.history_list li span {
    display: block;
}

.home_bg {
    background-image: url("../images/ptrn_bg.png");
    background-repeat: repeat-x;
    background-position: top;
}

.navbar>.container.hide,
.hide {
    display: none !important;
}

.error {
    color: #ff0000;
}

label.error {
    margin-left: 11px;
    margin-bottom: 21px;
}

ul.history_list {
    max-height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: auto;
}

.form_btns .btn-dark {
    height: 50px;
    width: 140px;
    font-size: 14px;
    border-radius: 10px
}

.form_btns .btn-dark:hover {
    background-color: var(--hm_pri_color) !important;
}

.bcode_box {
    width: 100%;
    max-width: 204px;
    margin: 25px auto;
    padding: 15px;
    border-radius: 10px;
}

.dropdown-menu.show {
    display: block;
    width: 100%;
    border-radius: 20px;
    max-width: 776px;
    border-color: var(--hm_border_color);
    padding: 15px;
}

.dropdown-menu li {
    border-top: 1px solid #dedede;
}

.dropdown-menu li a {
    padding: 8px;
}

.dropdown-menu li:first-child {
    border-top: none;
}

.dropdown .btn {
    text-align: left;
}

.dropdown .btn::after {
    text-align: left;
}

.dropdown-toggle::after {
    right: 20px;
    position: absolute;
    top: 30px;
}

iframe {
    width: 100%;
    height: 65px !important;
}

#tAndC .modal-dialog {
    max-width: 620px;
}

.btntAndC {
    display: contents;
    cursor: pointer;
}

.btntAndC:hover {
    color: var(--hm_pri_color);
}


/*--17jan--*/
.barcode_sec h4 {
    font-size: 1.2rem;
}

.change_plan_drop a.dropdown-item {
    padding: 10px;
    white-space: normal;
}

.dropdown .form-control {
    padding: 5px 22px 5px 15px;
    white-space: normal;
    overflow: hidden;
}

.membership_card {
    border-radius: 15px;
    padding: 0rem;
    margin-bottom: 40px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}

/*
    .membership_card:hover {
        border: 2px solid #13A085;
    }*/

.limit_desc {
    padding-bottom: 30px;
}

.limit_desc p {
    margin-top: 0;
    margin-bottom: 5px;
}

.DashboardunlimitedMembershipPlanSection .member_link {
    color: #72bcff;
    text-decoration: underline;
}

.divChoosmembership_border {
    border: 2px solid #13A085 !important;
}

/*.divListChoosmembership {
    overflow-y: scroll;
    max-height: 500px;
}*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #13a085;
    border-radius: 10px;
}

form_btn_exp .btn {
    height: 64px;
    max-width: 162px;
    width: 100%;
}

.form_btn_exp iframe {
    height: 80px !important;
}

/*#secure-payment-field-wrapper {
    border-right: 1px solid #b9bfd1 !important;
    border-radius: 18px !important;
}*/
.margin_bottom_current_plann {
    margin-bottom: -2px
}

.viewHistoryBackButton {
    margin-bottom: 20px;
    margin-top: 20px;
}

.logo img {
    max-height: 40px;
}

/*.img_logo {
    vertical-align: middle;
    margin-right: auto;
}
.img_center {
    margin-left: auto;
}*/

.modal-dialog-scrollable .modal-body {
    scrollbar-width: thin;
}

.icon_hover:hover {
    color: blue !important;
    cursor: pointer;
}

/* Header : Hamburger Menu */
.portal_link_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.portal_link_header .dropdown-toggle::after {
    content: none;
}

.portal_link_header .dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
    width: fit-content;
}

/* Footer image width */
.bcode_box img.imgfooter {
    max-width: 170px;
}

.divListChoosmembership p.card-text,
.divListChoosmembershipPrimary p.card-text {
    margin-bottom: 4px;
}

.inactive-account {
    background: #f5d8da;
    border: 2px solid #a96065;
    color: #831f26;
    font-weight: 500;
}

.fa-trash {
    font-size: 1.5rem;
}

.inactive-text {
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 1rem;
}


.slideThree {
    width: 80px;
    height: 26px;
    background: #333;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree:after {
    content: 'NO';
    color: #fcfff4;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.slideThree:before {
    content: 'YES';
    color: #27ae60;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
}

.slideThree label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.slideThree input[type=checkbox] {
    visibility: hidden;
}

.slideThree input[type=checkbox]:checked+label {
    left: 43px;
}

.inactivetoggle {
    float: left;
}

.remove-btn {
    height: 36px !important;
    min-width: 55px !important;
}

.hm_link_list li.liUpdateCC_alert {
    background-image: url(../images/red_alert.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: center left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hm_link_list li.liUpdateCC_alert a {
    color: #bd202a;
}

.updateCardWarning-Message {
    color: #bd202a;
    display: none;
}

.inactive_renewwal_date_stats {
    color: #831f26;
    border: 2px solid #a96065;
    background: #fed5da;
}

.pnonrecInactiveAccountExpiry {
    color: #bd202a;
}

#sPostalCode {
    letter-spacing: 0.35rem;
    border: 1px solid #b9bfd1;
    border-radius: 19px !important;
    margin-bottom: 10px;
    width: 100%;
    height: 57px !important;
    box-sizing: border-box;
    font-size: 15px !important;
    outline: none;
    color: #363636 !important;
    background-color: #ffffff !important;
    padding: 0.375rem 0.75rem;
}

.accordion-button {
    color: var(--hm_text_color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    /* border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); */
}

.accordion-button::after {
    background-image: url('../images/blue_arw.svg');
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: center left;
    padding-top: 15px;
    padding-bottom: 15px;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    background-size: inherit;
    transition: var(--bs-accordion-btn-icon-transition);
    margin-left: 0 !important;
    margin-right: 0.0e;
    order: -1;

}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/blue_arw_down.svg');
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: center left;
    padding-top: 15px;
    padding-bottom: 15px;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    background-size: inherit;
    transform: none;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-list-group-color);
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.history_list.list-group-item{ 
    font-size: 14px;
}
.history_list{
    padding-left: 20px;
    padding-right: 20px;
}

#sPostalCode, #expDate-payment-form-2 {
    letter-spacing: 0.35rem;
    border: 1px solid #b9bfd1;
    border-radius: 19px !important;
    margin-bottom: 10px;
    width: 100%;
    height: 57px !important;
    box-sizing: border-box;
    font-size: 15px !important;
    outline: none;
    color: #363636 !important;
    background-color: #ffffff !important;
    padding: 0.375rem 0.75rem;
}
iframe {
border: none;
height: 57px;
}

.cardknoxbutton{
    background: #13a085 !important;
    width: 100% !important;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    color:#fff;
    height: 64px;
    line-height: 1.5;
    max-width: 172px;
    right: 0;
}

.ml_loader img{
    width: 50px;
}
#pay_button {
    background: #13a085 !important;
    width: 100% !important;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    color: #fff;
    height: 64px;
    line-height: 1.5;
    max-width: 172px;
    right: 0;
}