.menu-sidebar {
    background: #E7E7E7;
}

.menu-sidebar .logo {
    background: #E7E7E7;
}

.menu-sidebar .logo a {
    width: 100%;
    color: #fff;
}

.navbar-sidebar .navbar__list li a {
    color: #2A34E2;
}

.navbar-sidebar .navbar__list li a i {
    /* margin-right: 19px; */
    padding: 0 20px;
    font-size: 24px;
}

.navbar-sidebar .navbar__list li a img {
    margin-left: auto;
    margin-right: auto;
}

.navbar-sidebar .navbar__list li.active {
    border-left: none;
    background: #2A34E2;
}

.navbar-sidebar .navbar__list li.active img, .navbar-sidebar .navbar__list li.active i {
    filter: brightness(0) invert(1);
}

.has-sub:hover {
    background: #2A34E2;
}

.has-sub:hover img, .has-sub:hover i {
    filter: brightness(0) invert(1);
}

.card-img-top {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}

.image-overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 46px;
    text-align: center;
}

.card-image:hover .card-img-top {
    filter: brightness(40%);
}

.card-image:hover .image-overlay {
    opacity: 1;
}

.btn-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #2A34E2;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.btn-float i {
    margin-top: 15px;
}

.btn-float .quantity {
    position: absolute;
    display: inline-block;
    top: -4px;
    right: -15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff4b5a;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 12px;
}

/* File Upload Area CSS */
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    /* border: 1px dashed rgba(0, 0, 0, 0.4); */
    border: 1px dashed rgba(42, 52, 226, 1);
    border-radius: 3px;
    transition: 0.2s;
}

.file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
    flex-shrink: 0;
    color: #fff;
    /* background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.5); */
    background-color: rgba(42, 52, 226, 1);
    border: 1px solid rgba(42, 52, 226, 1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-input:focus {
    outline: none;
}

.card-img-top {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}

.card-img-top:hover {
    /* opacity:0.7; */
    filter: brightness(40%);
}

.table-data-feature .item i {
    color: #2A34E2;
}

.hide {
    display: none !important;
}

.grey-area {
    background-color: #F5F5F5 !important;
}