﻿
.showmoreButton {
    font-family: Montserrat;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(48, 132, 216, 1) !important;
    text-decoration:underline !important;
    cursor:pointer;
}
.showmoreButtonDiv {
    position: relative;
    justify-content: flex-end;
    display: flex;
    margin-bottom:5px;
}
.heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(104, 104, 104, 1);
}

.card_course_description{
    font-size:12px !important;
}
.start_btn_span1{
    font-size:14px;
}
.headings {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.labelStyling1 {
    padding: 5px !important;
    align-items: center;
    display: inline-flex;
}
.categories {
    display: flex;
}
.catbox {
    border: 1px solid rgba(104, 104, 104, 1);
    background-color: rgba(104, 104, 104, 0.2);
    margin-right: 10px;
    border-radius:4px;
}
.cross{
    margin:3px;
    cursor:pointer;
}
.catfont {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(104, 104, 104, 1);
    padding: 7px;
    margin-bottom:0px;
}
.type {
    display: none;
}
.row {
    margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
    margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
}
.toggleborder {
   
    border-top: 0.3px solid rgba(131, 131, 131, 1);
    border-bottom: 0.3px solid rgba(131, 131, 131, 1);
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.middletoggle{
    border-bottom:none;
    margin:0px !important;
}
.toggledata {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom:0px;
    color: rgba(51, 51, 51, 1);
}


.switch {
    display: inline-block;
    height: 25px;
    position: relative;
    width: 52px;
}

    .switch input {
        display: none;
    }

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

    .slider:before {
        background-color: #fff;
        bottom: 4px;
        content: "||";
        height: 18px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 18px;
        text-align: center;
        font-size: 11px;
        color: rgba(199, 199, 199, 1);
    }

input:checked + .slider {
    background-color: rgba(51, 51, 51, 1);
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.container {
    margin: 0 auto;
}
.course_card_main_col{
    margin-top:25px;
}
.lastrow{
    display:flex;
    justify-content:space-between;
}

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
    .modal-dialog-centered {
        margin-left: 320px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1100px){
    .modal-dialog-centered {
        margin-left: 270px;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 1025px){
    .modal-dialog-centered {
        margin-left: 227px;
        width:765px;
    }
}



label input {
   display:none;
}

   

        label input:checked + span:before {
            content: "\2713";
            color: white;
            background: #333333;
            display: flex;
            justify-content: center;
            align-items: center;
        }

label span {
    display: flex;
    align-items: center;
   
}



    label span:before {
        display: flex;
        flex-shrink: 0;
        content: '\f10c';
        background-color: #fff;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        border: 0.5px solid #8A8A8A;
        color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.paginationDiv {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(170, 170, 170, 1);
    border-bottom: 1px solid rgba(170, 170, 170, 1);
}

.paginationText {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(170, 170, 170, 1);
    cursor: pointer;
    margin-bottom: 0px;
    padding: 6px 5px 3px 5px;
}

.activeButton {
    background: rgba(48, 132, 216, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}
@media only screen and (max-width: 799px) {
    .course_card_main_col {
        margin-top: 0;
    }
}
@media only screen and (max-width: 576px) and (min-width: 450px) {
    .course_card {
        margin-bottom:0px !important;
    }
}
@media only screen and (max-width: 450px) and (min-width: 350px){
    .course_card_main_row {
        flex-direction: column;
        gap: 1rem !important;
    }
}