﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:wght@300;400;500;600;700&display=swap');
/*font-family: 'Radio Canada', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Fontdiner+Swanky&display=swap');

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    display: block;
    padding: 1px;
    font-size: 1.5em !important;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    letter-spacing: 10px;
    font-family: 'Fontdiner Swanky', cursive;
    background-image: url(../images/Captcha.png);
    background-position: center;
    color: #0000005e;
    line-height: 39px;
}

.error_mess {
    color: #ca3543 !important;
    font-size: 15px;
    font-weight: 600;
}

.login-form label {
    display: inline-block;
}

body {
    font-family: 'Radio Canada', sans-serif;
}

label {
    font-weight: 600;
    margin-bottom: .5rem;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
}

.loginsidebar {
    background-image: url(../images/layout_pages.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top, left;
}

.login-form .form-control {
    min-height: 39px;
}

.form-control:focus {
    transition-duration: .3s;
}

.login-form {
    height: 100vh;
    width: 80%;
    margin: 0px auto;
}

.deptname {
    text-align: center;
}

    .deptname h3 {
        font-weight: 800;
        font-size: 2.1em;
        margin-top: 15px;
    }

    .deptname h5 {
        font-weight: 800;
        margin-top: 8px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81);
    }

.login-form h3 {
    font-weight: 600;
}

.circle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
    top: 0;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 2;
}

@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }

    to {
        transform: scale(1.9, 1.9);
        opacity: 0;
    }
}

.item {
    z-index: 100;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0px auto;
    border-radius: 50%;
}

    .item img {
        width: 100%;
    }

.help {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    border-radius: 50%;
    top: 40%;
    text-align: center;
}

.list {
    list-style: none;
}

.refresh {
    padding: 0px;
    text-align: center;
    text-align: center;
}

.cp_refresh {
    padding-top: 27px;
}

    .cp_refresh a {
        animation: mymove 5s infinite;
        display: inline-block;
    }

@keyframes mymove {
    100% {
        transform: rotate(368deg);
    }
}

.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.07);
    position: fixed;
    right: 0;
    left: 0;
    margin: 0px auto;
    top: 0;
    transition-duration: .3s;
    z-index: 100;
}

.header-width {
    right: 250px;
}

.header .dash-logo {
    max-width: 95%;
    margin-top: 5px;
}

.dashbg {
    /*background-image: url(../images/background9.png);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.moudlename {
    font-weight: 800;
    padding: 3px 0px;
    margin: 0;
    font-size: 1.3rem;
}

    .moudlename .department-logo {
        display: block;
        font-size: 0.9rem;
        font-weight: 600;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .moudlename .list-control {
        float: left;
        min-height: 43px;
        padding: 8px 0px;
    }

        .moudlename .list-control > a {
            animation: color-change 1s infinite;
        }

        .moudlename .list-control .dropdown-toggle {
            text-decoration: none;
            margin-right: 15px;
            font-size: 26px;
            cursor: pointer;
        }

        .moudlename .list-control .dropdown-menu {
            font-size: 14px;
            padding: 0px;
        }

            .moudlename .list-control .dropdown-menu li a {
                padding: 8px 12px;
            }

            .moudlename .list-control .dropdown-menu li:last-child {
                border-bottom: 0px;
            }

        .moudlename .list-control .dropdown-toggle:after {
            display: none;
        }

.mainmenu {
    padding: 0px;
}

    .mainmenu .nav-link {
        padding: 10px 15px !important;
        text-transform: uppercase;
        font-weight: bold;
    }

    .mainmenu .dropdown-menu {
        font-size: inherit;
        padding: 0px;
        min-width: 250px;
    }

        .mainmenu .dropdown-menu > li > a {
            white-space: inherit;
            padding: 8px 15px;
        }

.profileicon {
    text-decoration: none;
    font-size: 1.5em;
    display: inline-block;
    padding: 0px;
    /*! margin: 2px 12px; */
}

    .profileicon img {
        border-radius: 50%;
        max-width: 47px;
        padding: 5px;
    }

.sidebar {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100vh;
    width: 0px;
    z-index: 5;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    overflow: hidden;
    transition-duration: .3s;
}

.contentwraper {
    margin-right: 0px;
    transition-duration: .3s;
    padding-top: 100px;
    padding-bottom: 35px;
    /*background-image:url(../images/background9.png);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

    .contentwraper:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        left: 0;
        margin: 0px auto;
        z-index: 0;
        top: 0;
    }

.marginleft {
    margin-right: 250px;
}

.sidebar-width {
    width: 250px;
}

.scrollwrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 69vh;
}

    .scrollwrap > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .scrollwrap > .nano-content:focus {
            outline: thin dotted;
        }

        .scrollwrap > .nano-content::-webkit-scrollbar {
            display: none;
        }

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.scrollwrap > .nano-pane {
    position: absolute;
    width: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .scrollwrap > .nano-pane > .nano-slider {
        position: relative;
        margin: 0 1px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.scrollwrap:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.scrollwrap .nano-content {
    padding: 10px;
}

.sidebar .profiletitle {
    padding: 15px;
    font-weight: bold;
}

    .sidebar .profiletitle span {
        font-weight: normal;
        font-size: 12px;
        display: block;
    }

.sidebar .logoutbutton {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}

    .sidebar .logoutbutton a {
        padding: 15px;
        font-weight: bold;
        display: block;
        text-decoration: none;
    }

.sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .sidebar ul li {
        font-size: 14px;
    }

        .sidebar ul li.eventnone {
            pointer-events: none;
        }

        .sidebar ul li a {
            display: block;
            padding: 8px 10px;
            text-decoration: none;
            transition-duration: none;
        }

        .sidebar ul li.submenu > a > .fas {
            float: right;
        }

.sidebar .navsidebar > li > a {
    font-weight: bold;
    padding: 12px 10px;
}

.sidebar .navsidebar .dropdown-menu {
    position: relative !important;
    transform: inherit !important;
    border: 0px;
}

footer {
    position: fixed;
    bottom: 0;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    z-index: 101;
    padding: 0px 50px;
}

.searchbtn {
    padding: 14px 20px 13px 20px;
}

.searchbox {
    position: fixed;
    right: -500px;
    width: 500px;
    height: 87vh;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    top: 47px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    transition-duration: .3s;
    overflow: hidden;
    z-index: 6;
}

.search-show {
    right: 0px;
}

.searchbox .title {
    position: relative;
    padding: 14px 15px;
    font-weight: bold;
    font-size: 20px;
}

    .searchbox .title a {
        position: absolute;
        right: 0px;
        top: 0px;
    }

.searchbox .searchbody {
    padding: 15px;
}

.searchlist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .searchlist li a {
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        font-size: 13px;
        transition-duration: .3s;
        text-decoration: none;
    }

        .searchlist li a:before {
            content: "\e09e";
            font-family: 'simple-line-icons';
            position: absolute;
            left: 0px;
        }

        .searchlist li a b {
            display: block;
            font-size: 15px;
        }

.pageheader {
    padding: 15px 0px;
    margin-bottom: 15px;
}

    .pageheader h4 {
        font-size: 1.3rem;
        font-weight: 600;
    }

.card-header h5 {
    font-weight: 800;
    color: #113c72;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 6px;
}

.pageheader h4 span {
    font-size: 12px;
}

.pagetabs {
    padding: 0px 50px;
    margin-top: 15px;
}

    .pagetabs li {
        padding: 10px 10px;
        font-size: 17px;
        margin: 0px 3px;
    }

        .pagetabs li.active {
            margin-bottom: -1px;
        }

        .pagetabs li a {
            text-decoration: none;
            border-radius: 0px;
            display: inline-block;
            margin: 0px 2px;
        }

.breadcrumb {
    margin-bottom: 0px;
}

    .breadcrumb li {
        font-size: .8em;
    }

        .breadcrumb li a {
            text-decoration: none;
        }

.pagebody {
    padding: 0px 50px 15px 50px;
    min-height: 410px;
}

.btngroup {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

    .btngroup li {
        display: inline-block;
    }

    .btngroup .submenu {
        position: relative;
    }

    .btngroup .btn {
        font-size: .85em;
    }

    .btngroup .submenu .dropdown-menu {
        position: absolute;
        left: 0px;
        min-width: 200px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .05);
        border-radius: 4px;
        padding: 0px;
        text-align: left;
        font-size: 13px;
    }

        .btngroup .submenu .dropdown-menu li {
            display: block;
        }

.footicon {
    list-style: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}

    .footicon > li {
        display: inline-block;
    }

        .footicon > li > a {
            display: block;
            padding: 5px 10px;
            text-decoration: none;
        }

.notebook-box {
    position: absolute;
    bottom: 35px;
    width: 500px;
    min-width: 500px;
    list-style: none;
    right: 0px;
    display: none;
    text-align: left;
    z-index: 102;
}

    .notebook-box .card {
        box-shadow: 0px 0px 25px rgba(0, 0, 0, .05);
    }

        .notebook-box .card .card-header .close {
            display: inline-block;
            float: right;
        }

    .notebook-box .notebooksearch {
        min-height: 30px;
    }

.notetitle-search {
    margin-bottom: 15px;
}

.addtext-box {
    position: relative;
    display: none;
    margin-bottom: 15px;
}

    .addtext-box textarea {
        position: relative;
        border: 0px;
        height: 150px;
        width: 100%;
        font-size: 13px;
        padding: 5px 10px;
    }

    .addtext-box input {
        position: relative;
        border: 0px;
        height: 35px;
        width: 100%;
        font-size: 13px;
        padding: 5px 10px;
    }

        .addtext-box textarea:focus-visible,
        .addtext-box input:focus-visible {
            border: 0px !important;
            outline: 0;
        }

    .addtext-box .close2 {
        position: absolute;
        right: 15px;
        z-index: 3;
        top: 5px;
    }

    .addtext-box .sendbtn {
        border-radius: 50%;
        position: absolute;
        bottom: -5px;
        right: 15px;
    }

.notebook-box .note-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

    .notebook-box .note-list > li {
        border-radius: 4px;
        padding: 5px 20px 5px 15px;
        position: relative;
        margin: 2px 0px;
    }

        .notebook-box .note-list > li .list-control {
            position: absolute;
            right: 10px;
            top: 14px;
        }

            .notebook-box .note-list > li .list-control .dropdown-toggle {
                text-decoration: none;
                cursor: pointer;
            }

                .notebook-box .note-list > li .list-control .dropdown-toggle::after {
                    display: none;
                }

            .notebook-box .note-list > li .list-control .dropdown-menu {
                font-size: 13px;
            }

.n-list-scroll {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 167px;
}

.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .nano-content:focus {
        outline: thin dotted;
    }

    .nano-content::-webkit-scrollbar {
        display: none;
    }

    .nano-content::-webkit-scrollbar {
        display: block;
    }

.nano-pane {
    position: absolute;
    width: 6px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .nano-pane > .nano-slider {
        position: relative;
        margin: 0 1px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .nano-pane,
    .nano-pane.active,
    .nano-pane.flashed {
        visibility: visible\9;
        /* Target only IE7 and IE8 with this hack */
        opacity: 0.99;
    }

.n-list-scroll .nano-content {
    padding: 10px 10px 10px 0px;
}

.foot-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .foot-list li {
        font-size: 12px;
        margin: 0px 2px;
        padding: 6px;
        display: inline-block;
    }

.addtext-box .max-text {
    position: absolute;
    font-size: 10px;
    z-index: 2;
    right: 0px;
}

    .addtext-box .max-text.textbox {
        right: 39px;
        top: 9px;
    }

    .addtext-box .max-text.textarea {
        right: 39px;
        top: 46px;
    }

.createpop .modal-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
    display: block;
}

.createpop .modal-header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

.createpop .modal-content {
    border-radius: 0px;
}

/*Modal popup rightside*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal-dialog.modal-md {
    width: 700px !important;
    max-width: 700px;
}

.createpop .modal-header {
    padding: 10px 20px;
    border-radius: 0px;
}

.createpop .modal-body {
    padding: 15px !important;
}

.popup-content-scroll {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 73vh;
    padding-right: 20px;
}

.createpop .modal-footer {
    padding: 8px 15px !important;
}

.form-design .form-control {
    font-size: 14px;
}

.form-check label {
    margin-bottom: 0px;
}

.popup-content-scroll .nano-content {
    padding: 10px 20px;
}

.form-design .form-control:disabled,
.form-design .form-control[readonly] {
    opacity: 1;
}

.note {
    font-size: 0.875em;
    display: inline-block;
    padding: 2px;
}

.custome-theme .modal-dialog {
    margin-top: 0px;
}

.left-sidebar {
    position: relative;
    overflow: hidden;
    width: 100%;
    left: 0;
    height: 78vh;
}

    .left-sidebar .nano-content {
        padding: 15px 0px 15px 15px;
    }

    .left-sidebar h5 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .left-sidebar ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .left-sidebar ul > li > a {
            display: block;
            padding: 10px 5px;
            font-size: 13px;
            text-decoration: none;
            transition-duration: .3s;
            border-radius: 4px;
        }

.subheading {
    margin: 10px 0px 15px 0px;
    padding-bottom: 10px;
}

.form-control2 {
    display: block;
    font-size: 12px;
}

    .form-control2 .form-control-color {
        padding: 0px;
        width: 31px;
        height: 31px;
        border: 0px;
    }

.table > thead > tr > th,
.table > tbody > tr > td {
    font-size: 13px;
}

.table td p,
.table th p {
    margin: 0px;
    padding: 0px;
}

.header .form-switch {
    margin: 9px 0px;
}

    .header .form-switch .form-check-input {
        height: 1.9em;
        width: 4.3em;
    }

    .header .form-switch .form-check-input {
        background-image: url(../images/hi-flag.jpg);
    }

        .header .form-switch .form-check-input:checked {
            background-image: url(../images/en-flag.jpg);
            background-position: left center;
        }

.font-preview {
    padding: 10px 20px;
    border-radius: 50px;
}

.table td {
    position: relative;
}

.table .editlist {
    position: absolute;
    display: none;
    top: 9px;
    right: 0px;
}

    .table .editlist a {
        font-size: 16px;
        display: block;
        padding: 0px 5px;
    }

    .table .editlist .dropdown-menu {
        border: 0px;
        padding: 0px !important;
    }

        .table .editlist .dropdown-menu .dropdown-item {
            font-size: 13px;
            padding: 8px 8px 8px 30px;
            position: relative;
        }

        .table .editlist .dropdown-menu .icon {
            margin-right: 5px;
            display: inline-block;
            position: absolute;
            left: 8px;
            top: 11px;
        }

/*.editlist:after{content:"\f142"; font-family:FontAwesome; right:5px; position:absolute; color:#333; font-size:16px; display:none;}*/
.table > tbody > tr:hover .editlist {
    display: inline-block;
}

.table .editlist a:after {
    display: none;
}

.btn-xs {
    padding: 0.175rem 0.45rem;
}

.badge-yellow {
    display: block;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0px 2px;
}

.badge-green {
    display: block;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0px 2px;
}

.badge-red {
    display: block;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0px 2px;
}

.badge-absent {
    display: block;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0px 2px;
}

.badge-blue {
    display: block;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0px 2px;
}

.formbuilder-field {
    padding: 15px 15px 15px 0px;
}

    .formbuilder-field h5 {
        font-size: 16px;
        font-weight: bold;
    }

.dragable-input {
    padding: 15px;
}

    .dragable-input .ui-draggable {
        margin-bottom: 15px;
    }

        .dragable-input .ui-draggable:hover {
            cursor: move;
        }

        .dragable-input .ui-draggable .btn {
            display: block;
            width: 100%;
        }

.form-body .dropped {
    transition-duration: .3s;
    margin-bottom: 15px;
}

    .form-body .dropped .tools {
        display: none;
    }

    .form-body .dropped:hover .tools {
        display: block;
    }

.pagecontentbody {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.bgthumg {
    display: block;
    border-radius: 5px;
    transition-duration: .3s;
    margin-bottom: 20px;
}

    .bgthumg img {
        border-radius: 5px;
    }

.backbtn {
    margin: 20px 0px 20px -12px;
    border-radius: 0px 6px 6px 0px;
}

.emp-profile {
}

.profile-img {
    text-align: center;
    position: relative;
}

    .profile-img img {
        width: 90%;
        height: 100%;
    }

    .profile-img .file {
        position: absolute;
        overflow: hidden;
        width: 50px;
        border: none;
        height: 50px;
        border-radius: 50%;
        font-size: 20px;
        padding: 11px;
        z-index: 2;
        bottom: 4px;
        right: 21px;
        cursor: pointer;
    }

        .profile-img .file input {
            position: absolute;
            opacity: 0;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    margin-top: 5%;
}

    .proile-rating span {
        font-size: 14px;
        font-weight: 600;
    }

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

    .profile-head .nav-tabs .nav-link {
        font-weight: 600;
        border: none;
    }

        .profile-head .nav-tabs .nav-link.active {
            border: none;
        }

.profile-work {
    padding: 5%;
    margin-top: -15%;
}

    .profile-work p {
        font-size: 12px;
        font-weight: 600;
        margin-top: 10%;
    }

    .profile-work a {
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
    }

    .profile-work ul {
        list-style: none;
    }

.profile-tab label {
    font-weight: 600;
}

.profile-tab p {
    font-weight: 600;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 0px 10px rgb(0, 0, 0, .3);
    }

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 38%;
    font-size: 13px;
}

.off {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 59%;
    font-size: 13px;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.btn-check.active + .btn,
.btn.active {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(66, 115, 164, 0.39);
}

.filter-search {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .filter-search .form-control:focus {
        outline: 0;
        box-shadow: none;
    }

    .filter-search > li {
        padding: 10px;
        border-radius: 4px;
        position: relative;
    }

        .filter-search > li .form-control {
            border-radius: 2px;
        }

    .filter-search .dropdown-menu {
        font-size: inherit;
    }

.btn-default {
    border-radius: 0px 4px 4px 0px !important;
}

.filter-search .fs-searchbar {
    padding: 0px 10px;
    border-radius: 0px;
    width: 100%;
    transform: translate(-0px, 35px) !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .08);
}

.filter-search .fs-topic {
    min-height: 200px;
}

    .filter-search .fs-topic h6 {
        font-size: 12px;
        text-align: center;
        margin: 0px;
        padding: 10px;
        font-weight: bold;
    }

    .filter-search .fs-topic > ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .filter-search .fs-topic > ul > li > a {
            display: block;
            padding: 10px 0px;
            text-transform: uppercase;
            font-size: 12px;
            text-decoration: none;
            transition-duration: .3s;
        }

.filter-search .dropdown-menu.category .form-control {
    border: 0px;
}

.filter-search .dropdown-menu.category > li > a {
    font-size: 12px;
    text-transform: uppercase;
}

.loginbg {
    min-height: 68px;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
}

.breadcrumb li {
    font-size: 1em;
}

.intentbtn {
    display: table;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 5px;
    text-decoration: none;
    background-image: url(../images/corner-1.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

    .intentbtn .intenticon,
    .intentbtn .intentdata {
        display: table-cell;
        vertical-align: middle;
        height: 100px;
        padding-left: 20px;
    }

    .intentbtn .intenticon {
        padding: 10px;
        width: 36%;
        text-align: center;
    }

        .intentbtn .intenticon .intentno {
            font-size: 1.7em;
        }

        .intentbtn .intenticon svg {
            height: 55px;
        }

.intentdata .intentno {
    display: block;
    font-size: 1.8em;
}

.intentbtn:hover {
    text-decoration: none;
}

.rounded {
    border-radius: 10.25rem !important;
}

.field-icon {
    float: right;
    margin-right: 14px;
    margin-top: -31px;
    position: relative;
    z-index: 2;
    opacity: 0.6;
    cursor: pointer;
}

.input-group .toggle-password {
    width: 45px;
}

.mobulename {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .mobulename li {
        padding: 15px;
        box-sizing: border-box;
        float: left;
        width: 25%;
    }

        .mobulename li a {
            display: block;
            border-radius: 5px;
            text-align: center;
            padding: 10px 10px 20px 10px;
            font-weight: 400;
            min-height: 204px;
            transition-duration: .3s;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
            text-decoration: none;
            font-size: 1.2rem;
        }

        .mobulename li .iconcust {
            display: block;
            width: 80px;
            height: 80px;
            box-sizing: border-box;
            margin: 25px auto;
            border-radius: 50%;
            padding: 10px;
            position: relative;
        }

            .mobulename li .iconcust:before {
                content: "";
                position: absolute;
                width: 100px;
                height: 100px;
                border-radius: 50%;
                right: 18px;
                left: -10px;
                margin: 0px auto;
                top: -10px;
            }

            .mobulename li .iconcust .icon {
                font-size: 2.2em;
            }

            .mobulename li .iconcust svg {
                height: 40px;
            }

            .mobulename li .iconcust span {
                display: inline-block;
                height: 60px;
                width: 60px;
                text-align: center;
                padding: 8px;
                box-sizing: border-box;
                border-radius: 50%;
            }

        .mobulename li a:hover {
            box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
            border: 2px solid #84c1e6;
            text-decoration: none;
        }

.table td .usericon {
    width: 40px;
}

#create-college .modal-footer {
    display: block;
}

.pagebody.sidepage-pading {
    padding: 0px 20px;
}

.icon-group {
    display: block;
}

    .icon-group .btn-icon {
        margin-right: 10px;
    }

.btn-check[type="checkbox"] + .btn-icon:before {
    content: "\f0c8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
}

.btn-check[type="checkbox"]:checked + .btn-icon:before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
}

.icon-group.block-element .btn-icon {
    display: block;
    text-align: left;
    margin-right: 0px;
}

.btn {
    font-weight: 600;
}

.table td .switch .on,
.table td .switch .off {
    font-size: 11px;
}

.table td .switch {
    width: 84px;
    height: 27px;
}

    .table td .switch .slider::before {
        height: 20px;
        width: 20px;
    }

.table > tfoot > tr > td {
    font-weight: bold;
}

.breadcrumb-item.active {
    font-weight: bold;
}

.filter-wrap {
    position: relative;
    padding: 21px 15px 15px 15px;
    border: 1px dashed #dc3545;
    border-radius: 8px;
    margin-top: 25px;
    margin-bottom: 15px;
    /*! background-color: #f4f4f4; */
}

    .filter-wrap .filter-title {
        position: absolute;
        top: -12px;
        background-color: #fff;
        padding: 0px 10px;
        font-size: 1.3em;
        font-weight: bold;
        border-radius: 6px;
    }

.download-icon img {
    height: 30px;
}

.download-icon {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border: 0px solid #ccc;
}

.app-status {
    font-size: 18px;
}

.app-status2 {
    font-size: 15px;
    font-weight: 600;
}

.app-status .statuscom {
    display: inline-block;
    background-color: #EEF7E6;
    border: 2px solid #3F6C12;
    color: #3F6C12;
    padding: 2px 10px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
    border-radius: 3px;
}

.app-status .inprocee-status {
    display: inline-block;
    background-color: #FBF3DD;
    border: 2px solid #DBAA18;
    color: #A6800E;
    padding: 2px 10px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
    border-radius: 3px;
}

.app-status .unpaid-status {
    display: inline-block;
    background-color: #FBEAEA;
    border: 2px solid #BD3232;
    color: #BD3232;
    padding: 2px 10px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
    border-radius: 3px;
}

.r-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

    .r-table tr > th,
    .r-table tr > td {
        border-top: 1px solid #e6e6e6;
        padding: 8px;
        background-color: #fff;
        font-size: 13px;
    }

.student-photo {
    width: 100px;
    height: 120px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 3px;
}

.student-sign {
    width: 100px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px
}

.btn.btn-p0 {
    padding: 1px 5px !important
}

.seatmatrix {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .seatmatrix > li {
        width: 8%;
        border-radius: 4px;
        border: 1px solid #d5d5d5;
        margin: 5px;
    }

        .seatmatrix > li > ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-wrap: wrap;
        }

            .seatmatrix > li > ul > li {
                width: 100%;
                text-align: center;
                padding: 0px;
            }

                .seatmatrix > li > ul > li .btn {
                    padding: 2px;
                    display: block;
                    margin: 0px 0px 0px 0px;
                    border-radius: 0px 0px 4px 4px;
                }

                    .seatmatrix > li > ul > li .btn.btn-outline-success {
                        color: #747b78;
                        border-color: #e8e8e8;
                        background: #e8e8e8;
                    }

                .seatmatrix > li > ul > li:nth-child(1) {
                    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
                    font-weight: 800;
                    width: 100%;
                    padding: 5px
                }

                .seatmatrix > li > ul > li:nth-child(2) {
                    font-weight: 800;
                    border-right: 1px solid #eee;
                    padding: 5px 0px;
                    font-size: 17px;
                }

                .seatmatrix > li > ul > li:nth-child(3) {
                    font-weight: 600;
                    color: #4d640c;
                }

        .seatmatrix > li:hover {
            box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
        }

        .seatmatrix > li > ul > li .btn:hover {
            background: #198754;
            color: #fff;
        }

        .seatmatrix > li > ul > li .btn-check:focus + .btn-outline-success,
        .seatmatrix > li > ul > li .btn-outline-success:focus {
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
            background: #198754;
            color: #fff;
            border-color: #198754;
        }

.reducefont {
    font-size: 15px;
    font-weight: 800;
}

.fee-wrap {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
}

.fees {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .fees li {
        box-sizing: border-box;
        padding: 8px;
        width: 33.3%
    }

        .fees li .feebox {
            border-radius: 5px;
            padding: 15px;
            border: 1px solid #eee;
            box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
            background-color: #fff;
        }

            .fees li .feebox span {
                display: block;
                font-size: 24px;
                font-weight: 800;
                color: #087136;
            }

.available {
    background: #f6ffee;
}

.seatmatrix > li.available > ul > li:nth-child(2) {
    color: #38660f
}

.not-available {
    background: #fff0f0;
}

.seatmatrix > li.not-available > ul > li:nth-child(2) {
    color: #bd3030
}

.submodulename {
    padding: 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, .6);
    font-size: 2em;
    margin: 15px auto;
    max-width: 70%;
    font-weight: bold;
    border: 8px double #fff;
    color: #a7052e;
    text-transform: uppercase;
}

.loginformbg {
    background-image: url(../images/musicbg.png);
    background-repeat: no-repeat;
    background-size: 51%;
    background-position: bottom left;
}

.otp-dash {
    font-size: 2em;
}

.otp-time #countdown {
    color: #C00;
}

.photo {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}

    .photo img {
        width: 114px;
    }

.subjectul {
    list-style: none;
    padding-left: 0;
}

    .subjectul li {
        float: left;
        border: 1px solid #ccc;
        margin-right: 10px;
        padding: 5px 10px;
        margin-bottom: 15px;
        width: 200px;
    }

        .subjectul li label {
            margin-bottom: 0;
            display: inline-block;
            width: 100%;
        }

            .subjectul li label input[type="radio"] {
                float: right;
                margin: 4px;
            }

.bsvtbl tbody tr td { border: 1px solid #ccc; background-color: #fff;}

.dn {
display:none;
}

.logo-dash{
        width: 38% !important;
    display: block;
    margin-right: 23px;
}

.logo-dash img{
    width: 80px;
    float: left;
    margin-left: 15px;
    margin-right: 10px;
    border-right: 1px solid #d5d1d1;
    PADDING-RIGHT: 4PX;
}

.student-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f34d2b, #a9111f);
    display: inline-block;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    padding: 10px 10px;
}

.reg-badge{
    margin-left: 6px;
    margin-top: 8px;
    padding: 8px 8px;
    border-radius: 30px;
    background: #e5e5e5;
    color: #113c72;
    font-size: 14px;
    font-weight: 800;
}
.card-body .row .col-5 {
    font-weight: 800 !important;
    color: #174a8d !important;
    border-right: solid thin #ddd;
    padding-left: 15px;
}

.cstm-red{
    background-image: -webkit-linear-gradient(47deg, rgb(231 67 41) 0px, rgb(183 29 33) 100%);
    box-shadow: rgb(190 35 34 / 23%) 0px 8px 29px 0px;
    color: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    border: none;
    margin: 15px 0px;
}

.cstm-red:hover {
    background-image: -webkit-linear-gradient(47deg, rgb(183 29 33) 0px, rgb(231 67 41) 100%);
    box-shadow: rgb(239 139 117 / 80%) 0px 10px 29px 2px;
    transition: all 0.4s ease 0s;
    color:#fff;
}

.cstm-success{
    background-image: -webkit-linear-gradient(47deg, #8BC34A 0px, #2E7D32 100%);
    box-shadow: rgb(133 191 73 / 25%) 0px 8px 29px 0px;
    color: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    border: none;
    margin: 15px 0px;
}

.cstm-success:hover {
    background-image: -webkit-linear-gradient(47deg, #2E7D32 0px, #8BC34A 100%);
    box-shadow: rgb(133 191 73 / 25%) 0px 8px 29px 0px;
    transition: all 0.4s ease 0s;
    color:#fff;
}

.cstm-primary{
    background-image: -webkit-linear-gradient(47deg, #B71C1C 0px, #5a0101 100%);
    box-shadow: rgb(101 4 4 / 37%) 0px 8px 29px 0px;
    color: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    border: none;
    margin: 15px 0px;
}

.cstm-primary:hover {
    background-image: -webkit-linear-gradient(47deg, #5a0101 0px, #B71C1C 100%);
    box-shadow: rgb(101 4 4 / 37%) 0px 8px 29px 0px;
    transition: all 0.4s ease 0s;
    color:#fff;
}