﻿/* Loader container (full screen overlay) */
/*#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);*/ /* Semi-transparent background */
    /*display: none;*/ /* Hidden by default */
    /*justify-content: center;
    align-items: center;
    z-index: 9999;*/ /* Ensure it's on top of other content */
    /*backdrop-filter: blur(5px);*/ /* This will blur the background */
/*}*/

/* Spinner (loader animation) */
/*#loader {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}*/

/* Spinner animation */
/*@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/


.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
    /*background: url(../images/preloader.gif) center no-repeat #fff;*/
    background: url(../images/Preloader.gif) center no-repeat #fff;
}

.hiddenRow {
    padding: 0 !important;
    border-top-color: #fdfaf0 !important;
    border-bottom-color: #fdfaf0 !important;
}

.page-limit-right {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.page-area-right {
    width: auto;
    min-width: 100px;
    margin: auto;
    float: right;
    padding-right: 5px;
}

.page-limit select {
    width: 60px;
    float: left;
    height: 24px;
    padding: 0px 3px;
    line-height: 10px;
}

.toggle-header {
    background-color: #007bff;
    color: white;
}

.enq-body .btn:hover {
    background-color: #e5d5a8;
    color: #455560;
}

.ordered-list {
    padding-left: 20px;
}

    .ordered-list li {
        list-style-type: decimal;
    }

.user-details {
    width: auto;
    right: 20px;
    top: 10px;
}

.user-img-head {
    text-align: center
}

    .user-img-head img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 50%
    }

.user-name {
    text-align: left
}

    .user-name p {
        font-weight: bold;
        margin-bottom: -2px
    }
/*.user-designation{text-align:left}*/
.user-details figcaption {
    padding-left: 5px;
}

.list-disc, .list-disc li {
    list-style-type: disc !important;
}

.back-btn-fund {
    background-color: #283793;
    color: white;
}

    .back-btn-fund:hover {
        background-color: #e5d5a8;
        color: #455560;
    }

.table-responsive {
    min-height: 180px;
}

.dropdown-menu {
    z-index: 1001;
}

.inner .table-responsive tbody td {
    font-size: 14px;
}

.table-scholarship tbody td p {
    font-size: 16px;
}

.academic-detail-box {
    border: 1px solid #afafaf;
}

.word-break-all {
    word-break: break-all;
}

.btn-send-receipt {
    width: 105px;
    font-size: 13px;
}

.f12 {
    font-size: 12px;
}

.modal-backdrop.show {
    opacity: .8;
}

.custome-selectpicker {
    height: 38px;
}

    .custome-selectpicker:hover {
        background-color: #fff !important;
    }

.housing-block label.error {
    font-size: 13px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
}

.housing-block .bootstrap-select label.error {
    position: absolute;
    top: 0;
    margin: 0;
    transform: translateY(-100%);
}

.housing-block .tbl-clm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    position: relative;
}

.btn-action {
    color: #2355e8;
    width: 30px;
    height: 30px;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

    .btn-action:hover, .btn-action:focus, .btn-action:active {
        background: #daca97;
        outline: 0;
    }

.ck-editor ul, .ck-editor ul li {
    list-style: disc;
    padding-left: 15px;
}

.ck-editor ol, .ck-editor ol li {
    list-style: decimal;
    padding-left: 15px;
}

.bootstrap-select .dropdown-menu {
    font-size: 14px;
    min-width: 100% !important;
}

.bootstrap-select label.error {
    font-size: 14px;
}

.admin-list-head h5 {
    color: #928661;
}

.admin-pg-inner {
    padding: 20px 0 30px 0;
}

.dashboard-list {
    padding: 30px 0px 70px 0px;
    text-align: center
}

    .dashboard-list h1 {
        font-size: 36px;
        color: #283793;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    .dashboard-list a {
        display: block;
        background-color: #f5f3ed;
        color: #283793;
        font-weight: bold;
        font-size: 16px;
        padding: 40px 0px;
        -webkit-transition: box-shadow 500ms;
        -moz-transition: box-shadow 500ms;
        -o-transition: box-shadow 500ms;
        transition: box-shadow 500ms;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .dashboard-list a:hover {
            background-color: white;
            -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
        }

        .dashboard-list a span {
            display: block;
            width: 100px;
            height: 100px;
            margin: 0 auto;
            margin-bottom: 10px;
        }

.breadcrumb-outer {
    background-color: #fcdf8f;
}

.approved-dates .flatpickr-day {
    pointer-events: none;
}

    .approved-dates .flatpickr-day.selected {
        background: #ea4646;
        border-color: #ea4646;
    }

.approved-dates input {
    opacity: 0 !important;
    padding: 0;
    border: 0;
    z-index: 0;
    right: 0;
    height: 29px;
}

.table-scroll {
    max-height: 400px;
    overflow: auto;
}

.login-sect {
    /*background-color: #fffcf0;*/
    border-radius: 5px;
    padding: 30px 73px 30px 73px;
}

@media only screen and (max-width: 767px) {
    .table-scholarship, .table-scholarship tbody, .table-scholarship tbody tr {
        display: inline-block;
        width: 100%;
    }

    .dropdown-menu-app-list {
        background: transparent;
        border: 0;
    }

        .dropdown-menu-app-list a {
            background-color: transparent !important;
            color: #ffffff !important;
            padding-left: 20px !important;
            font-size: 14px;
        }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 860px;
    }
}

@media only screen and (max-width: 400px) {
    .head-items ul li {
        margin-left: 5px;
    }

    .head-items .btn-head a {
        padding: 6px 6px !important;
        font-size: 11px;
    }
}