/* Hide Arrows From Input Number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* packages radio css */
.university-radio {
    position: relative;
}

.university-radio #type-error {
    position: absolute;
    width: 137px;
    top: 110%;
    left: 3%;
}



/* Custom Redio Button */
.container1 {
    display: inline;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #2196f3;
    background-color: #cee3f5;
    border-radius: 50%;
}

.container1:hover input~.checkmark {
    background-color: #ccc;
}

.container1 input:checked~.checkmark {
    background-color: #2196f3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container1 input:checked~.checkmark:after {
    display: block;
}

.container1 .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* select error */
.form-control.error {
    color: black;
}

/* Custom Check box */
.container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

.container2:hover input~.checkmark2 {
    background-color: #ccc;
}

.container2 input:checked~.checkmark2 {
    background-color: #2196f3;
}

.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

.container2 input:checked~.checkmark2:after {
    display: block;
}

.container2 .checkmark2:after {
    left: 8px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-limit {
    padding-top: 38px;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    overflow: hidden;
}

.modal-dialog {
    box-shadow: none;
}

/* Manu section */
.active a {
    background-color: #e0f3ff;
    color: #3f6ad8 !important;
    font-weight: bold;
    border-radius: 0.25rem !important;
    border-left: 3px solid #3f6ad8;
}

.active i {
    opacity: 1 !important;
}

.sub-manu li a {
    background-color: #fff;
    color: #000 !important;
    font-weight: normal;
}

.sub-active a {
    font-weight: bold !important;
    color: #3f6ad8 !important;
}

/* Datatable Button */
.visibility-dropdown-datatable .buttons-colvis {
    background: linear-gradient(to bottom, #e0f3ff 0%, #e0f3ff);
    border: 1px solid #3f6ad8;
    border-radius: .25rem;
    color: #3f6ad8 !important;
    font-size: 14px !important;
}

.visibility-dropdown-datatable .dt-down-arrow {
    color: #3f6ad8 !important;
}

.visibility-dropdown-datatable .buttons-colvis:hover {
    background: linear-gradient(to bottom, #3f6ad8 0%, #3f6ad8);
    background-color: #3f6ad8 !important;
    border: 1px solid #3f6ad8 !important;
    color: #fff !important;
    transition: all 0.5s;
}

.visibility-dropdown-datatable .buttons-colvis:hover .dt-down-arrow {
    color: #fff !important;
    transition: all 0.5s;
}

.visibility-dropdown-datatable .buttons-columnVisibility {
    background-color: #fff;
    border: 0 !important;
}

.visibility-dropdown-datatable .buttons-columnVisibility:hover {
    background-color: #3f6ad8 !important;
    color: #fff;
}

.visibility-dropdown-datatable div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
    background: linear-gradient(to bottom, #5f8bfb 0%, #5f87eb 100%) !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #333 !important;
}

.visibility-dropdown-datatable .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #3f6ad8 !important;
    border: 1px solid #3f6ad8;
    background: linear-gradient(to bottom, #e0f3ff 0%, #e0f3ff 100%);
}

.visibility-dropdown-datatable .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: linear-gradient(to bottom, #3f6ad8 0%, #3f6ad8 100%);
}

.visibility-dropdown-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    border: 1px solid #3f6ad8;
    background: linear-gradient(to bottom, #3f6ad8 0%, #3f6ad8 100%);
}

.visibility-dropdown-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    background: linear-gradient(to bottom, transparent 0%, transparent 100%);
    border: none;
    color: #333 !important;
}

.visibility-dropdown-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
    background: linear-gradient(to bottom, transparent 0%, transparent 100%);
    color: #3f6ad8 !important;
    text-decoration: underline !important;

}

.paginate_button.previous.disabled:hover {
    background: linear-gradient(to bottom, transparent 0%, transparent 100%);
    color: var(--text-blue) !important;
    text-decoration: underline !important;
}

/* .visibility-dropdown-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #333 !important;
    border: none;
    background: linear-gradient(to bottom, transparent 0%, transparent 100%);
    text-decoration: none !important;
} */

div.dt-button-background {
    background: radial-gradient(ellipse farthest-corner at center, transparent 0%, transparent 100%) !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 40px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    display: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    display: none;
}

/* Setting Section */
.logo-maps-div {
    width: 100%;
    height: 300px;
}

.logo-maps-div img {
    width: 100%;
    height: 100%;
}

/* hedding css */
.app-header-right {
    margin-left: auto;
    display: flex;
}

.app-header-left {
    display: flex;
    overflow: hidden;
}

.vertical-nav-menu li a:hover {
    background: #e0f3ff;
    color: #3f6ad8;
    border-radius: 0.25rem !important;
    border-left: 3px solid #3f6ad8;
}

.vertical-timeline-element {
    cursor: pointer;
}

.vertical-timeline-element:hover {
    /* background-color: #e0f3ff; */
    transition: background 1s;
    border-radius: 10px;
}

.dropdown-menu.show {
    display: block;
    position: absolute;
    top: 19px !important;
}

.header-dots .dropdown-menu-xl {
    top: 8px !important;
}

/* Front End senction  */
.banner-img-table img {
    width: 200px;
    height: auto;
}

.showBanner {
    width: 200px;
    height: auto;
}

.showBanner img {
    width: 100%;
    height: auto;
}

.font-end-admin iframe {
    width: 100%;
    border: 0;
}

.w-18 {
    width: 18% !important;
}

.w-0 {
    width: 0 !important;
}

/* Footer section */
.app-wrapper-footer .app-footer__inner {
    padding: 20px 0px;
    display: block;
}

.width-span span {
    width: 100% !important;
}

.width-span .select2-selection__arrow b {
    left: unset !important;
    right: 1%;
}

.width-span .select2-selection--single {
    border-color: #ced4da !important;
    height: 38px !important;
}

.width-span .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.width-span .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.loader {
    position: fixed;
    z-index: 9999;
    height: 100%;
    background: #000;
    opacity: 0.5;
    width: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    left: 0;
    bottom: 0;
}

.loader .fa-spinner {
    z-index: 9999;
    font-size: 3em;
    color: #fff;
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
}

#institutionLoader {
    position: fixed;
    z-index: 9999;
    height: 100%;
    background: #000;
    opacity: 0.5;
    width: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    left: 0;
    bottom: 0;
}

#institutionLoader .fa-spinner {
    z-index: 9999;
    font-size: 3em;
    color: #fff;
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
}

#institutionLoader h6 {
    z-index: 9999;
    font-size: 2em;
    color: #fff;
    position: absolute;
    top: 60%;
    display: block;
    text-align: center;
    width: 100%;
}

.thumb-img {
    height: 128px;
    width: 128px;
}

/* 
.sidebar-shadow:hover {
    width: 280px !important;
} */
.sidebar-shadow:hover .active {
    background-color: #e0f3ff;
}

.app-sidebar__inner {
    width: auto;
    height: 90vh;
    overflow-y: auto;
}

.app-sidebar__inner::-webkit-scrollbar {
    display: none !important;
}

.app-header__logo .full-logo {
    display: none;
    display: block;
}

.app-sidebar {
    min-width: unset;
}

/* Main Body Section */
.app-main__inner .card-header {
    margin: 0px 0px;
}

.app-main__outer {
    width: 100%;
}

.error {
    color: #f00;
}

/* .app-footer__inner {
    position: absolute !important;
    bottom: 0 !important;
    width: 79.25%;
} */

.header-btn-lg {
    cursor: pointer;
}

.Analytics-Dashboard-px-md-2 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}


div.dataTables_wrapper div.dataTables_processing {
    z-index: 9999 !important;
}

@media screen and (max-width: 992px) {
    .app-header__menu {
        display: none !important;
    }

    .app-header__logo .full-logo {
        display: block;
    }

    .app-header .app-header__logo {
        display: flex;
    }

    .fixed-sidebar.fixed-header .app-sidebar .app-header__logo {
        display: flex !important;
    }

    .app-main__inner .card-header {
        display: flex;
    }

    .card-header-title {
        text-align: left;
        display: flex;
        padding: 0;
        font-size: 17px !important;
    }

    body .card-header .btn-actions-pane-right {
        padding: 0rem 0 0;
    }

    .dropdown .dropdown-menu-xl {
        top: 244px !important;
    }

    .dropdown1 .dropdown-menu.show {
        top: 88px !important;
    }

    /* .fixed-sidebar .app-main .app-main__outer {
        padding-left: 0px;
    } */

    .app-login-box img {
        display: block !important;
        margin: auto !important;
    }

    .divider {
        margin: 1rem auto !important;
        width: 100% !important;
    }

    .login-form-control-width-reposion {
        width: 90% !important;
        margin: 1rem auto !important;
    }

    .app-wrapper-footer .app-footer {
        position: fixed;
        width: 100%;
        z-index: 9;
        bottom: 0;
    }

}

@media screen and (max-width: 768px) {
    .app-header-right {
        display: none;
    }

    .app-header .app-header__mobile-menu {
        display: flex !important;
    }

    .app-header__menu {
        display: flex !important;
        margin-left: auto;
    }

    .app-header-right .mr-5 {
        margin-right: 1rem !important;
    }

    .app-header-right {
        display: none;
        position: absolute;
        top: 63px;
        right: 18px;
        padding: 11px;
        border-radius: 10px;
        background-color: #fafbfc;
    }

    .app-header-left {
        width: 100% !important;
    }

    .dropdown .dropdown-menu-xl {
        top: 315px !important;
    }

    .dropdown1 .dropdown-menu.show {
        top: 159px !important;
    }

    .app-login-box img {
        display: block !important;
        margin: auto !important;
    }

    .divider {
        margin: 1rem auto !important;
        width: 100% !important;
    }

    .login-form-control-width-reposion {
        width: 90% !important;
        margin: 1rem auto !important;
    }

    .no-limit {
        padding-top: 10px;
    }
}

@media screen and (max-width: 540px) {
    .app-main__inner .card-header {
        margin: 0px 0px;
        /* display: block !important; */
    }

    .card-header-title {
        padding-right: 100px !important;
    }

    .app-login-box img {
        display: block !important;
        margin: auto !important;
    }

    .divider {
        margin: 1rem auto !important;
        width: 100% !important;
    }

    .login-form-control-width-reposion {
        width: 90% !important;
        margin: 1rem auto !important;
    }
}

@media screen and (max-width: 320px) {
    .card-header-title {
        margin-right: 100px;
    }

    .app-login-box img {
        display: block !important;
        margin: auto !important;
    }

    .divider {
        margin: 1rem auto !important;
        width: 100% !important;
    }

    .login-form-control-width-reposion {
        width: 90% !important;
        margin: 1rem auto !important;
    }
}

.app-main__inner {
    background: #fff !important
}

/* .dataTable th:nth-child(5), .dataTable td:nth-child(5){
    width: 100% !important;
} */

.table-padding-copy-excel thead tr th,
.table-padding-copy-excel thead tr td,
.table-padding-copy-excel tbody tr th,
.table-padding-copy-excel tbody tr td {
    padding: 0 5px !important;
}