/* page loader styles */
.bonisoir-holiday-contest-form p,
.bonisoir-holiday-contest-form br {
    margin: 0;
    padding: 0;
    display: none;
}

.bonisoir-holiday-contest-form .form-disclaimer {
    width: 100%;
    max-width: 100%;
    display: inline-table;
    margin-top: 40px;
}

div#fsSection0 .fsFieldCell input[type="text"],
div#fsSection0 .fsFieldCell input[type="email"],
div#fsSection0 .fsFieldCell input[type="number"],
div#fsSection0 .fsFieldCell input[type="tel"] {
    border: 0;
    border-bottom: 2px solid #ddd;
    height: 48px;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    padding-bottom: 24px;
    color: #404040;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

div#fsSection0 .fsFieldCell {
    width: 100%;
    margin: 0 -10px;
}

div#fsSection0 .fsSubFieldGroup {
    width: 50%;
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

div#fsSection0 fieldset {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

div#fsSection0 fieldset .error-msg {
    bottom: 0;
}


.fsOptionLabel input[type=checkbox],
.fsOptionLabel input[type=checkbox]:before {
    top: 4px;
    flex: 0 0 16px;
    height: 16px;
    margin: 0 15px 0 0;
    border: 1px solid #ddd;
    position: absolute;
}

.fsOptionLabel input[type=checkbox]:before {
    border: none;
}

.fsOptionLabel input[type=checkbox]:checked:before {
    background-color: #252662;
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 16px;
    height: 16px;
}

.fsOptionLabel {
    -webkit-box-align: baseline;
    align-items: baseline;
    width: 100%;
}

.fsForm input:focus,
.fsValidationError {
    box-shadow: none;
}

.fsOptionLabel input[type=checkbox]:before {
    position: absolute;
    top: 0;
    height: 14px;
    background-color: #fff;
}

.fsOptionLabel input[type=checkbox]:checked {
    background: #252662;
}

input[type=checkbox]:checked::before {
    background-size: 65%;
    background-position: 50% center;
    background-repeat: no-repeat;
    border-color: rgb(89, 93, 100);
    background-color: rgb(89, 93, 100);
    background-image: url(data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%20765.2%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M960%2C233.4L468.2%2C725.1c-53.4%2C53.4-140%2C53.4-193.3%2C0L40%2C490.3c-53.4-53.4-53.4-140%2C0-193.3c53.4-53.4%2C140-53.4%2C193.3%2C0%09l138.2%2C138.2L766.6%2C40c53.4-53.4%2C140-53.4%2C193.3%2C0C1013.3%2C93.4%2C1013.3%2C180%2C960%2C233.4z%22%2F%3E%3C%2Fsvg%3E);
}

.lds-spinner {
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
}

.lds-spinner div {
    transform-origin: 40px 30px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 5px;
    height: 13px;
    border-radius: 20%;
    background: #e71c20;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgb(255 255 255 / 50%);
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 9999;
    display: none;
    left: 0;
}

/* alerts */
.success-alert,
.error-alert {
    display: none;
    position: relative;
    padding: 15px;
    margin-top: 40px;
}

.error-alert span,
.success-alert span {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.error-alert {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.success-alert {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

/* form styles */
form.fsForm {
    font-family: 'Raleway', sans-serif !important;
}

form.fsForm br {
    display: none !important;
}

.fsSection {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}

.fsRow {
    width: 50%;
    display: flex;
}

.fsRow .fsRowBody {
    display: flex;
    width: 100%;
}

.fieldset-content p {
    display: none;
}

.fsRow input {
    width: 100%;
    color: #272727;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border: 0;
    border-bottom: 2px solid #ddd;
    font-family: 'Raleway', sans-serif !important;
}

::placeholder {
    color: #272727;
    opacity: 1;
}

.fsRow .fsCell {
    position: relative;
}

.fsRow .fsCell .error-msg {
    position: absolute;
    font-size: 12px;
    line-height: 1.5;
    color: #e71c20;
    bottom: 17px;
}

.fsRow.checkboxRow .fsCell .error-msg {
    bottom: 4px;
    left: 34px;
}

.fsRow:nth-child(2n+1) .fsCell {
    margin-right: 10px;
}

.fsRow:nth-child(2n+2) .fsCell {
    margin-left: 10px;
}

.fsRow.checkboxRow {
    width: 100%;
}

.fsRow.checkboxRow .fsCell {
    margin: 0;
}

.fsRow.checkboxRow .fsCell a {
    display: inline-block;
    width: auto;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #e71c20;
}

.fsRow a {
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #e71c20;
}

.fsRow.checkboxRow legend {
    margin: 0;
    display: none;
}

.fsRow.checkboxRow label {
    margin-bottom: 20px;
    position: relative;
    padding-left: 36px;
}

.fsRow.checkboxRow input {
    appearance: none;
    margin: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 0;
    margin-right: 20px;
    padding-bottom: 0;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

.fsRow.checkboxRow input:before {
    content: "";
}

.fsRow.checkboxRow input:checked:before {
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid #e71c20;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    z-index: 99;
}

.fsSubmit {
    margin: 30px 0 40px;
}

.fsSubmit input,
.fsSubmit input:hover,
.fsSubmit input:focus {
    padding: 15px 40px;
    border: 2px solid #e71c20;
    border-radius: 40px;
    display: block;
    background: #e71c20;
    color: #fff;
    position: relative;
    outline: none;
    z-index: 1;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .fsRow {
        width: 100%;
    }

    .fsRow .fsCell {
        margin: 0 !important;
    }

    div#fsSection0 .fsSubFieldGroup {
        width: 100%;
    }

    .fsSubFieldGroup .error-msg {
        bottom: 10px;
    }
}

@media (max-width:414px) {

    .success-alert,
    .error-alert {
        padding-right: 20px;
    }
}

.fsSubFieldGroup .error-msg,
fieldset .error-msg {
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #e71c20;
    position: absolute;
    bottom: 10px;
}

fieldset input {
    appearance: none;
    margin: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 0;
    margin-right: 20px;
    padding-bottom: 0;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

fieldset label {
    margin-bottom: 20px;
    position: relative;
    padding-left: 36px;
}

.fsSubmitButton {
    font-weight: 700 !important;
}