/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
*/

body {
  margin-bottom: 60px;
}

.text-blue {
    color: #0163c0;
}

.text-brown {
    color: #a71d21;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

p {
    margin: 0 !important;
    padding: 0 !important;
}

.primary-btn {
    background-color: #0163c0 !important;
    border: none !important;
    color: #fff !important;
}

    .primary-btn:hover {
        opacity: 0.9;
        color: white !important;
    }

.sidebar-bg-ligt-brown {
    background-color: #f4f7f9 !important;
}

body.modal-open {
    padding-right: 0 !important;
}
/* Layout css-start */
.bg-ligt-brown {
    background-color: #f4f7f9 !important;
}

.custom-header-container {
    margin: 15px 15px 0 0;
    border-radius: 30px 30px 0 0;
}

.custom-app-main {
    background-color: #dee5ec !important;
    margin-inline-end: 15px;
    border-radius: 0 0 30px 30px;
}

@media (max-width: 991px) {
    .custom-header-container {
        margin: 0;
        border-radius: 0;
    }

    .custom-app-main {
        margin-inline-end: 0;
        border-radius: 0;
        margin-block-end: 0;
    }
}

@media (min-width: 992px) {
    .app-header {
        height: 80px !important;
    }
}
/* Layout css-end */

/* Sidebar css-start */

.app-sidebar .menu-link.active {
    background-color: #0163c0 !important;
    color: var(--kt-primary-inverse);
}

.app-sidebar .menu-rounded .menu-link {
    border-radius: 10px !important;
}

.app-sidebar .menu-item {
    border-bottom: 1px dashed #0163c0;
}

.app-sidebar .menu-icon:hover, .menu-link:hover {
    color: #fff;
    background-color: #0163c0;
    border-radius: 10px;
}

.app-sidebar .menu-column .EndUserCompanyUser-menu-item {
    border-bottom: 0 !important;
}

.app-sidebar .menu-sub-indention .menu-item .menu-item .menu-link.active {
    margin-inline-end: 0 !important;
}
/* Sidebar css-end */

.custom-card {
    background-color: #f9fcff;
    border: 1px solid #b7daea;
    border-radius: 15px;
}

.dashboard-heading {
    font-size: 22px;
    letter-spacing: -1px;
    color: #0163c0;
    font-weight: 700;
    margin: 0 !important;
}

table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting::after {
    content: '' !important;
    opacity: 1 !important;
    height: 0.9rem !important;
    width: 0.9rem !important;
    color: white !important;
}

table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting::before {
    content: '' !important;
    opacity: 1 !important;
    height: 0.9rem !important;
    width: 0.9rem !important;
}

table.dataTable thead > tr > th.sorting:after {
    top: 43% !important;
}

.table.dataTable {
    border: 1px solid #c4c6d2 !important;
}

table.dataTable thead > tr > th:first-child {
    border-radius: 8px 0 0 0;
}

table.dataTable thead > tr > th:last-child {
    border-radius: 0 10px 0 0;
}

.rounded-25 {
    border-radius: 25px;
}

.table.dataTable thead > tr {
    background-color: #0163c0 !important;
    color: white !important;
}

.text-ellipses-td {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
    line-height: 1.2em;
    width: 15.5em;
}

.bg-bluedark {
    background-color: #1a67cd;
}

.text-bluedark {
    color: #1a67cd;
}
.bg-lightgreen {
    background-color: #a9bb3b;
}
.text-lightgreen {
    color: #a9bb3b;
}
.bg-darkSkyBlue {
    background-color: #008a7e;
}
.text-darkSkyBlue {
    color: #008a7e;
}
.bg-lightred {
    background-color: #f24d04;
}
.text-lightred {
    color: #f24d04;
}
.bg-lightSkyBlue {
    background-color: #43d1b7;
}
.text-lightSkyBlue {
    color: #43d1b7;
}
/* Mobile */
@media (max-width: 767px) {
    .w-20 {
        width: 48%;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .w-20 {
        width: 32.33%;
    }
}

/* Large screens */
@media (min-width: 1025px) and (max-width: 2500px) {
    .w-20 {
        width: 19.4%; 
    }
}

.p-stats-C020 {
    padding: 20px 15px;
}