@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap');

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

hr {
    color: #5c5c5c;
    border-top: 1px solid #5c5c5c;
    border-bottom: 0;
}

.display-inline-block {
    display: inline-block;
}

.resize-none {
    resize: none;
}

.cke_editable {
    min-height: 160px;
}

.color-red {
    color: #e02222;
}

.text-underline {
    text-decoration: underline;
}

.ul-list {
    margin-top: 15px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.ul-list li {
    flex: 0 1 calc(20% - 8px);
    margin-bottom: 8px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.image-uploader .upload-text i {
    color: #e02222;
}

.site-loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
}

.site-loader img {

}

.hotel-images {
    padding: 0;
    list-style-type: none;
}

.hotel-images li {
    display: inline-block;
    margin-right: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 8px !important;
    box-shadow: 0 0 3px 3px #e3e3e3;
    margin-bottom: 25px;
}

.hotel-images img {
    height: 200px;
}

ul.page-sidebar-menu > li > a > svg {
    margin-right: 5px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.transaction-type {
    padding: 0;
    list-style-type: none;
}

.transaction-type li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px;
}

.transaction-type li input {
    margin-left: 0 !important;
}

.transaction-type span.type {
    float: right;
    margin-top: 2px;
    margin-left: 5px;
}

.weekdays {
    display: flex;
    float: left;
    width: 100%;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
}

.weekdays li {
    flex: 50%;
    margin-bottom: 5px;
}

.weekdays li span {

}

.meals-extras, .meals-extras-list {
    padding: 0;
    list-style-type: none;
}

.meals-extras li {
    display: block;
    width: 100%;
    float: left;
}

.meals-extras li h4 {
    font-weight: 500 !important;
}

.meals-extras ul {
    padding: 0;
}

.meals-extras ul li {
    margin-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.meals-extras .weekday-title {
    background: #f5f5f5;
    padding-left: 5px;
    margin-bottom: 10px;
}

.meals-extras-list {
    background: #f5f5f5;
    padding-left: 5px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.meals-extras-list li {
    margin: 5px 0;
}

.meals-extras-title {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.flex-center {
    justify-content: center !important;
    align-items: center !important;
}

.visual svg {
    color: #FFFFFF;
}

.display-flex {
    display: flex;
}

.inline-li {
    list-style-type: none;
    padding: 0;
    flex-wrap: nowrap;
    flex-direction: column;
}

.inline-li li {
    flex: 100%;
}