body {
    background: #f0f0f0;
}
.iti__search-input {
    display: none !important;
}

.iti--inline-dropdown .iti__dropdown-content,
.iti__arrow {
    display: none;
}

.shadowAll {
    box-shadow: 0px 0px 30px 1px rgb(144, 134, 134);
}

.bg-image {
    background-image: linear-gradient(rgba(88, 87, 87, 0.1), rgba(82, 79, 79, 0.4)), url('../images/image.png');
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

.bg-image .login {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    font-weight: 500;
    color: #333;
    border-radius: 6px;
    transition: background 0.3s;
}

.sidebar-link:hover {
    background: #f0f0f0;
}
.sidebar-link.active {
    background-color: #47A4A5;
    color: white;
    font-weight: 500;
  }
