.list-of-course .header{
    background: url("../image/list_of_course_header.png") no-repeat center center;
    height: 480px;
    margin-top: 64px;
    padding: 48px 0 64px;
    /*new*/
    overflow: hidden;
}
.list-of-course .header .left-content .text-block-href-home{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #828282;
}
.list-of-course .header .left-content .text-block-href-home .arrow {
    border: solid #828282;
    border-width: 2px 2px 0 0;
    padding: 7px 7px 0 0;
    transform: rotate(45deg);
}
.list-of-course .header .left-content .text-block-href-home a{
    color: #828282;
    text-decoration: none;
    margin-right: 8px;
}
.list-of-course .header .left-content .text-block-href-home p{
    margin-left: 8px;
    margin-bottom: 0;
}
.list-of-course .header .left-content .header-main-text{
    font-weight: 600;
    font-size: 65px;
    line-height: 80px;
    color: #000000;
    margin-top: 2px;
    margin-bottom: 24px;
}
.list-of-course .header .left-content>p{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    width: 100%;
    margin-bottom: 24px;
}
.list-of-course .header .input-search label{
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #D4D4D4;
    border-radius:  6px;
    width: 360px;
    padding: 12px 16px;
    margin-bottom: 24px;
}
.list-of-course .header .input-search label input{
    outline: none;
    border: none;
    background: transparent;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.list-of-course .header .left-content .share-block{
    display: flex;
    align-items: center;
}
.list-of-course .header .left-content .share-block span{
    margin-right: 8px;
}
.list-of-course .header .left-content .share-block .icon-share{
    display: flex;
    align-items: center;
}
.list-of-course .header .left-content .share-block .icon-share>div{
    margin-right: 8px;
    cursor: pointer;
}
.list-of-course .header .left-content .share-block .icon-share .facebook{
    width: 30px;
    height: 30px;
    background: #337FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.list-of-course .header .left-content .share-block .icon-share .facebook:hover,
.list-of-course .header .left-content .share-block .icon-share .twitter:hover,
.list-of-course .header .left-content .share-block .icon-share .link-din:hover,
.list-of-course .header .left-content .share-block .icon-share .telegram:hover,
.list-of-course .header .left-content .share-block .icon-share .whats-app:hover{
    border-radius: 50%;
    background: #EDF4FF;
}
.list-of-course .header .left-content .share-block .icon-share .facebook:hover svg path {
    fill: #337FFF;
}
.list-of-course .header .left-content .share-block .icon-share .twitter{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #33CCFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-of-course .header .left-content .share-block .icon-share .twitter:hover svg path {
    fill: #33CCFF;
}
.list-of-course .header .left-content .share-block .icon-share .link-din{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #006699;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-of-course .header .left-content .share-block .icon-share .link-din:hover .logo-link-din{
    background: #006699;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.list-of-course .header .left-content .share-block .icon-share .telegram{
    width: 30px;
    height: 30px;
    background: #34AADF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.list-of-course .header .left-content .share-block .icon-share .telegram .logo-telegram{
    width: 16px;
    height: 16px;
    background: #34AADF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.list-of-course .header .left-content .share-block .icon-share .telegram:hover svg{
    width: 10px;
    height: 8px;
}
.list-of-course .header .left-content .share-block .icon-share .whats-app{
    width: 30px;
    height: 30px;
    background: #00D95F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.list-of-course .header .left-content .share-block .icon-share .whats-app:hover svg path{
    fill: #00D95F;
}
.list-of-course .header>div{
    display: grid;
    grid-template-columns: 55% 45%;
}
.list-of-course .header .right-content{
    position: relative;
}
.list-of-course .header .right-content .first-element{
    position: absolute;
    animation: bg-img-reverse infinite 5s;
}
.list-of-course .header .right-content .second-element{
    position: absolute;
    animation: bg-img-reverse infinite 5s;
    animation-direction: reverse;
}
@keyframes bg-img-reverse {
    0%{
        z-index: 1;
        opacity: 1;
    }
    50%{
        z-index: 1;
        opacity: 1;
    }
    51%{
        z-index: 0;
        opacity: 0;
    }
    100%{
        z-index: 0;
        opacity: 0;
    }
}
.search-result{
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 80px;
}
.search-result .cards h3{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    padding: 32px 0 16px;
    cursor: pointer;
}
a.card-item-link {
    text-decoration: none;
    color: #0f6cbf;
}
.card-item:hover {
    background: aliceblue;
    text-decoration: none;
    transition: .6s;
}
.search-result .cards h3 span{
    margin-left: 8px;
    margin-right: 5px;
}
.search-result .filter h3{
    display: flex;
    align-items: center;
    margin: 32px 0 16px;
    cursor: pointer;
}
.category-checkbox,
.custom-checkbox{
    position: relative;
    display: flex;
    margin-bottom: 0;
    /*new*/
    align-items: center;
}
.category-checkbox input,
.custom-checkbox input{
    opacity: 0;
    width: 0;
    height: 0;
}
.category-checkbox .checkmark,
.custom-checkbox .checkmark{
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    /*old*/
    /*border-radius: 3px;*/
    /*new*/
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*new*/
.category-checkbox .checkmark-checkbox,
.custom-checkbox .checkmark-checkbox {
    border-radius: 3px;
}
.category-checkbox .checkmark:before,
.custom-checkbox .checkmark:before{
    content: "";
    display: none;
    border: 5px solid #FFFFFF;
    border-radius: 50px;
    /*old*/
    /*border-width: 2px 2px 0 0;*/
    /*padding: 5px 10px 0 0;*/
    /*transform: rotate(135deg);*/
    /*margin-top: -4px;*/
}
/*new*/
.category-checkbox .checkmark-checkbox:before,
.custom-checkbox .checkmark-checkbox:before {
    border-width: 2px 2px 0 0;
    padding: 5px 10px 0 0;
    transform: rotate(135deg);
    margin-top: -4px;
}
.category-checkbox input:checked ~ .checkmark,
.custom-checkbox input:checked ~ .checkmark{
    background: #5D00F5;
    border: 1px solid #5D00F5;
}
.category-checkbox input:checked ~ .checkmark:before,
.custom-checkbox input:checked ~ .checkmark:before{
    display: block;
}
.search-result .filter h3 .span-1{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-left: 12px;
    margin-right: 5px;
}
.search-result .filter h3 .span-2{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.2);
    margin-right: 8px;
}
.info-block{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-block:hover svg path{
    stroke: #5D00F5;
    stroke-opacity: 1;
}
.info-block:hover svg .el-3{
    fill: #5D00F5;
    fill-opacity: 1;
    stroke: none;
}
.info-block .info-content{
    position: absolute;
    background: url("../image/Rectangle699.png");
    height: 103px;
    width: 240px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 26px 14px;
    text-align: center;
    z-index: 3;
    bottom: 8px;
    display: none;
}
.info-block:hover .info-content{
    display: block;
}
.search-result .cards .card-item{
    display: flex;
    padding: 45px 0 30px;
    border-top: 1px solid #D4D4D4;
}
.cards a:last-child .card-item{
    margin-bottom: 87px;
}
.search-result .cards .card-item .img{
    max-width: 180px;
    height: 160px;
    border-radius: 24px;
    overflow: hidden;
    margin-right: 32px;
}
.search-result .cards .card-item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-result .cards .card-item .content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.search-result .cards .card-item .content .upper-block .btn-group{
    display: flex;
    align-items: center;
}
.search-result .cards .card-item .content .upper-block .btn-group button{
    border-radius: 24px;
    border: none;
    padding: 4px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-right: 8px;
}
.search-result .cards .card-item .content .upper-block .btn-group button:nth-child(1n){
    background: rgba(75, 208, 160, 0.5);
}
.search-result .cards .card-item .content .upper-block .btn-group button:nth-child(2n){
    background: rgba(255, 184, 46, 0.5);
}
.search-result .cards .card-item .content .upper-block .btn-group button:nth-child(3n){
    background: rgba(0, 0, 0, 0.1);
}
.search-result .cards .card-item .content .upper-block h4{
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    margin-top: 18px;
}
.search-result .cards .card-item .content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.search-result .cards .card-item .content p span{
    color: rgba(0, 0, 0, 0.5);
}

.search-result .filter .filter-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D4D4D4;
    padding: 17px 0;
    cursor: pointer;
}
.search-result .filter .filter-item.filter-item-clear-btn {
    border-top: none!important;
    padding: 0 0 17px 0!important;
}
.search-result .filter .filter-item .text-content{
    display: flex;
    align-items: center;
}
.search-result .filter .filter-item .text-content span{
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-right: 8px;
}
.search-result .filter .filter-item .arrow{
    border: solid #000;
    border-width: 2px 2px 0 0;
    padding: 8px 8px 0 0;
    transform: rotate(135deg);
    margin-top: -8px;
}
.filter-item-content{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.filter-item-content .span-1{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 5px;
}
.filter-item-content .span-2{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.2);
    margin-right: 8px;
}

.filter-items-content .text-2-block{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 32px;
}

.slider-wrapper{
    margin-bottom: 32px;
}

.slider-wrapper .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}
.slider-wrapper .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider-wrapper .slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: #5D00F5;
}
.slider-wrapper .range-input {
    position: relative;
}
.slider-wrapper .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.slider-wrapper input[type="range"]::-webkit-slider-thumb {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #000;
    border: 7px solid #fff;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 1px 2px #000;
}
.slider-wrapper input[type="range"]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #000;
    border: 7px solid #fff;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 1px 2px #000;
}
.filter-items-content{
    display: none;
}
.search-result .filter-content-mobile.filter-items-content{
    display: block;
}
.search-result .filter .filter-mobile{
    display: none;
}

.filter-date{
    position: relative;
}
.filter-date-pop-up{
    display: none;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #FFFFFF;
    padding: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 172px;
}
.filter-date-pop-up-list{
    padding: 12px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #242424;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 100%;
    text-align: start;
}
.bb-filter{
    border-bottom: 1px solid #DDE2E5;
}
/*new*/
.send-filter, .clear-filter{
    padding: 11px 26px;
    text-decoration: none;
    color: #ffffff;
    border: none;
    background: #5D00F5;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
}
/*new*/
.filter-item .filter-item-accept-btn {
    border-top: none!important;
}
.clear-filter.clear-filter-color {
    background: #727483;
}

@media (max-width: 992px) {
    .list-of-course .header .left-content .text-block-href-home{
        display: none;
    }
    .list-of-course .header .left-content .header-main-text{
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    .list-of-course .header .left-content>p{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .list-of-course .header>div{
        grid-template-columns: 1fr;
    }
    .list-of-course .header{
        background: url("../image/list-of-course-back-mobile.png") no-repeat center center;
        background-size: cover;
        min-height: 706px;
        margin-top: 50px;
        padding: 32px 0;
    }
    .list-of-course .header .input-search label{
        width: 100%;
    }
    .list-of-course .header .input-search label input{
        font-size: 16px;
    }
    .list-of-course .header .left-content .share-block span{
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
    }
    .list-of-course .header .right-content .second-element img,
    .list-of-course .header .right-content .first-element img{
        width: 100%;
    }
    .list-of-course .header .right-content .first-element{
        width: 320px;
        left: -15px;
    }
    .list-of-course .header .right-content .second-element{
        width: 320px;
        left: -15px;
    }
    .list-of-course .header .left-content .share-block{
        margin-bottom: 42px;
    }
    .search-result{
        grid-template-columns: 1fr;
    }
    .filter{
        order: -1;
    }
    .search-result .cards .card-item{
        flex-direction: column;
        padding: 16px 0 ;
    }
    .search-result .cards .card-item .img{
        width: 100%;
        border-radius: 12px 12px 0 0;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .search-result .cards .card-item .content .upper-block h4{
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .search-result .cards h3{
        display: none;
    }
    .search-result .filter .filter-mobile{
        display: flex;
        border-bottom: 1px solid #D4D4D4;
        margin-top: 24px;
    }
    .search-result .filter-content-mobile.filter-items-content{
        display: none;
    }
}
/*new*/
.drawers.show-drawer-left.drag-container {
    margin-left: 0!important;
    padding-left: 0!important;
}

.drawers.drag-container.show-drawer-right {
    margin-right: 0!important;
    padding-right: 0!important;
}

.drawer.drawer-left {
    top: 0;
    height: 100vh;
    z-index: 1050;
}

.drawer.drawer-right.show {
    top: 0;
    height: 100vh;
    z-index: 1050;
}

.navbar-nav {
    align-items: center;
}

/*new*/
@media (max-width: 996px){
    .search-result .cards .card-item .img{
        max-width: 100%;
    }

    td#buttonscell {
        width: 100%!important;
    }
    .arrow_button {
        margin-top: 1rem!important;
    }

    #addmembersform tr{
        display: flex;
        flex-direction: column;
    }

    td#potentialcell {
        width: 100%!important;
    }

    #existingcell {
        width: 100%!important;
    }

    select#removeselect {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px){
    #removeselect_searchtext {
        margin-bottom: 10px;
    }

    #addselect_searchtext {
        margin-bottom: 10px;
    }
}




