*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
body{
   overflow-x: hidden;
}
section{
    padding: 20px 210px;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.logo{
    width:45px;
    border-radius: 10px;
    margin: 0px 10px;


}




.profo{
    float: right;

    background-color: #06715E;
    padding: 10px;
    border-radius: 8px;
}

.profo p:nth-child(1){
    font-size: 12px;
    color: #ddd;
    opacity: 80%;

}


.profo p:nth-child(2){
    color: #ddd;
    text-transform: uppercase;
    font-weight: 600;

}

.logo img{
    width: 100%;
    border-radius: 10px;

}
header{
    background-color: #F2F2F2;
    width: 100%;
    height: auto;

}

.nav-bar{
    padding: 20px 200px 20px 200px;
}

.nav-primery ul{
    display: flex;
}

.nav-primery ul li{
    margin: 20px 10px 0px 10px;
}

.nav-primery ul a{
    font-size: 13px;
    font-weight: 500;
    color: #2d2d22;
    opacity: 80%;
}

/* seconde menue */

.seconde_menu{
    display: flex;
    justify-content: space-between;
    background-color: #2d2d22;
    padding: 15px 200px;
}

.seconde_menu ul{
    display: flex;
}

.seconde_menu ul li{
    margin: 0 10px;
}

.seconde_menu ul li a{
    color: #F2F2F2;
    font-size: 13px;
   font-weight: 400;
   text-transform: capitalize;
}



.img-profile{
    width: 35px;
    object-fit: contain;
    height: 35px;
    background-color: #777;
    border-radius: 50%;

}
.img-profile img{
    width: 100%;
}
.profil-heard .price-prof{
    display:inline-block;
}

.dash{
    padding: 15px 210px;
}

.dash a{
    font-size: 12px;
    color: #2d2d22;
    font-weight: bold;
    opacity: 50%;
}

.bar-one{

    border:solid 0.5px #06715E;
    color: #06715E;
}

.card{
    background-color: #06715E;
    padding: 25px;
    width: 100%;
    border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);

}
.card:nth-child(2){
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);

}
.card p{
    color: #F2F2F2;
    font-size: 10px;
    text-spacing-trim: 1;
    display: block;
    margin-bottom: 8px;

}

.card:nth-child(2) p{
    color: red;
}
.card:nth-child(2) .prices h4{
    color: red;
}


.prices {
    padding: 5px 0px;
}
.prices h4{
    font-size: 30px;
    color: #F2F2F2;
}

.prices span{
    font-size: 10px;
    font-weight: 400;
}
.card-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add_credit{
    background-color: #FFBF6C;
    padding: 10px;
    border-radius: 5px;
}
.add_credit a{
   color: #F2F2F2;
   font-size: 12px;
}

.cards {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}


.twobox-total{
    background: #fff;
    margin: 20px 0;
    padding: 20px;
    display: flex;
    border-radius: 8px;
     box-shadow: 0 8px 20px rgba(0,0,0,0.08);


}

.total_receid{

    text-align: center;
    justify-content: center;

    width: 100%;
}

.total_receid h4{
    color:#06715E;
    font-size: 30px;
}

.total_receid span{
    font-size: 10px;
    font-weight: 400;
}

.total_receid p{
    font-size: 13px;
    padding: 10px 0px;
}

.total_receid i{
   font-size: 25px;
}








.stats-container {
  display: grid ;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20 0px;
}

.stat-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.stat-card h3 {
  margin: 0 0 10px;
  font-size: 14px;
  color: #555;
}

.stat-number {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222;
}

.progress {
  width: 100%;
  height: 3px;
  background: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.progress-bar {
  height: 100%;
  background: #06715E;
  width: 0;
  transition: width 0.6s ease;
}

.progress-bar.green {
  background: #FFBF6C;
}

.progress-bar.orange {
  background:red;
}

.stat-card p {
  font-size: 13px;
  color: #777;
}




.anorce{
    width: 100%;
    border: solid 0.1px #777;
    padding: 20px;
    margin-top: 30px;
    max-height: 250px;
    overflow-x: scroll;
}

.anorce h4{
    padding: 15px 0px 5px 0px;
    font-size: 13px;
    font-weight: 500;
}
.anorce p{
    padding-bottom: 4px;
}
.service_adds hr{
    border: solid 0.1px #777;

}


.menu-mobile{
    display: none;
}

.site-footer {
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  padding: 15px 0;
  font-family: Arial, sans-serif;
  margin-top: 80px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-left p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-right img {
  height: 26px;
  opacity: 0.85;
  transition: 0.3s;
}

.footer-right img:hover {
  opacity: 1;
}











/*------------@media (max-width: 600px) {
styles pou telephone */

@media (max-width: 600px) {

  section{
    padding: 10px 15px;
  }

  .card{
    background-color: #06715E;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }

  .add_credit{
    background-color: #FFBF6C;
    padding: 5px;
    border-radius: 5px;
  }
  .add_credit a{
    color: #F2F2F2;
    font-size: 10px;
  }

  .prices{
    padding: 5px 0px;
  }
  .prices h4{
    font-size: 15px;
    color: #F2F2F2;
    font-weight: 400;
  }

  .twobox-total{
    background: #fff;
    margin: 20px 0;
    padding: 10px;
    display: flex;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }

  .twobox-total h4{
    font-size: 20px;
    font-weight: 400;
  }

  .stats-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 5px;
    padding: 20px 0px;
  }

  .stat-card{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }

  .total_receid i{
    font-size: 20px;
  }

  .nav-bar{
    padding: 5px 10px 5px 10px;
    display: none;
  }

  .seconde_menu{
    display: none;
  }

  .dash{
    padding: 10px 10px;
  }

  .dash a{
    font-size: 10px;
    color: #2d2d22;
    font-weight: 400;
    opacity: 50%;
  }

 /* =========================
     ✅ FIX MOBILE MENU LAYERING
     ========================= */

  /* menu top bar: always on top */
  .menu-mobile{
    display: block;
    position: fixed;           /* ✅ was relative */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;            /* ✅ force above sections */
    background: #fff;          /* ✅ so it doesn't look transparent */
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }

  /* space so content doesn't go under fixed menu */
  body{
    padding-top: 60px;         /* ✅ adjust to your menu height */
  }

  .menu-btn{
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .menu-btn i{
    font-size: 25px;
    cursor: pointer;
  }

  /* Side menu */
  .nav-mobiles{
    position: fixed;
    top: 0;
    left: -230px;
    width: 230px;
    height: 100vh;
    background-color: #F2F2F2;
    transition: left 0.3s ease;
    z-index: 11000;            /* ✅ above menu bar + page */
    overflow-y: auto;
  }

  .nav-mobiles.active{
    left: 0px;
  }

  /* ✅ overlay behind side menu */
  .nav-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: none;
    z-index: 10500;            /* ✅ between page and menu */
  }

  .nav-overlay.active{
    display: block;
  }

  .mobile-links{
    position: absolute;
    top: 130px;
    left: 25px;
    width: 100%;
  }

  .mobile-links li{
    margin: 10px 0px;
  }

  .mobile-links li a{
    color: #222;
  }

  .profil-phone{
    width: 100%;
    background-color: #222;
    display: flex;
    padding: 20px;
  }

  .profil-phone p{
    display: inline-block;
    font-size: 14px;
    margin: 0px 10px;
    color: #F2F2F2;
  }

  .img-prof{
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .img-prof img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .accounts{
    font-size: 12px;
    opacity: 50%;
  }

  .login{
    position: absolute;
    bottom: 10px;
    padding: 20px;
  }

  .login p{
    padding: 5px 0;
    opacity: 60%;
  }

  .login span{
    opacity: 60%;
  }

  .logount a{
    color: red;
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
  }
}





@media (max-width: 1024px) and (min-width: 601px) {

       section{
    padding: 10px 15px;
}

.card{
    background-color: #06715E;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);

}


.add_credit{
    background-color: #FFBF6C;
    padding: 5px;
    border-radius: 5px;
}
.add_credit a{
   color: #F2F2F2;
   font-size: 10px;
}

.prices {
    padding: 5px 0px;
}
.prices h4{
    font-size: 15px;
    color: #F2F2F2;
    font-weight: 400;
}

.twobox-total{
    background: #fff;
    margin: 20px 0;
    padding: 10px;
    display: flex;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);

}

.twobox-total h4{
    font-size: 20px;
    font-weight: 400;
}

.stats-container {
  display: grid ;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 5px;
  padding: 20 0px;
}

.stat-card {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.total_receid i{
   font-size: 20px;
}

.nav-bar{
    padding: 5px 10px 5px 10px;
    display: none;
}
.seconde_menu{
    display: none;

}

.dash{
    padding: 10px 10px;
}

.dash a{
    font-size: 10px;
    color: #2d2d22;
    font-weight: 400;
    opacity: 50%;
}


.menu-mobile{
    display: block;
    position: relative;


}
.menu-btn{
    position: absolute;
    right: 20px;
    top: 10px;
}

.menu-btn i{
    font-size: 25px;
    cursor: pointer;
}


.nav-mobiles{
    position: fixed;
    width: 230px;
    background-color: #F2F2F2;
    height: 100vh;
    left: -230px;
    transition: all 0.3s ease;

}

.nav-mobiles.active{
    left: 0px;

}


.mobile-links{
    position: absolute;
    top: 80px;
    left: 25px;
    width: 100%;


}

.mobile-links li{
    margin: 10px 0px;


}
.mobile-links li a{
   color: #222;
}

.profil-phone{
    width: 100%;
    background-color: #222;
    display: flex;
    padding: 20px;

}

.profil-phone p{
    display: inline-block;
    font-size: 14px;
    margin: 0px 10px;
    color: #F2F2F2;
}

.img-prof{
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.img-prof img{
    width: 100%;
    height: 100%;
    border: 50%;
}

.accounts{
    font-size: 12px;
    opacity: 50%;
}

.login{
    position: absolute;
    bottom: 10px;
    padding: 20px;
}

.login p{
padding: 5px 0;
opacity: 60%;
}
.login span{
    opacity: 60%;

}

.logount a{
    color: red;
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;


}

}





@media (max-width: 1366px) and (min-width: 1025px) {
        section{
    padding: 40px 80px;
}

.nav-bar{
    padding: 20px 80px 20px 80px;
}

.seconde_menu{
    display: flex;
    justify-content: space-between;
    background-color: #2d2d22;
    padding: 15px 80px;
}
}






















/* Container prensipal pou seksyon */
.main_dashboad {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    font-family: 'Arial', sans-serif;
}

/* Top Controls: search bar ak download button */
.top_controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.search {
    display: flex;
    border: 1px solid #ccc; /* ti border gri */
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    max-width: 400px; /* longè search bar */
}

.search input {
    border: none;
    padding: 8px 12px;
    outline: none;
    font-size: 14px;
    flex: 1;
}

.search button {
    background-color: #e0e0e0; /* bouton gri */
    border: none;
    padding: 0 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search button i {
    font-size: 16px;
    color: #333;
}
/* Download Button */
.download-btn {
     background-color: #999;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.download-btn i {
    margin-right: 6px;
}

.download-btn:hover {

    background-color: #007bff;
}

/* Box pou tablo a */
.status_box {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Tablo */
.status_box table {
    width: 100%;
    border-collapse: collapse;
}

.status_box table thead tr {
    background-color: #f1f1f1;
}

.status_box table th,
.status_box table td {
    padding: 12px;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}

.status_box table tbody tr:hover {
    background-color: #f9f9f9;
}

.status_box table tbody tr td {
    font-size: 12px;
}

/* Message No data */
.status_box table tbody tr td[colspan] {
    text-align: center;
    color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .top_controls {
        flex-direction: column;
        gap: 10px;
    }

    .search input {
        width: 100%;
    }
}




/*--------login///////*/


/* =========================
   LOGIN MODAL (ONLY)
========================= */

/* =========================
   LOGIN OVERLAY (BASE)
========================= */
.login-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.60);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 16px;
}

.login-overlay.is-open{
  display: flex;
}

/* =========================
   LOGIN MODAL (BASE DESKTOP/TABLET)
========================= */
.login-modal{
  width: min(420px, 94vw);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,0.28);
  border: 1px solid rgba(15, 23, 42, 0.10);
}

/* Header */
.login-modal__header{
  background: #100a1b;
  color: #fff;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-modal__header h3{
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.login-close{
  width: 34px;
  height: 34px;
  border: 0;
  background: rgba(255,255,255,0.14);
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.login-close:hover{
  background: rgba(255,255,255,0.22);
}

/* Form */
.login-form{
  padding: 16px 18px 18px;
}

.login-field{
  position: relative;
  margin-bottom: 12px;
}

.login-icon{
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.55;
  font-size: 13px;
}

.login-field input{
  width: 100%;
  height: 46px;
  border-radius: 9px;
  border: 1px solid #e5e7eb;
  padding: 0 12px 0 42px;
  outline: none;
  font-size: 14px;
  background: #fff;
  color: #111827;
}

/* password input needs right padding for eye button */
#loginPassword{
  padding-right: 46px;
}

.login-field input:focus{
  border-color: rgba(59, 27, 121, 0.55);
  box-shadow: 0 0 0 3px rgba(59, 27, 121, 0.14);
}

/* Eye button */
.toggle-pass{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  background: #f3f4f6;
  color: #111827;
  font-size: 16px;
}

.toggle-pass:hover{
  background: #e5e7eb;
}

.login-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 10px 0 14px;
  flex-wrap: wrap;
}

.login-check{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #111827;
}

.login-forgot{
  font-size: 13px;
  color: #4b5563;
  text-decoration: none;
}

.login-forgot:hover{
  text-decoration: underline;
}

/* Button */
.login-btn{
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 10px;
  background: #f2b53b;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  font-size: 15px;
}

.login-btn:hover{
  filter: brightness(0.96);
}

.login-btn:disabled{
  opacity: 0.7;
  cursor: not-allowed;
}

/* Hint */
.login-hint{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  background: #f3f4f6;
  color: #111827;
}

/* =========================
   ✅ PHONE FULL-PAGE FEEL
   (pret tankou yon paj)
========================= */
@media (max-width: 640px){
  .login-overlay{
    padding: 0; /* full-screen */
    align-items: stretch;
    justify-content: stretch;
  }

  .login-modal{
    width: 100%;
    height: 100%;
    border-radius: 0;           /* tankou yon paj */
    box-shadow: none;
    border: 0;
    display: flex;
    flex-direction: column;
  }

  .login-modal__header{
    padding: 14px 16px;
  }

  .login-modal__header h3{
    font-size: 16px;
  }

  /* Form la vin scroll si ekran an piti */
  .login-form{
    padding: 16px;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .login-field{
    margin-bottom: 14px;
  }

  .login-field input{
    height: 50px;               /* pi konfòtab pou phone */
    border-radius: 12px;
    font-size: 15px;
  }

  .toggle-pass{
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .login-btn{
    height: 50px;
    border-radius: 12px;
    font-size: 16px;
  }

  .login-close{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 22px;
  }
}

/* =========================
   SMALL PHONE (<= 420px)
========================= */
@media (max-width: 420px){
  .login-modal__header h3{
    font-size: 15px;
  }

  .login-form{
    padding: 14px;
  }
}
