
.avatar {
    height: 30px;
    width: 30px;
}

.sidebar-dropdown .sidebar-link:before {
    content: "";
    display: inline-block;
    left: -14px;
    position: relative;
    transform: translateX(0);
    transition: all .1s ease;
}

.gear-btn{
    border-radius: 13px;
    padding: 10px;
    padding: 17px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.bottom-nav .nav-item {
    text-align: center;
    color: #808080;
}

.center-button {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: #6200ea;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.btn-floating {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
}

.text-blue{
    color: #4600AE ;
}

@font-face {
    font-family: 'IBM Plex Arabic';
    src: url('/assets/fonts/IBMPlexArabic-Text.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'IBM Plex Arabic', sans-serif;
}

.grad-color{
    background: linear-gradient(90deg, rgb(71 86 93 / 65%) 0%, rgb(124 134 140) 23%, rgb(6 59 76 / 97%) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}