.csld_front_wrapper .nav-tab-wrapper {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
}
.entry .csld_front_wrapper .nav-tab-wrapper > a,
.csld_front_wrapper .nav-tab-wrapper > a {
    font-size: 16px;
    border-right: none;
    padding: 10px 25px;
    text-decoration: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
        color: #41454F;
    font-weight: 500;
    min-width: max-content;
}
.entry .csld_front_wrapper .nav-tab-wrapper > a.nav-tab-active,
.csld_front_wrapper .nav-tab-wrapper > a.nav-tab-active {
    border-bottom: none;
}
.nav-tab-active{
    border-bottom: 2px solid #007cba !important;
}
.ld-cms-preloader-div{
	display:none;
    text-align:center;
    
}


.csld_front_wrapper .nav-tab-wrapper > a i {
    display: none;
}
#ldcms-view-detail-page{ 
    text-align: center;
    margin: 5px;
    padding: 5px;
}
.wrap.csld_front_wrapper{
    width: 100%;
    margin: auto;
}
.csld_front_tabs_wrapper #ld_cms_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
#general_settings code{
    font-size: 18px;
    font-weight: 700;
}

.csld_front_tabs_wrapper table.setting-table-wrapper{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;   
}

.csld_front_tabs_wrapper table.setting-table-wrapper tbody tr td:first-child{
    width: 440px;
}

.csld_front_tabs_wrapper table.setting-table-wrapper tbody tr td:first-child label{
    font-size: 13px;
line-height: 20px;
    display: block;
    font-weight: 700;
    color: #5f5f5f;
    margin: 0px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.csld_front_tabs_wrapper table.setting-table-wrapper tbody tr td:first-child p.description{
        max-width: 100%;
    font-size: 13px;
    font-style: italic;
    color: #646970;
    margin: 10px 0 0 0;
    line-height: 1.8;
}
.csld_front_tabs_wrapper table.setting-table-wrapper tbody tr td:first-child p.description strong{
    font-weight: 500;
}
.csld_front_tabs_wrapper table.setting-table-wrapper tbody tr .wp-editor-tabs button{
    border-radius: 0px;
    height: fit-content;
}

.csld_front_tabs_wrapper tbody tr .quicktags-toolbar input{
    height: fit-content;
}

.csld_front_tabs_wrapper .submit-button input{
    background: #074b79;
    border: 1px solid #eee;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 5px;
    padding: 7px 20px;
    transition: .3s;
    box-shadow: none;
    margin: 20px 0 0;
    cursor: pointer;
}
.csld_front_tabs_wrapper .submit-button input:hover{
    opacity: .9;
}

#ld_cms_calendar_wrap .fc-view-harness table.fc-scrollgrid {
    margin-bottom: 0px;
}
#ld_cms_events #ld_cms_schedule_links ul{
    margin-bottom: 0px;
}

.widget_cs_ld_widget h2.widget-title, 
.widget_cs_ld_widget h3{
    margin-bottom: 15px !important;
}
.widget_cs_ld_widget th, 
.widget_cs_ld_widget td{
    padding: 10px 5px;
    font-size: 13px;
}
.ld-cs-sttus span{
    background: #074b79;
    color: #fff;
    text-shadow: none;
    font-size: 11px;
    font-weight: 400;
    border-radius: 3px;
    padding: 2px 5px;
    display: block;
}
.widget_cs_ld_widget td:first-child{
    border-bottom: none;
}

.ld-cms-content-message {
        margin: 20px 0px 0 0;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #d9d9d9;
    font-weight: 500;
box-shadow: 0px 0px 22px 0px #e1e1e1;
}
.ld-cms-content-message ul{
    margin: 10px 0 0 30px;
}
.ld-cms-content-message li{
    font-weight: 400;
}

.cs_ld_mng_frnt_msg{
    border: 1px solid #fddddd;
    padding: 20px 30px;
    border-radius: 15px;
    font-weight: 600;
    background: #fbecec;
    margin: 30px 0 0;
}
.cs_ld_mng_frnt_msg ul{
    margin-bottom: 0px;
} 
#ld_cms_wrapper .calendar-color-codes{
    width: 100%;
}
.ld-cpp-permission-deny{
    border: 2px solid #ffc8c8;
    padding: 30px;
    text-align: center;
    font-size: 24px;
    background: #ffe0e0;
    border-radius: 10px;
    font-weight: 600;
    line-height: 38px;
}














/*Responsive Begin*/

@media screen  and (max-width:782px){
    .csld_front_tabs_wrapper #ld_cms_wrapper{
        flex-direction: column;
    }
    .setting-table-wrapper tr{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .setting-table-wrapper tr td{
        width: 100%;
    }
.csld_front_tabs_wrapper table.setting-table-wrapper tbody tr td{
    width: 100% !important;
}    
.csld_front_tabs_wrapper tbody tr .quicktags-toolbar input{
        font-size: 12px !important;
    min-height: 26px !important;
    line-height: 2 !important;
    padding: 0 14px !important;
}
.setting-table-wrapper tr{
    gap: 0px;
}
.csld_front_tabs_wrapper table.setting-table-wrapper tbody tr td:first-child{
    background: #f3f3f3;
}
.csld_front_tabs_wrapper table.setting-table-wrapper tbody tr td:first-child p.description{
        max-width: 100%;
}
.csld_front_tabs_wrapper table.setting-table-wrapper tbody tr td:first-child label{
    display: block;
}
.entry .csld_front_wrapper .nav-tab-wrapper > a, .csld_front_wrapper .nav-tab-wrapper > a{
    padding: 10px 15px;
}
}
@media screen  and (max-width:767px){ 
    .csld_front_wrapper .nav-tab-wrapper{
        overflow-x: auto;
    }
.ld-cms-content-message{
        padding: 30px 25px;
    }
    .ld-cms-content-message ul {
        margin: 10px 0 0 15px;
    }
    .ld-cms-content-message li{
  font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;;
}
.ld-cms-content-message ul li:last-child{
    margin-bottom: 0px;
}

}   

@media screen  and (max-width:575px){
    .ld-cpp-permission-deny{
        padding: 20px;
        font-size: 18px;
        line-height: 30px;
    }
}   