/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.hide {
    display: none !important;
}

.tpul__plugin-reviews{
    padding-top: 47px;
}
.tpul__plugin-reviews div{
    padding-bottom: 10px;
}

.tpul_admin_button{
    min-width: 140px;
}

.tpul_table_small td{
    padding: 3px;
}


.tpul_admin_form{
    background: white;
    padding: 20px;
    margin-top: 25px;
    border-radius: 5px;
    border: 1px solid #ddd;
    max-width: 1218px;
}

.tpul_admin_form tbody > tr{
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(240, 240, 241, 0.5);
    padding: 5px 13px !important;
    display: block;
    border-bottom: none;
}
.tpul_admin_form tbody > tr:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.tpul_admin_form tbody > tr:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tpul_admin_form tbody > tr:last-child{
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.tpul_settings_section_header_parent{
    margin-top: 28px;
}
.tpul_settings_section_header{

}

.tpul_pl_5{
    padding-left: 5px;
}

.tpul_plr_5{
    padding-left: 5px;
    padding-right: 5px;
}

.tpul_pb_5{
    padding-bottom: 5px;
}

.tpul_pb_10{
    padding-bottom: 10px;
}

.tpul_pb_15{
    padding-bottom: 15px;
}


.tpul_pt_5{
    padding-top: 5px;
}
.tpul_pt_10{
    padding-top: 10px;
}
.tpul_pt_15{
    padding-top: 15px;
}


.tpul_ptb_5{
    padding-top: 5px;
    padding-bottom: 5px;
}

.tpul_ptb_10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.tpul_ptb_15{
    padding-top: 15px;
    padding-bottom: 15px;
}


.form-table td p.tpul__license_notify_text{
    margin-bottom: 10px;
}
.tpul__restricted_box{
    border: 1px solid rgba(255, 185, 0, 1); padding:10px; background: rgba(255, 185, 0, 0.1);
}

.tpul__restricted_box .tpul__license_notify_text{
    /* color: #f56e28; */
    color: rgba(224, 94, 27, 1);
}


.tpul__alowed_box{
    border: 1px solid #46b450; padding:10px; background: rgba(70, 180, 80, 0.07)
}
@media screen and (min-width: 480px) {
    .tpul__alowed_box{
        min-width: 450px;
        max-width: 700px;
    }
}



.tpul__alowed_box .tpul__license_notify_text{
    /* color: rgba(70, 180, 80, 1); */
    color: rgba(32, 153, 43, 1);
    /* display: none; */
}


.tpul__enter_license_box{
    border: 1px solid #1882d9;
    padding:10px;
    background: rgba(26, 87, 219, 0.1)
}

.tpul__enter_license_box .tpul__license_notify_text{
    color: #1882d9;
}

.load_spinner{
    display: inline-block;
    vertical-align: text-top;
}

.tpul_admin_icon_button svg{
    vertical-align: middle;
}

.tpul_admin_icon_button span{
    display: inline-block;
}

.tpul_csv_log_tools{
    margin-top: 15px;
    padding: 10px 10px 10px;
    border: 1px solid #bababa;
    max-width: 600px;
}


.tpul_logging_status.tpul_logging_status--on .tpul_logging_off_indicator{
    display: none;
}
.tpul_logging_status.tpul_logging_status--off .tpul_logging_on_indicator{
    display: none;
}

.tpul_logging_status.tpul_logging_status--on .tpul_advanced_log_button--turn-on{
    display: none;
}
.tpul_logging_status.tpul_logging_status--off .tpul_advanced_log_button--turn-off{
    display: none;
}
.tpul_logging_status.tpul_logging_status--off .tpul_csv_log_tools{
    display: none;
}

.btn_generate_report_msg{
    display: inline-block;
}

.advanced_log_table tr{
    border: 0 !important;
}
.advanced_log_table__label{
    min-width: 177px;
}

.settings-page-icon {
    background: #222;
    border-radius: 50%;
    padding: 10px;
    color: white;
    margin-top: -9px;
    margin-right: 10px;
}

#terms_modal_content{
    min-width: 379px;
}

.tpul__alowed_box,
.lhl__alowed_box{
    display: block;
}

.settings-legend{
    margin: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background: rgba(240, 240, 241, 0.5);
    padding: 5px 13px !important;
    display: block;
    border-bottom: none;
    border-radius: 5px;
}

.settings-legend li{
    margin-left: 13px;
}

/**
Admin banner
*/

.tpul_admin_header{
    background: #5116c6;
    padding: 20px 20px;
    border-radius: 5px;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
}
.tpul_admin_banner {
    display: flex;
    align-items: center;
}

.tpul_banner_icon {
    margin-right: 10px; /* Adjust the spacing as needed */
    max-width: 24px;
    height: auto;
}

.tpul_banner_title {
    margin: 0;
}

.tpul_admin_header h2{
    color: white;
}
.tpul_banner_premium_cta{
    margin-top: 6px;
    font-size: 14px;
    padding-left: 34px;
}
.tpul_admin_header a{
    color: white;
    text-decoration: underline;
}
.tpul_admin_header a:hover{
    color: #cdbbf0;
}

.tpul_admin_banner{

}