
/*
Template Name: Cyber Advance Solution
Author: Murad Mansha
File: app.css
*/

/*  
  - Google Font
  - General
  - Header
  - Page Wrapper
  - Pricing Table
  - Metismenu
  - Forms
  - Components
  - Buttons
  - Background Colors
  - Text Colors
  - Authentication
  - File Manager
  - Tables
  - Invoice Page
  - Chat box
  - Email box
  - Compose Mail
  - Extra Css
  - Responsive
*/

/* Google Font*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* General */

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f6f6f6;
    letter-spacing: .1px;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

/*Header*/

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.campus-name{
    padding-left:21%;
}
.campus-namelabel{
}
.top-header {
    width: auto;
    height: 70px;
    /*line-height: 70px;*/
    background: #2656A9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: none;
}

.sticky-top-header {
    background: #2656A9;
}

.toggle-btn {
    margin-right: 10px;
    font-size: 28px;
    color: #404142;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}

    .toggle-btn:hover {
        color: #404142;
    }

    .toggle-btn:active {
        color: #404142;
        background: #f1f1f1;
    }

.logo-icon {
    width: 145px;
}

.logo-icon-2 {
    width: 35px;
    margin-left: 10px;
}

.logo-text {
    color: #404142;
    font-size: 25px;
    margin-bottom: 0;
    margin-left: 10px;
}

.top-header .navbar {
    padding: 0;
    background: transparent;
}

.left-topbar {
    width: auto;
    height: 70px;
    float: left;
    padding-left: 15px;
    background: transparent;
}

.right-topbar {
    width: auto;
    height: 70px;
    padding-right: 15px;
}

.sidebar-header {
    width: 260px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 15px;
    height: 70px;
    background: #fff;
    z-index: 1;
    border-top-right-radius: 30px;
    transition: all .2s ease-out;
    box-shadow: 0px -7px 11px #00000017;
}

.right-topbar .navbar-nav .nav-link {
    padding: 0rem 0.8rem;
    color: #fff;
    height: 70px;
    font-size: 20px;
}

.search-bar {
    padding: 0rem 2.4rem;
    padding-left: 60px;
}

.search-arrow-back {
    display: none;
}

.search-btn-mobile {
    display: none;
}

.search-bar .btn-search-back {
    background: #f1f1f1;
    border: 1px solid #d9d3d3;
    padding: 0 20px;
    border-radius: 2px;
    height: calc(1.3em + .75rem + 2px);
}

    .search-bar .btn-search-back i {
        font-size: 20px;
        color: #727171;
    }

.search-bar .btn-search {
    background: transparent;
    border-bottom: 1px solid #fff;
    padding: 0 25px;
    border-radius: 0px;
    height: calc(1.6em + .75rem + 2px);
}

    .search-bar .btn-search:focus {
        box-shadow: none;
    }

    .search-bar .btn-search i {
        font-size: 16px;
        color: #D1D1D1;
    }

.search-bar input {
    height: calc(1.6em + .75rem + 2px);
    border: 0;
    border: 1px solid #eaeaea;
    width: 100%;
    border-radius: 2px;
}

.dropdown-toggle-nocaret:after {
    display: none;
}

.user-box {
    line-height: 1.2;
    height: 57px;
    background-color: #F3F3F3;
    border-radius: 10px;
    margin-top: 6px;
}

.user-info {
    text-align: left;
    margin-right: 15px;
}

    .user-info .user-name {
        font-size: 14px;
        font-weight: 500;
        color: #323232;
    }

.icon-arrow-down i {
    padding-right: 5px;
    color: #323232 !important;
}

.user-info .designattion {
    font-size: 12px;
    color: #a9a8a8;
}

.user-img {
    width: 52px;
    height: 52px;
    padding: 4px;
}

img.user-img {
    border-radius: 14px;
}

.msg-count {
    position: absolute;
    left: 30px;
    top: 27px;
    font-size: 11px;
    font-weight: 500;
    width: 8px;
    height: 8px;
    text-align: center;
    border-radius: 50%;
    z-index: 5;
    padding: 0;
    color: #fff;
    background-color: #F81919;
    display: flex;
    justify-content: center;
    align-items: center;
}


.dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    line-height: initial;
    border: 0px solid #e9ecef;
    margin: 0;
    font-size: 14px;
    border-radius: 15px;
}

.top-header .navbar .dropdown-menu {
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
}

.top-header .navbar .dropdown-lg .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #2656A9;
    position: absolute;
    top: -6px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #2656A9;
    border-left: 1px solid #2656A9;
}
.login___btn{
    background-color:#2656A9 !important;
    color:#fff !important;
}
.top-header .navbar .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffff;
    position: absolute;
    top: -6px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

@-webkit-keyframes animdropdown {

    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes animdropdown {

    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes textclip {


    to {
        background-position: 200% center;
    }
}



.dropdown-lg {
    position: relative;
}

    .dropdown-lg .dropdown-menu {
        width: 380px;
        padding: 0px;
        margin: 0;
        border: 0;
    }

        .dropdown-lg .dropdown-menu .dropdown-item {
            padding: .72rem 1.2rem;
            border-bottom: 1px solid #ededed;
        }

    .dropdown-lg .user-online {
        position: relative;
    }

        .dropdown-lg .user-online:after {
            content: '';
            position: absolute;
            bottom: 1px;
            right: 17px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            box-shadow: 0 0 0 2px #fff;
            background: #16e15e;
        }

    .dropdown-lg .msg-avatar {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        margin-right: 15px;
    }

    .dropdown-lg .msg-name {
        font-size: 14px;
        margin-bottom: 0;
    }

    .dropdown-lg .msg-info {
        font-size: 13px;
        margin-bottom: 0;
    }

    .dropdown-lg .msg-time {
        font-size: 12px;
        margin-bottom: 0;
        color: #919191;
    }

    .dropdown-lg .msg-header {
        padding: .72rem 1.2rem;
        color: #fff;
        border-bottom: 0px solid #ededed;
        background: #2656A9;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

        .dropdown-lg .msg-header .msg-header-title {
            font-size: 22px;
            margin-bottom: 0;
        }

        .dropdown-lg .msg-header .msg-header-subtitle {
            font-size: 14px;
            margin-bottom: 0;
        }

    .dropdown-lg .msg-footer {
        padding: .72rem 1.2rem;
        color: #2656A9;
        border-top: 0px solid #ededed;
        background: transparent;
        font-size: 14px;
        font-weight: 500;
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .dropdown-lg .notify {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
        text-align: center;
        border-radius: 50%;
        background-color: #f1f1f1;
        margin-right: 15px;
    }

.dropdown-user-profile .dropdown-menu i {
    vertical-align: middle;
    margin-right: 10px;
}

.dropdown-user-profile .dropdown-menu span {
    vertical-align: middle;
}

.dropdown-language .dropdown-menu i {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}

.dropdown-language .dropdown-menu span {
    vertical-align: middle;
    font-size: 14px;
}

.header-notifications-list {
    position: relative;
    height: 420px;
}

.header-message-list {
    position: relative;
    height: 420px;
}

.dashboard-social-list {
    position: relative;
    height: 230px;
}

.dashboard-top-countries {
    width: 100%;
    height: 322px;
}

/*Page Wrapper*/

.page-wrapper {
    position: relative;
    margin-top: 70px;
}

.sidebar-wrapper {
    width: 260px;
    height: calc(100% - 70px);
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    z-index: 16;
    background: #fff;
    border-bottom-right-radius: 30px;
    box-shadow: none;
    box-shadow: 0px 2px 11px #00000017;
    transition: all .2s ease-out;
}

/*.wrapper.toggled .top-header {
    left: 4%;
}*/

.wrapper.toggled .campus-name{
    padding-left:9%;
}

@media only screen 
   and (min-width : 1600px) {
   .wrapper.toggled .campus-name{
    padding-left:9%;
}
   .campus-name{
       padding-left:12%;
   }
}



.page-content-wrapper {
    margin-left: 260px;
    transition: all .3s ease-out;
    margin-top: 70px;
}

.wrapper.toggled .page-content-wrapper {
    margin-left: 80px;
}

.wrapper.toggled .footer {
    margin-left: 80px;
}

.page-content {
    padding: 12px;
}

/*Metismenu*/

.sidebar-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: transparent;
}

.sidebar-wrapper .metismenu {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .sidebar-wrapper .metismenu li + li {
        margin-top: 2px;
    }

    .sidebar-wrapper .metismenu li:first-child {
        margin-top: 5px;
    }

    .sidebar-wrapper .metismenu > li {
        /*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .sidebar-wrapper .metismenu a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 5px 8px 5px 0px;
        font-size: 15px;
        color: #8B8B8B;
        font-weight: 500;
        outline-width: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        border-left: 10px solid transparent;
        transition: all .2s ease-out;
        /*border-top-right-radius: 10px;*/
        /*border-bottom-right-radius: 10px;*/
    }

        .sidebar-wrapper .metismenu a:hover .parent-icon,
        .sidebar-wrapper .metismenu a:active .parent-icon,
        .sidebar-wrapper .metismenu a:focus .parent-icon {
            /*background-color: #0073BC;*/
            color: #fff;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
        }

        .sidebar-wrapper .metismenu a .parent-icon {
            padding-left: 24px;
            padding-right: 6px;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
            /*font-size: 24px;*/
            line-height: 1;
            padding-top: 3px;
            padding-bottom: 3px;
            transition: all .3s ease-out;
        }

            /*.sidebar-wrapper .metismenu a .parent-icon img {
                width: 24px;
                height: 24px;
                filter:greyscale(0);
            }*/

            .sidebar-wrapper .metismenu a .parent-icon span {
                display: inline-block;
                width: 24px;
                height: 24px;
                background-size: cover;
            }

.icons__images_bg_dashboard {

    background-image: url('../ESSM-Images/nav-bar-svgs/dashbaord-grey.svg');
}

.icons__images_bg_admission {
    background-image: url('../ESSM-Images/nav-bar-svgs/Admission-grey.svg');
}

.icons__images_bg_attendence {
    background-image: url('../ESSM-Images/nav-bar-svgs/attendance-grey.svg');
}

.icons__images_bg_fee {
    background-image: url('../ESSM-Images/nav-bar-svgs/fee-management-grey.svg');
}

.icons__images_bg_inqury {
    background-image: url('../ESSM-Images/nav-bar-svgs/qualitative-research-grey.svg');
}

.icons__images_bg_hr {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr-grey.svg');
}
.icons__images_bg_basic_settings {
    background-image: url('../ESSM-Images/nav-bar-svgs/Setting-grey.svg');
}
.icons__images_bg_result {
    background-image: url('../ESSM-Images/nav-bar-svgs/result-side-bar-grey.svg');
}
.icons__images_bg_sms_main {
    background-image: url('../ESSM-Images/nav-bar-svgs/chat-side-bar-gray.svg');
}


.icons__images_bg_role_m {
    background-image: url('../ESSM-Images/nav-bar-svgs/Role Management-grey.svg');
}
.icons__images_bg_student {
    background-image: url('../ESSM-Images/nav-bar-svgs/Student-grey.svg');
}
.icons__images_bg_fee_student {
    background-image: url('../ESSM-Images/nav-bar-svgs/Fee-grey.svg');
}

.icons__images_bg_fee_deposit {
    background-image: url('../ESSM-Images/nav-bar-svgs/FeeDeposit-grey.svg');
}
.icons__images_bg_fee_update {
    background-image: url('../ESSM-Images/nav-bar-svgs/Update Student Fee-grey.svg');
}
.icons__images_bg_promotions {
    background-image: url('../ESSM-Images/nav-bar-svgs/Promotion-grey.svg');
}
.icons__images_bg_employees_m {
    background-image: url('../ESSM-Images/nav-bar-svgs/Employees-grey.svg');
}
.icons__images_bg_employes_settings {
    background-image: url('../ESSM-Images/nav-bar-svgs/EmployeeSettings-grey.svg');
}
.icons__images_bg_exam_result{
    background-image: url('../ESSM-Images/nav-bar-svgs/exam-result-grey.svg');
    width: 21px !important;
    height: 25px !important;
    background-size:contain !important;
}

.icons__images_bg_hr_employees {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_employee_grey.svg');
}

.icons__images_bg_hr_leaves {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_leaves_grey.svg');
}
.icons__images_bg_hr_attendance {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_attendance_grey.svg');
}
.icons__images_bg_hr_payroll {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_payroll_grey.svg');
}

.icons__images_bg_bookpurchase {
    background-image: url('../ESSM-Images/nav-bar-svgs/purchaseBooks-white.svg');
}
.icons__images_bg_misc {
    background-image: url('../ESSM-Images/nav-bar-svgs/miscOperation-white.svg');
}



/*AMS Page Icons*/

.icons__images_bg_vendor {
    background-image: url('../images/am-svg/vendor-grey.svg');
}
.icons__images_bg_manufacture {
    background-image: url('../images/am-svg/manufecture-grey.svg');
}
.icons__images_bg_warehouse {
    background-image: url('../images/am-svg/warehouse-grey.svg');
}
.icons__images_bg_inventory {
    background-image: url('../images/am-svg/inventory-grey.svg');
}
.icons__images_bg_purchase {
    background-image: url('../images/am-svg/purchase-grey.svg');
}
.icons__images_bg_asset_issuance {
    background-image: url('../images/am-svg/assets-assurance-grey.svg');
}
.icons__images_bg_asset_return {
    background-image: url('../images/am-svg/asset-return-grey.svg');
}
.icons__images_bg_asset_stock_summary {
    background-image: url('../images/am-svg/stock-report-grey.svg');
}
.icons__images_bg_asset_item_stock_summary {
    background-image: url('../images/am-svg/item-stock-grey.svg');
}
.icons__images_bg_asset_item_stock_available {
    background-image: url('../images/am-svg/stock-availble-grey.svg');
}
.icons__images_bg_asset_item_Ledger {
    background-image: url('../images/am-svg/ledger-grey.svg');
}

.icons__images_bg_finance_setup {
    background-image: url('../ESSM-Images/nav-bar-svgs/setup-white.svg');
}
.icons__images_bg_finance_account {
    background-image: url('../ESSM-Images/nav-bar-svgs/accounts-white.svg');
}
.icons__images_bg_finance_report {
    background-image: url('../ESSM-Images/nav-bar-svgs/report-white.svg');
}
.icons__images_bg_complaints {
    background-image: url('../ESSM-Images/nav-bar-svgs/complaints-white.svg');
}






.sidebar-wrapper .metismenu .mm-active > a .parent-icon .icons__images_bg_finance_setup {
    background-image: url('../ESSM-Images/nav-bar-svgs/setup-color.svg');
}
.sidebar-wrapper .metismenu .mm-active > a .parent-icon .icons__images_bg_finance_account {
    background-image: url('../ESSM-Images/nav-bar-svgs/accounts-color.svg');
}
.sidebar-wrapper .metismenu .mm-active > a .parent-icon .icons__images_bg_finance_report {
    background-image: url('../ESSM-Images/nav-bar-svgs/report-color.svg');
}


.sidebar-wrapper .metismenu .mm-active > a .parent-icon .icons__images_bg_bookpurchase {
    background-image: url('../ESSM-Images/nav-bar-svgs/purchaseBooks-color.svg');
}
.sidebar-wrapper .metismenu .mm-active > a .parent-icon .icons__images_bg_misc {
    background-image: url('../ESSM-Images/nav-bar-svgs/miscOperation-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_dashboard {
    background-image: url('../ESSM-Images/nav-bar-svgs/dashbaord-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_admission {
    background-image: url('../ESSM-Images/nav-bar-svgs/Admission-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_attendence {
    background-image: url('../ESSM-Images/nav-bar-svgs/attendence-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_fee {
    background-image: url('../ESSM-Images/nav-bar-svgs/fee-management-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_inqury {
    background-image: url('../ESSM-Images/nav-bar-svgs/qualitative-research-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_hr {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_basic_settings {
    background-image: url('../ESSM-Images/nav-bar-svgs/Setting-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_role_m {
    background-image: url('../ESSM-Images/nav-bar-svgs/Role Management-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_student {
    background-image: url('../ESSM-Images/nav-bar-svgs/Student-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_fee_student {
    background-image: url('../ESSM-Images/nav-bar-svgs/Fee-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_fee_deposit {
    background-image: url('../ESSM-Images/nav-bar-svgs/FeeDeposit-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_fee_update {
    background-image: url('../ESSM-Images/nav-bar-svgs/Update Student Fee-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_promotions {
    background-image: url('../ESSM-Images/nav-bar-svgs/Promotion-color.svg');
}
.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_employees_m {
    background-image: url('../ESSM-Images/nav-bar-svgs/Employees-color.svg');
}
.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_employes_settings {
    background-image: url('../ESSM-Images/nav-bar-svgs/EmployeeSettings-color.svg');
}


.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_result {
    background-image: url('../ESSM-Images/nav-bar-svgs/result-side-bar-color.svg');
}
.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_sms_main {
    background-image: url('../ESSM-Images/nav-bar-svgs/chat-side-bar-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_exam_result {
    background-image: url('../ESSM-Images/nav-bar-svgs/exam-result-color.svg');
     width: 21px !important;
    height: 25px !important;
    background-size:contain !important;
}




.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_hr_employees {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_employee_color.svg');
}
.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_hr_leaves {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_leaves_grey-1.svg');
}
.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_hr_attendance {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_attendance_color.svg');
}
.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_hr_payroll {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_payroll_grey-1.svg');
}





.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_asset_item_Ledger {
    background-image: url('../images/am-svg/ledger-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_asset_item_stock_available {
    background-image: url('../images/am-svg/stock-availble-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_asset_item_stock_summary {
    background-image: url('../images/am-svg/item-stock-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_asset_stock_summary {
    background-image: url('../images/am-svg/stock-report-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_asset_return {
    background-image: url('../images/am-svg/asset-return-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_asset_issuance {
    background-image: url('../images/am-svg/assets-assurance-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_purchase {
    background-image: url('../images/am-svg/purchase-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_inventory {
    background-image: url('../images/am-svg/inventory-grey-1.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_warehouse {
    background-image: url('../images/am-svg/warehouse-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_manufacture {
    background-image: url('../images/am-svg/manufecture-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_vendor {
    background-image: url('../images/am-svg/vendor-color.svg');
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon span.icons__images_bg_complaints {
    background-image: url('../ESSM-Images/nav-bar-svgs/complaints-color.svg');
}




.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_complaints,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_complaints,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_complaints {
    background-image: url('../ESSM-Images/nav-bar-svgs/complaints-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_finance_report,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_finance_report,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_finance_report {
    background-image: url('../ESSM-Images/nav-bar-svgs/report-color.svg');
}


.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_finance_account,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_finance_account,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_finance_account {
    background-image: url('../ESSM-Images/nav-bar-svgs/accounts-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_finance_setup,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_finance_setup,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_finance_setup {
    background-image: url('../ESSM-Images/nav-bar-svgs/setup-color.svg');
}



.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_bookpurchase,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_bookpurchase,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_bookpurchase {
    background-image: url('../ESSM-Images/nav-bar-svgs/purchaseBooks-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_misc,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_misc,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_misc {
    background-image: url('../ESSM-Images/nav-bar-svgs/miscOperation-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_vendor,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_vendor,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_vendor {
      background-image: url('../images/am-svg/vendor-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_manufacture,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_manufacture,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_manufacture {
      background-image: url('../images/am-svg/manufecture-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_warehouse,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_warehouse,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_warehouse {
      background-image: url('../images/am-svg/warehouse-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_inventory,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_inventory,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_inventory {
      background-image: url('../images/am-svg/inventory-grey-1.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_purchase,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_purchase,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_purchase {
      background-image: url('../images/am-svg/purchase-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_asset_issuance,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_asset_issuance,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_asset_issuance {
       background-image: url('../images/am-svg/assets-assurance-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_asset_return,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_asset_return,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_asset_return {
      background-image: url('../images/am-svg/asset-return-color.svg');
}


.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_asset_stock_summary,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_asset_stock_summary,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_asset_stock_summary {
      background-image: url('../images/am-svg/stock-report-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_asset_item_stock_summary,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_asset_item_stock_summary,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_asset_item_stock_summary {
    background-image: url('../images/am-svg/item-stock-color.svg');
}


.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_asset_item_Ledger,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_asset_item_Ledger,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_asset_item_Ledger {
     background-image: url('../images/am-svg/ledger-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_asset_item_stock_available,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_asset_item_stock_available,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_asset_item_stock_available {
    background-image: url('../images/am-svg/stock-availble-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_vendor,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_vendor,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_vendor {
    background-image: url('../images/am-svg/vendor-color.svg');
}


.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_hr_employees,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_hr_employees,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_hr_employees {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_employee_color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_hr_leaves,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_hr_leaves,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_hr_leaves {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_leaves_grey-1.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_hr_attendance,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_hr_attendance,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_hr_attendance {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_attendance_color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_hr_payroll,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_hr_payroll,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_hr_payroll {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr_payroll_grey-1.svg');
}





.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_dashboard,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_dashboard,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_dashboard {
    background-image: url('../ESSM-Images/nav-bar-svgs/dashbaord-color.svg');
}
.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_admission,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_admission,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_admission {
    background-image: url('../ESSM-Images/nav-bar-svgs/Admission-color.svg');
}
.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_attendence,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_attendence,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_attendence {
    background-image: url('../ESSM-Images/nav-bar-svgs/attendence-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_fee,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_fee,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_fee {
    background-image: url('../ESSM-Images/nav-bar-svgs/fee-management-color.svg');
}
.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_inqury,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_inqury,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_inqury {
    background-image: url('../ESSM-Images/nav-bar-svgs/qualitative-research-color.svg');
}
.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_hr,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_hr,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_hr {
    background-image: url('../ESSM-Images/nav-bar-svgs/hr-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_basic_settings,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_basic_settings,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_basic_settings {
    background-image: url('../ESSM-Images/nav-bar-svgs/Setting-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_role_m,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_role_m,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_role_m {
    background-image: url('../ESSM-Images/nav-bar-svgs/Role Management-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_student,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_student,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_student {
    background-image: url('../ESSM-Images/nav-bar-svgs/Student-color.svg');
}
.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_fee_student,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_fee_student,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_fee_student {
    background-image: url('../ESSM-Images/nav-bar-svgs/Fee-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_fee_deposit,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_fee_deposit,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_fee_deposit {
    background-image: url('../ESSM-Images/nav-bar-svgs/FeeDeposit-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_fee_update,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_fee_update,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_fee_update {
    background-image: url('../ESSM-Images/nav-bar-svgs/Update Student Fee-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_promotions,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_promotions,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_promotions {
    background-image: url('../ESSM-Images/nav-bar-svgs/Promotion-color.svg');
}
.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_employees_m,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_employees_m,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_employees_m {
    background-image: url('../ESSM-Images/nav-bar-svgs/Employees-color.svg');
}
.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_employes_settings,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_employes_settings,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_employes_settings {
    background-image: url('../ESSM-Images/nav-bar-svgs/EmployeeSettings-color.svg');
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_exam_result,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_exam_result,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_exam_result {
    background-image: url('../ESSM-Images/nav-bar-svgs/exam-result-color.svg');
    width: 21px;
    height: 25px;
    background-size:contain;
}

.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_result,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_result,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_result{
    background-image: url('../ESSM-Images/nav-bar-svgs/result-side-bar-color.svg');
}
.sidebar-wrapper .metismenu a:hover .parent-icon span.icons__images_bg_sms_main,
.sidebar-wrapper .metismenu a:active .parent-icon span.icons__images_bg_sms_main,
.sidebar-wrapper .metismenu a:focus .parent-icon span.icons__images_bg_sms_main {
    background-image: url('../ESSM-Images/nav-bar-svgs/chat-side-bar-color.svg');
}




.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px;
}

.sidebar-wrapper .metismenu ul a {
    padding: 6px 15px 6px 15px;
    font-size: 15px;
    border: 0;
    border-left:10px solid transparent;
}

    .sidebar-wrapper .metismenu ul a i {
        margin-right: 10px;
    }

.sidebar-wrapper .metismenu ul {
    background: #ffffff;
}

    .sidebar-wrapper .metismenu ul ul a {
        padding: 8px 15px 8px 30px;
    }

    .sidebar-wrapper .metismenu ul ul ul a {
        padding: 8px 15px 8px 45px;
    }

.sidebar-wrapper .metismenu a:hover,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu .mm-active > a {
    font-weight: 600;
    color: #2656A9;
    text-decoration: none;
    background: rgb(229 229 229 / 30%);
    border-left: 10px solid #2656A9;
}

    .sidebar-wrapper .metismenu a:hover .parent-icon img,
    .sidebar-wrapper .metismenu a:focus .parent-icon img,
    .sidebar-wrapper .metismenu a:active .parent-icon img,
    .sidebar-wrapper .metismenu .mm-active > a .parent-icon img {
        /*filter: invert(0);*/
        filter: sepia(200%) hue-rotate(190deg) saturate(800%);
    }

/*.sidebar-wrapper .metismenu .mm-active > a .parent-icon {
        background-color: #0073BC;
        color: #fff;
    }*/

.menu-label {
    padding: 20px 15px 5px 5px;
    color: #b0afaf;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.metismenu .has-arrow:after {
    position: absolute;
    content: "";
    width: .50em;
    height: .50em;
    border-style: solid;
    border-width: 1.2px 0 0 1.2px;
    border-color: initial;
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out;
}

@media screen and (min-width: 1025px) {

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-icon-2 {
        margin-left: 0px;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-btn {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        justify-content: center;
        padding: 10px;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 80px;
    }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
            width: 80px;
        }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
            justify-content: center;
        }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
            display: none;
        }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
            display: none;
        }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
            display: none;
        }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
            display: none;
        }

    .chat-toggle-btn {
        display: none !important;
    }

    .email-toggle-btn {
        display: none !important;
    }

    .left-topbar {
        display: none !important;
    }
}



/* Navbars */

.nav-search input.form-control {
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 45%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

    .nav-search input.form-control::placeholder {
        opacity: 0.5 !important;
        color: #fff !important;
    }

    .nav-search input.form-control::-ms-input-placeholder {
        color: #fff !important;
    }

.nav-search button[type='submit'] {
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 32%);
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.nav-width {
    width: 340px !important;
}

.vertical-align-middle {
    vertical-align: middle;
}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: white;
    position: fixed;
    border-radius: 10px;
    bottom: 20px;
    right: 12px;
    background-color: #673ab7;
    z-index: 10000;
}

    .back-to-top:hover {
        color: white;
        background-color: #000;
        transition: all .5s;
    }

/*Responsive*/

@media screen and (max-width: 1280px) {

    .left-topbar {
        width: auto;
    }

    .search-bar {
        padding: 0rem 1.4rem;
    }

    .email-header {
        height: auto;
    }

    .email-content {
        padding: 100px 0px 0px 0px;
    }
}

@media screen and (max-width: 1024px) {

    .top-header {
        left: 0px;
    }

    .search-bar .btn-search-back {
        background: #ffffff;
        border: 1px solid #ffffff;
        padding: 0 10px;
    }

    .search-arrow-back {
        display: flex;
        margin-right: 0px;
    }

    .search-btn-mobile {
        display: flex;
        line-height: 70px;
    }

    .search-bar {
        display: none;
    }

    .full-search-bar {
        display: flex;
        align-items: center;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 100;
        background: #fff;
        height: 70px;
        padding: 0rem 1.4rem;
    }

    .sidebar-wrapper {
        width: 260px !important;
        left: -260px;
        box-shadow: none;
        z-index: 12;
    }

    .page-content-wrapper {
        margin-left: 0px;
    }

    .wrapper.toggled .sidebar-wrapper {
        left: 0px;
        box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .13);
        transition: all .2s ease-out;
        z-index: 16;
    }

    .wrapper.toggled .page-content-wrapper {
        margin-left: 0px;
    }

    .wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.6;
        z-index: 15;
        display: block;
        cursor: move;
        transition: all .2s ease-out;
    }

    .wrapper.toggled .footer {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {

    .user-info {
        display: none;
    }

    .lang span {
        display: none;
    }

    .campus-name {
        display: none;
    }

    .right-topbar .navbar-nav .nav-link {
        padding: 0rem 14px;
        border-left: 0px solid #ededed;
        font-size: 25px;
    }

    .msg-count {
        left: 35px;
        top: 25px;
    }

    .search-bar .btn-search {
        padding: 0 20px;
    }
}

@media screen and (max-width: 620px) {

    .top-header .navbar .dropdown-menu::after {
        display: none;
    }

    .top-header .navbar .dropdown {
        position: static !important;
    }

    .top-header .navbar .dropdown-menu {
        width: 100% !important;
        right: 0px !important;
    }

    .dropdown-lg-content {
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 520px) {
    .logo-icon {
        display: none;
    }
}

/*Additional Css*/
.logo-width-control {
    width: 50px;
    object-fit:contain;
}

a.sidebar-footer-button {
    background-color: #F39B05;
    border-radius: 8px;
    padding: 6px 40px;
    color: #fff !important;
    text-align: center !important;
}

    a.sidebar-footer-button:hover {
        box-shadow: 1px 1px 10px 2px rgba(243, 155, 5,0.7);
    }

    a.sidebar-footer-button:hover,
    a.sidebar-footer-button:active,
    a.sidebar-footer-button:focus {
        background-color: #F39B05 !important;
        color: #fff !important;
    }

    a.sidebar-footer-button .parent-icon {
        color: #fff !important;
    }

    a.sidebar-footer-button:hover .parent-icon,
    a.sidebar-footer-button:active .parent-icon,
    a.sidebar-footer-button:focus .parent-icon {
        background-color: transparent !important;
        color: #fff !important;
    }

.this-screen-position a.sidebar-footer-button .parent-icon img {
    filter: invert(0);
}

.logout-btn-padding-control {
    padding-left: 24px;
}

/*.sidebar-wrapper .metismenu li:last-child {
    margin-top: 8%;
}*/

.wrapper.toggled .metismenu li.logout-btn-padding-control {
    padding-left: 14px;
}

.wrapper.toggled .metismenu li:last-child a.sidebar-footer-button .parent-icon {
    padding-left: 14px;
}

.search-custom-settings {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
}

    .search-custom-settings::placeholder {
        color: #D1D1D1 !important;
        opacity: 1 !important;
        text-transform: capitalize;
        background-color: transparent !important;
    }

    .search-custom-settings:focus {
        outline: none !important;
        box-shadow: none;
        background-color: transparent !important;
    }

    .search-custom-settings:active {
        background-color: transparent !important;
    }

input.search-custom-settings:-webkit-autofill,
input.search-custom-settings:-webkit-autofill:hover,
input.search-custom-settings:-webkit-autofill:focus,
input.search-custom-settings:-webkit-autofill:active {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff !important;
}

.Notifications-panel-icon-setting {
    background-color: transparent;
    display: inline;
    border: 1px solid #fff !important;
    line-height: 70px;
    padding: 5px 5px 7px 5px;
    border-radius: 6px;
    color:#fff !important;
    /*box-shadow: 0px 0px 10px 1px rgba(33, 169, 255,0.3);*/
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #0073BC;
}

.campus-title button {
    color: #F39B05;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    background: #fff;
    border-radius: 5px;
}

    .campus-title button:focus {
        outline: none;
    }

    .campus-title button i {
        color: #F39B05;
    }

.campus-name {
    color: #fff;
}

.Select-campus select {
    width: 100%;
    height: 40px;
    border-radius: 5px;
}

    .Select-campus select:focus {
        outline: none;
    }

.this-screen-position {
    position: absolute !important;
    width: 100%;
    bottom: 20px;
    padding-right: 26px;
    padding-left: 13px;
}

.main-page-data {
    background-color: transparent;
    border-radius: 20px;
    padding: 20px;
    height: 100%;;
}

/*.dashboard-title {
    margin-bottom: 3%;
}*/

.dashboard-title h4 {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}

.dashboard-cards-wrapper {
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
}

.card-bg-color-blue {
    background-color: rgba(0, 115, 188,0.1);
}

.card-bg-color-blue-dark {
    background-color: #0073BC;
}

.card-bg-color-blue-dark-light {
    background-color: rgba(0, 115, 188,0.3);
}

.card-bg-color-perp {
    background-color: rgba(68, 0, 188,0.1);
}

.card-bg-color-perp-dark {
    background-color: #4400BC;
}

.card-bg-color-perp-dark-light {
    background-color: rgba(68, 0, 188,0.3);
}

.card-bg-color-red {
    background-color: rgba(210, 13, 13,0.1);
}

.card-bg-color-red-dark {
    background-color: #D20D0D;
}

.card-bg-color-red-dark-light {
    background-color: rgba(210, 13, 13,0.3);
}

.card-bg-color-green {
    background-color: rgba(9, 138, 35,0.1);
}

.card-bg-color-green-dark {
    background-color: #098A23;
}

.card-bg-color-green-dark-light {
    background-color: rgba(9, 138, 35,0.3);
}

.card-bg-color-brown {
    background-color: rgba(205, 92, 17,0.1);
}

.card-bg-color-brown-dark {
    background-color: #CD5C11;
}

.card-bg-color-brown-dark-light {
    background-color: rgba(205, 92, 17,0.3);
}

.card-bg-color-perp-d {
    background-color: rgba(188, 0, 175,0.1);
}

.card-bg-color-perp-d-dark {
    background-color: #BC00AF;
}

.card-bg-color-perp-d-dark-light {
    background-color: rgba(188, 0, 175,0.3);
}

.card-bg-color-light-black {
    background-color: rgba(41, 67, 78,0.1);
}

.card-bg-color-light-black-dark {
    background-color: #29434E;
}

.card-bg-color-light-black-dark-light {
    background-color: rgba(41, 67, 78,0.3);
}

.card-bg-color-sky {
    background-color: rgba(19, 155, 151,0.1);
}

.card-bg-color-sky-dark {
    background-color: #139B97;
}

.card-bg-color-sky-dark-light {
    background-color: rgba(19, 155, 151,0.3);
}

.card-bg-color-brown-light {
    background-color: rgba(122, 82, 71,0.1);
}

.card-bg-color-brown-light-dark {
    background-color: #7A5247;
}

.card-bg-color-brown-light-dark-light {
    background-color: rgba(122, 82, 71,0.3);
}

.card-bg-color-yellow {
    background-color: rgba(226, 146, 9,0.1);
}

.card-bg-color-yellow-dark {
    background-color: #E29209;
}

.card-bg-color-yellow-light {
    background-color: rgba(226, 146, 9,0.3);
}


/*Dashboard Card Colors Start Here*/


/*INQUIRE CARD*/
.inquiry-card-bg-color-light-1 {
    background-color: rgba(188, 0, 94,0.1);
}

.inquiry-card-bg-color-light-2 {
    background-color: rgba(188, 0, 94,0.3);
}

.inquiry-card-bg-color-dark {
    background-color: #BC005E;
}

/*ADMISSIONS CARD*/
.admissions-card-bg-color-light-1 {
    background-color: rgba(19, 155, 151,0.1);
}

.admissions-card-bg-color-light-2 {
    background-color: rgba(19, 155, 151,0.3);
}

.admissions-card-bg-color-dark {
    background-color: #139B97;
}

/*ATTENDANCE CARD*/
.attendance-card-bg-color-light-1 {
    background-color: rgba(41, 67, 78,0.1);
}

.attendance-card-bg-color-light-2 {
    background-color: rgba(41, 67, 78,0.3);
}

.attendance-card-bg-color-dark {
    background-color: #29434E;
}

/*FEE CARD*/
.fee-card-bg-color-light-1 {
    background-color: rgba(122, 82, 71,0.1);
}

.fee-card-bg-color-light-2 {
    background-color: rgba(122, 82, 71,0.3);
}

.fee-card-bg-color-dark {
    background-color: #7A5247;
}

/*RESULT CARD*/
.result-card-bg-color-light-1 {
    background-color: rgba(226, 146, 9,0.1);
}

.result-card-bg-color-light-2 {
    background-color: rgba(226, 146, 9,0.3);
}

.result-card-bg-color-dark {
    background-color: #E29209;
}

/*SMS CARD*/
.sms-card-bg-color-light-1 {
    background-color: rgba(47, 116, 1,0.1);
}

.sms-card-bg-color-light-2 {
    background-color: rgba(47, 116, 1,0.3);
}

.sms-card-bg-color-dark {
    background-color: #2F7401;
}

/*COMPLAINTS CARD*/
.complaints-card-bg-color-light-1 {
    background-color: rgba(0, 52, 129,0.1);
}

.complaints-card-bg-color-light-2 {
    background-color: rgba(0, 52, 129,0.3);
}

.complaints-card-bg-color-dark {
    background-color: #003481;
}

/*ACADEMICS CARD*/
.academics-card-bg-color-light-1 {
    background-color: rgba(0, 115, 188,0.1);
}

.academics-card-bg-color-light-2 {
    background-color: rgba(0, 115, 188,0.3);
}

.academics-card-bg-color-dark {
    background-color: #0073BC;
}

/*HR CARD*/
.hr-card-bg-color-light-1 {
    background-color: rgba(68, 0, 188,0.1);
}

.hr-card-bg-color-light-2 {
    background-color: rgba(68, 0, 188,0.3);
}

.hr-card-bg-color-dark {
    background-color: #4400BC;
}

/*LIBRARY CARD*/
.library-card-bg-color-light-1 {
    background-color: rgba(205, 92, 17,0.1);
}

.library-card-bg-color-light-2 {
    background-color: rgba(205, 92, 17,0.3);
}

.library-card-bg-color-dark {
    background-color: #CD5C11;
}

/*ASSETS CARD*/
.assets-card-bg-color-light-1 {
    background-color: rgba(9, 138, 35,0.1);
}

.assets-card-bg-color-light-2 {
    background-color: rgba(9, 138, 35,0.3);
}

.assets-card-bg-color-dark {
    background-color: #098A23;
}

/*FINANCE CARD*/
.finance-card-bg-color-light-1 {
    background-color: rgba(210, 13, 13,0.1);
}

.finance-card-bg-color-light-2 {
    background-color: rgba(210, 13, 13,0.3);
}

.finance-card-bg-color-dark {
    background-color: #D20D0D;
}

/*PRIVILEGE CARD*/
.privilege-card-bg-color-light-1 {
    background-color: rgba(188, 0, 175,0.1);
}

.privilege-card-bg-color-light-2 {
    background-color: rgba(188, 0, 175,0.3);
}

.privilege-card-bg-color-dark {
    background-color: #BC00AF;
}
/*Dashboard Card Colors End's Here*/

.hover-control,
.hover-control:hover {
    color: #323232;
}

.dashboard-cards-wrapper {
    margin-bottom: 20px;
}

.outliner-img {
    padding: 5px;
    border-radius: 50px;
}

.dashboard-cards-img {
    padding: 12px;
    border-radius: 50px;
}

.dashboard-cards-content {
    display: flex;
}

.dashboard-cards-title {
    width: 65%;
    padding-left: 10px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .dashboard-cards-title h6 {
        font-weight: 700;
    }

    .dashboard-cards-title.padding-control h6 {
        padding-top: 10%;
    }

li.font-control-13 a {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 2px;
}

/*Login*/
main.main-wrapper {
    background-color: #fff;
    margin: 10px 20px 0px 20px;
    border-radius: 20px;
    /*padding: 20px 16px 0px 16px;*/
    position: relative;
    background-image: url('../images/login-imgs/login-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 98vh;
}

.footer-postion-holder {
    justify-content: center;
}

.footer-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #CCCCCC;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.back-to-top {
    display: none !important;
}

:root {
    --omrs-color-ink-lowest-contrast: rgba(47, 60, 85, 0.18);
    --omrs-color-ink-low-contrast: rgba(60, 60, 67, 0.3);
    --omrs-color-ink-medium-contrast: rgba(19, 19, 21, 0.6);
    --omrs-color-interaction: #1e4bd1;
    --omrs-color-interaction-minus-two: rgba(73, 133, 224, 0.12);
    --omrs-color-danger: #b50706;
    --omrs-color-bg-low-contrast: #eff1f2;
    --omrs-color-ink-high-contrast: #121212;
    --omrs-color-bg-high-contrast: #ffffff;
}
/** END: Non Openmrs CSS **/
.omrs-input-group {
    position: relative;
    margin-bottom: 4%;
}

.omrs-input-underlined {
    display: block;
}
    /* Input*/
    .omrs-input-underlined > input,
    .omrs-input-filled > input {
        width: 100%;
        background-color: #f6f6ff;
        border: 2px solid #f6f6f6;
        border-radius: 6px;
        height: 3rem;
        padding-left: 2.8rem;
        padding-right: 2.2rem;
        font-weight: 700;
        font-size: 14px;
        padding-top: 1.2rem;
        transition: all 0.2s ease-in;
    }

        .omrs-input-underlined > input:focus,
        .omrs-input-filled > input:focus,
        {
            outline: none;
            border-color: #F3F3F3;
            transition: all 0.2s ease-out;
        }

    .omrs-input-underlined > .omrs-input-label,
    .omrs-input-filled > .omrs-input-label {
        position: absolute;
        top: 0.9375rem;
        left: 2px;
        padding-left: 2.8rem;
        line-height: 147.6%;
        font-size: 15px;
        color: #8B8B8B;
        font-weight: 600;
        transition: top .2s;
    }

    .omrs-input-underlined > svg,
    .omrs-input-filled > svg {
        position: absolute;
        top: 0.8375rem;
        left: 0.875rem;
        width: 18px;
    }

    .omrs-input-underlined > input:focus + .omrs-input-label,
    .omrs-input-underlined > input:valid + .omrs-input-label,
    .omrs-input-filled > input:focus + .omrs-input-label,
    .omrs-input-filled > input:valid + .omrs-input-label {
        top: 5px;
        font-size: 12px;
        margin-bottom: 0px;
        color: #0073BC;
    }

    .omrs-input-underlined:not(.omrs-input-danger) > input:focus + .omrs-input-label,
    .omrs-input-filled:not(.omrs-input-danger) > input:focus + .omrs-input-label {
        color: #0073BC;
        font-weight: 600;
        font-size: 12px;
    }

    .omrs-input-underlined:not(.omrs-input-danger) > input:focus,
    .omrs-input-filled:not(.omrs-input-danger) > input:focus {
        border-color: var(--omrs-color-interaction);
        outline: none;
    }

        .omrs-input-underlined:not(.omrs-input-danger) > input:focus ~ svg path.person-here,
        .omrs-input-filled:not(.omrs-input-danger) > input:focus ~ svg path.person-here {
            fill: #0073BC;
            transition: all 0.2s ease-in-out;
        }

        .omrs-input-underlined:not(.omrs-input-danger) > input:focus ~ svg path.lock-here,
        .omrs-input-filled:not(.omrs-input-danger) > input:focus ~ svg path.lock-here {
            fill: #0073BC;
            transition: all 0.2s ease-in-out;
        }

        .omrs-input-underlined:not(.omrs-input-danger) > input:focus ~ svg path.entry,
        .omrs-input-filled:not(.omrs-input-danger) > input:focus ~ svg path.entry {
            fill: #0073BC;
            transition: all 0.2s ease-in-out;
        }
    /** DISABLED **/
    .omrs-input-underlined > input:disabled {
        background: var(--omrs-color-bg-low-contrast);
        cursor: not-allowed;
    }

        .omrs-input-underlined > input:disabled ~ svg {
            fill: var(--omrs-color-ink-low-contrast);
        }

.omrs-input-danger > svg {
    fill: var(--omrs-color-danger);
}

.omrs-input-danger > input {
    border-color: var(--omrs-color-danger);
}

.omrs-input-filled > input {
    background: var(--omrs-color-bg-low-contrast);
}

.form-setting {
    background-color: rgba(255,255,255,0.6) !important;
    border-radius: 20px;
    padding-top: 3%;
    padding-bottom: 3%;
    margin: 3% 5%;
    position: relative;
    z-index: 5;
}

.form-title-wrapper {
    text-align: center;
}

    .form-title-wrapper h4 {
        color: #003481;
        font-weight: 700;
        font-size: 24px;
    }

    .form-title-wrapper p {
        font-size: 16px;
        margin-bottom: 5%;
    }

.eye-img {
    position: absolute;
    right: 1%;
    top: 5%;
}

.remember-forget-link label, a {
    color: #323232;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    top: -2px;
    font-weight: 600;
}

.remember-forget-link a {
    float: right;
    text-decoration: underline;
}

.login-btn {
    margin-top: 3%;
}

    .login-btn a {
        display: block;
        text-align: center;
        font-size: 18px;
        padding: 8px 0px;
        font-weight: 600;
        color: #fff;
        border-radius: 10px;
        background-color: #003481;
        transition: all 0.3s ease-in;
    }

        .login-btn a:hover {
            transition: all 0.3s ease-in;
            box-shadow: 0px 0px 12px 2px rgba(0, 52, 129,0.7);
        }

    .login-btn button {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 18px;
        padding: 6px 0px;
        border: 2px solid #003481;
        font-weight: 600;
        color: #fff;
        border-radius: 10px;
        background-color: #003481;
        transition: all 0.3s ease-in;
    }

        .login-btn button:hover {
            transition: all 0.3s ease-in;
            box-shadow: 0px 0px 12px 2px rgba(0, 52, 129,0.7);
        }

        .login-btn button:focus {
            outline: none;
        }

.footer-wrapper {
    padding: 15px 0px 10px 0px;
}

.bg-row {
    background-color: #CCCCCC;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.footer-logo {
    text-align: center;
}

    .footer-logo img {
        width: 65%;
    }

.footer-content {
    padding-top: 1.1%;
}

    .footer-content h6 {
        font-weight: 600;
    }

    .footer-content p {
        font-weight: 600;
    }

        .footer-content p span i {
            background-color: #003481;
            padding: 6px;
            border-radius: 50px;
            color: #fff;
            font-size: 14px;
        }

        .footer-content p span {
            padding-right: 6px;
        }

.side-img-main {
    position: absolute;
    top: -3px;
    left: 0;
    bottom: 0;
    z-index: 2;
}

    .side-img-main img {
        height: 100%;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

.footer-postion-holder {
    display: flex;
}

@media screen and (max-width: 767px) {
    .side-img-main {
        display: none;
    }

    .form-setting {
        margin: 10% 0%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .footer-postion-holder {
        display: block;
    }

    .footer-content {
        margin-top: 5%;
        text-align: center;
    }

        .footer-content h6 {
            margin-bottom: 0px;
        }

        .footer-content p {
            margin-bottom: 0px;
        }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .side-img-main {
        display: none;
    }
}


/*Temp Changing*/
.dx-datagrid .dx-link {
    color: #337ab7 !important;
}

.fa fa-plus {
    color: #fff !important;
}

.campus-title.campus-title-padding-control button {
    padding: 1px 6px !important;
}

ul#multiCollapseExample1 li {
    padding: 0px;
}

/* OLD CSS CHANGING START HERE*/
li.last-li-margin-control {
    margin-top: 0px !important;
}

.btn-group button {
    padding: 8px 10px !important;
    border: none;
    border-radius: 5px;
}

    .btn-group button:focus {
        outline: none;
        background-color: #0073BC;
    }

.input-group.validfmNumber input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.input-group-append button {
    padding: 8px 10px !important;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .input-group-append button:focus {
        outline: none;
        background-color: #0073BC;
        box-shadow: none !important;
    }

.main-page-data .row .col-6 h3 {
    position: relative;
    top: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.esm-bg {
    margin-top: 2%;
}

.esm-main-wrapper {
    background-color: unset !important;
    padding: unset !important;
    margin: unset !important;
    margin-top: 3% !important;
}

    .esm-main-wrapper h6.card-title {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        top: 7px;
    }

    .esm-main-wrapper h6.card-title2 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        top: 7px;
    }

    .esm-main-wrapper .validateStudentBasicInfo label {
        font-size: 15px !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    .esm-main-wrapper .validateStudentBasicInfo label {
        font-size: 15px !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    .esm-main-wrapper .validateStudentBasicInfo input {
        border-radius: 4px;
    }

    .esm-main-wrapper .validateFGuardian label {
        font-size: 15px !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    .esm-main-wrapper .validateFGuardian input {
        border-radius: 4px;
    }

    .esm-main-wrapper .validateMGuardian label {
        font-size: 15px !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    .esm-main-wrapper .validateMGuardian input {
        border-radius: 4px;
    }

    .esm-main-wrapper .validateUGuardian label {
        font-size: 15px !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    .esm-main-wrapper .validateUGuardian input {
        border-radius: 4px;
    }

    .esm-main-wrapper .validatePresentAddress label {
        font-size: 15px !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    .esm-main-wrapper .validatePresentAddress input {
        border-radius: 4px;
    }

    .esm-main-wrapper .validatePermanentAddress label {
        font-size: 15px !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    .esm-main-wrapper .validatePermanentAddress input {
        border-radius: 4px;
    }

    .esm-main-wrapper .chosen-container-single .chosen-single div b {
        position: relative;
        top: 7px;
    }

.validateStudentBasicInfo .form-group a.chosen-single {
    height: 38px !important;
    line-height: 36px !important;
    border-radius: 4px !important;
    background-color: #fff;
}

/*.page-id-newadmission .datepicker.datepicker-dropdown.dropdown-menu {
    top: 30.5% !important;
    position: absolute;
    border: 2px solid #0073BC;
}

.page-id-newadmission input#txtAdmissionEffectiveDate .datepicker.datepicker-dropdown.dropdown-menu {
    top: 10.5% !important;
    position: absolute;
    border: 2px solid #0073BC;
}*/





.modal-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.modal-header {
    padding: 0.8em;
    background-color: #0073BC;
    color: #fff;
}

    .modal-header button:focus {
        outline: none;
    }

    .modal-header button.close {
        opacity: 1;
    }

    .modal-header button span {
        color: #fff;
    }

.cam-shadow {
    padding: 0px;
    border-radius: 8px;
}

.modal-body {
    padding: 0.8rem;
}

#InquiryTypeModalCenter .modal-body .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.main-page-data .modal-body .form-group label {
    font-size: 15px !important;
    font-weight: 700;
    text-transform: capitalize;
}

.main-page-data .form-group label {
    font-weight: 600;
}

.modal-body .form-group input {
    border-radius: 4px;
}

    .modal-body .form-group input:focus {
        box-shadow: 0 0 0 0.01rem #0073BC !important;
    }

.modal-footer button.btn {
    font-size: 13px;
}

    .modal-footer button.btn.btn-primary {
        background-color: #0073BC !important;
    }

#InquiryModalCenter .modal-body {
    padding: 1rem;
}

#AssignSchoolsListModel .modal-footer {
    padding: 0 0.8rem 0.4rem 0rem;
}

#_mdPrintInquiryPopUp select.form-control:not([size]):not([multiple]) {
    height: unset;
}

.modal-footer {
    padding: 0px;
    border-top: none;
}

#InquiryRemarksModalCenter .modal-footer {
    padding: 0 0.8rem 0.4rem 0rem;
}
/*Search Students Drop Down Models - Start Here*/

#StatusViewModel .modal-footer {
    padding: 0 0.8rem 0.4rem 0rem;
}

    #StatusViewModel .modal-footer #btnSave {
        padding: 6px 15px;
    }

#StudentClassTimeTable .modal-body,
#VoucherHistoryModel .modal-body,
#AddStudentDocumentsModel .modal-body {
    padding: 1rem;
}

#StudentClassTimeTable .modal-footer,
#VoucherHistoryModel .modal-footer,
#ResultCardModel .modal-footer,
#AddStudentDocumentsModel .modal-footer,
#StudentStatusHistoryModel .modal-footer,
#StatusDetailViewModel .modal-footer,
#AddFeeHeadModel .modal-footer,
#StatusDetailViewModel .modal-footer,
#PackageDetailsModel .modal-footer,
#PackageEditModel .modal-footer,
#EmergencyPlanModal .modal-footer,
#EmergencyPlanHeadsModal .modal-footer,
#feeHistoryModel .modal-footer,
#PrintFeeViewModel .modal-footer,
#FeeVoucherDetailModel .modal-footer,
#FeeVoucherEditModel .modal-footer,
#GenerateVoucherModel .modal-footer,
#MasterDetailViewModel .modal-footer,
#ChapterDetailsModel .modal-footer,
#TopicModalCenter .modal-footer,
#AddBankAccountModel .modal-footer,
#AddLinkModel .modal-footer,
#AddFileModel .modal-footer,
#SchoolFileShareModel .modal-footer,
#EmployeeFileShareModel .modal-footer,
#StudentHistorySMS .modal-footer,
#AddEmployeeSchoolModel .modal-footer,
#TeacherTimeTable .modal-footer,
#AddStudentCategoryModel .modal-footer,
#AddSchoolCategoryModel .modal-footer,
#AddSchoolBrandModel .modal-footer,
#AddNoteModel .modal-footer,
#ClassNoteModel .modal-footer,
#ComplaintStatusModel .modal-footer,
#AddRemarksModel .modal-footer,
#AddGroupModel .modal-footer,
#GroupSubjectsModel .modal-footer,
#ClassDialogModal .modal-footer,
#EvaluationDialogModal .modal-footer,
#GradePointDialogModal .modal-footer,
#EvaluationGroupDialogModal .modal-footer,
#AssignOtherChargesModel .modal-footer,
#StudentForAdvanceAdjustmentModel .modal-footer,
#ChangeMonthlyFeeModel .modal-footer,
#EmpLeaveModel .modal-footer,
#EmpLoanModal .modal-footer,
#PayHeadModel .modal-footer,
#SalaryDisbursementTypeModel .modal-footer,
#competencyGroupModalCenter .modal-footer,
#EmployeeCompetencyGroupModel .modal-footer,
#RefundSecurityModal .modal-footer,
#StudentDialogModal .modal-footer,
#expenseTypeModalCenter .modal-footer,
#AddCompanyModel .modal-footer {
    padding: 0 0.8rem 0.4rem 0rem !important;
}


#SchoolPrincipalModalCenter .overflowX,
#sectionInchargeModalCenter .overflowX,
#sectionLeaveModalCenter .overflowX {
    overflow-x: unset !important;
}

.dropdown-toggle.pointer-setting::after {
    color: #003481 !important;
}

button.pointer-setting:focus {
    outline: none !important;
}

.form-check.form-check-inline.checkbox-animated-inline.custom-postion-handle {
    position: relative;
    top: 0px;
}

#StudentClassTimeTable .modal-footer #btnSave,
#ResultCardModel .modal-footer #btnSave,
#StatusDetailViewModel .modal-footer #btnSave {
    padding: 6px 15px;
}

/*Search Students Drop Down Models - Ends Here*/


.file-input.file-input-new .btn {
    padding: 6px;
}

.custom-family-setting {
    margin-top: 2%;
    padding: 1%;
    border: 2px solid #0073BC !important;
    border-radius: 10px;
}

    .custom-family-setting input {
        font-size: 13px !important;
        font-weight: 500;
        color: #000;
        border-radius: 5px;
    }

#ddlSchools .chosen-container.chosen-container-single {
    border: none !important;
}

#ddlStatuses .btn-groupbutton.multiselect.dropdown-toggle.btn.btn-default {
    line-height: 24px;
    position: relative;
    top: -2px;
}

#btnPrintReport {
    padding: 4px 20px !important;
    background-color: #0073BC;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    background-color: #EFEFEF !important;
}

.form-group.grpctrl.msStatus span.multiselect-native-select .btn-group button ul.multiselect-container dropdown-menu {
    border-radius: 7px !important;
}

#StudentInfo #btnSave {
    padding: 6px 15px !important;
}

.esm-reportBtn {
    background-color: #0073BC;
    border-radius: 5px;
    padding: 8px 10px;
    transition: all 0.2s ease-in;
}

    .esm-reportBtn:hover {
        background-color: #0073BC;
        box-shadow: 0px 0px 10px -2px rgba(0, 115, 188,0.6);
        transition: all 0.2s ease-out;
    }

h3.custom-main-title-bar {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.validateAdmissionByDate {
    margin: unset !important;
    background-color: unset !important;
    box-shadow: unset !important;
}

.multiselect-container > li > a > label {
    font-weight: 400 !important;
}
/*
   Dev Extream Grid Table

*/
.dx-group-panel-message {
    font-family: 'Poppins', sans-serif;
    padding-left: 0px !important;
}

tr.dx-row.dx-column-lines.dx-header-row {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background: #0073BC;
    font-size: 15px;
    text-transform: uppercase;
}

.dx-datagrid-rowsview .dx-datagrid-content:not(.dx-datagrid-content-fixed) {
    font-family: 'Poppins', sans-serif;
}

.dx-datagrid .dx-link {
    color: #0073BC;
}

.dx-toolbar-label > div {
    overflow: unset;
}

.dx-searchbox .dx-texteditor-input, .dx-searchbox .dx-placeholder:before {
    font-family: 'Poppins', sans-serif;
}

.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input, .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder:before {
    font-family: 'Poppins', sans-serif;
}

.dx-datagrid-nodata {
    font-family: 'Poppins', sans-serif;
}

.dx-datagrid-headers .dx-datagrid-content {
    border-radius: 8px;
}

.dx-datagrid-borders .dx-datagrid-rowsview, .dx-datagrid-headers + .dx-datagrid-rowsview {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.dx-datagrid-borders > .dx-datagrid-headers, .dx-datagrid-borders > .dx-datagrid-rowsview, .dx-datagrid-borders > .dx-datagrid-total-footer {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dx-button-mode-contained {
    background-color: #0073BC !important;
    border-color: #0073BC !important;
}

.dx-datagrid-export-button .dx-icon-export-excel-button:before {
    color: #fff !important;
}

.esm-bg {
    background-color: unset;
    padding: unset;
    box-shadow: unset;
}

.dx-icon-column-chooser:before {
    color: #fff !important;
}

#InquiryTable tr.dx-row.dx-column-lines.dx-header-row {
    font-size: 12px !important;
}

#InquiryDetailHeadwiseTable tr.dx-row.dx-column-lines.dx-header-row {
    font-size: 12px !important;
}

.dx-datagrid.dx-datagrid-borders > .dx-datagrid-total-footer {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dx-dropdowneditor-icon:before {
    color: #fff !important;
}

.white-control .dx-datagrid.dx-gridbase-container.dx-datagrid-borders {
    padding: 20px;
    border-radius: 10px;
}
/*
    Buttons

*/

#btnShow {
    background-color: #0073BC;
}

.grpctrl select.form-control:not([size]):not([multiple]) {
    height: calc(2.4rem + 2px);
}

.lineHeightClass .form-group.grpctrl.chosenGroup1 {
    margin-top: 0px !important;
}

/*
    CheckBox Animation
*/

.form-check.form-check-inline.checkbox-animated-inline label .check {
    top: 1px;
    left: 5px;
    width: 6px;
    height: 14px;
    border: 2px solid #0073BC;
    border-top: none;
    border-left: none;
}

/* HTML 5 TABLE*/
.cam-header-area {
    background-color: #0073BC !important;
}

a.csCanEditInquiryHeadsPrevillage {
    color: #0073BC;
}

a.csFeeHeadEditPrevillage {
    color: #0073BC;
}
/* Drop Down Choosen*/
.chosen-container-single .chosen-single {
    height: 36px !important;
    border-radius: 4px !important;
    line-height: 35px !important;
    font-size: 14px;
    font-weight: 400;
}


.datepicker.datepicker-dropdown.dropdown-menu {
    top: 36.5% !important;
    position: absolute;
    border: 2px solid #0073BC;
}

.bg-info {
    background-color: #0073BC !important;
}

.page-id-nadt .datepicker.datepicker-dropdown.dropdown-menu {
    top: 34% !important;
}

.datepicker-dropdown.datepicker-orient-top:before {
    display: none;
}

.datepicker-dropdown.datepicker-orient-top:after {
    display: none;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    content: unset !important;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    content: unset !important;
}
/*datepicker-dropdown.datepicker-orient-bottom:before{
    bottom:unset !important;
    border-top:unset;
}
.datepicker-dropdown.datepicker-orient-left:before{
    top:-7px !important;
    left:unset !important;
    right:20px !important;
}
.datepicker-dropdown:before{
    border-top:8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #0073BC !important;
}
.datepicker-dropdown:after{
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff !important;
}

.datepicker-dropdown.datepicker-orient-bottom:after{
    bottom:unset !important;
    border-top:unset;
}
.datepicker-dropdown.datepicker-orient-left:after{
    top:-5px !important;
    left:unset !important;
    right:22px !important;
}*/
/*Drop Down In Student Search List*/
.dropdown-menu.custom-drop-down-position-handle.show {
    /*top: 330px !important;
    z-index: 2 !important;*/
    padding: 10px !important;
}

    .dropdown-menu.custom-drop-down-position-handle.show li {
        padding: 4px 4px 0px 4px;
        border-radius: 5px;
    }

        .dropdown-menu.custom-drop-down-position-handle.show li a {
            font-weight: 400 !important;
            color: #333 !important;
        }

            .dropdown-menu.custom-drop-down-position-handle.show li a i {
                padding-right: 5px;
            }

        .dropdown-menu.custom-drop-down-position-handle.show li:hover {
            background-color: #0073BC !important;
        }

    .dropdown-menu.custom-drop-down-position-handle.show a.text-primary {
        color: #333 !important;
    }

    .dropdown-menu.custom-drop-down-position-handle.show li:hover a.text-primary {
        color: #fff !important;
    }

    .dropdown-menu.custom-drop-down-position-handle.show li a i {
        color: #0073BC !important;
    }

    .dropdown-menu.custom-drop-down-position-handle.show a:hover i {
        color: #fff !important;
    }

.fas.fa-cog {
    color: #0073BC;
}



#btnSave {
    background-color: #0073BC !important;
    padding: 4px 15px;
}

.savebtnpadcontrol {
    padding: 6px 15px !important;
}

.savebtnpadcontrol2 {
    padding: 4px 15px !important;
}

.StudentDetails {
    text-align: center;
}

.custom_add_top_btn {
    font-family: 'Poppins', sans-serif !important;
}

    .custom_add_top_btn i {
        color: #fff;
        padding-right: 5px;
    }

    .custom_add_top_btn:focus {
        outline: none !important;
        background-color: #0073BC !important;
    }


.dropdown .dropdown-toggle:hover {
    background-color: transparent !important;
}
/*Drop Down In Student Search List*/

.btn-group.custom-vocher-setting button {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    padding: 8px !important;
}

    .btn-group.custom-vocher-setting button i {
        padding-right: 5px;
        color: #fff;
    }

.form-group.grpctrl.chosenGroup1 {
    margin-top: 19% !important;
}

.main-title-header {
    position: relative;
    top: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}


/* CustomClass*/
.pad-mar {
    padding: 5px;
    margin-bottom: 3%;
}

.ui-icon {
    display: none;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 0px 18px !important;
    font-family: 'Poppins', sans-serif;
}
/*.chosen-container{
    border:none !important;
}*/

.form-check.form-check-inline.checkbox-animated-inline.checkbox-animated-inline {
    position: relative;
    top: 14px;
}

.font-control-style-1 {
    font-size: 17px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.custom-cms-hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

/*Tables*/
#PackageDetailsModel .modal-body table.table-responsive {
    display: inline-table !important;
}

#EmergencyPlanHeadsModal .modal-body table.table-responsive {
    display: inline-table !important;
}


.position-control-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.form-group.grpctrl.chosenGroup1.margin-remove {
    margin-top: 0px !important;
}

.demo-container-white {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 2%;
}

.dx-toolbar-before span {
    font-family: 'Poppins', sans-serif;
}

#actionButton {
    padding: 5px 6px;
    border-radius: 5px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    top: 1px;
}

    #actionButton:focus {
        outline: none;
        background-color: #0073BC !important;
    }

    #actionButton:hover {
        background-color: #0073BC !important;
    }

.actionButtondropdown a:hover {
    color: #fff !important;
}

#FeeVouchers .dx-datagrid.dx-gridbase-container.dx-datagrid-borders {
    padding: 10px;
    border-radius: 10px;
}

#ddlBank {
    height: calc(2.1rem + 2px);
}

#txtPaidDate {
    height: 36px;
    border-radius: 4px;
}



/*Common Btn Style*/
.btn-common-style-1 {
    background-color: #0073BC !important;
    color: #fff !important;
}

    .btn-common-style-1:hover {
        background-color: #0073BC !important;
        color: #fff !important;
    }

/*Js data Table*/
#StudentList_wrapper .ui-widget-header {
    background: #0073BC !important;
}

#StudentList_paginate #StudentList_next {
    margin-left: 10px;
    margin-right: 6px;
}

#StudentList_paginate #StudentList_next, #StudentList_last {
    background: #0073BC !important;
    box-shadow: 0px 0px 2px 1px rgba(255,255,255,0.5);
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    border: none !important;
    font-size: 14px !important;
}

#SubjectMasterPlanTable_paginate #SubjectMasterPlanTable_next {
    margin-left: 10px;
    margin-right: 6px;
}

#SubjectMasterPlanTable_paginate #SubjectMasterPlanTable_next, #SubjectMasterPlanTable_last {
    background: #0073BC !important;
    box-shadow: 0px 0px 2px 1px rgba(255,255,255,0.5);
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    border: none !important;
    font-size: 14px !important;
}

#SubjectMasterPlanTable_paginate #SubjectMasterPlanTable_first {
    margin-right: 6px;
}

#SubjectMasterPlanTable_paginate #SubjectMasterPlanTable_previous {
    margin-right: 10px;
}

#SubjectMasterPlanTable_paginate #SubjectMasterPlanTable_first, #SubjectMasterPlanTable_previous {
    background: #0073BC !important;
    box-shadow: 0px 0px 2px 1px rgba(255,255,255,0.5);
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    border: none !important;
    font-size: 14px !important;
}


#StudentList_paginate #StudentList_next:hover, #StudentList_last:hover {
    box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.5);
}

#StudentList_paginate #StudentList_first {
    margin-right: 6px;
}

#StudentList_paginate #StudentList_previous {
    margin-right: 10px;
}

#StudentList_paginate #StudentList_first, #StudentList_previous {
    background: #0073BC !important;
    box-shadow: 0px 0px 2px 1px rgba(255,255,255,0.5);
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    border: none !important;
    font-size: 14px !important;
}

    #StudentList_paginate #StudentList_first:hover, #StudentList_previous:hover {
        box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.5);
    }

input.paginate_input {
    padding: 2px 5px;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-weight: 700;
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

span.paginate_page,
span.paginate_of {
    color: #fff;
}

tfoot#tfoot tr th.ui-state-default input {
    padding: 4px 5px;
    border: 1px solid #DDDDDD !important;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif !important;
}

    tfoot#tfoot tr th.ui-state-default input:focus {
        border: 1px solid #0073BC !important;
    }

table.dataTable thead th.ui-state-default {
    background-color: #0073BC !important;
    color: #fff !important;
    vertical-align: middle !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

#SubjectMasterPlanTable thead {
    display: none;
}

#SubjectMasterPlanTable_wrapper .dt-buttons {
    margin-bottom: 1.4%;
}

    #SubjectMasterPlanTable_wrapper .dt-buttons button {
        background: #0073BC !important;
        color: #fff;
        padding: 4px 12px;
        border: none;
        border-radius: 5px;
        transition: all 0.3s ease-in;
    }

        #SubjectMasterPlanTable_wrapper .dt-buttons button:hover {
            transition: all 0.3s ease-out;
            box-shadow: 0px 0px 9px -1px rgba(0, 115, 188,0.6);
        }

        #SubjectMasterPlanTable_wrapper .dt-buttons button:focus {
            outline: none;
        }

button.csEditPrevillage i {
    color: #fff !important;
}

button.csDeletePrevillage i {
    color: #fff !important;
}

#SubjectMasterPlanTable_info {
    color: #0073BC !important;
}

#SubjectMasterPlanTable_paginate span.paginate_page {
    color: #0073BC !important;
    font-weight: 700 !important;
}

#SubjectMasterPlanTable_paginate span.paginate_of {
    color: #0073BC !important;
    font-weight: 700 !important;
}

#SubjectMasterPlanTable_paginate input.paginate_input {
    border: 1px solid #0073BC !important;
}

.cal-top .card-header {
    background-image: unset !important;
    background-color: #0073BC !important;
}

#StudentList thead {
    display: none !important;
}

#chapterDetails tr td .form-check.form-check-inline.checkbox-animated-inline.checkbox-animated-inline {
    position: relative !important;
    top: 0px;
}

#GradeCourse thead tr th {
    font-size: 15px !important;
    text-transform: uppercase !important;
}

.form-check.form-check-inline.checkbox-animated-inline.custom-postion-handle {
    position: relative;
    top: 0px;
}

.form-check-label.lblchkboxctrl.checkbox_animated_4.custom-postion-handle-2 {
    position: relative;
    top: 0px;
}

.custom-form-type-label label[for="exampleFormControlInput1"] {
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 1%;
    margin-top: 4%;
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #000 !important;
    background-color: #ffc107;
    border-color: #ffc107;
    text-align: center !important;
    display: inline-block !important;
    width: 100% !important;
}

#headingOne,
#headingTwo,
#headingThree,
#heading4,
#heading5,
#heading6,
#heading7,
#heading8 {
    background-color: #0073BC !important;
    padding: 5px !important;
}

    #headingOne h5 button,
    #headingTwo h5 button,
    #headingThree h5 button,
    #heading4 h5 button,
    #heading5 h5 button,
    #heading6 h5 button,
    #heading7 h5 button,
    #heading8 h5 button {
        color: #fff !important;
        font-weight: 400;
        font-size: 16px;
    }

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #0073BC;
}

button.campus-enlarg {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.margin-top-zero {
    margin-top: 1% !important;
}

.animation-tick-position-remove {
    position: relative !important;
    top: 0px !important;
}

.margin-minus-control {
    margin-left: -55px;
}

#PayHeadForSalaryRules .form-check.form-check-inline.checkbox-animated-inline {
    position: relative !important;
    top: 0px !important;
}

.table_rep_btn {
    display: inline-block;
    width: 100%;
    background-color: #0073BC;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    border: none;
    font-family: 'Poppins', sans-serif !important;
}

    .table_rep_btn i {
        color: #fff;
        padding-right: 6px;
    }

    .table_rep_btn:focus {
        outline: none !important;
    }


/* Short Time Quick Model Solve*/
button#btnSave.btn.btn-primary.modelsavebtnctrl {
    padding: 6px 15px !important;
    background-color: #0073BC !important;
}

.btnShow-Position {
    height: 35px !important;
}
/* OLD CSS CHANGING END'S HERE*/




/*Inner Dashboard Style - Start Here*/

/*Common Style Css Class - Start Here*/
.breadcrumb__main_title {
    display: block;
    padding: 20px 10px 10px 0px;
}

    .breadcrumb__main_title h2 {
        color: #8B8B8B;
        font-size: 18px;
        font-weight: 600;
    }
/*.section__title_color{
	margin-bottom: 2%;
}*/
.section__title_color{
    background-color:#0073BC;
    padding:12px 5px;
    border-top-left-radius:23px;
    border-top-right-radius:23px;
    margin-bottom:2%;
}
.section__title_color h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding-left: 5px;
    margin-bottom:0px;
}
.percetage___placeholder{
    position:absolute;
    top:5px;
    right:0px;
}
.percetage___placeholder label{
    font-size:23px;
    color:#fff;
    font-weight:600;
    margin-bottom:0px;
}
.text-right-t {
    text-align: right !important;
}

.color_yellow h4 {
    color: #F39B05 !important;
}

.font__size_changer {
    font-size: 17px !important;
    font-weight: 700 !important;
}

.btn__custom_white {
    background-color: #fff;
    padding: 2px 8px;
    text-transform: capitalize;
    border: none;
    color: #BC00AF;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 0px rgba(255,255,255,0.7);
}

    .btn__custom_white:focus {
        outline: none;
    }
/*Common Style Css Class - End's Here*/

/*Admission-dashboard-design-Start-Here*/
.card__wrappers {
    padding: 16px;
    border-radius: 10px;
    width:90%;
}

.card__wrappers_content {
    position: relative;
}

.card__color_blue {
    background-color: #0073BC;
    box-shadow: 0px 2px 10px #00000008;
}

.card__color_dark_blue {
    background-color: #5F59F7;
    box-shadow: 0px 0px 9px #00000017;
}

.card__color_red {
    background-color: #FF4C06;
    box-shadow: 0px 0px 9px #00000017;
}

.card__color_orange {
    background-color: #EFA731;
    box-shadow: 0px 0px 9px #00000017;
}
.card__progress_bars_common{
    margin-top:3%;
}
/*.progressbar___bg_grey{
    background-color:#BFBFBF;
    height:15px;
    border-radius:10px;
    width:90%;
    display:inline-block;
}*/
.progressbar___bg_color_blue{
    background-color:#0073BC;
    height:15px;
    border-radius:10px;
    width:90%;
    display:inline-block;
}
.progressbar___bg_color_dark_blue{
    background-color:#5F59F7;
    height:15px;
    border-radius:10px;
    width:90%;
    display:inline-block;
}
.progressbar___bg_color_red{
    background-color: #FF4C06;
    height:15px;
    border-radius:10px;
    width:90%;
    display:inline-block;
}
.progressbar___bg_color_orange{
    background-color: #EFA731;
    height:15px;
    border-radius:10px;
    width:90%;
    display:inline-block;
}




/*.card__spacer hr {

    margin-bottom: 0px;
    border: 2px solid #fff;
    border-radius: 10px;
   
}*/

.card__statics {
    color: #fff;
}

    .card__statics label {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 0px;
        line-height: 1.0;
    }

        .card__statics label.font__control_label {
            font-size: 24px !important;
        }

    .card__statics p {
        margin-bottom: 0px;
        /*margin-right:50px;*/
    }

.card__icon_wrapper {
    position: absolute;
    top: 0;
    right: -39px;
}

.adminssion__monthwise_card_wrapper {
    box-shadow: 0px 0px 9px #00000017;
    border-radius: 12px;
    padding: 15px;
}

.admin__card_title_black img {
    padding-right: 16px;
    position: relative;
    top: -2px;
}

.admin__card_title_black h4 {
    font-weight: 700;
    font-size: 18px;
}

.admin__card_month_spans {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12%;
}

.margin_bttom_5 {
    margin-bottom: 8px;
}

.admin__card_month_spans .admin_card_title {
    width: 80%;
}

.admin__card_month_spans p.admin_card_title {
    font-weight: 500;
    color: #8B8B8B;
    font-size: 16px;
}

.admin__card_month_spans .admin_card_value {
    width: 20%;
    text-align: right;
}

.admin__card_month_spans p.admin_card_value span {
    color: #0073BC;
    font-size: 16px;
    font-weight: 700;
}

.admin__card_month_slider {
    margin-top: 2%;
    margin-bottom: 1.3%;
}

    .admin__card_month_slider input {
        width: 100%;
    }

.admin__card_month_slider {
    text-align: right;
}

    .admin__card_month_slider ul {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
    }

        .admin__card_month_slider ul li {
            display: inline-block;
        }

            .admin__card_month_slider ul li p {
                font-weight: 600;
                color: #0073BC;
                font-size: 18px;
            }

            .admin__card_month_slider ul li span {
                font-weight: 600;
                color: #8B8B8B;
                font-size: 16px;
            }

.gender__ratio_card_wrapper {
    box-shadow: 0px 0px 9px #00000017;
    border-radius: 12px;
    padding: 15px;
}

.gender__ratio_card_divider {
    display: flex;
    margin-top: 4.8%;
}

    .gender__ratio_card_divider .gender__male,
    .gender__ratio_card_divider .gender__female {
        width: 50%;
        text-align: center;
    }

        .gender__ratio_card_divider .gender__male h6 {
            color: #0073BC;
            font-weight: 700;
            margin-bottom: 5%;
        }

        .gender__ratio_card_divider .gender__male p {
            text-transform: uppercase;
            font-weight: 700;
            color: #0073BC;
            margin-top: 5%;
            margin-bottom: 0px;
        }

        .gender__ratio_card_divider .gender__female h6 {
            color: #F39B05;
            font-weight: 700;
            margin-bottom: 5%;
        }

        .gender__ratio_card_divider .gender__female p {
            text-transform: uppercase;
            font-weight: 700;
            color: #F39B05;
            margin-top: 5%;
            margin-bottom: 0px;
        }

.range_slider_admission {
    width: 100%;
    height: 20px;
    position: relative;
    z-index: 10;
    -webkit-appearance: none;
    background: #d1d1d1;
    outline: none;
    border-radius: 15px;
    overflow: hidden;
    /*box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);*/
}

    .range_slider_admission::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 22px;
        height: 22px;
        position: relative;
        z-index: 200;
        border-radius: 50%;
        background: #0073BC;
        cursor: pointer;
        border: 2px solid #fff;
        box-shadow: -607px 0 0 600px #0073BC;
    }
/*Admission-dashboard-design-end's-Here*/

/*Circle Style Css Start Here*/
.card.svg__card_wrapper {
    border: none !important;
    box-shadow: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

svg.svg_circle {
    position: relative;
}

svg.svg_circle {
    width: 230px;
    height: 230px;
}

    svg.svg_circle circle {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: transparent;
        stroke-width: 16;
        stroke-linecap: round;
        transform: translate(15px, 15px);
    }

        svg.svg_circle circle:nth-child(2) {
            stroke-dasharray: 628;
            stroke-dashoffset: 628;
        }

.card.svg__card_wrapper:nth-child(1) svg.svg_circle.card__color_blue_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 90) / 100);
    stroke: #0073BC;
}

.card.svg__card_wrapper:nth-child(2) svg.svg_circle.card__color_blue_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 85) / 100);
    stroke: #0073BC;
}

.card.svg__card_wrapper:nth-child(3) svg.svg_circle.card__color_blue_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 60) / 100);
    stroke: #0073BC;
}

.card.svg__card_wrapper:nth-child(1) svg.svg_circle.card__color_dark_blue_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 90) / 100);
    stroke: #5F59F7;
}

.card.svg__card_wrapper:nth-child(2) svg.svg_circle.card__color_dark_blue_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 85) / 100);
    stroke: #5F59F7;
}

.card.svg__card_wrapper:nth-child(3) svg.svg_circle.card__color_dark_blue_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 60) / 100);
    stroke: #5F59F7;
}

.card.svg__card_wrapper:nth-child(1) svg.svg_circle.card__color_red_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 90) / 100);
    stroke: #FF4C06;
}

.card.svg__card_wrapper:nth-child(2) svg.svg_circle.card__color_red_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 85) / 100);
    stroke: #FF4C06;
}

.card.svg__card_wrapper:nth-child(3) svg.svg_circle.card__color_red_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 60) / 100);
    stroke: #FF4C06;
}


.card.svg__card_wrapper:nth-child(1) svg.svg_circle.card__color_orange_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 90) / 100);
    stroke: #BC00AF;
}

.card.svg__card_wrapper:nth-child(2) svg.svg_circle.card__color_orange_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 85) / 100);
    stroke: #BC00AF;
}

.card.svg__card_wrapper:nth-child(3) svg.svg_circle.card__color_orange_stroke circle:nth-child(2) {
    stroke-dashoffset: calc(628 - (500 * 60) / 100);
    stroke: #BC00AF;
}

.svg__main_content_wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.main-content-inner-wrapper {
    width: 100%;
    height: 100%;
}

.svg__main_content {
    text-align: center;
    height: 140px;
    width: 140px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .svg__main_content p {
        color: #fff;
        margin-bottom: 0px;
        font-weight: 400;
    }

    .svg__main_content h6 {
        font-size: 22px;
        color: #fff;
        margin-bottom: 0px;
        font-weight: 700;
    }

.svg__circle_white {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 10px;
    position: absolute;
    top: 109px;
    left: 201px;
}
/*Circle Style Css End's Here*/


/*UI Cards handler Exam Page*/
ul.positon__holder_list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    /*margin-top:3%;*/
}

    ul.positon__holder_list li {
        display: inline-block;
        margin-right: 8px;
        padding-bottom: 11px;
    }

    ul.positon__holder_list.block_position li {
        display: block !important;
    }

    ul.positon__holder_list li:last-child {
        margin-right: 0px;
    }

    ul.positon__holder_list li span {
        font-weight: 600;
    }

    ul.positon__holder_list.li_control li {
        display: block;
    }

.dx-attandance-chart #chart {
    height: 230px !important;
}

.dx-exam-chart #chart {
    height: 260px !important;
}

.donut__chart_place_holder {
    padding: 15px;
    box-shadow: 0px 0px 9px #00000017;
    background-color: #fff;
    border-radius: 12px;
}
/*Inner Dashboard Style - end's Here*/


.grey__bg_privileges {
    position: sticky;
    top: 50px;
    background-color: #F8F8F8;
    padding: 20px 20px 10px 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 9px #00000017;
}

.privileges__inner_heading h6 {
    color: #F39B05;
    font-size: 15px;
}

.privileges__description_list ol {
    padding-left: 15px;
}

    .privileges__description_list ol li {
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: 600;
    }

.text__color_green h6 {
    color: #09745A !important;
}

.custom__action__dropdown_control a:hover {
    background-color: #0073BC !important;
}

.svg__circle_white {
    display: none;
}

.dx-button-text {
    display: inline-block;
    line-height: normal;
    color: #fff;
}


/*Login Css For Essm*/

/*Login - CSS*/
.bg__img_with_color {
    background-color: #fff;
    /*background-image: url("../images/bg-img.png");*/
    background-image: url('../ESSM-Images/bg-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.login__title_main {
    text-align: center;
    margin-bottom: 5%;
    margin-top: 10%;
}

    .login__title_main h2 {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 800;
        color: #0F0F0F;
        margin-bottom: 0px;
        letter-spacing: 0.02em;
    }

        .login__title_main h2 span {
            color: #2656A9;
        }

.main__login_wrapper {
    /*margin-top: 7%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.form__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.form__style_one {
    box-shadow: 0px 0px 12px #0000001C;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px;
}

.form__title_main h2 {
    font-size: 32px;
    text-transform: capitalize;
    color: #2656A9;
    font-weight: 700;
    margin-bottom: 0px;
}

.form__input_label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .form__input_label label {
        color: #8B8B8B;
        font-weight: 600;
        margin-bottom: 0px;
    }

.margin-control {
    margin-top: 24px;
}

.form__input_main input {
    width: 100%;
    padding: 10px;
    background-color: #F3F3F3;
    border: none;
    color: #333;
    padding-right: 40px;
    font-weight: 700;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: all 0.2s ease-in;
}

    .form__input_main input:focus {
        outline: none;
        transition: all 0.2s ease-out;
        border: 2px solid #003481;
    }

    .form__input_main input:hover {
        transition: all 0.2s ease-out;
        border: 2px solid #003481;
    }

    .form__input_main input:active {
        transition: all 0.2s ease-out;
        border: 2px solid #003481;
    }

.position__holder_input {
    position: relative;
}

.toggle__password_position_control {
    position: absolute;
    top: 15px;
    right: 20px;
}

.checkbox__remember_me span {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
}

    .checkbox__remember_me span input {
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

.forget__password {
    float: right;
}

    .forget__password a {
        color: #0073BC;
        font-weight: 600;
        text-decoration: underline;
    }

.form__login_btns {
    display: flex;
}

    .form__login_btns a {
        background-color: #E3E3E3;
        padding: 8px 14px;
        text-align: center;
        font-size: 20px;
        display: inline-block;
        width: 100%;
        font-weight: 700;
        color: #272626;
        border-radius: 10px;
        text-transform: uppercase;
        margin-right: 5px;
    }

    .form__login_btns button {
        background-color: #003481;
        padding: 8px 14px;
        text-align: center;
        font-size: 20px;
        display: inline-block;
        width: 100%;
        font-weight: 600;
        color: #fff;
        border: none;
        border-radius: 10px;
        text-transform: uppercase;
        margin-left: 5px;
        transition: all 0.2s ease-in;
    }

    .form__login_btns a img {
        height: 20px;
        padding-right: 20px;
    }

    .form__login_btns button:focus {
        outline: none;
    }

    .form__login_btns button:hover {
        transition: all 0.2s ease-out;
        box-shadow: 0px 0px 10px 1px rgba(0, 52, 129,0.6);
    }

.footer__main_controler {
    background-color: #F3F3F3;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer__logo {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.footer__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.footer__logo img {
    height: 80px;
    width: 150px;
}

.footer__user_avatar {
    height: 122px;
}

    .footer__user_avatar img {
        position: relative;
        top: -30px;
    }

.footer__content_wrapper {
    padding-top: 5%;
}

    .footer__content_wrapper label {
        color: #323232;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .footer__content_wrapper p i {
        background-color: #003482;
        color: #fff;
        padding: 7px;
        border-radius: 20px;
        margin-right: 5px;
    }

.outside__upper_layer_control {
    position: absolute;
    background-color: #008DA4;
    clip-path: polygon(0 0, 44% 0, 36% 100%, 0% 100%);
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 6px #00000029;
}

.upper__layer_control {
    /*background: linear-gradient(45deg, #C9E8FE 0%, #FFF5D9 50%, #FFF5D9 100%);*/
    /*background-image: url("../images/color-layer-2.png");*/
    background-image: url('../ESSM-Images/color-layer-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 8px;
    clip-path: polygon(0 0, 44% 0, 36% 100%, 0% 100%);
}

.school__logo {
    position: absolute;
    z-index: 40;
    top: 35px;
    left: -5px;
}

    .school__logo img {
        width: 250px;
        height: 145px;
    }

.intro__img {
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 500px;
}

    .intro__img img {
        padding-top: 70px;
        width: 400px;
    }


@media only screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 620px) {
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .school__logo {
        display: none;
    }

    .intro__img {
        display: none;
    }

    .outside__upper_layer_control {
        display: none;
    }

    .form__input_label {
        justify-content: flex-start;
    }

    .login__title_main {
        margin-top: 15%;
    }

        .login__title_main h2 {
            font-size: 40px;
            margin-bottom: 7%;
        }

    .form__title_main h2 {
        font-size: 40px;
        margin-bottom: 3%;
    }

    .form__input_label label {
        font-size: 24px;
    }

    .form__input_main input {
        height: 50px;
    }

    .footer__user_avatar {
        display: none;
    }

    .footer__content_wrapper {
        text-align: center;
        margin-bottom: 3%;
    }

    .footer__logo {
        margin-top: 5%;
    }

        .footer__logo img {
            width: unset;
            height: unset;
        }
}

@media screen and (max-width: 520px) {
    .school__logo {
        display: none;
    }

    .intro__img {
        display: none;
    }

    .outside__upper_layer_control {
        display: none;
    }

    .footer__main_controler {
        position: static;
        margin-top: 15%;
    }

    .footer__logo {
        margin-top: 8%;
    }

    .footer__content_wrapper {
        text-align: center;
        margin-top: 5%;
    }

    .footer__user_avatar {
        display: none;
    }

    .form__input_label {
        justify-content: flex-start;
    }

    .margin-control {
        margin-top: 15px;
    }

    .form__style_one {
        margin: 0;
    }

    .form__title_main h2 {
        margin-bottom: 12px;
    }

    .form__login_btns {
        margin-bottom: 5%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .intro__img {
        width: 420px;
    }

        .intro__img img {
            width: 360px;
        }

    .school__logo img {
        width: 250px;
        height: 100px;
    }

    .main__login_wrapper {
        height: 85vh;
    }

    .footer__logo {
        margin-left: 15%;
    }

    .footer__content_wrapper {
        text-align: center;
    }

        .footer__content_wrapper label {
            font-size: 15px;
            margin-bottom: 5px;
        }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .school__logo {
        display: block;
    }

    .intro__img {
        display: flex;
    }

    .outside__upper_layer_control {
        display: block;
    }

    .intro__img img {
        width: 360px;
    }

    .intro__img {
        width: 430px;
    }

    .school__logo img {
        width: unset;
        height: unset;
    }

    .form__input_label label {
        font-size: unset;
    }

    .main__login_wrapper {
        height: 80vh;
    }

    .footer__logo {
        margin-left: 12%;
    }

    .footer__content_wrapper {
        padding-top: 15%;
    }

        .footer__content_wrapper label {
            font-size: 15px;
        }

    .footer__user_avatar {
        display: block;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .main__login_wrapper {
        height: 90vh;
    }
}

@media(min-width:320px) and (max-width:767px) {
    .school__logo {
        display: none;
    }

    .intro__img {
        display: none;
    }

    .outside__upper_layer_control {
        display: none;
    }

    .footer__main_controler {
        position: static;
        margin-top: 15%;
    }

    .footer__logo {
        margin-top: 8%;
    }

    .footer__content_wrapper {
        text-align: center;
        margin-top: 5%;
    }

    .footer__user_avatar {
        display: none;
    }

    .form__input_label {
        justify-content: flex-start;
    }

    .margin-control {
        margin-top: 15px;
    }

    .form__style_one {
        margin: 0;
    }

    .form__title_main h2 {
        margin-bottom: 12px;
    }

    .form__login_btns {
        margin-bottom: 5%;
    }
}




/*New Updates For ESSM Dashbaord*/
.dashboard__logout_btn {
    position: fixed;
    bottom: 0;
    margin-top: 20px;
    width: 258px;
    background-color: #fff;
    border-bottom-right-radius: 30px;
    text-align: center;
    height: 70px;
}

.logout__btn_content {
    margin-top: 20px;
}

    .logout__btn_content a {
        background-color: #2656A9;
        padding: 10px 60px;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        border-radius: 10px;
        text-transform: capitalize;
        transition: all 0.3s ease-in;
    }

        .logout__btn_content a:hover {
            box-shadow: 0px 0px 10px 2px rgba(38, 86, 169,0.5);
            transition: all 0.3s ease-out;
        }

        .logout__btn_content a i {
            position: relative;
            top: 2px;
            font-weight: 600;
        }

.wrapper.toggled .dashboard__logout_btn {
    width: 80px;
    text-align: center;
}

    .wrapper.toggled .dashboard__logout_btn .logout__btn_content a {
        padding: 10px 20px;
    }

        .wrapper.toggled .dashboard__logout_btn .logout__btn_content a span.toggle__remove {
            display: none;
        }

.wrapper.toggled.sidebar-hovered .dashboard__logout_btn {
    width: 240px;
}

    .wrapper.toggled.sidebar-hovered .dashboard__logout_btn .logout__btn_content a {
        padding: 10px 60px;
    }

        .wrapper.toggled.sidebar-hovered .dashboard__logout_btn .logout__btn_content a span.toggle__remove {
            display: inline-block;
        }

.breadcrumb__main_title h4 {
    font-weight: 600;
}

.dashboard__card_wrapper {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
    position:relative;
}

.card_content_text h6 {
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 5%;
    font-weight: 500;
    font-size: 20px;
}

.color__red {
    color: #ED6D66;
}

.color__yellow {
    color: #F5C84C;
}

.color__sky {
    color: #69D6F4;
}

.color__red2 {
    color: #EF5526;
}

.color__brown {
    color: #AE7644;
}
.hover__control_card {
    width: 100%;
    cursor: pointer;
}

.card__content_img img {
    height: 100px;
}


@media(min-width:320px) and (max-width:767px) {
    .wrapper.toggled .dashboard__logout_btn .logout__btn_content a span.toggle__remove {
        display: inline-block !important;
    }

    .wrapper.toggled .dashboard__logout_btn {
        width: 250px;
    }

    .logout__btn_content a {
        padding: 10px 60px !important;
    }
}



.btn-player {
    display: inline-block;
    font-weight: 500;
    line-height: 1.6;
    color: #a1a1a8;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary-play {
    color: #fff;
    background-color: #2656A9;
    border-color: #2656A9;
}
.btn-primary-play i {
    color: #fff;
}

    .btn-primary-play:hover {
        color: #fff;
        background-color: #003481;
        border-color: #003481;
        opacity: 0.8;
    }

.btn-round-play {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

    .btn-round-play i {
        margin: 0;
    }

    .btn-round-play .fa-play {
        padding-left: 3px;
    }

.btn-ripple-play {
    position: relative;
    overflow: visible;
}

    .btn-ripple-play:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        border-color: inherit;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 1;
        -webkit-animation-name: rippleanim;
        animation-name: rippleanim;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

@keyframes rippleanim {
    0% {
        opacity: 1;
        -webkit-box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.9);
        box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.9);
    }

    100% {
        opacity: 0;
        -webkit-box-shadow: 0 0 0 15px rgba(89, 86, 233, 0.4);
        box-shadow: 0 0 0 15px rgba(89, 86, 233, 0.4);
    }
}

@-webkit-keyframes rippleanim {
    0% {
        opacity: 1;
        background: rgba(89, 86, 233, 0.9);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        background: rgba(89, 86, 233, 0.4);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}



.video-player-list {
  text-align:end;
}
.guide-list {
    margin-bottom: 0px;
}
.guide-list li {
    display: inline-block;
    margin-right: 10px;
}
.main-player-placeholder{
    padding:10px 0px;
}