.LD-Customizable-popup{
	    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    display: grid;
    align-items: center;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, .7);
}
.LD-Customizable-popup.active{
	    position: fixed;
    opacity: 1;
    pointer-events: all;
}

.ld-st-builder-category-results ol {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.ld-st-builder-category-results li {
    border-bottom: 1px dashed #aaa;
    clear: left;
    height: 1.05em;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    position: relative;
}

span.wpProQuiz_catPercent {
    color: #000;
    font-weight: 700;
    padding-left: 5px;
    right: 0;
}

.ld-st-builder-category-results span {
    background: #fff;
    float: left;
    padding: 0 3px 0 0;
    position: absolute;
    text-decoration: none;
}



.LD-Customizable-popup-overlay {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.LD-Customizable-container{
	max-width: 94%;
	width: 100%;
	margin: 0 auto;
}
.Woo-LD-Customizable-Quiz-Full-width{
	max-width: 96vw;
	width: 100%;
	height: 92vh;
	margin: 4vh auto;
	background: #fff;
	padding: 20px 0;
	border-radius: 30px;
	box-shadow: 0px 0px 5px 0px #000;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
.Woo-LD-Customizable-Quiz-Full-width::-webkit-scrollbar {
  width: 10px;

}


.Woo-LD-Customizable-Quiz-Full-width::-webkit-scrollbar-track {
  background: #f1f1f1;
  margin: 30px 0; 
}
 

.Woo-LD-Customizable-Quiz-Full-width::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 30px;
}

.LD-Customizable-search-filter{
	display: grid;
	grid-template-columns:max-content repeat(1, 1fr) ;
	align-items: center;
	grid-gap: 20px;
	margin: 60px 0 40px;
}

.LD-Customizable-cat-swap{
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-gap: 20px;
}
.LD-Customizable-cat-swap-left, .LD-Customizable-cat-swap-right{
	border: 1px solid #eee;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
.LD-Customizable-cat-swap-left input, .LD-Customizable-cat-swap-right input{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #F0F0F0;
	border: none;
	border-radius: 5px;
}
.LD-Customizable-cat-swap-left input:focus, .LD-Customizable-cat-swap-right input:focus{
	outline: none;
}
.LD-Customizable-cat-swap-left select, .LD-Customizable-cat-swap-right select{
	    width: 100%;
    min-height: 120px;
    border: none;
    box-shadow: 0px 0px 23px 0px #eee;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.LD-Customizable-cat-swap-left select:focus, .LD-Customizable-cat-swap-right select:focus{
outline: none;
}

.LD-Customizable-cat-swap-left select option, .LD-Customizable-cat-swap-right select option{
	color: #41454F;
    margin-bottom: 8px;
    font-weight: 500;
}
.LD-Customizable-cat-swap select::-webkit-scrollbar {
  width: 10px;
}


.LD-Customizable-cat-swap select::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

.LD-Customizable-cat-swap select::-webkit-scrollbar-thumb {
  background: #888; 
}


.LD-customizable-total-selected-ques p{
	text-align: center;
    margin-top: 50px;
}
.LD-Customizable-cat-arrow{
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.LD-Customizable-cat-arrow{
	display: grid;
	align-items: center;
}
.LD-Customizable-cat-arrow a{
	display: block;
}
.LD-Customizable-cat-arrow span{
display:grid;
grid-gap: 10px;
}
.LD-Customizable-search-filter-bar{
	display: flex;
	gap: 30px;
}
.LD-Customizable-search-filter-bar select{
	width: 45%;
	padding: 10px 10px;
	border: none;
	box-shadow: 0px 0px 5px 0px #e3e3e3;
	border-radius: 30px;
}
.LD-Customizable-search-filter-bar select:focus{
	border: none;
	outline: none;
}

.LD-Customizable-quest-fields{
	    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 65px;
}
.LD-Customizable-fields-box input{
	width: 60px;
    border: none;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
    margin-left: 3px;
    height: 30px;
}
.LD-Customizable-fields-box input:focus{
	outline: none;
}
.LD-Customizable-fields-box input::-webkit-inner-spin-button{
	opacity: 1;
	background: red;
}
.LD-Customizable-fields-box label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: max-content;
    gap: 10px;
}


.LD-Customizable-generate-quiz input:hover{
	background: var(--primary-ldtfs);
}
.LD-Customizable-categories-row{
	margin: 60px 0;
}
.LD-Customizable-question-row{
	margin-top: 40px;
}

.LD-Customizable-setting-row{
    margin-top: 40px;
}
.LD-Customizable-setting-fields{
	    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.LD-Customizable-btn-close{
	    position: absolute;
    right: 15px;
    top: 15px;
}


.LD-Customizable-quiz-name{
	    border: none;
    
    padding: 0 0 10px 0;
    margin-top: 20px;
}
.LD-Customizable-quiz-name:focus{
	outline: none;
}
.LD-cust-edit-name{
	width: 400px;
	display: flex;
	align-items: center;
}
.LD-cust-edit-name input{
	width: 100%;
	border-bottom: 1px solid #eee;
}
.LD-cust-edit-name i{
	font-size: 24px;
	color: #1D1D1E;
	cursor: pointer;
}

.main0tble-tst{
    padding: 40px 0;
    background: #F4F4F4;
}


.main0tble-tst table {
    border: none;
}


.main0tble-tst table .learndash-binary-selector-section-left, 
.main0tble-tst table .learndash-binary-selector-section-right{
    background: #fff;
    box-shadow: 0px 0px 20px 0px #eee;
    border-radius: 10px;
    padding: 0px;
}
.main0tble-tst table .learndash-binary-selector-section-left input, 
.main0tble-tst table .learndash-binary-selector-section-right input{
    border : none !important;
    background: #F0F0F0 !important;
    border-radius: 10px;
    margin: 10px 2% 10px 2%;
    width: 96% !important;
        outline: none !important;
}
.main0tble-tst table .learndash-binary-selector-section-left select ,
.main0tble-tst table .learndash-binary-selector-section-right select{
    background: #fff;
    height: 180px !important;
    min-height: 180px !important;
    border : none !important;
    padding: 0px !important;
}
.main0tble-tst table select:focus{
    outline: none !important;
}
.main0tble-tst table .learndash-binary-selector-section-left ul,
.main0tble-tst table .learndash-binary-selector-section-right ul{
    border : none;
    margin: 0px 0px 0px 0px;
}

.main0tble-tst table .learndash-binary-selector-section-left select::-webkit-scrollbar, 
.main0tble-tst table .learndash-binary-selector-section-right select::-webkit-scrollbar {
  width: 10px;
}

.main0tble-tst table .learndash-binary-selector-section-left select::-webkit-scrollbar-track, 
.main0tble-tst table .learndash-binary-selector-section-right select::-webkit-scrollbar-track{
  background: #fff; 
}
 

.main0tble-tst table .learndash-binary-selector-section-left select::-webkit-scrollbar-thumb,
.main0tble-tst table .learndash-binary-selector-section-right select::-webkit-scrollbar-thumb{
  background: #888; 
}


.main0tble-tst table .learndash-binary-selector-section-left select::-webkit-scrollbar-thumb:hover, 
.main0tble-tst table  .learndash-binary-selector-section-right select::-webkit-scrollbar-thumb:hover{
  background: #555; 
}

.main0tble-tst table .learndash-binary-selector-section-left ul li a, 
.main0tble-tst table .learndash-binary-selector-section-right ul li a{
    color: #41454F;
}
.main0tble-tst table .learndash-binary-selector-section-left select:focus, 
.main0tble-tst table  .learndash-binary-selector-section-right select:focus{
    outline: none !important;
}

.main0tble-tst table .learndash-binary-selector-section-left select option, 
.main0tble-tst table  .learndash-binary-selector-section-right select option{
    margin-top: 5px;
    padding: 3px 10px !important;
}


.main0tble-tst table .learndash-binary-selector-section-left ul li,
.main0tble-tst table .learndash-binary-selector-section-right ul li{
    width: 100% !important;
    margin-bottom: 10px;
}




.LD-Customizable-question-sec{
    padding: 40px 0;
    background: #F4F4F4;
    margin-top: 20px;
}

.learndash-binary-selector-section-middle{
    border: none;
    /* margin: 0px !important; */
}

.main0tble-tst tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.learndash-binary-selector .learndash-binary-selector-section-left option.learndash-binary-selector-item-disabled{
    opacity: .5;
}


.quiz-info-lst-row{
    display: flex;
    gap: 40px;
    margin-top: 50px;
}

.quiz-cc-title-00 > div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.quiz-cc-title-00 > div > *{
    min-width: max-content;
    margin: 0px;
}


/* End file */

/* Loader */
.ld-ct-loader,
.ld-ct-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.ld-ct-loader {            
    margin: 20% auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#ldct_loadingDiv {
    position:absolute;;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#0000004f;
    z-index: 999999;
}
/* End Loader */








/* Responsive file content here */

@media(min-width: 1500px){
    .Woo-LD-Customizable-Quiz-Full-width{
        max-width: 1140px;
    }
    }
    
    
    @media(max-width: 990px){
    .LD-Customizable-quest-fields, .LD-Customizable-setting-fields	{
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 30px;
    }
    }
    
    @media(max-width: 767px){

    .LD-Customizable-quest-fields, .LD-Customizable-setting-fields	{
            grid-template-columns: repeat(2, 1fr);
    }
    .LD-Customizable-search-filter{
        grid-template-columns: repeat(1, 1fr);
    }

    .Woo-LD-Customizable-Quiz-Full-width{
        border-radius: 10px;
    }
    .learndash-binary-selector .learndash-binary-selector-section-left, 
    .learndash-binary-selector .learndash-binary-selector-section-middle, 
    .learndash-binary-selector .learndash-binary-selector-section-right{
        width: 100%;
    }
    .learndash-binary-selector .learndash-binary-selector-section-middle{
        margin: 0px;
    }
    .quiz-cc-title-00 > div, 
    .quiz-info-lst-row{
        display: grid;
        grid-gap: 10px;
    }
 
    }
    
    
  
    @media(max-width: 575px){
    .LD-Customizable-cat-swap{
            grid-gap: 10px;
    }	
    .LD-Customizable-cat-arrow img{
        width: 25px;
        height: 25px;
    }
    .LD-Customizable-cat-swap-left select option{
            font-size: 14px;
    }
    .LD-Customizable-search-filter-bar{
        flex-wrap: wrap;
    }
    .LD-Customizable-search-filter-bar select{
        width: 100%;
    }
    .LD-cust-edit-name{
        width: 90%;
        margin-right: 10%;
    }
    .LD-Customizable-btn-close{
            right: 10px;
        top: 10px;
        background: var(--primary-ldtfs);
        width: 30px;
        height: 30px;
        border-radius: 100%;
        display: grid;
        place-content: center;
    }
    .LD-Customizable-btn-close i{
        color: #fff;
        font-size: 18px;
    }
    .quiz-info-lst-row{
        margin-top: 20px;
    }
    .LD-Customizable-question-sec{
        padding: 20px 10px;
    }
    .LD-Customizable-quest-fields, .LD-Customizable-setting-fields	{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
}
    }

    @media(max-width: 375px){
        .learndash-binary-selector ul.learndash-binary-selector-pager{
            flex-wrap: wrap;
        }
        .learndash-binary-selector ul.learndash-binary-selector-pager > li{
            width: 100% !important;
            text-align: center !important;
        }
        .LD-Customizable-fields-box label{
            flex-wrap: wrap;
        }
    }