@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    /* font-family: 'Inter', sans-serif; */

    font-family: 'Open Sans', sans-serif !important;
    /* background-color: #f4f9fc; */
    background-color: #fff;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    color: #464242;
    min-height: 100vh;
    /* overflow-y: hidden; */
}

/* ###### Common styles ###### */


.page-width {
    width: 400px;
}

.login_box {
    min-height: 100vh;
    background-image: url('../../assets/images/Chef-outline.png');
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 87%;

}

.container-fluid {
    padding: 0px 40px;
}

.box-container {
    background-color: #f4eeff;
    border-radius: 10px;
    padding: 10px 25px;
    margin-bottom: 30px;
}

.page-title {
    font-size: 22px;
    color: #353735;
}

.heading-sec {
    border-bottom: 1px solid #d1cdd7;
    /* padding-bottom: 10px;
    margin-bottom: 10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading-sec .page-title {
    margin-bottom: 0px;
}

.heading-sec .btn {
    margin-bottom: 10px;
    margin-right: 5px;
}

.heading-sec .btn:last-child {

    margin-right: 0px;
}

.margin-gap {
    margin: 30px 0px;
}

.form-label {
    margin-bottom: 5px;
    font-size: 15px;
}

.form-control:disabled,
.form-control[readonly],
.form-control[readonly]:focus {
    background-color: #e3e6ea;
    opacity: 1;
    cursor: not-allowed;
    height: auto !important;
    overflow: auto !important;
}

.form-select:disabled,
.form-select[readonly],
.form-select[readonly]:focus {
    background-color: #e3e6ea;
    opacity: 1;
    cursor: not-allowed;
    height: auto !important;
    overflow: auto !important;
}

.form-control,
.form-select {
    font-size: 15px !important;
    font-family: inherit;
    border: 1px solid #d3c1f5;
}

.form-control:focus,
.form-select:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #d3c1f5;
    outline: 0;
    box-shadow: 0 0 2px .15rem rgba(103, 58, 183, 0.36);
}

.actionBtn {

    padding: 5px 5px 2px 5px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.actionBtnsm {
    padding: 2px 3px 1px 4px;

}

.actionBtnsm i {
    color: #fff !important;
    font-size: 15px;
}

.actionBtn.btnpending {
    background: #e87618;

}

.actionBtn.btnsuccess {
    background: #1e8a25
}

.actionBtn.btndelete {
    background: #d72b2b;

}

.colorpending {
    color: #e87618 !important;

}

.colordelete {
    color: #d72b2b !important;

}


.colorpending i {
    color: #e87618 !important;

}

.colordelete i {
    color: #d72b2b !important;

}

.actionBtn i {
    color: #fff !important;
}

.iconPos {
    position: relative;
    top: 2px;
}

/* ###### End common styles ###### */

/* ###### Ripple effect ###### */
.ripple {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
    border-radius: 5px;
}

.ripple::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: 50%;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 1s;
    transform: scale(5, 5);
}

.ripple:active::after {
    padding: 0;
    margin: 0;
    opacity: .2;
    transition: 0s;
    transform: scale(0, 0);
}

.ripple-box {
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
    border-radius: 5px;
}

.ripple-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: 50%;
    background-color: #000;
    border-radius: 30%;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 1s;
    transform: scale(5, 5);
}

.ripple-box:active::after {
    padding: 0;
    margin: 0;
    opacity: .2;
    transition: 0s;
    transform: scale(0, 0);
}

/* ###### End ripple effect ###### */

/* ###### Modal ###### */

.modal-backdrop.show {
    opacity: 0.6 !important;
}

.modal-header {
    background: #c7b8e1;
    color: #313033;
    padding: 13px 16px;
}

.modal-header .btn-close {
    color: #48238a !important;
}

.modal-body {
    padding: 20px 15px;
}

.modal-body .form-control,
.modal-body .form-select {
    height: 40px;
    /* color: #716c6c; */
    font-size: 14px !important;
}

.modal-body label {
    font-size: 15px;
}

/* ###### End Modal ###### */

/* ###### Buttons  ###### */

.btn-success {
    color: #fff;
    background-color: #673ab7;
    border-color: #673ab7;
}

.btn-success:hover {
    color: #fff;
    background-color: #d426c3;
    border-color: #d426c3;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #673ab7;
    border-color: #673ab7;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #673ab7;
    border-color: #673ab7;
    cursor: not-allowed;
}

/* ###### End Buttons  ###### */

/* ###### Forms ###### */

.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input.green:checked {
    background-color: #198754;
    border-color: #198754;
}

.form-check-input.red:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.form-switch .form-check-input {
    height: 18px;
}

.form-check-input:checked {
    background-color: #673ab7;
    border-color: #673ab7;
}

.form-switch .form-check-input {
    border: 1px solid #673ab7;
}



/* ###### Tables sec ###### */
.table tr td,
.table tr th {
    vertical-align: middle !important;
}

.table tr th {
    white-space: nowrap !important;
}

.table .table-success th {
    background-color: #baa2e6 !important;
    border-color: #d9ccf0 !important;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.1px;
    padding: 8px;
}

.table tr td {
    /* background-color: #ffffff5e; */
    font-size: 14px;
}

.table {

    border-color: #e8defb !important;
    background: #fff;
}

.grand_tot {
    background-color: #76db76;
    font-size: 17px;
    color: #000;
}

.grand_tot tr td {
    background-color: #76db76 !important;
}

/* ###### End Tables sec ###### */


/* ###### Menu section ###### */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.dropdown-toggle::after {
    display: none !important;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.menu-section .navbar-brand img {
    width: 120px;
}

.menu-section {
    padding: 1px 0px;
    background-color: #673ab7;
    margin-bottom: 35px;
}

.menu-section .bg-light {
    background-color: transparent !important;
}

.menu-section .bg-light .nav-item .nav-link {
    color: #fff !important;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 12px;
    font-size: 16px;
}

/* .menu-section .navbar .dropdown:hover>.dropdown-menu {
    display: block !important;
} */

.menu-section .navbar-nav .nav-link.active,
.menu-section .navbar-nav .show>.nav-link {

    background: #7f52d0;
    color: #fff !important;
    border-radius: 10px;
}

.menu-section .bg-light .nav-item .nav-link i {
    margin-right: 10px;
    font-size: 15px;
    color: #e68535;
}

.menu-section .bg-light .nav-item .nav-link.active i {
    margin-right: 10px;
    font-size: 15px;
    /* color: #ff0000ad; */
}

.dropProfile {
    background: #5a2caa;
    border-radius: 8px;
}

.dropProfile i {
    font-size: 17px !important;
}

.menu-section .dropdown-item:active,
.menu-section .dropdown-item:hover {
    background-color: #673ab7;
    color: #fff;
}

.menu-section .dropdown-item {
    padding: 5px 10px;
}

.menu-section .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 6px;
}

/* ###### End menu section ###### */

/* ###### cafeteria page ###### */
.cafeteria-container a {
    text-decoration: none;
}

.cafeteria-box {
    margin-bottom: 30px;
    text-align: center;
    padding: 5px 5px;
    box-shadow: 0 2px 4px rgba(103, 58, 183, 0.38);
    background: #fff;
    border-radius: 7px;
    cursor: pointer;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cafeteria-box img {
    /* width: 50px; */
    margin-bottom: 12px;
    width: 100%;
    border-radius: 0px;
    min-height: 160px;
    overflow: hidden;
    max-height: 183px;
}

.cafeteria-box h5 {
    font-size: 15px;
    color: #673ab7;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px;
}

.cafeteria-box h6 {
    font-size: 13px;
    color: #353332;
    font-weight: 400;
}


.cafeteria-box-dummy {
    background: #d3c5ee;
    min-height: 182px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 280px;
}

.cafeteria-box-dummy .ri-add-circle-fill {
    font-size: 45px;
    color: #673ab7;
}

.cafeteria-box-dummy h5 {
    color: #6941b1;
    font-size: 17px;
}

.cafeMenuName {
    font-size: 16px;
    color: #673ab7;
}

.actionBtn.btndefault {
    background: #673ab7;

}

.cafeteria-container .actionBtnsm {
    padding: 0px 4px 0px 5px;
}

.cafeteria-container .actionBtnsm i {
    position: relative;
    top: 1.5px;
}

.cafeteria-container .form-switch {
    margin-right: 10px;
    margin-left: 3px;
}

.cafeteria-container .form-switch .form-check-input {
    height: 20px;
    width: 38px;
    /* margin-left: 3px; */
}

/* Login */
.login_box {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 90px;
    margin: auto;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.login_box .page-width {
    width: 500px;
}

.login_box .box-container {
    background-color: #fff;
    border-radius: 15px;
    padding: 50px 40px 50px 40px;
    /* color: #fff; */
}

.login_box .btn-login {
    text-align: center;
    margin: auto;
    display: block;
    padding: 9px 34px;
    font-size: 18px;
    border-radius: 9px;
    /* border-radius: 40px; */
}

.copy-rights {
    color: #8a8489;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    font-weight: 400;
}

.btn-primary {
    color: #fff;
    background-color: #673ab7;
    border-color: #673ab7;

}

.login_box .form-control,
.login_box .form-select {
    font-size: 15px !important;
    font-family: inherit;
    border: 0px solid #d3c1f5;
    height: 50px;
    border-radius: 12px;
    background: #f1f0f2;
    text-align: center;
}

.login_box .form-control::placeholder {

    opacity: 1;
    text-align: center;
    font-size: 17px;
}

/* swal */

.swal2-title {

    font-size: 24px !important;
}

.swal2-styled {
    margin: .3125em;
}

.errors ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.boxShadow {
    box-shadow: 0 2px 4px rgba(103, 58, 183, 0.38);
    background-color: #fff;
    padding: 3px 21px 20px 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #673ab7;
    border-color: #673ab7;
}



.page-link {

    padding: 5px 9px 4px 6px;
    font-size: 14px;
    margin-top: 6px;
    color: #353638;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 5px;
    font-size: 14px;
}

.dataTables_wrapper .form-control,
.dataTables_wrapper .form-select {
    font-size: 13px !important;
    font-family: inherit;
    border: 1px solid #d3c1f5;
    height: 25px;
}

.dataTables_wrapper .form-select {
    padding-top: 1px;

}

.dataTables_wrapper label {
    font-size: 13px;
}

.dashBoxTitle {
    font-weight: 500;
    color: #d712c3 !important;
    margin-top: 7px;
}

.text-right {
    text-align: right !important;
}


/* @media (max-width: 768px) {
   
      .container-fluid {
        padding: 0px 20px !important;
    }
} */
.nowrap {
    white-space: nowrap !important;
}

.reviews_li li {

    /* background-color: #f1f1f1; */
    margin: 12px 0px;
    padding: 5px 10px;
    /* box-shadow: 0px 3px 6px 0px rgb(249 249 249 / 63%); */
    border-radius: 5px;
    border-bottom: 1px solid #ebe3e3;

}

.reviews_li_time {
    font-size: 11px;
}

.reviews_li {
    padding: 0;
    list-style: none;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

.review_user {
    font-weight: 700;
}

.review_txt {
    font-size: 15px;
}

.d-flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
}

.guest_img {
    display: flex;
    justify-content: center;
    width: 55px;
    /* padding: 20px; */
    border-radius: 50%;
    border: 4px solid #fff;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    height: 55px;
}

.guest_span {
    border: 2px solid #e9e4e4;
    padding: 12px 12px;
    margin-right: 10px;
    border-radius: 50%;
    font-weight: bold;
}

.guest_img img {
    width: 100%;
}

.card-2 .bor-right {
    border-right: 1px solid #f0b480;
}

.bor-down {
    border-bottom: 1px solid #00000029;
}

.dash_in {
    margin-top: 22px;
}

.dash_avg {
    margin-top: -20px;
}

.rev_star {
    color: #fb7400
}

.rev_star:hover {
    color: #eca062
}

.text-right {
    text-align: right !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

/* .choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
    margin-right: 15px;
} */

.dt-buttons .btn-secondary {
    color: #fff;
    border: #673ab7;
    background: #673ab7;
    margin-right: 10px;
    border-radius: 5px !important;
    min-width: 58px;
    font-size: 15px;
    padding: 2px 6px 3px 6px;
    text-align: center;
    box-shadow: none;
}

.dt-buttons {
    display: inline-block;
}

.dataTables_length .form-control,
.dataTables_filter .form-control {
    height: 30px !important;
}

.dataTables_filter {
    display: inline-block;
    float: right !important;
    margin-bottom: 5px;
}

.dataTables_length {
    float: left !important;
}

.dt-buttons {
    margin-left: 10px;
}

@media (max-width:767px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: center
    }
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    margin-right: 0
}

.datatable td:focus {
    outline: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
    padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
    padding-right: 0
}

div.dataTables_wrapper div.dataTables_info {
    float: left;
}

th .btn-sm {
    padding: 0px !important;
    font-size: 20px;

    margin: 0px !important;
    line-height: 0 !important;
    text-align: center;
}

th .btn-sm:active,
th .btn-sm:focus {
    outline: none !important;
    border: none !important;
}

table.dash_table {
    width: 100%;
}

.dash_table th {
    font-size: 14px;
    font-weight: 500;
    color: #534a4a;
    /* background-color: white; */
    /* border: 1px solid #ccc; */
}

.dash_table td {
    font-size: 18px;
    font-weight: 500;
    color: #583693;
}

.dash_table th,
.dash_table td {
    padding: 5px 10px;
    border: 0.5px solid #eee;
}

/* ###### step form styles ###### */
.twitter-bs-wizard .twitter-bs-wizard-nav {
    position: relative;
    list-style: none;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.twitter-bs-wizard .twitter-bs-wizard-nav:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f1f5f7;
    position: absolute;
    left: 0;
    top: 26px
}

.twitter-bs-wizard .twitter-bs-wizard-nav .step-number {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 34px;
    border: 2px solid #673ab7;
    color: #673ab7;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background-color: #f4eeff;
}

@media (max-width:991.98px) {
    .twitter-bs-wizard .twitter-bs-wizard-nav .step-number {
        display: block;
        margin: 0 auto 8px !important
    }
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link .step-title {
    display: block;
    margin-top: 8px;
    font-weight: 600
}

@media (max-width:575.98px) {
    .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link .step-title {
        display: none
    }
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active {
    background-color: transparent;
    /* color: #505d69; */
    color: #673ab7;
    font-weight: 700 !important;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-number {
    background-color: #673ab7;
    color: #fff
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link {
    padding-top: 24px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    text-align: right !important;
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link li {
    display: inline-block;
    margin-right: 10px;
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link li a {
    color: #fff;
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link li.disabled a {
    cursor: not-allowed;
    background-color: #e8e5e9;
    color: #000;
    border: 0px;
}

.twitter-bs-wizard-tab-content {
    padding-top: 24px;
    min-height: auto;
}

.nav-pills>li>a,
.nav-tabs>li>a {
    color: #505d69;
    font-weight: 500;
}

.nav-pills>li>a:hover,
.nav-tabs>li>a:hover {
    color: #505d69;
    font-weight: 500;
}

/* ####### Select styles ####### */
.select2-container--default .select2-selection--single {
    border: 1px solid #d3c1f5 !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    float: right;
    width: 0.9em !important;
    height: 0.9em !important;
    padding-left: 1px;
    margin-top: 6px !important;
    margin-right: -0.7em;
    line-height: .75em;
    color: #ffffff;
    background-color: #a07cdf !important;
    border-radius: 50%;
    padding-top: 1px !important;

    font-weight: 500 !important;
    padding-right: 2px;
    /* padding: 14px 1px; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 24px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #585454 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #673ab7 !important;
    color: #fff;
}

.save-up {
    margin-top: 30px;
    margin-bottom: 20px;
}

.save-up .btn {
    margin-right: 10px;
}

/* ###### End step form styles ###### */

.step-form-box {
    background: #fff;
    padding: 20px;
    border-top: 2px solid #673ab7;
    border: 1px solid #e8e2e2;
    margin-bottom: 30px;
    /* border-top: 2px solid #673ab7; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.box-inner {
    background: #f4eeff;
    padding: 20px;
    border-top: 2px solid #673ab7;
    border: 1px solid #e8e2e2;
    margin-bottom: 30px;
    border-top: 2px solid #673ab7;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.university-name .event-order {

    background-color: #c4c0c0;
    border: 1px solid #464343;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}

.university-name .head-1 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #807979;
    padding: 0px;
}

.university-name .head-2 {
    font-size: 19px;
    font-weight: 600;
    margin-top: -2px;
    margin-bottom: 2px;
}

.university-name .culinary-food .head-3 {
    background-color: #c4c0c0;
    border: 1px solid #464343;
    margin-right: -10px;
}


.university-name .culinary-food .sub-culinary {
    background-color: #c4c0c0;
    /* border: 1px solid #464343; */
    width: 50%;
    text-align: center;
}

.university-name .culinary-food .seperate-menu {
    margin-top: 0px;
    width: 50%;
    text-align: center;
}

.university-name .culinary-food .setup_div {
    width: 50%;
    margin-top: 0px;
}

.university-name .culinary-food .setup_note {
    border-left: 1px solid #cfc9c9;
    height: 550px;
}

.food {
    border: 1px solid #464343;
}

.university-name .culinary-food h6 {
    margin-left: 22px;
    font-weight: 600;
    font-size: 18px;
}

.university-name .culinary-food .menu-date {
    font-size: 20px;
    font-weight: 700;
}



.university-name .culinary-food ul {
    margin-left: 30px;
    margin-bottom: 15px;
}

.university-name .culinary-food ul li {
    font-size: 17px;
    font-weight: 500;
}

.university-name .culinary-food .head-border {
    text-decoration: underline;
}

.university-name .head-3 {
    font-size: 19px;
    font-weight: 600;
}

.university-name .head-4 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 5px;
}

/* .food-seperate {
    margin-top: 23px;
    margin-bottom: 23px;
} */


.university-name table tr td h5 {
    text-align: center;
}

.university-name .thead-bg {
    background-color: #c4c0c0 !important;
}

.modal-footer .btn {
    text-align: center;
}


/* ###### Loader styles ###### */

.hos-loader {
    display: block;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    z-index: 10000000;
    /*   background:#bdbdbd; */
}



.hos-loader div {
    transform-origin: 40px 40px;
    animation: hos-loader 1.2s linear infinite;
}

.hos-loader div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 12px;
    left: 37px;
    width: 5px;
    height: 13px;
    border-radius: 20%;
    background: #673ab7;
}

.hos-loader div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.hos-loader div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.hos-loader div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.hos-loader div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.hos-loader div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.hos-loader div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.hos-loader div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.hos-loader div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.hos-loader div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.hos-loader div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.hos-loader div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.hos-loader div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes hos-loader {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* ##### End loader ##### */