.baiga-delivery__links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0px 0px 12px 0px;
    flex-direction: row;
    justify-content: space-evenly;
}

.baiga-delivery__link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 20px;
    border-radius: 12px;
    background: var(--tg-theme-bg-color);
    color: var(--tg-theme-text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    min-width: fit-content;
}

.baigagroupliselected {
    background: rgb(254, 217, 50);
    color: rgb(0, 0, 0);
}

.baiga-delivery__link__inactive {
    background: var(--tg-theme-bg-color);
    color: var(--tg-theme-text-color);
}

.date {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 12px 0px;
}

.date-btn {
    border: 1px solid rgb(25, 25, 31);
    border-radius: 12px;
    padding: 6px 24px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 21px;
    text-align: center;
}

.baiga-delivery__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.baiga-delivery__item {
}

/*.baiga-delivery__top {
    padding: 10px;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 10px 10px 0px 0px;
    background: rgb(41, 41, 59);
}*/
.baiga-delivery__top {
    padding: 10px;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 10px 10px 0px 0px;
    background: rgb(41, 41, 59);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.baiga-delivery__list_place-sp {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.baiga-delivery__name {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    max-width: 60%;
}

.baiga-delivery__bottom {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 0px 0px 12px 12px;
    background: var(--tg-theme-bg-color);
}

/*.baiga-delivery__place {
    width: 35%;
    padding: 12px 14px;
    border-right: 2px solid rgb(122, 122, 122);
}*/

.baiga-delivery__place {
    width: 35%;
    padding: 10px 14px;
    border-right: 2px solid rgb(122, 122, 122);
}

.baiga-delivery__place-value {
    color: var(--tg-theme-text-color);
    font-size: 18px;
    font-weight: 600;
}

/*.baiga-delivery__place-sp {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    background: rgb(253, 238, 172);
    color: rgb(25, 25, 31);
    font-size: 10px;
    font-weight: 600;
    line-height: 7px;
    text-align: center;
}*/

.baiga-delivery__place-sp {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    background: rgb(253, 238, 172);
    color: rgb(25, 25, 31);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.baiga-delivery__prize {
    padding: 5px 17px 0px 0px;
}

.baiga-delivery__prize-text {
    color: rgb(122, 122, 122);
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    text-align: end;
}

.baiga-delivery__prize-value {
    color: var(--tg-theme-text-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: var(--tg-theme-bg-color);
    border: 1px solid rgb(122, 122, 122);
    border-radius: 6px;
    font-size: inherit;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--tg-theme-text-color);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

/* ----------userresult--------- */

.userresult {
    position: fixed;
    z-index: 10;
    bottom: 40px;
    left: 0;
    width: 100%;
    /*background-color: var(--tg-theme-bg-color);*/
    background-color: transparent;
    padding: 5px 0 80px 0;
}

.userresult_emptylayout {
    padding: 5px 0 10px 0 !important;
}

.userresult__container {
}

.userresult__inner {
}

/*.nav-menu {*/
.userresult__main {
    padding: 10px 2px 7px 2px;
    border-radius: 40px;
    background-color: transparent;
    /*border: 1px solid var(--tg-bg-color);*/
}


/*.nav-menu__text {*/
.userresult__text {
    color: rgb(122, 122, 122);
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
}

.userresult__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.userresult__item {
}

.userresult__top {
    padding: 10px;
    border-radius: 10px;
    background: rgb(41, 41, 59);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--tg-theme-text-color);
}

.userresult__name {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

.userresult__bottom {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 5px;
    background: var(--tg-theme-bg-color);
    gap: 10px;
}

.userresult__place {
    width: auto;
    border-right: 2px solid rgb(122, 122, 122);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.userresult__place-value {
    color: var(--tg-theme-text-color);
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
}

.userresult__place-sp {
    display: inline-block;
    border-radius: 5px;
    background: rgb(253, 238, 172);
    color: rgb(25, 25, 31);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-right: 3px;
    margin-right: 5px;
}

.userresult__prize {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.userresult__prize span {
    text-align: center;
}

.userresult__prize-text {
    color: rgb(122, 122, 122);
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
    text-align: end;
}

.userresult__prize-value {
    color: var(--tg-theme-text-color);
    font-size: 14px;
    font-weight: 700;
    padding-right: 4px;
}

/*------------באידא ןמ דמנמהאל-------------*/
.baiga-city__groups-ul {
    display: flex;
    flex-direction: row;
    overflow: auto;
    overflow-y: hidden;
    gap: 20px;
    color: var(--tg-theme-text-color);
    min-height: 60px;
    /*line-height: 32px;*/
    font-size: 20px;
    text-align: center;
}

.baiga-city__group-link {
    border: 2px solid rgb(254, 217, 50);
    border-radius: 10px;
    margin: auto;
    padding: 0px 20px 0px 20px;
}

.baiga-city__group-link-selected {
    background-color: rgb(254, 217, 50);
    color: black;
    font-weight: bold;
}

.baiga-city__cities {
    color: var(--tg-theme-text-color);
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    margin: 0px 0px 12px 0px;
}

.citybaigacortbutton {
    /*position: fixed;
    bottom: 10px;
    left: 0;
    width: 80%;*/
    margin-bottom: 12px;
}