body {
    font-family: 'yekan', serif !important;
}

small {
    font-size: 85% !important;
}

.pc-header {
    background-color: #1b232d !important;
    padding: 5px 0 !important;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px !important;
}

.mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.mobile-nav {
    background: var(--pc-header-background);
    position: fixed;
    bottom: 10px;
    border-radius: 25px;
    height: 65px;
    width: 93%;
    display: flex;
    justify-content: space-around;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    z-index: 1000;
    max-width: 500px;
    backdrop-filter: blur(3px);
    border: 1px solid #5b5b5b;
}

.bloc-icon {
    justify-content: center;
    align-items: center;
    color: var(--pc-heading-color);
}

.bloc-icon img {
    width: 20px;
}

.nav-active {
    font-weight: 400;
    color: #0ead98;
}

.theme-main-color {
    color: #0083bf !important;
}

.ph-duotone-font {
    font-size: 23px;
}

.loading-bg {
    background-image: url("../images/loading-bg-1.jpg");
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.loading-text {
    position: absolute;
    bottom: 20%;
    color: white;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 20px;
}
.loading-bg h3 {
    color: white;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

[data-pc-layout="horizontal"][data-pc-direction="rtl"] .pc-container, [data-pc-layout="horizontal"][data-pc-direction="rtl"] .pc-footer {
    margin-right: 0 !important;
}

.pc-header {
    right: 0 !important;
    left: 0 !important;
    max-width: 500px !important;
    margin: 0 auto !important;
}

.pc-sidebar {
    display: none;
}

.pc-sidebar-popup {
    display: flex !important;
}

.pc-container {
    top: 74px !important;
}

[data-pc-theme="dark"] .card .border {
    border: none !important;
    border-right: 1px solid gray;
}

.notifier-container {
    font-family: 'yekan', serif !important;
}

.online-circle {
    width: 15px;
    height: 15px;
    background-color: #1de9b6 !important;
    border-radius: 50%;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.signal-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}
