.page-content {
    margin-bottom: 50px;
}

.logo img {
    height: 46px;
}

.topnav .navbar-nav .nav-link {
    font-size: .8375rem;
    display: flex;
    align-items: center;
}

.topnav .navbar-nav .nav-link i {
    margin-right: 5px;
}

.titleFlex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.titleFlex a {
    margin-left: 20px;
}


.file-input {
    width: 100%;
}

.file-input-preview-image {
    max-width: 200px;
    display: none;
    margin-top: 10px;
}

.headerBalance {
    display: flex;
    align-items: center;
    color: #86d190;
}

.headerBalance i {
    font-size: 18px;
    color: #86d190!important;
    margin-right: 5px!important;
}

.topnav .navbar-nav .nav-link {
    padding-left: 8px;
    padding-right: 8px;
}

/* ------------- showcase ----------------- */

.removeShowcaseProduct, .deleteShowcaseProduct,
.removeCouponProduct, .deleteCouponProduct {
    position: absolute;
    top: 20px;
    right: 20px;
}

.listShowcaseProduct .card.success:before,
.listCouponProduct .card.success:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(20 152 20 / 45%);
    z-index: 20;
}

.listShowcaseProduct .card.success:after,
.listCouponProduct .card.success:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    background: url(/assets/images/showcase_success.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 20;
}

.listShowcaseProduct .card.control:before,
.listCouponProduct .card.control:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(73 73 73 / 45%);
    z-index: 20;
}

.listShowcaseProduct .card.control:after,
.listCouponProduct .card.control:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    background: url(/assets/images/showcase_control.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 20;
}

.listShowcaseProduct .card .listShowcaseProductColumns,
.listCouponProduct .card .listShowcaseProductColumns {
    display: flex;
    justify-content: space-between;
}

.listShowcaseProduct .card .listShowcaseProductColumns .listShowcaseProductColumnsLeft,
.listCouponProduct .card .listShowcaseProductColumns .listShowcaseProductColumnsLeft {
    width: calc(70% - 20px);
}

.listShowcaseProduct .card .listShowcaseProductColumns .listShowcaseProductColumnsRight,
.listCouponProduct .card .listShowcaseProductColumns .listShowcaseProductColumnsRight {
    width: 30%;
}

.listShowcaseProduct .card .listShowcaseProductButtons,
.listCouponProduct .card .listShowcaseProductButtons {
    display: flex;
    justify-content: space-between;
}

.listShowcaseProduct .card .listShowcaseProductButtons button,
.listCouponProduct .card .listShowcaseProductButtons button {
    width: calc(50% - 10px)!important;
}

/* ------------- select 2 ----------------- */

.product-result { display:flex; gap:8px; align-items:center; }
.product-image img { width:48px; height:48px; object-fit:cover; border-radius:4px; }
.product-info { line-height:1; }
.product-name { font-weight:600; }
.product-price { font-size:0.9em; margin-top:4px; }
.product-preview { margin-top:8px; padding:8px; border:1px solid #e6e6e6; border-radius:6px; display:none; background:#fafafa; }
.product-preview .empty { color:#888; }

.product-preview.product-preview-viewer {
    margin-top: 8px;
    padding: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    display: none;
    background: #fafafa;
}

.product-preview.product-preview-viewer .empty { color:#888; }

.product-preview.product-preview-viewer .product-result {
    display: block;
}

.product-preview.product-preview-viewer .product-image {
    text-align: center;
}

.product-preview.product-preview-viewer .product-image img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    object-fit:cover;
    border-radius:4px;
}
.product-preview.product-preview-viewer .product-info {
    margin-top: 20px;
    padding: 0 15px 5px 15px;
    box-sizing: border-box;
}

.product-preview.product-preview-viewer .product-name {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

.product-preview.product-preview-viewer .product-price {
    font-size: 14px;
}

.select2 {
    width: 100%!important;
    max-width: 100%!important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px!important;
    margin-right: 10px!important;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px)!important;
    border: 1px solid #ced4da!important;
    border-radius: 3px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 .75rem!important;
    line-height: calc(1.5em + .75rem + 2px)!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%!important;
}

.disabled {
    opacity: 0.6;
    pointer-events: none;
}

/* ------------- calendar ----------------- */

.selected-week {
    background-color: rgba(102, 126, 234, 0.3) !important;
}

.selected-start, .selected-range, .selected-end {
    background-color: rgba(102, 126, 234, 0.5) !important;
    /*border: 2px solid #667eea !important;*/
}

.fc-day-hover {
    background-color: rgba(102, 126, 234, 0.1) !important;
    cursor: pointer;
}

.fc-day-disabled {
    background-color: #f5f5f5 !important;
    color: #ccc !important;
    cursor: not-allowed !important;
}

.fc-day-disabled:hover {
    background-color: #f0f0f0 !important;
}

.fc-scroller {
    overflow-y: hidden!important;
}

.fc-right, .fc-today-button {
    position: relative!important;
    z-index: -1!important;
    opacity: 0!important;
}

.fc-toolbar .fc-center {
    position: absolute!important;
}

.fc-scroller.fc-day-grid-container {
    min-height: max-content!important;
}

#calendar.off .fc-view {
    position: relative;
    z-index: -1;
    opacity: .6;
}

@media screen and (max-width: 768px) {
    .fc-toolbar .fc-right {
        display: none!important;
    }

    .fc-toolbar .fc-center {
        position: relative!important;
    }
}

/* ------------- users ----------------- */

.isClientContent, .clientOnlineContent { display: none; }
.isClientContent.active, .clientOnlineContent.active { display: block; }

/* ------------------------------------- */

.other-info-block {
    position: relative;
}

.suggestions-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: none;
}

.suggestion-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.suggestion-item:hover {
    background: #f5f5f5;
}

.suggestion-item:last-child {
    border-bottom: none;
}

/* --------------------------- */

.datingImageItem {
    position: relative;
}

.datingImageItem .datingImageItemMain {
    position: absolute;
    left: 10px;
    top: 10px;
}

.datingImageItem .datingImageItemMain span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.datingImageItem .datingImageItemMain span i {
    font-size: 21px;
}

.datingImageItem .datingImageItemImage {
    max-width: 200px;
    max-height: 200px;
    height: max-content;
    margin-bottom: 10px;
}