@import "fonts.css";
@import "react-datepicker.css";
@import "inputs.css";

.DatePicker_wrapper .react-datepicker-wrapper {
    width: 100%;
}

.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;
    font-size: 12px;
}

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

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

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

body.pdf {
    background-color: transparent;
}

.logo {
    width: 215px;
}

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

.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% + 130px);
    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;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.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: "Roboto-Medium", sans-serif;
}

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

.radio-label {
    cursor: pointer;
}

.noResize {
    resize: none;
    overflow-y: hidden;
}

.signatureCertificateGroup * {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
}

.certificateGroup {
    border: 1px solid #1e90ff;
    border-radius: 22px;
    padding: 15px;
}

.certificateRow {
    padding-bottom: 25px;
}

.certificateWrapper {
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 1.5em;
    color: #666666;
}

.certificateWrapper > h2 {
    margin: 15px 0;
}

.documentName {
    color: #939393;
    background-color: #e5e5e5;
    font-size: 1em;
    padding: 8px;
    border-radius: 12px;
}

.custom-radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.custom-radio-inline input[type="radio"] {
    margin: 0px 6px 0px;
}

.highLigth {
    background-color: #ffff99;
}
