#lessonSelect{
    font-size: 14px;
}
@media only screen and (max-width:590px) {
    .wd50-div{
        display: inherit!important;
    }
    .w-50{
        width: 100% !important;
    }
    .mailapprovve{
        margin-bottom: 13px;
    }
}
.jcs{
    justify-content: start;
}
.jcs .spsy1-3 {
    font-size: 14px;
}
.speciallesson-box{
    background: rgb(244 242 235);
    padding: 19px;
    width: 74px;
    margin: auto;
    height: 74px;
    border-radius: 50%;
    margin: auto;
}
.w-10 {
    width: 10%;
}
.w-30 {
    width: 30%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.btn i {
    color: var(--bs-dark);
}
.btn-check:checked + .btn i {
    color: var(--bs-white);
}
.position-relative{
    position: relative;
}
.liveresult{
    position: absolute;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    top: 64px;
    display: none;
}
.list-group-item{
    cursor: pointer;
    background: #fff;
    padding: 14px 9px;
}

.scrollable {
    overflow: scroll;
    height: 300px;
}
.priceGroup {
    background-color: #fff;
    display: block;
    position: relative;
    border-top: 1px solid #eae3e4;
}
.priceGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
.priceGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
}
.priceGroup label:before {
    width: 15px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background-color: #09a1b9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    opacity: 0;
    z-index: -1;
}
.priceGroup label:after {
    width: 32px;
    height: 32px;
    content: "";
    border: 2px solid #d1d7dc;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.priceGroup input:checked ~ label:after {
    background-color: #03A9F4;
    border-color: #00BCD4;
}
.priceGroup input:checked ~ label {
    background-color: #417ef3;
    color: #fff;
}
.seprightic1 p {
    font-size: 15px;
}
.derstdiger ul {
    display: inline-block;
}
.derstdiger ul li {
    width: 13.333333%;
    margin-right: 29px;
    border: 1px solid #d3d3d3;
    padding: 21px 9px 21px 9px;
}
.derstdiger ul li a{
    color: #444;
    font-size: 13px;
    font-weight: 500;
}
.derstdiger ul li:hover {
    border: 1px solid var(--bs-800);
}
.select2-container{
    width: 100% !important;
}
