body {
    font-family: "Tajawal", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

/* .content-page, 
.navbar-custom {
    margin-left: 0 !important;
} */

#appName {
    /* color: white; */
    text-shadow: 0px 0px 10px cyan,
                0px 0px 20px cyan,
                0px 0px 40px cyan,
                0px 0px 80px cyan;
}
#appNameWhite {
    color: white;
    text-shadow: 0px 0px 10px cyan,
                0px 0px 20px cyan,
                0px 0px 40px cyan,
                0px 0px 80px cyan;
}
/* #sideBBtn {
    transition: background-color 0.3s, transform 0.3s;
}

#sideBBtn:hover {
    transform: translateY(-2px);
} */

.fixed-size {
    height: 200px; /* Fixed height */
}

/* .btn-icon {
    display: flex;
    align-items: center;
} */

.btn-icon svg {
    width: 40px;
    height: 30px;
    margin-left: 7px;
}
