html,
body {
    height: auto;
    min-height: 100vh;
}

.badge-light-warning {
    background-color: #fff8ddc7;
}
.bg-light-success {
    background-color: #dfffeaa3 !important;
}
.text-primary {
    color: #41bed9 !important;
}
.text-hover-primary:hover {
    color: #41bed9 !important;
}
.text-secondary,
.text-hover-secondary:hover {
    color: #e53986 !important;
}

.link-primary {
    color: #41bed9 !important;
}
.link-secondary {
    color: #e53986 !important;
}

.menu-hover-primary
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: #e53986 !important;
}

.menu-hover-secondary
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: #41bed9 !important;
}

.btn-check:active + .btn.btn-primary,
.btn-check:checked + .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show > .btn.btn-primary {
    background-color: #c44a8a !important;
}
.btn.btn-primary {
    background-color: #41bed9;
}

.btn-check:active + .btn.btn-active-primary,
.btn-check:checked + .btn.btn-active-primary,
.btn.btn-active-primary.active,
.btn.btn-active-primary.show,
.btn.btn-active-primary:active:not(.btn-active),
.btn.btn-active-primary:focus:not(.btn-active),
.btn.btn-active-primary:hover:not(.btn-active),
.show > .btn.btn-active-primary {
    border-color: #41bed9 !important;
    background-color: #41bed9 !important;
}
.menu-state-primary
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-title,
.menu-state-primary
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-title {
    color: #41bed9;
}

.active > .page-link,
.page-link.active {
    background-color: #41bed9;
}

.text-hover-primary:hover i {
    color: #41bed9 !important;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    border-bottom: 1px solid #e53986;
    color: #e53986 !important;
}
.text-active-primary.active {
    color: #41bed9 !important;
}

.text-active-secondary.active {
    color: #e53986 !important;
}

body#kt_app_body {
    background: linear-gradient(53deg, #2a97ac, #b54979);
}
div#kt_app_content {
    background: transparent;
    /* box-shadow: 0 0 10px 0px #00000038; */
    /* border: 1px solid #ffffff2b; */
    padding: 0;
    border-radius: 0;
}
.card-hover:hover {
    background: #ffffff4a;
}
.card {
    background: #ffffff63;
    box-shadow: 0 0 10px 0px #00000038;
    border: 1px solid #ffffff2b;
    height: 100%;
}
.card .card-header {
    border-bottom: 1px solid #f1f1f47d;
}
.card-box-icons .card-box-icon {
    border: 1px solid #ffffff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #41bed9;
    cursor: pointer;
}
.card-box-icons .card-box-icon:hover {
    background: #e53986;
}
.card-box-icons .card-box-icon.active {
    background: #e53986;
}

.card-box-icons .card-box-icon i {
    color: #ffffff;
    font-size: 24px;
}

.text-muted {
    color: #ffffff !important;
}

.select2-container--bootstrap5
    .select2-selection--single.form-select-solid
    .select2-selection__placeholder {
    color: #252f4a;
}
.form-control.form-control-solid,
.form-select.form-select-solid {
    background: #ffffff57;
}

.form-control.form-control-flush {
    background: #fff;
}

h1.page-heading {
    color: #fff;
}
.breadcrumb,
.breadcrumb i {
    color: #fff;
}
.pagination,
.pagination a {
    color: #fff;
}
.page-item .page-link .previous,
.page-item .page-link .next {
    background-color: #fff;
}

#kt_app_footer,
#kt_app_footer a {
    color: white;
}

.nav-line-tabs .nav-item .nav-link {
    color: #fff;
}

.app-header-menu .menu > .menu-item > .menu-link .menu-title {
}

.app-header-menu
    .menu
    > .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here),
.app-header-menu
    .menu
    > .menu-item:not(.here)
    > .menu-link:hover:not(.disabled):not(.active):not(.here),
.app-header-menu
    .menu
    > .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-title,
.app-header-menu
    .menu
    > .menu-item:not(.here)
    > .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-title {
    color: #41bed9;
}

[data-kt-app-header-sticky="on"] .app-header {
    background: #ffffffeb;
}
[data-kt-app-header-sticky="on"]
    .app-header-menu
    .menu
    > .menu-item
    > .menu-link
    span {
    color: #252f4a !important;
}
[data-kt-app-header-sticky="on"]
    .app-header-menu
    .menu
    > .menu-item:not(.here)
    > .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-title {
    color: #41bed9;
}
[data-kt-app-header-sticky="on"] .app-header img.header-logo {
    height: 50px !important;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
}

.gallery-item {
    flex: 0 0 20%;
    padding: 20px;
    box-sizing: border-box;
    /*max-width: 20%;*/
}
.gallery-item img {
    width: 100%;
}
img.filter-blur {
    filter: blur(10px);
}

.content-404 {
    text-align: center;
    padding: 50px 0;
}
img.img-404 {
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
}
.btn-block {
    display: block;
    width: 100%;
}
.nav-group {
    background: #ffffff57;
}
.btn.btn-color-muted {
    color: #4b5675;
}
.text-dark {
    color: #666666 !important;
}

body ::placeholder {
    color: #666666 !important;
    opacity: 1 !important; /* Firefox */
}

body ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #666666 !important;
}
#flirt-slider-container {
    max-width: 960px;
    margin: 0 auto;
}

#flirtbox-controls {
    margin: 0 auto;
    padding: 0;
    display: flex;
}

#flirt-slider > .tns-item .card-body {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.noUi-tooltip {
    background: #ffffff57;
}
.noUi-target {
    background: #ffffff57;
}

.interest-container li.list-inline-item {
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 10px;
}

.timeline-label:before {
    background: #ffffff52;
}
.timeline-label .timeline-badge {
    background: #ffffff52;
    border-color: #ffffff52 !important;
    padding: 10px !important;
    border: none !important;
    border-radius: 20px;
}
.timeline-label .timeline-badge i {
    font-size: 10px;
}

#package-card-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
}
.menu-active-bg .menu-item .menu-link.active {
    background: transparent;
}

@media (max-width: 992px) {
    .menu-title-gray-700 .menu-item .menu-link .menu-title {
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    #package-box-container .row {
        display: flex;
        justify-content: center;
    }
    #package-box-container .col {
        flex: 0 0 33%;
        margin-bottom: 20px;
    }
}
