/*price*/
.a_y {
    text-align: center;
}
.buttons-container {
    /*position: fixed;*/
    bottom: 10px;
    width: 100%;
    /*display: flex;*/
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    font-family: b Nazanin;
}
.pp-1 {
    width: 100%;
}


.same {
    width: 100%;
    height: 45px;
    font-size: 20px;
    background: #031557;
    border-radius: 4px;
    font-family: b Nazanin;
    color: white;
    box-shadow: none !important;
    outline: none !important;
}



.same-enter {
    width: 100%;
    height: 45px;
    font-size: 20px;
    background: #031557;
    border-radius: 4px;
    text-align: center;
    font-family: b Nazanin;
    color: yellow;
    box-shadow: none !important;
    outline: none !important;
}

.same-exit {
    width: 100%;
    height: 45px;
    font-size: 20px;
    background: #031557;
    border-radius: 4px;
    text-align: center;
    font-family: b Nazanin;
    color: yellow;
    box-shadow: none !important;
    outline: none !important;
}


.pp-2 {
  border-collapse: collapse;
  width: 100%;
  font-size: 20px;
  background: none;
  border: none;
  font-family: b Nazanin;
}

.pp-2 th, td {
    text-align: right;
    padding: 2px;
    border: none;
    border-radius: 4px;

}


.pp-2 th {
  background: none;
  color: yellow;
}

.same option {
    background-color: transparent; /* بی‌رنگ کردن پس‌زمینه منوی کشویی */
    color: black; /* تغییر رنگ متن به سفید */
}


/* تغییر رنگ پس‌زمینه هنگام انتخاب */
.same option:checked {
    background-color: yellow;
    color: black;
}

.same:hover,
.same:focus,
.same:active {
    background-color: yellow !important;
    color: black !important;
}

/* مخفی کردن لیست انتخاب شده */
.same select::-ms-expand {
    display: none;
}

/* برای مرورگرهای وب کیت */
.same select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: none;
}

