#datatableDiv2 .dataTables_length {
    float: left;
}

#datatableDiv table.table.table-hover.dataTable.no-footer {
    width: 100% !important;
}

#datatableDiv #datatablePagination {
    width: 100% !important;
}

.btn-primary {
    color: #fff;
    background-color: #41AE9B;
    border-color: #41AE9B;
}

.text-primary {
    color: #41AE9B !important;
}

a:hover {
    color: #41AE9B;
}

.form-floating-outline .form-control:focus,
.form-floating-outline .form-select:focus {
    border-color: #41AE9B !important;
}

.input-group:not(.input-group-floating):focus-within .form-control,
.input-group:not(.input-group-floating):focus-within .input-group-text {
    border-color: #41AE9B;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:focus:not(:placeholder-shown)~label,
.form-floating>.form-select:focus~label,
.form-floating>.form-select:focus:not(:placeholder-shown)~label {
    color: #41AE9B;
}

.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle) {
    background: linear-gradient(270deg, #41AE9B 0%, #6BDECA 100%);
}

/* ---admin-custom-css-start--- */
nav.layout-navbar {
    background-color: #41AE9B;
    margin: 0;
    width: 100% !important;
    padding: 10px 30px !important;
    border-radius: 0 !important;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    position: sticky;
    top: 0;
}

.avatar {
    border: 1px solid #fff;
    border-radius: 50%;
}

aside.layout-menu ul.menu-inner li.menu-item a {
    color: #333;
}

aside.layout-menu {
    background-color: #dcf5f163 !important;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.shared-files-input-wrap tags.tagify.form-control {
    min-height: 100%;
    height: 100%;
}

nav[aria-label="Pagination Navigation"] svg {
    height: 25px;
    width: 25px;
}

.dt-input {
    margin-left: 9px;
    margin-right: 5px;
}

.header-logo-wrapper img {
    aspect-ratio: 25 / 10;
    width: 190px;
    height: auto;
}

ul.dropdown-menu.cms-management-dropdown-wrap {
    position: unset;
    background-color: #eaf5f7;
    box-shadow: unset;
    margin-bottom: 20px;
}

ul.dropdown-menu.cms-management-dropdown-wrap .dropdown-item {
    position: relative;
}

ul.dropdown-menu.cms-management-dropdown-wrap .dropdown-item::after {
    content: "";
    background: linear-gradient(270deg, #d4f3ed, #41AE9B, #d4f3ed);
    height: 1px;
    width: 80%;
    position: absolute;
    left: 0%;
    bottom: 0;
}

/* ---admin-custom-css-end--- */