body {
    font-family: IRANYekanX, Arial, sans-serif;
    background-color: #f8f9fa;
}

header h1 {
    font-size: 24px;
}

h5 i {
    margin-left: 8px;
}

.nav-logo{
    width: 36px;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    padding: 4px;
    border-bottom: 1px solid #dee2e6;
}

.sidebar-menu li:last-child {
    border-bottom: none;
}


.sidebar-menu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50; 
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.sidebar-menu li a i {
    margin-left: 10px;
    font-size: 18px;
}

.sidebar-menu li a:hover {
    background-color: #e2e6ea; 
    color: #007bff; 
}

.sidebar-menu li a.active {
    background-color: #007bff; 
    color: #ffffff; 
}

.sidebar-menu li.logout a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #dc3545; 
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.sidebar-menu li.logout a i {
    margin-left: 10px;
    font-size: 18px;
}

.sidebar-menu li.logout a:hover {
    background-color: #f8d7da; 
    color: #721c24; 
}

.sidebar-menu li.logout a.active {
    background-color: #dc3545; 
    color: #ffffff; 
}



.list-group-item {
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease;
    padding: 10px;
    border:0;
    border-bottom:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item .service-name {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 80px; 
}

.list-group-item:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}
.list-group-item.active {
    background: #e1e1e1;  
    border-color: #ddd; 
    color: #212529;
}

.list-group{
    padding-right: 0px;
}

#service-list{
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
}
#country-list{
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
}
#operator-list{
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
 
.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button::after {
    margin-left: 10px;  
    transition: transform 0.3s ease;  
}

.accordion-button {
    text-align: right;
}

.text-muted {
    color: #6c757d; 
    line-height: 1.8;
}

.small {
    font-size: 0.9rem; 
}

nav {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.footer-social a {
    font-size: 24px;
    margin-right: 15px;
}

.footer-flex {
    display: flex;
    align-items: center;
}

.footer-btn {
    margin-top: 10px;
}

.footer-section {
    margin-bottom: 25px;
}

.flags{
    height: 40px;
    transform: scale(0.6);

}
.products{
    border-radius: 50%;
}

.fs-8{
    font-size: 0.8rem!important;
}


.form-control {
    border-radius: 6px;
    padding: 10px;
    font-size: 14px; 
    border:1px solid #ddd;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); 
}

.btn {
    border-radius: 6px;
    padding: 10px;
    font-size: 14px; 
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #007bff;
    border: none;
}

.btn-primary:hover {
    background-color: #0056b3;
}

#send_otp_link {
    font-size: 13px;
    color: #2d2d2d;
}

#send_otp_link a {
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
}

#send_otp_link a:hover {
    text-decoration: underline;
}

.text-center a {
    font-size: 14px;
    font-weight: 500;
}

.text-center a:hover {
    text-decoration: underline;
}

#password_section,
#otp_section,
#login_with_password,
#login_with_otp,
#send_otp_link {
    display: none;
}


  .feature-item {
        gap: 20px;
        padding: 15px;
        border-radius: 8px;
        background-color: #f9f9f9;
    }


.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}



.rules-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #fff;
  border-radius: .5rem;
}



.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

#accordionFlushProcess {
    position: relative; 
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    border-radius:10px;
}

.loading-content {
    text-align: center;
}


.badge-custom {
    display: inline-block;
    padding: 0.3rem 0.6rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 0.5rem;
}

.bg-light-success {
    background-color: #eafaf1; 
}

.bg-light-danger {
    background-color: #fdecea; 
}

.bg-light-info {
    background-color: #e8f4fc; 
}

.bg-light-secondary {
    background-color: #f6f6f6; 
}

.border-success {
    border-color: #28a745 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.bg-light-warning {
    background-color: #fff3cd; 
}

.border-warning {
    border-color: #ffc107 !important; 
}

.accordion-button.loading::after {
    display:none;
}
.accordion-button-loading {
    display: none;
}
.accordion-button.loading .accordion-button-loading {
    display: inline-block; 
}
.spinner-border-sm{
    --bs-spinner-border-width:0.14rem;
}
