.pdf-form {
    width: 100%;
    position: relative;
    z-index: 0;
}

.pdf-form-input-container {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
}

.pdf-form-header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #222121;
    margin: 40px 0px;
}

.pdf-form-input-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    background-color: #ffffff;
    z-index: 10;
    position: absolute;
    top: -8px;
    left: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

.pdf-form-input-container input {
    padding: 16px !important;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
}

.pdf-form-desc {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #222121;
    margin-bottom: 24px;
}

input.pdf-form-btn {
    width: 100%;
    background: #00ff8c;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    box-shadow: 0px 8px 24px rgba(0, 255, 140, 0.24);
}

.pdf-form-chekcbox-form-container {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #222121;
}

input[type="checkbox"] {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    border: 1px solid #000000;
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    background-color: #00ff8c;
}

input[type="checkbox"]:checked::before {
    color: #000000 !important;
    font-size: 17px;
    background-color: #00ff8c;
    height: 100%;
    width: 100%;
    padding-top: 2px;
    content: url("/wp-content/uploads/2022/08/checkbox.png");
}

.pdf-form-text-btn {
    display: table;
    margin: auto;
}

.pdf-form-higthlight-text,
.pdf-form-error-msg {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #222121;
    margin-bottom: 16px;
}

.pdf-form-error,
.pdf-form-error-msg {
    color: #C22841 !important;
}

.pdf-form-img-container {
    width: 100%;
}

.pdf-form-img-container img {
    margin: auto;
    padding: 32px;
}

.pdf-form-input-container .wpcf7-spinner {
    position: absolute;
    left: calc(50% - 40px);
    top: 18px;
}

.pdf-form-chekcbox-form-container .wpcf7-list-item {
    margin: 0px;
}

.input[type="checkbox"]:checked {
    background-color: #00FF8C;
}