@import "./dashboards/condo_admin_dashboard_styles.css";
@import "./dashboards/condomino_dashboard_styles.css";

/* Menu styles */

.menu {
    background-color: #0c3359;
    width: 290px;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    transition-duration: 0.5s;
}

.menu li {
    cursor: pointer;
}

.label-warning, .badge-warning {
    background-color: #379552 !important;
    color: #FFFFFF !important;
}

.menu-hidden {
    background-color: #0c3359;
    width: 80px;
    font-size: 11px;
    text-align: center;
    transition-duration: 0.5s;
}

.menu-hidden li {
    background-color: #0c3359;
    width: 80px;
    font-size: 11px;
    text-align: center;
}

.menu-hidden ul {
    list-style: none;
    color: white;
    padding: 0;
    text-align: center;
}

.menu-hidden ul li a {
    list-style: none;
    color: white;
}

.menu-hidden ul li {
    list-style: none;
    font-size: 20px;
    color: white;
}

.menu-hidden ul li:not(.close-button):not(.header):not(.logout):hover {
    list-style: none;
    color: white;
    font-size: 18px;
}

.menu-hidden ul li.close-button {
    border-radius: 0 0 4px 6px;
    width: 25px;
    float: right;
}


.menu-hidden ul li a span {
    display: none;
}

.menu-hidden ul li:hover a span:not(span[class*='fa arrow']) {
    text-align: center;
    display: block;
    font-size: .4em;
}


.menu-hidden * span[class*='fa arrow'] {
    display: none;
}

.menu-hidden ul li.header h2,
.menu-hidden ul li.header h3 {
    display: none;
    transform: scale(.1);
    height: 0px;
    transition: all 0.3s ease-in;
}

.menu-hidden ul li.header {
    display: flex;
    justify-content: center;
}

.menu-hidden ul li.header img {
    width: 40px;
    height: 40px;
    margin: 40px 0;
    transition: all 0.2s ease;
}

.menu-hidden ul li ul li a {
    vertical-align: super;
}


.menu-hidden ul li ul li a i {
    font-size: 11px;
    -webkit-transition: all 0.3s;
}

.menu-hidden ul li ul li:hover {
    font-size: 11px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s;
}

.menu-hidden ul li ul li a i:hover {
    font-size: 13px;
}

.menu-hidden ul li ul li.active {
    background-color: rgba(255, 255, 255, 0.2);
}

.menu-hidden ul li ul li {
    background-color: #0B1B2B;
    cursor: pointer;
}

.menu-hidden ul li ul {
    background-color: #0B1B2B;
    cursor: pointer;
}


.menu ul {
    list-style: none;
    color: white;
    display: contents;
    align-items: center;
}


.menu ul li:last-child:hover {
    background-color: rgba(225, 87, 87, 0);
    font-size: 15px;
}

.menu li {
    padding: 10px 0 10px 30px;
    -webkit-transition: all 0.1s;
}

.menu-hidden li:not(.logout) {
    margin-bottom: 20px;
}

.profile-image-menu {
    width: 100px;
    height: 100px;
}

.menu li.header {
    height: auto;
    width: 290px;
    padding: 30px 20px;
    text-align: center;
}

.menu li.close-button {
    height: 20px;
    margin-right: 15px;
    text-align: right;
    font-size: 15px;
    display: flex;
    justify-content: flex-end;
}

.menu li.header a h3 {
    margin: 19px 0 0 0;
    padding: 0;

}

.menu li.active {
    background-color: rgba(11, 11, 11, 0.33);
    width: 100%;
}

.menu-hidden ul li.active {
    background-color: rgba(11, 11, 11, 0.59);
    width: 100%;
}

.menu li a {
    color: white;
    text-decoration: none;
}

.menu li:not(.header):not(.close-button):not(.logout):hover {
    background-color: rgba(11, 11, 11, 0.15);
    width: 100%;
    font-size: 13px;
    transition: 0.5s;
}

.menu li a i {
    margin-right: 16px;
}

.menu li a.logout {
    margin: 25px 0 25px 0;
    font-size: 15px;
    font-weight: 800;
    align-items: center;
}

.menu-hidden ul li a.logout {
    padding: 30px 0 30px 0;
    font-size: 25px;
    display: block;
}

.menu-hidden ul li a.logout:hover {
    font-size: 28px;
    transition: 0.5s;
}

.menu-hidden ul li button {
    cursor: pointer;
}

.menu-hidden ul li ul.show {
    height: 100% !important;
}

/*Header styles */

.new-navbar {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    align-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    z-index: 50;
}

.navbar-section {
    height: inherit;
}

.navbar-main-img {
    height: inherit;
    transform: scale(.9);
}

.new-navbar ul {
    margin-right: 20px;
    align-content: center;
}

.header-image-profile {
    width: 34px;
    height: 34px;
}

.header-image-profile img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    border-radius: 40px;
}


/** Wrapper styles**/
#wrapper {
    background-color: white;
}

#wrapper #page-wrapper {
    background-color: white;
    min-width: calc(100% - 290px);
    width: 100%;
    min-height: calc(100vh - 71px) !important;
}

#wrapper #page-wrapper #navtop div.wrapper {
    width: 100%;
}

#condoSelect {
    min-width: 250px;
    max-width: 350px;
    height: 35px;
    font-size: 15px;
    font-weight: bold;
}

#condoSelect .vs__dropdown-toggle {
    background-color: #07a63c;
}

#condoSelect * .vs__search {
    color: white;
}

#condoSelect * .vs__open-indicator {
    fill: white !important;
}

#condoSelect * .vs__selected {
    color: white !important;
}

.form-control:disabled, .form-control[readonly] {
    color: black !important;
}

div.card {
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;
    padding: 15px;
    border-radius: 10px;
    border-style: none;
    height: 100%;
    margin-top: 10px;
}

.badge-style {
    width: 72px !important;
    height: 71px !important;
    font-size: 30px !important;
    margin-right: 24px !important;
    background-color: #02a63c !important;
    color: white !important;
    line-height: 52px !important;
}

.badge-style-rounded {
    width: 65px !important;
    height: 65px !important;
    font-size: 29px !important;
    margin: 10px 0 10px 0;
    background-color: #0c3359 !important;
    color: white !important;
}

.badge-style-rounded-new {
    width: 65px !important;
    height: 65px !important;
    font-size: 1.5rem !important;
    background-color: #0c3359 !important;
    color: white !important;
    display: grid;
    place-content: center;
}

.dashboard-notification-card {
    height: 101px;
    justify-content: center;
}

.dashboard-notification-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dashboard-notification-body div.dashboard-notification-text p {
    font-size: 14px;
    font-weight: bold
}

.dashboard-notification-body div.dashboard-notification-text a {
    font-size: 12px;
    font-weight: bold;
    color: #02a63c
}

.dashboard-icon-card {
    height: 258px;
    justify-content: center;
}

.dashboard-icon-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dashboard-icon-body span i {
    padding-top: 9px;
}

.dashboard-icon-body h3 {
    font-size: 22px;
}

.dashboard-icon-body a {
    font-size: 13px;
    color: #02a63c
}


.dashboard-next-tasks-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .8rem;
}

.dashboard-next-tasks-body div.dashboard-next-tasks-text p {
    font-size: 12px;
}

.dashboard-next-tasks-body div.dashboard-next-tasks-text a {
    font-size: 12px;
    text-decoration: none;
    color: #02a63c;
}

.dashboard-tables-card {
    height: 258px;
    justify-content: center;
}

.dashboard-tables-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    overflow: auto;
}

.dashboard-tables-body table {
    margin: 8px 0 8px 0;
    width: 15rem;
    font-size: .9rem;
}

.dashboard-tables-body table tr * {
    padding: 8px;
}

.dashboard-tables-body small {
    font-size: 13px;
    color: #02a63c
}

.dashboard-tables-body a {
    font-size: 13px;
    color: #02a63c
}

.col-12 {
    margin-top: 8px;
}

.close-button-responsive {
    color: #0b2e13;
    height: inherit;
    width: 5rem;
    cursor: pointer;
}


.dashboard-defaulter-body {
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    height: 100%;
    width: 80%;
}

.dashboard-defaulter-body button {
    background-color: #0c296b;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}

.dashboard-defaulter-body div p {
    width: 82px;
}

.dashboard-defaulter-body a {
    color: #02a63c;
}

.dashboard-defaulter-amount {
    color: rgb(190 31 45);
    font-size: 15px;
}

/** TABLE MODULE  **/

.table-module {
    margin: 50px 30px 0 30px;
}

.table-module-header {
    padding: 0 16px;
}

.table-module-header-button {
    background-color: #0c3359;
    border-radius: 10px;
    color: white;
    width: 90%;
    font-size: 14px;
    height: 37px;
    border-style: none;
    cursor: pointer;
}

.VueTables__filters-row {
    display: none !important;
}

.table-filterable * .VueTables__filters-row {
    display: contents !important;
}

.actions-table {
    background: white !important;
    border-style: solid !important;
    color: #8b8b8b !important;
    text-align: center !important;
    border-color: #929292 !important;
    border-width: 2px !important;
    margin: 0 15px !important;
    height: 38px !important;
}

.VueTables__heading {
    margin-right: 3px !important;
}

.VueTables__sort-icon {
    align-self: center !important;
    margin-left: 10px !important;
    display: contents !important;
}

.VueTables__sortable {
    vertical-align: middle !important;
}

.VueTables__table thead tr th {
    background: white !important;
    border-style: solid !important;
    color: #8b8b8b !important;
    text-align: center !important;
    border-color: #929292 !important;
    border-width: 1px !important;
    margin: 0 15px !important;
    height: 38px !important;
    font-size: 14px;
    vertical-align: middle;
}


.VueTables__table thead tr th span div {
    display: contents !important;
}

.VueTables__table tbody tr:first-child {
    border-left-width: 2px !important;
    border-bottom-width: 2px !important;
}

.VueTables__table tbody tr:last-child {
    border-left-width: 0 !important;
    border-bottom-width: 2px !important;
}

.VueTables__table tbody tr td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 2px !important;
}

.VueTables__row td {
    vertical-align: middle !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #535353 !important;
}

.VueTables__table {
    white-space: nowrap !important;
    text-align: center !important;
}

.VueTables__row td div button {
    border-width: 0 !important;
    background: transparent;
    cursor: pointer;
}

.VueTables__row td div button i {
    color: #878787 !important;
}

.VueTables__row td div a {
    border-width: 0 !important;
    background: transparent;
}

.VueTables__row td div a i {
    color: #878787 !important;
}

.table-exporter-show-button {
    background-color: #02a63c;
    border-radius: 10px;
    color: white;
    width: 100%;
    font-size: 14px;
    height: 37px;
    line-height: 1;
    border-style: none;
    font-weight: bold;
    cursor: pointer;
}

.table-exporter-show-button[disabled] {
    background-color: rgba(167, 167, 167, 0.5);
    border-radius: 10px;
    color: white;
    width: 100%;
    font-size: 14px;
    height: 37px;
    border-style: none;
    font-weight: bold;
    cursor: pointer;
}

.table-exporter-date-input {
    border-radius: 5px 0 0 5px;
    border-style: solid;
    color: #585757;
    font-weight: 600;
    background: #f2f2f2;
    border-width: 1px;
    width: 80%;
    font-size: 14px;
    text-align: left;
    padding: 6px;
}

.table-exporter-date-input-clear {
    border-style: solid;
    border-width: 1px;
    border-radius: 0 5px 5px 0;
    border-left: 0;
}

.table-exporter-date-input-clear button {
    background: #f2f2f2;
    cursor: pointer;
}

.table-filter-input {
    border-radius: 5px;
    border-style: solid;
    color: #585757;
    font-weight: 600;
    background: #f2f2f2;
    border-width: 1px;
    width: 100%;
    font-size: 14px;
    height: 100%;
    padding: 6px;
}

.table-filter-button {
    background-color: #0c3359;
    border-radius: 10px;
    color: white;
    width: 100%;
    font-size: 14px;
    height: 37px;
    border-style: none;
    font-weight: bold;
    cursor: pointer;
}

.VueTables .row {
    float: right;
}

.VueTables__limit {
    margin: 0 0 0 0 !important;
    padding: 4px !important;
    border-style: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.VueTables__limit-field select {
    border-radius: 5px !important;
    margin-left: 5px !important;
}

.VuePagination__pagination-item a.active {
    background-color: #2b1069 !important;
    border-color: #2b1069 !important;
}

.VueTables .table-responsive {
    min-height: 8em !important;
}


.table-checkbox {
    transform: scale(1.2);
    margin-right: 8px;
}

/** PROFILE **/

.img-profile-content {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.img-profile-content div {
    height: 130px;
    width: 130px;
    text-align: center;
    border-style: solid;
    border-width: 0;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
}

.img-profile-content div img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.customer-divider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-divider p {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #a7a6a6;
    margin: 0;
    padding: 0;
}

.customer-divider hr {
    width: 25%;
    border-style: solid;
    margin: 0 10px 0 15px;
    border-color: #c6c6c6;
}

.user-profile-data {
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}

.user-profile-data h3 {
    font-weight: 500;
}

.user-profile-personal-data {
    margin: 0 15px 0 15px
}

.user-profile-personal-data p {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
}

.user-profile-personal-data p span {
    font-size: 14px;
    font-weight: bold;
}

.custom-nav-pills li a {
    font-size: 14px;
}

.custom-nav-pills li a.active {
    background-color: #0c3359 !important;
    color: white !important;
    border-radius: 23px;
}

.blue-button {
    background-color: #0c3359 !important;
    border-radius: 10px !important;
    color: white !important;
    font-size: 15px !important;
    border-style: none !important;
    padding: 10px;
    height: 40px;
    float: right !important;
    cursor: pointer;
    line-height: normal;
}

.red-button {
    background-color: #c51c1c !important;
    border-radius: 10px !important;
    color: white !important;
    font-size: 15px !important;
    border-style: none !important;
    padding: 10px;
    height: 40px;
    float: right !important;
    cursor: pointer;
}

.blue-button:hover {
    background-color: #275c81 !important;
}

.danger-button {
    background-color: #950c1d;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    border-style: none;
    padding: 10px;
    float: right;
    cursor: pointer;
}

.white-button {
    background-color: #f2f2f2;
    border-radius: 10px;
    color: black;
    font-size: 14px;
    border-style: none;
    height: 40px;
    padding: 10px;
    float: right;
    cursor: pointer;
}


.signature-image-content {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.signature-image-content div {
    width: 500px;
    height: 250px;
    text-align: center;
    border-style: solid;
    border-width: 0;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
}

.signature-image-content div img {
    height: inherit;
    width: auto;
    background: #c6c6c6;
    object-fit: contain;
}

.modal-body h4 {
    color: #0c3359 !important;
}

.wizard-content {
    margin: 0 30px 40px 30px;
}

.custom-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    border-radius: 10px;
    border-style: none;
    margin-top: 10px;
}

.custom-card h3 {
    color: #0c3359;
}

/* Toastr custom style */
#toast-container > div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

.toast {
    background-color: #1ab394;
}

.toast-success {
    background-color: #1ab394 !important;
}

.toast-error {
    background-color: #ed5565 !important;
}

.toast-info {
    background-color: #23c6c8 !important;
}

.toast-warning {
    background-color: #f8ac59 !important;
}

.toast-top-full-width {
    margin-top: 20px;
}

.toast-bottom-full-width {
    margin-bottom: 20px;
}

.table-badge {
    color: #ffffff;
    background-color: #0c3359;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 6px;
    text-shadow: none;
    white-space: revert;
    border-radius: 6px;
    transition-duration: .3s;
}

.table-badge:hover {
    background-color: rgba(12, 51, 89, 0.76);
    transition-duration: .3s;
}

/** Input **/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: .8rem;
    width: 100%;
    text-align: center;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #0c3359;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: rgba(12, 51, 89, 0.84);
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}


.time-picker-tooltip {
    width: 100% !important;
}

.clock-picker-style {
    height: 36px !important;
    font-size: 14px;
}

.clock-picker-clear-button {
    border-style: solid;
    border-width: 1px;
    border-color: #ebeced;
}

.text-blue {
    color: #0c3359;
}

.text-darker {
    color: #000 !important;
}


table.shoping-cart-table {
    margin-bottom: 0;
}

table.shoping-cart-table tr td {
    border: none;
    text-align: right;
}

table.shoping-cart-table tr td.desc,
table.shoping-cart-table tr td:first-child {
    text-align: left;
}

table.shoping-cart-table tr td:last-child {
    width: 80px;
}

clock-picker__dialog-header {
    background-color: rgb(49 33 76) !important;
    color: white !important;
    font-family: Roboto, arial, san-serif !important;
}

.overlay {
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0); /* Black background with opacity */
    z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.main-content {
    width: 100%;
}

@media (max-width: 960px) {
    .menu-hidden {
        background-color: #0c3359;
        width: 0px;
        font-size: 10px;
        text-align: center;
        transition: all 0.9s;
    }

    .close-button-responsive {
        color: #0b2e13;
    }


    .main-content {
        width: 100%;
    }
}

/* START for cosmetic purposes only DONT MOVE*/
body {
    background-color: white !important;
}

.footer {
    position: relative;
    background: #7fffd400;
    width: 100%;
    border-top: 0 solid #e7eaec;
}

/* END for cosmetic purposes only DONT MOVE*/

.background-green {
    background-color: #07a63c;
}

.text-green {
    color: #07a63c !important;
}

.text-blue {
    color: #102a5b;
}

.dashboard-owner-header {
    height: 4rem;
    color: white;
    padding: 2rem;
}

.dashboard-widget-card-wrapper {
    width: calc(100% / 4);
    white-space: nowrap;
}

.notification-number-circle {
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 0 0 0px 33px;
}

.notification-number-circle p {
    margin: 1px;
    padding: 0;
}

.text-small {
    font-size: small;
}

/* MESSAGING SECTION BEGINS */

.messaging-module-background {
    background-color: #f6f6fc;
}

.messaging-module-container {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.messaging-module-admin-message {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    background-color: #0c3359;
    color: white;
    border-radius: 25px 25px 0 25px;
    float: right;
    max-width: -moz-fit-content;
    max-width: fit-content;
    transition-duration: 0.5s;
}

.messaging-module-customer-message {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    background-color: white;
    float: left;
    color: #0c3359;
    border-radius: 25px 25px 25px 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    transition-duration: 0.5s;
    animation: append-animate .3s linear;
}

@keyframes append-animate {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.messaging-module-admin-message section p {
    font-size: medium;
}

.messaging-module-customer-message section p {
    font-size: medium;
}

.messaging-module-admin-message:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition-duration: 0.5s;
}

.messaging-module-customer-message:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition-duration: 0.5s;
}

.messaging-module-admin-message-on-selection:not(section, p, img, small, i) {
    transform: scale(.9);
    background-color: #F43724;
    transition-timing-function: ease;
    transition-duration: 0.5s;
}

.message-options {
    visibility: hidden;
    height: 0px;
    width: 0px;
    transition: .5s;
    float: right;
}

.message-options i {
    visibility: hidden;
    height: 0;
    width: 0;
}

.messaging-module-admin-message-on-selection + .message-options i {
    visibility: visible;
    height: auto;
    width: auto;
    transition: .5s;
}


.messaging-module-admin-message-on-selection + .message-options i:hover {
    font-size: 16px;
    transition: 0.3s ease-out;
}

.messaging-module-admin-message-on-selection + .message-options {
    visibility: visible;
    background-color: white;
    top: 20px;
    margin-right: 10px;
    position: relative;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 15px !important;
    max-width: -moz-fit-content;
    max-width: fit-content;
}


.preview-container {
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-size: cover;
    background-position-y: 8px;
    transition: 0.5s;
    background: white;
    caret-color: transparent;
}

.photo-preview-image {
    margin: auto;
    height: inherit;
    width: inherit;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    transition: 0.5s;
}

.photo-preview-image:hover {
    transform: scale(1.02);
    object-fit: contain;
    transition: 0.5s;
}

.photo-preview-container {
    height: 100px;
    width: 100px;
    transition: 0.5s;
    text-align: center;
}

.send-message-icon {
    font-size: 30px;
    cursor: pointer;
    color: #0c3359;
    transition: 0.3s ease;
}

.send-message-icon:hover {
    cursor: pointer;
    font-size: 38px;
    transition: 0.3s ease-out;
}

.message-photo-icon {
    cursor: pointer;
    font-size: 20px;
    color: #0c3359;
    transition: 0.3s ease-in-out;
}

.message-photo-icon:hover {
    cursor: pointer;
    font-size: 25px;
    transition: 0.3s ease;
}

/* MESSAGING SECTION ENDS */

/* SPINNNER SECTION BEGINGS */
.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: white;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* SPINNNER SECTION ENDS */

.fc-event-title {
    color: white;
    font-weight: bold;
}

.fc-button {
    height: auto;
}

.fc-col-header-cell-cushion, .fc-list-day-text, .fc-list-day-side-text {
    color: #0C3359 !important;
    font-weight: bold !important;
}

.fc-col-header-cell-cushion {
    color: white !important;
    font-weight: bold !important;
}

.fc-col-header-cell {
    background-color: #0C3359 !important;
}

.fc-daygrid-day-number {
    font-weight: bold;
    color: #0C3359;
}

.fc-theme-standard td, .fc-theme-standard th {
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #80808021 !important;
}

.fc .fc-scrollgrid {
    border-collapse: collapse !important;
}

.fc-toolbar-title {
    font-weight: bolder;
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 14px !important;
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
    padding: 4px 6px;
    background-color: #1ab39400;
    border-color: #1ab39400;
}

.fc-event-time {
    color: white !important;
    font-weight: bold;
}

.fc-daygrid-event {
    background-color: #0C3359;
}

.fc-daygrid-event:hover > * {
    color: #0C3359 !important;
}

.fc-day-past {
    background-color: #f3f3f3 !important;
    color: black !important;
}

.reservation-image {
    width: 100%;
    height: inherit;
    object-fit: cover;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.img-ticket {
    place-self: center;
    text-align: -webkit-center;
    background-color: rgb(245 245 245);
    padding: 5px;
    height: 215px;
    width: 100%;
    vertical-align: middle;
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.img-ticket img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* * Header notification bell section style BEGINS*/
.header-bell-notification {
    padding: 5px;
    cursor: pointer;
    position: relative;
}

.header-bell-notification:hover i {
    color: #6F7E87;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-bell-notification i {
    color: #9FB6C3;
    font-size: 34px !important;
    line-height: 24px !important;
}

.header-bell-notification .count1 {
    position: absolute;
    top: 2px;
    width: 18px;
    font-size: 10px;
    height: 18px;
    padding-top: 0px;
    left: 18px;
}

.header-bell-notification .common-count {
    background: #da3f3f;
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #fff;
    line-height: normal;
}

@keyframes bellAnimation {
    0% {
        transform: rotate(0deg) scale(1);
    }
    10% {
        transform: rotate(-5deg) scale(1.1);
    }
    20% {
        transform: rotate(5deg) scale(1.1);
    }
    30% {
        transform: rotate(-5deg) scale(1.1);
    }
    40% {
        transform: rotate(5deg) scale(1.1);
    }
    50% {
        transform: rotate(-5deg) scale(1.1);
    }
    60% {
        transform: rotate(5deg) scale(1.1);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}

.header-bell-notification.new-notification {
    animation: bellAnimation 1.5s infinite ease-in-out;
}

/* * Header notification bell section style ENDS*/


.fc-day-before-reservation {
    background-color: #ff00000d !important;
}

.fc-day-before-reservation a {
    color: black !important;
}

.box {
    float: left;
    height: 25px;
    width: 25px;
    border: 1px solid #a7a7a7;
    clear: both;
    border-radius: 7px;
}

.notifications-body {
    top: 81px;
    left: calc(100% - 523px);
    height: auto;
    width: 500px;
    transform-origin: right top;
    position: fixed;
    z-index: 10;
}

.notification {
    border-radius: 10px;
    white-space: nowrap;
    transition: .5s;
    cursor: pointer;
}

.notification:hover {
    background-color: #8080801c;
    transition: .5s;
}

.notification:active {
    background-color: rgba(128, 128, 128, 0.26);
    transition: .5s;
    transform: scale(.90);
}

.notifications-list {
    max-height: 300px;
    overflow-x: hidden;
}

.notification-content {
    width: 210px;
}

.mark-as-read-icon {
    float: right;
    margin: 6px 6px 0 0;
    transition: .5s;
}

.mark-as-read-icon:hover {
    transform: scale(1.4);
    color: #20bb20;
    transition: .5s;
    cursor: pointer;
}

.notification .notification-icon {
    width: 15%;
    text-align: center;
}

.notification .notification-content {
    width: 85%;
    text-align: left;
    padding-right: 7px;
}

.notification-details {
    background: #efeff091;
    border-radius: 0 0 10px 10px;
}

.notification-divider {
    width: 100%;
    margin: 5px 0;
    padding: 0;
}

@media (max-width: 440px) {
    .notifications-body {
        left: calc(100% - 360px);
    }

    .notifications-body .custom-card {
        transform: scale(.75);
    }
}

.vs__selected-options {
    white-space: normal !important;

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.background-blue {
    background-color: #0c3359;
}

.background-green {
    background-color: #02a63c;
}

.v-select-in-table .vs1__combobox,
.v-select-in-table .vs__dropdown-menu {
    position: absolute;
    z-index: 400;
}

.table-responsive {
    overflow: scroll !important;
}

.table-responsive .table {
    overflow: scroll !important;
}

.floating-save-btn {
    position: fixed;
    border: none;
    background-color: #02a63c;
    border-radius: 100%;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 20;
    transition: 0.3s ease;
}

.floating-save-btn:hover:not([disabled]) {
    position: fixed;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: none;
    background-color: #02a63c;
    border-radius: 50px;
    padding: 0 30px;
    width: 250px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 20;
}

.floating-save-btn:hover:not([disabled]):after {
    content: "Guardar cambios";
    color: white;
    display: inline;
    border-radius: 20%;
    width: 120px;
    font-weight: bold;
    font-size: 16px;
}

.circle-outlined-danger {
    width: 3.2rem;
    height: 3.2rem;
    border: 3px solid #0000004f;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.overflow-only-y-axis {
    overflow-x: hidden;
    overflow-y: auto;
}

.top-0 {
    top: 0;
}

.gap-2 {
    gap: 2rem;
}

.gap-1 {
    gap: 1rem;
}

.without-borders {
    border: none;
}

.card-footer, .card-header {
    border-radius: inherit !important;
}

.pulse-button {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    color: white;
    border: none;
    line-height: 1.8;
    border-radius: 50%;
    background: #02a63c;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(2, 166, 60, 0.5);
    -webkit-animation: pulse 1.3s infinite;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(2, 166, 60, 0.5);
    }
    100% {
        transform: scale(.7);
    }
}

img {
    object-fit: cover;
    transition-duration: .3s;
}

img:hover {
    object-fit: contain;
    transition-duration: .3s;
    transform: scale(.9);
}

h4, h3, h2 {
    transition: .3s;
    cursor: pointer;
}

h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, label:hover, small:hover {
    transform: scale(1.03);
    transition: .3s;
    cursor: pointer;
}
