@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Nunito', 'Tajawal', sans-serif;
    background: #f4f5fb;
}

a{
    color: #4054b2;
    text-decoration: none;
}
.boxed-image{
    object-fit: cover;
    aspect-ratio: 1 / 1;
    object-position: center;
}

/*Admin*/
/*Charts and Tables*/
.statistics-table {
    height: 350px;
    overflow: auto;
}


/*Tables*/
.table-responsive .main-th{
    min-width: 150px;
}


/* End admin */

/**/
.pointer{
    cursor: pointer;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4054b2;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2d4095;
}