
.gift-top-search {

}

.gift-top-search .list-group-item {
    border-width: 0px;
    margin-top: 10px;
    padding-top: 15px;
}

.gift-top-search .list-group-item:last-child {
    border-bottom-width: 0 !important;
}
.gift-top-search .list-group-item:first-child {
    border-top-width: 0 !important;
    margin-top: 8px;
    padding-top: 8px;
}
.box-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: var(--font-family);
    word-wrap: break-word;
    font-size: var(--fsize-15);
    width: 100%;
}
.box-group .form-label {
    color: #494949;
    font-weight: 600;
    line-height: var(--line-height-16);
    width: 100%;
}
.box-group input.form-control {
    color: #212121;
    font-weight: 300;
    /*line-height: var(--line-height-20);*/
    width: 100%;
}

.box-group-filter input.form-control.icon-search{
    height: 36px;
}

.list-group-item.group-events {
    flex-direction: row;
}
.list-group-item.group-price {
    flex-direction: column;
}
.box-group-events {
    flex-direction: row;
}
.box-group-price {

}
.box-group-price .price-line {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}
.price-line .space {
    width: 14px;
}
.price-line .form-price {
    flex-grow: 1;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}
.price-line .form-price > input {
    display: inline-flex;
    flex-grow: 1;
    border-radius: 15px;
    height: 44px;
}
.price-line .form-price > .text {
    display: inline-flex;
    width: 20px;
}

.dialog-choice-events .list-group-item {
    align-items: center;
    flex-direction: row;
    border-width: 0 0 0 0;
    gap: 10px;
}
.dialog-choice-events .event-left-icon {
    justify-content: flex-start;
    width: 24px;
}
.dialog-choice-events .event-center-text {
    flex-grow: 1;
    justify-content: flex-start;
}
.dialog-choice-events .event-center-text .event-item {
    color: var(--text-color);
    font-size: var(--fsize-15);
    font-family: var(--font-family);
    font-weight: 600;
    line-height: var(--line-height-16);
    word-wrap: break-word;
    display: flex;
}
.dialog-choice-events .event-right-text {
    color: #9E9E9E;
    font-size: var(--fsize-13);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: var(--line-height-16);
    word-wrap: break-word;
    justify-content: flex-end;
    width: 55px;
    text-align: right;
}
.dialog-top-search .text-normal-choice-events {
    gap: 4px;
    display: flex;
    flex-wrap: wrap;
}
.dialog-top-search .text-normal-choice-events .event-item {
    color: #424242;
    font-size: var(--fsize-11);
    font-family: var(--font-family-n);
    font-weight: 600;
    line-height: 12px;
    word-wrap: break-word;

    height: 18px;
    padding: 3px 8px 3px 8px;
    background-color: #EEEEEE;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    display: inline-flex;

    white-space: nowrap;
    flex-wrap: nowrap;
    flex: 0 0 auto;
}

/* Modal Gender Group CSS */
.list-group-item .group-item-gender {
    justify-content: space-between;
}
.box-group.group-item-gender > .form-label {
    width: 70px;
    margin-bottom: 0;
}
.group-item-gender .radio-toggle-switch span {
    border: 1px solid #dcdcdc;
    margin-right: 5px;
}
.group-item-gender .radio-toggle-switch span.mr-0 {
    margin-right: 0 !important;
}
