.card-header-buttons {
    float: right;
}

.yellow-icon {
    color: yellow;
}

.form-group.input-with-icon {
    position: relative;
}

.form-group.input-with-icon input {
    padding-right: 42.5px;
}
.form-control-file.form-control{
    padding: 3px;
}
.form-group.input-with-icon .fa {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}

.boxed-info span.big-thin-data {
    font-size: 20px;
}

.facebook-report-table thead tr th.bold-bigger-title {
    font-weight: bold;
    font-size: 16px;
}

.form-group .input-comment {
    font-size: 12px;
}

.boxed-info .medium-data {
    font-size: 18px;
}

.boxed-info span.big-data {
    font-size: 26px;
}

/* Header Menu*/
.main-header .sidebar-toggle {
    font-size: 13px;
    line-height: 20px;
}

.main-header .navbar {
    padding: 0px;
}

.navbar-custom-menu>ul>li>a {
    display: block;
    padding: 15px;
    line-height: 20px;
}

.navbar-custom-menu>ul>li>a>i {
    font-size: 14px;
}

.navbar-custom-menu .dropdown-toggle::after {
    content: none;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
}


.breadcrumb>.active {
    color: #777;
}

/* Image */
.img-circle {
    border-radius: 50%;
}

/* Login - Reset Password Page */
.reset-password-page {
    height: auto;
    background: #d2d6de;
}

.reset-password-page .wrapper,
.login-page .wrapper {
    background-color: transparent;
}

.reset-password-page .content-wrapper,
.login-page .content-wrapper {
    min-height: auto;
    background-color: transparent;
    margin-left: 0;
}

/* Profile Edit */
.edit-profile .profile-image {
    height: 120px;
    cursor: pointer;
    padding: 10px;
}

.edit-profile .profile-image:hover {
    border-color: #00a65a;
}

.dropdown-menu.show {
    display: block;
    height: 50vh !important;
    overflow-y: auto !important;
}

/* Filemanager Image Preview */
.filemanager-activator {
    display: inline-block;
}

.filemanager-activator .filemanager-preview-image {
    height: 120px;
    cursor: pointer;
    padding: 10px;
}

.checkbox-hidden-fields {
    display: none;
    margin-top: 10px;
}

.checkbox-hidden-fields.show-fields {
    display: block;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #008d4c;
    border-color: #008d4c;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #00a65a;
    border-color: #00a65a;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 166, 90, 0.25);
}

.widget-user-2 .widget-user-header,
.widget-user-3 .widget-user-header {
    padding: 20px;
    border-radius: 3px;
}

.widget-user-3 .widget-user-image img {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: 10px;
}

.widget-user-3 .widget-user-username {
    text-align: center;
    margin-bottom: 0;
}

.hotel-list-image img {
    max-height: 32px;
}



/* Colorpicker */
.popover.colorpicker-bs-popover {
    max-width: none;
}

.colorpicker.colorpicker-2x {
    width: 236px;
}

.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-alpha,
.colorpicker-2x .colorpicker-preview {
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.colorpicker-2x .colorpicker-preview,
.colorpicker-2x .colorpicker-preview div {
    height: 30px;
    font-size: 16px;
    line-height: 160%;
}

.colorpicker-saturation .colorpicker-guide {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin: -5px 0 0 -5px;
}

/* Tasks */
.task-list .task-title a {
    color: #212529;
}

.task-list .unread .task-title {
    font-weight: bold;
    text-decoration: underline;
}

#subtasks-table input.form-control {
    border: 0;
    padding: 0;
    padding-left: 10px;
    width: calc(100% - 20px);
    height: 32px;
    line-height: 32px;

}

#subtasks-table td {
    padding-top: 0;
    padding-bottom: 0;

}

#subtasks-table .fa-check-circle {
    float: left;
    font-size: 20px;
    line-height: 32px;
}

.subtask-list {
    padding: 10px;
}

.subtask-list-item {
    border-top: 1px solid #f4f4f4;
    padding: 0px 4px 4px;
}

.subtask-list-item:last-child {
    border-bottom: 1px solid #f4f4f4;
}


/* notifications-menu */
.notifications-menu .menu li {
    position: relative;
}

.notifications-menu .menu .unread>i {
    position: absolute;
    color: #00a65a;
    left: 4px;
    top: 15px;
    font-size: 10px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    cursor: pointer;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li.unread>a {
    padding-left: 18px;
}

/* Popup Modal */
#modal-task .modal-body {
    padding: 0;
}

#modal-task .task-description {
    padding: 16px;
}

.modal-header .modal-title {
    width: 100%;
}

.modal-header .task-status-time {
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.modal-header .task-status-time .task-status {
    font-size: 15px;
}

.task_view .task-status .label,
.modal-header .task-status-time .task-status .label {
    color: #999;
}

.task_view .task-status .value,
.modal-header .task-status-time .task-status .value {
    border-bottom: 1px dotted #212529;
    cursor: pointer;
}

.task_view .task-status .value i,
.modal-header .task-status-time .task-status .value i {
    vertical-align: middle;
}

.modal-header .close {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
}

.modal-body .box-comments {}

.task_view .dropdown-item,
#modal-task .dropdown-item {
    cursor: pointer;
    position: relative;
}

.task_view .dropdown-item:active,
.task_view .dropdown-item.active,
#modal-task .dropdown-item:active,
#modal-task .dropdown-item.active {
    background-color: #f8f9fa;
}

.task_view .dropdown-item.active:before,
#modal-task .dropdown-item.active:before {
    content: "*";
    position: absolute;
    left: 9px;
    top: 6px;
}

#modal-task .dropdown-item:hover {}


.btn:hover {
    cursor: pointer;
}


/* Vertical Tabs */
.vertical-rotate-tabs-container {
    display: flex;
}

.vertical-rotate-tabs-container .vertical-rotate-tabs {
    align-content: baseline;
    box-shadow: 4px 0px 1px -3px rgba(0, 0, 0, 0.1);
    border: 0;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    padding: 0;
    margin-block: 0;
    margin-inline: 1rem;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.vertical-rotate-tabs-container .vertical-rotate-tabs.nav-tabs .nav-item {
    /* margin-bottom: -1px; */
    transform: rotate(180deg);
    margin-inline-end: 2px;
    /* transform-origin: 0% 0%; */
    /* margin-top: 40px; */
}

.vertical-rotate-tabs-container .vertical-rotate-tabs.nav-tabs .nav-item:last-child {
    margin-inline-end: 0;
}

.vertical-rotate-tabs-container .vertical-rotate-tabs.nav-tabs .nav-link {
    border-radius: 0 .25rem .25rem 0;
}

.vertical-rotate-tabs-container .vertical-rotate-tabs.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6 #fff;
}

.vertical-rotate-tabs-container .vertical-rotate-tabs.nav-tabs .nav-item:first-child {
    /* margin-top:0px; */
}

.vertical-rotate-tabs-container .tab-content {
    flex: 1;
}

.vertical-rotate-tabs-container .box {
    margin-bottom: 0;
}

/* Right Sidebar */
.control-sidebar {
    position: fixed;
    height: 100%;
    padding: 15px;
    padding-top: 50px;
    transform: translateX(100%);
    width: 380px;
    right: 0px;
    transition: all 0.3s ease-in-out;
}

.control-sidebar.control-sidebar-open {
    transform: translateX(0%);
}

.control-sidebar .sidebar-actions {
    margin-top: 20px;
}

.square-prepend span {
    border-radius: 0px;
    background: #fff;
}

.datepicker td,
.datepicker th {
    width: 32px;
    height: 32px;
}

.action-buttons {
    margin-bottom: 10px;
}

.card-header h2 {
    font-size: 1rem;
}

.reservation-history-row h3 {
    margin-bottom: 0;
}

.reservation-history-row .line-through {
    border-bottom: 1px solid #212529;
}


/* Pagination */
.pagination-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pagination {
    flex: 1;
    margin-bottom: 0;
    border-radius: 0px;
}

.pagination>li>a {
    background: #fff;
}

.page-link:hover {
    color: #00a65a;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {

    background-color: #00a65a;
    border-color: #008d4c;
}

.pagination-limit {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.pagination-limit select {
    margin: 0 10px;
}


/* Reservation Form */
.reservations-extra-pricing {
    border: 1px solid #f4f4f4;
    margin-bottom: 10px;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
}

.reservations-extra-pricing .table {
    margin-bottom: 0px;
}

#reservation-extras .id {
    width: 520px;
}

#reservation-extras .pricing {
    padding: 0;
    width: 183px;
}

#reservation-extras .pricing tr {
    background: transparent;
}

#reservation-extras .price {
    width: 94px;
}

#reservation-extras .pricing table {
    margin-bottom: 0;
}

#reservation-extras .pricing table tr td {
    vertical-align: middle;
}

#reservation-extras .pricing table tr:first-child td {
    border-top: 0;
}

#reservation-extras .pricing table tr td:last-child {
    width: 93px;
}


/* Select Search */
.select2-container {
    max-width: 100%;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 24px;
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px;
}

.chart-container {
    margin-bottom: 30px;
}

.demand-filters {
    background-color: #222d32;
    padding: 15px 10px 5px 10px;
    transform: translateY(0%);
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.demand-filters.toggle {
    transform: translateY(95%);
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.demand-filters.toggle .fa-chevron-down:before {
    content: "\f077";
}

.demand-filters>div {
    padding-bottom: 10px;
}

.flex-grow-2 {
    flex-grow: 2;
}

label.filter-label {
    color: #fff;
    cursor: pointer;
}

.hide-filters-button {
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: -24px;
    right: 25px;
    background: #222d32;
    padding: 5px;
    cursor: pointer;
}

.report-top-title-container {
    position: relative;
}

.report-top-title-container button {
    position: absolute;
    top: 0px;
    left: 0px;
}

.report-container h2 {
    display: none;
}

.report-container.active h2 {
    display: block;
}

.report-widget {
    display: none;
    position: relative;
    padding: 20px 0;
    margin-bottom: 10px;
    min-height: 200px;
    clear: both;
}

.report-widget.active {
    min-height: 0px;
}

.report-widget .widget-loading {
    opacity: 0;
    z-index: -1;
}

.inside-loader,
.widget-loading {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 4px 0px #eeeeee;
}

.inside-loader img,
.widget-loading img {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.report-widget.loading,
.report-widget.active {
    display: block;
}

.icon-data .value {
    color: #364141;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    margin-top: 16px;
    letter-spacing: -1px;
}

.icon-data .description {
    color: #6e797a;
    font-size: 16px;
}

.light-grey {
    color: #b0b6b7;
}

.facebook-report-table thead tr th {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.dark-grey {
    color: #364141;
}

.larger {
    font-size: 140%;
}

.bold {
    font-weight: 700;
}

.no-padding {
    padding: 0 !important;
}

.number-data {
    padding: 36px 30px;
    text-align: center;
}

.number-data .title {
    color: #6e797a;
    font-size: 16px;
}

.number-data .number {
    color: #364141;
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    margin-top: 10px;
}

.number-data .extra {
    color: #364141;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 900;
}

h2 {
    font-size: 18px;
    font-weight: 400;
}

.hidden {
    display: none !important;
}

.medium-number-data {
    margin-bottom: 16px;
}

.medium-number-data .number {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px;
    font-weight: 900;
}

.medium-number-data .title {
    text-transform: uppercase;
    color: #6e797a;
    font-size: 14px;
    letter-spacing: 1px;
}

.teal {
    color: #08c4b2;
}

.dark-teal {
    color: #067c7c;
}

.purple {
    color: #9180f4;
}

.dark-purple {
    color: #5e4eba;
}

.report-widget.half {
    min-height: 145px;
}

.small-number-data {
    margin-bottom: 16px;
}

.small-number-data .number {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -1px;
    font-weight: 900;
}

.small-number-data .title {
    text-transform: uppercase;
    color: #6e797a;
    font-size: 12px;
    letter-spacing: 1px;
}

.bold {
    font-weight: 700;
}

.border-notice {
    border: 2px solid #b0b6b7;
    border-radius: 5px;
    padding: 16px;
    font-size: 18px;
    text-align: center;
    color: #394444;
}


.instagram-pages-table tr:not(.connected),
.facebook-pages-table tr:not(.connected) {
    cursor: pointer;
}

.instagram-pages-table tr:not(.connected):hover td,
.facebook-pages-table tr:not(.connected):hover td {
    background-color: rgba(11, 61, 162, 0.20);
}

.report-widget.loading .widget-loading {
    opacity: 1;
    z-index: 9;
}

.top-instagram-post-container {
    text-align: center;
}

.top-instagram-post-image img {
    max-width: 100%;
    border-radius: 5px;
}

.top-instagram-post-title {
    font-size: 20px;
    font-weight: bold;
}

.top-instagram-post-engagements {
    font-size: 12px;
}

.influencer-container {
    margin-bottom: 10px;
}

.hashtag {
    color: #08c4b2;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hashtag table {
    width: 100%;
}

.hashtag .hashtag-number {
    text-align: right;
}

.hashtag .hashtag-percent {}

.hashtag .hashtag-percent div {
    background: #f4f4f3;
    height: 4px;
}

.instagram-page-item-saved td,
.add-instagram-page-item td {
    position: relative;
}

.instagram-account-metrics {
    position: absolute;
    bottom: 0px;
    left: 8px;
}


.instagram-button {
    background-color: #3897f0;
    border: 1px solid #3897f0;
    color: #fff;
    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    font-size: 16px;
    transition: all .3s linear 0s;
}

.instagram-button .fa {
    font-size: 15px;
    margin-right: 2px;
}

.instagram-button:hover {
    background-color: #fff;
    color: #3897f0;
}

.report-pdfs-container {
    /*opacity:0;*/
    transition: all .3s linear 0s;
}

.report-pdfs-container h2 {
    display: none;
}

.report-pdfs-container.active h2 {
    display: block;
}

.report-pdfs-container.active {
    opacity: 1;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.report-container.bg-white.active {
    padding: 10px;
}

#modalPdf {
    text-align: center;
}

#modalPdf input {
    width: 100%;
    margin-bottom: 15px;
}

.plus-percentage {
    color: #008d4c;
}

.minus-percentage {
    color: #d73925;
}

.neutral-percentage {
    color: #3c8dbc;
}

.stay-calendar-container .plus-percentage,
.stay-calendar-container .minus-percentage,
.stay-calendar-container .neutral-percentage {
    font-weight: bold;
}

.table-bordered {
    border: 1px solid #000;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #000000;
}

.bold-black {
    color: #000000;
    font-weight: bold;
}

.report-view-container {
    margin-top: 50px;
}

.sales-report-container .table th,
.sales-report-container .table td {
    padding: 2px;
    font-size: 15px;
}

.sales-report-container .table td {
    text-align: right;
}

.sales-report-container .table td.boxed-info {
    text-align: center;
    background: #fff;
    padding: 50px;
}

.sales-report-container .table thead th {
    text-align: center;
}

.sales-report-container .table thead th span {
    cursor: pointer;
    color: #00a65a;
}

.btn.btn-info.active.red {
    background-color: #008d4c !important;
}

.btn.btn-info.red {
    background-color: #d73925 !important;
}

.table-bordered>thead>tr>td.no-left-border,
.table-bordered>tbody>tr>td.no-left-border,
.table-bordered>tfoot>tr>td.no-left-border {
    border-left: 0px;
}

.table-bordered>thead>tr>td.no-right-border,
.table-bordered>tbody>tr>td.no-right-border,
.table-bordered>tfoot>tr>td.no-right-border {
    border-right: 0px;
}

.sales-filters {
    position: fixed;
    top: 50px;
    z-index: 99;
    background: #222d32;
    padding: 5px;
    right: 0px;
}

.sales-filters.toggle {
    top: 0px;
}

.hide-sales-filters-button {
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: -24px;
    right: 24px;
    background: #222d32;
    padding: 5px 5px 0px 5px;
    cursor: pointer;
}

.bold-border-white {
    font-weight: bold;
    color: #ffffff;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
}

.sales-report-container .small {
    font-size: 70%;
}

.sales-report-container .small-90 {
    font-size: 90%;
    line-height: 22px;
}

.white-side-border {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

span.check-toggle {
    color: #00c0ef;
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.fa.fa-trash {
    color: #ffffff;
}

.sales-report-container .table td.border-right-bold {
    border-right: 3px solid #000000;
}

.align-left-important {
    text-align: left !important;
}

.max-green-per-bg {
    background: #92d050;
}

.target-green-per-bg {
    background: #0dff5e !important;
}

.green-per-bg {
    background: #90ee90 !important;
}

.green-text {
    color: #00a65a !important;
}

.yellow-per-bg {
    background: #f2f215;
}

.red-per-bg {
    background: #f07d55;
}

.med-percentage {
    color: #FFA500;
}

.bold-white {
    color: #FFF;
    font-weight: bold;
}

.Google {
    background: #f00;
}

.META {
    background: #1e4e79;
}

.Data {
    background: #00b0f0;
}

.Expedia {
    background: #00b050;
}

.TripAdvisor {
    background: #2f754f;
}

.Tripadvisor.BA {
    background: #64b388;
}

.Yandex {
    background: #ffc000;
}

.Trivago {
    background: #e36713;
}

.Bing {
    background: #2f75b5;
}

.black-bg {
    background: #000;
}

.yellow-bg {
    background: yellow;
}

.table td.vertical-middle {
    vertical-align: middle;
}

.table-bordered>tbody>tr.border-top-bold>th,
.table-bordered>tfoot>tr.border-top-bold>th,
.table-bordered>tbody>tr.border-top-bold>td,
.table-bordered>tfoot>tr.border-top-bold>td {
    border-top: 2px solid;
}

.table-bordered>tbody>tr.border-bottom-bold>th,
.table-bordered>tfoot>tr.border-bottom-bold>th,
.table-bordered>tbody>tr.border-bottom-bold>td,
.table-bordered>tfoot>tr.border-bottom-bold>td {
    border-bottom: 2px solid;
}

.white-bg {
    background: white;
}

.fc-event-main {
    padding: 0px;
}

#calendar td {
    vertical-align: middle !important;
    border: 1px solid #000;
}

.fc {
    text-align: center !important;
}

.fc td {
    padding: 0;
    vertical-align: middle !important;
}

span.calendar-title {
    font-weight: bold;
    font-size: 32px;
}

.fc-daygrid-day-top {
    position: absolute;
    z-index: 9;
    right: 0;
}

.hover-day-info {
    position: absolute;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    display: none;

    width: 290px;
    left: 100%;
    transform: translate3d(22px, -50%, 10px);
    top: 50%;
}

tr:first-child>.fc-daygrid-day .hover-day-info {
    top: 0;
    bottom: auto;
    transform: translate3d(22px, 0%, 10px);
}

tr:last-child>.fc-daygrid-day .hover-day-info {
    top: auto;
    bottom: 0;
    transform: translate3d(22px, 0%, 10px);
}

.fc-daygrid-day:last-child .hover-day-info {
    left: auto;
    right: calc(100% + 44px);
}

.sales-report-container #calendar .hover-day-info .table td {
    padding: 5px;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    border: 0;
    border-bottom: 1px solid;
    border-style: dashed;
    color: #000;
}

.sales-report-container #calendar .hover-day-info .table td {
    padding: 5px;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    border: 1px solid;
    color: #000;
}

.sales-report-container .hover-day-info .table {
    margin-bottom: 0px;
}

td.fc-day:hover .hover-day-info {
    display: block;
}

.input-group #daterange {
    min-width: 180px;
}

.black-outline {
    text-shadow: 1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff;
    margin-left: 5px;
    font-size: 20px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin: 24px 10px 10px;
}

.percentage-container {
    height: 31px;
    background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-day:hover .fc-daygrid-day-top {
    z-index: 11;
}

.fc-daygrid-day:hover .fc-daygrid-event {
    z-index: 10;
}

.callendar-table .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%;
}

.callendar-table .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
}

.callendar-table .fc-daygrid-day-top {
    position: absolute;
    z-index: 9;
    right: 0;
}

.callendar-table a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.callendar-table .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
}

.callendar-table .fc-daygrid-day-events {
    position: relative;
    min-height: 2em;
}

.callendar-table .fc-daygrid-day-events {
    margin-top: 1px;
}

.callendar-table .fc-daygrid-event.fc-event-end,
.callendar-table .fc-daygrid-event.fc-event-start {
    margin: 24px 2px 10px;
}

.callendar-table .plus-percentage,
.callendar-table .minus-percentage,
.callendar-table .neutral-percentage {
    font-weight: bold;
}

.callendar-table table.table.callendar-table.table-bordered {
    background: #fff;
}
.sidebar-user-data {
    display: block;
    padding: 15px;
    line-height: 20px;
    color: #fff;
}
.sidebar-user-data.dropdown-toggle::after {
    display: none;
}
.sidebar-user-notifications {
    padding: 5px 10px;
    position: relative;
    color: #fff;
}
.sidebar-account-container {
    color:#fff;
}
.sidebar-account-img {
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: #00a65a;
}
.sidebar-user-notifications.dropdown-toggle::after {
    display: none;
}
.messages-ul > li > a {
    margin: 0;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    font-size: 14px;
    display: block;
}
.messages-ul > li > a:hover {
    background: #f4f4f4;
    text-decoration: none;
}
.messages-ul .list-group-item {
    padding: .25rem;
}
.messages-ul > li > a > h4 {
    padding: 0;
    margin: 0 0 0 0px;
    color: #444444;
    font-size: 15px;
    position: relative;
}
.messages-ul > li > a > h4 > small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.messages-ul > li > a > p {
    margin: 0 0 0 0px;
    font-size: 12px;
    color: #888888;
}
.sidebar-user-notifications .label {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}
.report-top-fixed-filters {
    position: fixed;
    right: 0;
    left: 0;
    top: 66px;
    margin-left: 230px;
    background: #222d32;
    z-index: 9;
    padding: 4px;
}

.sidebar-collapse .report-top-fixed-filters {
    margin-left: 50px;
}

.report-top-fixed-filters+.content-header {
    margin-top: 50px;
}

.selection-switch-container {
    display: inline-block;
    border-radius: 4px;
    border: 2px solid #cacaca;
    padding: 2px;
}

.selection-switch-container input {
    display: none;
}

.selection-switch-container label {
    color: #cacaca;
    font-weight: 600;
    padding: 0 3px;
    cursor: pointer;
    opacity: 0.4;
    margin-bottom: 0;
}

.selection-switch-container label:hover {
    opacity: 0.7;
}

.selection-switch-container input:checked+label {
    color: #fff;
    opacity: 1;
}

.form-control-sm {
    height: calc(1.5em + .5rem + 3px);
}

.sales-report-container .table td.center-middle,
.sales-report-container .table th.center-middle {
    text-align: center;
    vertical-align: middle;
}

.table-fixed-header {
    overflow-y: auto;
    max-height: 100vh;
}

.table-fixed-header.total-fixed-header {
    overflow-y: auto;
    height: auto;
}

.table-fixed-header thead tr.not-sticky th {
    position: relative;
    top: 0;
    z-index: 1;
}

.table-fixed-header thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 3;
}

.table-fixed-header thead th.table-fixed-col {
    left: 0;
    z-index: 4;
    width: 80px;
}
.table-fixed-header thead th.table-fixed-col.top55 {
    top:55px
}

.table-fixed-header.booking-date-group-fixed-header thead th.table-fixed-col,
.table-fixed-header.country-fixed-header thead th.table-fixed-col,
.table-fixed-header.channel-group-fixed-header thead th.table-fixed-col,
.table-fixed-header.channel-category-fixed-header thead th.table-fixed-col,
.table-fixed-header.room-type-fixed-header thead th.table-fixed-col {
    width: 250px;
}

.table-fixed-header thead th.table-fixed-second-col {
    left: 68px;
    z-index: 4;
}

.table-fixed-header.total-fixed-header thead th.table-fixed-second-col {
    left: 46px;
}

.table-fixed-header thead th.table-fixed-third-col {
    left: 167px;
    z-index: 4;
}

.table-fixed-header.total-fixed-header thead th.table-fixed-third-col {
    left: 93px;
}

.table-fixed-header thead th.second-row {
    position: sticky;
    top: 26px;
}

.table-fixed-header thead th.third-row {
    position: sticky;
    top: 55px;
}

.table-fixed-header tbody tr td.table-fixed-col {
    position: sticky;
    left: 0;
    background: #fff;
}

.table-fixed-header tbody tr td.table-fixed-second-col {
    position: sticky;
    left: 68px;
    background: #fff;
}

.table-fixed-header.total-fixed-header tbody tr td.table-fixed-second-col {
    left: 46px;
}

.table-fixed-header tbody tr td.table-fixed-third-col {
    position: sticky;
    left: 167px;
    background: #fff;
}

.table-fixed-header.total-fixed-header tbody tr td.table-fixed-third-col {
    left: 93px;
}

.table-fixed-header .table {
    border-collapse: separate;
    border-spacing: 0px;
}

.table-fixed-header .table tbody td {
    border-top: 0px;
}

.table-fixed-header .table thead th+th,
.table-fixed-header .table tbody td+td {
    border-left: 0px;
}

.table-fixed-header .table thead th.table-fixed-second-col,
.table-fixed-header .table thead th+th.table-fixed-second-col,
.table-fixed-header .table thead th.table-fixed-third-col .table-fixed-header .table thead th+th.table-fixed-third-col .table-fixed-header .table tbody td.table-fixed-second-col,
.table-fixed-header .table tbody td+td.table-fixed-second-col,
.table-fixed-header .table tbody td.table-fixed-third-col,
.table-fixed-header .table tbody td+td.table-fixed-third-col {
    border-left: 1px solid #000;
}

.reservation-net-input.edit,
.reservation-commission-input.edit {
    min-width: 180px;
}

.list-quick-selector.edit,
.channel-channel-group-selector.edit,
.reservation-country-selector.edit {
    min-width: 280px;
}

.list-quick-selector .input-group,
.reservation-net-input .input-group,
.reservation-commission-input .input-group,
.reservation-country-selector .input-group,
.channel-channel-group-selector .input-group {
    display: none;
}

.list-quick-selector.edit .input-group,
.reservation-net-input.edit .input-group,
.reservation-commission-input.edit .input-group,
.reservation-country-selector.edit .input-group,
.channel-channel-group-selector.edit .input-group {
    display: flex;
}

.list-quick-selector.edit span,
.reservation-net-input.edit span,
.reservation-commission-input.edit span,
.reservation-country-selector.edit span.quick-edit-label,
.channel-channel-group-selector.edit span {
    display: none;
}

.custom-export-button {
    position: fixed;
    bottom: 10px;
    right: 50px;
    opacity: 0.7;
    display: block;
}

.custom-export-button.active {
    display: block;
}

.custom-export-button.active:hover {
    opacity: 1;
}

.table th a {
    color: #00a65a;
    font-weight: bold;
}

.table a:hover {
    text-decoration: underline;
}

span.tables-header {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.external-legends {
    text-align: center;
}

.external-highcharts-legend {
    display: inline-block;
    padding: 0px 14px;
    cursor: pointer;
    font-weight: bold;
}

.legend-square {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.list-group-fixed-height {
    /*height: 393px;*/
    height: 295px;
    overflow: auto;
}

.list-group-item .fa {
    transition: scale 0.2s ease-in-out 0;
}

.list-group-item:hover .fa {
    scale: 1.2;
}

.boxed-info {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 50px;
    text-align: center;
    width: 20%;
}

.boxed-info span.grey-header,
.boxed-info-container-new span.grey-header {
    display: block;
    color: grey;
    font-size: 24px;
    font-weight: bold;
}

span.grey-header {
    display: block;
    color: grey;
}

span.big-data {
    display: block;
    font-weight: bold;
    font-size: 24px;
}

span.big-thin-data {
    display: block;
    font-size: 24px;
}

.medium-data {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.boxed-info-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.table-fixed-header thead th.bg-color-aliceblue,
.bg-color-aliceblue {
     background-color: #d5fbfb;
}

.bg-color-aliceblue.dark {
     background-color: #def2f2;
}

.table-fixed-header thead th.bg-color-cornsilk,
.bg-color-cornsilk {
     background-color: #f9ffeb;
}

.bg-color-cornsilk.dark {
     background-color: #f6f8f1;
}

.header-counter {
    background: #00a65a;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    /*top: 5px;*/
    top: -10px;
    display: none;
    line-height: 20px;
}

.header-counter.active {
    display: inline-block;
}

.header-option {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 5px;
    color: white;
}

#ui-datepicker-div {
    z-index: 1080 !important;
}

.hover-more-info {
    position: relative;
    cursor: pointer;
}

.hover-span {
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    background: #fff;
    padding: 2px;
    border: 1px solid;
    display: none;
}

.hover-more-info:hover .hover-span {
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}
.table-fixed-header thead th.green-header,
.table-fixed-header thead tr.green-header th,
.green-header {
    background: #00a65a!important;
    color: #fff;
    font-weight: bold;
}
.table-fixed-header thead th.red-header,
.red-header {
    background: #ff0000;
    color: #fff;
    font-weight: bold;
}
.blue-header {
    background: #0c214c!important;
    color: #fff;
    font-weight: bold;
}

.black-footer {
    background: #000;
    color: #fff;
}

.export-checkbox-container {
    display: none;
}

.export-checkbox-container.active {
    display: block;
}

.custom-export-container {
    color: #fff;
}

.table-bordered>thead>tr>th.no-border-right,
.table-bordered>tbody>tr>td.no-border-right {
    border-right: 0px;
}

.table-bordered>thead>tr>th.no-border-left,
.table-bordered>tbody>tr>td.no-border-left {
    border-left: 0px;
}

tr.green-bg-white-color th,
tr.green-bg-white-color td {
    color: #fff;
    background: #00b050;
}

.calendar-single-day {
    display: flex;
}

.calendar-single-day-left-data {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
}

.calendar-single-day-left-data span {
    width: 100%;
    text-align: center;
}

.calendar-single-day-left-data span.day-num {
    border-right: 1px solid #00b0f0;
    border-bottom: 1px solid #00b0f0;
    background: #fff;
}

.calendar-single-day-right-data {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
}

.calendar-single-day-right-data span,
.calendar-single-day-right-data div {
    width: 100%;
    text-align: center;
}

.calendar-single-day-right-data div.calendar-single-day-right-bottom-data {
    display: flex;
}

.calendar-single-day-right-data div.calendar-single-day-right-bottom-data span {
    width: 50%;
    text-align: center;
}

.table-fixed-header thead th.adr-bg-color,
.adr-bg-color {
    background: #e2efda;
}

.table-fixed-header thead th.ly-adr-bg-color,
.ly-adr-bg-color {
    background: #eff6ea;
}

.table-fixed-header thead th.revpar-bg-color,
.revpar-bg-color {
    background: #ddebf7;
}

.table-fixed-header thead th.ly-revpar-bg-color,
.ly-revpar-bg-color {
    background: #ecf4fa;
}

.table-fixed-header thead th.occ-bg-color,
.occ-bg-color {
    background: #d9d9d9;
}

.table-fixed-header thead th.ly-occ-bg-color,
.ly-occ-bg-color {
    background: #f2f2f2;
}

.sales-report-container .table th.td-p0,
.sales-report-container .table td.td-p0 {
    padding: 0px;
}

.table-fixed-header thead th.header-green-name {
    background: #66ff33;
    vertical-align: middle;
}

.calendar-large {
    font-size: 25px;
}

.calendar-bold {
    font-weight: bold;
}

th.calendar-font-regular {
    font-weight: 400;
}

.offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: #000;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

body.offcanvas-open {
    overflow: hidden;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
}

.offcanvas-body {
    flex: 1;
    overflow: auto;
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
}

.offcanvas-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

a.green-link,
.green-link a {
    color: #00a65a;
}

a.green-link:hover,
.green-link a:hover {
    color: #008d4c;
    text-decoration: none;
}

.table-striped tbody tr.country-grey-td-background {
    background-color: rgba(0, 0, 0, .05);
}

.table-striped tbody tr.country-grey-td-background:nth-of-type(even) td.td-white-bg,
.table-striped tbody tr.country-grey-td-background:nth-of-type(even) td:first-child,
.table-striped tbody tr.country-grey-td-background:nth-of-type(even) td:last-child {
    background-color: #ffffff;
}

.td-orange-bg {
    background-color: #ed7d31 !important;
}

.td-yellow-bg {
    background-color: #ffc000 !important;
}

.td-beige-bg {
    background-color: #ffe699 !important;
}

.td-green-bg {
    background-color: #00b050 !important;
}

.td-blue-bg {
    background-color: #00b0f0 !important;
}

.td-pink-bg {
    background-color: #ff99cc !important;
}

.td-peach-bg {
    background-color: #ffc000 !important;
}

.td-grey-bg {
    background-color: #d6dce4 !important;
}

.td-baby-pink-bg {
    background-color: #fce4d6 !important;
}

span.campaign-objective {
    display: block;
    font-size: 10px;
    color: grey;
}

.table-no-black-border.table-bordered {
    border: 0px;
}

.justify-content-space-around {
    justify-content: space-around;
}

.export-data-container {
    display: flex;
    border: 1px solid;
    padding: 0px 10px 10px 10px;
    flex-direction: column;
}

.export-data-container>div {
    margin-top: 10px;
}

.btn.btn-sm {
    height: 28px;
    line-height: 28px;
    padding-block: 0;

}

.dnd-d-none {
    display: none;
}

.table-xs td,
.table-xs th {
    padding: .25rem;
}

.drag-n-drop-icon {
    display: none;
    position: absolute;
    right: 0px;
    top: -15px;
    color: #00c0ef;
    cursor: pointer;
    font-size: 20px;
    padding: 20px;

    width: 25px;
    height: 25px;
    z-index: 9;
}

.dragable-div:hover .drag-n-drop-icon {
    display: block;
}

.drag-n-drop-icon i {
    position: absolute;
    right: 10px;
    top: 10px;
}
.back-to-top-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #00a65a;
    border: 0;
    font-size: 25px;
    line-height: 40px;
    border: 1px solid #00a65a;
    opacity: 0;
    transition: all 0.3s linear 0s;
}
.back-to-top-button:hover,
.back-to-top-button:active,
.back-to-top-button:focus-visible,
.back-to-top-button:focus{
    color: #00a65a;
    background: #fff;
    border: 1px solid #00a65a;
}
body.scrolled .back-to-top-button {
    opacity: 1;
}

.campaign-name-input {
    border: 2px solid #cacaca;
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}

.campaign-exclude-container.selection-switch-container {
    border-left: 0;
    border-radius: 0px 4px 4px 0px;
}

.copy-icon {
    display: none;
    position: absolute;
    left: 0px;
    top: -15px;
    /*color: green;*/
    color: red;
    cursor: pointer;
    font-size: 20px;
    padding: 20px;
    width: 25px;
    height: 25px;
    z-index: 9;
}

.dragable-div:hover .copy-icon {
    display: block;
}

.copy-icon i {
    position: absolute;
    right: 10px;
    top: 10px;
}

.export-checkbox-container:hover {
    opacity: 1;
    background: #fff;
}

.export-checkbox-container {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.7;
    z-index: 1;
    padding-left: 0;
}

.export-checkbox-container .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0;
}

.show-export-container {
    flex: 1;
    float: right;
    text-align: right;
    margin-right: 20px;
}

.btn-disabled {
    cursor: default !important;
}

.Holiday.Check {
    background: #DBB93D;
}

.report-widget table tr:hover {
    background: hsl(60 100% 71% / 1);
}

.report-widget table tr:hover td {
    background: hsl(60 100% 71% / 1);
}

.report-widget table tr td.hovered {
    background: hsl(60 100% 71% / 1);
}

/*@media (max-width:991.98px) {*/
.offcanvas.offcanvas-end {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
}

.offcanvas.offcanvas-end.open {
    visibility: visible;
    transform: translateX(0);
}

/*}*/

@media (min-width:992px) {
    .offcanvas.offcanvas-disable-lg {
        position: initial;
        visibility: visible;
        transform: none;
        transition: none;
    }
}

/* add border when checkbox is checked */

/* for checkbox and label */
#select-item-to-action .popup-hotel-item-container {
    padding: 20px;
    cursor: pointer;
    position: relative;
}

/* checkbox when checked style */
#select-item-to-action .popup-hotel-item-container input[type="checkbox"]:checked~.popup-hotel-item {
    border: 10px solid #00a65a;
}

#select-item-to-action .popup-hotel-item-container input[type="checkbox"] {
    position: absolute;
    margin: 5px;
    z-index: 1;
}

/* style for div that has label + image */
#select-item-to-action .popup-hotel-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

#select-item-to-action .popup-hotel-item:hover {
    transform: none;
}

.img-custom-height {
    height: 50px;
    object-fit: cover;
}

.border-bottom-1 {
    border-bottom: 1px solid;
}

.d-grid {
    display: grid;
}

.grid-columns-2 {
    grid-template-columns: 1fr 1fr;
}

.grid-columns-80-fr {
    grid-template-columns: 80px 1fr;
}

.filter-group {
    position: relative;
    /*background: #f7f7f7;*/
    /*margin-bottom: .5rem;*/
}

.filter-group .main-delete {
    position: absolute;
    top: 0;
    right: 0;
}

.filter-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    opacity: 0.7;
    border: 1px solid transparent;
    position: relative;
    height: 100%;
}

.filter-card.active {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 1;
    border-color: #00a65a;
}

.filter-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-top-color: #00a65a;
    border-right-color: #00a65a;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.filter-card::after {
    content: '\2713';
    position: absolute;
    color: #fff;
    top: 2px;
    right: 4px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.filter-card.active::before,
.filter-card.active::after {
    opacity: 1;
}

.filter-card:hover {
    transform: scale(1.03);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

/* list template */
.fixed-width-column {
    white-space: nowrap;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    background: white;
    z-index: 1;
}

.list-sticky-head {
    top: -1px;
    position: sticky;
    background-color: white;
    z-index: 2;
}

/* Row colors */
.table tbody tr:nth-child(odd) .fixed-width-column {
    background-color: #f5f5f5;
}

.table tbody tr:nth-child(odd) .fixed-width-column:hover {
    background-color: #f0f0f0;
}

.table tbody tr:nth-child(even) .fixed-width-column {
    background-color: #ffffff;
}

.table tbody tr:nth-child(even) .fixed-width-column:hover {
    background-color: #f0f0f0;
}
.report-top-fixed-filters button {
    position:relative;
}

.drag-handle {
    opacity: 0.5;
    cursor: grab;
    text-align: center;
}
.drag-handle:hover {
    opacity: 0.8;
}
.date-presets-container {
    position:absolute;
    top:100%;
    display: none;
}
.input-group-prepend:hover .date-presets-container {
    display: block;
}
.date-presets-container table{
    background: #fff;
}
.date-presets-container table.table-bordered>tbody>tr>td {
    padding: 5px;
    font-size: 0.875rem;
}
.date-presets-container table.table-bordered>tbody>tr>td:hover {
    color:#00a65a;
}
