#feedback{
    height: auto;
}

@media (min-width: 767px) {
    .modal-xl {
        max-width: 700px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (max-width: 767px) {
    .modal-title {
        text-align: center;
        margin-bottom: 5px;
    }

    .omni-advance-filter-container {
        flex-direction: column;
    }

    .omniSearchDiv {
        width: 100% !important;
    }

    .advance-filter-div {
        width: 100%;
    }

    #show-school-advance-filter {
        display: block;
        margin: 0 auto;
    }

    #show-office-advance-filter {
        display: block;
        margin: 0 auto;
    }

    .hide-column {
        display: none;
    }

    .column-100 {
        width: 100%;
    }
    .column-50 {
        width: 50%;
    }

    #feedback {
        height: 150px;
    }
}
.bottom {
    overflow: scroll;
}
.clear-search-button {
    opacity: 0.6;
}

.app-card {
	background: #e9e9e9;
	border-radius: 10px
}

.description-field {
	background: #F0F1F1;
	border-radius: 5px;
	height: 115px !important;
}

.min-width-50-percent {
	min-width: 50% !important;
}

.public-chat{
	background-color: #E3F2FF;
}

/* ------ borders ------ */
.border-radius-5 {
	border-radius: 5px !important;
}

.height-auto{
	height: auto !important;
}

.profile-avatar {
	height: 100px;
	width: 100px;
	border-radius: 50%;
}

.height-230 {
    height: 230px !important;
}
