body.page-events:not(.page-event-index) .wapper-top-bar .left-icon {
    width: 16px;
    margin-left: -5px;
}
body.page-events:not(.page-event-index) .wapper-top-bar .left-title-icon .l-label {
    margin-left: 5px;
}
.event-page-create,
.event-page-edit,
.event-detail-page {
    padding: 15px;
}

.box-event-item {
    background-color: var(--border-color-white);
    border-radius: 10px;
    margin: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.box-item-title {
    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;
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--border-color);
}
.box-item-body {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.box-item-left {
    color: var(--text-color);
    font-size: var(--fsize-13);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: var(--line-height-18);
    word-wrap: break-word;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-grow: 1;
    gap: 5px;
}
.box-item-right {
    color: var(--text-color-label);
    font-size: var(--fsize-11);
    font-family: var(--font-family);
    font-weight: 600;
    line-height: var(--line-height-18);
    word-wrap: break-word;
    display: flex;
    justify-content: flex-end;
    width: 100px;
}
.box-recommended-gifts {
    margin: 15px 35px;
}
.box-recommended-title {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: center;
    display: flex;
}
. box-recommended-title .icon-left {
    justify-content: flex-start;
    width: 48px;
}
.box-recommended-title .title {
    justify-content: center;
    flex-grow: 1;
    color: var(--text-color-violet);
    font-size: var(--fsize-12);
    font-family: var(--font-family);
    font-weight: 600;
    line-height: 12px;
    word-wrap: break-word;
    text-align: center;
    padding: 0;
    margin: 0 0 0 0;
    display: flex;
}
.box-recommended-title .icon-right {
    justify-content: flex-end;
    width: 48px;
}

.box-recommended-body {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
    font-size: var(--fsize-11);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: var(--line-height-16);
    word-wrap: break-word;
    padding: 5px;
    border: 1px dashed var(--border-color-violet);
    border-radius: 10px;
    margin-top: 10px;
}



.event-page-edit .row-group-title .form-control {
    height: 44px;
    border-radius: 22px;
}

#form-event .form-control{
    height: 44px;
    border-radius: 22px;
    border: 1px solid var(--bs-border-color);
    padding: 10px;
    color: var(--text-color);
}

.select-year {
    width: 85px;
}
.error-input {
    border: 2px solid #e74c3c !important;
    background-color: #fdecea;
    border-radius: 20px;
}
