@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    color: #141e28;
}
/*Login page*/
.logbg {
    background-image: url(../images/loginbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.loginbox {
    margin: 70px 100px;
    border-radius: 20px;
}

    .loginbox:before {
        width: 238px;
        height: 233px;
        content: " ";
        position: absolute;
        bottom: -55px;
        left: -45px;
        background-image: url("data:image/svg+xml,%3Csvg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E%0A");
    }

.namepanal {
    background-image: linear-gradient(to top, #d1e8fd 0%, #ffffff 100%);
    margin: 0;
    border-radius: 20px;
    min-height: 467px;
}

    .namepanal .deptname h3 {
        color: #8400a3;
        font-size: 2em;
        margin-top: -140px;
        text-shadow: 2px 2px #fff;
    }

        .namepanal .deptname h3.hindihed {
            line-height: 1.5;
            margin-top: 20px;
        }


    .namepanal img {
        margin-top: -50px;
        width: 35%;
        margin-right: 5px;
        border: 8px solid #fff;
        border-radius: 50%;
    }

label {
    font-weight: 600;
    color: rgba(0,0,0,.6);
}

.loginsidebar {
    background-color: #ccc09d;
    background-image: url(../images/output-onlinepngtools-2.png) /*, url(../images/background9.png)*/;
    background-repeat: no-repeat;
    background-size: 90% /*, cover*/;
    background-position: bottom center /*, top center*/;
    padding-top: 25px;
}

.cptchimg {
    height: 35px;
    width: 100%;
    border-radius: 4px;
}

.form-control:focus {
    transition-duration: .3s;
}

.login-form {
    margin: 0px auto;
    border: 5px solid #ededed;
    border-radius: 20px;
    padding: 15px;
}

.portalhed {
    text-align: center;
    font-size: 1.2em;
    color: #164677;
    font-weight: 800;
    margin-bottom: 15px;
}

    .portalhed small {
        display: block;
        text-align: left;
        font-size: 0.9rem;
        color: #ff5a00;
    }

.deptname {
    text-align: center;
}

    .deptname h3 {
        font-weight: 800;
        color: rgba(0,0,0,.7);
    }

    .deptname h5 {
        font-weight: 800;
        color: #703306;
        margin-top: 25px;
        font-size: 0.95rem;
    }

.btn-danger {
    background-color: #c61162;
    border-color: #c61162;
    color: #fff;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:visited {
        background-color: #e0126e;
        border-color: #e0126e;
        color: #fff;
    }

.login-form h3 {
    font-weight: 600;
    color: #333;
    font-size: 1.2em;
}

.notecolor {
    color: #ce165e;
}

    .notecolor a {
        color: #ce165e;
    }

.circle {
    border-radius: 50%;
    background-color: #847341;
    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%;
    background: #fff;
}

    .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;
}

@keyframes help-color-change {
    0% {
        color: #229c85;
    }

    50% {
        color: #0357a2;
    }

    100% {
        color: #229c85;
    }
}

.list {
    list-style: none
}

.fplink {
    text-decoration: none;
}

.refresh {
    padding: 0px;
    text-align: center;
    text-align: center;
}

.cp_refresh {
    padding: 30px 0px 0px 0px;
}

    .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 {
    position: absolute;
    right: 0;
    left: 255px;
    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-color: rgb(249, 247, 240);
    background-image: url(../images/loginbg.jpg);
    background-repeat: repeat;
}

.logo {
    border-right: 1px solid #ccc;
}

.moudlename {
    font-weight: 800;
    padding: 7px 0px;
    margin: 0;
    color: #fff;
    font-size: 1rem;
}

    .moudlename .department-logo {
        display: block;
        font-size: 0.9rem;
        font-weight: 600;
        margin-top: 2px;
        margin-bottom: 2px;
        color: #db4e2b;
    }

    .moudlename .list-control {
        float: left;
        min-height: 43px;
        padding: 8px 0px;
    }

        .moudlename .list-control > a {
            animation: color-change 1s infinite;
        }

@keyframes color-change {
    0% {
        color: #ff7a59;
    }

    50% {
        color: #0357a2;
    }

    100% {
        color: #ff7a59;
    }
}

.moudlename .list-control .dropdown-toggle {
    text-decoration: none;
    color: #c86d36;
    margin-right: 15px;
    font-size: 26px;
    cursor: pointer;
}

.moudlename .list-control .dropdown-menu {
    font-size: 14px;
    border: 1px solid #1a62a2;
    padding: 0px;
}

    .moudlename .list-control .dropdown-menu li a {
        padding: 8px 12px;
    }

    .moudlename .list-control .dropdown-menu li {
        border-bottom: 1px solid #eee;
    }

        .moudlename .list-control .dropdown-menu li:last-child {
            border-bottom: 0px;
        }

.moudlename .list-control .dropdown-toggle:after {
    display: none;
}

.b-right {
    border-right: 1px solid #ccc;
}

.mainmenu {
    padding: 0px;
    background-color: #fff;
}

    .mainmenu .nav-link {
        padding: 10px 15px !important;
        color: #fff;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
    }

    .mainmenu .active .nav-link {
        background-color: rgba(0,0,0,.3);
    }

    .mainmenu .dropdown-menu {
        font-size: inherit;
        padding: 0px;
        max-width: 250px;
        min-width: 250px
    }

        .mainmenu .dropdown-menu > li > a {
            white-space: inherit;
            padding: 8px 15px;
            border-bottom: 1px solid rgba(0,0,0,.1)
        }

.profileicon {
    color: #333;
    text-decoration: none;
    font-size: 1.5em;
    display: inline-block;
    padding: 0px;
    margin: 2px -10px 2px 0px;
}

    .profileicon img {
        border-radius: 50%;
        max-width: 47px;
        padding: 5px;
    }

.sidebar {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100vh;
    width: 0px;
    background-color: #fff;
    z-index: 5;
    box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    overflow: hidden;
    transition-duration: .3s;
}

.contentwraper {
    margin: 10px;
    border-radius: 20px;
    position: relative;
    transition-duration: .3s;
    padding-top: 50px;
    padding-bottom: 15px;
    padding-left: 250px;
    background-color: #fff;
    /*height: 96.9vh;*/
}

    .contentwraper:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        left: 0;
        margin: 0px auto;
        background-color: rgba(255,255,255,.0);
        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 {
    background: rgba(0,0,0,.25);
    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 {
        background: #444;
        background: rgba(0,0,0,.5);
        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;
}

.scrollwrap .nano-pane {
    background: #888;
}

.scrollwrap .nano-slider {
    background: #111;
}

.sidebar .profiletitle {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    position: relative;
}

    .sidebar .profiletitle span {
        font-weight: normal;
        color: #868686;
        font-size: 12px;
        display: block;
    }

.sidebar .logoutbutton {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}

    .sidebar .logoutbutton a {
        padding: 15px;
        border-top: 1px solid #eee;
        font-weight: bold;
        display: block;
        text-decoration: none;
        color: #33475b;
    }

        .sidebar .logoutbutton a .fas {
            color: #c82c25;
        }

        .sidebar .logoutbutton a:hover {
            background-color: #eee;
        }

.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;
            color: #333;
            transition-duration: none;
        }

            .sidebar ul li a:hover {
                background-color: #eee;
            }

        .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;
    background-color: #867a59;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    z-index: 101;
    padding: 0px 50px;
    color: #fff;
}

.searchbtn {
    color: #fff;
    background: #23baf7;
    padding: 14px 20px 13px 20px;
}

    .searchbtn:hover {
        color: #fff;
        background: #46caff;
    }

.searchbox {
    position: fixed;
    right: -500px;
    background-color: #fff;
    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;
    background-color: #ff7a59;
    color: #fff;
    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;
        color: rgba(0,0,0,.5);
        transition-duration: .3s;
        text-decoration: none;
    }

        .searchlist li a:before {
            content: "\e09e";
            font-family: 'simple-line-icons';
            position: absolute;
            left: 0px;
            color: #ff7a59;
        }

        .searchlist li a b {
            display: block;
            font-size: 15px;
            color: #33475b;
        }

        .searchlist li a:hover {
            background-color: #eaf7ff;
        }

.pageheader {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin: 0 -15px 10px;
}

    .pageheader h4 {
        font-size: 1.2rem;
        color: #262626;
        font-weight: bold;
    }

        .pageheader h4 span {
            font-size: 12px;
            color: rgba(0,0,0,.5);
        }

.pagetabs {
    padding: 0px 50px;
    margin-top: 15px;
}

    .pagetabs li {
        max-width: 180px;
        padding: 10px 10px;
        font-size: 14px;
        border: 1px solid #dee2e6;
        border-bottom: 1px solid #fff;
        background-color: rgba(255, 255, 255, 0.78);
        margin: 0px 3px;
    }

        .pagetabs li.active {
            background-color: #fff;
            margin-bottom: -1px;
        }

        .pagetabs li a {
            text-decoration: none;
            border-radius: 0px;
            color: #141e28;
            display: inline-block;
            margin: 0px 2px;
        }

.breadcrumb {
    margin-bottom: 0px;
}

    .breadcrumb li {
        font-size: .8em;
    }

        .breadcrumb li a {
            text-decoration: none;
        }

.pagebody {
    padding: 0px 15px 15px 15px;
    background-color: #fff;
    border: 5px solid #ededed;
    border-radius: 20px;
    max-height: 554px;
    overflow: auto;
    min-height: 554px;
}

.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;
        background-color: #fff;
        box-shadow: 0px 0px 5px rgba(0,0,0,.05);
        border: 1px solid #eee;
        border-radius: 4px;
        padding: 0px;
        text-align: left;
        font-size: 13px;
    }

        .btngroup .submenu .dropdown-menu li {
            display: block;
            border-bottom: 1px solid #eee;
        }

.footicon {
    list-style: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}

    .footicon > li {
        display: inline-block;
    }

        .footicon > li > a {
            display: block;
            color: #fff;
            padding: 5px 10px;
            border-right: 1px solid rgba(255,255,255,.1);
            border-left: 1px solid rgba(255,255,255,.1);
            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;
            color: #333;
        }

    .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;
        background-color: #f2f2f2;
        height: 150px;
        width: 100%;
        font-size: 13px;
        padding: 5px 10px;
    }

    .addtext-box input {
        position: relative;
        border: 0px;
        background-color: #f2f2f2;
        height: 35px;
        width: 100%;
        font-size: 13px;
        padding: 5px 10px;
        border-bottom: 1px solid #fff;
        color: #333;
    }

        .addtext-box textarea:focus-visible, .addtext-box input:focus-visible {
            border: 0px !important;
            color: #333;
            outline: 0;
        }

    .addtext-box .close2 {
        color: #939292;
        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;
    color: #666;
}

    .notebook-box .note-list > li {
        border-radius: 4px;
        background-color: #f7ede7;
        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 {
                color: #666;
                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 {
    background: rgba(0,0,0,.25);
    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 {
        background: #444;
        background: rgba(0,0,0,.5);
        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;
}

.n-list-scroll .nano-pane {
    background: #888;
}

.n-list-scroll .nano-slider {
    background: #111;
}

.foot-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .foot-list li {
        font-size: 12px;
        margin: 0px 2px;
        padding: 6px;
        display: inline-block;
    }

        .foot-list li a {
            color: #fff;
        }

.addtext-box .max-text {
    position: absolute;
    font-size: 10px;
    color: #666;
    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);
}

.createpop .modal-header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

    .createpop .modal-header .modal-title {
        color: #0a508e;
    }

.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;
    background-color: #eee;
    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 {
    background-color: #f4fbff;
    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] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.note {
    font-size: 0.875em;
    color: #D70000;
    display: inline-block;
    padding: 2px;
}

.custome-theme .modal-dialog {
    margin-top: 0px;
}

.left-sidebar {
    position: relative;
    overflow: hidden;
    width: 100%;
    left: 0;
    max-height: 78vh;
}

    .left-sidebar .nano-content {
        padding: 15px 0px 15px 0px;
    }

    .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 0px 10px 25px;
            font-size: 13x;
            text-decoration: none;
            color: #000;
            transition-duration: .3s;
            border-radius: 4px;
            position: relative;
        }

            .left-sidebar ul > li > a span.icons {
                position: absolute;
                left: 8px;
                top: 12px;
            }

            .left-sidebar ul > li > a:hover {
                background-color: rgba(255, 255, 255, 0.68);
            }

            .left-sidebar ul > li > a.active {
                background-color: rgb(174, 162, 128);
                color: #fff;
            }

.border-all-side {
    border: 1px solid #dee2e6;
}

.border-right {
    border-right: 1px solid #dee2e6;
}

.border-left {
    border-left: 1px solid #dee2e6;
}

.border-bottom {
    border-left: 1px solid #dee2e6;
}

.border-top {
    border-top: 1px solid #dee2e6;
}

.subheading {
    color: #000;
    margin: 10px 0px 15px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.subheading2 {
    color: #ac00d7;
    margin: 10px 0px 15px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 1.05rem;
    font-weight: 600;
}

    .subheading2 .form-check {
        display: inline-block;
        font-size: 14px;
        padding: 0px 15px;
        position: relative;
    }

.card.themeoption:hover {
    border: 1px solid #33475b;
}

.card.themeoption.active {
    border: 1px solid #33475b;
}

.themetab.nav-pills {
    margin: -17px -20px 20px -20px;
    border-bottom: 1px solid #dee2e6;
}

    .themetab.nav-pills li {
        border-right: 1px solid #dee2e6;
    }

    .themetab.nav-pills .nav-link {
        background-color: #eff6f9;
        color: #020202;
        padding: 15px;
        border-radius: 0px;
        font-weight: bold;
    }

        .themetab.nav-pills .nav-link.active, .themetab.nav-pills .show > .nav-link {
            background-color: #fff;
            color: #0f9ad2;
        }

.form-control2 {
    display: block;
    font-size: 12px;
}

    .form-control2 .form-control-color {
        padding: 0px;
        width: 31px;
        height: 31px;
        border: 0px;
    }

/*.table > thead > tr > th {
    background-color: #dfdacd;
    color: rgba(32, 32, 32, 0.85);
}*/

.table > thead > tr > th, .table > tbody > tr > td {
    font-size: 13px;
}

.table > tbody > tr > td {
    color: #494e53;
    vertical-align: middle
}

.table > :not(:last-child) > :last-child > * {
    border-bottom: 1px solid #d5d5d5;
}

.table td p, .table th p {
    margin: 0px;
    padding: 0px;
}

.header .form-switch {
    margin: 9px 14px;
}

    .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);
        background-color: #ebebed;
        border-color: #d5d5d5;
    }

        .header .form-switch .form-check-input:checked {
            background-image: url(../images/en-flag.jpg);
            background-color: #ebebed;
            border-color: #d5d5d5;
            background-position: left center;
        }

.uploaded-logo {
    border: 1px solid #ccc;
}

.font-preview {
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 50px;
}

.table td {
    position: relative;
}

.table .editlist {
    position: absolute;
    display: none;
    top: 9px;
    right: 0px;
}

    .table .editlist a {
        color: #333;
        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 .dropdown-item:hover {
                background-color: #eee;
            }

        .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 {
    color: #c09005;
    background-color: rgba(252,197,37,.15);
    display: block;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0px 2px;
}

.badge-green {
    color: #008249;
    background-color: rgba(21,195,119,.15);
    display: block;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0px 2px;
}

.badge-red {
    color: #d52a2a;
    background-color: rgba(249,104,104,.15);
    display: block;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0px 2px;
}

.badge-absent {
    color: #fff;
    background-color: #d52a2a;
    display: block;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0px 2px;
}

.badge-blue {
    color: #39aaf6;
    background-color: rgba(72,176,247,.15);
    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 {
    border: 1px dashed #ccc;
    border: 1px dashed #33475b;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.51);
}

    .dragable-input .ui-draggable {
        margin-bottom: 15px;
    }

        .dragable-input .ui-draggable:hover {
            background-color: rgba(0,0,0,.05);
            cursor: move;
        }

        .dragable-input .ui-draggable .btn {
            display: block;
            width: 100%;
        }

.form-body .dropped {
    transition-duration: .3s;
    margin-bottom: 15px;
}

    .form-body .dropped:hover {
        background-color: #eee !important;
    }

    .form-body .dropped .tools {
        display: none;
    }

    .form-body .dropped:hover .tools {
        display: block;
    }

.pagecontentbody {
    position: relative;
    z-index: 1;
    height: 86.5vh;
    overflow: auto;
}

.bgthumg {
    display: block;
    border-radius: 5px;
    border: 2px solid #ccc;
    transition-duration: .3s;
    margin-bottom: 20px;
}

    .bgthumg img {
        border-radius: 5px;
    }

    .bgthumg:hover {
        border-color: #19508e;
    }

    .bgthumg.active {
        border: 2px solid #19508e;
    }

.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;
        background: rgba(33, 37, 41, 0.32);
        height: 50px;
        border-radius: 50%;
        font-size: 20px;
        padding: 11px;
        z-index: 2;
        bottom: 4px;
        right: 21px;
        cursor: pointer;
    }

    .profile-img:hover .file {
        background: rgba(33, 37, 41, 0.72);
    }

    .profile-img .file input {
        position: absolute;
        opacity: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #10a4df;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}

    .proile-rating span {
        color: #828991;
        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;
            border-bottom: 2px solid #aea280;
        }

.profile-work {
    padding: 5%;
    margin-top: -15%;
}

    .profile-work p {
        font-size: 12px;
        color: #818182;
        font-weight: 600;
        margin-top: 10%;
    }

    .profile-work a {
        text-decoration: none;
        color: #495057;
        font-weight: 600;
        font-size: 14px;
    }

    .profile-work ul {
        list-style: none;
    }

.profile-tab label {
    font-weight: 600;
}

.profile-tab p {
    font-weight: 600;
    color: #000;
}

.profile-edit-btn {
    color: #fff;
}

.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;
    background-color: #c5d9f0;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 0px 10px rgb(0, 0, 0, .3);
    }

input:checked + .slider {
    background-color: #212529;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}
/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 38%;
    font-size: 13px;
}

.off {
    color: #000;
    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%;
    }

.theme1 {
    background: #f3f4f6;
    background: -moz-linear-gradient(left, #f3f4f6 0%, #f3f4f6 24%, #1ee3cf 24%, #1ee3cf 48%, #6b47ff 48%, #6b47ff 74%, #0c4068 74%, #0c4068 100%);
    background: -webkit-linear-gradient(left, #f3f4f6 0%, #f3f4f6 24%, #1ee3cf 24%, #1ee3cf 48%, #6b47ff 48%, #6b47ff 74%, #0c4068 74%, #0c4068 100%);
    background: linear-gradient(to right, #f3f4f6 0%, #f3f4f6 24%, #1ee3cf 24%, #1ee3cf 48%, #6b47ff 48%, #6b47ff 74%, #0c4068 74%, #0c4068 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e3f67', endColorstr='#f3f4f6', GradientType=1 );
    border: 1px solid #000;
}

.theme2 {
    background: #33475b;
    background: -moz-linear-gradient(left, #33475b 0%, #33475b 24%, #ff7a59 24%, #ff7a59 48%, #19508e 48%, #19508e 74%, #f4fbff 74%, #f4fbff 100%);
    background: -webkit-linear-gradient(left, #33475b 0%, #33475b 24%, #ff7a59 24%, #ff7a59 48%, #19508e 48%, #19508e 74%, #f4fbff 74%, #f4fbff 100%);
    background: linear-gradient(to right, #33475b 0%, #33475b 24%, #ff7a59 24%, #ff7a59 48%, #19508e 48%, #19508e 74%, #f4fbff 74%, #f4fbff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33475b', endColorstr='#f4fbff', GradientType=1 );
    border: 1px solid #000;
}

.theme3 {
    background: #5bd0d7;
    background: -moz-linear-gradient(left, #5bd0d7 0%, #5bd0d7 24%, #338497 24%, #338497 48%, #004d61 48%, #004d61 74%, #ff512f 74%, #ff512f 100%);
    background: -webkit-linear-gradient(left, #5bd0d7 0%, #5bd0d7 24%, #338497 24%, #338497 48%, #004d61 48%, #004d61 74%, #ff512f 74%, #ff512f 100%);
    background: linear-gradient(to right, #5bd0d7 0%, #5bd0d7 24%, #338497 24%, #338497 48%, #004d61 48%, #004d61 74%, #ff512f 74%, #ff512f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd0d7', endColorstr='#ff512f', GradientType=1 );
    border: 1px solid #000;
}

.theme4 {
    background: #0064ea;
    background: -moz-linear-gradient(left, #0064ea 0%, #0064ea 24%, #fafb93 24%, #fafb93 48%, #90c984 48%, #90c984 74%, #ff58b0 74%, #ff58b0 100%);
    background: -webkit-linear-gradient(left, #0064ea 0%, #0064ea 24%, #fafb93 24%, #fafb93 48%, #90c984 48%, #90c984 74%, #ff58b0 74%, #ff58b0 100%);
    background: linear-gradient(to right, #0064ea 0%, #0064ea 24%, #fafb93 24%, #fafb93 48%, #90c984 48%, #90c984 74%, #ff58b0 74%, #ff58b0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064ea', endColorstr='#ff58b0', GradientType=1 );
    border: 1px solid #000;
}

.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 {
        background-color: #fff;
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }

    .filter-search > li {
        padding: 10px;
        background-color: #eee;
        border-radius: 4px;
        position: relative;
    }

        .filter-search > li .form-control {
            border-radius: 2px;
        }

    .filter-search .dropdown-menu {
        font-size: inherit;
    }

.btn-default {
    background-color: #fff;
    border: 1px solid #ced4da;
    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);
    border: 1px solid #d2d2d2;
}

.filter-search .fs-topic {
    min-height: 200px;
    background-color: #f1f7fb;
    border-right: 1px solid #d2d2d2;
}

    .filter-search .fs-topic h6 {
        font-size: 12px;
        color: rgba(0,0,0,.6);
        text-align: center;
        margin: 0px;
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.11);
        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;
            color: rgba(0,0,0,.7);
            font-size: 12px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
            text-decoration: none;
            transition-duration: .3s
        }

            .filter-search .fs-topic > ul > li > a:hover {
                color: #09F;
            }

            .filter-search .fs-topic > ul > li > a.active {
                color: #09F;
            }

.filter-search .dropdown-menu.category .form-control {
    border: 0px;
    border-bottom: 1px solid #eee;
}

.filter-search .dropdown-menu.category > li > a {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(0,0,0,.7);
}

    .filter-search .dropdown-menu.category > li > a:hover {
        color: #09F;
    }

.loginbg {
    background-color: #eaf7ff;
    min-height: 68px;
    border: 1px solid #ccc;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
}

.breadcrumb li {
    font-size: 1.1em;
}

.intentbtn {
    display: table;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 5px;
    text-decoration: none;
    /*background: #49c0f0;
    background: -moz-linear-gradient(-45deg, #49c0f0 0%, #2cafe3 100%);
    background: -webkit-linear-gradient(-45deg, #49c0f0 0%, #2cafe3 100%);
    background: linear-gradient(135deg, #49c0f0 0%, #2cafe3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3', GradientType=1 );*/
}

    .intentbtn .intenticon, .intentbtn .intentdata {
        display: table-cell;
        vertical-align: middle;
        height: 100px;
        padding: 10px;
        /*font-size: 1.15rem;*/
        text-align: center;
        position: relative;
    }

    .intentbtn .intenticon {
        padding: 10px;
        width: 25%;
        text-align: center;
        background: rgba(255, 255, 255, 0.08);
        border-right: 1px solid rgba(0,0,0,.08);
    }

        .intentbtn .intenticon .intentno {
            font-size: 1.7em;
        }

        .intentbtn .intenticon svg {
            height: 55px;
            fill: #fff;
        }

.intentdata {
    color: #fff;
}

    .intentdata .intentno {
        display: block;
        font-size: 1.5em;
        color: #fff;
    }

.mdb .intentdata .intentno {
    font-size: 0.9em;
    background-color: #f00;
    display: inline-block;
    border-radius: 50%;
    padding: 3px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    right: 10px;
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
}

.bluecolor {
    background-color: #26a1dd;
}

    .bluecolor svg {
        fill: #fff;
    }

    .bluecolor .intentno {
        color: #fff;
    }

.pinkcolor {
    background-color: #613ef9;
}

    .pinkcolor svg {
        fill: #fff;
    }

    .pinkcolor .intentno {
        color: #fff;
    }

.lgcolor {
    background-color: #9c27b0;
}

    .lgcolor svg {
        fill: #fff;
    }

    .lgcolor .intentno {
        color: #fff;
    }

.yellowcolor {
    background-color: #ff9614
}

    .yellowcolor svg {
        fill: #fff;
    }

    .yellowcolor .intentno {
        color: #fff;
    }

.orecolor {
    background-color: #eb0e0e
}

    .orecolor svg {
        fill: #fff;
    }

    .orecolor .intentno {
        color: #fff;
    }

.greencolor {
    background-color: #2ba97a;
}

    .greencolor svg {
        fill: #fff;
    }

    .greencolor .intentno {
        color: #fff;
    }

.gfcolor {
    background-color: #b7a62b
}

    .gfcolor svg {
        fill: #fff;
    }

    .gfcolor .intentno {
        color: #fff;
    }

.surveycolor {
    background-color: #044e4e
}

    .surveycolor svg {
        fill: #fff;
    }

    .surveycolor .intentno {
        color: #fff;
    }

.pkcolor {
    background-color: #08c4e6;
}

    .pkcolor svg {
        fill: #fff;
    }

    .pkcolor .intentno {
        color: #fff;
    }

.intentbtn small {
    color: #666;
}

.intentbtn h5 {
    color: #002042;
}

.intentbtn:hover {
    text-decoration: none;
}

.intentbtn.active {
    background-color: #48abf7;
}

    .intentbtn.active h5 {
        color: #fff;
    }

    .intentbtn.active small {
        color: rgba(255,255,255,.8) !important;
    }

    .intentbtn.active:hover {
        background-color: #1e9bfb;
    }

    .intentbtn.active .stamp.bg-secondary {
        background-color: #fff !important;
        color: #1e9bfb
    }

.removebg-color {
    background-color: transparent;
}

    .removebg-color .card {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        border: 0px solid #9cd2c2;
    }

        .removebg-color .card .card-header {
            background-color: #fff;
        }

            .removebg-color .card .card-header h5 {
                margin: 0px;
                padding: 8px 0px;
                color: #000;
                font-size: 1.3em;
                font-weight: bold;
            }

            .removebg-color .card .card-header .form-select {
                height: 30px;
                padding: 4px 6px;
            }

.rounded {
    border-radius: 10.25rem !important;
}

.field-icon {
    float: right;
    margin-right: 14px;
    margin-top: -24px;
    position: relative;
    z-index: 2;
    opacity: 0.6;
    cursor: pointer;
}

.input-group .toggle-password {
    background-color: transparent;
    width: 45px;
    color: rgba(0, 0, 0, 0.3);
}

.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;
            background-color: #fff;
            text-align: center;
            padding: 10px 10px 20px 10px;
            font-weight: 400;
            color: #000;
            min-height: 221px;
            transition-duration: .3s;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
            border: 1px solid #46caff;
            text-decoration: none;
            font-size: 1.2rem;
        }

        .mobulename li .icon {
            display: block;
            width: 80px;
            height: 80px;
            box-sizing: border-box;
            margin: 25px auto;
            border-radius: 50%;
            padding: 10px;
            position: relative;
        }

            .mobulename li .icon:before {
                content: "";
                position: absolute;
                width: 100px;
                height: 100px;
                border-radius: 50%;
                right: 18px;
                left: -10px;
                margin: 0px auto;
                top: -10px;
            }

            .mobulename li .icon svg {
                height: 40px;
            }

            .mobulename li .icon span {
                display: inline-block;
                height: 60px;
                width: 60px;
                text-align: center;
                padding: 8px;
                box-sizing: border-box;
                border-radius: 50%;
                background-color: #fff;
            }

.pink {
    background: #f95569;
    background: -moz-linear-gradient(-45deg, #f95569 0%, #f95587 100%);
    background: -webkit-linear-gradient(-45deg, #f95569 0%, #f95587 100%);
    background: linear-gradient(135deg, #f95569 0%, #f95587 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95569', endColorstr='#f95587', GradientType=1 );
}

    .pink span svg {
        fill: #f95569;
    }

    .pink:before {
        border: 1px dashed #f95569;
    }

.green {
    background: #87c15b;
    background: -moz-linear-gradient(-45deg, #87c15b 0%, #75b048 100%);
    background: -webkit-linear-gradient(-45deg, #87c15b 0%, #75b048 100%);
    background: linear-gradient(135deg, #87c15b 0%, #75b048 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87c15b', endColorstr='#75b048', GradientType=1 );
}

    .green span svg {
        fill: #75B048;
    }

    .green:before {
        border: 1px dashed #75B048;
    }

.yellow {
    background: #f7b14f;
    background: -moz-linear-gradient(-45deg, #f7b14f 0%, #da9029 100%);
    background: -webkit-linear-gradient(-45deg, #f7b14f 0%, #da9029 100%);
    background: linear-gradient(135deg, #f7b14f 0%, #da9029 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b14f', endColorstr='#da9029', GradientType=1 );
}

    .yellow span svg {
        fill: #DA9029;
    }

    .yellow:before {
        border: 1px dashed #DA9029;
    }

.purple {
    background: #744392;
    background: -moz-linear-gradient(-45deg, #744392 0%, #6e3492 100%);
    background: -webkit-linear-gradient(-45deg, #744392 0%, #6e3492 100%);
    background: linear-gradient(135deg, #744392 0%, #6e3492 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#744392', endColorstr='#6e3492', GradientType=1 );
}

    .purple span svg {
        fill: #6E3492;
    }

    .purple:before {
        border: 1px dashed #6E3492;
    }

.cyan {
    background: #00a7b7;
    background: -moz-linear-gradient(-45deg, #00a7b7 0%, #1ac3d3 100%);
    background: -webkit-linear-gradient(-45deg, #00a7b7 0%, #1ac3d3 100%);
    background: linear-gradient(135deg, #00a7b7 0%, #1ac3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7b7', endColorstr='#1ac3d3', GradientType=1 );
}

    .cyan span svg {
        fill: #00a7b7;
    }

    .cyan:before {
        border: 1px dashed #00a7b7;
    }

.orange {
    background: #fa892d;
    background: -moz-linear-gradient(-45deg, #fa892d 0%, #f17c2a 100%);
    background: -webkit-linear-gradient(-45deg, #fa892d 0%, #f17c2a 100%);
    background: linear-gradient(135deg, #fa892d 0%, #f17c2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa892d', endColorstr='#f17c2a', GradientType=1 );
}

    .orange span svg {
        fill: #F17C2A;
    }

    .orange:before {
        border: 1px dashed #F17C2A;
    }

.blue {
    background: #5e99b7;
    background: -moz-linear-gradient(-45deg, #5e99b7 0%, #4797c0 100%);
    background: -webkit-linear-gradient(-45deg, #5e99b7 0%, #4797c0 100%);
    background: linear-gradient(135deg, #5e99b7 0%, #4797c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e99b7', endColorstr='#4797c0', GradientType=1 );
}

    .blue span svg {
        fill: #4797C0;
    }

    .blue:before {
        border: 1px dashed #4797C0;
    }

.red {
    background: #e14c45;
    background: -moz-linear-gradient(-45deg, #e14c45 0%, #d93730 100%);
    background: -webkit-linear-gradient(-45deg, #e14c45 0%, #d93730 100%);
    background: linear-gradient(135deg, #e14c45 0%, #d93730 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e14c45', endColorstr='#d93730', GradientType=1 );
}

    .red span svg {
        fill: #e14c45;
    }

    .red:before {
        border: 1px dashed #e14c45;
    }

.mobulename li a:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    border: 2px solid #46caff;
    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 {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        margin-right: 10px;
    }

.btn-check:checked + .btn-icon, .btn-check:active + .btn-icon, .btn-icon:active, .btn-icon.active, .show > .btn-icon.dropdown-toggle {
    color: #fff;
    background-color: #26a1dd;
    border-color: #26a1dd;
}

.btn-check[type="checkbox"] + .btn-icon:before {
    content: "\f0c8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
    color: #666;
}

.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;
    color: #fff;
}

.icon-group.block-element .btn-icon {
    display: block;
    text-align: left;
    margin-right: 0px;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #d7d7d7;
}

.btn {
    font-weight: 600;
}

.table td .switch .on, .table td .switch .off {
    font-size: 11px;
    color: rgba(0,0,0,.8);
}

.table td .switch .slider {
    background-color: #f9cccc;
}

.table td .switch input:checked + .slider {
    background-color: #92c88e;
}

.table td .switch {
    width: 84px;
    height: 27px;
}

    .table td .switch .slider::before {
        height: 20px;
        width: 20px;
    }

.otp-dash {
    font-size: 2.3em;
    line-height: 1;
}

.otp-time {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 22s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 22s;
    position: relative;
}

@-webkit-keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: -9999px;
    }
}

@keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: -9999px;
    }
}

.otp-time #countdown {
    color: #C00
}

.module-name {
    position: relative;
    pointer-events: none;
    font-weight: bold;
    color: #0e0e0f !important;
}
/*.module-name:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 10px solid #33475b;
	border-bottom: 8px solid transparent;
	position: absolute;
	right: 0px;
	top: 12px;
}*/
.table td .formtype {
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    color: #fff;
}

.filterrow {
    display: none; /* Hidden by default */
}
/* The "show" class is added to the filtered elements */
.showrow {
    display: table-row;
}

#myBtnContainer {
    border-bottom: 1px solid #eee;
}

    #myBtnContainer .btn {
        border-radius: 0;
        font-size: 16px;
        padding: .8rem 1.4rem;
        position: relative;
        text-decoration: none !important;
        color: #9a9a9a;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1rem;
    }

        #myBtnContainer .btn.active {
            background: 0 0;
            color: #0a0913;
            box-shadow: inset 0 -2px 0 #0b0914;
        }

            #myBtnContainer .btn.active::after {
                content: "\f00c";
                position: absolute;
                font-family: 'Font Awesome 5 Free';
                top: 14px;
                left: 0px;
                font-weight: 900;
                font-size: 16px;
                color: #0b0914;
            }

    #myBtnContainer label {
        font-size: 20px !important;
        font-weight: 600;
        float: left;
        margin-top: 10px;
        margin-right: 25px;
    }
/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    margin-top: 15px;
    min-height: 461px;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-bottom: 0;
    border-top: 0px solid rgba(0,0,0,.125);
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
        display: flex;
        flex-direction: inherit;
        justify-content: center;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
            border: 10px !important;
            border-radius: 10px !important;
            width: 25%;
            border: 1px solid #f3dfff !important;
            padding: 0.8rem 0.1rem;
            margin: 0 5px 3px;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon, div.bhoechie-tab-menu div.list-group > a .fa {
                color: #4F1C08;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }


            div.bhoechie-tab-menu div.list-group > a.active, div.bhoechie-tab-menu div.list-group > a.active .glyphicon, div.bhoechie-tab-menu div.list-group > a.active .fa {
                background: #f7edff;
                margin-top: 0px;
                color: #e0126e;
            }

                div.bhoechie-tab-menu div.list-group > a.active span {
                    color: #e0126e;
                }
/*.bhoechie-tab-menu > .list-group > a.list-group-item:first-child {
    border-left: 0px solid rgba(0,0,0,.125);
}*/
/*div.bhoechie-tab-menu div.list-group > a.active:after {
	content: '';
	position: absolute;
	left: 42%;
	bottom: -10px;
	margin-top: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 10px solid #d9814b;
}*/
div.bhoechie-tab-content {
    border: 0px solid rgba(0,0,0,.125);
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-top: 0;
    position: relative;
    /* min-height: 395px;*/
}

.bhoechie-footer {
    border-top: 1px solid #eee;
    padding: 15px 0px;
    margin-top: 15px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.custom-filebtn {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.bhoechie-tab-menu .list-group-item {
    font-weight: 600;
    color: #fff;
    display: block;
    text-align: center;
    background: linear-gradient(0deg, #502962 0%, #194c7d 100%);
}

    .bhoechie-tab-menu .list-group-item span {
        display: block;
        opacity: 0.9;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;
    }

div.bhoechie-tab-menu div.list-group > a:hover {
    background: #613ef9;
    color: #fff;
}

    div.bhoechie-tab-menu div.list-group > a:hover span {
        color: #fff;
    }

.topmenu {
    padding: 0px;
}

    .topmenu .navbar-nav .nav-item {
    }

    .topmenu .navbar-nav li:last-child {
        border-right: 0px
    }

    .topmenu .navbar-nav .nav-link {
        padding: 15px;
        color: #fff;
        font-weight: bold;
    }

        .topmenu .navbar-nav .nav-link:hover {
            background-color: rgba(255,255,255,.1);
        }

.form-group {
    margin-bottom: 1rem;
}

.filebtn {
    position: relative;
}

    .filebtn label {
        position: relative;
        z-index: 0;
        margin: 0px;
        cursor: pointer;
    }

    .filebtn input[type="file"] {
        position: absolute;
        z-index: 2;
        width: 100%;
        opacity: .0;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        cursor: pointer;
    }

.btn-success {
    color: #fff;
    background-color: #269d79;
    border-color: #269d79;
}

.btn-outline-danger {
    color: #f97332;
    border-color: #f97332;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #f97332;
        border-color: #f97332;
    }

.hedlink {
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 4px 8px;
    margin: 10px;
}

.notif {
    background-color: #e0d1fe;
    color: #0d33e6
}

.profil {
    background-color: #dee2e6;
}

.page-item.active .page-link {
    background-color: #efe7fe;
    border-color: #f0e7fd;
    color: #333;
}

.btn-outline-danger.backbtn {
    color: #c15d20;
    border-color: #c15d20;
    background-color: #fff;
}

    .btn-outline-danger.backbtn:hover {
        background-color: #d9814b;
        color: #fff;
        border-color: #d9814b;
    }

.fixed-sidebar {
    position: fixed;
    left: 11px;
    top: 100px;
    height: 100%;
    width: 207px;
}

.btn-info {
    color: #fff;
    background-color: #23baf7;
    border-color: #23baf7;
}

    .btn-info:hover, .btn-info:active, .btn-info:focus {
        color: #fff;
        background-color: #46caff;
        border-color: #46caff;
    }

.btn.backbtn {
    background-color: #fff;
}

.btn.btn-outline-info {
    color: #15a4dd;
    border-color: #17a5df;
}

    .btn.btn-outline-info:hover, .btn.btn-outline-info:active, .btn.btn-outline-info:focus {
        color: #fff;
        background-color: #23baf7;
        border-color: #23baf7;
    }


/*------------------New Changes------------------------*/
.moudlename .list-control .sidemenutoggle {
    text-decoration: none;
    color: #333;
    margin: 0 15px 0 0;
    font-size: 26px;
    cursor: pointer;
}

.menusidebar {
    position: absolute;
    left: 5px;
    top: 5px;
    background-image: linear-gradient(to top, #d4ebff 33%, #ffffff 50%);
    /*background-image: url(../images/sidebg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;*/
    z-index: 5;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    overflow: hidden;
    transition-duration: .3s;
    text-align: center;
    border-radius: 20px;
    z-index: 0;
    width: 18.5%;
}

.menumarginleft {
    margin: 15px;
    border-radius: 20px;
    position: relative;
}

.sildbg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}

.menuheader-width {
    left: 190px;
}

.menusidebar-width {
    width: 245px;
}

.menuscrollwrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 84.5vh;
}

    .menuscrollwrap > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .menuscrollwrap > .nano-content:focus {
            outline: thin dotted;
        }

        .menuscrollwrap > .nano-content::-webkit-scrollbar {
            display: none;
        }

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.menuscrollwrap > .nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    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;
}

    .menuscrollwrap > .nano-pane > .nano-slider {
        background: #444;
        background: rgba(0, 0, 0, .5);
        position: relative;
        margin: 0 1px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.menuscrollwrap:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.menuscrollwrap .nano-content {
    padding: 10px;
}

.menuscrollwrap .nano-pane {
    background: #888;
}

.menuscrollwrap .nano-slider {
    background: #111;
}

.menusidebar .profiletitle {
    padding: 5px;
    font-weight: bold;
    display: flex;
}

.menusidebar .dash-logo {
    width: 50px;
    margin-bottom: 0;
    height: 50px;
    margin-right: 2px;
}

.menusidebar .profiletitle span {
    font-weight: 700;
    color: #ff5d16;
    font-size: 0.6rem;
    display: block;
    text-align: left;
    padding: 6px 4px;
    border-left: 1px solid #ccc;
}

.menusidebar .logoutbutton {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}

    .menusidebar .logoutbutton a {
        padding: 15px;
        border-top: 1px solid #eee;
        font-weight: bold;
        display: block;
        text-decoration: none;
        color: #33475b;
        font-size: 14px;
    }

        .menusidebar .logoutbutton a .fas {
            color: #c82c25;
            display: block;
        }

        .menusidebar .logoutbutton a:hover {
            background-color: #eee;
        }

.menusidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

    .menusidebar ul li {
        font-size: 14px;
    }

        .menusidebar ul li.eventnone {
            pointer-events: none;
        }

        .menusidebar ul li a {
            display: block;
            text-decoration: none;
            /* color: #eee;*/
            transition-duration: none;
        }

            .menusidebar ul li a:hover {
                background-color: #613ef9;
                border-radius: 12px;
                color: #fff;
            }

            .menusidebar ul li a .icons {
                margin-left: -20px;
                display: inline-block;
                font-size: 1rem;
                position: absolute;
            }

        .menusidebar ul li.submenu > a > .fas {
            float: right;
        }

.menusidebar .navsidebar > li > a {
    font-weight: 600;
    padding: 12px 10px 10px 30px;
}

.menusidebar .navsidebar .dropdown-menu {
    position: relative !important;
    transform: inherit !important;
    border: 0px;
}

.alert-primary {
    color: #640c87;
    background-color: #f8eefe;
    border-color: #e7c9f9;
    padding-bottom: 0;
    margin: 0;
    border-radius: 8px;
}

.regdetails .form-group {
    display: table;
}

    .regdetails .form-group strong, .regdetails .form-group p {
        display: table-cell;
        vertical-align: top;
    }

        .regdetails .form-group strong i {
            font-size: 1.2rem;
            padding-right: 7px;
            color: #a610dd;
            margin-top: 5px;
        }

.prosec .card .card-header {
    background-color: rgb(183 126 197 / 3%);
}

    .prosec .card .card-header i {
        font-size: 1.2rem;
        margin-right: 3px;
        color: #a610dd;
    }

.prosec .card .card-body h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #a610dd;
}

.prosec .card .card-body p b i {
    font-size: 0.7rem;
    font-weight: 600;
    color: #b5b5b5;
}

.prosec .card .card-body p {
    margin-bottom: 0.3rem;
}

.pthed {
    background-color: #eee7ff !important;
    color: #540da9 !important;
}

.subphed {
    color: #540da9 !important;
    font-size: 16px !important;
}

.accordion-flush .accordion-item:last-of-type .accordion-button {
    border-bottom: 1px solid #d7d7d7 !important;
}

.menusidebar .dropdown-menu {
    background-color: #ffffff42;
}

.menusidebar .dropdown-toggle::after {
    float: right;
    margin-top: 7px;
}

.queryby {
    display: block;
    color: #737373;
    margin-bottom: 5px;
}

.status {
    display: inline-block;
    padding: 0px 10px;
    border-radius: 30px;
    border: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.status-success {
    color: #3d8c26;
    border-color: #3d8c26;
    background-color: #f3ffef;
}

.status-warning {
    color: #e1a900;
    border-color: #e1a900;
    background-color: #fffbee;
}

.status-danger {
    color: #e61d1d;
    border-color: #e61d1d;
    background-color: #ffe9e9;
}

.status-info {
    color: #05bef7;
    border-color: #05bef7;
    background-color: #edfbff;
}

.queryby {
    display: block;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
}

.admin-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    padding: 7px 0px;
    color: #fff;
}

.admin-icon-bg {
    background-color: #cc2d5a;
}

.admin-icon-bg2 {
    background-color: #0f9bc6;
}

.admin-icon-bg3 {
    background-color: #834cc6;
}

.admin-icon-bg4 {
    background-color: #c87e2f;
}

.admin-icon-bg5 {
    background-color: #639740;
}

.admin-icon-bg6 {
    background-color: #3cb381;
}

.admin-icon-bg7 {
    background-color: #e34c4c;
}

.queryaccordion {
    font-size: 13px;
}

    .queryaccordion .accordion-button {
        padding: 8px 10px;
        font-size: 14px;
        font-weight: bold;
        border: 0px;
        border-bottom: 1px solid #c0e2ff;
        display: flex;
    }

        .queryaccordion .accordion-button::after {
            background-size: 1.05rem;
        }

    .queryaccordion .accordion-body {
        padding: 0px;
    }

    .queryaccordion .accordion-item {
        margin-bottom: 5px;
        border: 1px solid #c0e2ff;
    }

    .queryaccordion .accordion-button:not(.collapsed) {
        color: #1b3f75;
        background-color: #ecf0f4;
    }

.quest-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    background-color: #cf4118;
    color: #fff;
    margin-right: 10px;
}

.date {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #f2e5e1;
    color: #cf4118;
    font-size: 12px;
    margin: 0px 5px;
}

.query-text {
    width: 82%;
    text-align: left;
}

.queryaccordion .accordion-item .table td .btn-xs {
    padding: 1px 5px;
    background-color: #d5ecd9;
    color: #40804b;
}

#divLoaderbox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 999;
    filter: alpha(opacity=50);
    display: none;
    z-index: 99999;
    text-align: center;
    background-image: radial-gradient(circle at 67% 83%, hsla(317, 0%, 96%, 0.05) 0%, hsla(317, 0%, 96%, 0.05) 1%, transparent 1%, transparent 5%, transparent 5%, transparent 100%), radial-gradient(circle at 24% 80%, hsla(317, 0%, 96%, 0.05) 0%, hsla(317, 0%, 96%, 0.05) 27%, transparent 27%, transparent 63%, transparent 63%, transparent 100%), radial-gradient(circle at 23% 5%, hsla(317, 0%, 96%, 0.05) 0%, hsla(317, 0%, 96%, 0.05) 26%, transparent 26%, transparent 82%, transparent 82%, transparent 100%), radial-gradient(circle at 21% 11%, hsla(317, 0%, 96%, 0.05) 0%, hsla(317, 0%, 96%, 0.05) 35%, transparent 35%, transparent 45%, transparent 45%, transparent 100%), radial-gradient(circle at 10% 11%, hsla(317, 0%, 96%, 0.05) 0%, hsla(317, 0%, 96%, 0.05) 21%, transparent 21%, transparent 81%, transparent 81%, transparent 100%), radial-gradient(circle at 19% 61%, hsla(317, 0%, 96%, 0.05) 0%, hsla(317, 0%, 96%, 0.05) 20%, transparent 20%, transparent 61%, transparent 61%, transparent 100%), radial-gradient(circle at 13% 77%, hsla(317, 0%, 96%, 0.05) 0%, hsla(317, 0%, 96%, 0.05) 63%, transparent 63%, transparent 72%, transparent 72%, transparent 100%), radial-gradient(circle at 30% 93%, hsla(317, 0%, 96%, 0.05) 0%, hsla(317, 0%, 96%, 0.05) 33%, transparent 33%, transparent 82%, transparent 82%, transparent 100%), linear-gradient( 90deg, #dbdeffc9, #e6dbf7d1);
}

#loadingimg {
    position: absolute;
    top: 45%;
    left: 50%;
    margin: -28px 0 0 -25px;
    z-index: 99999;
}

fieldset {
    min-width: auto;
    padding: 0 1rem;
    margin: 0;
    border: 1px solid #ccc;
}

legend {
    float: none;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: inherit;
}

.ltext {
    font-size: 1.2rem;
    color: #fff;
}

.hide {
    display: none;
}

.bb-1 {
    border-bottom: 1px solid #ccc;
    color: #8400a3;
    font-size: 1.1em;
    text-shadow: 2px 2px #fff;
    padding-bottom: 5px;
}

.table td .bb-1 {
    border-bottom: 0px solid #ccc;
    color: #8400a3;
    font-size: 1.1em;
    text-shadow: 2px 2px #fff;
    padding-bottom: 0px;
}


.appdb .intentdata .intentno {
    display: block;
    font-size: 1.1em;
    color: #fff;
}

.intentdata svg {
    width: 50px;
    margin-bottom: 5px;
}

#prodiv {
    display: none;
}

.intenticon .fa {
    color: #fff;
    font-size: 2.5rem;
}

ul.textlist li ul {
    list-style: none;
}

    ul.textlist li ul li::before {
        content: "\f101";
        font-family: FontAwesome;
        color: #b30955;
        position: absolute;
        top: 2px;
        left: -19px;
        font-size: 16px;
    }

ul.textlist > li::before {
    content: "\f0a4";
    font-family: FontAwesome;
    color: #b30955;
    position: absolute;
    top: 2px;
    left: -24px;
    font-size: 16px;
}

ul.textlist li {
    position: relative;
    line-height: 35px;
}

.textlist {
    list-style: none;
}

.footer-agree .form-check .form-check-input {
    float: unset;
    margin-left: -1.5em;
}

.footer-agree {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.modulebg .navbar-nav {
    flex-direction: row-reverse;
}

.closeside {
    border: 0;
    padding: 16px 8px;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 0;
    background-color: transparent;
    text-decoration: none;
}

.sidebar .closeside span {
    font-weight: 900;
    font-size: 16px;
}

/*-----------Notifcation-----------*/

.notification {
    display: inline-block;
    border-radius: 15px;
    padding: 5px 10px;
    background-color: #E0D1FE;
    color: #0d33e6;
    text-decoration: none;
    position: relative;
    margin: 9px 5px;
}

    .notification:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #E0D1FE;
        left: 5px;
        bottom: -8px;
    }

    .notification:hover {
        background-color: #D8C7F9;
        color: #0d33e6;
    }

.noti-content {
    width: 300px;
    padding: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    left: auto;
    right: -50px;
}

    .noti-content .dropdown-title {
        padding: 8px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: center;
        font-weight: bold;
        color: rgb(27, 75, 124);
    }

    .noti-content .see-all {
        border-top: 1px solid #f1f1f1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        color: #1c4a7b;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
    }

        .noti-content .see-all:hover {
            background-color: #eee;
        }

    .noti-content .notif-center a {
        display: flex;
        color: #4d585f;
        text-decoration: none;
    }

        .noti-content .notif-center a:hover {
            background-color: #f2f2f2;
        }

        .noti-content .notif-center a .notif-icon {
            display: inline-flex;
            width: 40px;
            height: 40px;
            margin: 10px;
            align-items: center;
            justify-content: center;
            background: #1d497b;
            border-radius: 50%;
            color: #fff;
        }

        .noti-content .notif-center a .notif-content {
            padding: 10px 15px 10px 0;
        }

            .noti-content .notif-center a .notif-content .block {
                font-size: 13px;
                line-height: 20px;
                display: block;
            }

            .noti-content .notif-center a .notif-content .time {
                color: #7d8c95;
                font-size: 11px;
            }

.notif-box {
    right: 3%;
    width: 700px;
}

ul.list,
ul.list ul {
    margin: 0 0 15px 15px;
    padding: 0;
    list-style: none
}

    ul.list li {
        margin-bottom: 6px;
        padding: 4px 8px;
    }

        ul.list li ul li {
            line-height: 26px;
            padding-left: 15px;
            margin-bottom: 6px;
            position: relative
        }

        ul.list li:before,
        ul.list ul li:before {
            content: url("../images/book.png");
            color: #6e0404;
            font-size: 14px;
            margin-left: -30px;
            margin-right: 6px;
            padding: 2px 5px;
            width: 20px;
            height: 20px;
            box-sizing: border-box
        }

    ul.list ul {
        margin: 5px 10px 5px 17px
    }

        ul.list ul li:before {
            content: url("../images/book.png");
            color: #0f2e5d;
            font-size: 18px;
            margin-left: -29px;
            border: 0 solid #03356e;
            border-radius: 50%;
            padding: 0;
            width: 0;
            height: 0;
            position: absolute
        }

.bullets {
    margin: 0spx 0px;
    padding: 0px;
    list-style: none;
}

    .bullets li {
        padding: 5px 5px 5px 25px;
        position: relative;
    }

        .bullets li .fa {
            position: absolute;
            left: 0;
            top: 10px;
        }
/* -----------------------------------end------------------------------*/

.navbar-toggler1 {
    position: absolute;
    left: -5px;
    z-index: 999;
    top: -5px;
    display: none;
    background: #7395bb;
    border-radius: 50%;
    padding: 3px 7px 0;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.cbadge {
    position: absolute;
    top: -7px;
    color: #ffffff;
    background-color: #f00;
    border-radius: 50%;
    font-size: 0.55rem;
    font-weight: 600;
    padding: 2px 3px;
}


.adminndb .intentdata svg {
    width: 30px;
}

.adminndb .cusfontsz .intentdata {
    font-size: 0.76rem;
}

.symb {
    display: flex;
    list-style: none;
    padding: 15px 3px 0;
    font-size: 0.8rem;
}

    .symb li {
        margin-right: 5px;
        position: relative;
        padding-left: 40px;
    }

        .symb li:before {
            content: "";
            border: 1px solid #ccc;
            background-color: #ccc;
            width: 25px;
            padding: 8px;
            position: absolute;
            left: 10px;
        }

        .symb li.taa:before {
            border: 1px solid #91cc75;
            background-color: #91cc75;
        }

        .symb li.tra:before {
            border: 1px solid #b8b8b8;
            background-color: #a8a8a8;
        }

        .symb li.aptl:before {
            border: 1px solid #fec965;
            background-color: #fec965;
        }

        .symb li.apbtl:before {
            border: 1px solid #f66866;
            background-color: #f66866;
        }

.bg-aprvdapp {
    background-color: #91cc75;
    color: #fff !important;
}

    .bg-aprvdapp td {
        color: #fff !important;
    }

.bg-rejapp {
    background-color: #a8a8a8;
    color: #fff !important;
}

    .bg-rejapp td {
        color: #fff !important;
    }

.bg-pendwtl {
    background-color: #fec965;
}

.bg-pendbtl {
    background-color: #f66866;
    color: #fff !important;
}

    .bg-pendbtl td {
        color: #fff !important;
    }

#DynDiv ul {
    list-style: none;
    padding: 0;
    column-count: 3;
}

    #DynDiv ul li {
        border: 1px solid #ccc;
        padding: 5px 0;
        margin-bottom: 8px;
        font-size: 0.85rem;
    }
.foot-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
}

.ft-p {
    background-color: #ffffff;
    padding: 5px 0px;
}

    .ft-p p {
        margin: 0px;
        color: #161616;
        font-weight: 600;
    }