/* Wrapper */
#wrapper {
    position: relative;
}

/* Helper */
.badge {
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 9px;
}

.bg-info {
    background-color: #E1F1F8;
    color: #0996D2;
}

.bg-success {
    background-color: #EDFFDC;
    color: #51910D;
}

.bg-danger {
    background-color: #FFF8F5;
    color: #ED0006;
}

.bg-orange {
    background-color: #FFF1EB !important;
    color: #F36C34 !important;
}

.bg-purple {
    background-color: #FEF7FF !important;
    color: #B620E0 !important;
}

.bg-warning {
    background-color: #FFF8E6;
    color: #F7B500;
}

.d-block {
    display: block;
}

.mt-5 {
    margin-top: 5px;
}

.mt-25 {
    margin-top: 25px;
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.label {
    margin-right: 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}

.btn {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-color: transparent;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-default {
    background-color: #f8f9fa;
    border-color: #dcdcdc;
    color: #212529;
}

.plus-icon {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    line-height: 23px;
    margin-right: 8px;
}

.btn-xs {
    font-size: 12px;
}

/*  */

/* collapsed-box button */
.btn-box-tool {
    color: #97a0b3 !important;
}

.btn-box-tool:hover {
    color: #606c84 !important;
}

/* Header Logo CSS Start */

.logo-mini img,
.logo-lg img {
    height: 49px;
}

/* Header Logo CSS End */

/* Sidebar CSS Start */

.sidebar-menu li a img {
    width: 18px;
    height: 18px;
    margin-right: 9px;
}

/* Sidebar CSS End */

/* Header DropDown CSS Start */

.user-dropdown {
    float: right;
    margin-right: 15px;
    margin-top: 7px;
}

.user-dropdown img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    background: transparent;
    border-color: transparent;
}

.dropdown-toggle p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}

.user-dropdown .dropdown-menu {
    box-shadow: rgba(0, 0, 0, 15%) 0 12px 14px 0, rgba(0, 0, 0, 23%) 0 2px 4px 0;
    right: 0;
    left: auto;
    top: 40px;
    padding: 0;
    border-radius: 9px;
}

.user-dropdown .dropdown-menu a {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    color: rgb(0 0 0 / 100%);
    font-size: 14px;
    font-weight: 400;
}

.user-dropdown .dropdown-menu a:hover {
    background-color: #E6E6E6;
}

.user-menu {
    display: flex !important;
    align-items: center;
    height: 50px !important;
    border-radius: 9px 9px 0 0;
}

.user-menu img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 100px;
    margin-right: 0 !important;
}

.user-menu p {
    color: rgb(0 0 0 / 100%);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 1rem;
    margin-bottom: 0;
}

.logout-menu {
    border-top: 1px solid #E6E6E6;
    border-radius: 0 0 9px 9px;
    color: #ED0006 !important;
    font-size: 14px;
    font-weight: 400;
}

.logout-menu img {
    filter: invert(13%) sepia(98%) saturate(7495%) hue-rotate(355deg) brightness(90%) contrast(107%);
}

.user-dropdown .dropdown-menu a img {
    width: 16px;
    height: 16px;
    margin-right: 1rem;
}

/* Header DropDown CSS End */

/* User Title CSS Start */

.page-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.page-heading h3,
.page-heading p {
    margin: 0;
}

.page-heading h3 {
    color: #292D32;
    font-size: 18px;
    font-weight: 800;
}

.panel {
    border-radius: 16px;
    border: 1px solid #eaebeb;
    box-shadow: 0 2px 4px #0003;
    background-color: #fff;
}

.panel-title {
    padding-bottom: 15px;
    color: #1B253A;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.22px;
}

/* User Title CSS End */

/* DataTable CSS Start */
div.dt-button-collection {
    padding: 0;
}

div.dt-button-collection a.dt-button {
    background-color: transparent !important;
    background: transparent;
    box-shadow: none !important;
    background-image: none !important;
    border: none !important;
    margin-bottom: 0;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 9px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    height: 37px;
    outline: none;
}

div.dt-button-collection a.dt-button.active {
    background-color: #d7d7d7 !important;
    border-radius: 0;
}

div.dt-button-collection a.dt-button:hover {
    background-color: #b6b4b4 !important;
    border-radius: 0;
}

.table.dataTable tbody td {
    color: #0E0D13;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.table>thead:first-child>tr:first-child>th {
    background-color: #F4F5F8;
    color: #0E0D13;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    border-bottom: none;
}

.table>tbody>tr:first-child>td {
    border-top: none;
}

table.dataTable tbody td {
    padding: 10px;
}

.table>thead:first-child>tr>th:first-child {
    border-radius: 9px 0 0 9px;
}

.table>thead:first-child>tr>th:last-child {
    border-radius: 0 9px 9px 0;
}

div.dt-buttons {
    position: relative;
    float: right !important;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    margin-right: 11.5px;
    text-align: right;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #eaebeb !important;
}

.dt-buttons a.dt-button {
    border-radius: 8px;
    border: 1px solid #eaebeb !important;
    background: transparent !important;
    opacity: 1;
    color: #1CA3DC;
    font-size: 16px;
    font-weight: 800;
    margin-right: 11.5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    width: 24px;
    height: 24px;
    border-radius: 150px;
    opacity: 1;
    color: #1CA3DC !important;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none !important;
    background: #E1F1F8 !important;
}

.paginate_button {
    border-radius: 150px;
    color: #91919C !important;
    font-size: 12px;
    font-weight: 800;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    color: #91919C !important;
    border-color: transparent;
}

.paginate_button.previous {
    color: #91919C !important;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer !important;
}

.paginate_button.next {
    color: #24243A !important;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer !important;
}

.clickable-row {
    cursor: pointer;
}

/* Datatable custom action button */
.actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.action-btn {
    padding: 1px 6px;
}

button.action-btn {
    border: none;
    background: none;
    cursor: pointer;
}

.action-btn img {
    width: 18px;
    height: 18px;
}

/* DataTable CSS End */

/* Table CSS Start */
.table-sticky-header {
    position: relative;
    max-height: 400px;
    overflow-y: auto;

    /* Hide scrollbar */

    /* IE 10+ */
    -ms-overflow-style: none;

    /* Firefox */
    scrollbar-width: none;
}

.table-sticky-header::-webkit-scrollbar {

    /* Safari and Chrome */
    display: none;
}

.table-sticky-header thead th {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}

/* Table CSS End */