.block-link {
    text-decoration: none;
    color: inherit;
}

.subheading {
    font-size: 1.125rem;
}

.underline {
    display: inline-block;
    position: relative;
}

.underline:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 100%;
    margin-top: -0.1em;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU0IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMjU0IDExIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIG9wYWNpdHk9IjAuMSIgZD0iTTEuNSA5LjQ5OTk3QzkwLjc0MDggMC4xOTk2ODQgMTQ0LjEyMSAtMS4zODk5MSAyNTIgOS40OTk5NyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center center no-repeat;
    background-size: 100% 100%;
}

.slick-flex {
    height: 100%;
}

.slick-flex .slick-list {
    display: flex;
    height: 100%;
}

@media(max-width:767.98px){
    .subheading {
        font-size: 1rem;
    }
}

/* HEADER */

.site-header {
    width: 100%;
    z-index: 99;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: 0.5s;
}

.site-header .menu-sep {
    border-left: 1px solid #E1E1E1;
    height: 30px;
}

body:not(.fs-active) .site-header.position-fixed.sticky-header {
    background-color: #fff;
    box-shadow: 0 1px 15px rgba(0,0,0,0.15);
}

.site-header .icon {
    font-size: 1.4rem;
    vertical-align: -0.25rem;
}

.account-name-box .icon {
    font-size: 1.5rem;
    vertical-align: -0.2rem;
}

.account-menu .icon {
    font-size: 1.2rem;
    vertical-align: -0.125rem;
    margin-right: 0.35rem;
}

.account .account-menu .nav-link {
    border-right: 4px solid transparent;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.account .account-menu .current > .nav-link {
    color: #FA8543;
    border-color: #FA8543;
}

.account .account-menu .icon {
    font-size: 1.4rem;
    vertical-align: -0.225rem;
}

.site-main-content {
    min-height: 100vh;
}

.auth-view-wrapper:after {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #f5f5f5;
    z-index: 1;
}

.site-header .navbar-brand svg {
    margin-bottom: -0.5rem;
    transition: 0.3s;
}

.site-header-nav .nav-link {
    position: relative;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}

.site-header-nav .nav-link.current {
    color: #ED6C44;
}

.site-header-nav .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 2px;
}

.site-header-nav > .nav-item > .nav-link.current:after {
    background-color: #ED6C44;
}

body:not(.fs-active) .site-header.position-fixed.sticky-header .navbar-brand svg {
    transform: scale(0.9);
    margin-bottom: -7px;
}

body:not(.fs-active) .site-header.position-fixed.sticky-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media(max-width:767.98px){
    .header-cta-btn {
        padding: 0.4rem 1rem;
    }
    .navbar-brand svg {
        max-width: 73px;
    }
    .account .account-menu .nav-link {
        padding-left: 0;
        padding-right: 0;
        border-right: none;
        border-bottom: 3px solid transparent;
        margin-right: 1rem;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .account .account-menu .icon {
        font-size: 1.2rem;
        margin-right: 2px;
    }
}

@media(min-width:768px){
    .site-header {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    body:not(.fs-active) .site-header.position-fixed.sticky-header .navbar-brand svg {
        transform: scale(0.85);
        margin-bottom: 0;
    }
}

/* FULLSCREEN MENU */

.fullscreen-menu-toggler span {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	transition: 0.3s;
}

.fullscreen-menu-toggler span b {
    display: block;
	width: 31px;
	height: 3px;
	background-color: #222;
    transition: 0.3s;
}
body:not(.fs-active) .site-header-white:not(.sticky-header) .site-header-nav > li > .nav-link,
body:not(.fs-active) .site-header-white:not(.sticky-header) .btn.btn-outline-primary,
body:not(.fs-active) .site-header-white:not(.sticky-header) {
    color: #fff;
}

body:not(.fs-active) .site-header-white:not(.sticky-header) .fullscreen-menu-toggler span b {
    background-color: #fff;
}

.navbar-brand-image path {
    fill: #ED6C44;
}

body:not(.fs-active) .site-header-white:not(.sticky-header) .navbar-brand-image path {
    fill: #fff;
    transition: 0.3s;
}

.site-header .border-primary {
    transition: 0.3s;
}

body:not(.fs-active) .site-header-white:not(.sticky-header) .border-primary {
    border-color: #fff;
}

.fullscreen-menu-toggler .s-1 {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.4s;
}

.fullscreen-menu-toggler.active .s-1 {
	transform: translateX(-30px);
	opacity: 0;
	transition-delay: 0s;
}

.fullscreen-menu-toggler .s-2 {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.5s;
}

.fullscreen-menu-toggler.active .s-2 {
	transform: translateX(30px);
	opacity: 0;
	transition-delay: 0.1s;
}

.fullscreen-menu-toggler .s-3 {
	position: relative;
	bottom: -17px;
	opacity: 0;
	transform: rotate(45deg) translateX(-40px);
	transition-delay: 0s;
}

.fullscreen-menu-toggler.active .s-3 {
	opacity: 1;
	transform: rotate(45deg) translateX(0);
	transition-delay: 0.3s;
}

.fullscreen-menu-toggler .s-4 {
	position: relative;
	top: -16px;
	opacity: 0;
	transform: rotate(-45deg) translateX(40px);
	transition-delay: 0.1s;
}

.fullscreen-menu-toggler.active .s-4 {
	opacity: 1;
	transform: rotate(-45deg) translateX(0);
	transition-delay: 0.4s;
}

.fullscreen-menu-toggler .s-5 {
    transition-delay: 0.5s;
}

.fullscreen-menu-toggler.active .s-5 {
    opacity: 0;
    transition-delay: 0.1s;
}

.fullscreen-menu {
	display: none;
    position: fixed;
    top: 0;
    z-index: 98;
}

.fullscreen-menu > .fs-box {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}

.fullscreen-lang-menu-box .active {
	background-color: #FA8543;
	color: #fff;
	border-radius: 0.5rem;
}

.fullscreen-menu .fs-display {
	opacity: 0;
	transform: translateY(20px);
	transition: 0.4s;
}

.fullscreen-menu .fs-display.ready {
	opacity: 1;
	transform: translateY(0px);
}

.fullscreen-nav .nav-link {
	font-weight: bold;
	font-size: 1.2rem;
}

.fullscreen-nav .nav-sublink {
    font-weight: normal;
    font-size: 1rem;
}

/* HERO */

.hero-svg-bg {
    max-width: 120%;
    height: auto;
    margin-top: 18%;
    margin-left: -10%;
}

.hero-svg-image {
    margin-bottom: -25%;
}

.ready-appearing,
.active-appearing {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
}

.ready-appearing.d-01,
.active-appearing.d-01 {
    transition-delay: 0.15s;
}

.ready-appearing.d-02,
.active-appearing.d-02 {
    transition-delay: 0.3s;
}

.ready-appearing.d-03,
.active-appearing.d-03 {
    transition-delay: 0.45s;
}

.ready-appearing.d-04,
.active-appearing.d-04 {
    transition-delay: 0.6s;
}

.ready-appearing.d-05,
.active-appearing.d-05 {
    transition-delay: 0.75s;
}

.ready-appearing.d-06,
.active-appearing.d-06 {
    transition-delay: 0.9s;
}

.ready-appearing.d-07,
.active-appearing.d-07 {
    transition-delay: 1.05s;
}

.ready .ready-appearing,
.active.ready .active-appearing {
    opacity: 1;
    transform: translateY(0);
}

@media(max-width:767.98px){
    .hero-svg-image {
        max-width: 110%;
        height: auto;
        margin-left: 10%;
    }
    .hero-svg-front-element svg {
        max-width: 40%;
        height: auto;
        margin-left: -5%;
        margin-bottom: 5%;
    }
}

@media(min-width:768px){
    .hero-svg-image {
        margin-bottom: -170px;
    }
}

@media(max-width:991.98px){
    
}

@media(min-width:992px){
    .hero-svg-image {
        margin-bottom: 0;
    }
}

/* CTA */

.cta-svg-primary {
    max-width: 80%;
    height: auto;
    margin-right: -12%;
}

.cta-svg-primary-light {
    max-width: 75%;
    height: auto;
    margin-top: -20%;
    margin-right: 10%;
}

.cta-svg-purple {
    max-width: 70%;
    margin-right: -30%;
}

@media(min-width:768px){
    .cta-svg-primary {
        top: 80%;
        right: 5%;
        margin-right: 0;
    }
    .cta-svg-primary-light {
        right: 13%;
        top: -30%;
        margin-top: 0;
        margin-right: 0;
    }
    .cta-svg-purple {
        top: -60%;
        right: -20px;
        margin-right: 0;
    }
}

/* DASHBOARD */

.dashboard-header-stat-label {
    max-width: 90px;
    line-height: 1.1;
}

.dashboard-timeline-month-wrapper {
    position: sticky;
    left: 0;
    display: inline-block;
    z-index: 2;
}

.dashboard-timeline-month-label {
    padding: 5px 10px;
    color: #63637B;
    font-weight: bold;
}

.dashboard-timeline-month-days:last-child {
    height: calc(100% - 33px);
}

.dashboard-timeline-month:last-child .dashboard-timeline-month-days {
    overflow: hidden;
}

.timeline-room-name {
    margin-top: 0.325rem;
    margin-bottom: 0.325rem;
}

.timeline-room-label {
    min-height: 28px;
}

.building-places-label,
.room-places-label {
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 3px 0px;
    background-color: rgba(205, 22, 37, 0.05);
    color: #CD1626;
    border-radius: 9px;
}

.building-timeline-rooms-invisible {
    margin-top: -34px;
}

.building-timeline-rooms-invisible .timeline-room-name,
.building-timeline-rooms-invisible .edit-booking-place-checkbox-wrapper {
    opacity: 0;
}

.placeholder:hover,
.placeholder {
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 4px;
    background-color: #63637B;
    color: #fff;
    padding: 0.25rem 0.25rem;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s margin;
    z-index: 2;
}

.placeholder.status-confirmed {
    background-color: #469356;
}

.placeholder.status-pending {
    background-color: #d5b147;
    color: rgba(0,0,0,0.7);
}

.placeholder.status-cancelled {
    background-color: #aa5a5a;
}

.placeholder.current-booking {
    background-color: #CD1626;
    color: #fff;
}

.placeholder.sticky-end {
    left: auto;
    right: 50%;
    text-align: right;
}

.placeholder .icon {
    position: absolute;
    right: 5px;
    top: 6px;
}

.placeholder.placeholder-group-toggler {
    background-color: #6A6AA8;
    z-index: 3;
}

.placeholder.z-index {
    z-index: 98;
}

.placeholder.placeholder-group-toggler.z-index {
    z-index: 99;
}

.placeholder-group-backdrop {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.75);
    z-index: 97;
}

.dashboard-timeline-wrapper {
    overflow-x: auto;
    border-radius: 5px;
    transition: 0.3s;
}

.dashboard-timeline-wrapper:focus {
    outline: none;
    border-color: #CD1626;
}

.dashboard-timeline-day-column {
    position: relative;
    min-width: 80px;
    max-width: 80px;
    padding: 5px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.dashboard-timeline-day-number {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 2px 1px 1px;
    border-radius: 9rem;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    vertical-align: middle;
    color: #999;
}

textarea.auto-height {
    min-height: 70px;
}

.today .dashboard-timeline-day-number,
.current .dashboard-timeline-day-number {
    background-color: #63637B;
    color: #fff;
    position: relative;
    z-index: 3;
}

.current .dashboard-timeline-day-number {
    background-color: #CD1626;
}

.current-day-line {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 15px;
    width: 2px;
    background-color: #CD1626;
}

.edit-booking-place-places-number-wrapper {
    display: none;
    margin-top: 6px;
}

.timeline-room-label.active .edit-booking-place-places-number-wrapper {
    display: block;
}

.edit-booking-place-places-number {
    min-width: 88px;
    padding-right: 61px;
    text-align: right;
    background-color: transparent;
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.edit-booking-place-places-number::-webkit-outer-spin-button,
.edit-booking-place-places-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.edit-booking-place-places-number-wrapper .total {
    left: 28px;
    margin-top: 3px;;
}

.edit-booking-room-lock {
    color: #C6C6C6;
}

.edit-booking-room-lock.active {
    color: #CD1626;
}

@media(max-width:575.98px){
    .edit-booking-building-checkbox,
    .edit-booking-place-checkbox {
        position: absolute;
        right: 0; top: 0;
    }
}

@media(min-width: 992px){
    .dashboard-header-stat-label {
        max-width: 120px;
    }
}

/* LOGIN */

.login-x {
    border-bottom: 1px solid #C6C6C6;
    height: 1em;
    margin-bottom: 1.75rem;
}

/* OTHER */

.primary-checkbox-indicator {
    display: inline-block;
    padding: 4px 12px;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    border-radius: 9rem;
    vertical-align: middle;
}

.primary-checkbox-indicator span {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ccc;
    transform: translateX(-8px);
    transition: 0.3s;
    border-radius: 9rem;
}

.primary-checkbox:checked + .primary-checkbox-indicator span {
    transform: translateX(8px);
    background-color: #CD1626;
}

.sep-item + .sep-item {
    border-left: 2px solid #C6C6C6;
}

.border-label-input + .border-label {
    border: 2px solid #C6C6C6;
    border-radius: 5px;
    cursor: pointer;
}

.border-label-input:checked + .border-label {
    border-color: #CD1626;
    cursor: default;
}

.modal-video-close {
    position: absolute;
    top: -18px;
    right: -18px;
    background-color: #ED6C44;
    padding: 8px;
}

.pagination-item {
    width: 36px;
    height: 36px;
    padding: 3px 2px;
    text-align: center;
}

.pagination-item.current {
    cursor: default;
}

.btn-w-arrow .icon {
	display: inline-block;
	transition: 0.2s;
}

.btn-w-arrow:hover .icon-arrow-right,
.btn-w-arrow:hover .icon-chevron-right {
	transform: translateX(6px);
}

.btn-w-arrow:hover .icon-arrow-left,
.btn-w-arrow:hover .icon-chevron-left {
	transform: translateX(-6px);
}

.global-alert {
	position: fixed;
	z-index: 1099;
	top: 5px;
	left: 50%;
	font-size: 14px;
	background-color: rgba(33, 33, 33, 0.8);
	color: #fff;
	padding: 5px 12px;
	border-radius: 3px;
	transform: translateX(-50%);
	transition: 0.5s;
	opacity: 0;
}

.global-alert.ready {
	top: 20px;
	opacity: 1;
}

@media(max-width:767.98px){
    .font-14-mobile {
        font-size: 14px;
    }
    .font-12-mobile {
        font-size: 12px;
    }
    .hor-scroll-xs {
        display: block;
        overflow: scroll;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;
    }
    .hor-scroll-xs > * {
        display: inline-block;
    }
    .hor-scroll-xs > *:last-child {
        margin-right: 1rem;
    }
}

@media (min-width: 364px) and (max-width: 575.98px){
    .hor-scroll-xs {
        margin-left: -1.8rem;
        margin-right: -1.8rem;
        padding-left: 1.8rem;
    }
    .hor-scroll-xs > *:last-child {
        margin-right: 1.8rem;
    }
}

/* MENU */

.admin-menu-toggler span {
    display: block;
    width: 30px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #222;
    transition: 0.3s;
}

.admin-menu-toggler.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.admin-menu-toggler.active span:nth-child(2) {
    opacity: 0;
}

.admin-menu-toggler.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* SIDEBAR */

.sidebar-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    min-height: 90vh;
    width: 65px;
}

.sidebar-nav .nav-link {
    border-left: 3px solid transparent;
    border-bottom: 1px solid #f4f4f4;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-weight: 600;
}

.sidebar-nav .current .nav-link {
    border-left: 3px solid #CD1626;
    color: #CD1626;
}

.sidebar-nav .nav-link .icon {
    font-size: 1.2rem;
    margin-right: 0.3rem;
    vertical-align: -0.16rem;
}

@media(max-width:767.98px){
    .sidebar-nav {
        display: none;
    }
    .sidebar-nav.active {
        display: block;
        width: 100%;
        z-index: 4;
    }
    .header-left .btn {
        padding: 5px;
    }
}

@media(min-width:768px){
    
}

@media(min-width:768px) and (max-width:1199.98px){
    .sidebar-nav-text {
        position: absolute;
        right: 100%;
        background-color: #63637B;
        color: #fff;
        padding: 2px 7px;
        border-radius: 3px;
        z-index: 2;
    }
    .sidebar-nav .nav-link:hover .sidebar-nav-text {
        right: auto;
        left: 100%;
    }
}

@media(min-width:1200px){
    .sidebar-nav {
        width: 180px;
    }
    .sidebar-nav-text {
        position: relative;
        left: auto;
        right: auto;
    }
}

/* POSTS TABLE */

.admin-posts td {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

/* ORDERS TABLE */

.form-filters-select {
    padding: 4px;
}

.form-filters-select.form-select {
    padding-right: 22px;
    background-position: right 6px center;
}

.admin-orders-table-item.order-status-unpaid .order-status {
    color: #999;
}

.admin-orders-table-item.order-status-new .order-status {
    color: #CD1626;
}

.btn-circle-sm {
    padding: 0.13rem 0.15rem 0.11rem !important;
    font-size: 1.2rem;
    line-height: 0.9;
    vertical-align: 0.05rem;
}

.repeater-item {
    border-left: 2px dotted #999;
    padding-left: 15px;
}

.repeater-item .repeater-item {
    border-color: #CD1626;
}

.repeater-loop:empty {
    min-height: 55px;
    border: 2px dashed #e8e8e8;
    border-radius: 5px;
}

.order-product-price-box {
    min-width: 80px;
}

.booking-table-item {
    border-right: 3px solid #eee;
} 

.booking-status-confirmed {
    border-color: #63637B;
}

.booking-status-pending {
    border-color: #dfdfe1;
}

.booking-status-cancelled {
    /* border-color: #eee; */
}

.order-ajax-modal-content:not(:empty) + .loader-box {
    display: none;
}

.orders-list-product-file-status {
    margin: -3px 0 0 -3px;
}

.order-status-custom .status-dot,
.order-status-new .status-dot,
.file-status-in-process .status-dot {
    background-color: #CD1626;
}

.file-status-waiting-for-proof .status-dot {
    background-color: #93ceea;
}

.primary-checkbox-indicator {
    display: inline-block;
    padding: 4px 12px;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    border-radius: 9rem;
    vertical-align: middle;
}

.primary-checkbox-indicator span {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ccc;
    transform: translateX(-8px);
    transition: 0.3s;
    border-radius: 9rem;
}

.primary-checkbox:checked + .primary-checkbox-indicator span {
    transform: translateX(8px);
    background-color: #CD1626;
}

@media(max-width:767.98px){
    .mobile-np {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

@media(min-width:768px){
    .admin-page-content-box {
        padding-right: 30px;
        padding-left: 95px;
    }
}

@media(min-width:1200px){
    .admin-page-content-box {
        padding-left: 210px;
    }
}

.sep-item + .sep-item {
    border-left: 1px solid rgba(0,0,0,0.1);
}

.sep-item.me-3 + .sep-item {
    padding-left: 1rem;
}

.date-picker-wrapper .icon {
    display: block;
    position: absolute;
    color: #999;
    right: 13px; top: 50%;
    line-height: 1;
    transform: translateY(-50%);
    z-index: 1;
}

.date-picker-wrapper .date-picker {
    position: relative;
    background-color: transparent !important;
    padding-right: 40px !important;
    z-index: 2;
}