
/*
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;
}

.top-header {
    width: auto;
    height: 70px;
    /*line-height: 70px;*/
    background: #0073BC;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: none;
}

.sticky-top-header {
    background: #0073BC;
}

.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: #21A9FF;
    position: absolute;
    top: -6px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #21A9FF;
    border-left: 1px solid #21A9FF;
}

.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
    }
}

.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: #21A9FF;
        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: #21A9FF;
        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%;
}*/

/*@media only screen 
   and (min-width : 1600px) {
   .campus-name{
       padding-left:11% !important;
   }
   .wrapper.toggled .campus-name{
       padding-left:4% !important;
   }
}*/

.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 20px 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: 600;
        outline-width: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        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: invert(0.60);
            }

.wrapper.toggled.sidebar-wrapper .metismenu a .parent-icon img {
    width: 24px;
    height: 24px;
}

.sidebar-wrapper .metismenu .mm-active > a .parent-icon img {
    filter: invert(0);
}

.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px;
}

.sidebar-wrapper .metismenu ul a {
    padding: 6px 15px 6px 15px;
    font-size: 15px;
    border: 0;
}

    .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: #0073BC;
    text-decoration: none;
    background: rgb(103 58 183 / 10%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .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);
    }

    .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: 80%;
}

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: #21A9FF;
    display: inline;
    color: #fff !important;
    line-height: 70px;
    padding: 5px 5px 7px 5px;
    border-radius: 6px;
    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{
   
    padding-left:21%;
}
.wrapper.toggled .campus-name{
    padding-left:7%;
}
.campus-name-1{
     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: #fff;
    border-radius: 20px;
    padding: 20px;
    height: 85vh;
}

.dashboard-title {
    margin-bottom: 3%;
}

    .dashboard-title h4 {
        font-weight: 700;
        font-size: 26px;
    }

.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);
}

.Royalty-card-bg-color-light-1 {
    background-color: rgba(122, 40, 124, 0.1);
}
.Royalty-card-bg-color-light-2 {
    background-color: rgba(122, 40, 124, 0.3);
}
.Royalty-card-bg-color-dark {
    background-color: #7A287C;
}
.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;
}
/*Event Card*/
.Event-card-bg-color-light-1 {
    background-color: rgba(120, 80, 10, 0.1);
}

.Event-card-bg-color-light-2 {
    background-color: rgba(120, 80, 10, 0.3);
}

.Event-card-bg-color-dark {
    background-color: #78500a;
}
/*Transport Card*/
.Vehicle-card-bg-color-light-1 {
    background-color: rgba(0, 66, 87, 0.1);
}
.Vehicle-card-bg-color-light-2 {
    background-color: rgba(0, 66, 87, 0.3);
}

.Vehicle-card-bg-color-dark {
    background-color: #004257;
}
/*Consultancy CARD*/
.Consultancy-card-bg-color-light-1 {
    background-color: rgba(255, 29, 88, 0.1);
}

.Consultancy-card-bg-color-light-2 {
    background-color: rgba(255, 29, 88, 0.3);
}

.Consultancy-card-bg-color-dark {
    background-color: #FF1D58;
}
/*IB Card*/
.IB-card-bg-color-light-1 {
    background-color: rgba(150, 2, 2, 0.1);
}

.IB-card-bg-color-light-2 {
    background-color: rgba(150, 2, 2, 0.3);
}

.IB-card-bg-color-dark {
    background-color: #960202;
}

/*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: 4px;
}

/*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: 3.6%;
    top: 30%;
}

.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,
#familyFeeHistoryModel .modal-footer,
#AddEducationModel .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: 600;
    background: #0073BC;
    font-size: 14px;
    text-transform: capitalize;
}

.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 h4{
	color: #0073BC;
	font-size: 22px;
	font-weight: 600;
	padding-left: 5px;
}
.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;
}
.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: rgb(188, 0, 175);    
    box-shadow: 0px 0px 9px #00000017;
}
.card__spacer hr{
	margin-bottom: 0px;
	border:2px solid #fff;
	border-radius: 10px;
	/*margin-top: 20%;*/
}
.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: 0;
}
.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;
}