@import "fonts.css";
@import "inputs.css";

* {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.wrapped-index {
    width: 100%;
    background-color: #666;
    padding: 38px 160px;
}

.wrapped {
    width: 100%;
    background-color: #ebebeb;
}

.content-index {
    width: 100%;
    position: relative;
}

div.container-index {
    /* min-height: 100vh; */
    padding: 24px 0;
    border-radius: calc(0.625rem + 4px);
    background-color: #fff;
}

.content {
    background: #fff;
    padding: 0 50px;
    position: relative;
    min-width: 1000px;
}

.content::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ebebeb;
}

body {
    color: black;
    background-color: #ebebeb;
    font-family: "Roboto-Regular", sans-serif;
}

body.pdf .content::before {
    display: none;
}

body.pdf .gray-line {
    display: none;
}

body.pdf .content {
    padding: 0 15px;
}

body.pdf {
    background-color: transparent;
}

.scw > article div label {
    color: #666666;
    text-transform: uppercase;
}

.logo {
    width: 215px;
}

.btn {
    height: 40px;
    width: 85px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
}

.btn-next {
    background-color: black;
    color: #fff;
    border: 1px solid #fff;
}

.btn-next:hover,
.btn-next:focus,
.btn-next:active {
    color: #fff;
}

.btn-back {
    background-color: white;
    color: black;
    border: 1px solid #fff;
}

.btn-back:hover,
.btn-back:focus,
.btn-back:active {
    border: 1px solid #fff;
}

@media (min-width: 768px) {
    div.container {
        width: 1000px;
        min-width: 1000px;
    }
}

@media (min-width: 720px) and (max-width: 767px) {
    .wrapped-index {
        padding: 15px;
    }
}

@media (min-width: 425px) and (max-width: 524px) {
    .wrapped-index {
        padding: 9px;
    }
}

@media (min-width: 375px) and (max-width: 424px) {
    .wrapped-index {
        padding: 5px;
    }
}

.gray-line {
    height: 20px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.gray-line::before {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    background-color: #ebebeb;
    width: calc(100% + 120px);
    left: -60px;
    top: calc(50% - 10px);
}

.footer {
    height: 30px;
    width: 100%;
    background-color: #ebebeb;
}

.gray-divider {
    height: 0px;
    width: 100%;
    position: relative;
    background-color: #ebebeb;
    margin-top: 40px;
    margin-bottom: 40px;
}

.gray-divider::before {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    background-color: #ebebeb;
    width: calc(100% + 120px);
    left: -60px;
    top: calc(50% - 10px);
}

.section-title {
    font-size: 16px;
    margin: 20px 0;
    margin-bottom: 10px;
    color: black;
    text-align: left;
    font-weight: bolder;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    border: 3px solid black;
}

.section-title-spa {
    font-size: 20px;
    margin: 0 0 40px 0;
    text-align: left;
    font-weight: bolder;
}

.space-bottom {
    margin-bottom: 30px;
}

.wrapped-area {
    overflow-y: scroll;
    text-transform: uppercase;
    padding: 24px;
    max-height: 330px;
    letter-spacing: 1px;
}

.wrapped-area-2 {
    overflow-y: scroll;
    text-transform: uppercase;
    padding: 5px 5px 5px 15px;
    max-height: auto;
    letter-spacing: 1px;
}

.sub-title {
    font-size: 15px;
    border-bottom: 2px solid black;
    margin: 10px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-content {
    margin-bottom: 5px;
}

.section-content > article {
    page-break-inside: avoid;
    margin-bottom: 20px;
}

strong {
    font-family: "Poppins", sans-serif;
}

.radio-inline input[type="radio"] {
    margin-left: -16px;
}

.radio-label {
    cursor: pointer;
}
