/* Minification failed. Returning unminified contents.
(2067,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(2208,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(2349,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(2490,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(2631,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(2772,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(2913,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(3073,35): run-time error CSS1046: Expect comma, found '0'
(3073,39): run-time error CSS1046: Expect comma, found '/'
(3074,43): run-time error CSS1046: Expect comma, found '0'
(3074,47): run-time error CSS1046: Expect comma, found '/'
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
    color: #000;
}

.login {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.loginarea.container {
    max-width: 1000px;
}

.loginlft h2 {
    font-size: 18px;
    color: #18103d;
    padding: 0px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 28px;
}

.loginlft a {
    color: #0098ff !important;
}

.loginlft {
    background: #fff;
}

.loginrht {
    padding: 0 30px;
    background: #0098ff;
}

    .loginrht h2 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        color: #fff;
    }

        .loginrht h2::after {
            left: 0px;
            right: 0;
            margin: auto;
            background-color: #fff;
        }

.btn-luser {
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 15px auto;
    background-color: #18103d;
}

    .btn-luser:hover {
        background: #000;
    }

.form-group label {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
}

.loginrht .form-group label {
    color: #fff;
}

.form-check label {
    color: #fff;
    font-weight: 300
}

.text-muted {
    color: #fff !important;
}

.loginrht a, .loginrht {
    color: #fff;
}

    .loginrht a:hover {
        text-decoration: underline
    }

.forgot a {
    color: #fff;
}

a {
    color: #0098ff;
    font-weight: 300;
    white-space: normal;
    word-wrap: break-word;
}

/*.tophead {
    padding: 8px 0;
    background: -moz-linear-gradient(0deg, rgba(0,195,255,1) 0%, rgba(0,152,255,1) 100%);  ff3.6+
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,195,255,1)), color-stop(100%, rgba(0,152,255,1)));  safari4+,chrome 
    background: -webkit-linear-gradient(0deg, rgba(0,195,255,1) 0%, rgba(0,152,255,1) 100%);  safari5.1+,chrome10+ 
    background: -o-linear-gradient(0deg, rgba(0,195,255,1) 0%, rgba(0,152,255,1) 100%);  opera 11.10+ 
    background: -ms-linear-gradient(0deg, rgba(0,195,255,1) 0%, rgba(0,152,255,1) 100%);  ie10+ 
    background: linear-gradient(90deg, rgba(0,195,255,1) 0%, rgba(0,152,255,1) 100%);  w3c 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3ff', endColorstr='#0098ff',GradientType=1 );  ie6-9 
}*/

.tophead .navbar-light .navbar-nav .active > .nav-link, .tophead .navbar-light .navbar-nav .nav-link.active, .tophead .navbar-light .navbar-nav .nav-link.show, .tophead .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
    border: 1px solid #18103d;
    background: #18103d;
    border-radius: 3px;
}

.tophead .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 4px 5px;
    font-weight: 500;
}

.tophead .nav-item {
    margin: 0px 10px;
}

.tophead .nav-item-candidate {
    margin: 0 2px;
    padding-right: 30px;
    position: relative;
}

.rcnlogo .navbar-brand img {
    width: 165px;
}

.tophead .navbar-light .navbar-nav .nav-link {
    border: 1px solid transparent;
}

    .tophead .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        border: 1px solid #18103d;
        background: #18103d;
        border-radius: 3px;
    }

.tuser .dropdown-toggle {
    color: #fff;
}

.usrtoppos .fa {
    font-size: 16px;
    margin-left: 0px;
    color: #fff;
}

.dropdown-item {
    font-size: 13px;
    padding: 2px 10px;
}

.tsrch .form-control {
    background-color: #fff;
    border-radius: 0px;
    border: 0;
    font-size: 13px;
    height: 29px;
    border-radius: 2px;
    color: #000;
}

.tsrch .input-group-prepend {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}

.loginrht input.form-control {
    border-color: #fff;
}

.tsrch {
    margin-right: 20px;
}

    .tsrch .input-group-prepend button {
        border: 0;
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .tsrch .input-group-prepend .input-group-text {
        padding: 3px 10px 0 0;
        margin: 0;
    }

.card-header {
    background-color: #0097fe;
    border-bottom: 1px solid #0097fe;
    color: #fff;
    text-transform: uppercase;
}

.card {
    border: 1px solid #cee9fb;
    border-radius: 4px !important;
}

.custom-select {
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

.form-control {
    font-size: 13px;
    font-weight: 300;
    border-radius: 3px !important;
    color: #000;
    height: 36px;
}

.custom-control-label {
    font-size: 13px;
    padding-top: 4px;
}

.tools-list ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

    .tools-list ul li {
        margin: 0 10px 5px 0;
    }

        .tools-list ul li a {
            background: #ffd8df;
            border-radius: 4px;
            border: 1px solid #e7b2bb;
            min-width: 70px;
            display: inline-block;
            text-align: center;
            padding: 3px 6px 1px;
            font-size: 13px;
            font-weight: 400;
        }

            .tools-list ul li a:hover {
                color: #fff;
                text-decoration: none;
                background: #612b34;
                border-color: #612b34;
            }

.employee-list ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .employee-list ul li {
        margin-bottom: 5px;
    }

        .employee-list ul li span {
            width: calc(100% - 50px);
            display: inline-block;
            padding-left: 9px;
            vertical-align: top;
        }

        .employee-list ul li i {
            vertical-align: top;
            display: inline-block;
            padding-top: 3px;
        }

        .employee-list ul li a {
            color: #000;
        }

            .employee-list ul li a:hover {
                color: #7b444d;
            }

.card-header i {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    line-height: 31px;
    color: #18103d;
    top: 8px;
}

.card-header strong {
    position: relative;
    width: calc(100% - 53px);
    display: inline-block;
    vertical-align: top;
    padding-left: 38px;
}

html, body {
    height: 100%;
}

.inside-page .outer {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    min-height: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
}

footer {
    background-color: #18113d;
    padding: 15px 0px;
    font-size: 14px;
    color: #fff;
    position: relative;
    bottom: 0px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e2e0e0;
}

.middle-wrap {
    flex: auto;
    padding: 25px 0 0 0;
}

.form-group label strong {
    font-size: 13px;
    font-weight: 500;
}

.browse-btn input {
    background: #f3f3f3;
    border: 1px solid #e1ddde;
    padding: 8px 12px;
    font-size: 12px;
}

.benefits {
    margin: 10px 0;
}

    .benefits label {
        font-weight: 500;
    }

.cm-title {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 0 5px 0;
    padding: 0 0 5px 0;
}

.company-modules .custom-control {
    margin-bottom: 5px;
}

.btn-strip {
    border-top: 1px solid #d3d3d3;
    padding: 15px 0px 0;
    margin-top: 10px;
    padding-bottom: 25px;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control::-moz-placeholder {
    color: #000;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

.form-control::-ms-input-placeholder {
    color: #000;
}

.form-control::placeholder {
    color: #000;
}

.tool-row {
    margin-bottom: 15px;
    border-bottom: 1px solid #eae3e4;
    padding-bottom: 15px;
}

.total-col h2 {
    font-size: 15px;
    padding: 0;
    margin: 0 0 8px 0;
}

.total-col a {
    display: inline-block;
    padding: 7px 12px 6px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    border: 1px solid #f0f0f0;
    color: #000;
    min-height: 125px;
    border-radius: 3px;
    background: -moz-linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 ); /* ie6-9 */
}

.total-col span {
    display: inline-block;
    margin: 0 10px 15px;
    min-width: 168px;
    min-height: 125px;
    vertical-align: top;
    text-align: center;
    position: relative;
}

    .total-col span i {
        display: block;
        width: 100%;
        text-align: center;
        height: 57px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.total-col a:hover, .total-col.active {
    border-color: #7b444d;
}

.dis-blk {
    width: 100%;
    display: block;
    position: relative;
}

.middle-page {
    padding: 15px;
}

.heading {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

h1 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 5px;
}

h2 {
    font-size: 24px;
    padding-bottom: 5px;
}

.setting-leftside .card-header {
    text-align: left;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 0;
}

    .setting-leftside .card-header a {
        width: 100%;
        display: inline-block;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        padding: 10px 12px;
        padding-right: 40px;
    }

.setting-leftside .card-body {
    padding: 0;
}

.setting-leftside .card {
    width: 100%;
    margin-bottom: 15px;
}

.setting-leftside .card-header p {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 20px;
    color: white;
    -webkit-animation: minus 0.5s;
    font-weight: 300;
}

.setting-link ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .setting-link ul li a {
        padding: 8px 12px;
        display: inline-block;
        background: #e9e9e9;
        width: 100%;
        border-bottom: 1px solid #fff;
        color: #000;
    }

        .setting-link ul li a:hover, .setting-link ul li.active a {
            background-color: #18103d;
            color: #fff;
            text-decoration: none !important;
        }

    .setting-link ul li sup {
        font-weight: 300 !important;
        color: #ea780c !important;
    }

.tooltip-icon {
    color: #007bff;
    font-size: 14px;
}

.btn-dark-outline {
    background: #fff !important;
    color: #0098ff !important;
}

    .btn-dark-outline:hover {
        background: #0098ff !important;
        color: #fff !important;
        border-color: #0098ff !important
    }

.profile-sec select.form-control[multiple], .profile-sec select.form-control[size] {
    height: 36px;
}

@keyframes minus {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.setting-leftside [aria-expanded="false"] > .expanded, .setting-leftside [aria-expanded="true"] > .collapsed {
    display: none;
}

.employee-home-banner {
    text-align: center;
    display: inline-block;
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    padding: 30px;
    margin-bottom: 50px;
}

.banner-img {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.employee-banner-detail h1 {
    color: #0098ff;
}

.employee-blk-inner {
    padding: 20px;
    border: 1px solid #cee9fb;
    height: 100%;
    background: #fff;
}

    .employee-blk-inner h2 {
        border-bottom: 1px solid #e7e7e7;
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        background: #0097fe;
        padding: 8px 0 6px 10px;
        color: #fff;
    }

    .employee-blk-inner i {
        color: #0098ff;
    }

.cont-blk ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

.cont-blk {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.userpic {
    width: 70px;
    display: inline-block;
}

.user-detail p {
    padding: 0;
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 300;
}

.user-detail {
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
}

    .user-detail p i {
        padding-right: 5px;
    }

.userpic img {
    border: 1px solid #e7e7e7;
}

.eml-col {
    margin-bottom: 20px;
}

.heading sub {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    font-style: italic;
    padding-right: 15px;
}

.head-small {
    font-size: 14px;
    font-weight: 400;
    color: #5c232d;
}

    .head-small a {
        color: #18103d;
    }

.employee-heading {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.employee-search button {
    background: none;
    border: 0;
    position: absolute;
    right: 5px;
    top: 1px;
    width: 35px;
    height: 35px;
    outline: none;
}

.employee-search .form-control {
    padding-right: 36px;
}

.employee-search {
    width: 270px;
}

.setting-tab .nav-tabs .nav-link {
    background: #ededed;
    border: 1px solid #dadada;
    border-radius: 0;
    margin-right: 10px;
    color: #000;
    margin-bottom: 0px;
}

    .setting-tab .nav-tabs .nav-link.active {
        background: #0098ff;
        color: #fff;
        font-weight: 500;
    }

.tab-content {
    padding: 20px 3px;
}

.setting-tab .nav-tabs {
    border-bottom: 1px solid #0098ff;
}

.employee-terminated {
    padding: 15px 0 0px;
    width: 100%;
    display: inline-block;
}

    .employee-terminated a {
        color: red;
    }

.marB30 {
    margin-bottom: 30px;
}

.right-employee {
    background: #f5f5f5;
    padding: 15px;
    height: 100%;
}

.cont-blk ul {
    list-style-position: inside;
    word-wrap: break-word;
}

a {
    outline: none;
}

.tuser a:hover {
    color: #fff;
}

.logout {
    background: #18103d;
    padding: 1px 10px 1px;
    font-size: 12px;
    font-style: normal;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #1f115d;
    color: #fff;
}

    .logout:hover {
        background: #fff;
        color: #000;
        cursor: pointer;
        border-color: #000;
    }

.add-btn a {
    background: #18103d;
    border: 1px solid #18103d;
    border-radius: 3px;
    font-size: 12px;
    text-transform: capitalize;
    padding: 4px 9px 3px;
    color: #fff;
    text-decoration: none !important;
}

    .add-btn a:hover {
        background: #fff;
        color: #000;
        border-color: #fff;
    }

.btn-dark {
    color: #fff;
    background-color: #0098ff;
    border-color: #0098ff;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

.add-btn a:hover i {
    color: #7b444d
}

.card-header {
    position: relative;
}

.add-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .add-btn i {
        font-size: 10px;
        color: #fff;
        background: transparent;
        width: auto;
        height: auto;
        position: relative;
        top: 0;
        line-height: normal;
        border-radius: 0;
    }

.dropdown-menu a:hover {
    color: #000;
}

.search-top {
    flex-wrap: initial;
}

    .search-top .lbl-search {
        white-space: nowrap;
        padding-right: 10px;
        color: #fff;
        font-weight: 400;
    }

.companyname-row {
    padding: 5px 0 10px;
    background: #fff;
    color: #18103d;
    box-shadow: none;
    margin-top: 1px;
    border-bottom: 1px solid #000;
    margin-bottom: 24px;
}

    .companyname-row .container {
        padding: 0;
    }

.company-inner-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .company-inner-row h1 {
        padding: 0;
        margin: 0;
        font-size: 22px;
    }

.company-right-row {
    display: flex;
    align-items: center;
}

.company-setting {
    padding-right: 15px;
}

.login form#form1 {
    height: 100%;
}

.mainbg form#form1 {
    display: flex;
    justify-content: space-between;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

.inside-page .outer {
    height: 100%;
}

a:hover {
    text-decoration: none;
}

.setting-fromside {
    background: #fff;
    padding: 15px;
    border: 1px solid #eae3e4;
}

    .setting-fromside .heading {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

        .setting-fromside .heading .fa {
            font-size: 22px;
            background: #5c232d;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            text-align: center;
            line-height: 40px;
            color: #fff;
            margin-right: 12px;
        }

        .setting-fromside .heading h2 {
            padding: 0;
            margin: 0;
        }

.loglogo {
    margin-top: 155px;
}

.rcnlogo {
    padding-right: 20px;
}

.disable-icon a {
    cursor: default;
    color: gray;
    border-color: rgba(0,0,0,0.1);
    opacity: 0.5;
    pointer-events: none;
}

.company-setting a {
    color: #000;
}

.mainpanel, .loginarea {
    box-shadow: 0px 0px 19px 1px rgba(0,151,154,0.6);
}

.custom-popup .modal-close {
    position: absolute;
    right: 16px;
    top: 11px;
    font-size: 21px;
}

.tuser .dropdown {
    color: #fff;
}

.logout i {
    display: none;
}

.card-body {
    overflow-x: auto;
}

@media (max-width:991px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }

    .tophead .navbar {
        padding: 0px;
        justify-content: inherit;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        float: right;
        position: absolute;
        right: 0;
        top: 11px;
        padding: 0;
        border-radius: 0;
        height: 34px;
        width: 40px;
        display: inline-block;
        outline: none;
    }

    .navbar-light .navbar-toggler-icon {
        background: url(../img/nav.png) no-repeat top center;
        width: 25px;
        height: 18px;
    }

    .tsrch {
        width: 40%;
        margin: 0 3% 0 2%;
    }

        .tsrch .form-inline {
            width: 100%;
            display: inline-block;
        }

    .tophead .navbar-collapse {
        left: -15px;
        position: absolute;
        right: 0;
        top: 100%;
        background: #000;
        width: calc(100% + 30px);
    }

        .tophead .navbar-collapse ul li {
            border-bottom: 1px solid #333;
            padding: 0 !important;
            margin: 0 !important;
        }

            .tophead .navbar-collapse ul li a {
                padding: 8px 15px !important;
                display: inline-block;
                width: 100%;
                border: 0 !important;
            }

                .tophead .navbar-collapse ul li a:hover {
                    background: #7b444d;
                    color: #fff;
                }

        .tophead .navbar-collapse .navbar-nav .dropdown-menu {
            border: 0;
            border-radius: 0;
            padding: 6px 12px;
        }

    .tuser .dropdown-toggle {
        border: 0px;
        border-radius: 0px;
        background-color: transparent;
        width: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
    }

    h1 {
        font-size: 26px;
    }

    .setting-tab .nav-tabs .nav-link {
        margin-right: 5px;
        padding: 6px 5px;
        font-size: 13px;
    }

    .add-btn span {
        display: none;
    }

    .company-inner-row h1 {
        font-size: 20px;
    }

    .usrtoppos.form-inline {
        justify-content: right;
    }

    .top-menu-right {
        width: calc(100% - 177px);
    }
}

@media (max-width:767px) {
    .loginarea {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        min-height: inherit;
    }

    .loglogo {
        text-align: center;
        margin: 20px 0px 0px 0px;
    }

        .loglogo img {
            width: 120px;
        }

    .loginlft {
        min-height: inherit;
        width: 100%;
    }

        .loginlft h2 {
            font-size: 14px;
        }

    .loginrht {
        padding-bottom: 50px;
    }

        .loginrht h2 {
            font-size: 22px;
        }

    .card-header {
        padding: 14px 10px;
    }

    .total-col {
        text-align: center;
    }

    .left-nav-icon {
        cursor: pointer;
        display: block;
        height: 34px;
        margin: 0;
        position: absolute;
        right: 15px;
        top: 15px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        width: 32px;
        z-index: 1;
        background: #82c120;
        min-width: 100px;
        border-radius: 0;
        color: #fff;
    }

    .setting-fromside {
        margin-top: 20px;
        border-top: 2px solid #e7e7e7;
        padding-top: 25px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    .setting-leftside .card-header a {
        font-size: 14px;
    }

    .setting-link ul li a {
        font-size: 13px;
    }

    .userpic {
        width: 50px;
    }

    .user-detail p {
        padding: 0;
        margin: 0 0 8px 0;
        font-size: 13px;
        font-weight: 300;
    }

    .user-detail {
        width: calc(100% - 55px);
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
    }

    .employee-blk-inner h2 {
        font-size: 16px;
    }

    .statuscol {
        margin-top: 30px;
    }

    .employee-heading {
        display: block;
    }

    .employee-search {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

        .employee-search .form-control {
            padding-right: 36px;
            width: 100% !important;
        }

    .head-small {
        font-size: 13px;
        width: 100%;
        display: inline-block;
    }

    .setting-tab .nav-tabs .nav-link {
        margin-right: 5px;
        padding: 6px 8px;
        font-size: 12px;
    }

    .tsrch {
        width: 33%;
    }

    .search-top .lbl-search {
        display: none !important
    }

    .company-inner-row h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .company-right-row {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .company-inner-row {
        display: block;
        width: 100%;
    }

    .setting-fromside .heading h2 {
        margin: 15px 0;
    }

    .profile-sec {
        /* overflow-x: auto;*/
    }

    .login .middle-wrap {
        padding-top: 0;
    }

    .tuser span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 145px;
        display: inline-block;
    }

    .usrtoppos.form-inline {
        flex-flow: row;
    }

    .btn {
        margin-bottom: 5px;
    }
}

@media (max-width:639px) {
    .tsrch {
        width: 28%;
        margin: 0 1% 0 1%;
    }
}

@media (max-width:575px) {
    .navbar-brand img {
        width: 60px;
    }

    .tsrch {
        width: 57%;
        margin: 0 1% 0 1%;
    }

        .tsrch form {
            margin: 0 !important;
        }

    .navbar-light .navbar-toggler {
        top: 12px;
    }

    .tuser figure {
        position: relative;
        top: 0;
        left: 0px;
        margin: 0;
        padding: 0;
    }

    .tuser {
        position: relative;
        padding: 0px 0px 0px 0px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

    .userpic {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
    }

    .user-detail {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        padding: 10px 0;
        margin: 10px 0;
    }

    .employee-banner-detail h1 {
        color: #5c232d;
        font-size: 20px;
    }

    .rcnlogo .navbar-brand img {
        width: 50px;
    }

    .top-menu-right {
        width: calc(100% - 90px);
        padding-right: 24px;
    }

    .rcnlogo {
        padding-right: 5px;
    }

    .tuser .dropdown {
        color: #fff;
        font-size: 12px;
    }

    .logout span {
        display: none;
    }

    .logout {
        background: #18103d;
        padding: 1px 10px 1px;
        font-size: 12px;
        font-style: normal;
        border-radius: 3px;
        font-weight: 500;
        border: 1px solid #1f115d;
        color: #fff;
        padding: 0 4px;
        width: 30px;
        height: 26px;
        line-height: 27px;
        text-align: center;
    }

    .navbar-light .navbar-toggler {
        top: 3px;
    }

    .logout i {
        display: block;
    }

    .usrtoppos .fa {
        line-height: 22px;
    }

    .logout:hover i {
        color: #18103d;
    }
}

@media (max-width:479px) {
    .setting-fromside .heading {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 20px;
        justify-content: center;
    }

        .setting-fromside .heading h2 {
            margin: 15px 0;
            text-align: center;
        }

    .tuser span {
        width: 128px;
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px
    }
}

@media (min-width:992px) {
    .setting-leftside {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }

    .setting-fromside {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .tophead .navbar-expand-lg .navbar-collapse {
        flex-grow: inherit;
    }

    .tophead .navbar {
        justify-content: space-between;
    }

    .top-menu-right {
        display: flex;
    }

    .usrtoppos {
        padding-left: 20px;
    }
}

.gridHeader {
    background-color: #3e3d3d;
    padding: 4px 6px;
    color: #000;
    font-size: 14px;
}

    .gridHeader td {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
    }

.gridHeader {
    color: #fff;
}

.gridItem {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    font-size: 13px;
    color: #7f7f7f;
}

    .gridItem td {
        padding: 10px;
        background: #fff;
        color: #000;
    }

.gridItemInactive td {
    background-color: #f3f3f3 !important;
}

.pager td {
    padding-top: 9px;
}

.pager {
    color: #E6F7FB;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    height: 35px;
}

    .pager a {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        padding: 5px 10px;
        text-decoration: none;
        border: 1px solid #CCC;
        background: #EB2229;
        margin: 0 3px;
    }

        .pager a:hover {
            color: #fff;
            font-size: 13px;
            text-decoration: underline;
            font-weight: bold;
            border: 1px solid #CCC;
            padding: 5px 10px;
        }

    .pager span {
        color: #000;
        font-size: 13px;
        text-decoration: none;
        font-weight: bold;
        border: 1px solid #CCC;
        padding: 5px 10px;
        margin: 0 3px;
    }

.modal {
    z-index: 1041 !important;
}

.gridHeader a {
    color: #ffffff;
}

.gridHeaderSortDESC a {
    background: url(../img/sortup.png) no-repeat right center;
    padding-right: 38px;
    white-space: nowrap;
    color: #ffffff;
}

.gridHeaderSortASC a {
    background: url(../img/sortdown.png) no-repeat right center;
    white-space: nowrap;
    padding-right: 38px;
    color: #ffffff;
}

.grdMain {
    border: 0;
}

    .grdMain .unread-msg {
        background: #c7e9fb;
    }

.disable-icon a {
    cursor: default;
    color: gray;
    border-color: rgba(0,0,0,0.1);
    opacity: 0.5;
    pointer-events: none;
}

.custom-popup .modal-close {
    position: absolute;
    right: 16px;
    top: 11px;
    font-size: 21px;
}

.tooltip-inner {
    text-align: left;
    max-width: 100% !important;
}

.employee-blk .card {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.setup-content, .login-page {
    background: white;
    border: 0 none;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
}

.btn-circle {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    line-height: 22px;
    display: block;
    font-size: 16px;
    color: #333;
    background: #007bff;
    border-radius: 3px !important;
    margin: 0 auto 10px auto;
    height: 35px;
    border-radius: 100% !important;
}

.btn.btn-default.btn-circle.btn-primary {
    background-color: #18113d;
    color: #fff;
    border-color: #007bff;
}

.stepwizard-step p {
    margin-top: 10px;
    color: #0097fe;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 18px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #007bff;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.upImg {
    background: #F2F3FF;
    border: 1px solid #6c2e39;
    height: 46px;
    color: #6c2e39;
    line-height: 46px;
    position: relative;
    cursor: pointer;
    margin: 20px auto;
    cursor: pointer;
}

    .upImg label {
        display: inline-block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0px;
        font-size: 14px;
        font-weight: 600;
        padding-left: 20px;
    }

        .upImg label span {
            width: 23px;
            height: 23px;
            border: 1px dashed #6c2e39;
            margin: 10px 0 0 10px;
            float: right;
            position: relative;
        }

            .upImg label span i {
                font-size: 14px;
                position: absolute;
                left: 0px;
                right: 0px;
                top: 4px;
                font-weight: 600;
            }

    .upImg input {
        height: 100%;
        width: 100%;
        color: #6c2e39;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
    }

.error {
    color: red;
    font-size: 14px;
}

.errorwhite {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.assign-modules table, .company-modules table {
    width: 100% !important
}

    .assign-modules table td {
        display: inline-block !important;
        width: 50% !important;
    }

@media only screen and (max-width:1200px) {
    .wrapper {
        width: 70%;
        margin: 2% 15%;
    }

    .setup-content h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .company-modules table td {
        display: inline-block !important;
        width: 50% !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1330px) {
    .setting-fromside {
        -ms-flex: 0 0 63%;
        flex: 0 0 63%;
        max-width: 63%;
    }
}

@media only screen and (max-width:767px) {
    .wrapper {
        width: 90%;
        margin: 2% 5%;
    }

    .setup-content h2 {
        padding: 0px;
    }

    .setup-content h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .menu-right {
        float: inherit;
        width: 100%;
        text-align: center;
        margin: 30px 0 0;
    }

    .headerwrap {
        background: #fff;
        padding: 15px 20px;
        width: calc(100% - 40px);
        margin-bottom: 50px;
    }

    .stepwizard-row {
        margin-bottom: 20px;
    }

    .company-modules table td, .assign-modules table td {
        display: inline-block !important;
        width: 100% !important;
        font-size: 13px;
    }
}

.stepwizard-row.setup-panel:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: not-allowed;
}

.forgot-message {
    margin-bottom: 20px;
}

    .forgot-message p {
        padding: 0;
        margin: 0;
        font-weight: 300;
        text-align: center;
    }

.forgot-password input.form-control, .forgot-mid input.form-control {
    height: 52px;
    margin: 0;
}

.forgot-password .form-group {
    margin-bottom: 0px;
}

.forgot-password {
    margin-top: 120px;
}

.forgot-popup .modal-title {
    width: 100%;
}

.forgot-popup .modal-header {
    background: #0098ff;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    width: 100%;
}

.forgot-mid {
    background: #0098ff;
    color: #fff;
}

    .forgot-mid label {
        color: #fff;
    }

.forgot-popup-width {
    max-width: 576px;
    width: 96%;
}

.alert {
    font-size: 13px;
}

.profiletbl {
    overflow-x: auto;
}

.loading-mid {
    text-align: center;
}

.loading-popup .modal-content {
    border: 2px solid #0097fe;
}

.loading-popup .close {
    position: absolute;
    right: 5px;
    top: 2px;
    color: #000;
    opacity: 1;
    font-size: 20px;
    z-index: 1;
}

.loading-mid p {
    padding: 10px 0;
    margin: 0;
}

.selectboxgroup {
    display: flex;
    flex-wrap: wrap;
}

    .selectboxgroup .form-group {
        max-width: 300px;
        width: 100%;
        margin-bottom: 5px;
    }

.ui-autocomplete {
    z-index: 10000 !important;
}

i#editClick {
    cursor: pointer;
}

.table th {
    padding: .40rem !important;
    font-weight: 600 !important;
}

.table td {
    padding: .40rem !important;
    font-weight: 300 !important;
}

/*----------------------------
    The file upload form
-----------------------------*/

#upload {
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop {
    background-color: #2E3134;
    padding: 10px 50px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}

    #drop a {
        background-color: #007a96;
        padding: 12px 26px;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #drop a:hover {
            background-color: #0986a3;
        }

    #drop input {
        display: none;
    }

#upload ul {
    list-style: none;
    border-top: 1px solid #2b2e31;
}

    #upload ul li {
        padding: 15px;
        height: 52px;
        position: relative;
    }

        #upload ul li input {
            display: none;
        }

        #upload ul li p {
            overflow: hidden;
            white-space: nowrap;
            color: #EEE;
            position: absolute;
            top: 20px;
            left: 100px;
        }

        #upload ul li i {
            font-weight: normal;
            font-style: normal;
            color: #7f7f7f;
            display: block;
        }

        #upload ul li canvas {
            top: 23px;
            left: 62px;
            position: absolute;
        }

        #upload ul li span {
            width: 15px;
            height: 12px;
            background: url('../img/icons.png') no-repeat;
            position: absolute;
            top: 34px;
            right: 33px;
            cursor: pointer;
        }

        #upload ul li.working span {
            height: 16px;
            background-position: 0 -12px;
        }

        #upload ul li.error p {
            color: red;
        }

        #upload ul li span.delete {
            position: absolute;
            top: 34px;
            right: 15px;
            cursor: pointer;
        }

.amount-sign {
    background: #ddd;
    border-radius: 3px 0 0px 3px;
    position: relative;
    right: -3px;
    height: 36px;
    padding: 0 0;
    width: 34px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.input-left-icon .form-control:focus {
    box-shadow: none;
}

.input-left-icon .form-control {
    border-radius: 3px 0 0 3px !important;
}

#upload {
    background-color: #cee9fb;
    background-image: -webkit-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: -moz-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: linear-gradient(top,#cee9fb,#cee9fb);
}

#drop {
    background-color: #cee9fb;
    border-image: none color: #000;
    border: 3px dashed #9ec8e4;
    margin-bottom: 12px;
    color: #000;
}

#upload ul li p {
    color: #000
}

/*cutomize by  vr */

#uploaduplCL {
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#dropuplCL {
    background-color: #2E3134;
    padding: 10px 50px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}

    #dropuplCL a {
        background-color: #007a96;
        padding: 12px 26px;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #dropuplCL a:hover {
            background-color: #0986a3;
        }

    #dropuplCL input {
        display: none;
    }

#uploaduplCL ul {
    list-style: none;
    border-top: 1px solid #2b2e31;
}

    #uploaduplCL ul li {
        padding: 15px;
        height: 52px;
        position: relative;
    }

        #uploaduplCL ul li input {
            display: none;
        }

        #uploaduplCL ul li p {
            overflow: hidden;
            white-space: nowrap;
            color: #EEE;
            position: absolute;
            top: 20px;
            left: 100px;
        }

        #uploaduplCL ul li i {
            font-weight: normal;
            font-style: normal;
            color: #7f7f7f;
            display: block;
        }

        #uploaduplCL ul li canvas {
            top: 23px;
            left: 62px;
            position: absolute;
        }

        #uploaduplCL ul li span {
            width: 15px;
            height: 12px;
            background: url('../img/icons.png') no-repeat;
            position: absolute;
            top: 34px;
            right: 33px;
            cursor: pointer;
        }

        #uploaduplCL ul li.working span {
            height: 16px;
            background-position: 0 -12px;
        }

        #uploaduplCL ul li.error p {
            color: red;
        }

.amount-sign {
    background: #ddd;
    border-radius: 3px 0 0px 3px;
    position: relative;
    right: -3px;
    height: 36px;
    padding: 0 0;
    width: 34px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.input-left-icon .form-control:focus {
    box-shadow: none;
}

.input-left-icon .form-control {
    border-radius: 3px 0 0 3px !important;
}

#uploaduplCL {
    background-color: #cee9fb;
    background-image: -webkit-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: -moz-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: linear-gradient(top,#cee9fb,#cee9fb);
}

#dropuplCL {
    background-color: #cee9fb;
    border-image: none color: #000;
    border: 3px dashed #9ec8e4;
    margin-bottom: 12px;
    color: #000;
}

#uploaduplCL ul li p {
    color: #000
}

/*Type two upload*/

#uploaduplLR {
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#dropuplLR {
    background-color: #2E3134;
    padding: 10px 50px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}

    #dropuplLR a {
        background-color: #007a96;
        padding: 12px 26px;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #dropuplLR a:hover {
            background-color: #0986a3;
        }

    #dropuplLR input {
        display: none;
    }

#uploaduplLR ul {
    list-style: none;
    border-top: 1px solid #2b2e31;
}

    #uploaduplLR ul li {
        padding: 15px;
        height: 52px;
        position: relative;
    }

        #uploaduplLR ul li input {
            display: none;
        }

        #uploaduplLR ul li p {
            overflow: hidden;
            white-space: nowrap;
            color: #EEE;
            position: absolute;
            top: 20px;
            left: 100px;
        }

        #uploaduplLR ul li i {
            font-weight: normal;
            font-style: normal;
            color: #7f7f7f;
            display: block;
        }

        #uploaduplLR ul li canvas {
            top: 23px;
            left: 62px;
            position: absolute;
        }

        #uploaduplLR ul li span {
            width: 15px;
            height: 12px;
            background: url('../img/icons.png') no-repeat;
            position: absolute;
            top: 34px;
            right: 33px;
            cursor: pointer;
        }

        #uploaduplLR ul li.working span {
            height: 16px;
            background-position: 0 -12px;
        }

        #uploaduplLR ul li.error p {
            color: red;
        }

.amount-sign {
    background: #ddd;
    border-radius: 3px 0 0px 3px;
    position: relative;
    right: -3px;
    height: 36px;
    padding: 0 0;
    width: 34px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.input-left-icon .form-control:focus {
    box-shadow: none;
}

.input-left-icon .form-control {
    border-radius: 3px 0 0 3px !important;
}

#uploaduplLR {
    background-color: #cee9fb;
    background-image: -webkit-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: -moz-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: linear-gradient(top,#cee9fb,#cee9fb);
}

#dropuplLR {
    background-color: #cee9fb;
    border-image: none color: #000;
    border: 3px dashed #9ec8e4;
    margin-bottom: 12px;
    color: #000;
}

#uploaduplLR ul li p {
    color: #000
}

/*Type three upload*/

#uploaduplT {
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#dropuplT {
    background-color: #2E3134;
    padding: 10px 50px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}

    #dropuplT a {
        background-color: #007a96;
        padding: 12px 26px;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #dropuplT a:hover {
            background-color: #0986a3;
        }

    #dropuplT input {
        display: none;
    }

#uploaduplT ul {
    list-style: none;
    border-top: 1px solid #2b2e31;
}

    #uploaduplT ul li {
        padding: 15px;
        height: 52px;
        position: relative;
    }

        #uploaduplT ul li input {
            display: none;
        }

        #uploaduplT ul li p {
            overflow: hidden;
            white-space: nowrap;
            color: #EEE;
            position: absolute;
            top: 20px;
            left: 100px;
        }

        #uploaduplT ul li i {
            font-weight: normal;
            font-style: normal;
            color: #7f7f7f;
            display: block;
        }

        #uploaduplT ul li canvas {
            top: 23px;
            left: 62px;
            position: absolute;
        }

        #uploaduplT ul li span {
            width: 15px;
            height: 12px;
            background: url('../img/icons.png') no-repeat;
            position: absolute;
            top: 34px;
            right: 33px;
            cursor: pointer;
        }

        #uploaduplT ul li.working span {
            height: 16px;
            background-position: 0 -12px;
        }

        #uploaduplT ul li.error p {
            color: red;
        }

.amount-sign {
    background: #ddd;
    border-radius: 3px 0 0px 3px;
    position: relative;
    right: -3px;
    height: 36px;
    padding: 0 0;
    width: 34px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.input-left-icon .form-control:focus {
    box-shadow: none;
}

.input-left-icon .form-control {
    border-radius: 3px 0 0 3px !important;
}

#uploaduplT {
    background-color: #cee9fb;
    background-image: -webkit-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: -moz-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: linear-gradient(top,#cee9fb,#cee9fb);
}

#dropuplT {
    background-color: #cee9fb;
    border-image: none color: #000;
    border: 3px dashed #9ec8e4;
    margin-bottom: 12px;
    color: #000;
}

#uploaduplT ul li p {
    color: #000
}

/*Type four upload*/

#uploaduplR {
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#dropuplR {
    background-color: #2E3134;
    padding: 10px 50px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}

    #dropuplR a {
        background-color: #007a96;
        padding: 12px 26px;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #dropuplR a:hover {
            background-color: #0986a3;
        }

    #dropuplR input {
        display: none;
    }

#uploaduplR ul {
    list-style: none;
    border-top: 1px solid #2b2e31;
}

    #uploaduplR ul li {
        padding: 15px;
        height: 52px;
        position: relative;
    }

        #uploaduplR ul li input {
            display: none;
        }

        #uploaduplR ul li p {
            overflow: hidden;
            white-space: nowrap;
            color: #EEE;
            position: absolute;
            top: 20px;
            left: 100px;
        }

        #uploaduplR ul li i {
            font-weight: normal;
            font-style: normal;
            color: #7f7f7f;
            display: block;
        }

        #uploaduplR ul li canvas {
            top: 23px;
            left: 62px;
            position: absolute;
        }

        #uploaduplR ul li span {
            width: 15px;
            height: 12px;
            background: url('../img/icons.png') no-repeat;
            position: absolute;
            top: 34px;
            right: 33px;
            cursor: pointer;
        }

        #uploaduplR ul li.working span {
            height: 16px;
            background-position: 0 -12px;
        }

        #uploaduplR ul li.error p {
            color: red;
        }

.amount-sign {
    background: #ddd;
    border-radius: 3px 0 0px 3px;
    position: relative;
    right: -3px;
    height: 36px;
    padding: 0 0;
    width: 34px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.input-left-icon .form-control:focus {
    box-shadow: none;
}

.input-left-icon .form-control {
    border-radius: 3px 0 0 3px !important;
}

#uploaduplR {
    background-color: #cee9fb;
    background-image: -webkit-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: -moz-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: linear-gradient(top,#cee9fb,#cee9fb);
}

#dropuplR {
    background-color: #cee9fb;
    border-image: none color: #000;
    border: 3px dashed #9ec8e4;
    margin-bottom: 12px;
    color: #000;
}

#uploaduplR ul li p {
    color: #000
}

/*Type five upload*/

#uploaduplCLE {
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#dropuplCLE {
    background-color: #2E3134;
    padding: 10px 50px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}

    #dropuplCLE a {
        background-color: #007a96;
        padding: 12px 26px;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #dropuplCLE a:hover {
            background-color: #0986a3;
        }

    #dropuplCLE input {
        display: none;
    }

#uploaduplCLE ul {
    list-style: none;
    border-top: 1px solid #2b2e31;
}

    #uploaduplCLE ul li {
        padding: 15px;
        height: 52px;
        position: relative;
    }

        #uploaduplCLE ul li input {
            display: none;
        }

        #uploaduplCLE ul li p {
            overflow: hidden;
            white-space: nowrap;
            color: #EEE;
            position: absolute;
            top: 20px;
            left: 100px;
        }

        #uploaduplCLE ul li i {
            font-weight: normal;
            font-style: normal;
            color: #7f7f7f;
            display: block;
        }

        #uploaduplCLE ul li canvas {
            top: 23px;
            left: 62px;
            position: absolute;
        }

        #uploaduplCLE ul li span {
            width: 15px;
            height: 12px;
            background: url('../img/icons.png') no-repeat;
            position: absolute;
            top: 34px;
            right: 33px;
            cursor: pointer;
        }

        #uploaduplCLE ul li.working span {
            height: 16px;
            background-position: 0 -12px;
        }

        #uploaduplCLE ul li.error p {
            color: red;
        }

.amount-sign {
    background: #ddd;
    border-radius: 3px 0 0px 3px;
    position: relative;
    right: -3px;
    height: 36px;
    padding: 0 0;
    width: 34px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.input-left-icon .form-control:focus {
    box-shadow: none;
}

.input-left-icon .form-control {
    border-radius: 3px 0 0 3px !important;
}

#uploaduplCLE {
    background-color: #cee9fb;
    background-image: -webkit-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: -moz-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: linear-gradient(top,#cee9fb,#cee9fb);
}

#dropuplCLE {
    background-color: #cee9fb;
    border-image: none color: #000;
    border: 3px dashed #9ec8e4;
    margin-bottom: 12px;
    color: #000;
}

#uploaduplCLE ul li p {
    color: #000
}

/*Type six upload*/

#uploaduplOD {
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#dropuplOD {
    background-color: #2E3134;
    padding: 10px 50px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}

    #dropuplOD a {
        background-color: #007a96;
        padding: 12px 26px;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #dropuplOD a:hover {
            background-color: #0986a3;
        }

    #dropuplOD input {
        display: none;
    }

#uploaduplOD ul {
    list-style: none;
    border-top: 1px solid #2b2e31;
}

    #uploaduplOD ul li {
        padding: 15px;
        height: 52px;
        position: relative;
    }

        #uploaduplOD ul li input {
            display: none;
        }

        #uploaduplOD ul li p {
            overflow: hidden;
            white-space: nowrap;
            color: #EEE;
            position: absolute;
            top: 20px;
            left: 100px;
        }

        #uploaduplOD ul li i {
            font-weight: normal;
            font-style: normal;
            color: #7f7f7f;
            display: block;
        }

        #uploaduplOD ul li canvas {
            top: 23px;
            left: 62px;
            position: absolute;
        }

        #uploaduplOD ul li span {
            width: 15px;
            height: 12px;
            background: url('../img/icons.png') no-repeat;
            position: absolute;
            top: 34px;
            right: 33px;
            cursor: pointer;
        }

        #uploaduplOD ul li.working span {
            height: 16px;
            background-position: 0 -12px;
        }

        #uploaduplOD ul li.error p {
            color: red;
        }

.amount-sign {
    background: #ddd;
    border-radius: 3px 0 0px 3px;
    position: relative;
    right: -3px;
    height: 36px;
    padding: 0 0;
    width: 34px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.input-left-icon .form-control:focus {
    box-shadow: none;
}

.input-left-icon .form-control {
    border-radius: 3px 0 0 3px !important;
}

#uploaduplOD {
    background-color: #cee9fb;
    background-image: -webkit-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: -moz-linear-gradient(top,#cee9fb,#cee9fb);
    background-image: linear-gradient(top,#cee9fb,#cee9fb);
}

#dropuplOD {
    background-color: #cee9fb;
    border-image: none color: #000;
    border: 3px dashed #9ec8e4;
    margin-bottom: 12px;
    color: #000;
}

#uploaduplOD ul li p {
    color: #000
}

/*End of custmized css VR*/

/* Example tabbable tabs */

.reminder .nav-tabs {
    margin-bottom: 15px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.profile-box {
    margin-bottom: 50px;
}

.profile-box-inner {
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
}

    .profile-box-inner h3 {
        font-size: 18px;
        padding: 17px 0 10px;
        font-weight: 400;
        color: #000;
    }

    .profile-box-inner a {
        color: #000;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 30px 10px;
    }

    .profile-box-inner:hover a h3 {
        color: #0098ff;
    }

    .profile-box-inner .fa {
        font-size: 20px;
        width: 28px;
        height: 28px;
        line-height: 26px;
        border-radius: 50%;
        background: #adadad;
        color: #fff;
    }

    .profile-box-inner:hover i.fa {
        background: #0098ff;
    }

.home-banner-right {
    background: #0097fe;
    padding: 25px;
    max-width: 450px;
    text-align: center;
    margin: 0px auto;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
    width: 100%;
}

.start-task-btn .btn {
    background: #fff;
    margin-top: 13px;
    color: #000;
}

    .start-task-btn .btn:hover {
        background: #18103d;
        color: #fff;
    }

.home-banner-right h2 {
    font-weight: 300;
}

.home-banner-right h3 {
    font-weight: 300;
    font-size: 22px;
}

    .home-banner-right h3 strong {
        display: inline-block;
        font-weight: 700;
    }

.employee-banner-detail {
    text-align: center;
}

.errorstart {
    font-size: 13px;
    color: red;
}

.whitelink {
    color: #ffffff;
}

.required:after {
    content: " *";
    color: red;
}

.bootstrap-timepicker-widget table td input {
    font-size: 11px !important;
}

#welcome_message_container {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 300px;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 36%);
    -webkit-box-shadow: 0 0 7px 1px rgb(0 0 0 / 20%);
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

#welcome_message_header {
    background-color: #18113d;
    color: white;
    padding: 14px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    position: relative;
    height: 25px;
    cursor: pointer;
}

    #welcome_message_header .arrow {
        border: solid white;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        position: absolute;
        right: 24px;
        top: 26px;
    }

        #welcome_message_header .arrow.down {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            top: 22px;
        }

#welcome_message_content {
    background-color: white;
    padding: 14px;
    display: none;
}

.msg-circle {
    background: #d41337;
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: absolute;
    right: -12px;
    top: -11px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.msg-circle-candidate {
    background: #d41337 !important;
    border: 0 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 100% !important;
    position: absolute !important;
    right: 2px !important;
    top: -15px !important;
    color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
}


/* Absence Dashboard */
.metric-cards {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.absence-card {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    flex: 1;
    margin-right: 10px;
}

    .absence-card:last-child {
        margin-right: 0;
    }

    .absence-card h1 {
        font-size: 40px;
        margin-bottom: 5px;
    }

.absence-section {
    margin-top: 20px;
}

.school-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
}

    .school-header:hover {
        background-color: #f1f1f1;
    }

.absence-table {
    background-color: white;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

    .absence-table th {
        background-color: #f1f1f1;
        font-weight: bold;
    }

    .absence-table th,
    .absence-table td {
        padding: 15px;
        text-align: left;
    }

    .absence-table td {
        vertical-align: middle;
    }

.docs-icon {
    color: #007bff;
}

.school-info {
    color: #6c757d;
    font-size: 18px;
}

.toggle-icon {
    cursor: pointer;
    margin-right: 15px;
}

.absence-section .collapse {
    margin-top: 15px;
}

.absence-section .table-section {
    margin-bottom: 30px;
}

.absence-section .table-title {
    font-weight: bold;
    margin-bottom: 10px;
}



.loading-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
    color: #007bff;
}

.metric-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.badge-font {
    font-size: 95%;
}


.fill-rate-circle .circle-content {
    width: 100px;
    height: 100px;
    line-height: 1.2; /* Adjust line height for better vertical alignment */
    border: 5px solid #007bff; /* Adjust the color and thickness */
    border-radius: 50%; /* Make it circular */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 10px;
}

    .fill-rate-circle .circle-content h1 {
        font-size: 20px;
        margin: 0;
        line-height: 1; /* Reduce line height for compact display */
    }

    .fill-rate-circle .circle-content p {
        font-size: 14px;
        margin: 0;
        color: #007bff;
    }

/* Tooltip effect on hover */
.absence-card.fill-rate-circle {
    position: relative;
}

    .absence-card.fill-rate-circle:hover::after {
        content: attr(title); /* Show filled/total days on hover */
        position: absolute;
        top: -30px; /* Adjust position as needed */
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        white-space: nowrap;
        font-size: 12px;
        z-index: 10;
    }

/* General absence card styling */
.absence-card {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    flex: 1;
    margin-right: 10px;
}

    .absence-card:last-child {
        margin-right: 0;
    }

    .absence-card h1 {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .absence-card p {
        font-size: 16px;
        margin-top: 10px;
    }

