html,
body {
    font-family: 'Poppins', sans-serif !important;
    /* font-weight: 200; */
    height: 100% !important;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #004680;
    /* text-shadow: 0px 0px 5px 10px #00468017; */
}

.border-top {
    border-width: 0px;
    border-top-width: 1.5px;
    border-style: solid;
    border-top-color: #00000063;
}

.border-top-light-gray {
    border-width: 0px;
    border-top-width: 1px;
    border-style: solid;
    border-top-color: #a6aec0c7;
}

.border-bottom {
    border-width: 0px;
    border-bottom-width: 1.5px;
    border-style: solid;
    border-bottom-color: #00000063;
}

.border-bottom-light-gray {
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    border-bottom-color: #a6aec0c7;
}

.text-error {
    color: red;
}

.bg-white {
    background-color: #FFF !important;
    color: #000 !important;
}

.bg-primary {
    background-color: #004680 !important;
    color: #FFF !important;
}

.bg-dark-gray {
    background-color: #808080 !important;
    color: #FFF !important;
}

.bg-light-primary {
    background-color: #00468017 !important;
    color: #004680 !important;
}

.skin-blue .main-header .navbar {
    background-color: #fff;
}

.skin-blue .main-header .logo {
    background-color: #fff;
    color: #004680;
}

a {
    color: #004680;
}

.skin-blue .main-header .logo:hover {
    background-color: #fff;
}

.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #004680;
    position: fixed;
    height: calc(100% - 104px);
    min-height: calc(100% - 104px);
    display: flex;
    overflow: overlay;
}

.skin-blue .wrapper {
    background-color: #fff;
}

.sidebar-menu .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
}

.skin-blue .sidebar-menu>li.footer {
    color: #fff;
    background: #004680;
    margin-left: 0px !important;
    border-bottom: 1px solid #fff;
}

.sidebar-user {
    height: 35px;
    margin-right: 10px;
}

.skin-blue .sidebar a {
    color: #fff;
}

.sidebar-menu>li.side-menu {
    margin-left: 10px !important;
    transition: background-color 1s, color 1s;
    margin-bottom: 2px;
}

.skin-blue .sidebar-menu>li>a {
    border-left: none;
}

.skin-blue .sidebar-menu>li.side-menu.active>a {
    color: #004680;
    background-color: #fff;
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
    font-weight: 500;
}

.skin-blue .sidebar-menu>li.footer.active>a {
    color: #004680;
    background-color: #fff;
    font-weight: 500;
    transition: background-color 1s, color 1s;
}

.skin-blue .sidebar-menu>li.footer:hover>a {
    background-color: #fff;
    color: #004680;
    font-weight: 500;
    border-top: 1px solid #004680;
    transition: background-color 1s, color 1s;
}

.skin-blue .sidebar-menu>li.side-menu>a>div.menu-icon {
    width: 18%;
    display: flex;
}

.skin-blue .sidebar-menu>li.side-menu:hover>a {
    background-color: #ffffff;
    color: #004680;
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
    font-weight: 500;
    transition: background-color 1s, color 1s;
}

.skin-blue .sidebar-menu>li.side-menu.active>a>.menu-icon>svg path {
    fill: #004680;
}

.skin-blue .sidebar-menu>li.side-menu:hover>a>.menu-icon>svg path {
    fill: #004680;
}

.main-footer {
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 1;
    padding: 9.5px 15px;
}

@media (max-width: 768px) {
    .skin-blue .main-sidebar {
        border-top-right-radius: 40px !important;
        margin-top: 103px;
    }
}

@media (max-width: 767px) {

    .main-sidebar,
    .left-side {
        padding-top: 45px;
    }
}

@media (min-width: 768px) {

    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 63px !important;
    }

    .main-sidebar {
        border-top-right-radius: 40px !important;
        margin-top: 103px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu>li.left-error {
        position: fixed;
        bottom: 0%;
        width: 62px !important;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        width: 62px !important;
        min-height: 100%;
        overflow: hidden;
        /* min-height: calc(100% - 104px); */
    }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 200px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 230px;
        padding: 0 15px;
        font-weight: 300;
        text-align: center;
        font-size: 20px !important;
        line-height: 50px;
        height: 50px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right) {
        left: 65px !important;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
        font-size: 20px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        left: 55px;
    }

    .sidebar-hidden {
        display: none;
    }
}

.content-wrapper {
    background-color: #fff;
    min-height: calc(597px);
    margin-top: 45px;
    margin-bottom: 50px;
}

.fa {
    color: #004680;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
    width: 32px;
}

.skin-blue .main-header .navbar .nav>li>a {
    color: #004680 !important;
    font-weight: 500;
}

.skin-blue .main-header .navbar .nav>li>a:focus {
    color: #fff;
    background-color: #004680;
}

.main-sidebar {
    border-top-right-radius: 40px !important;
    margin-top: 54px;
    /* box-shadow: 1px 8px 21px rgb(0, 70, 128), 1px 10px 10px rgb(0, 70, 128) !important; */
    padding-top: 30px;
    box-shadow: 1px 4px 13px 0px rgb(0, 70, 128) !important;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #004680;
}

.main-header {
    background: #fff;
    position: fixed;
    max-height: 100px;
    z-index: 1030;
    width: 100%;
    padding: 4px 0px;
}

.notify {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 10px;
    background-color: #004680;
    height: 10px;
    position: absolute;
    top: 10.5px;
    right: 10.5px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color: #fff;
    background-color: #004680;
}

.mt {
    margin-top: 12px !important;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu>li.left-arrow {
        position: fixed !important;
        left: 0;
        width: 230px;
        z-index: 810;
        margin-left: 0px !important;
        bottom: 15.5%;
    }
}

.skin-blue .main-header .navbar .nav>li>a:hover {
    background-color: #004680 !important;
    color: #fff !important;
}

.skin-blue .main-header .navbar .nav>li.notifications-menu>a:hover>i {
    background-color: #004680 !important;
    color: #fff !important;
}

.skin-blue .main-header .navbar .nav>li.notifications-menu>a:hover>.notify {
    border-color: #004680;
    background-color: #fff;
}

.skin-blue .main-header .navbar .nav>li>a:focus {
    background-color: #fff;
    color: #004680;
}

.skin-blue .main-header .navbar .nav>li.notifications-menu>a:hover {
    background-color: #fff;
    color: #004680;
}

.skin-blue .main-header .navbar .nav>li>a:active {
    background-color: #004680 !important;
}

.skin-blue .main-header .navbar .nav .open>a,
.skin-blue .main-header .navbar .nav .open>a:active,
.skin-blue .main-header .navbar .nav .open>a:hover {
    background-color: #004680 !important;
    color: #fff !important;
}

.skin-blue .main-header .navbar .nav .open>a>i.fa,
.skin-blue .main-header .navbar .nav .open>a:hover>i.fa {
    background-color: #004680 !important;
    color: #fff !important;
}

.skin-blue .main-header li.user-header {
    background-color: #004680;
}

.skin-blue .main-header .navbar .nav .open>a>span.notify {
    background-color: #fff;
    border: 2px solid #004680;
}

.sidebar-menu:hover {
    overflow: hidden !important;
}

.fa-bell {
    font-size: 1.6rem !important;
}

.skin-blue .sidebar-menu>li.left-arrow {
    position: fixed !important;
    left: 0;
    width: 230px;
    z-index: 810;
    margin-left: 0px !important;
    bottom: 0%;
}

.skin-blue .sidebar-menu>li.left-arrow>a.arrow>i {
    font-size: 1.4rem !important;
}

.sidebar-menu li>a.arrow {
    padding: 15px 0px 15px !important;
    background-color: #053b67;
    color: #fff !important;
}

.skin-blue .sidebar-menu>li.left-arrow:hover>a.arrow {
    padding: 15px 0px 15px !important;
    color: #fff !important;
    background-color: #053b67;
    transition: background-color 1s, color 1s !important;
}

.sidebar-mini.sidebar-collapse .sidebar-menu>li.left-arrow {
    position: fixed !important;
    /* bottom: 8.5%; */
    bottom: 54px;
    width: 62px !important;
    transition: position 0.34s, width 0.34s;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color: #004680;
    background-color: #fff;
}

.sidebar {
    padding-bottom: 0px;
    width: 100%;
    height: auto;
    overflow: overlay;
    display: inline-block;
}

.navbar-nav>.user-menu>.dropdown-menu,
.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    right: 0;
    left: auto;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>span>.fa,
.sidebar-menu>li>a>.fas,
.sidebar-menu>li>a>span>.fas,
.sidebar-menu>li>a>.far,
.sidebar-menu>li>a>span>.far {
    font-size: 2.1rem !important;
    color: #fff;
}

.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #004680;
}

.skin-blue .sidebar-menu>li.side-menu.active>a>.fa,
.skin-blue .sidebar-menu>li.side-menu:hover>a>.fa,
.skin-blue .sidebar-menu>li.side-menu.active>a>span>.fa,
.skin-blue .sidebar-menu>li.side-menu:hover>a>span>.fa,
.skin-blue .sidebar-menu>li.side-menu.active>a>.fas,
.skin-blue .sidebar-menu>li.side-menu:hover>a>.fas,
.skin-blue .sidebar-menu>li.side-menu.active>a>span>.fas,
.skin-blue .sidebar-menu>li.side-menu:hover>a>span>.fas,
.skin-blue .sidebar-menu>li.side-menu.active>a>.far,
.skin-blue .sidebar-menu>li.side-menu:hover>a>.far,
.skin-blue .sidebar-menu>li.side-menu.active>a>span>.far,
.skin-blue .sidebar-menu>li.side-menu:hover>a>span>.far {
    color: #004680;
}

.skin-blue .sidebar-menu>li.side-menu.active>a>.fa,
.skin-blue .sidebar-menu>li.side-menu:hover>a>.fa,
.skin-blue .sidebar-menu>li.side-menu.active>a>.fas,
.skin-blue .sidebar-menu>li.side-menu:hover>a>.fas,
.skin-blue .sidebar-menu>li.side-menu.active>a>.far,
.skin-blue .sidebar-menu>li.side-menu:hover>a>.far {
    color: #004680;
}

.sidebar-menu .treeview-menu>li>a>.fa,
.sidebar-menu .treeview-menu>li>a>.glyphicon,
.sidebar-menu .treeview-menu>li>a>.ion {
    color: #8aa4af;
}

.skin-blue .treeview-menu>li.active>a {
    color: #fff;
}

.sidebar-menu li.active>a>span>.fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu .treeview-menu>li>a {
    padding: 10px 5px 10px 22px;
    display: block;
    font-size: 14px;
}

.skin-blue .treeview-menu>li.active>a>.fa,
.skin-blue .treeview-menu>li.active>a>.glyphicon,
.skin-blue .treeview-menu>li.active>a>.ion,
.skin-blue .treeview-menu>li>a:hover>.fa {
    color: #fff;
}

.box {
    border-radius: 10px;
    position: relative;
    border: none;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}

.box-bg {
    background: #E8EEF8;
    padding: 1.5rem;
}

.header-contain {
    /* font-size: 34px;
	font-weight: 600;
	color: #004680;
	margin: 20px 0px;
	margin-left: 30px;
	text-transform: uppercase; */
    font-size: 3.2rem;
    font-weight: 500;
    color: #004680;
    /* margin: 20px 0px; */
    margin-top: 20px;
    padding-left: 25px;
    text-transform: uppercase;
}

.full-box-border {
    border: 2px solid #004680;
}

.box-header .box-title {
    font-weight: 600;
    font-size: 20px;
}

.box-header {
    background-color: #004680;
    color: #fff;
    border-radius: 40px;
    margin: 10px;
    /* padding: 7px 5px; */
    top: 28px;
    top: 24px;
    left: 28px;
    margin-top: 0px;
    box-shadow: 0px 5px 7px -3px #888282;
    /* width: 220px; */

    /* after fixed */
    display: inline-block;
    padding: 7px 20px;
    min-width: 220px;

}

.box-body {
    border-radius: 8px;
    /* line-height: 28px; */
    line-height: 1.4;
    padding: 15px;
}

.box-body-bg {
    background-color: #fff;
    box-shadow: 1px 2px 17px -6px #888282;
    padding-top: 3rem !important;
    /* margin: -3px 10px 10px 10px; */
    margin: 10;
}

.box-header>.form-full-contain {
    flex-direction: row;
}

.form-body {
    flex-direction: row;
}

@media (min-width: 931px) {
    .form-label {
        font-size: 20px;
    }
}

.form-label {
    color: #004680;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 15px !important;
    /* Added by Ashish because there is no line height in form label  */
}

.form-control {
    border: none;
    border-bottom: 2px solid #e1e1e1;
    padding: 0px 7px;
    height: 25px;
    color: #8e8e8e;
    font-weight: 400;
    /* Changed to 400 from 600 by Ashish because its show very bold font in input in data entry */
}

textarea.form-control {
    height: auto;
    border: 2px solid #e1e1e1;
    border-radius: 5px;
    /* margin-top: 10px; */
    color: #888282;
}

textarea.form-control {
    resize: vertical;
}

.field-required {
    color: red;
    margin-left: 5px;
}

.left-arrow::after {
    clear: both;
}

.pt-0 {
    padding-top: 0px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type=radio] {
    margin: 0px 10px 0px 0px;
}

.btn-blue {
    background-color: #004680;
    color: #fff;
    border-radius: 20px;
    padding: 3px 15px;
    padding-top: 1px;
    margin-right: 10px;
    outline: none !important;
}

.btn-blue-bold {
    background-color: #004680;
    color: #fff;
    border-radius: 8px;
    padding: 3px 15px;
    padding-top: 3px;
    margin-right: 10px;
    outline: none !important;
    font-weight: 600;
}

.btn-blue:hover,
.btn-blue:active {
    color: #fff;
    outline: none;
}

.case-menu-items {
    /* padding: 20px; */
    padding: 20px 20px 15px;
    border-radius: 15px;
    background-color: #00468017;
}

.items {
    min-width: 54.6px;
    background-color: #004680;
    /*#224E96*/
    padding: 13px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 1px 1px 7px 1px #9E9E9E;
    /* display: inline-block; */
    float: left;
    min-height: 54.6px;
}

.case-menu-items>.items>.fa {
    font-size: 2.6rem;
    color: #ffffff;
}

.text-bg-blue {
    color: #004680;
    font-weight: 500;
}

.btn-blue:focus {
    color: #fff;
    outline: none;
}

.scrolling-box {
    background-color: #00468017;
    display: block;
    max-height: 800px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    text-align: center;
    border-radius: 8px;
}

#searchcontent {
    padding: 15px 0px;
}

.fullWidthForm {
    width: 100%;
}

.scrolling-box::-webkit-scrollbar {
    background-color: #00468021;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.scrolling-box::-webkit-scrollbar-thumb {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    /* background-color: #0046804d; */
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #00468040;
    border-radius: 3px;
}

.scrolling-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}

.sidebar::-webkit-scrollbar {
    background-color: #b3b3b321;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 1px;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #b3b3b321;
    width: 1px;
}

.sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}

.custom-scrollbar::-webkit-scrollbar {
    background-color: #c9c9c9;
    border-radius: 0px;
    /* width: 1px; */
    height: 7px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #9c9c9c;
    /* width: 1px; */
    border-radius: 3px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}

.case-item-image {
    height: 30px;
    width: 28.9px;
}

.pl-0 {
    padding-left: 0rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.pr-0 {
    padding-right: 0rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pt-0 {
    padding-top: 0rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.p-0 {
    padding: 0rem;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.ml-0 {
    margin-left: 0rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mr-0 {
    margin-right: 0rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.m-0 {
    margin: 0rem !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.border-right {
    border-right: 0.4px solid #fffffff5;
}

.tr-label {
    color: #949292;
}

.text-success {
    color: #00a452 !important;
}

.text-danger {
    color: #eb3224 !important;
}

.h5 {
    font-size: 15px !important;
}

.user-profile-img {
    /* float: left; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #cacaca;
    /* Added by Ashish  */
    padding: 2px;
    /* Added by Ashish  */
}

.rounded-lg {
    border-radius: 10px;
}

.user-list-icon {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 0%;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.form-control-icon {
    border: 2px solid #e1e1e1;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-right: none !important;
}

.input-group .form-input:last-child {
    border: 2px solid #e1e1e1;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 13px 0px;
    border-left: none;
    outline: none;
}

.form-control:focus {
    border-color: none !important;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #e1e1e1;
    background-color: #fff;
}

.box-shadow {
    box-shadow: 1px 1px 6px -2px rgb(158, 153, 153);
    border-radius: 5px;
}

.input-group .input-group-addon>i {
    color: #9c9c9c;
}

.border-radius {
    border-radius: 5px;
}

.image-user {
    justify-content: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.upcoming-reminder-notify {
    position: absolute;
    margin-Left: 2.2rem;
    padding: 2.4rem;
    padding-left: 2.8rem;
    width: 98%;
    justify-content: space-between;
    flex-direction: row;
}

#img-user {
    width: 45px;
    height: 45px;
}

.upcoming-reminder-notify .reminder-remove {
    background-color: #004680;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.upcoming-reminder-notify .reminder-notify-info {
    font-size: 16px;
    font-weight: 600;
}

.justify-content-right {
    justify-content: right;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-left {
    justify-content: left;
}

.loading {
    border-radius: 100% !important;
    width: 20px;
    background-color: #004680;
    height: 20px;
    position: absolute;
    text-align: center;
    font-size: 9px;
    padding: 4px 3px;
    left: 37px;
    top: 10px;
}

.loading>i {
    font-size: 1.0rem;
    color: #fff;
    font-weight: 500 !important;
}

.btn-blue-bold:hover {
    color: #fff;
}

.file-field {
    position: relative;
}

.file-field span {
    cursor: pointer;
}

.file-field input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}

.attendance {
    background-color: #e1e1e1;
    color: #808080;
    border-radius: 50%;
    font-size: 1.5rem;
    height: 30px;
    width: 30px;
    padding: 4px 10px;
    font-weight: 700;
    text-align: center;
}

.bg-success {
    background-color: #4fd291;
}

.bg-danger {
    background-color: #d62f2f;
}

.bg-warning {
    background-color: #f9b03e;
}

.text-white {
    color: #fff;
}

.case-menubar .item-box {
    border-radius: 10px;
    width: 120px;
    height: 110px;
    background-color: #fff;
    float: left;
}

.case-menubar .item-sec {
    border-bottom-left-radius: 100%;
    border: 13px solid #00468017;
    border-right-color: #fff;
    border-right-width: 0px;
    border-top-width: 0px;
    border-top-color: #fff;
    float: right;
    min-width: 45px;
    min-height: 54.6px;
}

.case-menubar .item-text {
    width: 100%;
    display: inline-block;
    min-height: 35px;
}

.case-menubar .item-text>.item-sub-text {
    width: 70%;
    float: left;
    line-height: 17px;
}

.case-menubar .item-text>.item-sub-text-last {
    width: 30%;
    float: left;
    color: #9c9c9c;
    font-size: 1.9rem;
}

#expands {
    cursor: pointer;
}

.input-group .input-group-addon>i.input-blue {
    font-size: 1.5rem;
    color: #004680;
}

.searchbox {
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
    border-color: #004680 !important;
    background-color: #004680 !important;
}

.input-group .searchbox-input:last-child {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    background-color: #004680 !important;
    border-color: #004680 !important;
}

.times {
    font-size: 1.8rem;
    color: #fff;
}

.searchitems .input-group-addon>i {
    color: #fff;
}

.searchitems .form-input::placeholder {
    color: #fffffff5;
    opacity: 0.7;
}

/* 
.form-control::placeholder{
	color: #BFC1C5;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #888282;
    background-color: transparent !important;
    color: #888282 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.page-manu>a.page-data:active,
.page-manu>a.page-data:focus,
.page-manu>a.page-data:hover {
    outline: none;
    text-decoration: none;
    color: #0046809c !important;
    font-size: 1.45rem;
    font-weight: 400;
    transition: all .2s ease-in-out 0s;
}

.breadcrumb {
    background-color: #00468017;
    margin-bottom: 10px;
}

.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #c3e6cb !important;
}

.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.alert {
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.document-image-name {
    color: #808080;
    font-size: 11px;
    letter-spacing: 0.7px;
    line-height: 1;
    line-break: anywhere;
}

.document-image-name.active {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.7px;
    line-height: 1;
}



.lh-1 {
    line-height: 1;
}

.header-title {
    font-size: 18px;
    position: absolute;
    z-index: 1;
    width: fit-content;
    padding: 2px 15px;
    border: 2px solid #004680;
    border-radius: 10px;
    background-color: #fff;
}

.button-icon {
    border-radius: 50%;
    padding: 8px 13px;
}

.text-dark-gray {
    /* color: rgb(148, 147, 147); */
    color: rgb(171, 164, 164);
}

.btn-gray {
    background-color: rgb(148, 147, 147);
    border-width: 0.5px;
    border-color: rgb(148, 147, 147);
    border-style: solid;
    border-radius: 6px;
    padding: 5px 15px;
    color: #fff;
    font-size: inherit;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.bottom-hr {
    /* border-bottom: 1px; */
    border-bottom-color: #e1e1e1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10px 1.5rem;
}

input.form-control.input-box-type,
select.form-control.input-box-type {
    border-style: solid;
    border-width: 2px;
    height: 32px;
    border-color: #e1e1e1;
    border-radius: 5px;
    padding: 5px 10px;
}

.model-header {
    border-width: 0px;
    color: rgb(0, 70, 128);
    font-size: 30px;
    font-weight: 500;
}

.modal-header {
    /* border-width: 0px; */
    color: rgb(0, 70, 128);
    font-size: 30px;
    font-weight: 500;
}

.btn-danger {
    background-color: #dd4b39 !important;
    border-color: #d73925 !important;
}

.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.loanApp {
    border: 2px solid rgb(225, 225, 225);
    border-radius: 8px;
    height: 30px;
}

.LoanUsername {
    padding-left: 40px;
}

.LoanUserimage {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: 5px;
    left: 25px;
    margin-right: 70px;
}

.LoanUserimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
}

.text-warning {
    color: #e3b94d;
}

.search-header-contain {
    font-size: 2.2rem;
    font-weight: 500;
    color: #004680;
    margin-top: 20px;
    padding-left: 25px;
    text-transform: uppercase;
}

.image-view-lable {
    width: 27px;
    position: absolute;
    border-bottom-left-radius: 65%;
    border-bottom-right-radius: 65%;
    background-color: #004680;
}

.text-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    align-items: center;
}

.btn-toolbar:hover {
    background: none;
}

.btn-toolbar {
    background: none;
}

.css-1uccc91-singleValue {
    color: #8e8e8e !important;
}

textarea.form-control {
    padding-top: 5px;
}

.custom-page-loading {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #0000004d;
    flex-direction: column;
    z-index: 99;
}


.image-card-label {
    min-width: 3.5rem;
    position: absolute;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 50%;
    background-color: #004680;
    left: 0;
}

.image-card-close {
    /* position: absolute;
    right: 0px;
    top: -4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 5rem;
    height: 5rem; */
    position: absolute;
    right: 0px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none !important;
}


.image-card-title {
    color: #004680;
    font-size: 1.7rem;
    letter-spacing: 0.7px;
    line-height: 1;
    line-break: anywhere;
}

/* for testing */

.skin-blue .main-header .navbar .nav>li.user>a.dropdown-toggle {
    background-color: #e8eef4;
    border-radius: 5px;
}


/* .border-radius */

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-top-1 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.rounded-top-2 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.rounded-top-3 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
}

.rounded-top-4 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
}

.rounded-top-5 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
}

.rounded-bottom {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom-1 {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom-2 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.rounded-bottom-3 {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
}

.rounded-bottom-4 {
    border-bottom-left-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
}

.rounded-bottom-5 {
    border-bottom-left-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left-1 {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.rounded-left-2 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}

.rounded-left-3 {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
}

.rounded-left-4 {
    border-top-left-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
}

.rounded-left-5 {
    border-top-left-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-right-1 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.rounded-right-2 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.rounded-right-3 {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
}

.rounded-right-4 {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
}

.rounded-right-5 {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
}


.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}


.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
    scroll-behavior: smooth;
}

.overflow-x {
    overflow-x: auto;
}

.overflow-y {
    overflow-y: auto;
}

.w-max-content {
    width: max-content;
}

.w-min-content {
    width: min-content;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right-1 {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-2 {
    border: 2px solid #dee2e6 !important;
}

.border-top-2 {
    border-top: 2px solid #dee2e6 !important;
}

.border-right-2 {
    border-right: 2px solid #dee2e6 !important;
}

.border-bottom-2 {
    border-bottom: 2px solid #dee2e6 !important;
}

.border-left-2 {
    border-left: 2px solid #dee2e6 !important;
}

.border-3 {
    border: 3px solid #dee2e6 !important;
}

.border-top-3 {
    border-top: 3px solid #dee2e6 !important;
}

.border-right-3 {
    border-right: 3px solid #dee2e6 !important;
}

.border-bottom-3 {
    border-bottom: 3px solid #dee2e6 !important;
}

.border-left-3 {
    border-left: 3px solid #dee2e6 !important;
}

.border-4 {
    border: 4px solid #dee2e6 !important;
}

.border-top-4 {
    border-top: 4px solid #dee2e6 !important;
}

.border-right-4 {
    border-right: 4px solid #dee2e6 !important;
}

.border-bottom-4 {
    border-bottom: 4px solid #dee2e6 !important;
}

.border-left-4 {
    border-left: 4px solid #dee2e6 !important;
}

.border-5 {
    border: 5px solid #dee2e6 !important;
}

.border-top-5 {
    border-top: 5px solid #dee2e6 !important;
}

.border-right-5 {
    border-right: 5px solid #dee2e6 !important;
}

.border-bottom-5 {
    border-bottom: 5px solid #dee2e6 !important;
}

.border-left-5 {
    border-left: 5px solid #dee2e6 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-theme-primary {
    border-color: #004680 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-light-gray {
    border-color: #c9c9c9 !important;
}

.border-dark-gray {
    border-color: #9c9c9c !important;
}

.border-white {
    border-color: #fff !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-wrap-none {
    flex-wrap: nowrap;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

/* .input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
} */

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.custom-box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0px 2px 3px 2px #e1e1e1;
    /* box-shadow: 0 1px 1px rgb(0 0 0 / 10%); */
}

.custom-box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.custom-box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.custom-box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.custom-box-header>.custom-box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.custom-box-header>.custom-box-tools [data-toggle="tooltip"] {
    position: relative;
}

.btn-custom-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}


/* modal lg size change */

@media (min-width: 768px) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1200px;
    }
}

.w-100 {
    width: 100%;
}

.btn .outline-0:focus {
    outline: none;
}

.btn .outline-0.active.focus,
.btn.outline-0.active:focus,
.btn.outline-0.focus,
.btn.outline-0:active.focus,
.btn.outline-0:active:focus,
.btn.outline-0:focus {
    outline: none;
    /* outline: 5px auto -webkit-focus-ring-color; */
    outline-offset: 0px;
}



.nav-stacked>li, .nav-stacked>li>span:hover {
    color: #ffffff !important;
    background: #00468017;
    color: #444;
    border-top: 0;
    color: #004680;
}

/* .nav-stacked>li:focus, .nav-stacked>li:hover {
    text-decoration: none;
    background-color: #503939;
} */

.nav-stacked>li.active:hover, .nav-stacked>li.active:focus {
    color: #004680 !important;
    background: #00468017;
}

.nav-stacked>li>span {
    border-radius: 0;
    border: 0;
    border-left: 3px solid transparent;
    color: #000000;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-stacked>li.active>span {
    color: #004680 !important;
}

.nav-stacked>li>span:hover, .nav-stacked>li>span:active, .nav-stacked>li>span:focus {
    color: #ffffff !important;
    background: #004680;
    border-color: transparent;
    border-right: 1px solid #ffffff8c;
}