@import url('https://cdn.syncfusion.com/ej2/material.css');
:root {
    --fontColor: #031633;
    /*Hotelio website landing page first grid font color*/
    --fgfont:white;
  }

.hotelio-head {
    font-family:'Red Hat Display';
    font-size: 16px;
    height: 100vh;
    width: 100vw;
}



body {
    margin:0px;
    height: 100vh;
    width: 100vw;
}

div {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

.number-input input[type="number"] {
    -moz-appearance: textfield;
}
  
.number-input input[type="number"]::-webkit-inner-spin-button,
.number-input input[type="number"]::-webkit-outer-spin-button {
    display: none;
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.23) !important;
    border-width: 1px !important;
}
  
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.23) !important;
}
  
.MuiMultiSectionDigitalClock-root ul:last-child {
    overflow:unset !important;
}


.ag-column-last .ag-header-cell-resize {
    display: none;
}

.e-time {
    display: none !important;
}

.e-resource-left-td {
    width: 300px;
}