body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

a:hover,
a {
    text-decoration: none;
}

#wrapper #content-wrapper {
    min-height: 100vh !important;
}


/* ===== Scrollbar CSS ===== */


/* Firefox */

* {
    scrollbar-width: thin;
    scrollbar-color: #ababab #ffffff;
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ababab;
    border-radius: 6px;
    border: 6px solid #c2c2c2;
}

.btn {
    font-size: 13px;
    border-radius: 2px;
    padding: 6px 10px;
}

.vertical-line {
    border-left: 1px solid white;
    height: 40px;
    margin-right: 10px;
    margin-left: 10px;
}

.navbar-nav.bg-gradient-primary {
    background-color: #105399;
}

.sidebar-brand-icon {
    margin-top: 20px;
}

.bg-gradient-primary.bg-dark-primary {
    background-color: #105399 !important;
}

.sidebar .sidebar-brand {
    padding-bottom: 30px;
}

.navbar__header {
    position: relative;
}

.navbar__header .collapse-icon {
    position: absolute;
    right: -10px;
    top: calc(50% - 15px);
    z-index: 1;
}

.navbar__header .collapse-icon>button {
    background-color: #2494d4 !important;
    margin-bottom: 0 !important;
    border: 1px solid #36b9cc !important;
}

.navbar__header .collapse-icon>button:after {
    content: '\f0c9' !important;
    color: #fff !important;
}

.sidebar .sidebar-brand {
    padding-left: 0 !important;
}

.navbar-nav.sidebar .navbar__header {
    margin-bottom: 20px;
}

.navbar__header .sidebar-brand .sidebar-brand-icon {
    max-width: 75px;
}

.navbar__header .sidebar-brand .sidebar-brand-icon>img {
    max-width: 100% !important;
    height: auto !important;
}

.department-text>.dpt-text i {
    font-size: 2rem;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.sidebar li:not(:last-child) a {
    border-bottom: 1px solid #5887b830;
}

.sidebar .collapse,
.sidebar .nav-item .collapsing {
    margin: 0 !important;
}

.sidebar .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.sidebar .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 10px 10px 10px 18px !important;
}

.sidebar .collapse .collapse-inner a:last-child {
    border-bottom: 0;
}

.admin__profile__view .nav-item .nav-link {
    max-width: 77px;
}

.admin__profile__view .nav-item .nav-link>img {
    border-radius: 0 !important;
}

.pmis-counter-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pmis-counter-card .card:not(:last-child) {
    margin-right: 10px;
}

.pmis-counter-card .card {
    flex: 1 1 auto;
}

.pmis-counter-card .card .card-body {
    padding-left: 25px;
    padding-right: 15px;
}

.full-view-header nav.aisde-top-navigation.subnavbar {
    background: #e5e5e5;
    background-color: #e4f1ff;
    border-bottom: 1px solid #dedede;
}

.full-view-header nav.aisde-top-navigation.subnavbar .nav-link {
    color: #0e4a7d;
    text-decoration: none;
    font-size: 14px;
    display: block;
    position: relative;
    border-bottom: 2px solid transparent;
}

.full-view-header nav.aisde-top-navigation.subnavbar .nav-link:hover {
    color: #FF9800;
    background-color: transparent;
}

.full-view-header nav.aisde-top-navigation.subnavbar li .nav-link.active,
.full-view-header nav.aisde-top-navigation.subnavbar li a.active {
    color: #FF9800;
    background-color: #fff;
    border-bottom-color: #FF9800;
    transition: all 0.7s;
}

nav.navbar.navbar-light.subnavbar ul li:hover a,
nav.navbar.navbar-light.subnavbar ul li:hover a.active,
nav.navbar.navbar-light.subnavbar ul li a.active {
    background: #fff;
    color: #FF9800;
}


/* **************************************
*****************************************
Login Page Css
*****************************************
************************************** */

.header-login {
    padding: 6px 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f6c23e;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.header-login .sidebar-brand {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 11;
}

.header-login .sidebar-brand {
    text-decoration: none;
}

.header-login .dept-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.header-login .gov-mp {
    display: block;
}

.header-login .logo-brand {
    max-width: 80px;
    margin-right: 15px;
}

.full-page-wrapper.bg-banner-login {
    background-image: url('../images/login-bg-img.jpg');
    background-size: cover;
    background-position: center;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 120px;
}

.page-body-wrapper {
    min-height: calc(100vh - 4.625rem);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.875rem;
    background: #f4f5fa;
}

.content-wrapper {
    padding: 0 1.812rem 1.812rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.auth .auth-form-light {
    background: #ffffff;
}

.bg-dark-primary {
    background-color: #0e4a7d !important;
}

.form-field-layout .form-control,
.form-control {
    height: 40px;
    font-size: 15px;
    border-radius: 3px;
    color: #000;
    padding: 6px;
}

.form-field-layout .form-control:focus,
.form-control:focus {
    box-shadow: none;
}

.grid-view-work-place .form-control {
    height: 35px;
}

.form-field-layout .form-label,
.form-field-layout label {
    color: #444;
}

.tbl-btn-tool {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.tbl-icon-bt>.btn {
    padding: 5px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tbl-icon-bt>.btn>i {
    font-size: 15px;
}

.tbl-btn-tool .btn:not(:last-child) {
    margin-right: 5px;
}

.work-place-card .card-header,
.work-place-card .card-body,
.work-place-card .card-footer {
    padding: 10px;
}

.grid-view-work-place table tr th {
    font-size: 13px;
    font-weight: 500;
}

.grid-view-work-place table tr td {
    font-size: 13px;
    font-weight: 400;
    color: #444;
}

.verticle-align-tbl tr td {
    vertical-align: middle;
}

.toolbar-btn>.btn {
    font-weight: 500;
    font-size: 16px;
    border-radius: 2px;
}

.department-text {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

.department-text>.dpt-text {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

.auth-link {
    font-size: 15px;
}

.logo-title-header .login-form-logo {
    max-width: 80px;
}

.overlay-bg {
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .4;
}

.auth .auth-form-light .logo-tagline {
    color: #444;
}

.h-n80 {
    height: calc(100vh - 80px);
}

.dashboard__dpt__name .dept-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}

.dashboard__dpt__name .dept-title .gov-mp {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
}

.user__login__info,
.user__login__info span,
.user__login__info b {
    font-size: 13px;
}

.brand-icon {
    max-width: 70px;
    margin-right: 10px;
}

.sidebartext-phed {
    display: block;
    font-size: 18px;
    margin-top: 16px;
    line-height: 22px;
}

.btn-toolbar>.btn:not(:first-child) {
    margin-left: 10px;
}

.table.table-bordered tr th {
    background-color: #196aaf;
    color: #fff;
    border-color: #5a8ebb;
}

.user__profile .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 215px;
    overflow: hidden;
}

.user__profile .dropdown-menu .dropdown-item {
    padding: 8px 10px;
}

.user__profile .dropdown-menu .dropdown-item:hover,
.user__profile .dropdown-menu .dropdown-item:focus {
    background-color: #196aaf;
    color: #fff;
}

.show-only-fullview {
    display: none;
}

.full-view-header .show-only-fullview {
    display: block;
}

.toggled .navbar__header .sidebartext-phed {
    font-size: 11px;
    line-height: normal;
    text-align: center;
}

.toggled .navbar__header .sidebar-brand {
    flex-direction: column !important;
}

.sidebar-light .nav-item .nav-link {
    border-left: 5px solid transparent;
}

.sidebar-light .nav-item.active .nav-link {
    color: #0e4a7d;
    background-color: #fff;
    border-left-color: #2494d4;
}

.sidebar-light .nav-item.active .nav-link i {
    color: #0e4a7d;
    background-color: transparent;
}

.aisde-top-navigation .navbar-nav {
    flex-direction: row;
}

.aisde-top-navigation .navbar-nav li:not(:last-child) {
    margin-right: 10px;
}

.aisde-top-navigation .navbar-nav li a {
    padding: 10px 15px !important;
}

.aisde-top-navigation .navbar-nav li a i {
    margin-right: 4px;
}


/* Filter Css */

.bg-sky {
    background-color: #0BD0D9;
}

.form-filter {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.filter-heading {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

.form-filter>.filter__field {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.form-filter>.filter__field {
    padding-right: 5px;
}

.form-filter>.filter__field {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.shadow-5 {
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #f1f1f4 !important;
}

.rounded-4 {
    border-radius: 4px;
}

.btn-toolbar-pmis .btn,
.btn-toolbar-pmis .btn:focus {
    border-radius: 2px;
    min-width: 95px;
    min-height: 40px;
    font-size: 15px;
    box-shadow: none;
}

.text-black {
    color: #000 !important;
}


/* Modal Css Start */

.modal-header {
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-header .modal-title {
    font-size: 17px;
    color: #151826;
    font-weight: 500;
}

.modal .form-field-layout .form-group {
    margin-bottom: 10px;
}

.modal .form-field-layout .form-group label {
    color: #020c16;
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}

.modal .form-field-layout .form-group .form-control {
    font-size: 13px;
}

.close.modal-close-bt {
    opacity: 1;
    padding: 0;
    width: 38px;
    height: 38px;
    background-color: #ff1600;
    border-radius: 4px;
    margin: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
}

.multi-select select option {
    min-height: 25px;
    font-size: 13px;
}

.scroll-tbl {
    max-height: 350px;
    overflow: auto;
}

.form-field-layout .view-label {
    color: #053cdd;
    display: flex;
    flex-wrap: wrap;
    background-color: #f0f0f0;
    padding: 4px;
    border-radius: 2px;
    font-size: 13px;
    align-items: center;
    min-height: 35px;
}


/* bottom Header */

.in-mobile-view {
    display: none;
}

.navbar-logo {
    padding: 15px;
    color: #fff;
}

.navbar-mainbg {
    background-color: #36b9cc;
    padding: 0px;
}

#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

#navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}

#navbarSupportedContent ul li a i {
    margin-right: 10px;
}

#navbarSupportedContent li {
    list-style-type: none;
    float: left;
}

#navbarSupportedContent ul li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

#navbarSupportedContent>ul>li.active>a {
    color: #0e4a7d;
    background-color: transparent;
    transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    bottom: 10px;
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #36b9cc;
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}

.digital__phed__logo .sidebar-brand-text .digital__icon {
    font-size: 2rem;
    margin-right: 5px;
}

.digital__phed__logo .sidebar-brand-text {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
}


/* Chart Css */

.chart-view {
    height: 350px;
}

.bar-chart-view {
    height: 350px;
}

.bar-chart-view>canvas {
    max-width: 100% !important;
    width: 100% !important;
}

.chart-view>canvas {
    height: 100%;
    width: 350px !important;
    margin: 0 auto;
}

.toolbar-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.toolbar-btn>.card-title {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: #444;
}

.btn-icon .btn i {
    margin-right: 5px;
}

.work-place-managemnt .work-place-card {
    margin-top: 15px;
}

.dpt-module {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
}

.multiselect-container {
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
}

.custom-select {
    font-size: 13px;
    border-radius: 2px;
    min-height: 35px;
    width: 100%;
    text-align: left !important;
}

.custom-select:focus {
    box-shadow: none;
}

.profile-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03) !important;
    padding: 10px 15px;
}

.profile-top-header .h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 21px;
}


/* ====================================================================== */

.form-layout .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #000;
}

.user-profile__picture {
    height: 275px;
    overflow: hidden;
    background-color: #f2f9f1;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    border: 2px solid #cecece;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-pofile-card .bg-primary {
    background-color: #0e4a7d !important;
}

.pic-holder .pic {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
    border-radius: 100%;
    width: 100%;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #4e73dfe6;
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.pic-holder .upload-file-block {
    cursor: pointer;
    margin: 0;
}

.uploadProfileInput {
    width: 0px;
    height: 0px;
    position: absolute;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus~.upload-file-block {
    opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
    display: none;
}

.pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
}

@media(min-width: 992.98px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
    .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (max-width: 991.98px) {
    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }
    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    .hori-selector .left,
    .hori-selector .right {
        right: 10px;
    }
    .hori-selector .left {
        top: -25px;
        left: auto;
    }
    .hori-selector .right {
        bottom: -25px;
    }
    .hori-selector .left:before {
        left: -25px;
        top: -25px;
    }
    .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
    }
    .in-desktop-view {
        display: none;
    }
    .in-mobile-view {
        display: block;
    }
}


/* Top Header */

@media(max-width:1399.98px) {
    .header-login {
        position: static;
        justify-content: space-around;
    }
    .full-page-wrapper .content-wrapper {
        padding-top: 50px;
    }
    .department-text {
        position: static;
    }
    .page-body-wrapper.full-page-wrapper {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .sidebar {
        width: 18rem !important;
    }
}

@media(max-width:767.98px) {
    .full-page-wrapper .content-wrapper {
        padding-top: 20px;
    }
    .header-login {
        flex-direction: column-reverse;
    }
}