@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');

body, html {
    font-family: 'Roboto', sans-serif;
    color: #193847;
}
.modal-backdrop {
    background: #00000030!important;
}
button.close {
    background: transparent;
    border: 0;
    font-size: 30px;
    padding: 0;
    margin-top: -15px;
    margin-bottom: -10px;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 2px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #fb6100;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}
.modal-title-custom {
    margin-bottom: 20px;
    font-weight: bold;
}
.table>:not(:first-child) {
    border-top: none!important;
}
.header {
    margin: 30px 0;
    text-align: center;
    border-bottom: 1px solid #fb61003d;
    padding-bottom: 20px;
}
.header .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.title-number-table {
    color: #fb6100;
    text-align: center;
    font-size: 20px;
}

.title-number-table span {
    font-weight: bold;
    display: block;
    font-size: 40px;
}

.content-page .info {
    text-align: center;
    font-size: 17px;
    margin: 40px;
}

label.col-form-label {
    font-size: 15px;
    margin-bottom: -3px;
    font-weight: bold;
}

.form-control {
    border-radius: 3px;
    border-color: gainsboro;
}

.form-group {
    margin-bottom: 10px;
}

button.btn-auth {
    border-radius: 100px;
    border: 1px solid #fb6100;
    background: #fb6100;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    width: 150px;
    margin-top: 15px;
}

a.remember-link {
    text-decoration: none;
    color: #005179;
    display: block;
    margin-top: 30px;
}

.title-page_ {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
footer.footer {
    text-align: center;
    margin-top: 100px;
    border-top: 1px solid gainsboro;
    padding: 10px;
}

footer.footer a {
    color: #383838;
    text-decoration: none;
    font-size: 15px;
    margin: 0 15px;
}

.order-price {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.modal-xxl {
    max-width: 100%!important;
}
.pac-container {
    z-index: 9999!important;
}
