    @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
    body {
        padding: 0px;
        position: relative;
        min-height: 100%;
        margin: 0;
        color: #000;
        font-family: 'Titillium Web', sans-serif;
        transition: all 0.5s ease;
        /* overflow-x: scroll;*/
    }
    
    a {
        transition: background 0.2s, color 0.2s;
        text-decoration: none;
        transition: all 0.5s ease;
    }
    
    a:hover,
    a:focus {
        text-decoration: none;
    }
    
    select:hover:focus {
        outline: 0 !important;
        border: 1px solid #333
    }
    
    input:focus {
        outline: 0 !important;
    }
    
    input:focus {
        border: 1px solid #333 !important
    }
    
    #wrapper {
        padding-left: 0;
        transition: all 0.5s ease;
        position: relative;
        top: 0;
        height: 100vh;
    }
    
    #sidebar-wrapper {
        z-index: 1000;
        position: fixed;
        left: 250px;
        width: 0;
        height: 100%;
        margin-left: -250px;
        overflow-y: auto;
        overflow-x: hidden;
        transition: all 0.5s ease;
        height: 100%;
        background-size: 100%;
        box-shadow: 1px 10px 10px #5b5b5b4a;
        background: #fff;
        top: 66px;
    }
    
    .sidebar-brand {
        background: #ccc;
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        position: relative;
    }
    
    .sidebar-brand a {
        font-weight: 600;
        width: 250px;
        top: 0;
        left: 0;
    }
    
    .pr-20 {
        padding-right: 20px;
    }
    
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    
    .logo-panel>img {
        max-width: 200px;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0px;
    }
    
    .sidebar-brand h2 {
        margin: 0;
        font-weight: 600;
        font-size: 24px;
        color: #fff;
    }
    
    .sidebar-nav {
        position: absolute;
        top: 65px;
        width: 250px;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #f5f5f5;
    }
    
    .sidebar-nav>li {
        text-indent: 10px;
        line-height: 45px;
        border-bottom: 1px solid #dedede;
    }
    
    .sidebar-nav>li a {
        display: block;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
    }
    
    .sidebar-nav>li>a:hover,
    .sidebar-nav>li.active>a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
    }
    
    .sidebar-nav>li>a:hover,
    .sidebar-nav>li.active>a:hover {
        font-size: 14px;
    }
    
    .sidebar-nav>li>a svg {
        font-size: 13px;
        margin-right: 8px;
        margin-top: 18px;
    }
    
    .sidebar-nav>li>a i.fa {
        font-size: 24px;
        width: 60px;
    }
    
    .dropdown-container {
        display: none;
        transition: all 0.5s ease;
    }
    
    .dropdown-btn {
        transition: all 0.5s ease;
    }
    
    #navbar-wrapper {
        width: 100%;
        position: absolute;
        z-index: 2;
    }
    
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }
    
    #navbar-wrapper .navbar {
        border-width: 0 0 0 0;
        background-color: #eee;
        font-size: 24px;
        margin-bottom: 0;
        border-radius: 0;
    }
    
    #navbar-wrapper .navbar a {
        color: #757575;
    }
    
    #navbar-wrapper .navbar a:hover {
        color: #F8BE12;
    }
    
    #content-wrapper {
        width: 100%;
        position: absolute;
        top: 100px;
        padding-bottom: 3rem;
    }
    
    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }
    
    .my-nav {
        transition: all 0.5s ease;
    }
    
    .p-5 {
        padding: 5px !important;
    }
    
    #sidebar-toggle svg {
        color: #7a7a7a;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 7px;
        position: relative;
        top: 0;
    }
    
    .outer-userProfile {
        float: right;
        background: #000;
        padding: 7px 31px 7px 9px;
        border-radius: 23px;
        font-size: 15px;
        position: relative;
        color: #fff;
    }
    
    .outer-userProfile>img {
        width: 31px;
        height: auto;
    }
    
    .navbar-header {
        max-width: 100%;
        width: 100%;
        padding: 13px 5px 6px 5px !important;
    }
    
    .outer-userProfile>span {
        padding-left: 7px;
    }
    
    .outer-userProfile::before {
        position: absolute;
        content: '';
        background: url(../images/arrowDown.png);
        background-size: 100%;
        width: 15px;
        height: 15px;
        right: 10px;
        top: 15px;
        opacity: .5;
    }
    
    .slide-in {
        z-index: 10;
        /* to position it in front of the other content */
        position: absolute;
        overflow: hidden;
        /* to prevent scrollbar appearing */
    }
    
    .slide-in.from-left {
        left: 0;
    }
    
    .slide-in.from-right {
        right: 0;
    }
    
    .slide-in-content {
        background: #fff;
        transition: all .5s ease;
        height: 100%;
        position: fixed;
        right: 0px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        width: 300px;
        top: 80px;
    }
    
    .slide-in.from-left .slide-in-content {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
    
    .slide-in.from-right .slide-in-content {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    
    .slide-in.show .slide-in-content {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    /*user-profile-effect*/
    /*user profile content start*/
    
    .profile-info {
        background-image: url(../images/userProfile-bg.jpg);
        z-index: 999;
    }
    
    .profile-info::after {
        content: '';
        position: absolute;
        background: #ffffff91;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
    }
    
    .inner-pro-img {
        width: 170px;
        height: 160px;
        display: block;
        margin: 5px auto;
        padding: 22px 15px 0px;
        margin-top: -15px;
    }
    
    .inner-pro-img>img {
        margin: 0 auto;
        border-radius: 2px;
        height: 120px;
        width: 120px;
    }
    
    .user-nm {
        font-size: 18px;
        color: inherit;
        padding: 10px 0px 0px 0px;
        font-weight: 600;
    }
    
    .user-id {
        text-align: center;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }
    
    .user-id span {
        font-weight: normal;
        color: #333;
        font-size: 15px;
    }
    
    .profile-setting-btn {
        display: table;
        margin: 15px auto 20px;
        background-color: #4a4a4a;
        padding: 0px 9px 0px 0px;
        border-radius: 20px;
    }
    
    .profile-setting-btn .view {
        border-radius: 50px;
        margin-top: 1px;
        box-shadow: none;
        padding: 6px 32px;
        margin: 0;
    }
    
    .profile-setting-btn a i {
        padding-right: 5px;
        font-size: 14px !important;
    }
    
    .btn-edit {
        background: transparent !important;
        border: none;
        position: relative;
        padding: 0px 22px;
    }
    
    .myactivity-head {
        background: #f5f5f5;
        padding: 12px 14px;
        color: #232323;
        font-size: 16px;
        text-transform: capitalize;
        border-bottom: 2px solid #ebebeb;
        font-weight: 500;
    }
    
    .myactivity ul li {
        display: block !important;
        font-size: 15px;
        text-align: left;
        padding: 12px 14px;
        float: none !important;
        border-bottom: 1px dashed #dbdbdb;
        color: #333;
    }
    
    .myactivity ul li a {
        color: #333;
    }
    
    .Logout-box {
        position: absolute;
        bottom: 70px;
        background: #282828;
        width: 100%;
        overflow: hidden;
    }
    
    .change-psw {
        float: left;
        background: #3e3e3ef0;
        color: #fff;
        padding: 9px 20px;
        border-radius: 50px;
        margin: 10px 10px;
        font-size: 14px;
        text-transform: capitalize;
    }
    
    .change-psw a {
        text-decoration: none;
        color: #fff;
    }
    
    .Logout-btn {
        float: right;
        margin: 12px 10px;
        border-radius: 71px;
        width: 35px;
        height: 35px;
        font-size: 16px;
        text-align: center;
        line-height: 35px;
        cursor: pointer;
    }
    /*user profile content end*/
    /*page content start*/
    
    .page-header .page-header-content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .page-header-title {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        padding-top: 2rem;
        text-align: center;
    }
    
    .page-header-title svg {
        font-size: 22px;
        margin-right: 2px;
    }
    
    .card-header {
        padding: 1rem 1.35rem;
        margin-bottom: 0;
        background-color: rgba(31, 45, 65, 0.03);
        border-bottom: 1px solid rgba(31, 45, 65, 0.125);
    }
    
    .card:not([class*=bg-]) .card-header {
        color: #3b3b3b;
        font-size: 18px;
        font-weight: 600;
    }
    
    .mt-n10 {
        margin-top: -4rem;
    }
    
    .page-header {
        padding-bottom: 2rem;
    }
    
    .margin-btm {
        margin-bottom: 16px!important;
    }
    
    element.style {}
    
    .searchBar .form-control {
        height: 39px;
        font-size: 0.9rem;
    }
    
    .form-control {
        border-radius: 4px;
        width: 100%;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        height: 45px;
    }
    
    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #6ad71f;
        outline: 0;
        box-shadow: none;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    
    .btn-reset {
        padding: .375rem 1.3rem;
        font-size: 15px;
        border-radius: 40px;
    }
    
    .btn-search {
        padding: .375rem 1.3rem;
        font-size: 15px;
        border-radius: 40px;
    }
    
    .table-responsive {
        width: 100%;
        overflow-x: inherit;
    }
    
    .boxtable {
        margin-top: 2rem;
        border: 1px solid #f0f0f0;
        border-radius: 3px;
    }
    
    .table thead th {
        vertical-align: bottom;
        font-size: 14px;
        text-transform: capitalize;
        padding: 12px 6px;
        border-top: none;
    }
    
    .table td {
        padding: .75rem;
        border-top: none;
        font-size: 15px;
        vertical-align: middle;
    }
    
    .statusResult {
        text-transform: capitalize;
        font-size: 12px;
        border-radius: 50px;
        padding: 3px 13px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 0.4px;
        position: relative;
        top: 4px;
    }
    
    .my-action {
        display: none;
        transition: all 0.5s ease;
    }
    
    .my-action {
        position: absolute;
        transform: translate3d(0px, 32px, 0px);
        top: 89px;
        right: 0px;
        will-change: transform;
    }
    
    .dropdown-menu {
        margin: 0;
        min-width: 100px;
        border-radius: 0px;
    }
    
    .dropdown-menu.show {
        transform: translate3d(0px, 32px, 0px) !important;
    }
    
    .font-14 {
        font-size: 14px;
    }
    
    .dropdown-item {
        padding: 5px 10px
    }
    
    .dropdown-item svg {
        font-size: 13px;
        margin-right: 7px;
    }
    
    .btn-action {
        padding: 4px 10px;
        font-size: 13px;
        border-radius: 40px;
        background: #dedede;
        color: #000;
        border-color: #dedede;
    }
    
    .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .show>.btn-secondary.dropdown-toggle:focus {
        box-shadow: none;
    }
    /*toggle start*/
    
    .statusInactiveResult {
        text-transform: capitalize;
        font-size: 12px;
        border-radius: 50px;
        padding: 3px 13px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 0.4px;
        position: relative;
        top: 4px;
    }
    
    .switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 15px;
    }
    
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .slider:before {
        position: absolute;
        content: "";
        background: url(../images/statusInactive.svg);
        background-size: 100%;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        -webkit-transition: .4s;
        transition: .4s;
        top: -5px;
    }
    
    input:checked+.slider {
        background-color: #c7c7c7;
    }
    
    input:focus+.slider {
        box-shadow: 0 0 1px #2196F3;
    }
    
    input:checked+.slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(19px);
        top: -5px;
    }
    
    input:checked+.slider.round:before {
        background: url(../images/statusActive.svg);
        background-size: 100%;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
    }
    /* Rounded sliders */
    
    .slider.round {
        border-radius: 34px;
    }
    
    .slider.round:before {
        border-radius: 50%;
    }
    /*toggle end*/
    /*label css start*/
    
    .custom-control-label {
        margin-bottom: 0;
        color: #000;
    }
    /*label css end*/
    /*checkbox start*/
    
    .custom-control-label::before {
        background-color: transparent;
    }
    
    .custom-radio .custom-control-input:checked~.custom-control-label::before {
        background: url(../images/filterCheckElements.png);
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 21px;
        background-position: 66px;
    }
    
    .custom-radio .custom-control-input:checked~.custom-control-label::after {
        display: none;
    }
    
    .custom-control-input:focus~.custom-control-label::before {
        box-shadow: none;
    }
    
    .custom-control-label::after {
        position: absolute;
        content: "";
        background: url(../images/filterCheckElements.png);
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 22px;
        background-position: 88px;
    }
    /*simple fill checkbox*/
    
    .planeCheckbox-label::after {
        position: absolute;
        content: "";
        background: #ccc;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        background-position: 88px;
        border-radius: 50%;
    }
    
    .custom-radio .custom-control-input:checked~.planeCheckbox-label::before {
        background: #61bc12;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        background-position: 66px;
    }
    /*simple fill checkbox end*/
    /*Green fill background checkbox start*/
    
    .custom-radio .custom-control-input:checked~.CheckboxBgFill-label::before {
        position: absolute;
        content: "";
        background: url(../images/filterCheckElements.png);
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        background-position: 43px;
        border-radius: 50%;
    }
    
    .CheckboxBgFill-label::after {
        position: absolute;
        content: "";
        background: #ccc;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%
    }
    /*Green fill background checkbox end*/
    /*checkbox greenSign start*/
    
    .myCheckbox {
        display: inline-block;
        margin-right: 30px;
    }
    
    .myCheckbox-label::after {
        position: absolute;
        content: "";
        background: url(../images/filterCheckElements.png);
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        background-position: -22px;
    }
    
    .custom-checkbox .custom-control-input:checked~.myCheckbox-label::after {
        position: absolute;
        content: "";
        background: url(../images/filterCheckElements.png);
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        background-position: 0px;
    }
    /*checkbox greenSign  end*/
    /*checkbox simple start*/
    
    .myCheckboxSimple {
        display: inline-block;
        margin-right: 30px;
    }
    
    .myCheckboxSimple-label::after {
        position: absolute;
        content: "";
        background: #ccc;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
    }
    
    .custom-checkbox .custom-control-input:checked~.myCheckboxSimple-label::after {
        position: absolute;
        content: "";
        background: url(../images/filterCheckElements.png);
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        background-position: -44px;
    }
    /*checkbox simple  end*/
    /*tooptips simple start*/
    
    .myTooltip a {
        background: #fff;
        padding: 5px 25px;
        font-size: inherit;
        color: inherit;
        border: 1px solid #ccc;
        margin: 0 10px;
    }
    
    .myTooltip_animate a {
        background: #D2D7D3;
        color: #222;
        border-radius: 100%;
        display: inline-block;
        text-decoration: none;
        position: relative;
        width: 30px;
        height: 30px;
        margin: 0 2px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        text-align: center;
        margin: 0 10px;
    }
    
    .myTooltip_animate a.icon:before {
        font-family: "FontAwesome", sans-serif;
        color: #fff;
        font-size: 18px;
        line-height: 33px;
    }
    
    .myTooltip_animate a.facebook:before {
        content: '\f09a';
    }
    
    .myTooltip_animate a.twitter:before {
        content: '\f099';
    }
    
    .myTooltip_animate a.github:before {
        content: '\f113';
    }
    
    .myTooltip_animate a.dribble:before {
        content: '\f17d';
    }
    
    .myTooltip_animate a.pinterest:before {
        content: '\f0d2';
    }
    
    .myTooltip_animate a span {
        background: #e6e6e6;
        color: #222;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: -25px;
        right: -25px;
        padding: 5px 7px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
    }
    
    .myTooltip_animate a span:before {
        content: '';
        /*   width: 0;
  height: 0; */
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        bottom: -5px;
        left: 40px;
    }
    
    .myTooltip_animate a:hover span {
        bottom: 50px;
        visibility: visible;
        opacity: 1;
    }
    /* Hover through the icons */
    
    .myTooltip_animate a.facebook:hover {
        background-color: #4183d7;
        color: #bfbfbf;
    }
    
    .myTooltip_animate a.facebook span {
        color: #ffffff;
        background: #4183d7;
        border-radius: 5px;
        border: 1px solid transparent;
    }
    
    .myTooltip_animate a.twitter:hover {
        background-color: #19b5fe;
        color: #fff;
    }
    
    .myTooltip_animate a.twitter span {
        color: #ffffff;
        background: #19b5fe;
        border-radius: 5px;
        border: 1px solid transparent;
    }
    
    .myTooltip_animate a.github:hover {
        background-color: #000;
        color: #fff;
    }
    
    .myTooltip_animate a.github span {
        color: #fff;
        background: #000;
        border-radius: 5px;
        border: 1px solid transparent;
    }
    
    .myTooltip_animate a.dribble:hover {
        background-color: #f62459;
        color: #fff;
    }
    
    .myTooltip_animate a.dribble span {
        color: #fff;
        background: #f62459;
        border-radius: 5px;
        border: 1px solid transparent;
    }
    
    .myTooltip_animate a.pinterest:hover {
        background-color: #f22613;
        color: #fff;
    }
    
    .myTooltip_animate a.pinterest span {
        color: #fff;
        background: #f22613;
        border-radius: 5px;
        border: 1px solid transparent;
    }
    /*tooptips simple end*/
    /*page content end*/
    /*media query start here*/
    
    @media (min-width: 768px) and (max-width: 991px) {
        #wrapper {
            padding-left: 60px;
        }
        .my-nav {
            margin-left: 60px;
            transition: all 0.5s ease;
        }
        .toggled .my-nav {
            margin-left: 250px;
            transition: all 0.5s ease;
        }
        #sidebar-wrapper {
            width: 60px;
        }
        #wrapper.toggled #navbar-wrapper {
            position: absolute;
            margin-right: -250px;
        }
        #wrapper.toggled #content-wrapper {
            position: absolute;
            margin-right: -250px;
        }
        #navbar-wrapper {
            position: relative;
        }
        #wrapper.toggled {
            padding-left: 250px;
        }
        #content-wrapper {
            position: relative;
            top: 0;
        }
        #wrapper.toggled #navbar-wrapper,
        #wrapper.toggled #content-wrapper {
            position: relative;
            margin-right: 250px;
        }
    }
    
    @media (max-width: 767px) {
        #wrapper {
            padding-left: 0;
        }
        .my-nav {
            margin-left: 0px;
            transition: all 0.5s ease;
        }
        .toggled .my-nav {
            margin-left: 250px;
            transition: all 0.5s ease;
        }
        #sidebar-wrapper {
            width: 0;
        }
        #wrapper.toggled #sidebar-wrapper {
            width: 250px;
        }
        #wrapper.toggled #navbar-wrapper {
            position: absolute;
            margin-right: -250px;
        }
        #wrapper.toggled #content-wrapper {
            position: absolute;
            margin-right: -250px;
        }
        #navbar-wrapper {
            position: relative;
        }
        #wrapper.toggled {
            padding-left: 250px;
        }
        #content-wrapper {
            position: relative;
            top: 0;
        }
        #wrapper.toggled #navbar-wrapper,
        #wrapper.toggled #content-wrapper {
            position: relative;
            margin-right: 250px;
        }
    }
    
    @media (min-width: 992px) {
        #wrapper {
            padding-left: 250px;
        }
        .toggled .my-nav {
            margin-left: 60px;
            transition: all 0.5s ease;
        }
        #wrapper.toggled {
            padding-left: 60px;
        }
        #sidebar-wrapper {
            width: 250px;
        }
        #wrapper.toggled #sidebar-wrapper {
            width: 60px;
        }
        #wrapper.toggled #navbar-wrapper {
            position: absolute;
            margin-right: -190px;
        }
        #wrapper.toggled #content-wrapper {
            position: absolute;
            margin-right: -190px;
        }
        #navbar-wrapper {
            position: relative;
        }
        #wrapper.toggled {
            padding-left: 60px;
        }
        #content-wrapper {
            position: relative;
            top: 0;
        }
        #wrapper.toggled #navbar-wrapper,
        #wrapper.toggled #content-wrapper {
            position: relative;
            margin-right: 60px;
        }
    }
    
    .input-group-addon .select2-container--bootstrap4 .select2-selection {
        border-radius: 0 !important;
        border-right: 0px !important;
    }
    
    .errorClass {
        color: #de1010;
        font-size: 16px;
        position: relative;
        top: 2px;
    }
    
    .reuiredFeild {
        width: 100%;
        position: absolute;
        left: 15px;
        bottom: -8px;
        font-size: 14px;
        color: #d72130;
    }
    
    .outerSucess h3 {
        font-weight: 600;
        color: #333;
    }
    
    .outerSucess h5 {
        margin-left: 61px;
        font-size: 20px;
    }
    
    .outerSucess span svg {
        font-size: 35px;
        color: #38bb06;
        float: left;
        margin-right: 30px;
        margin-top: 20px;
    }
    
    .outerSucess {
        background: #fff;
        margin: 30px 0px;
        border: 1px solid #e8e8e8;
        padding: 15px 20px;
        border-left: 6px solid #38bb06;
        overflow: hidden;
        box-shadow: 1px 1px 10px #00000024;
    }
    /*view Profile*/
    
    .studentNm {
        font-size: 18px;
        color: #333;
    }
    
    .studentNmResult {
        font-size: 22px;
        font-weight: 600;
        color: #1c52a4;
        text-transform: capitalize;
    }
    
    .rightBorder {
        border-right: 1px solid #dadada;
    }
    
    .leftBox {
        float: left;
    }
    
    .dateRegistration {
        float: right;
        background: #02c9b4;
        padding: 6px 25px;
        font-size: 14px;
        border-radius: 30px;
        font-weight: 600;
        color: #fff;
    }
    
    .innerSocial svg {
        font-size: 22px;
        margin-left: 18px;
        color: #0858cd;
        float: left;
        margin-right: 25px;
    }
    
    .socialInfo {
        font-size: 18px;
        color: #000;
        top: -2px;
        position: relative;
        margin-bottom: 20px;
        margin-left: 70px;
    }
    
    .studentAddress {
        font-size: 18px;
        color: #333;
    }
    
    .outerStudInfo {
        padding: 35px 20px 20px 30px;
    }
    
    .pr-20 {
        padding-right: 50px;
    }
    
    .socialIcon {
        margin-top: 30px;
    }
    
    .addressInfo {
        font-weight: 600;
        font-size: 18px;
    }
    
    .Backbtn {
        font-size: 20px;
        color: #fff;
        padding-top: 2rem;
    }
    
    .btn-secondary {
        color: #000000;
        background-color: #f7f7f7;
        border-color: #6c757d;
    }
    
    .btn-secondary {
        color: #000000;
        background-color: #f7f7f7;
        border-color: #6c757d;
    }
    
    .Backbtn svg {
        margin-right: 5px;
    }
    
    .addBtn {
        font-size: 20px;
        color: #fff;
        padding-top: 2rem;
    }
    
    .addBtn svg {
        margin-right: 5px;
    }
    
    .btn-default {
        color: #000000;
        background-image: linear-gradient(135deg, #ffe000 0%, rgb(205, 106, 4) 100%);
        border: 0;
        font-weight: 600;
        max-width: 200px;
        width: 100%;
        padding: 12px;
        font-size: 18px;
    }
    
    .innerStud {
        padding-bottom: 13px;
        border-bottom: 1px dashed #ccc;
    }
    
    .amount svg {
        font-size: 14px;
        color: #4a4a4a;
        margin-right: 3px;
    }
    
    .amount_icon {
        position: absolute;
        top: 49px;
        left: 25px;
        font-size: 20px;
        color: #03b7b9;
    }
    
    .courseAmtBox .form-control {
        padding-left: 34px;
    }
    
    .input-group-addon {
        background-color: #fff;
        border: 0px;
        padding: 0px;
        border-radius: 0;
    }
    
    #image-preview {
        max-width: 200px;
        height: 190px;
        position: relative;
        overflow: hidden;
        background-color: #fff;
        color: #000;
        border: 2px dashed #e1e1e1;
        width: 100%;
    }
    
    #image-preview label {
        position: absolute;
        z-index: 5;
        opacity: 0.8;
        cursor: pointer;
        background-color: #ffffffe6;
        width: 50px;
        height: 50px;
        font-size: 22px;
        line-height: 50px;
        text-transform: uppercase;
        right: 0;
        bottom: 0;
        border-top-left-radius: 40px;
        padding-left: 17px;
        padding-top: 3px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #CCC;
        margin-bottom: 0px;
    }
    
    #image-preview input {
        line-height: 200px;
        font-size: 80px;
        position: absolute;
        z-index: 10;
        cursor: pointer;
        white-space: nowrap;
        -webkit-user-select: none;
        opacity: 0.01;
    }
    
    #image-preview label svg {
        top: 12px;
        position: relative;
    }
    
    .textareaHeight {
        min-height: 190px !important;
        height: 100%;
    }
    
    .topicName {
        font-size: 42px;
        font-weight: 600;
        margin-bottom: 3rem;
    }
    
    .topicBtn {
        background: #ffffff;
        padding: 10px 40px;
        border: 2px solid #0684c4;
        font-size: 20px;
        margin-bottom: 5rem;
    }
    
    .topicBtn a svg {
        margin-right: 5px;
    }
    
    .topicBtn a {
        color: #0850d0;
    }
    
    .innerTopic {
        position: relative;
    }
    
    .innerTopic:after {
        content: '';
        position: absolute;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 21px;
        top: 95px;
        width: 100%;
        height: 2px;
        left: 0;
    }
    
    .subjectNm {
        padding-bottom: 1rem;
    }
    
    .courseNm {
        padding-bottom: 1rem;
    }
    
    .subjectNm span {
        font-size: 20px;
        color: #084ecb;
    }
    
    .subjectNm h3 {
        font-size: 25px;
        font-weight: 600;
    }
    
    .courseNm span {
        font-size: 20px;
        color: #084ecb;
    }
    
    .courseNm h3 {
        font-size: 25px;
        font-weight: 600;
    }
    
    .descriptionInfo span {
        font-size: 20px;
        color: #084ecb;
    }
    
    .mediaDisplay span {
        font-size: 20px;
        color: #084ecb;
        margin-bottom: 23px;
        display: block;
    }
    
    .mediaDisplay .box {
        width: 100%;
        border: 1px solid #dedddd;
        height: 150px;
        text-align: center;
        line-height: 150px;
        border-radius: 6px;
        font-size: 22px;
        font-weight: 600;
        text-transform: capitalize;
    }
    
    .descriptionInfo p {
        font-size: 18px;
        color: #000;
        max-height: 190px;
        overflow-y: scroll;
    }
    /* width */
    
    .descriptionInfo p::-webkit-scrollbar {
        width: 4px;
    }
    /* Handle */
    
     ::-webkit-scrollbar-thumb {
        background: #ccc;
    }
    /* Handle on hover */
    
     ::-webkit-scrollbar-thumb:hover {
        background: #0774c8;
    }
    /*new*/
    
    .mt-common {
        margin: 92px 12px 10px 12px;
    }
    
    .card {
        background: #fff;
        box-shadow: 1px 1px 10px #0000001f;
        border: 0;
    }
    
    .topBar {
        background: #e9e9e9;
        display: block;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
        padding: 4px 16px;
        font-size: 14px;
    }
    
    .topBar span {
        visibility: hidden;
    }
    /*sublist*/
    
    .sublistActive {
        background: #f7f7f7;
    }
    
    a.sidebarLink.dropdown-btn.active {
        background: #e9e9e9;
        color: #fff;
        background-image: linear-gradient(135deg, #d4251d 0%, #8a1414 100%);
        border-right: 4px solid #eb180e;
    }
    
    a.sidebarLink.dropdown-btn svg {
        display: block;
        float: right;
        margin-right: 20px;
    }
    /*sidebarEffect*/
    
    .listActive {
        background: #e9e9e9;
        color: #fff !important;
        background-image: linear-gradient(135deg, #d4251d 0%, #8a1414 100%);
        border-right: 4px solid #eb180e;
    }
    
    .subListActive {
        background: #ebf6fd;
        color: #159ce0 !important;
        border-right: 4px solid #159ce0;
    }
    
    .activeSpan {
        font-weight: 400;
    }
    
    .dropdown-container ul li a svg {
        margin-right: 6px;
        color: #616161;
    }
    
    .SubListHover:hover span {
        color: #1077e1
    }
    /*scrollbar*/
    /* Track */
    
    .sidebarScroll::-webkit-scrollbar {
        width: 5px;
    }
    /* Handle */
    
    .sidebarScroll::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px
    }
    /* Handle on hover */
    
    .sidebarScroll::-webkit-scrollbar-thumb:hover {
        background: #11aae5;
        border-radius: 10px
    }
    /*css*/
    
    .SubListHover:hover {
        background: #ebf6fd;
        color: #000000 !important;
        border-right: 4px solid #159ce0;
        transition: none;
    }
    
    .SubListHover:hover span {
        color: #000000 !important;
    }
    
    .inp {
        font-size: 13px;
        padding: 1px 4px;
        margin: 0 3px;
        max-width: 60px;
    }
    
    .wid145 {
        max-width: 417px;
    }
    
    .fleetTable th {
        /*  width: 100%; */
        padding: 6px 6px !important;
    }
    
    .fleetTable td {
        padding: 6px 3px !important;
    }
    
    .headTable h5 {
        font-size: 19px;
        padding-bottom: 11px;
        color: #0d6fd4;
        font-weight: 600;
        border-bottom: 1px solid #9a9b9c;
    }
    
    .head2 {
        font-weight: 600;
        font-size: 14px;
        color: #0d6fd4;
        padding-bottom: 60px;
    }
    
    .headTable ul {
        padding-left: 0px;
        margin-bottom: 0px;
    }
    
    .headTable ul li {
        margin: 0px 30px;
        list-style: none;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        padding-bottom: 6px;
        border-bottom: 1px dashed #dcdcdc;
    }
    
    .headTable ul li:last-child {
        border-bottom: none;
    }
    
    .fleetTable option {
        color: #000;
        font-weight: normal;
        display: block;
        white-space: pre;
        min-height: 1.2em;
        padding: 0px 2px 1px;
    }
    
    .RateEntry .table thead th {
        vertical-align: middle;
        background: #f5f8ff;
    }
    
    .RateEntry th h3 {
        font-size: 16px;
        text-align: center;
        text-transform: capitalize;
        font-weight: 700;
    }
    
    .RateEntry th span {
        display: inline-block;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 14px;
        color: #333;
        margin-right: 3px;
    }
    
    .RateEntry {
        overflow-x: scroll;
    }
    
    .RateEntry td span {
        /*display: inline-block;*/
        text-transform: capitalize;
        font-size: 14px;
        color: #333;
        position: relative;
        cursor: pointer;
        transition: all 0.5s ease;
        padding-right: 12px;
        font-weight: 600;
        margin-top: 5px;
    }
    
    .carLabel select {
        margin-bottom: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 3px 5px;
    }
    
    .carName select {
        height: 38px;
        width: 88%;
        font-size: 14px;
        padding: 5px;
        color: #333;
        font-weight: 600;
    }
    
    .carName {
        color: rgba(16, 0, 255, 1) !important;
    }
    
    .activeEntry {
        background: #cfffe5 !important;
        cursor: pointer;
    }
    
    .clr-blue {
        color: #05a0ea !important
    }
    
    .overlayEdit {
        position: absolute;
        /* top: 0; */
        bottom: 5px;
        font-size: 11px;
        display: none;
        visibility: hidden;
        transition: all 0.5s ease;
        transform: translate(-50%, 50%);
        left: 50%;
    }
    
    .submitBack {
        display: flex;
    }
    
    .submitBack a {
        display: block;
        width: 30px;
        padding: 5px 5px;
        margin-right: 7px;
    }
    
    .submitBack a svg {
        font-size: 15px;
    }
    
    .overlayEdit svg {
        font-size: 14px;
        color: #05a0ea;
    }
    
    .RateEntry {
        overflow-x: scroll;
        max-height: 700px;
    }
    
    .RateEntry td span:hover .overlayEdit {
        display: block;
        visibility: visible;
        transition: all 0.5s ease;
    }
    
    .carLabel:hover .overlayEdit {
        display: block;
        visibility: visible;
        transition: all 0.5s ease;
    }
    
    .carLabel .overlayEdit {
        top: 6px !important;
    }
    
    #sidebar-toggle svg {
        color: #fff;
        background: #61bc12;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: relative;
        top: 14px;
        left: 0;
    }
    
    .width330 {
        min-width: 350px;
    }
    
    .upperLabel {
        border-bottom: 1px solid #efefef;
        padding-bottom: 3px;
        text-align: right;
    }
    
    .upperLabel span {
        width: 25%;
    }
    
    .carName-Mileage {
        text-align: right;
    }
    
    .carLabel {
        font-weight: 700 !important;
        font-size: 16px !important;
    }
    
    .SrNumbering {
        text-align: right;
    }
    
    .downPayment {
        text-align: right;
        display: flex;
    }
    
    .downPayment span {
        width: 25%;
    }
    
    .downPayment input {
        width: 85px;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 3px 5px;
    }
    
    .upperLabel {
        text-align: right;
        display: flex;
    }
    
    .scrollbar::-webkit-scrollbar {
        width: 3px;
        height: 4px;
    }
    
    .carName-Mileage {
        display: flex;
    }
    
    .upperLabel input {
        width: 95%;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 3px 5px;
    }
    
    .carName-Mileage input {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 3px 5px;
    }
    
    .widthSpan {
        width: 50% !important;
    }
    
    .table-hover tr:hover {
        background-color: rgba(0, 255, 0, 0.02) !important;
    }
    
    .fieldLabels {
        font-size: 14px !important;
        color: rgba(0, 0, 0, 0.4) !important;
    }
    
    .savedInputBox {
        border: 1px solid #0ebf49 !important;
    }
    
    .searchBy {
        position: relative;
        top: 0px;
        padding-bottom: 0rem;
    }
    
    .mt50 {
        margin-top: 50px !important;
    }
    
    .red-tooltip+.tooltip>.tooltip-inner {
        background-color: #fff;
    }
    
    .headHighlight {
        background: #176bd2;
        color: #fff;
    }
    
    .pt33 {
        padding-top: 5px;
    }
    
    .searchByLabel {
        font-size: 17px;
        padding-top: 8px;
        font-weight: 600;
        padding-bottom: 12px;
    }
    
    .searchBar .card-header {
        padding: 1rem 1rem 0.3rem 1rem;
    }
    
    .searchBar .form-control {
        height: 39px;
        font-size: 0.9rem;
    }
    
    .checkBtn svg {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        padding: 5px;
        width: 28px !important;
        font-weight: bold;
        height: 28px;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        border-radius: 5px;
    }
    
    .redBtn svg {
        background-color: #f00 !important;
        border-color: #f00;
        padding: 5px;
        width: 28px !important;
        font-weight: bold;
        height: 28px;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        border-radius: 5px;
        color: #fff;
    }
    
    .btn-add {
        background-color: #337ab7 !important;
        color: #fff;
        border-color: #337ab7;
    }
    
    .loginWrap {
        position: relative;
        background: #fff;
        width: 100%;
        height: 100%;
    }
    /*.loginWrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #08c9e9 0%, #07244f 100%);
    top: 0;
    left: 0;
    opacity: 0.8;
}*/
    
    .loginWrap {
        position: relative;
        background-image: #dfdcdc;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(90deg, #70e5ff 0%, #7da5ef 35%, #b588f7 100%)
    }
    
    .adminLoginBg {
        background-image: linear-gradient( 90deg, #e0e0e0 0%, #eaeaea 35%, #fcfcfc 100%) !important;
    }
    
    .adminLoginBg .innerLogin {
        box-shadow: 1px 1px 10px #bdbdbd63;
    }
    
    .boxLogin {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    
    .innerLogin {
        background: #ffffff;
        box-shadow: 1px 1px 10px #ffffff63;
        border-radius: 10px;
    }
    
    .wrapLog {
        padding: 50px 0px 30px 0px;
    }
    
    .loginLogo {
        margin: 0 auto;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 14%;
        left: 50%;
    }
    
    .eyeicon {
        position: relative;
    }
    
    .eyeicon .fa-eye {
        font-size: 15px !important;
        right: 0px;
        opacity: 0.6;
        top: 32% !important;
        left: 91% !important;
    }
    
    .eyeicon .fa-eye-slash {
        font-size: 15px !important;
        right: 0px;
        opacity: 0.6;
        top: 27% !important;
        left: 91% !important;
    }
    
    .loginForm .form-group input {
        background: #ffffff;
        height: 38px;
        font-size: 16px;
        color: #000;
        padding-left: 42px;
        border: 1px solid #dcdcdc;
        position: relative;
    }
    
    .loginForm .userInfo:after {
        content: '';
        position: absolute;
        background: #aeb0b4;
        width: 1px;
        height: 19px;
        top: 11px;
        left: 34px;
        display: block;
    }
    
    .loginForm .form-group input:focus {
        border: 1px solid #87b107!important;
        box-shadow: 1px 1px 10px #87b1074a;
    }
    
    .districtLog .loginForm .form-group input:focus {
        border: 1px solid #a291f4!important;
        box-shadow: 1px 1px 10px #a391f529;
    }
    
    .loginForm .form-group svg {
        position: absolute;
        top: 13px;
        color: #949494;
        left: 10px;
        font-size: 14px;
    }
    
    .loginForm .form-group input::placeholder {
        color: #000;
        font-size: 14px
    }
    
    .loginForm img {
        width: 100px;
        height: auto;
        margin: 0px auto 40px auto;
        display: block;
        opacity: 0.5;
    }
    
    .loginForm .form-group label {
        text-transform: capitalize;
        color: #616161;
        font-size: 14px;
    }
    
    .form-check-label svg {
        color: #949494 !important;
        top: 5px !important;
        font-size: 18px !important;
    }
    
    .forgotPsw svg {
        position: relative !important;
        left: -2px !important;
        top: 3px !important;
    }
    
    .loginCheckbox::after {
        width: 18px !important;
        height: 18px !important;
        border: 1px solid #ccc;
        background-position: -23px;
    }
    
    .custom-checkbox .custom-control-input:checked~.loginCheckbox::after {
        background-position: -1px !important;
    }
    
    .leftCompInfo {
        border-right: 1px solid #c8c8c8;
    }
    
    .LoginBtn {
        background: #9f6cff;
        border: 1px solid #9f6cff;
    }
    
    .LoginBtn:hover {
        color: #fff;
        background-color: #845ad2;
        border-color: #845ad2;
    }
    
    .LoginBtnAdmin {
        background: #87b107;
        border: 1px solid #87b107;
    }
    
    .LoginBtnAdmin:hover {
        color: #fff;
        background-color: #87b107;
        border-color: #87b107;
    }
    
    .loginLogo {
        width: 210px;
        margin-bottom: 34px;
    }
    
    .mt47 {
        margin-top: 47px;
    }
    
    .searchHeader .col-md-2 {
        max-width: 20.666667%;
    }
    
    .searchHeader .col-md-2 .form-control {
        height: 39px;
        font-size: 0.9rem;
        min-width: 222px;
        width: 100%;
    }
    
    .wt600 {
        font-weight: 600;
    }
    
    .table1 .table td {
        padding: .1rem;
    }
    
    .table1 .wd152 {
        max-width: 152px;
    }
    
    .calenderSec svg {
        position: absolute;
        right: 1px;
        top: 33px;
        background: #e7e7e8;
        width: 39px !important;
        height: 52%;
        padding: 11px;
        color: #909090;
    }
    
    .all_icons {
        -moz-user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.42857;
        margin-bottom: 0;
        margin-right: 4px;
        padding: 4px 5px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }
    
    .credit {
        background-color: #ff6900;
        border-color: #7a2ab2;
        color: white;
        line-height: 1.5;
    }
    
    .postpone {
        background-color: #fa0852;
        border-color: #7a2ab2;
        color: white;
        line-height: 1.5;
    }
    
    .view_icn {
        background-color: #5f8295;
        border-color: #557485;
        color: white;
        line-height: 1.5;
        transition: all 0.3s ease 0s !important;
        padding: 4px 5px 4px 5px;
    }
    
    .my-action {
        display: none;
        transition: all 0.5s ease;
    }
    
    .my-action {
        position: absolute;
        transform: translate3d(0px, 32px, 0px);
        top: 89px;
        right: 0px;
        will-change: transform;
    }
    
    .dropdown-menu {
        margin: 0;
        min-width: 100px;
        border-radius: 0px;
    }
    
    .dropdown-menu.show {
        transform: translate3d(-67px, 33px, 4px) !important;
    }
    
    .font-14 {
        font-size: 14px !important;
    }
    
    .dropdown-item {
        padding: 5px 10px;
        display: flex;
    }
    
    .dropdown-item svg {
        font-size: 13px;
        margin-right: 12px;
        display: block;
        position: relative;
        top: 5px;
    }
    
    .btn-action {
        padding: 4px 10px;
        font-size: 13px;
        border-radius: 40px;
        background: #dedede;
        color: #000;
        border-color: #dedede;
    }
    
    .dispatchType {
        text-decoration: none !important;
        background: #bbdbff;
        padding: 7px 10px;
        font-size: 14px;
        margin-top: 5px;
        display: block;
        border: 1px solid #4e85c4;
        border-radius: 5px;
        color: #062f5d;
    }
    
    .margin-top32 {
        margin-top: 32px;
    }
    
    .p-b-5 {
        padding-bottom: 5px;
    }
    
    .drop1 .left-menu {
        left: 52px !important;
    }
    
    .add-url {
        margin-top: -37px !important;
        margin-left: 173px !important;
    }
    
    .select-chk {
        margin-left: 137px;
        margin-top: -35px;
    }
    
    .display {
        display: block !important;
    }
    
    .activeSidebar {
        display: block;
    }
    
    .editAdmin {
        font-size: 12px;
        margin-left: 10px;
        color: green;
    }
    
    .chkboxAddUrl {
        margin-left: 19px;
        margin-top: 7px;
    }
    
    .activeborder {
        border-color: #974df7 !important;
        outline: none !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 0 8px rgba(34, 139, 230, 0.5) !important;
    }
    /* district Panel */
    
    .forgotPsw {
        cursor: pointer;
        font-size: 14px;
        line-height: 26px;
        color: #030303;
    }
    
    .btn-submit {
        background-image: linear-gradient( 135deg, #49ad21 0%, #93c009 100%);
        border-radius: 4px;
        margin-right: 11px;
        max-width: 130px;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        padding: 7px 20px;
        border: 0;
    }
    
    .forgotModal .modal-dialog {
        margin: 190px auto;
    }
    
    .emailLabel {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
    /* districtLogin css */
    
    .userInfo {
        margin-bottom: 30px;
    }
    
    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
        outline: 0 !important;
    }
    
    .error {
        position: absolute;
        font-size: 14px;
        color: #ca0e0e !important;
    }
    
    .success {
        color: green;
    }
    
    @media (min-width: 320px) and (max-width: 767px) {
        .loginForm {
            padding: 0px 20px;
        }
        .loginLogo {
            margin: 0 auto;
            position: absolute;
            transform: translate(-50%, -95%);
            top: 16%;
            left: 50%;
        }
        .innerLogin .pb-4 {
            padding-bottom: 0rem !important;
        }
        .innerLogin .mb-4 {
            margin-bottom: 0rem !important;
        }
        .innerLogin {
            overflow: hidden;
            margin: 0px 17px;
            padding: 0px 12px;
        }
        .forgotModal .modal-dialog {
            margin: 190px 10px;
        }
        .forgotPsw svg {
            position: absolute!important;
            left: 9px !important;
            top: 5px !important;
        }
    }
    
    @media (min-width: 414px) and (max-width: 767px) {
        .forgotPsw svg {
            position: absolute!important;
            left: 35px !important;
        }
    }
    /* .error {
                    width: 100%;
                    color: #721c24;
                    padding: 0px 10px;
                    background-color: #f8d7da;
                    border-color: #f5c6cb;
                } */