<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* folder css */
.search_box{
    display: flex;
    flex-wrap: wrap;
}
.gallery_wrap{
    width: 16.6% !important;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
    .gallery_item{
        max-width: 120px;
        min-width: 100px;
        height: 100px;
        box-sizing: border-box;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    
    .gallery_item a{
        font-size: 14px;
        font-family: 'NotokrR', 'Poppins Medium';
        color: rgb(73, 73, 73);
    }
    .gallery_item a p{
        line-height: 16px;
    transition: .3s;
    padding-top: 5px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    }
    .gallery_item .folder{
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: all 0.2s ease-in;
    }
    .front_img{
        position: absolute;
        width: 80%;
        height: 55%;
        object-fit: contain;
        background-color: white;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.2s ease-in;
    }
  .folder_back {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffb115;
    border-radius: 0px 10px 10px 10px;
  }
  .folder_back::after {
    content: "";
    position: absolute;
    bottom: 98%;
    left: 0;
    width: 70px;
    height: 15px;
    background: #ffb115;
    border-radius: 10px 10px 0 0;
  }
  .folder_back .paper {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 70%;
    height: 80%;
    background: #e6e6e6;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
  }
  .folder_back .paper:nth-child(2) {
    background: #f2f2f2;
    width: 80%;
    height: 70%;
  }
  .folder_back .paper:nth-child(3) {
    background: white;
    width: 90%;
    height: 60%;
  }
  .paper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .folder_back .folder_front {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fcd354;
    border-radius: 10px;
    transform-origin: bottom;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }
  .folder_front p{
    position: absolute;
    z-index: 4;
    right: 10px;
    bottom: 5px;
    margin-bottom: 0;
  }
.btn-wrap.folder-btn{
    display: flex;
    justify-content:flex-end;
    align-items: center;
  }
  
.folder_gall_bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.folder_select, .folder_select_info{
    display: flex;
    align-items: center;
}
.folder_select_info{
    margin: 0 10px 0 5px;
}
.folder_select p{
    margin-bottom: 0;
    font-size: 15px;
    color: rgb(161, 161, 161);
    font-family: 'Poppins Regular';
}
.folder_gall_bottom select{
    padding: 0 0 0 5px !important;
    width: 45px !important;
    background-size: 40% !important;
}
  @media (hover : hover){
    .folder:hover .paper {
        transform: translate(-50%, 0%);
        bottom: 50px;
      }
      .folder:hover .folder_front{
        transform: skew(15deg) scaleY(0.6);
      }
      .folder:hover .right {
        transform: skew(-15deg) scaleY(0.6);
      }
  }
  @media screen and (max-width:1680px) {
    .gallery_item{
        max-width: 120px;
        min-width: 100px;
        height: 80px
    }
  }
  @media screen and (max-width:1280px) {
    .gallery_wrap{
        width: 20% !important;
    }
  }
  @media screen and (max-width:840px) 
  {
    .row.lecture-catalog{
        margin-left: 0 !important;
    }
    .gallery_wrap{
        width: 25% !important;
    }
    .gallery_item{
        height: 110px
    }
    
  .folder_select &gt; .form-select{
        margin-top: 0 !important;
    }
    .folder_gall_bottom.search-select{
        justify-content: space-between;
        padding-left: 0 !important;
    }
    
  }
  
  
  @media screen and (max-width:736px) {
    .row.lecture-catalog{
        margin-left: 0 !important;
    }
    .gallery_wrap{
        width: 25% !important;
    }
    .gallery_item{
        height: 90px
    }
  }
  @media screen and (max-width:640px) {
    .gallery_wrap{
        width: 33.3% !important;
        padding: 20px;
    }
  }
  @media screen and (max-width:480px) {
    .gallery_wrap{
        width: 50% !important;
    }
    
    .close_folder{
        width: 10%;
    }
  
  
  }
  
  
  /* end of folder */


.item_img{
    width: 100%;
    height: 150px;
    display: flex;
    overflow: hidden;
}
.search-tabs{
    margin-left: 0 !important;
    position: relative;
    z-index: 55;
}
.search-tabs .btn-wrap{
    width: 100%;
    height: 100%;
    padding-bottom: 1em;
    display: flex;
    align-items: center;
}
.search-tabs .btn-wrap button{
    width: 50% !important;
    margin-left: 10px;
}
.search-tabs .btn-wrap button:first-child{
    margin-left: 0;
    
}
/* #left_menu{
    padding-top: 20px;
} */
.row.female .col-6{
    padding-left: 20px;
}
#left_menu &gt; h3 &gt; span{
    font-size: 0.5em;
    color: rgb(133, 133, 133);
    font-family: 'Poppins Regular';
}
.female-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.female-header h1{
    font-family: 'Poppins Medium';
    font-size: 20px;
    margin-bottom: 0;
    color: black;
}
.female-header p{
    font-family: 'Poppins Light';
    font-size: 18px;
    color: rgb(146, 146, 146);
    margin-bottom: 0;
}
.female-item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.female-item a::after{
    content: '';
    background-color: #3056D4;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
}
.female-item a:hover::after{
    opacity: .1;
}
.female-item p{
    font-size: 18px;
    font-family: 'Poppins Regular';
    color: rgb(85, 85, 85);
    margin-bottom: 0;
    line-height: 25px;
}
.female-item span{
    font-size: 15px;
    color: rgb(146, 146, 146);
    font-family: 'Poppins Light';
}
@media screen and (max-width:1280px) {
    .row.female .col-6{
        width: 100%;
    }
    .search-select{
        width: 100% !important;
    }
}
@media screen and (max-width:840px) {
    .row.female .col-6{
        width: 100%;
    }
    .search-tabs .btn-wrap button{
        width: 100% !important;
        margin-left: 10px;
    }
    .search-tabs{
        width: 100% !important;
    }
    .search-tabs .btn-wrap{
        flex-direction: column;
    }
    .search-tabs .btn-wrap button{
        margin-left: 0;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
}</pre></body></html>