/* You can add global styles to this file, and also import other style files */
/************************ RESET ************************/
body{
    overflow-x:hidden ;
    padding: 0;
}

td{
    border: none;
}

ul{
    list-style: none !important;
}

input:focus{
  border: 0;
  outline: none;
}

/* Style the scrollbar track */
::-webkit-scrollbar {
  width: 8px; /* Set the width of the scrollbar */
}

/* Style the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background-color: #504BFF; /* Background color of the thumb */
  border-radius: 6px; /* Rounded corners for the thumb */
}


/* Style the scrollbar track (track color) for WebKit browsers (Chrome and Safari) */
::-webkit-scrollbar-track {
  background-color: rgba(82, 77, 255,15%)
}


.page-item.active .page-link{
  background-color: #5932EA;
  border: none;
  border-radius: 50%;
}
/************************ COLORS ************************/

/* TEXT COLORS */

.text-gray-200{
    color: #11263C;
}

.text-gray-100{
    color: #4D4D4D;
}

.text-gray-99{
    color: #232222;
}

.text-gray-90{
    color: #4A4A4A;
}

.text-gray-80{
    color: #4F4F4F;
}

.text-bleu-100{
    color: #00024F;
}

.text-bleu-90{
    color: #4E25FF;
}

.text-bleu-50{
    color: #504BFF;
}

.text-bleu-10{
    color: #56A6FF;
}

.text-red-50{
    color: #FF1761;
}

.text-yellow-50{
    color: #F8D219;
}

.text-gray-op-37{
    color: rgba(79, 79, 79, 0.37);
}

/* BAGROUND COLORS */

.bg-gray-op-37{
    background-color: rgba(79, 79, 79, 0.06);
}

.bg-gray-op-6{
    background: rgba(169, 169, 169, 0.06);
}

.bg-green-80{
    background-color: #00AC4F;
}

.bg-linear-gradient{
  background: linear-gradient(0.3deg, #D9D9D9 -20.58%, rgba(255, 255, 255, 0) 53.5%);
}

.bg-none{
    background-color: transparent;
}

.bg-hover-none:hover{
    color: #fff;
    background: linear-gradient(90.76deg, #504BFF 3.9%, #8481FF 126.34%);
    border-radius: 47px;
}

/* EFFECT */
.fade{
    background: rgba(79, 79, 79, 0.16) !important;
    backdrop-filter: blur(6.5px) !important;
}

.border-card{
  border: 0.95px solid rgba(0,0,0,0.1);
}



/************************ FONTS ************************/

/* font size */

.fs-38{
    font-size: 28px;
}

/************************ BOX MODEL ************************/

.shadow-none{
    box-shadow: none;
}
.shadow-card{
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
}

.p-icon{
    padding: 3px 5px;
}


/************************ FORM ************************/

.form-control{
    color: rgba(79, 79, 79);
    font-weight: bold;
}

.form-control:focus{
    background: rgba(79, 79, 79, 0.06);
}

.form-select{
    background-image: url("/assets/images/icons/arrow-down-input.png") !important;
    background-size:35px;
    background-position: right 0.1rem center;
}

.form-check-input:checked{
    border-color: #504BFF;
    background-color: #504BFF;
}

.form-check.custom-form-check .form-check-input:checked {
    background-color: #5932EA;
    border-color: #5932EA;
}


.custom-icon-bg-info{
    background: #5932EA;
}

.custom-btn{
    color: #fff;
    background: linear-gradient(90.76deg, #504BFF 3.9%, #8481FF 126.34%);
    border-radius: 47px;
    transition: ease .5s;
}
.custom-btn:hover{
  color: #fff;
  background: linear-gradient(90.76deg, #504BFF 3.9%, #8481FF 126.34%);
}

.custom-btn-reset{
    background: rgba(80, 75, 255, 0.1);
    border-radius: 47px;
}

.cursor-pointer{
    cursor: pointer;
}

.input-raduis{
    background: #FFFFFF;
    border-radius: 13px;
}

.raduis-card{
    border-radius: 16px;
}


.small-radius{
    border-radius: 10px !important;
}
.raduis-card-button{
  border-radius: 0 0 16px 16px;
}

.waves-effect{
    display:inline-block;
}

/************************ POSITION ************************/

.z-index-buttom{
    z-index: -1000;
}

.z-index-top{
    z-index: 1002;
}

.card-container {
  display: table;
  width: 100%;
}

.d-table-cell {
  display: table-cell;
}

.overflow-x-auto{
  overflow-x: auto;
}
.white-space-nowrap{
  white-space: nowrap;
}

.white-space-normal{
  white-space: normal;
}

/************************ SECTIONS ************************/

/*------------------- TopNavbar -----------------*/
.navbar-custom{
    max-width: calc(100%-270px);
    width: 100%;
}

.topnav-menu.topnav-menu-left .button-menu-mobile{
    position: relative;
    left: 240px;
    transition: all 0.5s ease-in-out;
}

.topnav-menu.topnav-menu-left .button-menu-mobile.close{
    position: relative;
    left: 78px;
    transition: all 0.5s ease-in-out;
}


/*------------------- SideBar -----------------*/

.shadow{
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

.left-side-menu {
    width: 240px;
    background: #fff;
    bottom: 0;
    padding: 20px 0;
    position: fixed;
    transition: all 0.5s ease;
    top: 70px;
    box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}
#sidebar-menu{
    background: #fff;
}

#side-menu{
    height: 100%;
    padding: 30px 0 150px 0;
    overflow: auto;
    position: relative;
}




#sidebar-menu .active{
    background: #5932EA;
    color: #FFFFFF;
    border-radius: 8px;
}

#sidebar-menu .active:hover{
  color: #FFFFFF !important;
}

#sidebar-menu .active > svg g path,
#sidebar-menu .active > svg path,
#sidebar-menu .active > svg defs clipPath rect {
  fill: #fff !important;
}

#sidebar-menu > ul > li > a:hover {
    color: #71b6f9;
    text-decoration: none;
}

#sidebar-menu > ul {
    list-style: none;
    padding: 0;
}
#sidebar-menu > ul > li > a {
    color: #6e768e;
    display: block;
    padding: 12px 15px;
    position: relative;
    transition: all 0.4s;
    font-family: Karla, sans-serif;
    font-size: 0.95rem;
}

#sidebar-menu > ul > li > a svg {
  width: 28px;
  height: 23px;
  margin-left: -4px;
  margin-right: 2px;
}


/*------------------- Content-Page -----------------*/


.content-page {
    margin-left: 240px;
    overflow: hidden;
    padding: 45px 12px 65px 12px;
    min-height: 80vh;
    margin-top: 70px;
    transition: all 0.5s ease-in-out;
}


/*------------------- upload -----------------*/

.add-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding: 20px;
    border-radius: 10px;
    color: #444;
    background: #eee;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed rgba(0,0,0,32%);
    color: #444;
    background: #f7f7f7;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
  }


/*------------------- accordion -----------------*/

  .custom-accordion .card{
    border: none !important;
    background-color: rgba(247, 247, 247,0.6);
  }



.custom-accordion .card{
    border: none !important;
    background-color: rgba(247, 247, 247,0.6);
}


/********************************* PAGES ********************************/


/*------------------- LOGIN PAGE -----------------*/

.card-blur-auth{
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    border-radius: 40px;
    border: 1px solid #fff;
}
.course-card{
    background: rgba(80, 75, 255, 0.08);
    border-radius: 8.99038px;
}

.students-card{
    background: rgba(255, 23, 97, 0.06);
    border-radius: 8.99038px;
}

.subscription-card{
    background: rgba(248, 210, 25, 0.1);
    border-radius: 8.99038px;
}

.message-card{
    background: rgba(86, 166, 255, 0.06);
    border-radius: 8.99038px;
}

.row-auth{
    height: inherit;
}

.auth-bg-right{
    height: inherit;
}

.auth-bg-img-right{
    width: 100%;
    height: inherit;
    display: flex;
    justify-content: end;
}

.auth-bg-img-right img{
    max-width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.auth-bg-buttom-right{
    position: absolute;
    bottom: 0%;
    z-index: -99;
    width: inherit;
    height: 40%;
    background-color: #fff;
}

.form-control.auth-form{
  color: rgba(79, 79, 79);
}

.form-control.auth-form:focus{
  background: #fff;
}
.auth-bg-left{
    background: url('/assets/images/auth-bg-left.png');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 100vh;
}

.img-contain{
  width: 150px;
}
.table-list-img{
  max-width :100%;
  height: auto;
  object-fit:contain;
  border-radius: 10px;
}
/*------------------- Student PAGE -----------------*/


@media (min-width: 576px){
    .modal-dialog.student-info-card {
        max-width: fit-content;
        margin: 1.75rem auto;
    }
}



/********************************* MEDIA QUERY ********************************/
/* ---- for responsive ---*/

/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {  }

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .topnav-menu.topnav-menu-left .button-menu-mobile.close{
    left: 0;
}
}

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (min-width: 991.98px) {

    /* Toggle Action */
.left-side-menu.close ~ .content-page {
    left: 78px;
    width: calc(100%-78px);
    margin-left: 78px;
    transition: all 0.5s ease-in-out;
    margin-right: 0;
}

.navbar-custom .topnav-menu.topnav-menu-left ~ .left-side-menu.close{
    transform: translateX(78px);

}

.topnav-menu-left + .left-side-menu.close{
    transform: translateX(-240px);
}



.left-side-menu.close{
    width: 78px;
}

.left-side-menu.close .logo-name{
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}




.left-side-menu.close #side-menu {
    overflow: visible;
}

.left-side-menu.close #sidebar-menu li a .menu-link-name {
    opacity: 0;
    pointer-events: none;
    display: none;
}

.left-side-menu.close #sidebar-menu li a .menu-arrow {
    opacity: 0;
    pointer-events: none;
}


.left-side-menu #side-menu li .sub-menu a {
    color: #5932EA;
    font-size: 15px;
    padding: 5px 0;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.left-side-menu #side-menu li .sub-menu a:hover {
    opacity: 1;
}

.left-side-menu.close #side-menu li .sub-menu {
    position: absolute;
    left: 130%;
    top: 0px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.left-side-menu.close #side-menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.25);
}

.left-side-menu #side-menu li .sub-menu .menu-link-name {
    display: none;
}

.left-side-menu #side-menu li .sub-menu {
    display: none;
}


.left-side-menu #side-menu li .sub-menu .menu-link-name {
    font-size: 18px;
    opacity: 1;
    display: block;
}

.left-side-menu #side-menu li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
  }


  .left-side-menu #side-menu li:hover .sub-menu.blank {
    top:3%;
    transform: translateY(-10%);
  }


}

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {  }















/*
file system style
*/

/* body{margin-top:20px;} */
.file-manager-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.file-manager-actions > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.file-manager-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.file-item {
    position: relative;
    z-index: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #eee;
    cursor: pointer;
}
.file-item:hover,
.file-item.focused {
    border-color: rgba(0, 0, 0, 0.05);
}
.file-item.focused {
    z-index: 2;
}
.file-item * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration:none;
}
.dark-style .file-item:hover,
.dark-style .file-item.focused {
    border-color: rgba(255, 255, 255, 0.2);
}
.file-item-checkbox {
    margin: 0 !important;
}
.file-item-select-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.file-item-img {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
}
.file-item-name {
    display: block;
    overflow: hidden;
}
.file-manager-col-view .file-item {
    margin: 0 0.25rem 0.25rem 0;
    padding: 1.25rem 0 1rem 0;
    width: 9rem;
    text-align: center;
}
[dir="rtl"] .file-manager-col-view .file-item {
    margin-right: 0;
    margin-left: 0.25rem;
}
.file-manager-col-view .file-item-img,
.file-manager-col-view .file-item-icon {
    display: block;
    margin: 0 auto 0.75rem auto;
    width: 4rem;
    height: 4rem;
    font-size: 2.5rem;
    line-height: 4rem;
}
.file-manager-col-view .file-item-level-up {
    font-size: 1.5rem;
}
.file-manager-col-view .file-item-checkbox,
.file-manager-col-view .file-item-actions {
    position: absolute;
    top: 6px;
}
.file-manager-col-view .file-item-checkbox {
    left: 6px;
}
[dir="rtl"] .file-manager-col-view .file-item-checkbox {
    right: 6px;
    left: auto;
}
.file-manager-col-view .file-item-actions {
    right: 6px;
}
[dir="rtl"] .file-manager-col-view .file-item-actions {
    right: auto;
    left: 6px;
}
.file-manager-col-view .file-item-name {
    width: 100%;
}
.file-manager-col-view .file-manager-row-header,
.file-manager-col-view .file-item-changed {
    display: none;
}
.file-manager-row-view .file-manager-row-header,
.file-manager-row-view .file-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0.125rem 0;
    padding: 0.25rem 3rem 0.25rem 2.25em;
    width: 100%;
}
[dir="rtl"] .file-manager-row-view .file-manager-row-header,
[dir="rtl"] .file-manager-row-view .file-item {
    padding-right: 2.25em;
    padding-left: 3rem;
}
.file-manager-row-view .file-item-img,
.file-manager-row-view .file-item-icon {
    display: block;
    margin: 0 1rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 2rem;
}
.file-manager-row-view .file-item-level-up {
    font-size: 1rem;
}
.file-manager-row-view .file-item-checkbox,
.file-manager-row-view .file-item-actions {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.file-manager-row-view .file-item-checkbox {
    left: 10px;
}
[dir="rtl"] .file-manager-row-view .file-item-checkbox {
    right: 10px;
    left: auto;
}
.file-manager-row-view .file-item-actions {
    right: 10px;
}
[dir="rtl"] .file-manager-row-view .file-item-actions {
    right: auto;
    left: 10px;
}
.file-manager-row-view .file-item-changed {
    display: none;
    margin-left: auto;
    width: 10rem;
}
[dir="rtl"] .file-manager-row-view .file-item-changed {
    margin-right: auto;
    margin-left: 0;
}
.file-manager-row-view .file-item-name {
    width: calc(100% - 4rem);
}
.file-manager-row-view .file-manager-row-header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    font-weight: bold;
}
.file-manager-row-view .file-manager-row-header .file-item-name {
    margin-left: 4rem;
}
[dir="rtl"] .file-manager-row-view .file-manager-row-header .file-item-name {
    margin-right: 4rem;
    margin-left: 0;
}
.light-style .file-item-name {
    color: #4e5155 !important;
}
.light-style .file-item.selected .file-item-select-bg {
    opacity: 0.15;
}
@media (min-width: 768px) {
    .light-style .file-manager-row-view .file-item-changed {
        display: block;
    }
    .light-style .file-manager-row-view .file-item-name {
        width: calc(100% - 15rem);
    }
}
@media (min-width: 992px) {
    .light-style .file-manager-col-view .file-item-checkbox,
    .light-style .file-manager-col-view .file-item-actions {
        opacity: 0;
    }
    .light-style .file-manager-col-view .file-item:hover .file-item-checkbox,
    .light-style .file-manager-col-view .file-item.focused .file-item-checkbox,
    .light-style .file-manager-col-view .file-item.selected .file-item-checkbox,
    .light-style .file-manager-col-view .file-item:hover .file-item-actions,
    .light-style .file-manager-col-view .file-item.focused .file-item-actions,
    .light-style .file-manager-col-view .file-item.selected .file-item-actions {
        opacity: 1;
    }
}
.material-style .file-item-name {
    color: #4e5155 !important;
}
.material-style .file-item.selected .file-item-select-bg {
    opacity: 0.15;
}
@media (min-width: 768px) {
    .material-style .file-manager-row-view .file-item-changed {
        display: block;
    }
    .material-style .file-manager-row-view .file-item-name {
        width: calc(100% - 15rem);
    }
}
@media (min-width: 992px) {
    .material-style .file-manager-col-view .file-item-checkbox,
    .material-style .file-manager-col-view .file-item-actions {
        opacity: 0;
    }
    .material-style .file-manager-col-view .file-item:hover .file-item-checkbox,
    .material-style .file-manager-col-view .file-item.focused .file-item-checkbox,
    .material-style .file-manager-col-view .file-item.selected .file-item-checkbox,
    .material-style .file-manager-col-view .file-item:hover .file-item-actions,
    .material-style .file-manager-col-view .file-item.focused .file-item-actions,
    .material-style .file-manager-col-view .file-item.selected .file-item-actions {
        opacity: 1;
    }
}
.dark-style .file-item-name {
    color: #fff !important;
}
.dark-style .file-item.selected .file-item-select-bg {
    opacity: 0.15;
}
@media (min-width: 768px) {
    .dark-style .file-manager-row-view .file-item-changed {
        display: block;
    }
    .dark-style .file-manager-row-view .file-item-name {
        width: calc(100% - 15rem);
    }
}
@media (min-width: 992px) {

    .dark-style .file-manager-col-view .file-item:hover .file-item-checkbox,
    .dark-style .file-manager-col-view .file-item.focused .file-item-checkbox,
    .dark-style .file-manager-col-view .file-item.selected .file-item-checkbox,
    .dark-style .file-manager-col-view .file-item:hover .file-item-actions,
    .dark-style .file-manager-col-view .file-item.focused .file-item-actions,
    .dark-style .file-manager-col-view .file-item.selected .file-item-actions {
        opacity: 1;
    }
}
