.bg-hms-orange {
    background-color: #f29f67;
}

.bg-hms-black {
    background-color: #1e1e2c;
}

.bg-hms-gold {
    background-color: #e0b50f;
}

.bg-hms-green {
    background-color: #34b1aa;
}

.text-hms-orange {
    color: #f29f67;
}

.text-hms-black {
    color: #1e1e2c;
}

.text-hms-gold {
    color: #e0b50f;
}

.text-hms-green {
    color: #34b1aa;
}

.btn-hms-black {
    color: #e0b50f;
    background-color: #1e1e2c;
    border-color: #1e1e2c;
    box-shadow: none;
}

.btn-hms-black:hover {
    color: #fff !important;
    text-decoration: none;
}

.btn-hms-gold {
    color: #fff;
    background-color: #e0b50f;
    border-color: #e0b50f;
    box-shadow: none;
}

.btn-hms-gold:hover {
    color: #fff;
    background-color: #c7a108 !important;
}

.btn-hms-gold:active,
.btn-hms-gold:focus,
.btn-hms-gold:target {
    border-color: #2b2a24;
    background-color: #c7a108;
}


.btn-hms-green {
    color: #fff;
    background-color: #34b1aa;
    border-color: #34b1aa;
    box-shadow: none;
}

.btn-hms-green:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.24), 0 9px 25px 0 rgba(0, 0, 0, 0.19);
}

/* ------------------- */

.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 200px;
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow: auto;
    cursor: pointer;
    /* Change cursor when hovering over the container */
}

.preview-images-zone>.preview-image:first-child {
    height: 185px;
    width: 185px;
    position: relative;
    margin-right: 5px;
    padding: 3px;
    background-color: aliceblue;
}

.preview-images-zone>.preview-image {
    height: 90px;
    width: 90px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
    cursor: move;
    /* Change cursor when hovering over the image */
}

.preview-images-zone>.preview-image>.image-zone {
    width: 100%;
    height: 100%;
}

.preview-images-zone>.preview-image>.image-zone>img {
    width: 100%;
    height: 100%;
}

.preview-images-zone>.preview-image>.image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    z-index: 100;
    color: red;
    padding: 2px 4px;
    background-color: #ddd;
}

.preview-image:hover>.image-zone {
    cursor: move;
    /* Ensure cursor shows as move when hovering over image */
    opacity: .5;
}

.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
    cursor: grabbing;
    /* Change cursor during drag */
}

.image-name {
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
    color: #555;
}

.reservation-room-card-head {
    background-color: #001f3f;
    padding: 8px 15px;
    border-radius: 50%;
    color: #fff;
}