body {
    font-family: 'Poppins' !important;
}

.hotel_card a {
    color: #495057 !important;
}

.hotel_card .add_new_block {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    letter-spacing: 1px;
}

.hotel_card .room_block {
    margin-bottom: 20px;
    /*margin-right: 30px;*/
}

.hotel_card .room_block a {
    font-size: 15px;
}

.cr_new_hotel {
    text-align: right !important;
    margin-bottom: 10px;
}

.err,
.err_tiny_mce {
    border: 1px solid red !important;
}

.trash_icon {
    vertical-align: middle;
    min-height: 2em;
    display: table-cell;
}

.bootstrap-switch-large {
    width: 200px;
}

.ck-button label span {
    text-align: center;
    padding: 3px 0px;
    display: block;
}

.ck-button label input {
    position: absolute;
    top: -20px;
}

.mealplan-font {
    color: white;
}

.card-color {
    background-color: #FFFFFF !important;
}

.td-width {
    width: 100px;
}

.page-content-wrapper-blog {
    margin-top: -90px;
    margin-left: 10%;
}

.h5-blog {
    color: #f4f5f7;
    font-weight: 500;
    line-height: 1.2;
}

.err,
.err_summernote {
    border: 1px solid red !important;
}

.color_red {
    color: red;
}

.form-label {
    margin-bottom: 0.5rem;
}

.hidden-field,
.alert-dismissible {
    display: none;
}

.square-switch input[switch] + label,
.square-switch input[switch] + label:after {
    border-radius: 4px !important;
}

span.fl-right {
    float: right;
}

.bg-light-grey {
    background-color: #f5f7fa;
}

.square-switch1 input[switch]:checked + label:after {
    left: 143px !important;
}

.square-switch1 input[switch]:checked + label {
    background-color: #1a946b;
}

.square-switch1 input[switch] + label {
    width: 165px !important;
}

.select2-selection--multiple {
    max-height: 141px !important;
    overflow-y: scroll !important;
    min-height: 20px;
    min-width: 180px;
}

.select2-search__field {
    width: 95% !important;
}

.rename-supplement-name {
    position: relative;
    top: -18px;
}
.readonly {
    pointer-events: none !important;
    background-color: #efefef;
    opacity: 1;
}
