
@font-face {
    font-family: iransans ;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.ttf');
    src: url('../fonts/IRANSansWeb_Bold.ttf?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
    font-family: iransans_light ;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb_Light.ttf');
    src: url('../fonts/IRANSansWeb_Light.ttf?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: iransans_medium ;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb_Medium.ttf');
    src: url('../fonts/IRANSansWeb_Medium.ttf?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: vazir ;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/vazir.ttf');
    src: url('../fonts/vazir.ttf?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/vazir.ttf') format('truetype');
}


body{
    font-size: .875rem;
    direction: rtl;
    height: auto;
    font-family: 'iransans_medium' !important;
    margin: 0;
}

.datepicker-persian{
    font-family: 'iransans_medium' !important;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.tac{text-align: center}
.tar{text-align: right}
.tal{text-align: left}
/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/* Custom Css */
.btn-none {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.options {
    display: flex;
    align-items: center
}

.serviceBox {
    color: #fff;
    background: #075F73;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 0 10px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.serviceBox:before {
    content: "";
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.serviceBox .service-icon {
    background: #075F73;
    font-size: 35px;
    text-align: left;
    line-height: 200px;
    width: 130px;
    height: 110px;
    padding: 0 0 0 30px;
    margin: -60px 0 8px;
    border-radius: 20px 50% 80% 0 / 20px 50% 50% 0;
}

.serviceBox .title {
    background: #075F73;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 20px 15px 22px;
    margin: 0;
    border-radius: 30px 30px 100% 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.serviceBox .description {
    color: #777;
    line-height: 23px;
    margin: 0 25px;
    position: relative;
    bottom: 20px;
    left: 60px;
    font-weight: bolder;
    font-size:32px;
    padding:6px;
}

.serviceBox.yellow,
.serviceBox.yellow .title,
.serviceBox.yellow .service-icon {
    background: #db9111;
}

.serviceBox.blue,
.serviceBox.blue .title,
.serviceBox.blue .service-icon {
    background: #1371c4;
}

.serviceBox.green,
.serviceBox.green .title,
.serviceBox.green .service-icon {
    background: #3c9e37;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

.vertical_middle{
    vertical-align: middle !important;
}

.vertical_top{
    vertical-align: top;
}

.w-5{
    width: 5% !important;
}

.w-10{
    width: 10% !important;
}

.form-group{
    margin:4px;
}

.search_box {
    display: flex;
}

.search_box input {
    margin: 0 2px;
}

.pagination_container {
    display: flex;
}

.pagination_container nav {
    margin: 0 auto;
}

.badge-danger {
    background: #eb2d2d;
    font-size: 12px;
    padding: 5px 7px;
    color: #fff;
    vertical-align: text-bottom;
    margin-bottom: 4px;
}

.badge-success {
    background: #38d014;
    font-size: 12px;
    padding: 5px 7px;
    color: #fff;
    vertical-align: text-bottom;
    margin-bottom: 4px;
}

.badge-info {
    background: #158fec;
    font-size: 12px;
    padding: 5px 7px;
    color: #fff;
    vertical-align: text-bottom;
    margin-bottom: 4px;
}

.list-style-block {
    list-style: block;
}

#term_filter{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#term_filter_form{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
}
.scroll_side_menu{
    overflow-y: auto;
    height: 100vh;
    padding-right: 2rem;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
}
.users_search_items{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

#stage{
    position: relative;
    width: 50%;
    padding : 12px;
    /*border-radius: 2rem;*/
    /*border: 1px solid #0c0c0c;*/
    min-width: 400px;
    max-width: 1200px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    filter: drop-shadow(0 8px 12px rgba(125, 125, 125, .5));
    -webkit-filter: drop-shadow(0 8px 12px rgba(125, 125, 125, .5));
}
/*navbar start */
/* ✅ فقط برای موبایل - نوار پایین تمام عرض */
@media (max-width: 768px) {
  .navbar.custom-nav {
    position: fixed !important;
    bottom: 0;
    top: auto !important;
    left: 0;
    right: 0;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    z-index: 9999;
    padding: 6px 0;
  }

  .navbar.custom-nav ul {
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 0;
  }

  .navbar.custom-nav ul li {
    flex: 1;
    text-align: center;
  }

  .navbar.custom-nav ul li a {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px !important;
    padding: 4px 0 !important;
    width: 100%;
    border-radius: 10px;
  }

  .navbar.custom-nav ul li a i {
    font-size: 18px !important;
    margin-bottom: 2px;
  }
}

/* navbar End */
.wallet-container {
    max-width: 1000px;
    margin: 120px auto 50px;
    padding: 20px;
    background: #1a1a1a;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
}
.wallet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.wallet-header h2 {
    color: gold;
    font-size: 28px;
}
.wallet-balance {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.wallet-balance span {
    color: gold;
}
.wallet-actions {
    display: flex;
    gap: 10px;
    margin: 30px 0;
}
.wallet-btn {
    padding: 12px 25px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}
.wallet-btn.deposit {
    background: linear-gradient(45deg, #4CAF50, #2E7D32);
    color: #fff;
}
.wallet-btn.withdraw {
    background: linear-gradient(45deg, #F44336, #C62828);
    color: #fff;
}
.wallet-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}
.transaction-history {
    margin-top: 40px;
}
.transaction-history h4 {
    color: gold;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    padding-bottom: 10px;
}
.transaction-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.transaction-item:last-child {
    border-bottom: none;
}
.transaction-title {
    font-size: 16px;
    color: #ccc;
}
.transaction-date {
    font-size: 14px;
    color: #888;
}
.transaction-amount {
    font-weight: bold;
    font-size: 16px;
}
.plus {
    color: #4CAF50;
}
.minus {
    color: #F44336;
}
.dataTables_length select {
    color : #fff !important;
}

label{
    color : #FFFFFF !important;
}

.dataTables_wrapper option{
    color : #000 !important;
}

.admin-card:hover{
    text-decoration: none;
}
