body, html {
    margin: 0;
    padding: 0;
    font-family: "Kanit", sans-serif;
    font-size: 16px; /* Set a base font size */
}

.container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: transparent linear-gradient(180deg, #000000 0%, #555555 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.inner-container {
    margin-top: 6em; /* Adjusted margin using em unit */
    margin-bottom: 2.05em; /* Adjusted margin using em unit */
    margin-left: 1.7em; /* Adjusted margin using em unit */
    margin-right: 1.7em; /* Adjusted margin using em unit */
    width: calc(100% - 3.4em); /* Adjusted width using em unit */
    height: auto;
    display: block;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 15px;
}
@media screen and (min-height: 900px) {
    .inner-container {
        margin-top: 8em;
    }
  }
.continue {
    margin-top: 1.25em; /* Adjusted margin using em unit */
    margin-left: 1.7em; /* Adjusted margin using em unit */
    margin-right: 1.7em; /* Adjusted margin using em unit */
    margin-bottom: 2.6em; /* Adjusted margin using em unit */
    width: calc(100% - 3.4em); /* Adjusted width using em unit */
    height: 4em; /* Adjusted height using em unit */
    border-radius: 12px;
    background: #000000;
    color: #00EB2A;
    opacity: 1;
    font-size: 0.7em; /* Adjusted font size using em unit */
    cursor: pointer;
}

.terms {
    color: #0E8AFCD9;
    margin-left: 1.7em; /* Adjusted margin using em unit */
    margin-top: 1.25em; /* Adjusted margin using em unit */
}

.price {
    display: flex;
    justify-content: space-between;
    margin-inline: 1.7em; /* Adjusted margin using em unit */
}

.calc {
    color: #88949F;
    font-size: 1.5em; /* Adjusted font size using em unit */
}

.divider {
    border-top: #cfcccc 2px solid;
    margin-inline: 1.7em; /* Adjusted margin using em unit */
    margin-top: 1.2em;
}
.divider-dt{
    border-top: #cfcccc 2px dashed;
    margin-inline: 26px
}
.divider-vt{
    border-right: #cfcccc 2px solid;
    
}
.time {
    display: flex;
    margin-inline: 1.7em; /* Adjusted margin using em unit */
    justify-content: space-between;
}

.datE {
    border: none;
    display: none;
}

.rating {
    display: flex;
    justify-content: space-around;
}

.info {
    margin-inline: 1.7em; /* Adjusted margin using em unit */
    font-size: 0.8em; /* Adjusted font size using em unit */
    text-align: center;
}

.img {
    width: calc(100% - 3em);
    margin-inline: 1.5em;   /* Adjusted margin using em unit */
    border-radius: 1.75em; /* Adjusted border radius using em unit */
    margin-top: -4.375em; /* Adjusted margin using em unit */
    min-height: 11.25em; /* Adjusted height using em unit */
}
.star-ratings {
    position: relative;
    display: inline-block;
}

.star {
    color: #FFD700; /* Golden color */
    font-size: 1em; /* Adjust the size as needed */
}
.location {
    /* position: relative;
    display: inline-block; */
    font-size: 20px;
}

.icon {
    font-size: 1em; 
    margin-right: 0.3em;
    width: 0.9em;
    height: 0.9em;
}
.loc{
    display: flex;
}
.timee{
    border: none;
    background: #0E0E0F;
    color: white;
    border-radius: 12px;
    padding-block: 14px;
    font-size: 17px;
    padding-inline: 78px;
}
.timepicker{
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    border-radius: 12px;
    /* background: #0E0E0F; */
    /* color: white; */
    margin-top: 15px;
    justify-content: space-between !important;
    display: flex;
}

.calendar-div{
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
}

.ui-datepicker .ui-datepicker-header {
   color: white;
    background: none;
    border: none;
}
.ui-widget.ui-widget-content {
    border: none;
    background: #0E0E0F;
    color: white;
    border-radius: 16px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: none !important;
    font-weight: normal !important;
    color: #ffffff !important;
    margin-block: 5px;
    text-align: center;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    border-radius: 10px;
    background: white !important;
    font-weight: normal !important;
    color: #0E0E0F !important;
    text-align: center;

}
.next{
    border: none;
    background: none;
    padding: 5px;
}
.back-img{
    background-color: black;
    border-radius: 50%;
    padding: 9px;
    margin-bottom: -52px;
    margin-left: 5px;
}
.ui-datepicker table {

    color: white !important;
}
.continue:disabled{
    color: white;
    border-color: rgba(118, 118, 118, 0.3);
    background-color: #585858;
}
.nextbuton{
background: #0E0E0F;
padding: 12px;
border-radius: 10px;
color: white;
margin-left: 10px;
cursor: pointer;
}