@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
body {
    height: 100%;
    font-family: 'Vazirmatn', sans-serif;
    background-color: #f5f2f0;
  }
  .custom-alert {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    z-index: 1050;
    display: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@keyframes fadein {
    from { top: -50px; opacity: 0; }
    to { top: 1rem; opacity: 1; }
}
@keyframes fadeout {
    from { top: 1rem; opacity: 1; }
    to { top: -50px; opacity: 0; }
}
@media (max-width: 768px) {
  .offcanvas-mobile {
    --bs-offcanvas-width: 240px; /* عرض منوی موبایل */
  }
}
  .bbg{
    background-color: #f5f2f0;
    height: 100%;
    font-family: 'Vazirmatn', sans-serif;

  }
  .navbar-nav .nav-item .nav-link {
    transition: all 0.3s ease-in-out;
  }
  
  .navbar-nav .nav-item .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #f8d210;
    border-radius: 5px;
    padding: 5px 10px;
  }
  
  
  
  
  .sidenav {
  
   background-color: #5E23D4;

  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  

  
  .cvfooter {
    border-top: 1px solid #FF5A00;
    background: #e5deff;
    /* position: fixed;
    bottom: -100px; */
    left: 0;
    right: 0;
    text-align: center;
    transition: bottom 0.5s ease;
    padding-top: 5px;
    padding-bottom: 5px;
    

  }
  
  .cvfooter.visible {
    bottom: 0;
  }
  
  
  .cvbtnfoot {
    border: 2px solid #FF5A00;
    padding: 1px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000000;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;

  }
  
  
  .cvbtnfoot::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent);
    animation: shine 2s infinite;
  }
  
  
  @keyframes shine {
    0% {
      left: -100%;
    }
  
    100% {
      left: 100%;
    }
  }
  
  
  /* ///////////////////////////////////list moshtarian panel */
  .bg1 {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  
    padding: 10px;
  
  }
  
  
  
  .tablee {
    border-radius: 30px;
  }
  
  
  .lf label {
    color: black;
  }
  
  .blbg {
    background-image: radial-gradient(circle 950px at 2.5% 8%, rgba(44, 103, 176, 1) 0%, rgba(35, 56, 136, 1) 90%);
  }
  
  .cardsi {
    margin-top: 50px;
    background-color: #ffffff;
    border: 1px solid #FF5A00;
    border-radius: 20px;
  
  }
  
  @media screen and (min-width: 700px) {
    .imsi {
      width: 15%;
      margin-bottom: 20px;
    }
  }
  
  @media screen and (max-width:699px) {
    .imsi {
      width: 30%;
      margin-bottom: 15px;
  
    }
  }
  
  .logc {
    color: #000000;
  }
  
  .logci {
  
    color: #000000;
  }
  
  
  
  
  
  
  .tite {
    margin-top: 30px;
  
    scroll-margin-top: 80px;
  
  }
  
  .tite h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
  
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
  }
  
  @media screen and (max-width: 700px) {
    .ctext {
      color: #000000;
      margin-bottom: 10px;
      font-size: 17px;
  
    }
  }
  
  @media screen and (min-width: 701px) {
    .ctext {
      color: #000000;
      margin-bottom: 10px;
      font-size: 18px;
    }
  }
  
  
  .tite h2:after,
  .tite h2:before {
    content: " ";
    display: block;
    height: 3px;
    background-color: #FF5A00;
    ;
  }
  

  /* ////////////////////////////////////////////////////////// */
  .btnb {
    
    padding:5px 18px;
    border:1px solid #FF5A00;
    border-radius: 50px;
    cursor: pointer;
    font-size:16px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease;
    background:#FF5A00;
 
    
  }

  .btnb:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 110, 64, 0.5);
  }

  
.btnb2{
margin-top:5px;
  padding:1px 15px;
border:2px solid #FF5A00;
  border-radius: 50px;
  cursor: pointer;
  font-size:16px;
  color: #000000;
  font-weight:500;

}
.btnb2:hover{
  margin-top:5px;
  padding:1px 15px;
border:2px solid #FF5A00;
  border-radius: 50px;
  cursor: pointer;
  font-size:16px;
  color: #ffffff;
  background-color: #FF5A00;

}

.btnb3{
  text-decoration: none;
}
  /* /////////////////////////////////////////////////////////// */
  
  .inv1{
    font-family: 'Vazirmatn', sans-serif;
    background-color: #f5f2f0;
    margin: 0;
    /* padding: 20px; */
    direction: rtl;
    text-align: right;
   
}

.inv2{
  
    margin: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.invlogo{
  width:80px;
  text-align: center;
  margin-bottom:20px;
}
.inv5{
  z-index: 10;
  display:none;
  background-color: white;
  padding:5px;
}

.invalid-input { border: 1px solid red !important; }
.invsuggestions { list-style: none; padding: 0; margin: 0; position: absolute; background: #fff; border: 1px solid #ddd; z-index: 10; width: 100%; max-height: 150px; overflow-y: auto; }
.invsuggestions li { padding: 5px 10px; cursor: pointer; }
.invsuggestions li:hover { background: #f0f0f0; }
.inv3{
    background-color:#ff590016;
 padding: 10px;
 border:1px solid #FF5A00;
}
.inv4{
    background-color:#f7f7f7;
    border:2px solid rgb(2, 112, 2);
}

.invlog , .invhtml{

  height: 100%;
  margin: 0;
  font-family: 'Vazirmatn', sans-serif;
}
       
@media (max-width: 991.98px) {
  .invloglogo{
  width:120px;
}
}
@media (min-width: 991.99px) {
  .invloglogo{
  width:250px;
}
}
.invlog2{
  height: 100%;
}
.invlog3{
          /* Custom gradient for the right side */
          background: linear-gradient(to top right, #6a11cb 0%, #2575fc 100%);

          display: flex;
          align-items: center;
          justify-content: center;
          color: white;
          padding: 2rem;
}
.invlog4{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #f8f9fa;
}
.invlog5{

  max-width: 450px;
  width: 100%;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.nav-tabs .nav-link {
  color: #6c757d;
  border: none;
  border-bottom: 2px solid transparent;
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  color: #2575fc;
  border-bottom-color: #2575fc;
  background-color: transparent;
}
  @font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 100;
    src: url("https://panel.ayrito.ir/fonts/Vazir-Thin.eot");
    src: url("https://panel.ayrito.ir/fonts/Vazir-Thin.woff")format("woff"),
      url("https://panel.ayrito.ir/fonts/Vazir-Thin.ttf")format("ttf"),
      url("https://panel.ayrito.ir/fonts/Vazir-Thin.woff2")format("woff2");
  
  }
  
  @font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 300;
    src: url("https://panel.ayrito.ir/fonts/Vazir-Light.eot");
    src: url("https://panel.ayrito.ir/fonts/Vazir-Light.woff")format("woff"),
      url("https://panel.ayrito.ir/fonts/Vazir-Light.ttf")format("ttf"),
      url("https://panel.ayrito.ir/fonts/Vazir-Light.woff2")format("woff2");
  
  }
  
  @font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 400;
    src: url("https://panel.ayrito.ir/fonts/Vazir-Regular.eot");
    src: url("https://panel.ayrito.ir/fonts/Vazir-Regular.woff")format("woff"),
      url("https://panel.ayrito.ir/fonts/Vazir-Regular.ttf")format("ttf"),
      url("https://panel.ayrito.ir/fonts/Vazir-Regular.woff2")format("woff2");
  
  }
  
  @font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 950;
    src: url("https://panel.ayrito.ir/fonts/Vazir-Black.eot");
    src: url("https://panel.ayrito.ir/fonts/Vazir-Black.woff")format("woff"),
      url("https://panel.ayrito.ir/fonts/Vazir-Black.ttf")format("ttf"),
      url("https://panel.ayrito.ir/fonts/Vazir-Black.woff2")format("woff2");
  
  }