.default-logo img {
    height: 60px;
    /* width: 60px; */
}
.logo-design-wrap {
    width: 260px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 0 1rem;
}
header.header .main-header {
    box-shadow: none;
}
nav.sidebar .sidebar-body li {
    border-radius: 4px;
    padding: 8px;
    padding-left: 42px;
}
.sidebar .sidebar-body li.active:not(.has-sub-item) {
    background: #8280fd;
}
.sidebar .sidebar-body li.active:not(.has-sub-item) a {
    color: #fff;
}
.sidebar .sidebar-body li.active:not(.has-sub-item) a i,
.sidebar .sidebar-body li.active:not(.has-sub-item) span {
    color: #fff;
}
.sidebar .sidebar-body li a i {
    top: 14px;
    left: 12px;
}
nav.sidebar .sidebar-body li.has-sub-item.sub-menu-opened::after {
    top: 23px;
}
nav.sidebar .sidebar-body li.has-sub-item::after {
    top: 20px;
}
.nav.sub-menu {
    margin-top: 5px;
}
li.active .nav.sub-menu.open li.active a {
    padding-left: 8px;
}

.input-group {
    position: relative;
}

.form-control {
    padding-right: 40px;
    /* Add space on the right for the icon */
}

.btn-search {
    position: absolute;
    right: 30px;
    /* Position the button inside the input */
    top: 50%;
    transform: translateY(-50%);
    /* Center the icon vertically */
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 100;
    /* Ensure the button stays on top of the input field */
}

.close-search {
    position: absolute;
    right: 10px;
    /* Position the button inside the input */
    top: 50%;
    transform: translateY(-50%);
    /* Center the icon vertically */
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 100;
}

.fa-search {
    color: #6c757d;
    /* Icon color */
}

.fw-400 {
    font-weight: 400 !important;
}
.cursor-pointer {
    cursor: pointer;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: none !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: none;
    /* background-repeat: no-repeat; */
    /* background-position: right calc(0.375em + 0.1875rem) center; */
    /* background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); */
}
