@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}
.gradient-bg {
    background: linear-gradient(95deg, rgba(227,189,236,1) 68%, rgba(144,130,216,1) 90%);
}

body {
    background-color: white !important;
}
:root {
    --primary-color: #4B91E1;
}
::selection {
    background-color: #4B91E1 !important;
    color: white;
}
.accent-color {
    accent-color: #4B91E1;
}
/* scrollbar styling  */
::-webkit-scrollbar {
    width: 14px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #4B91E1;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #4B91E1;
    border-radius: 10px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #4B91E1 #f1f1f1;
}

.scrollbar {
    -ms-overflow-style: none;
}

input:focus,
textarea:focus,
select:focus {
    --tw-ring-color: transparent !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
    margin: 20px;
}
.dataTables_info {
    color: #acadae !important;
}
.dataTables_length select {
    width: 60px;
}

.shadow-dark {
    box-shadow: 0px 0px 11px 0px #00000040;
}
.shadow-med {
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.07);
}
table.dataTable {
    overflow-x: hidden !important;
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 18px 10px !important;
    color: #323c47;
}

input[aria-controls="datatable"]{
border-radius: 20px !important;
padding-left: 20px !important;

}
.canvasjs-chart-credit {
    display: none !important;
}

/* game card hover  */
.game-card:hover .gc_heading {
    color: white !important;
}

#lessonDate::-webkit-datetime-edit-text,
#lessonDate::-webkit-datetime-edit-month-field,
#lessonDate::-webkit-datetime-edit-day-field,
#lessonDate::-webkit-datetime-edit-year-field {
    color: gray;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 16px !important;
    height: 16px !important;
    background: white !important;
    cursor: pointer !important;
}

.slider::-moz-range-thumb {
    width: 25px !important;
    height: 25px !important;
    background: var(--primary-color) !important;
    cursor: pointer !important;
}

/* select 2  styling */

.select2-results__option[aria-selected="true"] {
    background-color: var(--primary-color) !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444 !important;
    line-height: 42px !important;
    text-align: left !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6 !important;
    height: 42px !important;
    border-radius: 0.375rem;
}

.select2-container--default .select2-selection--single:focus {
    border: 1px solid var(--primary-color) !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 8px !important;
}

.dataTables_length label {
    display: flex !important;
    gap: 10px;
    align-items: center;
}
.select2-selection__rendereds{
    background-color: gray;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 10px;
    color: white;

}


/* =============sidebar ============= */

aside  .listItem{

    
}
/* aside  .listItem:hover{
    color: #3f5efb;
    background: #fff;
    outline: none;
    position: relative;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

} */

aside .listItem:hover::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 100%;
    right: 0;
    height: 35px;
    width: 35px;
    border-bottom-right-radius: 18px;
    box-shadow: 0 20px 0 0 #fff;
  }
   
  aside .listItem:hover::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 42px;
    right: 0;
    height: 35px;
    width: 35px;
    border-top-right-radius: 18px;
    box-shadow: 0 -18px 0 0 #fff;
  }

.swal2-actions {
    display: flex;
    flex-direction: row-reverse;  /* This will reverse the order of the buttons */
}

.sidebar-main::-webkit-scrollbar {
    display: none;
}
.sidebar-main{
       scrollbar-width: none;
}
.drop-shadow{
    box-shadow: 0px 0px 3.02px 0px rgba(0, 0, 0, 0.2);
}
.custom-shadow{
    box-shadow: 0px 0px 9px 0px #0000001A;
}