/*
Landing Page
*/
@media (min-width: 992px) {
    body.order-landing #content-area {
        /*background: url('/img/Hero-Image-2.2.svg') no-repeat center top;*/
        background-size: contain;
    }
}

/*
Signup Styles
*/
.signup-page-title {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1.5em;
    line-height: 70px;
    color: #3b3b3b;
    line-height: 2em;
}
.signup-page-title-description {
    color: #333333;
    font-family: 'Muli';
    font-weight: 600;
    color: #3b3b3b;
    font-size: 1em;
    line-height: 1.5em;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; }
.toggle.ios .toggle-handle { border-radius: 20rem; }

.card-outofcoverage-icon {
    background: url('/img/outofcoverage.png');
    background-repeat: no-repeat;
    background-position: center;
}
.card-outofcoverage-icon:last-child {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
h4 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1.2em;
    color: #3b3b3b;
}
p {
    font-family: 'Muli';
    font-weight: 600;
    font-size: 1em;
    color: #707070;
}
.card-save-order-reason {
    cursor: pointer;
}
.ui-datepicker {
    z-index: 9000000000 !important;
}
body.modal-open.swal2-shown {
    padding-right: 17px !important;
}
@media (max-width: 990px) {
    .card-save-order-reason .card-body {
        padding: 1rem .5rem;
    }
    .card-save-order-reason h5 {
        font-size: 1rem;
    }
}

/*
Password strength
*/
#personal-password-wrap {}
#personal-password-wrap .progress {

}
#personal-password-wrap .progress .progress-bar {
    transition: width 0.5s ease-in 0s;
}
#personal-password-wrap #personal-password-suggestion {}

/*
Landing Open Map
*/
#landing-button-open-map {
    background: none;
    border: none;
    font-size: 1.5em;
    position: absolute;
    right: 25px;
    top: 0;
    color: #91cf85;
    outline: none;
}

/*
Map
*/
#succeed-landing-map {
    width: 100%;
    height: 30em;
    display: block;
}
#succeed-map-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    cursor: pointer;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 32px;
}
#modal-landing-map .modal-header {
    display: none;
}
#modal-landing-map .modal-body {
    padding: 0;
}

/*
Show/Hide Password
*/
#actions-toggle-password {
    background: none;
    border: none;
    outline: none;
    font-size: 1.3em;
    position: absolute;
    top: 36px;
    right: 25px;
    color: #717171;
}


button[data-id="address_county"] {
    background-color: #fff !important;
    border-radius: .25rem;
    outline: none !important;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}
button[data-id="address_county"] .filter-option-inner-inner {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    color: #495057 !important;
}

#toggle-detailed-address-info {
    text-decoration: none !important;
}
