/* General Style*/
html, body  {
    position: relative;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Montserrat', 'Noto Sans HK', 'Nunito', 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #393939;
    width: 100%;
    height: 100%;
    /*min-height: -webkit-fill-available;*/
}

.wrapper {
    /*background: #0431FD;*/
}

button {
    font-weight: 300 !important;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, .h1 {

}

h2, .h2 {
    font-size: 28px;
    line-height: 1.2;
    background: -webkit-linear-gradient(45deg, #2730fd, #ff4900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3, .h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    /*font-weight: 200;*/
    color: #333333;
}

h4, .h4 {
    font-size: 17px;
}

h5, .h5 {
    font-size: 16px;
    /*font-weight: 200;*/
}

h6, .h6 {

}

a:hover {
    color: inherit;
}

.btn {
    font-weight: 400;
}

::placeholder {
    font-weight: 200;
}

:focus-visible {
    outline: none;
}

.red {
    color: red;
}

.overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    color: #FFF;
}


input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.lbl-go {
    width: 24px;
    margin-right: 3px;
}

.top-bar-wrapper {
    /*background: linear-gradient(90deg, #282ffd, #d75230);*/
    /*background: #0431fd;*/
    /*color: #FFF;*/
}

.content-wrapper {
    /*background: #F2f2f2;*/
}

.home .content-wrapper > section:nth-child(even) {
    /*background: #FFFFFF;*/
}

.btn-white {
    border: 1px solid #FFF;
    color: #FFF;
}

.header-wrapper {
    position: sticky;
    top: 0;
    left: 0;
    /*background: #0431FD;*/
    z-index: 999;
    /*border-bottom-left-radius: 20px;*/
    /*border-bottom-right-radius: 20px;*/
    /*box-shadow: 0px 0px 6px #d0d0d0;*/
    background: #FFFFFF;
}

.logo-container {
    padding: 6px 0px;
}

.logo {
    max-width: 160px;
}

ul.header-nav .nav-item {
    display: inline-block;
}

ul.header-nav .nav-item:not(:last-child) {
    padding-right: 9px;
}

.img-avatar {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 100%;
    background-size: cover !important;
}

ion-icon {
    font-size: 19px;
    vertical-align: sub;
}

#header-user-login {
    padding: 1px 9px;
    border-radius: 9px;
    color: #FFFFFF;
    cursor: pointer;
    background: #ed5285;
}


.btn-mobile-nav {
    font-size: 22px;
    line-height: 22px;
}

/*.btn-mobile-nav {*/
/*    background: linear-gradient(321deg, #0103fc, #0000bb);*/
/*    border: none;*/
/*    color: #FFF;*/
/*    opacity: 1;*/
/*    font-weight: 800;*/
/*    font-size: 20px;*/
/*    padding: 0;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*}*/

/*.btn-mobile-nav:hover {*/
/*    color: #FFF !important;*/
/*}*/

/*------------- Main Menu -----------------*/
.menu-container {
    /*border-top: 1px solid #f1f1f1;*/
    /*border-bottom: 1px solid #f1f1f1;*/
    text-align: center;
    background: #4fa9ed;
    /*border-top-left-radius: 33px;*/
    /*border-top-right-radius: 33px;*/
}

ul.main-menu .menu-item {
    display: inline-block;
    min-width: 100px;
    padding: 10px 20px;
}

li.menu-item strong {
    font-weight: 600;
    color: #ff9a00;
}

ul.main-menu .menu-item a {
    font-family: 'Noto Sans HK', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
}

div#offcanvasSideMenu {
    background: linear-gradient(333deg, #fdf0d2, white);
}

.offcanvas-body ul.main-menu .menu-item a {
    color: #8b8b8b;
}


ul.main-menu .menu-item:hover > a,
ul.main-menu .menu-item.active > a {
    /*background: -webkit-linear-gradient(0deg, #bf1103, #ff9a01);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    font-weight: 400;
}

.main-menu .menu-item:hover > a:focus {
    outline: none;
}

.main-menu .menu-item.has-dropdown:hover > .dropdown-menu {
    display: block;
}

.has-dropdown .dropdown-menu {
    border: none;
    background: #fff8e3;
    padding: 0;
    margin: 0;
}

.has-dropdown .dropdown-menu a.dropdown-item {
    padding: 10px 30px;
}

.has-dropdown .dropdown-menu a.dropdown-item:hover {
    background: #ff7156;
    border-radius: 6px;
    color: #FFF;
}






section {
    padding: 30px 0px;
}




.home-search-widget {
    height: 100%;
    /*background: #f1f1f1;*/
}

.home-search-widget form {
    position: relative;
}

.home-search-widget .tabs img {
    max-width: 70px;
}

.home-search-widget .tabs.active img {
    max-width: 100px;
}

.search-tabs .tabs {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

div#btn-go-now, div#btn-go-more {
    padding: 3px 0 0 0;
    text-align: center;
    font-weight: 800;
    color: #FFF;
    cursor: pointer;
    width: 50%;
}

div#btn-go-now {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #FFFFFF;
    color: #2730fd;
}

div#btn-go-more {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #9AACFE;
}

div#btn-go-now span, div#btn-go-more span {
    font-size: 22px;
    font-family: 'Oswald';
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}


div#btn-go-now.active, div#btn-go-more.active {
    color: #0431fd;
    /*padding: 6px 0 0 0;*/
    /*width: 40%;*/
}

div#btn-go-now.active span, div#btn-go-more.active span {
    font-size: 33px;
    line-height: 45px;
}

.tab-gap img {
    height: 24px;
}

.advanced-row {
    display: none;
}



.search-body.tab-content {
    padding: 10px 20px;
    background: #FFFFFF;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.btn-tab-type.active[data-mode="advanced"] {
    color: #FFF !important;
}

/*.search-body.tab-content[data-mode="advanced"] {*/
/*    background: #99acfe;*/
/*}*/

.field-row {
    background: #FFF;
    margin: 5px 0 5px 0;
    padding: 10px;
    border-radius: 9px;
    box-shadow: 0px 3px 12px #dadada;
}

.field-title {
    color: #000;
    border-left: 2px solid #C4AA5F;
    padding-left: 9px;
    font-size: 13px;
}

.field-content {
    color: #000;
    font-size: 16px;
}

.nop {
    font-weight: 400;
    font-size: 24px;
    margin: 0 10px;
}

.lbl-date {
    font-weight: 800;
    padding: 0px 10px;
    font-size: 33px;
    color: #c4aa5f;
}

.festival {
    margin-left: 25px;
    background: #0731fd;
    color: #FFF;
    padding: 0px 16px;
    border-radius: 20px;
}
.timeslot-icon img,
.interest-icon img,
.place-icon img,
.food-icon img {
    opacity: 0.3;
    width: 33px;
    height: 33px;
}

.timeslot-icon img.active,
.interest-icon img.active,
.place-icon img.active,
.food-icon img.active {
    opacity: 1;
}

.btn-minus, .btn-plus {
    padding: 0px 12px;
    font-weight: 600;
    font-size: 20px;
}

.lbl-area {
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 85%;
    text-align: center !important;
    margin: 0 auto;
}

.interest-icon img, .place-icon img {
    width: auto;
    height: 35px;
    margin-bottom: 6px;
}

/*.interest-icon, .place-icon {*/
/*    margin: 0 6px;*/
/*    padding: 7px 0 0;*/
/*    box-shadow: 0 0 7px #e4e4e4;*/
/*    border-radius: 14px;*/
/*}*/

.food-icon img {
    width: auto;
    height: 30px;
}

img.budget-icon {
    width: 25px;
}

.btn-search .spinner-border {
    font-size: 12px;
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}


/*-------- Range Slider --------*/
.budget-range-slider {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 33px auto 6px;
}

.budget-slider {
    position: relative;
    z-index: 1;
    height: 3px;
    margin: 0 15px;
}
.budget-slider > .track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #e6e6e6;
}
.budget-slider > .range {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #c4aa5f;
}
.budget-slider > .thumb {
    position: absolute;
    z-index: 3;
    width: 10px;
    height: 10px;
    background-color: #c4aa5f;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(98,0,238,.1);
    transition: box-shadow .3s ease-in-out;
}
.budget-slider > .thumb.left {
    left: 25%;
    transform: translate(-5px, -4px);
}
.budget-slider > .thumb.right {
    right: 25%;
    transform: translate(5px, -4px);
}
.budget-slider > .thumb.hover {
    box-shadow: 0 0 0 20px rgba(98,0,238,.1);
}
.budget-slider > .thumb.active {
    box-shadow: 0 0 0 40px rgba(98,0,238,.2);
}

.thumb.left .budget-icon, .thumb.right .budget-icon {
    /*background: #000;*/
    width: 33px;
    height: 25px;
    content: " ";
    position: absolute;
    top: -28px;
    left: -15px;
    background-size: contain;
}

input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    height: 10px;
    width: 100%;
    opacity: 0;
}
input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 0 none;
    background-color: red;
    -webkit-appearance: none;
}









/*.btn-primary {*/
/*    background: #0a31fd;*/
/*    margin: 0 auto;*/
/*    !*font-weight: 300;*!*/
/*    min-width: 250px;*/
/*    text-align: center;*/
/*}*/

.btn-search {
    background: #0631fd;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    max-width: 250px;
    min-width: 180px;
    text-align: center;
    margin: 0 auto;
}

.btn-search:active {
    background: #0631fd !important;
}

.bg-grey {
    background: #f9f9f9;
}

.carousel.slide img {
    border-radius: 9px;
}

.carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0;
    background: #0000007a;
    padding: 15px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.carousel-indicators {
    margin-bottom: 0;
}


.slide-item {
    margin: 0 5px 0 5px;
    height: auto;
}

.slide-item a {
    text-decoration: none;
    color: #333;
}

.slide-item .card-img {
    padding-top: 55%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 9px;
}


.slick-dots li.slick-active button:before {
    color: #2730fd;
}

.card-title {
    margin: 9px 9px 0 9px;
}

.slick-prev:before, .slick-next:before {
    font-size: 25px;
    color: #c4aa5f;
}

.slick-prev {
    left: -10px;
    z-index: 99;
}

.slick-next {
    right: -10px;
    z-index: 99;
}


.ranking-section a {
    text-decoration: none;
    color: #060401;
}

.ranking-section .card {
    margin: 10px 0 10px 0;
    border: none;
    box-shadow: 1px 1px 5px #DDDDDD;
}

.ranking-section .card-body {
    padding: 0;
}

.ranking-section  h5.card-title {
    min-height: 40px;
    max-height: 40px;
    margin-bottom: 20px !important;
}

.ranking-section .card-text {
    font-size: 13px;
}

.ranking-section .card-img {
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.nav-mobile-scroll {
    white-space: nowrap;
    overflow-x: auto;
    display: block;
}

.nav-mobile-scroll li {
    display: inline-block;
}

/*------- Footer -------*/
.footer-wrapper {
    /*background: #FFFFFF;*/
}

.footer-wrapper a {
    color: #333333;
    text-decoration: none;
    font-weight: 300;
    opacity: 0.7;
}

.footer-wrapper a:hover {
    opacity: 1;
}


.footer-wrapper li.link-item {
    margin-bottom: 5px;
}

.footer-top-container {
    background-image: url('https://kiddoconnect.hk/storage/images/bg-footer.png');
}

.footer-container {
    background: #e0ecff;
    color: #292929;
}

.social-icon-list ion-icon {
    font-size: 30px;
    color: #0431fd;
}

.social-icon-list a:not(:last-child) {
    margin-right: 35px;
}


/*---------- Modal - Login / Register ------*/
#loginModal .input-group-text,
#registerModal .input-group-text,
#forgetPwModal .input-group-text {
    background: transparent;
}

#loginModal .text-field-input,
#registerModal .text-field-input,
#forgetPwModal .text-field-input {
    border-left: none;
    background: #f9f9f9;
}

.modal-title {
    font-size: 22px;
    color: #333;
}

#btn-login {
    width: 100%;
    background: #4244bc;
    color: #FFF;
}

#btn-register {
    width: 100%;
    background: #ff8910;
    color: #FFF;
}

.footer-top-container {
    text-shadow: 0 0 5px #FFFFFF;
}

.btn-subscription-now,
.btn-subscription-now:hover {
    border: 1px solid #ff8910;
    color: #FFFFFF;
    background: #ff8910;
}



.home .content-top-wrapper {
    display: none;
}

.content-top-wrapper {
    color: #393939;
    padding: 12px 0px;
    background: #ffffff;
}

.page-title {
    font-size: 22px;
}

ul.breadcrumb-list * {
    font-size: 12px;
}

ul.breadcrumb-list .breadcrumb-item {
    display: inline-block;
}

.breadcrumb-item+.breadcrumb-item::before {
    margin: 0 6px 0 3px;
}


.page-with-sidebar .content-wrapper {
    background: #F3f3f3;
    padding: 15px 0;
}



/*-------- Sidebar ----------*/
.sidebar-container .sidebar-widget {
    /*background: #FFFFFF;*/
    /*box-shadow: 1px 1px 4px #bfbfbf;*/
    /*border-radius: 9px;*/
    margin-top: 10px;
    margin-bottom: 20px;
}

/*.sidebar-container .sidebar-widget:last-child {*/
/*    margin-bottom: 0;*/
/*}*/


/*.widget-title {*/
/*    padding: 16px 20px 9px;*/
/*    margin-bottom: 0;*/
/*}*/

/*.widget-body {*/
/*    padding: 16px 20px 9px;*/
/*}*/

/*.content-container {*/
/*    padding: 16px 0px;*/
/*}*/


/*--------- Schedule ------------*/
h5.widget-title {
    /*background: linear-gradient(225deg, #ff8744, #ff9a01);*/
    /*color: #FFF;*/
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

/*.sidebar-widget:first-child h5.widget-title {*/
/*    background: #ff4900;*/
/*}*/

/*.sidebar-widget:last-child h5.widget-title {*/
/*    background: #ff9a01;*/
/*}*/

.timeslot-block {
    position: relative;
    display: block;
}
.activity-block {
    position: relative;
    display: block;
    margin-left: 100px;
    padding: 20px 0 20px 20px;
    border: 1px solid #FFFFFF;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #FFFFFF;
    margin-bottom: 20px;
}

.activity-block .cover-image {
    padding-top: 55%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 9px;
}

.activity-block .intro {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity-block .name {
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    margin: 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activity-block .slick-track {
    margin-left: unset;
    margin-right: unset;
}


.activity-block .slick-list{
    padding:0 15% 0 0 !important;
}

.activity-info {
    position: relative;
    margin: 0 20px 0 0;
}

.activity-info .card-header {
    position: relative;
}

.qty-container {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    font-weight: 800;
}

.qty-container > span.btn-mins,
.qty-container > span.btn-plus {
    padding: 0 8px;
    color: #000000;
    cursor: pointer;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.lbl-qty {
    font-size: 22px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.price-label {
    font-size: 18px;
}

.logo-image {
    position: relative;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    border: 1px solid #d1d1d1;
}

.rating i.fa-star {
    color: #ffcf39;
}

.instant-confirm {
    background: #009b84;
    color: #FFF;
    font-size: 12px;
    font-weight: 100;
    padding: 0px 10px;
    border-radius: 10px;
}

.pending-confirm {
    background: #4244bc;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 10px;
    border-radius: 10px;
}


.btn-like-activity {
    position: absolute;
    top: 0;
    left: 0;
    color: red;
    opacity: 0.3;
}

.btn-select-activity {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    color: #c4aa5f;
    border: 2px solid #c4aa5f;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 19px;
    padding: 0;
    opacity: 0.7;
}

.btn-select-activity:hover, .btn-select-activity:active {
    background: #ffffff !important;
    color: #c4aa5f !important;
    border: 2px solid #c4aa5f !important;
    opacity: 1;
}

.activity-info.selected:before {
    width: 30px;
    height: 30px;
    content: "\f00c";
    position: absolute;
    color: #ffffff;
    background: #66e40a;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    font-size: 19px;
    border-radius: 40px;
    padding: 0;
    text-align: center;
    border: 2px solid #11b700;
    top: 0;
    right: 0;
    z-index: 99;
}

.activity-info.selected {
    background: #fff9e7;
    border-radius: 8px;
}


.block-tools {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -30px;
    padding: 0px 12px;
    background: #0431fd;
    color: #FFF;
    font-size: 20px;
    border-top-left-radius: 10px;
}

.block-tools:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 15px;
    bottom: 0;
    left: -14px;
    background: radial-gradient(circle at top left, #00000000 70%, #2730fd 75%);
}

.block-tools li {
    margin: 0px 6px;
}

.gift-tools {
    position: absolute;
    bottom: -28px;
    right: 0px;
    background: linear-gradient(271deg, #fe9a02, #c4aa5f);
    color: #FFF;
    padding: 3px 12px;
    border-bottom-left-radius: 10px;
}

.gift-tools:has(.gift-info-row) {
    bottom: -50px;
}

.gift-tools:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 20px;
    top: 0;
    left: -19px;
    background: radial-gradient(circle at bottom left, #fff0 70%, #c4aa5f 75%);
}

.empty-block {
    position: relative;
}

.start-icon, .end-icon {
    max-width: 33px;
    width: 33px;
    height: 33px;
    display: inline-block;
    margin-left: 70px;
    margin-bottom: 10px;
}

.end-icon {
    margin-top: 10px;
}

.btn-add-activity-group {
    isplay: inline-block;
    margin: 24px 0 24px 120px;
    padding: 6px 33px;
    border: 1px solid #0431fd;
    color: #0431fd;
    font-size: 14px;
    border-radius: 50px;
}

.btn-add-activity-group:hover, .btn-add-activity-group:active {
    background: #ff5d01 !important;
    color: #FFF !important;
}

.start-time, .end-time {
    position: relative;
    font-weight: 500;
    margin-left: 15px;
    display: inline-block;
    width: 50px;
    text-align: right;
}

.start-time:after, .end-time:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    top: 0px;
    right: -32px;
    border: 3px solid #c4aa5f;
}

.empty-block:before, .timeslot-block:before {
    position: absolute;
    content: "";
    /*width: 3px;*/
    height: 100%;
    /*background: #000;*/
    left: 85px;
}

.empty-block:before {
    border: 2px dashed #c4aa5f;
}

.timeslot-block:before {
    border: 2px solid #0731fd;
}

.timeslot-block.invalid:before {
    border-color: red;
}

.timeslot-block.invalid .start-time {
    color: red;
    font-weight: 800;
}

.timeslot-block.invalid .start-time:after {
    background: #ff0203;
    border: 3px solid #ffffff;
}

.timeslot-block.invalid .start-time:before {
    width: 20px;
    height: 20px;
    content: "\f071";
    position: absolute;
    color: red;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    font-size: 14px;
    padding: 0;
    text-align: center;
    top: 0px;
    left: -10px;
}


label.btn-timeslot {
    color: #000 !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #c4aa5f;
    color: #FFF !important;
}

.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
    background: #50bb52;
    color: #FFF !important;
}


.selected-activity-summary .card-header {
    background: #c4aa60;
    color: #FFF;
}

/*ul.selected-activity-container {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

ul.selected-activity-container li:not(:last-child) {
    margin-bottom: 18px;
}



/*--------------- Gift ---------------*/
.product-info .cover-image {
    padding-top: 55%;
    background-size: cover !important;
    background-position: center !important;
    background-position-x: center !important;
    background-position-y: center !important;
    border-radius: 9px;
}

.product-info .introduction {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn-add-gift {
    background: transparent;
    border: none;
    color: #FFFFFF;
    line-height: 12px;
}

.gift-tools.unavailable {
    opacity: 0.45;
    color: #000;
}

.product-name {
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.gift-info-row {
    max-width: 220px;
}

.gift-img {
    max-width: 50px;
    padding-right: 6px;
}

.gift-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}




/*------------ Search -------------*/
.flatpickr-calendar {
    margin: 0 auto;
    background: transparent !important;
    box-shadow: none !important;
}




/*------------- Category -------------*/
.article, .article:hover {
    text-decoration: none;
    color: #393939;
}

.article .article-img {
    padding-top: 24%;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    max-width: 350px;
    min-width: 350px;
    border-radius: 12px;
}

.article h4.article-title {
    color: #353535;
}

/*------------- Single Post -------------*/
.sidebar-container {
    position: sticky;
    top: 140px;
}

.post-content img {
    /*width: 100%;*/
    /*height: auto;*/
}

.post-content .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* This is the aspect ratio (9/16 or 16/9) */
}

.post-content .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*-------------------- Company ---------------------*/
.company-list .logo-container {
    min-width: 150px;
    height: 150px;
    background: #f9F9f9;
    padding: 6px;
    border: 1px solid #CCC;
}

.company-list .company-logo {
    display: block;
    height: 100%;
    border-radius: 12px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.company-list .company-body {
    background: #f9F9f9;
}

.company .social-icon {
    font-size: 22px;
    color: #333333;
}

.company .btn-more {
    min-width: 65px;
    background: #c4aa5f;
    color: #FFF;
}

/*-------------- Single Company -------------------*/
.company-info-page .profile-head {
    position: relative;
}

.company-info-page .gallery-container {
    /* border: 1px solid #f0f0f0; */
    background: #ededed;
    text-align: center;
    max-height: 300px;
}

.company-info-page .gallery-container img {
    min-height: 300px;
    max-height: 300px;
}

.company-info-page .gallery-carousel .image-preview {
    width: auto;
}

.company-info-page .img-thumbnail {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    object-fit: contain;
}

.company-info-page .profile-head .logo-container {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
}

.contact-item {
    background: #FFF;
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
}

.contact-item:hover {
    transform: scale(1.2);
    background: #2c00fc;
}

.contact-item:hover a {
    color: #FFF;
}

.contact-list i {
    color: #c4aa5f;
    font-size: 24px;
    line-height: 30px;
    vertical-align: middle;
}

.contact-item a {
    color: #333;
    text-decoration: none;
}

.social-icon {
    font-size: 30px;
    color: #2730fd;
    opacity: 0.7;
}

.social-icon:hover {
    opacity: 1;
}

.map-container {
    min-height: 250px;
    width: 100%;
    border: 1px solid #000;
}


/*.search-tabs .tabs {*/
/*    width: 50%;*/
/*}*/




/*ion-icon.hydrated {*/
/*    font-size: 20px;*/
/*    vertical-align: sub;*/
/*}*/

/*#app {*/
/*    background: linear-gradient(180deg, #282ffd, #ff4d06);*/
/*    height: 100vh;*/
/*    height: -webkit-fill-available;*/
/*    max-height: 100vh;*/
/*    overflow-x: auto;*/
/*    overflow-y: hidden;*/
/*}*/

/*.badge {*/
/*    font-size: 13px;*/
/*    font-weight: 300;*/
/*}*/

/*.badge-inactive {*/
/*    background: #606060;*/
/*}*/

/*.text-red {*/
/*    color: red;*/
/*}*/

/*.form-label {*/
/*    color: black;*/
/*    font-weight: 400;*/
/*}*/

/*.form-title {*/
/*    font-size: 1.2rem;*/
/*    color: #20c997;*/
/*}*/

/*.form-control {*/
/*    font-size: 14px;*/
/*}*/

/*.accordion {*/
/*    box-shadow: 0px 0px 15px #e5e5e5;*/
/*}*/

/*.accordion-button:after {*/
/*    order: -1;*/
/*    margin-left: 0;*/
/*    margin-right: 1rem;*/
/*}*/

/*.search-widget .input-group-text,*/
/*.search-widget .form-control {*/
/*    box-shadow: 0px 0px 15px #e5e5e5;*/
/*    border: none;*/
/*    background-color: #ffffff;*/
/*    border-radius: 50px;*/
/*}*/


/*.text-bg-inactive {*/
/*    background: dimgrey !important;*/
/*}*/

/*.btn-danger.swal2-confirm {*/
/*    background: #dc3545 !important;*/
/*}*/

/*!*-----------------*!*/

/*.no-arrow.dropdown-toggle::after {*/
/*    display: none;*/
/*}*/


/*!* Side-Menu Style*!*/
/*#side-menu {*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 220px;*/
/*    background: #FFFFFF;*/
/*    margin-left: 10px;*/
/*    box-shadow: 0px 0px 10px #ededed;*/
/*    border-top-left-radius: 40px;*/
/*    border-bottom-left-radius: 40px;*/
/*}*/

/*#side-menu li.nav-item .nav-link {*/
/*    color: #999999;*/
/*    font-size: 18px;*/
/*    line-height: 45px;*/
/*}*/

/*#side-menu li.nav-item .nav-link:hover {*/
/*    color: #000000;*/
/*    background-color: #f1f1f1;*/
/*}*/

/*#side-menu li.nav-item .nav-link.active {*/
/*    color: #ff4d06;*/
/*    background: transparent;*/
/*    border-right: 10px solid #ff4d06;*/
/*    border-radius: 0px;*/
/*}*/

/*#side-menu a.nav-link.active ion-icon.hydrated {*/
/*    color: #ff4d06;*/
/*}*/

/*#side-menu li.nav-item .nav-link ion-icon.hydrated {*/
/*    margin-right: 40px;*/
/*    font-size: 26px;*/
/*    vertical-align: sub;*/
/*}*/

/*.logo {*/
/*    display: block;*/
/*    max-width: 100px;*/
/*    margin: 0 auto;*/
/*}*/
/*!*-----------------*!*/


/*!* Sidebar Style*!*/
/*div#sidebar {*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 380px;*/
/*    background: #FFFFFF;*/
/*    box-shadow: 0px 0px 10px #ededed;*/
/*}*/


/*.flatpickr-calendar.inline {*/
/*    top: 0;*/
/*    margin: 0 auto;*/
/*    border: none;*/
/*    box-shadow: none;*/
/*}*/

/*!*.flatpickr-calendar.inline .flatpickr-rContainer,*!*/
/*!*.flatpickr-calendar.inline .flatpickr-days,*!*/
/*!*.flatpickr-calendar.inline .dayContainer *!*/
/*!*{*!*/
/*!*    display: block;*!*/
/*!*    width: 100%;*!*/
/*!*    min-width: 100%;*!*/
/*!*    max-width: 100%;*!*/
/*!*}*!*/




/*!*-----------------*!*/

/*!* Main Content Style*!*/
/*#main {*/
/*    background-color: #f9f9f9;*/
/*    height: 100vh;*/
/*    overflow-y: scroll;*/
/*}*/

/*h1.page-title {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    font-size: 1.5rem;*/
/*    line-height: 38px;*/
/*}*/

/*h4.section-title {*/
/*    position: relative;*/
/*    color: #333333;*/
/*    font-size: 1.2rem;*/
/*    padding-left: 10px;*/
/*}*/

/*h4.section-title:before {*/
/*    content: " ";*/
/*    position: absolute;*/
/*    top: 10%;*/
/*    left: 0;*/
/*    width: 3px;*/
/*    height: 80%;*/
/*    background: #C4AA5F;*/
/*    display: block;*/
/*    line-height: 1.2rem;*/
/*}*/

/*.card-body {*/
/*    padding: 25px 30px;*/
/*}*/

/*.image-preview {*/
/*    position: relative;*/
/*    width: 150px;*/
/*}*/

/*.image-tool {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*}*/

/*.img-thumbnail {*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    min-width: 150px;*/
/*    min-height: 150px;*/
/*    object-fit: contain;*/
/*}*/

/*.btn-xs {*/
/*    padding: 5px;*/
/*    line-height: 0;*/
/*}*/
/*.btn-xs ion-icon{*/
/*    font-size: 12px;*/
/*    line-height: 12px;*/
/*}*/
/*!*-----------------*!*/

/*.day-grids {*/
/*    cursor: pointer;*/
/*}*/

/*.day-grids.Sun {*/
/*    color: red;*/
/*}*/

/*.day-grids.selected .date {*/
/*    background: #1956b1;*/
/*    color: #FFF;*/
/*}*/

/*.profile-head {*/
/*    position: relative;*/
/*}*/

/*.profile-head .logo-container {*/
/*    position: absolute;*/
/*    bottom: -80px;*/
/*}*/

/*.gallery-container {*/
/*    !* border: 1px solid #f0f0f0; *!*/
/*    background: #ededed;*/
/*    text-align: center;*/
/*    max-height: 300px;*/
/*}*/

/*.gallery-container img {*/
/*    min-height: 300px;*/
/*    max-height: 300px;*/
/*}*/

/*.gallery-carousel .image-preview {*/
/*    width: auto;*/
/*}*/


/*.grid-image {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    min-height: 200px;*/
/*    background-size: cover !important;*/
/*    background-position: center !important;*/
/*    background-repeat: no-repeat !important;*/
/*}*/



/*--------- Mobile Menu -----------*/
.mobile-nav-container .main-menu .menu-item {
    width: 100%;
}

.mobile-nav-container .main-menu .menu-item a {
    display: block;
}

.side-main-container .social-icon-list ion-icon {
    color: #393939;
}

.side-main-container .social-icon-list {
    justify-content: center;
}


/*--------- Bottom Toolbar -----------*/
.bottom-toolbar-wrapper {
    position: sticky;
    z-index: 999;
    bottom: 20px;
    width: 95%;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 6px 9px #6a6a6a;
}


.bottom-toolbar-wrapper .toolbar-icon {
    width: 30px;
    height: 30px;
    color: #FFF;
    margin: 15px 0;
}

.bottom-toolbar-wrapper .toolbar-item {
    padding: 6px 0 3px;
}

.bottom-toolbar-wrapper .toolbar-item:hover {
    background: #fff7df;
    border-radius: 18px;
}

.bottom-toolbar-wrapper .toolbar-item a {
    color: #212121;
    text-decoration: none;
    font-size: 12px;
}

.bottom-toolbar-wrapper .menu-icon {
    max-width: 30px;
    display: block;
    margin: 0 auto;
}

/*.bottom-toolbar-wrapper .img-avatar {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    border-radius: 45px;*/
/*    border: 2px solid #FFFFFF;*/
/*    position: relative;*/
/*    top: -10px;*/
/*    left: -5px;*/
/*    background: #000;*/
/*}*/

/*.nickname {*/
/*    max-width: 80px;*/
/*    width: 80px;*/
/*}*/




@media (min-width: 768px) {
    .sidebar {
        height: 100%;
    }
}


input#sub_email {
    font-weight: 200;
}

input#sub_email:focus {
    box-shadow: none;
}

.sm-text {
    font-size: 12px;
    color: #333;
}

.copyright-container {
    background: #ed5385;
    color: #FFFFFF;
    padding: 6px;
}


/*.activity-slider-carousel .slick-track*/
/*{*/
/*    display: flex !important;*/
/*}*/
.activity-slider-carousel {
    max-height: 400px;
}
.activity-slider-carousel .slick-slide {
    padding: 0 5px;
}

/*#activityInfoModal .modal-content {*/
/*    height: 80%;*/
/*}*/

#activityInfoModal .modal-body {
    background: #f1f1f1;
    /*max-height: calc(100% - 120px);*/
    /*overflow-y: scroll;*/
}

#activityInfoModal .btn-close,
#productListModal .btn-close,
#productInfoModal .btn-close {
    position: absolute;
    top: -20px;
    right: -20px;
    border: 2px solid #333;
    background-color: #FFF;
    opacity: 1;
    font-size: 20px;
    z-index: 99;
}

div#activityInfo {
    max-height: 70vh;
    min-height: 70vh;
    overflow: scroll;
}

div#activitySlider {
    max-height: 70vh;
    min-height: 70vh;
}

/*#activitySlider .carousel-item {*/
/*    display: flex;*/
/*    height: 70vh;*/
/*    vertical-align: middle;*/
/*    align-items: center;*/
/*}*/

#activitySlider .carousel-item img {
    max-width: -webkit-fill-available;
    max-height: 70vh;
    min-height: 70vh;
    margin: auto;
    object-fit: contain;
}

.property-icon {
    height: 30px;
    vertical-align: middle;
}

.budget-tag {
    border: 1px solid #000;
    min-width: 50px;
    text-align: center;
    border-radius: 24px;
    padding: 0px 10px;
}

.price-free {
    background: #2a00ff;
    color: #FFF;
    padding: 0px 15px;
    border-radius: 3px;
}

/*--------------- Checkout ---------------*/
.credit-card-box {
    background: #ececec;
    padding: 6px 12px 9px 12px;
}

/*---------------- Profile ----------------*/
.profile-avatar-container img {
    max-width: 150px;
}


/*--------------- Other ---------------*/
.activity-price {
    font-size: 16px;
    color: #ffb31d;
    font-weight: 500;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .top-bar-wrapper {
        background: #0431fd;
        color: #FFF;
    }

    .mobile-nav-container .main-menu .menu-item.has-dropdown:hover > .dropdown-menu {
        display: none;
    }

    .mobile-nav-container .main-menu .menu-item.has-dropdown > .dropdown-menu.show {
        display: block;
        position: relative !important;
        transform: unset !important;
    }




    .content-top-wrapper {
        color: #2c2c2c;
        padding: 9px 0;
        background: #fbbb3f;
    }
    .content-wrapper {
        /*background: #F2F2F2;*/
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .page.home .content-wrapper {
        margin-top: 70px;
    }

    .page.home .content-wrapper > .section {
        position: relative;
        top: -70px;
    }

    .breadcrumb-item a {
        color: #FFFFFF;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 768px) {
    .article .article-img, .article .article-body {
        width: 100%;
    }
    .article .article-img {
        padding-top: 50%;
        max-width: 100%;
        min-width: 100%;
    }

    .company-list .logo-container {
        border: 1px solid #fff;
        background: #FFF;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .company-list .company-body {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }


}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .logo {
        max-width: 135px;
    }

    .empty-block:before, .timeslot-block:before {
        left: 10px;
    }
    .start-time:after, .end-time:after {
        right: 43px;
    }
    .activity-block {
        margin-left: 30px;
    }
    .btn-add-activity-group {
        margin: 24px 0 24px 30px;
    }
    .start-icon, .end-icon {
        margin-left: 0;
    }

    div#activitySlider {
        max-height: 30vh;
        min-height: 30vh;
    }
    #activitySlider .carousel-item img {
        max-height: 30vh;
        min-height: 30vh;
    }
    div#activityInfo {
        max-height: 50vh;
        min-height: 50vh;
    }

}

.nav {
    --bs-nav-link-color: #c4aa5f;
    --bs-nav-link-hover-color: #c4aa5f;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #c4aa5f;
}

.border-left {
    border-left: 3px solid #c4aa5f;
    padding-left: 12px;
}



.contact-form {
    padding: 24px;
    background: #FFF;
    border-radius: 12px;
}


.contact-form .input-group-text {
    background: #ffac2c !important;
    color: #FFF;
    padding: 10px;
    border-radius: 0px;
    border: none;
}

.contact-form .form-control {
    border: none;
    background: #f5f5f5;
    color: #000000 !important;
}

.contact-form .input-group-text > ion-icon {
    font-size: 24px;
}

.contact-form textarea.form-control {
    padding: 15px 20px;
}


.text-bg-pending_payment {
    background: #ffa616;
}

.text-bg-paid, .text-bg-confirmed {
    background: green;
}

.text-bg-completed {
    background: steelblue;
}


.text-bg-rejected {
    border: 1px solid #f00;
    color: #f00;
}

.text-bg-cancelled {
    background: #cf0000;
}