.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;
    }
}

*{box-sizing:border-box;margin:0;padding:0;}
.rr_setting_page h2{background:#1b335f;padding:10px 15px!important;display:block;color:#fff;font-size: 17px !important;}
.rr_setting_page table.form-table{background:#fff;border-spacing:0!important;box-shadow:0px 0px 5px 0px rgb(0 0 0 / 35%);margin-top:20px;width:100%!important;}
.rr_setting_page table.form-table th:nth-child(1){width: 25%!important;padding:0;}
.rr_setting_page table.form-table td:nth-child(3){width:75%!important;margin-left:auto;padding:0;}
.rr_setting_page table.form-table td:nth-child(2){width:75%!important;padding:0 0;margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:12px;    margin-left: auto;}
.rr_setting_page table.form-table tbody{}
.rr_setting_page table.form-table tbody tr{display:flex;align-items:flex-start;flex-wrap:wrap;padding: 10px 15px;width:100%!important;}
.rr_setting_page table.form-table input[type=checkbox]::before{background:#b7b7b7;width:50px!important;border-radius:30px;height:22px!important;content:""!important;display:flex!important;align-items:center;margin:0!important;border:1px solid #b7b7b7!important;}
.rr_setting_page table.form-table input[type=checkbox]::after{background:white;width:20px;height:20px;display:block;content:"";border-radius:50%;z-index:1;position:absolute;left:3px;top:2px;transition:all 0.5s ease;}
.rr_setting_page table.form-table input[type=checkbox]{position:relative;width:50px!important;border-radius:30px;height:22px!important;border:0!important;outline:0!important;margin:0!important;}
.rr_setting_page table.form-table input[type=checkbox]:checked:after{left:29px;}
.rr_setting_page table.form-table td:nth-child(2) select{border:1px solid #c1c1c1;border-radius:0px!important;width:100%;outline:0!important;box-shadow:none!important;max-width:100%;min-height:38px;margin: 0;}
.rr_setting_page table.form-table input[type=checkbox]:checked:before{background: #2271b1;border: 1px solid #2271b1 !important;}
.rr_setting_page table.form-table td:nth-child(2) input{border:1px solid #c1c1c1;border-radius:0px!important;width:100%;outline:0!important;box-shadow:none!important;min-height:38px;}
.rr_setting_page input{border:1px solid #c1c1c1;border-radius:0px!important;width:100%;outline:0!important;box-shadow:none!important;min-height:38px;}
.rr_setting_page table.form-table td:nth-child(2) input:invalid { border: 1px solid red;}
.rr_setting_page form label {
    
    font-weight: 600;
    text-shadow: none;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 1.3;
}
.rr_setting_page .button-primary, .rr_setting_page .button-secondary {
    background: #1b335f;
    border-color: #1b335f;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
	color: #fff;
    font-size: 14px;
    transition: 0.4s all ease;
}
.rr_setting_page textarea{border:1px solid #c1c1c1;border-radius:0px!important;width:100%;outline:0!important;box-shadow:none!important;}
.rr_setting_page iframe{width:100%;}
.rr_setting_page .postbox h3{background:#1b335f;padding:10px 15px!important;display:block;color:#fff;}
.rr_setting_page .postbox .inside{margin:0;padding:15px;}
.rr_setting_page .postbox .inside p{font-size:15px;}
.rr_setting_page .postbox .inside p a{color:#2271b1;}
.rr_setting_page .form-table.redi_working_time td:nth-child(2){width:33.33%!important;padding:0 10px;}
.rr_setting_page .form-table.redi_working_time td:nth-child(3){width:33.33%!important;padding:0 10px;}
.rr_setting_page .form-table.redi_working_time tr:first-child td:nth-child(2) {
    width: 33.33% !important;
    padding: 15px 10px;
}

.rr_setting_page .form-table.redi_working_time tr:first-child td:nth-child(3) {
    width: 33.33% !important;
    padding: 15px 10px;
}

.rr_setting_page .form-table.redi_working_time input[type="text"]{border:1px solid #c1c1c1;border-radius:0px!important;width:100%;outline:0!important;box-shadow:none!important;min-height:38px;}
.rr_setting_page .form-table.redi_working_time tbody tr:nth-child(1) td{font-size:16px;font-weight:600;color:#fff;padding: 15px 10px;width: 33.33%;}
.rr_setting_page .form-table.redi_working_time tbody tr:nth-child(1){background:#1b335f;}
.rr_setting_page table.form-table.redi_custom_fields th:nth-child(1){width:20%!important;}
.rr_setting_page table.form-table.redi_custom_fields th:nth-child(2){width:20%;}
.rr_setting_page table.form-table.redi_custom_fields th:nth-child(3){width:12%;}
.rr_setting_page table.form-table.redi_custom_fields th:nth-child(4){width:9%;}
.rr_setting_page table.form-table.redi_custom_fields th:nth-child(5){width:9%;}
.rr_setting_page table.form-table.redi_custom_fields th:nth-child(6){width:20%;}
.rr_setting_page table.form-table.redi_custom_fields th:nth-child(7){width:10%;}
.rr_setting_page table.form-table.redi_custom_fields td:nth-child(1){width:20%!important;}
.rr_setting_page table.form-table.redi_custom_fields td:nth-child(2){width:20%!important;}
.rr_setting_page table.form-table.redi_custom_fields td:nth-child(3){width:12%!important;}
.rr_setting_page table.form-table.redi_custom_fields td:nth-child(4){width:9%!important;}
.rr_setting_page table.form-table.redi_custom_fields td:nth-child(5){width:9%!important;}
.rr_setting_page table.form-table.redi_custom_fields td:nth-child(6){width:20%!important;}
.rr_setting_page table.form-table.redi_custom_fields td:nth-child(7){width:10%!important;}
.rr_setting_page table.form-table.redi_custom_fields thead{background:#1b335f;}
.rr_setting_page table.form-table.redi_custom_fields thead tr{display:flex;align-items:center;justify-content:flex-start;padding:10px 20px;/*flex-wrap:wrap;*/}
.rr_setting_page table.form-table.redi_custom_fields thead tr th{padding:5px 10px;width:auto;color:#fff; min-width: 103px;}
.rr_setting_page table.form-table.redi_custom_fields tr{align-items:center;}
.rr_setting_page table.form-table.redi_custom_fields tr td{margin:0;padding:15px 10px!important;display:flex;align-items:center;}
.rr_setting_page table.form-table.redi_custom_fields tr td input{border:1px solid #c1c1c1;border-radius:0px!important;width:100% !important;outline:0!important;box-shadow:none!important;min-height:38px;}
.rr_setting_page table.form-table.redi_custom_fields tr td  select{border:1px solid #c1c1c1;border-radius:0px!important;width:100% !important;outline:0!important;box-shadow:none!important;min-height:38px;margin:0!important;}

.rr_setting_page .form-wrap p, .rr_setting_page p.description {
    font-size: 14px;
    line-height: 26px;
}
.rr_setting_page table.form-table.redi_working_time tr th:nth-child(1) {
    width: 33.33%!important;
}

.rr_setting_page  .wp-core-ui .button-primary {
    background: #1b335f;
    border-color: #1b335f;
}


.redi-admin-parent {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 7px;
}

.redi-admin-parent .redi-admin-right {
    margin-top: 0;
     padding-left: 15px;
}

.redi-admin-parent .tab_wrap {
    float: left;
    width: 70%;
    min-width: 70%;
}

.redi-admin-left .table_wrapper {
    overflow: auto;
}

@media(max-width:1600px){
    .rr_setting_page table.form-table.redi_custom_fields thead tr th{
        min-width: 82px;
    }
}

@media(max-width:1400px){
    .rr_setting_page table.form-table.redi_custom_fields thead tr th{
        min-width: 65px;
    }
}



@media only screen and (max-width: 1199px) {
.redi-admin-parent .redi-admin-right {
    width: 100%;
    padding: 0;
}
  .redi-admin-parent .tab_wrap { width: 100%; min-width: 100%;}

}


@media only screen and (max-width: 767px) {
.rr_setting_page table.form-table th:nth-child(1) {
    width: 100%!important;
    padding: 0;
        margin: 0 0 15px;
}
.rr_setting_page table.form-table td:nth-child(2) {
    width: 100%!important;    
}
.rr_setting_page table.form-table td:nth-child(3) {
    width: 100%!important; 
}

table.form-table.redi_custom_fields {
    width: 1000px !important;
}

table.form-table.redi_custom_fields tr th{
    margin-bottom: 0 !important;
}

}