@font-face {
    font-family: siransans;
    src: url('../font/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: siransans;
    src: url('../font/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: bold;
}

.setup-body {
    font-family: siransans;
    background-color: #FAFAFA;
}

.header-custom {
    background: url("../img/bg.jpg");
    background-size: cover;
}

.navbar-item-custom {
    color: #FFFFFF !important;
}

.navbar-item-custom:hover {
    color: #5A5A5A !important;
    transition: 1s;
}

.logo-img {
    width: 70%;
    height: auto;
}
.bg-login{
    background: url("../img/bg-login.png");
    background-size: cover;
}


.side-menu-item:hover {
    background-color: #0066ff;
    color: #FAFAFA !important;
}

.side-menu-item {
    background-color: #212529;
    color: #f8f9fa;
}

.scroll-container {
    height: 500;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


.scroll-page {
    display: flex;
    align-items: center;
    justify-content: center;
}