@font-face {
  font-family: "Vazirmatn";
  src: url("/static/Vazirmatn-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Vazirmatn", sans-serif;

  margin: 0;
  background-color: #f8f8f81b;
}

.container {
  display: flex;
}
.package-c5r {
  display: flex;
  justify-content: center;
}

.sidebar {
  display: block;
  min-width: max(20%, 300px);
  padding: 20px;
  background-color: #f1f1f1;
}
.toggle-button {
  display: none;
}

.arrow {
  font-size: 20px;
}
.main-content {
  flex-grow: 1;
  padding: 20px;
}

h2,
h3 {
  color: #333;
}

label {
  display: block;
  margin-bottom: 5px;
}

#packages {
  display: flex;
  flex-wrap: wrap;
}

.سامانتل {
  background: linear-gradient(#ff6900, #ff6900) 0 0 / 100% 24% no-repeat, #fff;
}
.سامانتل > .carrier-name {
  color: white;
}
.همراه‌اول {
  background: linear-gradient(#208cc6, #208cc6) 0 0 / 100% 24% no-repeat, #fff;
}
.همراه‌اول > .carrier-name {
  color: #f1f1f1;
}
.شاتل‌موبایل {
  background: linear-gradient(#152b75, #152b75) 0 0 / 100% 24% no-repeat, #fff;
}
.شاتل‌موبایل > .carrier-name {
  color: white;
}
.رایتل {
  background: linear-gradient(#9e1f6d, #9e1f6d) 0 0 / 100% 24% no-repeat, #fff;
}
.رایتل > .carrier-name {
  color: #f1f1f1;
}
.ایرانسل {
  background: linear-gradient(#fc0, #fc0) 0 0 / 100% 24% no-repeat, #fff;
}

.desc {
  margin-top: 10px;
}
.ایرانسل > .desc {
  color: #fc0;
}
.رایتل > .desc {
  color: #9e1f6d;
}
.شاتل‌موبایل > .desc {
  color: #152b75;
}
.همراه‌اول > .desc {
  color: #208cc6;
}
.سامانتل > .desc {
  color: #ff6900;
}

.package-box {
  border: 1px solid #000;
  border-radius: 28px;
  padding: 20px;
  width: 300px;
  text-align: center;
  margin: 20px auto;
}

.carrier-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.package-details {
  display: inline-block;
  margin-right: 20px;
}

.details-value {
  margin-top: 5px;
  font-weight: bold;
}

.price-per-gig {
  margin-top: 10px;
}

.package-details {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.vertical-line {
  height: 60px;
  border-left: 1px solid #cfcfcf;
  margin-right: 20px;
  border-radius: 20px;
}

.horizontal-line {
  width: 100%;
  border-top: 1px solid #cfcfcf;
  margin-top: 0px;
}

.details-label {
  color: #979797;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.input-group {
  text-align: left;
}
.center-container {
  display: flex;
  justify-content: center;
}

.operator-checkboxes > label {
  margin: 5px;
}
@media only screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  h1 {
    text-align: center;
  }

  .sidebar {
    display: none;
    order: -1;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .toggle-button {
    position: fixed;
    top: 0;
    right: 0;
    margin: 20px;
    background-color: #bababa5a;
    color: white;
    border-radius: 40%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .arrow-icon {
    width: 24px;
    height: 24px;
  }
}
.operator-chips {
  text-align: center;
}
.custom-chip {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 25px;
  cursor: pointer;
  user-select: none;
  background-color: #dfdede70;
  color: rgb(89, 89, 89);
  margin-bottom: 8px;
}

.checked.irancell {
  background: #fc0;
  color: black;
}

.checked.mci {
  background: #208cc6;
  color: #f1f1f1;
}

.checked.shatel {
  background: #152b75;
  color: white;
}

.checked.rightel {
  background: #9e1f6d;
  color: #f1f1f1;
}

.checked.samantel {
  background: #ff6900;
  color: white;
}
