.pointer {
    cursor: pointer;
}

.notification-errors-forms {
    position: absolute;
    z-index: inherit;
    right: 0px;
}

label {
    &.font-weight-500 {
        font-weight: 500;
    }
    &.has-error {
       color: #bd1a1a;
    }
}

.zoom-in {
    cursor: zoom-in;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mb-0 {
    margin-bottom: 0em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

img {
    &.with-4 {
        width: 4em;
    }
    &.height-4 {
        width: 4em;
    }
}

.fa-chevron-circle-down {
    color: yellowgreen;
    display: none;
}

.fa-ban {
    color: #e7dc0c;
    display: none;
}

.red-color {
    color: #980202;
}

.green-color {
    color: #0a8a0a;
}

.price_room {
    color: #262626;
    font-family: -apple-system, "Roboto", Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 26px;
}

.disabled-link {
    opacity: 0.5;
    text-decoration: none;
    cursor: not-allowed;
}
