
#show a{
    text-decoration: none;
    color: #000;
}
.cont{
    cursor: pointer;
    display: flex;
 align-items: center;
 transform: scale(1);
 gap: 5px;
 font-size: 18px;
 text-transform: capitalize;
}
input[type="checkbox"] {
    height: 1rem;
    width: 1rem;
    margin: 5px;
    display: inline-block;
    appearance: none;
    position: relative;
    background-color: #ecf0f7;
    border-radius: 15%;
    cursor: pointer;
    overflow: hidden;
   }
   
   input[type="checkbox"]::after {
    content: '';
    display: block;
    height: 0.9rem;
    width: .4rem;
    /*border-bottom: .31rem solid #a0ffe7;
    border-right: .31rem solid #a0ffe7;*/
    border-bottom: .31rem solid #009081;
    border-right: .31rem solid #009081;
    opacity: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    top: 45%;
    left: 16%;
    transition: .25s ease;
   }
   
   input[type="checkbox"]::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
/*    background-color: #00C896;*/
    border-radius: 50%;
    opacity: .5;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s ease;
   }
   
   input[type="checkbox"]:checked::before {
    height: 130%;
    width: 130%;
    opacity: 100%;
   }
   
   input[type="checkbox"]:checked::after {
    opacity: 100%;
   }
.main_row{
    display: flex;
    border-radius: 12px;
    padding-left: 15px;
    background-color:#009081;
    
    
}
.col_1::-webkit-scrollbar {
    width: 7px;
    background-color: #2e384e;
  }
  .col_1::-webkit-scrollbar-thumb{
    background-color: #222a3c;

  }
.col_1{
    flex: 1;
    height: 100vh;
    overflow-y: auto;
    padding-top: 15px;
    color: white;
}


.col_2{
    flex: 3;
    border-top-right-radius: 11px 11px;
    border-bottom-right-radius: 11px 11px;
  
    border-left: 1px solid #ccc ;
    background-color: #ecf0f7;
    padding-bottom: 2.5rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
}
.search_filter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5rem;
}
.loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
}
#show{
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
.show,.test_card{
    display: grid;
    column-gap: 16px;
    width: 100%;
    row-gap: 30px;
}
.Quiz_card:hover{
    box-shadow: 0 5px 4px #00000040 !important;
}

.Quiz_card{
    box-shadow: 0 0 5px #ccc  !important;
}

.card-title {
    font-size: 1rem !important;
}
.price{
    font-size: 15px;
}
.card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 306px !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: #fff;
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
.card img{
    height: 140px;
    width: 100%;
    transition: .3s ease;
}
.card:hover img{
    transform: translateY(-10%);
}
.filter_box{
/*    margin-bottom: 1rem;*/
        padding-bottom: .5rem;
    padding-top: 0.5rem;
    border-bottom: 1px solid #dbdbdb7d;
}


a.page-numbers{
    padding: 2px 8px;
    
}
#filter{
    gap: 0;
    flex-direction: row !important;
   align-items: center;
}

.card-body{
    padding: 4px 8px !important;
}
.card-footer{
    padding: 8px !important;
}
#clear-filt{
    cursor: pointer;
    padding: 4px 20px;
    font-weight: 500;
    background-color: #00000045;
    border-radius: 3px;
    transition: all 0.3s ;
}
#clear-filt:hover{
background-color: #0a8275;
  
}
.qsm-pagination{
    text-align: center;
    margin-top: 10px;
}
span.page-numbers.current{
    padding: 3px 9px;
    border-radius: 50%;
    color: white;
    background-color: #1163e9;
}
.container-quiz {
    padding: 2px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
  }

.footer{
    padding: 7px 8px;
    border-top: 1px solid #cbcbcb;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer svg{
    margin-top: 4px;
    width: 20px;
}
.card img{
    height: 140px !important;
}
.search{
    display: inline-flex;
    justify-content: end;
    width: 100%;
    margin-bottom: 15px;
    
}
.search_box{
    display: flex;
    justify-content: end;
}
.hambar,#aside_filter{
display: none;
}
@media (min-width:1500px){
    .show{
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}
@media (min-width:768px) and (max-width:1500px){
    .show{
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}
@media (min-width:420px) and (max-width:768px){
    .show{
        place-content: center;
        grid-template-columns: repeat(2,minmax(0,300px));
    }
}
@media (max-width:768px){
    .hambar{
        display: block;
    }
    .filter_menu{
        display: inline-flex;
        gap: 20px;
        position: relative;
        width: 100%;
    }

    .filter-boxes{
       display: none;
    
    }
   
 #aside_filter{
     /* flex-wrap: wrap; */
     left: -1000px;
     position: fixed;
     display: block;
     transition: 0.8s ease-in-out;
     background-color: #009081;
     z-index: 9999999;
     padding: 12px;
     height: 100%;
     overflow: auto;
     top: 0;
     width: 75%;
 }
 .show_filter{
  /* display: flex; */
  gap: 10px;
  left: 0px !important;
 }
    .main_row{
        flex-direction: column;
        padding-left: 0;
    }
    .col_1{
        padding-left: 10px;
    }
    .col_2{
        border-top-right-radius: 0px 0px;
        /* border-bottom-right-radius: 0px 0px; */
        border-bottom-left-radius: 11px 11px;
        min-height: 500px;

    }
    .loader{
        left: 53%;
        width: 50px;
    }
}
@media (max-width:420px){
    .card{
        min-height: 350px !important;
    }
    .container-quiz{
        height: 150px;
    }
}


#aside_filter #close{
    position: absolute;
    right: 5px;
    top: 5px;
}
.no-border{
    border: unset !important;
}  
  /* On mouse-over, add a deeper shadow */

  /* Add some padding inside the card container */
