.attain-data-invalid input:required:invalid,
.attain-data-invalid textarea:required:invalid {
    background: #ffc5c5!important
}

.attain-data-invalid input[type=checkbox]:required:invalid+span {
    color: red!important
}

.attain-data-invalid select:required:invalid {
    border: 2px solid red!important
}

.attain-data-invalid input:required:valid {
    background: #95e0ad!important
}

.attain-data-invalid input[type=checkbox]:required:valid+span {
    color: #0a0a0a!important
}

.attain-data-invalid textarea:required:valid {
    background: #95e0ad!important
}

.attain-data-invalid select:required:valid {
    border: 2px solid #95e0ad!important
}

.attain-data-callout {
    padding: 1rem;
    margin: 1rem 0;
    text-align: center;
    clear: both;
}

.attain-data-callout.warning {
    background-color: #ffcdcd
}

.attain-data-callout.success {
    background-color: #cfffcf
}

.swal2-modal.attain-data-loading-swal {
    overflow: hidden;
    min-height: 150px
}

.swal2-modal.attain-data-loading-swal .swal2-title {
    color: #fff
}

.swal2-modal.attain-data-loading-swal .spinner {
    -webkit-animation: attainData-rotate 2s linear infinite;
    animation: attainData-rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 10px 0 0 -25px;
    width: 50px;
    height: 50px
}

.swal2-modal.attain-data-loading-swal .spinner .path {
    stroke: #fff;
    stroke-linecap: round;
    -webkit-animation: attain-data-dash 1.5s ease-in-out infinite;
    animation: attain-data-dash 1.5s ease-in-out infinite
}

.attain-data-recaptcha-swal #recaptcha>div {
    overflow: hidden
}

.attain-data-recaptchaMsg {
    color: #000;
    background: rgba(255, 255, 255, .7);
    padding: 5px 8px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    position: relative;
    top: -5px
}

.adc-rcM-sm {
    display: none
}

.attain-data-optIn-holder {
    border: 2px solid #3e3e3e;
    margin: 1.25em 0;
    padding: 1em;
    clear: both;
    text-align: left;
}

.attain-data-optIn-checkbox {
    position: absolute;
    opacity: 0
}

.attain-data-optIn-info {
    color: #bfbfbf;
    margin-bottom: 1rem;
    clear: both;
    text-align: left;
}

.attain-data-optIn-checkbox+label {
    margin: 0;
    position: relative;
    cursor: pointer;
    padding: 0
}

.attain-data-optIn-checkbox+label:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 4px
}

.attain-data-optIn-checkbox:hover+label:before {
    background: #3e3e3e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.attain-data-optIn-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .12)
}

.attain-data-optIn-checkbox:checked+label:before {
    background: #3e3e3e
}

.attain-data-optIn-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.attain-data-optIn-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

.attain-data-optIn-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:768px) {
    .adc-rcM-sm {
        display: inline
    }
    .adc-rcM-lg {
        display: none
    }
}

@media screen and (max-width:575px) {
    .attain-data-recaptcha-swal #rc-imageselect,
    .attain-data-recaptcha-swal #recaptcha {
        transform: scale(.77);
        -webkit-transform: scale(.77);
        transform-origin: center center;
        -webkit-transform-origin: center center
    }
    .attain-data-recaptchaMsg {
        font-size: 10px;
        padding: 5px 7px;
        top: 5px
    }
}

@-webkit-keyframes attain-data-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes attain-data-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes attain-data-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

@keyframes attain-data-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

body.swal2-iosfix {
    position: initial!important;
}