.bg-img {
    /* The image used */
    /* background-image: url ("{{ URL::asset('images/login_background.png }}"); */
    background-image: url("/images/login_background.png") !important;
    /* background-color: red; */

    /* Control the height of the image */
    min-height: 380px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.content-wrapper {
    /* margin: 0 !important; */
    /* padding-top: 2.7px !important; */
    width: 84%;

    /* padding-left: 1.7px !important; */
}

.sidebar-main {
    /* min-height: calc(100vh - 60px); */
    min-height: 100vh;
    background: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    padding: 0;
    width: 4.5%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: fixed;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
}

/* @media (max-width: 2000px) {
    .sidebar-main {
        width: 3.5% !important;
    }
} */

@media (max-width: 575.98px) {
    .sidebar-main {
        width: 14% !important;
    }
}
@media (max-width: 767.98px) {
    .sidebar-main {
        width: 13% !important;
    }
    .sidebar-margin {
        margin-left: 7% !important;
    }
}
@media (max-width: 991.98px) {
    .sidebar-main {
        width: 13% !important;
    }
    .sidebar-margin {
        margin-left: 7% !important;
    }
}

.sidebar-margin {
    margin-left: 3.5%;
}
.sidebar-main .nav {
    /* overflow: hidden; */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    /* padding-bottom: 10px; */
    /* flex-wrap: nowrap;
    flex-direction: column; */
    margin-bottom: 60px;
    /* border-right: 1px solid #8d9aae; */
}

.nav .nav-item.bottom {
    margin-bottom: 0px;
    position: absolute;
    bottom: 1%;
}
.nav .nav-item.top {
    margin-top: 30%;
    margin-left: 18%;
    top: 2%;
}
.navbar-toggler {
    font-size: 1rem;
}

.sidebar-main .nav .nav-item {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    transition-property: background;
    -webkit-transition-property: background;
    line-height: 0.1;
}
.sidebar-main .nav .nav-item .nav-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    /* padding: 0.8125rem 1.5rem 0.8125rem 1rem; */
    padding: 0.3rem 1rem 0.3rem 1.3rem;
    color: #6c7383;
    border-radius: 8px;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
    margin-left: -10%;
}

.sidebar-main .nav .nav-item .nav-link i {
    color: inherit;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
    border-radius: 8px;
}
.sidebar-main .nav .nav-item .nav-link i svg {
    fill: #8d9aae;
}
.sidebar-main .nav .nav-item .nav-link i svg g {
    fill: #8d9aae;
}
.sidebar-main .nav .nav-item .nav-link.active i {
    color: #ffffff;
    background: transparent;
    background-color: #005095;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
    border-radius: 8px;
}

.sidebar-main .nav .nav-item .nav-link:hover i {
    background: transparent;
    background-color: #ddefff;
    color: #fff;
}
.sidebar-main .nav .nav-item .nav-link.active i svg {
    color: #fff;
    fill: #fff;
}
.sidebar-main .nav .nav-item .nav-link:hover i svg {
    fill: #8d9aae;
}
.sidebar-main .nav .nav-item .nav-link.active i svg g {
    color: #fff;
    fill: #fff;
}
.sidebar-main .nav .nav-item .nav-link:hover i svg g {
    fill: #8d9aae;
}
.sidebar-main .nav .nav-item .nav-link i.menu-icon {
    font-size: 1rem;
    line-height: 0.5;
    margin-right: 1rem;
    color: #6c7383;
}

.main-bg-color {
    background-color: #005095;
}
.main-text-color {
    color: #005095;
}
.side-text-color {
    color: #ffffff;
}
.edka-btn {
    border-radius: 5px !important;
}
.edka-btn-print {
    background-color: #005095;
    border-radius: 5px !important;
    height: 84%;
    width: 100%;
}
.edka-btn-print:hover {
    background-color: #005095;
}
.search-btn {
    background-color: #005095;
}
.search-btn:hover {
    background-color: #005095;
}
.edka-icon-btn {
    border-radius: 10px;
}
.content-wrapper {
    background-color: #ffffff;
}
.edka-card {
    box-sizing: border-box;

    position: absolute;
    left: 0px;
    top: 0px;

    background: #ffffff;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.icon-btn {
    background-size: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
    left: 25px;
    top: 20px;
}
.login-btn {
    line-height: 1.5px !important;
}
.dropdown-toggle::after {
    display: none;
}

table thead tr th {
    background-color: #ffffff !important;
    color: black !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
table tbody tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.dropdown.dropdown-menu {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1) !important;
}
.dropdown-item {
    padding-left: 8% !important;
    padding-bottom: 4% !important;
    padding-top: 4% !important;
}
.dropdown-divider {
    opacity: 0.3;
}
.expandable-table tr.odd,
.expandable-table tr.even {
    box-shadow: none !important;
    border-radius: 4px;
}
.expandable-table thead tr th:first-child,
.expandable-table thead tr th:last-child {
    border-radius: 0px !important;
}
.select-style {
    outline: 1px solid #ced4da !important;
    color: #495057 !important;
}

.edka-modal {
    max-width: 55% !important;
    margin: 30px auto;
    background: #fdfdfd;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    /* margin-top: 65px !important; */
}
.edka-modal-header {
    display: flex;
    align-items: center;
    border-bottom: none;
}
.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: calc(100% + 100%);
}
.edka-modal-boday {
    padding: 0px 25px !important;
}
.edka-modal-btn {
    width: 40%;
}
.modal-footer {
    border-top: none;
}
.nav-tabs .nav-link.active,
.edka-tab-btn {
    border: 0px;
    border-bottom: 1px solid black;
}
.nav-tabs .nav-link,
.edka-tab-btn {
    border: 0px;
    background-color: #ffffff;
}
.edka-tab-card {
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* height: calc(100vh - 400px); */
}
.edka-legend {
    font-size: 1rem !important;
    color: gray;
}

.edka-label {
    font-weight: bold;
}
.image-btn {
    background: #f5f5f5;
    border: 1px solid #f4f4f4;
    color: #005095;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 0px;
}
.product-image {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.select2-container--default .select2-selection--single {
    height: 0.6% !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

select {
    outline: 1px solid #ced4da !important;
    color: #495057 !important;
}
.tr-red {
    background-color: red !important;
    /* opacity: 0.5 !important; */
}

.sidebar {
    width: 150%;
}
/* .sidebar .nav:not(.sub-menu) > .nav-item {
    margin-left: 3% !important;
} */
.sidebar .nav .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.4);
}
.sidebar .nav .nav-item.active > .nav-link {
    background-color: #fff;
    color: #5e6267;
    position: relative;
}
.sidebar .nav .nav-item .nav-link.active {
    background-color: #fff;
    color: #005095;
    position: relative;
}
.sidebar .nav .nav-item.active .nav-link:hover {
    background-color: rgba(95, 95, 95, 0.08);
    color: #5e6267;
    position: relative;
    border-radius: 0;
}
.sidebar .nav .nav-item .nav-link:hover {
    background-color: rgba(95, 95, 95, 0.08) !important;
    position: relative;
    color: #5e6267 !important;
    border-radius: 0;
}
.sidebar .nav:not(.sub-menu) > .nav-item.active {
    background-color: #fff;
    color: #005095 !important;
    position: relative;
}
.sidebar-icon-only .sidebar {
    width: 0px;
}
.sidebar-icon-only .sidebar .nav {
    padding-left: 16px;
}

.sidebar-icon-only .content-wrapper {
    width: 100%;
    padding-left: 1% !important;
}
.sidebar-icon-only .content-wrapper .toggler-btn {
    margin-left: -0.5%;
    transform: rotate(180deg);
}
.toggler-btn {
    margin-left: -1.5%;
    margin-top: -2%;
    z-index: 11;
    position: absolute;
    background-color: white;
}
.underline-text {
    border-bottom: 1px solid #495057;
    padding-bottom: 1%;
}

.sidebar-main .nav .nav-item.nav-profile img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.sidebar-main .nav .nav-item.nav-profile.dropdown a {
    padding-left: 23%;
}
.sidebar-main .nav-item.dropdown .dropdown-menu {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: 100% !important;
    top: 55px !important;
    z-index: 1000;
}
.list-group .list-group-item {
    font-size: 0.8rem;
    font-weight: 900;
    color: #005095;
    border: 0px;
    padding: 0.35rem 1.25rem;
}

input[type="checkbox"] {
    accent-color: #005095;
}
.text-bold {
    font-weight: 900;
}
.no-border {
    border-bottom: 0px !important;
}
.no-border-up {
    border-top: 0px !important;
}
.no-border-table {
    border-bottom: 1px solid rgba(0, 0, 0, 0.9) !important;
}

table tbody tr:hover {
    background-color: rgba(95, 95, 95, 0.08);
}

.select2-selection__arrow {
    margin-top: 2%;
    margin-right: 2%;
}

table tbody tr td div button.btn.btn-sm.dropdown-toggle {
    padding: 0px;
    border-radius: 0%;
}
table tbody tr td div button.btn.btn-sm.dropdown-toggle i {
    margin-right: 0px;
}
.edka-tab-card div.card-body {
    padding-left: 3rem !important;
}

.modal-content div.d-flex.justify-content-between div.pt-4 {
    margin-left: 6%;
}
.status_font_size {
    font-size: 1.3rem;
}
.text-approved {
    color: #005095;
}

.child-table {
    background-color: #eeee;
    border-spacing: 0 5px !important;
    border-collapse: separate;
    /* border: none !important; */
}
.child-table thead tr th{
    background-color: #eee !important;
}
.child-table thead tr th{
    width: 20%;
}
.child-table tr:last-child td{
    border-bottom: none !important;
}