
.event-top-search .list-group-item {
    border-width: 0px;
    border-top: 1px dashed var(--border-color) !important;
    margin-top: 10px;
    padding-top: 15px;
}
.event-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;
    width: 100%;
}
.box-group-filter input.form-control {
    background-color: rgba(33, 33, 33, 0.15);
    background-image: url('/assets/frontend/svg/icon-input-search.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 5px 7px;
    border-radius: 10px;
    height: 30px;
    padding-left: 24px;
    border: 1px solid rgba(58, 158, 158, 0.2);
}
.box-group-sort {
    flex-direction: row;
}
.box-group-sort > .form-select1 {
    border-width: 0 0 0 0 !important;
}
.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: 30px;
}
.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;
}
