/* .facility-icon{
    width: 75px;
    margin-bottom: 23px;
}

.no-click {
    pointer-events: none;
} */

.cus-form {
    height: 50px;
    width: 175px;
    background-color: #978667;
    border: none;
    color: white;
}

.form-set button {
    border-radius: 5px;
}

.cus-form:active {
    border: none;
    background-color: #4b514d;
}

.cus-option {
    line-height: 40px !important;
}

.modal-body input:focus {
    border: #978667;
}

.margin {
    margin-left: 15px;
}

@media (max-width: 913px) {
    .margin {
        margin-left: 0px;
    }
}


@media (max-width: 913px) {
    .cus-form {
        margin-top: 12px;
    }
}

.custom {
    background-color: rgba(148, 146, 146, 0.45);
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.page-loader {
    position: fixed;
    width: 400px;
    height: 200px;
    overflow: hidden;
    z-index: 999999;
    border: rgba(151, 134, 103, 1) 2px solid;
    box-shadow: inset 0 0 10px #978667;
    background-color: rgb(253, 253, 253);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    flex-direction: column;
}


.page-loader .spinner-border {
    position: fixed;
    left: 50%;
    top: 50%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: -16px;
    margin-top: -60px;
    color: #978667;
    /* background-color: #978667; */
}

.page-loader.loaded {
    width: 0;
    left: 0;
    -moz-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
    -o-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
    -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
    transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
}

.page-loader.loaded {
    opacity: 0;
}

.page-loader.loaded:before {
    opacity: 0;
}

.loader-text {
    margin-top: -45px;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 1442px) {
    .page-loader .spinner-border {
        margin-top: 20px;
    }
}

@media (max-width: 1442px) {
    .page-loader {
        height: 200px;
        width: 350px;
    }

    .page-loader .spinner-border {
        margin-top: 20px;
    }
}

@media (max-width: 281px) {
    .page-loader {
        height: 200px;
        width: 260px;
    }

    .page-loader .spinner-border {
        margin-top: 20px;
    }
}

@media (max-width: 2500px) {
    .page-loader .spinner-border {
        margin-top: 20px;
    }
}
.nice-select {
    margin-bottom: 0px;
}

@media (max-width: 400px) {
    .nice-select {
        margin-bottom: 10px;
        border-radius: 4px;
    }
}


