
@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;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body{
    background: #f4f5fb;
    font-family: 'Nunito', 'Tajawal', sans-serif;
}

a{
    text-decoration: none
}

/*Framework*/
.pointer{
    cursor: pointer;
}
.last-child:last-child{
    display: none
}
.dropdown-hover:hover .dropdown-menu{display: block}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}