@font-face {
    font-family: azarmehr;
    font-style: normal;
    font-weight: 100;
    src: url("../storage/fonts/azarmehr/100-AzarMehr-FD-Thin.ttf");
}

@font-face {
    font-family: azarmehr;
    font-weight: normal;
    src: url("../storage/fonts/azarmehr/400-AzarMehr-FD-Regular.ttf");
}

@font-face {
    font-family: azarmehr;
    font-weight: bold;
    src: url("../storage/fonts/azarmehr/700-AzarMehr-FD-Bold.ttf");
}

@font-face {
    font-family: azarmehr;
    font-weight: 900;
    src: url("../storage/fonts/azarmehr/900-AzarMehr-FD-Black.ttf");
}

body {
    direction: rtl;
    font-family: azarmehr;
    transition: 0.3s;
    background-color:#1B1B1B !important;
}
.swiper-pagination > span{
    --swiper-theme-color: #B8DD66 !important;
}

.inputReview input:focus,
.inputReview input:not(:placeholder-shown),
.inputReview textarea:focus,
.inputReview textarea:not(:placeholder-shown),
.inputReview input:-internal-autofill-selected {
    border-color: #545454 !important;
    background-color: transparent !important;
}
.boxLabel:hover,
.loginTab:has(#item1:checked) label:nth-child(1)
 {
    background-color: #1B1B1B;
    border-radius: 8px;
    color: #B8DD66;
    font-weight: bold;
}

.boxLabel:hover,
.loginTab:has(#item2:checked) label:nth-child(2) {
    background-color: #1B1B1B;
    border-radius: 8px;
    --tw-text-opacity: 1;
    color: #B8DD66;
    font-weight: bold;
}
.overflow-y-scroll::-webkit-scrollbar {
    width: 5px;
    height: 10px !important;
}
.overflow-y-scroll::-webkit-scrollbar-track {
    height: 10px !important;
        border-radius: 5px;
}
.overflow-y-scroll::-webkit-scrollbar-thumb {
        background-color: rgba(84, 84, 84, 0.40) !important;
            border-radius: 5px;
}


.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }



.pagination-arrow,
.pagination-current {
    padding: 0.5rem 0.75rem;
    margin: 0 0.25rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #ffffff;
    background-color: transparent;
    border: solid 1px #e5e7eb;
    border-radius: 0.25rem;
    cursor: pointer;
}

.pagination-arrow:hover {
    background-color: rgb(184 221 102 / var(--tw-text-opacity));
    color: #1B1B1B;
        border: solid 1px #1B1B1B;
}

.pagination-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.pagination-current {
    background-color: rgb(184 221 102 / var(--tw-text-opacity));
        color: #1B1B1B;
        border: solid 1px #1B1B1B;
}
