@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body{
    background: #ebeff2;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}

:root{
    --main-color2: #63b846;
    --main-color1: #2c3687;
}
.bg-main-color1{
    background: var(--main-color1);
}
.bg-main-color2{
    background: var(--main-color2);
}
.main-color1 {
    color: var(--main-color1) !important;
}
.main-color2 {
    color: var(--main-color2) !important;
}
.brd-main-color1 {
    border-color: var(--main-color1) !important;
}
.brd-main-color2 {
    border-color: var(--main-color2) !important;
}
.hover-main-color:hover {
    background-color: var(--main-color1) !important;
    color: #ffffff !important;
}

/*reset css*/
a, a:hover, a.active{
    text-decoration: none;
    background: transparent;
}
.form-control:focus {
    box-shadow: none;
}
.form-select:focus {
    box-shadow: none;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    border-color: transparent;
}
.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-transparent{
    background: transparent;
}

/*font css*/

.fs-10 {
    font-size: 10px!important;
}
.fs-11 {
    font-size: 11px!important;
}
.fs-12 {
    font-size: 12px!important;
}
.fs-13 {
    font-size: 13px!important;
}
.fs-14 {
    font-size: 14px!important;
}
.fs-15 {
    font-size: 15px!important;
}
.fs-16 {
    font-size: 16px!important;
}
.fs-22 {
    font-size: 22px!important;
}
.fw-medium {
    font-weight: 500;
}

/*login header*/
.main-header .logo {
    font-size: 35px;
    font-weight: bold;
    line-height: 36px;
    margin: 0;

}
.main-header .login-nav{
    margin-left: 60px;
}
.main-header .login-nav .nav-link{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-right: 20px;
}
.main-header .login-nav .nav-link:hover,
.main-header .login-nav .nav-link.active{
    color: var(--main-color1);
}
.get-btn {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: var(--main-color1);
    border: 1px solid transparent;
}
.get-btn:hover {
    color: var(--main-color1);
    background: transparent;
    border: 1px solid var(--main-color1);
}
.login-btn-top {
    font-size: 14px;
    font-weight: bold;
    color: var(--main-color2);
}
.login-btn-top:hover {
    color: var(--main-color2);
    background: transparent;
    border: 1px solid var(--main-color2);
}
.login-page{
    height: 100vh;
}
.login-box {
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: calc(100vh - 70px);
}
.login-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin: 0;
}
.login-sub-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #A9A3A3;
    margin-top: 0.5rem;
}
.c-label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.forgot {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #62769D;
}
.login-btn {
    background: #62769D;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    border: 1px solid transparent;
}
.login-btn:hover {
    background: transparent;
    border: 1px solid #62769D ;
    color:var(--main-color1) !important;
}


/*dashboard page top bar*/
#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #ffffff;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    border: 1px solid transparent;
}
.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 50px;
    padding: 0 1.5rem 0 calc(1.5rem / 2);
}
.header-item {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hamburger-icon .close {
    display: none;
}
.hamburger-icon.open .bar {
    display: none;
}
.hamburger-icon.open .close {
    display: block;
}

.btn-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(1rem + 1.5em + 2px);
    width: calc(1rem + 1.5em + 2px);
    padding: 0;
}
.navbar-header .btn-topbar {
    height: 42px;
    width: 42px;
}
.navbar-header .topbar-head-dropdown .dropdown-menu.show {
    top: 2px !important;
}
.topbar-head-dropdown .notify-item.language {
    font-size: 14px;
    font-weight: 400;
}
.topbar-head-dropdown .notify-item.active{
    background: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-color);
}
.notification-dropdown-width{
    width: 320px;
}
.topbar-badge {
    right: -10px;
    top: 16px !important;
    font-size: 8px !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}
.badge-soft-light {
    color: #f3f6f9;
    background-color: rgba(243,246,249,.1);
}
.notification-item {
    padding: 0.75rem;
    white-space: inherit;
    position: relative;
}
.notification-item:active {
    background: transparent;
}
.avatar-xs {
    height: 2rem;
    width: 2rem;
}
.bg-soft-info {
    background-color: rgba(41,156,219,.18)!important;
}
.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #405189;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.avatar-title-icon{
    height: 2rem;
    width: 2rem;
}

.notification-content .heading{
    color: #495057;
    line-height: 1.5!important;
    font-size: .8125rem;
    font-weight: 500;
}
.notification-height-scroll{
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}
.header-profile-user {
    height: 32px;
    width: 32px;
}


/*sidebar design*/

.navbar-brand-box {
    padding: 0 1.3rem;
    text-align: center;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.logo {
    line-height: 52px;
}
.logo-light {
    display: inline-block;
}
.logo .logo-sm {
    display: none;
}
.logo .logo-lg img {
    height: 40px;
}
.logo .logo-sm img {
    height: 40px;
}

.navbar-menu {
    width: 240px;
    z-index: 1002;
    background:var(--main-color1);
    border-right: 1px solid var(--main-color1);
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 2px 4px rgba(15,34,58,.12);
    box-shadow: 0 2px 4px rgba(15,34,58,.12);
    padding: 0 0 calc(70px + 25px) 0;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.menu-title {
    letter-spacing: .05em;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: #739FBD;
    font-weight: 600;
}
.menu-title span {
    padding: 12px 20px;
    display: inline-block;
}

.navbar-menu .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.navbar-menu .navbar-nav .nav-link svg,
.navbar-menu .navbar-nav .nav-link i {
    display: inline-block;
    min-width: 1.75rem;
    font-size: 16px;
    line-height: inherit;
    margin-right: 5px;
}
.navbar-menu .navbar-nav .nav-link svg path{
    fill: #FFFFFF !important;
}
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    display: block;
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    margin-left: auto;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    font-size: 1.05rem;
    color: #ffffff;
}
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navbar-menu .navbar-nav .nav-link[aria-expanded=false]:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-menu .navbar-nav .nav-link.collapsed.active::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-menu .navbar-nav .nav-sm {
    padding-left: 1.75rem;
}
.navbar-menu .navbar-nav .nav-sm .nav-link {
    padding: 5px 8px 5px 20px !important;
    color: #739FBD;
    white-space: nowrap;
    position: relative;
    font-size: 13px;
    font-weight: 450;
}
.navbar-menu .navbar-nav .nav-sm .nav-link:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color:#f1f1f1;
    position: absolute;
    left: 8px;
    top: 13px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: .5;
}

.navbar-menu .navbar-nav .nav-link.active,
.navbar-menu .navbar-nav .nav-link:hover{
    background: var(--main-color2);
    border-radius: 5px;
}
.navbar-menu .navbar-nav .nav-sm .nav-link.active,
.navbar-menu.navbar-nav .nav-sm .nav-link:hover {
    color: #ffffff;
    background: transparent;
}
.navbar-menu .navbar-nav .nav-sm .nav-link.active:before,
.navbar-menu .navbar-nav .nav-sm .nav-link:hover:before {
    background-color:#ffffff;
}

/*offcenvas active*/
.offcanvas-active #page-topbar {
    left: 60px;
}
.offcanvas-active .navbar-menu .container-fluid {
    padding: 0;
}
.offcanvas-active .navbar-menu {
    position: fixed;
    width: 60px!important;
    padding-top: 70px;
}
.offcanvas-active .navbar-brand-box {
    position: fixed;
    padding: 0;
    width: 60px;
    z-index: 1;
    top: 0;
}
.offcanvas-active .logo .logo-lg {
    display: none;
}
.offcanvas-active .logo .logo-sm {
    display: block;
}
.offcanvas-active .navbar-menu .navbar-nav .menu-title span {
    display: none;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-item {
    position: relative;
}

.offcanvas-active .navbar-menu .navbar-nav .menu-title span {
    display: none;
}

.offcanvas-active .navbar-menu .navbar-nav .menu-dropdown {
    display: none;
    height: auto!important;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover>a.menu-link {
    position: relative;
    width: calc(180px + 60px);
    color: #fff;
    background-color: var(--main-color1);
    -webkit-transition: none;
    transition: none;
    border-radius: 0 5px 0 0;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link span {
    display: none;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link[data-bs-toggle="collapse"]::after{
    display: none;
}

.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover>a.menu-link span {
    display: inline-block;
    padding-left: 25px;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover>a.menu-link:after {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover>a.menu-link:after {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

.offcanvas-active.navbar-menu .navbar-nav .nav-item:hover>.menu-dropdown {
    background: var(--main-color1);
}
.offcanvas-active .navbar-menu .navbar-nav .nav-sm {
    padding: 0 0 0 10px;
}

.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover>.menu-dropdown {
    display: block;
    left: 60px;
    position: absolute;
    width: 180px;
    background: var(--main-color1);
    height: auto!important;
    padding: 0.5rem 0;
    border-radius: 0 0 5px 0;
    -webkit-box-shadow: 0 2px 4px rgba(15,34,58,.12);
    box-shadow: 0 2px 4px rgba(15,34,58,.12);
}
.offcanvas-active .navbar-menu .navbar-nav .nav-sm .nav-link {
    padding: 5px 1.2rem !important;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link{
    padding: 5px 20px;
    margin-bottom: 0;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link.active,
.offcanvas-active .navbar-menu .navbar-nav .nav-link.hover {
    background: transparent;
    border-radius: 0;
    color: #ffffff;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link.active,
.offcanvas-active .navbar-menu .navbar-nav .nav-link.hover {
    background: transparent;
    border-radius: 0;
    color: #ffffff;
}
.offcanvas-active .navbar-menu .navbar-nav .nav-link.active i,
.offcanvas-active .navbar-menu .navbar-nav .nav-link.hover i{
    color: #ffffff !important;
}

.sidebar_scrollbar{
    height: calc(100vh - 70px);
    overflow: hidden;
    overflow-y: scroll
}
::-webkit-scrollbar {
    width: 5px;
}
.sidebar-enable.offcanvas-active .sidebar_scrollbar{
    overflow: visible;
    overflow-y: visible;
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    background: #666;
    border-radius: 20px;
}

/*rtl dashboard*/

.rtl .topbar-head-dropdown .notify-item.language {
    text-align: right;
}
.rtl .topbar-head-dropdown .notify-item.language img{
    margin-left: .5rem;
    margin-right: 0;
}
.rtl .notification-dropdown-width .dropdown-head h6{
    text-align: right;
}

.rtl .notification-item {
    text-align: right;
}
.rtl .notification-item .avatar-xs {
    margin-left: 1rem;
    margin-right: 0;
}
.rtl .topbar-user .dropdown-header {
    text-align: right;
}
.rtl .topbar-user .dropdown-item {
    text-align: right;
}
.rtl .topbar-user .dropdown-item i {
    margin-left: 0.25rem;
    margin-right: 0;
}
.rtl.offcanvas-active #page-topbar {
    right: 60px;
}
.rtl .navbar-menu {
    border-left: 1px solid #25455B;
    border-right: 0;
}
.rtl .app-menu .navbar-nav {
    padding: 0;
}
.rtl .navbar-menu .navbar-nav .nav-link i {
    margin-left: 5px;
}
.rtl .navbar-menu .navbar-nav .nav-link[data-bs-toggle="collapse"]::after {
    margin-right: auto;
    margin-left: 0;
}
.rtl .navbar-menu .navbar-nav .nav-sm {
    padding-right: 1rem;
    margin-left: 0;
}
.rtl .navbar-menu .navbar-nav .nav-sm .nav-link {
    padding: 5px 20px 5px 8px !important;
}
.rtl  .navbar-menu .navbar-nav .nav-sm .nav-link::before {
    right: 8px;
    left: 0;
}
.rtl.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover > a.menu-link {
    border-radius: 5px 0 0 0;
}
.rtl.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover > a.menu-link span {
    padding-right: 25px;
    margin-left: 0;
}
.rtl.offcanvas-active .navbar-menu .navbar-nav .nav-item:hover > .menu-dropdown {
    right: 60px;
    left: 0;
    border-radius: 0 0 0 5px;
}
.rtl.offcanvas-active .main-content {
    margin-right: 70px;
    margin-left: 0;
}

/*main content*/
.offcanvas-active .main-content {
    margin-left: 60px;
}
.page-content {
    /*padding: calc(28px + 1.5rem) calc(1.5rem * .5) 50px calc(1.5rem * .5);*/
    padding-top: 52px ;
    padding-bottom: 70px ;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
}
.page-content-padding {
    padding-right: 1.5rem;
}
.rtl .page-content-padding {
    padding-right: 1.5rem;
    padding-left: 0;
}
.page-title-box {
    padding: 10px 0;
}
.page-title-box h4 {
    font-weight: 700;
    font-size: 15px!important;
    text-transform: uppercase;
    overflow: hidden;
}
.page-title-breadcrumb .breadcrumb .breadcrumb-item a{
    color: #000;
}

.page-sidebar {
    padding: 10px 0;
}
.page-sidebar hr {
    border-top: 2px solid #F5F5F5;
}
.page-sidebar {
    max-height: calc(100vh - 110px);
    overflow-y: scroll;
    min-height: 100vh;
}
.page-sidebar-content {
    padding: 12px 9px;
}
.page-sidebar-title {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 16px;
    margin-bottom: 10px;
    padding-left: 8px;
    text-transform: uppercase;
    opacity: 0.6;
}
.page-sidebar-heading {
    color: #000;
    font-size: 14px;
    display: block;
    line-height: 30px;
    padding-left: 8px;
    margin-bottom: 0.25rem;
}
.page-sidebar-heading.active {
    background: #E9EDEF;
    padding: 4px 8px;
    border-radius: 5px;
}
.main-card-title {
    font-size: 18px;
    font-weight: 600;
}

.app-search .form-control {
    height: 35px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #F5F5F5;
    border-radius: .375rem 0 0 .375rem;
    max-width: 200px;
}
.rtl .app-search .form-control {
    border-radius: 0 .375rem  .375rem 0;
}
.app-search span.search-widget-icon {
    position: absolute;
    z-index: 10;
    font-size: 18px;
    line-height: 35px;
    left: 13px;
    top: 0;
    color: #BBB3B3;
}
.btn-add, .btn-add:hover {
    border: 2px solid #F5F5F5;
    height: 35px;
    border-left: 0;
    color: #BBB3B3;
}
.rtl .btn-add, .rtl .btn-add:hover {
    border-left: 2px solid #F5F5F5;
    border-right: 0;
    border-radius: .375rem 0 0 .375rem !important;

}
.rtl .page-title-box .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

/*footer*/
.footer {
    bottom: 0;
    padding: 20px calc(1.5rem * .5);
    position: absolute;
    right: 0;
    color: #98a6ad;
    left: 240px;
    height: 60px;
    background-color: #fff;
    box-shadow: .125rem 0 .25rem rgba(var(--bs-body-color-rgb), .075) !important;
}
.offcanvas-active .footer {
    left: 60px;
}
.rtl .footer {
    right: 240px;
    left:0;
}
.rtl.offcanvas-active .footer {
    left: 0;
    right: 60px;
}
.rtl .footer .text-sm-end{
    text-align: left !important;
}

.main-content-table-thead {
    background: #F5F9FA;
    color: #747677;
    font-size: 12px;
    font-weight: 400;
}

.form-icon-avatar {
    height: 38px;
    width: 38px;
}
.form-icon-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #BBB3B3;
    font-size: 18px;
}


.dropdown.action-dropdown .dropdown-toggle::after {
    display: none;
}

.dropdown.action-dropdown .dropdown-item {
    font-size: 14px;
}
.dropdown.action-dropdown .dropdown-item i{
    font-size: 16px;
    width: 24px;
}

/*profile page*/
.profile-wid-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 160px;
}
.profile-wid-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .9;
    background: var(--main-color1);
    z-index: -1;
}
.profile-wrapper .avatar-lg {
    height: 8rem;
    width: 8rem;
}
.profile-wrapper h3 {
    font-size: 32px;
    font-weight: 700;
}
.profile-wrapper p {
    font-size: 18px;
    font-weight: 500;
}
.profile-manager-menu {
    margin-top: 40px;
}
.profile-manager-menu a {
    font-size: 16px;
    line-height: 38px;
    color: #94A5B2;

}
.profile-manager-menu a i {
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 18px;
}

.profile-manager-menu a.active {
    color: #284B64;
}
.profile-manager-menu a.active i {
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    color: var(--main-color1);
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
}

.profile-card-minius {
    margin-top: -41px;
}

.mx-n4 {
    margin-right: -1.5rem!important;
}

.rtl .c-form-area .flex-grow-1.ms-3{
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

.rtl .c-form-area .form-select {
    background-position: left.75rem center;
}
.rtl .c-form-area .btn.btn-success.rounded-pill i {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}
.w-50{
    width: 50%;
}

.add-top-btn {
    border: 1px solid var(--main-color1);
    font-size: 14px;
    color: var(--main-color1);
}
.add-top-btn:hover {
    border: 1px solid var(--main-color1);
    background: var(--main-color1);
    color: #fff;
}
.branch-logo {
    width: auto;
    height: 24px;
}
.branch-dropdown {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "\f107";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: "Font Awesome 6 Pro";
}
.avatar-group {
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.avatar-group .avatar-group-item {
    margin-left: -12px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.avatar-xxs {
    height: 1.5rem;
    width: 1.5rem;
}
.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--main-color1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.page-fixed-sidebar-wrap {
    position: relative;
    overflow-x: hidden;
}
.page-fixed-sidebar-inner-wrap {
    min-width: 300px;
    max-width: 300px;
    /*height: calc(100vh - 60px - 60px - 8px);*/
    height: calc(100vh - 60px);
    position: relative;
    background-color: #ECF0F6;
}
.page-fixed-sidebar-wrap-sidebar-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
}
.m-mignus4 {
    margin-right: -1rem!important;
    margin-left: -1rem!important;
}
.pad-4{
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}


.task-list.task-list-view-filter .team-box .team-profile-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.task-list.task-list-view-filter .team-box .team-profile-img .avatar-lg,
.team-approve-flitter .team-profile-img .avatar-lg {
    height: 3rem;
    width: 3rem;
    font-size: 16px;
}
.leave-wid-icon {
    font-size: 40px;
    color: #e1e1e1;
    right: -8px;
    bottom: -35%;
}
.leave-user-out h6{
    font-size: 18px;
    font-weight: bold;
}

/*custom-calender-design*/
.weekdays {
    margin: 0;
    padding: 10px 0;
    border-bottom:1px solid #ddd;
}

.weekdays li {
    display: inline-block;
    width: 12.5%;
    color: #666;
    text-align: center;
}

.days {
    padding: 10px 0;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 12.2%;
    text-align: center;
    margin-bottom: 5px;
    font-size:12px;
    color: #777;
}

.days li .active {
    padding: 5px;
    background: #1abc9c;
    color: white !important
}
.image-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.height-38 {
    height: 38px;
}


/*offcanvas menu*/
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.015625rem;
    color: #495057;
}
.offcanvas-header-bg {
    background: #f2f7f9;
}
.custom-close-btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: -20px;
    z-index: 9999 !important;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-close-btn .btn-close {
    background: transparent;
    padding: 0;
    margin: 0;
    width: 40px;
    height: auto;
}
.custom-close-btn .btn-close:focus {
    box-shadow: 0 0 0 0;
}
.custom-close-btn .btn-close i {
    font-size: 20px;
    line-height: 40px;
}
.acitivity-timeline {
    position: relative;
    overflow: hidden;
}
.acitivity-timeline .acitivity-item {
    position: relative;
}
.acitivity-timeline .acitivity-item:before {
    content: "";
    position: absolute;
    border-left: 1px dashed #e9ebec;
    left: 16px;
    height: 100%;
    top: 5px;
    z-index: 0;
}
.acitivity-timeline .acitivity-item .acitivity-avatar {
    background-color: #ffffff;
    border: 3px solid #ffffff;
    height: 32px;
    width: 32px;
}
.bg-soft-primary {
    background-color: rgba(64,81,137,.18)!important;
}
.acitivity-timeline .acitivity-item .flex-shrink-0 {
    z-index: 2;
}


@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

.login-logo.text-center img {
    height: 50px;
    margin-bottom: 20px;
}
.form-control:focus {
    box-shadow: none !important;
}
.select2.select2-container {
    width: 100% !important;
}
.form-select:focus {
    box-shadow: none !important;
}
.page-title-box {
    padding-bottom: 0;
}
.btn-topbar.btn:first-child:active,
.btn-topbar.btn.show {
    border-color: transparent;
}
.topbar-badge {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
/*#page-topbar{*/
/*    border-bottom: 1px solid #ddd;*/
/*}*/
.dashboardCard{
    border: 1px solid #e9ebec !important;
}
.dashboardCardSvgImag svg{
    fill: #0ab39c;
    opacity: .05;
}
.dashboardCardHeading {
    color: #878a99;
    font-weight: 500;
    text-transform: UPPERCASE;
    font-size: 14px;
}
.dashboardCardSubHeading {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}
.dashboardCardIconArea {
    height: 66px;
    width: 66px;
    background: rgba(99, 184, 70, 1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.select2-md{
    height: 38px !important;
}
.table th,
.table td{
    vertical-align: middle;
}
.card-border{
    border: 1px solid rgb(229, 231, 235) !important;
    border-radius: 0.5rem;
}
