@font-face {
     font-family: "Vazir";
     src: url("fonts/ad3cd4cbda94aee8578c1b622b9002f9dfe345c05870eb375a02da853d08f072.woff2") format("woff2");
     font-weight: 100;
     font-style: normal;
}
@font-face {
     font-family: "Vazir";
     src: url("fonts/046a76746039189feb148c360dfb82d07a1e3464d31a2078363587af6f5a1cfb.woff2") format("woff2");
     font-weight: 300;
     font-style: normal;
}
@font-face {
     font-family: "Vazir";
     src: url("fonts/d783603a0dd07db6896ecd8a3460e2256a48dca62373a0478706a05490c1a2d8.woff2") format("woff2");
     font-weight: 400;
     font-style: normal;
}
@font-face {
     font-family: "Vazir";
     src: url("fonts/fc6648da06acebfe96ad5a8f077f569c5c4dd75b77122951723ddfbfeb191728.woff2") format("woff2");
     font-weight: 500;
     font-style: normal;
}
@font-face {
     font-family: "Vazir";
     src: url("fonts/3b2277e82a583c9f91de41aa9e198a14d7ef7f4ccd04828abdd623acd116a88b.woff2") format("woff2");
     font-weight: 700;
     font-style: normal;
}
@font-face {
     font-family: "Vazir";
     src: url("fonts/71671477a4b62305fbd3ed4976a31c3c08520cf914656ece6b79543524a49132.woff2") format("woff2");
     font-weight: 900;
     font-style: normal;
}

body {
    font-family: 'Vazir', sans-serif;
    background-color: #f8f9fa;
}



.bg-red {
  background-color: #d62828;
}

.text-red {
  color: #d62828;
}

.btn-red {
  background-color: #d62828;
  color: #fff;
}

.btn-red:hover {
  background-color: #b71c1c;
}

.section-dark {
  background-color: #111;
  color: #fff;
}

.benefit-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem;
  background-color: #fff;
  transition: 0.3s;
}

.benefit-card:hover {
  border-color: #d62828;
  box-shadow: 0 0 10px rgba(214, 40, 40, 0.2);
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}



.back-arrow {
  font-size: 1rem;
  text-decoration: none;
  color: #6c757d;
  transition: color 0.3s;
}

.back-arrow:hover {
  color: #d62828;
}


#alertPlaceholder {
  position: fixed;
  top: 4rem;
  left: 1rem;
  z-index: 1050;
  min-width: 250px;
  max-width: 300px;
  display: block;
}



.sidebar {
  background-color: #300000;
  /* مشکی مایل به قرمز */
  color: white;
  min-height: 100vh;
}

.bg-redblack {
  background-color: #300000;
  /* مشکی مایل به قرمز */
}

.sidebar a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s;
}

.sidebar a:hover {
  background-color: #8b0000;
}


.tag {
  background-color: #ffe5e5;
  color: #900;
  padding: 0.25rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  display: inline-block;
}

.toolbox {
  margin-top: 2rem;
  text-align: center;
}

.toolbox .btn {
  margin: 0.5rem;
}

.verified {
  color: green;
}

.unverified {
  color: orange;
}

.remove-arrow {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}




.card-container {
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}



.sidebar {
  background-color: #300000;
  /* مشکی مایل به قرمز */
  color: white;
  min-height: 100vh;
}

.bg-redblack {
  background-color: #300000;
  /* مشکی مایل به قرمز */
}

.sidebar a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s;
}

.sidebar a:hover {
  background-color: #8b0000;
}

.tag {
  background-color: #ffe5e5;
  color: #900;
  padding: 0.25rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  display: inline-block;
}

.toolbox {
  margin-top: 2rem;
  text-align: center;
}

.toolbox .btn {
  margin: 0.5rem;
}

.verified {
  color: green;
}

.banner {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}

@media (max-width: 768px) {
  .floating-mobile-btn {
    position: fixed !important;
    bottom: 70px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .floating-mobile-btn+.floating-mobile-btn {
    bottom: 10px;
  }
}