.redi-setting-header {
    background-color: #D9D9D9;
}
.redi-setting-header h3{
    margin: unset;
    padding: 1em 10px;
}
.redi-setting-body{
    background-color: #F2F2F2;
    padding-left: 10px;
    padding-top: 0;
}
.redi-setting-body iframe{
    margin: 20px 45px 20px 0;
}
.redi-setting-body p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
}
.redi-body-button{
    display: flex;
    padding-right: 20px;
    padding-top: 50px;
    justify-content: end;
    max-width: 1185px;
}
.redi-body-button a{
    background-color: #2271b1;
    max-width: 95px;
    padding: 10px 25px;
    color: #fff;
    text-decoration: unset;
    margin-right: 20px;
    border: 1px solid #2271b1;
}
.addapi_key_message {
    padding-top: 10px;
}
.redi-setting-body .error_validation_message{
    color: red;
    padding-left: 48px;
    padding-top: 10px;
}
.redi-body-button input {
    border: 0;
    border: 1px solid #2271b1;
    background-color: #2271b1;
    max-width: 95px;
    padding: 10px 25px;
    cursor: pointer;
    color: #fff;
    margin-left: 20px;
}
.redi-body-button input:disabled {
    background-color: #2271b1a3;
}

.redi-body-button input:hover, .redi-body-button a:hover {
    background-color: #fff;
    color: #2271b1;
}
.redi-body-form-inputs label, .redi-setting-body .error_validation_message {
    font-size: 15px;
    font-weight: 500;
}
.redi-body-form-inputs input[type=email], .redi-body-form-inputs input[type=text] {
    min-width: 304px;
    min-height: 40px;
    border-radius: 0;
}

.redi-body-form-inputs .consent {
    display: block;
    margin-top: 20px;
    padding-left: 41px;
}

.redi-setting-body .spinner_ctm {
    width: 34px;
    height: 34px;
    background: transparent;
    box-sizing: border-box;
    border-top: 4px solid #2271b1;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 100%;
    animation: spin 0.6s ease-out infinite;
    visibility: visible;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1500px) {
    .redi-setting-body iframe {
        width: 450px;
        height: 255px;
    }
}

@media only screen and (max-width: 991px){
    .redi-setting-body iframe {
        width: 360px;
        height: 203px;
        margin-right: 0;
    }
}