.filter-selected-wrapper-mobile{
    display: none;
}

.filter-selected-icon-rotate{
    transform: rotate(180deg);
}

.filter-selected-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width:100%;
    justify-content: space-between;
    border-radius: 8px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
    background-color: #FAFAFA;
}

.filter-selected-wrapper p{
    margin-bottom: 0px;
}

.wdm-course-filter-options{
    display: flex;
    width:100%;
    max-width: 212px;
    border-radius: 8px;
    padding: 4px;
    border: 1px solid #E1E4EA;
    gap: 4px;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    box-shadow: 0px 4px 12px 0px #2626260A;
    background-color: #FFFFFF;
}

.wdm-course-filter-options label{
    width: 100%;
    border-radius: 6px;
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #262626;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"].wdm-filter-checkbox:checked{
    border: 1px solid #6006A5;
    background-color: #6006A5;
}

input[type="checkbox"].wdm-filter-checkbox{
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 1px solid #E1E4EA;
    border-radius: 4px;
    transform: translateY(-0.075em);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

input[type="checkbox"].wdm-filter-checkbox:hover{
    border-color: #6006A5;
}

input[type="checkbox"].wdm-filter-checkbox::before{
    content: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2212%22 height%3D%228%22 viewBox%3D%220%200%2012%208%22 fill%3D%22none%22%3E%3Cpath d%3D%22M1%204L4.33333%207L11%201%22 stroke%3D%22white%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    color: #FFF;
    width: 20px;
    height: 20px;
    transform: scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6006A5;
    border-radius: 4px;
    border: 1px solid #6006A5;
}

.wdm-course-filter-options label span.wdm-courses-count{
    color:#758393;
}

.filter-selected-wrapper p{
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #262626;
}

.filter-selected-wrapper p span{
    font-weight: 600;
    text-transform: capitalize;
}


input[type="checkbox"].wdm-filter-checkbox:checked:before{
    transform: scale(1);
}

#ld-course-filter-form .course-filter-label{
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0px;
    color: #262626;
    margin-bottom:0px;
}

#ld-course-filter-form{
    display: flex;
    max-width: 985px;
    width: 100%;
    gap: 24px;
}

#ld-course-filter-form .course-filters{
    display: flex;
    gap: 12px;
    max-width: 660px;
    width: 100%;
}

#ld-course-filter-form .course-filters .wdm-course-filter{
    flex: 1;
	max-width:212px;
}

.course-filter-actions input[type='submit']{
    max-width:132px;
    background-color: #FFA133;
    border-radius: 40px;
    padding: 10px 14px;
    width: 200px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
}

.course-filter-actions input[type="submit"]:disabled,
.course-filter-actions input[type="submit"]:disabled:hover{
    background-color: #FFD8AB;
    color: #758393;
}

.course-filter-actions input[type="reset"]:disabled,
.course-filter-actions input[type="reset"]:disabled:hover{
    color: #BE99DA;
}

.course-filter-actions input[type='submit']:hover,
.course-filter-actions input[type='submit']:focus{
    color: #262626;
    background-color: #EC942B;
}

.course-filter-actions input[type='reset']{
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent;
    border: none;
    color: #6006A5;
    cursor: pointer;
    max-width: 57px;
    padding: 0;
}

.course-filter-actions{
    display: flex;
    gap: 20px;
}

.course-filter-actions input[type='reset']:hover,
.course-filter-actions input[type='reset']:focus{
    background-color: transparent;
    border: none;
    color: #6006A5;
}

.wdm-course-filter-results{
    margin-bottom: 0px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
	margin-top: 24px;
}

.wdm-course-filter-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF66; /* Semi-transparent white */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Ensures it stays on top */
    display: none; /* Initially hidden */
}

.wdm-course-filter-loader img {
    width: 40px;
    height: 40px;
    animation: rotateLoader 2s linear infinite; /* Rotating animation */
}

.el-software-mobile-heading{
	display:none;
}

.wdm-empty-classroom-message{
	display:flex;
	flex-direction:column;
	gap:32px;
	max-width:622px;
	width:100%;
}
.wdm-empty-classroom-message h5{
	font-family: Inter;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color:#262626;
	margin-bottom:12px;
}

.wdm-empty-classroom-message p{
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color:#758393;
}

.wdm-empty-classroom-button{
	max-width:240px;
	width:100%;
	border-radius: 40px;
	border-width: 1px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	border: 1px solid #262626;
	background-color:transparent;
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color:#262626;
	display: flex;
    justify-content: center;
}

.wdm-empty-classroom-button:hover,
.wdm-empty-classroom-button:focus{
	color:#262626;
	text-decoration:none;
}

@keyframes rotateLoader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    .filter-selected-wrapper{
        display: none;
    }
	.wdm-course-filter-results{
		margin-top:50px;
	}
    .filter-selected-wrapper-mobile{
        display: block;
    }
    #ld-course-filter-form{
        flex-direction: column;
        display: none;
    }
    #ld-course-filter-form .course-filters{
        flex-direction: column;
        row-gap: 20px;
    }
    .wdm-course-filter-options{
        display: flex !important;
        position: static;
        border:none;
    }
    .wdm-course-filter-options label{
        padding-left: 0px;
    }
    .wdm-course-filter-options{
        padding-left: 0px;
        padding-top: 12px;
    }
    .filter-selected-wrapper-mobile p{
        font-family: Inter;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #262626;
        margin-bottom:0px;
        padding-bottom:12px;
        border-bottom:1px solid #E1E4EA;
    }
    .course-filter-actions{
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
    }
    .course-filter-actions input[type='submit'],
    .course-filter-actions input[type='reset']{
        max-width: calc((100% - 20px) / 2);
        width: 100%;
    }
    .wdm-course-filter-section-heading-mob {
        display: flex !important;
        max-width: calc((100% - 16px) / 2);
        width: 100%;
/*         float: right; */
    }
    .wdm-course-filter-section-heading {
        display: flex;
        justify-content: space-between;
        background-color: #E8EEEE;
        padding: 12px;
        border-radius: 6px;
        align-items: center;
    }
    .wdm-course-filter-section-heading p {
        color: #262626;
        font-family: Inter;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        margin: 0;
    }
    #ld-course-filter-form .course-filter-label{
        display: none;
    }
    .wdm-filter-section-heading-mobile{
        display:flex !important;
        align-items:center;
        justify-content:space-between;
        margin-bottom: 22px;
    }
    .wdm-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #04040466;
        z-index: 15;
    }
    .wdm-size--course-filters-fixed {
        background-color: #FFF;
        position: fixed;
        padding: 20px;
        width: -webkit-fill-available;
        left: 0;
        bottom: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        z-index: 20;
    }
	
	.el-software-mobile-heading{
		display:block;
		font-family: Inter;
		font-weight: 600;
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 0;
	}
	.wdm-course-filter-mobile-warap{
		display:flex !important;
		justify-content:space-between;
		align-items:center;
	}
}