.modal .modal-header * {
    font-size: 2rem !important;
}

* {
    font-size: 15px !important;
}

.fa-street-view {
    color: #ffffff;
    position: absolute;
    top: 15px;
    right: 5px;
}

.manage-data #Address {
    padding-right: 40px;
    margin-bottom: 0;
}

#map-container {
    min-height: 500px;
}

.mapboxgl-ctrl {
    display: none !important;
}

.mapboxgl-canvas {
    cursor: pointer;
}

.mapbox-marker-red, .mapbox-marker-blue {
    width: 35px;
    height: 45px;
}

.mapbox-marker-red {
    background-image: url('../../images/location-red.svg');
}

.mapbox-marker-blue {
    background-image: url('../../images/location-blue.svg');
}

#phone-label {
    position: absolute;
    bottom: 1px;
    padding: 5px;
    color: #6c757d;
    left: 0;
}

#phone-label+input {
    padding-left: 35px;
}

.algolia-places .ap-footer {
    display: none;
}

.algolia-places .ap-name {
    color: #000000;
}

.login-form-box.verify-phone label {
    font-size: 22px;
}

input {
    width: 100% !important;
}

.btn-group .btn {
    width: 50%;
}

.btn.btn-outline-primary {
    background: transparent !important;
    color: #CCCCCC !important;
    border-color: #CCCCCC !important;
    text-transform: uppercase;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.active {
    background: #cccccc !important;
    color: #000000 !important;
}

.btn.btn-outline-primary:focus {
    box-shadow: none !important;
}

a,
.btn-link {
    color: #CCCCCC !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

a:hover,
.btn-link:hover {
    text-decoration: none;
    color: #000000 !important;
}

.form-group label,
.form-check label {
    color: #CCCCCC;
    min-height: initial !important;
    margin-bottom: 0;
    text-transform: uppercase;
}

input[type=checkbox] {
    width: unset !important;
    vertical-align: middle;
    transform: scale(1.3);
}

.logo-login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.manage-data > div {
    max-width: 400px;
    margin: 10px auto;
}

.form-group,
.btn-group,
button,
.logo-login img{
    max-width: 400px;
}

.error,
.text-green {
    color: white;
    border: 1px solid #595959;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}

.error {
    background: red;
}

.success {
    background: #29B01C;
}

.open-terms-modal,
.open-sd-modal {
    color: #007bff !important;
}

.modal .modal-header h2 {
    text-align: left;
}

.modal .modal-header .close {
    padding-top: 1.4rem;
}

.terms-modal .modal-body,
.sd-modal .modal-body {
    max-height: 500px;
    overflow-y: auto;
    text-align: left;
}

.modal-body ul li {
    margin-bottom: .5rem;
    margin-left: 45px
}

.modal-body h3 {
    font-size: 1.2rem !important;
}

.modal-body h2 {
    font-size: 1.3rem !important;
}

.modal h1 {
    font-size: 2rem !important;
}

.form-group-center {
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group-center input {
    margin-top: .35rem;
}

.form-check-label {
    text-align: left;
}

.modal-body a,
a[href^="tel:"],
a[href^="mailto:"] {
    text-decoration: none !important;
    color: inherit !important;
    font-size: inherit !important;
}