@import "./header.css";
@import "./video.css";
@import "./company.css";
@import "./practice.css";
@import "./benefits.css";
@import "./regions.css";
@import "./application.css";
@import "./footer.css";
@import "./modal.css";

body {
    font-family: "Roboto", sans-serif;
    padding-top: 80px;
    color: #121619;
}

.yellow-bg {
    background-color: #939e59 !important;
}

.yellow-bg:hover {
    background-color: #fff !important;
    color: #939e59 !important;
}

.accept-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #E2BC00;
    border-radius: 50%;
    margin-right: 18px;
    flex-shrink: 0;
}

.accept-icon img {
    width: 12px !important;
    height: 12px !important;
    max-width: 12px;
    max-height: 12px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.form-check-input[type=radio],
.form-check-input[type=checkbox] {
    background: #fff !important;
}

.form-check-input[type=checkbox] {
    border-radius: 50%;
}

.form-check-input[type=radio]:checked {
    border: 4px solid #121619 !important;
}

.form-check-input[type=checkbox]:checked {
    border: 4px solid #121619 !important;
}
