body, html {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

header {
    position: sticky !important;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

/* 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;
    appearance: textfield;
}

.hide-pc {
    display: none !important;
}

@media (max-width: 1450px) {
    .hide-tablet {
        display: none !important;
    }
}

@media (max-width: 1192px) {
    .hide-mobile {
        display: none !important;
    }

    .hide-pc {
        display: initial !important;
    }
}

@media (max-width: 950px) {
    .hide-mobile {
        display: none !important;
    }

    .hide-mobile-availGrid {
        display: none !important;
    }

    .hide-pc {
        display: initial !important;
    }
}
.loading-image {
    animation: rotation 5s infinite linear,
    fade 5s infinite ease-in-out;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@keyframes fade {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.AppBarDesktopButtonBox .MuiButton-outlined {
    transition: all 0.3s ease-in-out;
    border: 1px solid black;
    border-radius: 0;
    min-width: 100px;
    width: auto;
    max-width: 130px;
    flex: 1;

    /*color: white;*/
    box-shadow: 1px 2px 3px 0 #CCCCCC ;
    background-image: linear-gradient(to top, #CCCCCC , #FFFFFF);
}

.AppBarDesktopButtonBox .MuiButton-outlined:hover {
    color: #001F3F;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #CCCCCC , #FFFFFF);
    border: 1px solid #CCCCCC;
    box-shadow: 2px 3px 4px 1px #000000 ;
    border-radius: 6px;

    transform: scale(1.05);
}

.MuiButton-outlined {
    border: 1px solid black;
    border-radius: 0;
    min-width: 120px;
    /*background: white;*/
    /*color: white;*/
    box-shadow: 1px 2px 3px 0 #CCCCCC ;
    background-image: linear-gradient(to top, #CCCCCC , #FFFFFF);
}

.MuiAccordionSummary-content {
    border-bottom: 1px solid black;
    text-transform: uppercase;

}

.profile-page-container .MuiTab-root.Mui-selected{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid black;
    border-bottom: 0 solid black;
    transform: translate(0px, 4px);
    box-shadow: 4px 4px 6px #000000;
    background-image: linear-gradient(to top, #CCCCCC , #FFFFFF);
}

.MuiDataGrid-toolbarContainer {
    background: darkgrey;
}
.MuiDataGrid-columnHeaders {
    background-image: linear-gradient(to top, #CCCCCC , #FFFFFF);
}

.profile-page-container .MuiTabPanel-root {
    background-image: linear-gradient(to top, #CCCCCC , #FFFFFF);
}

.MuiDataGrid-root {
    border: 1px solid darkgrey;
}
.profile-page-container .MuiTabs-flexContainer {
    border-bottom: 1px solid black;
    background-image: linear-gradient(to bottom, #CCCCCC , #FFFFFF);
}

.MuiDataGrid-row:nth-child(even){
    background-image: linear-gradient(to left, aliceblue , #FFFFFF);
}
.MuiDataGrid-row:nth-child(odd){
    background-image: linear-gradient(to right, aliceblue , #FFFFFF);
}
.MuiDataGrid-row:hover {
    background-image: linear-gradient(to right, aliceblue , darkgrey);
}

.profilepic {
    width: 25%;
}
.profilepicleft {
    width: 70%;
}
.shadow277 {
    -webkit-box-shadow: 0 1px 15px 5px #000000;
    box-shadow: 0 1px 15px 5px #000000AA;
    align-content: center;
    margin: 10%;
}

/* .mobava {
  display: none;
  background-color: black !important;
  text-align: center;
} */


.tophhh {
    background-color: #CCCCCC11;
    color: #000000;
}

.loading-image {
    animation: rotation 5s infinite linear,
    fade 5s infinite ease-in-out;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
        --duration: 5s;
        --timing: ease-in;
    }
    to {
        transform: rotate(359deg);
        --timing: ease-out;
        --duration: 1s;

    }
}
@keyframes fade {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.1;
    }
}


@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

@keyframes text-color {
    0% { color: rgba(0, 0, 0, 1); }
    50% { color: rgba(0, 0, 0, .5); }
    100% { color: rgba(0, 0, 0, .1); }
}

@media only screen and (max-width: 1420px) {
    .shadow277 {
        width: 180px;
        height: 180px;

    }
    .leftCont {
        width: 120%;
    }
}

/* @media only screen and (max-width: 1200px) {
  .mobava {
      display: block;
      background-color: black;
      margin-left: 35%;
      margin-right: 35%;
      width: 30%;
      height: 54%;
      margin-bottom: -2%;
  }
  .LeftCont {
      max-width: 100%;
  }
  .tophhh {
      width: 120% !important;
  }
  .avas {
      display: none;
  }

} */


.profile-page-container .MuiTabs-indicator {
    position: unset;
}

.gridd {
    /* width: 118% !important;  */
    margin: 0;
    padding: 0;

}

.leftCont {
    padding: 0 !important;
}


/* @media only screen and (max-width: 670px) { */

.mobava {
    width: 200px !important;
    height: 200px !important;
    margin: auto;

}

.middlee {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* } */
/* .leftCont {
    width: 20% !important;
} */


.adi {
    margin-bottom: -5px !important;
}

.avas {
    margin-left: -0.1%;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #AAAAAA;
    border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555555;
    border: 1px solid black;
}

.lightboxImg {
    height: 100%;
    width: 100%;
    object-fit: contain;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); /* 'backdrop-filter' is not supported by Firefox, Firefox for Android. */
}

.modalimageModal {

    background: #AAAAAA11;
    box-shadow: 4px 4px 6px 4px #000000AA ;
    border-radius: 6px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); /* 'backdrop-filter' is not supported by Firefox, Firefox for Android. */
    position: absolute;
    border: 2px solid #a9a9a9;
    max-width: 80vw;
    max-height: 80vh;
    overflow: hidden;
    resize: both;
    margin-right: -50%;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modalClose {
    position: fixed;
    border: 1px solid darkgrey;

    width: 100%;
    justify-content: right;
}

.modalImg {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

::-webkit-resizer {
    border-width: 8px;
    border-style: solid;
    box-shadow: 3px 3px 0 0 #00000022 ;

    border-color: transparent darkgrey darkgrey transparent;
}

.horizontal-divider {
    width: 20%;
    background-color: rgba(255, 255, 255, 0.274);
    margin: 1rem auto;
}

@media (max-width: 750px){
    .horizontal-divider {
        width: 50%;
    }
}

.unit-summary-room-image{
    height: 450px !important
}

@media (max-width: 900px) {
    .unit-summary-room-image{
        height: 300px !important
    }
}

@media (max-width: 600px) {
    .unit-summary-room-image{
        height: 200px !important
    }
}

/*region Three Dots Loading Animation*/
/*Source : https://github.com/nzbin/three-dots*/
.dot-falling {
    margin-inline: auto;
    position: relative;
    left: -9999px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #728373e5;
    color: #728373e5;
    box-shadow: 9999px 0 0 0 #728373e5;
    animation: dot-falling 1s infinite linear;
    animation-delay: 0.1s;
}

.dot-falling::before,
.dot-falling::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-falling::before {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #728373e5;
    color: #728373e5;
    animation: dot-falling-before 1s infinite linear;
    animation-delay: 0s;
}

.dot-falling::after {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #728373e5;
    color: #728373e5;
    animation: dot-falling-after 1s infinite linear;
    animation-delay: 0.2s;
}

@keyframes dot-falling {
    0% { box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0); }
    25%, 50%, 75% { box-shadow: 9999px 0 0 0 #728373e5; }
    100% { box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0); }
}

@keyframes dot-falling-before {
    0% { box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0); }
    25%, 50%, 75% { box-shadow: 9984px 0 0 0 #728373e5; }
    100% { box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0); }
}

@keyframes dot-falling-after {
    0% { box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0); }
    25%, 50%, 75% { box-shadow: 10014px 0 0 0 #728373e5; }
    100% { box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0); }
}

/*endregion Three Dots Loading Animation*/

/*region DatePicker*/
.rdrDayToday:not(.rdrDayPassive),
.rdrInRange ~,
.rdrDayNumber span::after,
.rdrDayToday:not(.rdrDayPassive),
.rdrStartEdge ~,
.rdrDayNumber span::after,
.rdrDayToday:not(.rdrDayPassive),
.rdrEndEdge ~,
.rdrDayNumber span::after,
.rdrDayToday:not(.rdrDayPassive),
.rdrSelected ~,
.rdrDayNumber span::after {
    background: #fff !important;
}

/*endregion DatePicker*/

/*region Bookings Page*/

.bookings-container{
    /*height: 90vh;*/
    min-height: 80vh;
    margin: 1rem 1rem;
    border-radius: 10px;
    padding: 1em;
}

.bookings-container h1{
    margin-inline: auto;
}

.cimso-logo {
    width: 5rem;
    transform: translate(0, 5px)
}

.websync-logo {
    width: 6rem;
    transform: translate(0, 2px)
}

.websync-logo:hover {
    transform: scale(1.05);
    transition-duration: 0.2s;
}

.footer {
    position: fixed;
    bottom: 0;
    background-color: white;
    width: 100%;
    display: grid;
}

.footer-inner .mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.pushdiv {
    height: 38px;
}

.my-bookings-select {
    margin: 0.2rem auto 0.6rem auto;
    width: 14em;
    text-align: center;
    /*width: 15%;*/
}

.ms-2 {    margin-left: 0.5rem!important;}
.footer-inner {
    position: relative;
    background-color: white;
    text-align: center;
    color: black;
    padding: 0.3rem;
}

.my-bookings table {
    margin: 1rem auto;
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    color: rgba(255, 255, 255, 0.788);
    /* background-color: rgb(161, 161, 161); */
}

.my-bookings td, .my-bookings th {
    border: 1px solid #dddddd;
    padding: 8px;
    text-align: center;
}

.my-bookings th {
    background-color: gray;
}

.my-bookings tr:nth-child(even) {
    background-color: rgba(128, 128, 128, 0.281);
}

.my-bookings .edit {
    color: #BAD44D;
    font-size: 1.5rem;
}

.my-bookings .cancel {
    color: #ce4040;
    font-size: 1.5rem;
}

.my-bookings .edit:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition-duration: 0.2s;
}

.my-bookings .cancel:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition-duration: 0.2s;
}

.edit-cancel-popup {
    text-align: center;
    margin: 0 auto;
    padding: 2rem;
}

.edit-cancel-popup .textarea{
    border-radius: 7px;
}

.edit-booking-modal {
    text-align: center;
}

.edit-booking-modal p{
    color: rgb(248, 69, 69);
    margin-bottom: 0.5rem;
}

.edit-booking-modal span{
    color: #BAD44D;
}

.edit-booking-modal h4{
    margin-top: 0.4rem;
}

.edit-booking-modal input{
    border-radius: 5px;
}

.edit-booking-modal input[type='number']{
    border-radius: 5px;
    width: 4rem;
}
/*endregion Bookings Page*/

/*region Unit Categories List*/
.category-image-box{
    display: flex;
    flex-wrap: wrap;
    min-width: 300px;
    width: 100%;
    justify-content: space-evenly;
    box-sizing: border-box;
    margin: 0;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}
/*endregion Unit Categories List*/

/*region 400*/
.fh-wrapper {
    position: relative;
    background: repeating-linear-gradient( -45deg, rgba(240, 184, 184, 0.35), rgba(240, 184, 184, 0.35) 20px, rgba(240, 238, 238, 0.8) 20px, rgba(240, 238, 238, 0.8) 100px );
    height: 100vh;
}

.fh-wrapper .MuiPaper-root {
    background-color: white;
}

.fh-container{
    max-width: 600px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;

    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fh_link {
    display: contents !important;
}

.fh-sad {
    margin: 2rem;
    font-size: 10rem;
    color: rgb(97, 97, 97);
    align-self: center;
}

.fh-logo {
    width: 15rem;
    align-self: center;
}

.fh-logo:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.fh-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-block: 25px;
    gap: 10px;
}

.fh-text-top{  /*h4*/
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.00735em;
    text-align: center;
    margin-bottom: 0.35em;
    line-height: 1.235;
}

.fh-text-bottom{ /*h5*/
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0.35em;
    line-height: 1.334;
}

.fh-button {
    margin-top: 2em;
}

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    .fh-container{
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 32px;

        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .fh-sad {
        margin: 2rem;
        font-size: 10rem;
        color: rgb(97, 97, 97);
        align-self: center;
    }

    .fh-logo {
        width: 10rem;
        align-self: center;
    }

    .fh-text-top{  /*h5*/
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 0.35em;
        line-height: 1.334;
    }

    .fh-text-bottom{ /*h6*/
        font-size: 1.25rem;
        font-weight: 400;
        letter-spacing: 0.0075em;
        text-align: center;
        margin-bottom: 0.35em;
        line-height: 1.6;
    }
}
/*endregion 400*/

/*region date and pax*/
.header-box {
    display: flex;
    flex-direction: row !important;
    justify-content: space-around;
    align-items: center;
    /*margin-top: 2rem;*/
}

.pax-stack {
    /*margin-inline: 3rem;*/
    margin-bottom: 1rem;
    gap: 2rem;
    display: flex;
    flex-direction: row !important;
    justify-content: center;
}

.pax-cal-stack {
    margin-block: 1rem;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1rem;
    justify-content: center;
    flex-direction: column;
}

.pax-box {
    width: 6rem;
}

.pax-box input {
    text-align: center !important;
}

.age-popup-header {
    text-align: center !important;
}

.age-popup-stack {
    margin-block: 2rem;
}

.age-popup-stack div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    column-gap: 0.5rem;
    row-gap: 1rem;
    flex-wrap: wrap;
}

.popup-button-stack{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.age-popup-textfield {
    width: 8rem !important;
}
.age-popup-textfield input {
    text-align: center !important;
}

.age-popup-button {
    width: 8rem !important;
}


/*endregion date and pax*/

/*region Extras Accordion Table*/
.extras-accordion .MuiTable-root {
    margin: 0;
    padding: 0;
}

.extras-accordion .MuiTable-body {
    margin: 0;
    padding: 0;
}

.extras-accordion .MuiAccordionSummary-root {
    padding: 0;
    min-height: 35px;
}

.extras-accordion .MuiAccordionSummary-content {
    border-bottom: 0;
    padding-left: 6px;
    margin: 0;
    font-size: 0.85rem;
    justify-content: right;
}

.extras-accordion .MuiAccordionDetails-root {
    padding: 0;
}
/*endregion Extras Accordion Table*/

.floating-Cart-List .MuiPaper-root:not(:last-child) {
    margin-bottom: 8px;
}

.floating-Cart-List .MuiPaper-root:last-child {
    margin-bottom: 0;
}

.modal-cancel-button {
    background-color: #d32f2f !important;
    color: white !important;
    border: 1px solid black !important;
}

.modal-cancel-button:hover {
    background-color: #d35d5d !important;
    color: white !important;
    border: 1px solid black !important;
}

.modal-confirm-button {
    background-color: #1b5e20 !important;
    color: white !important;
    border: 1px solid black !important;
}

.modal-confirm-button:hover {
    background-color: #4a7e4c !important;
    color: white !important;
    border: 1px solid black !important;
}


.modal-close-button {
    color: black;
    position: absolute;
    top: 8px;
    right: 8px;
}

.modal-close-button:hover {
    color: black;
    background-color: transparent;
    transform: scale(1.2);
    transition-duration: 0.5s;
}

.AvailabilityGrid {
    background-color: rgb(246, 242, 243) !important;
    color: rgba(255, 255, 255, 0.788) !important;
}

.react-calendar__tile--active {
    border-radius: 10px !important;
    padding: 5px;
}

.expiry-timer-container {
    min-height: 50px !important;       /* For FireFox */
    height: fit-content !important;
}

.navbar-expiry-timer {
    color: black;
}