  .sidebar-widget.search.card {  background-color: #ffffff; border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);   padding: 20px;   margin-bottom: 20px;   border: none;}
        .sidebar-widget.search .form-control {       border: 1px solid #e0e0e0; border-radius: 6px; padding: 10px 15px; font-size: 16px; color: #333333; background-color: #f9f9f9;  transition: border-color 0.3s ease, box-shadow 0.3s ease;}
        .sidebar-widget.search .form-control:focus {  border-color: #000000;  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);  outline: none;  background-color: #ffffff}
        .sidebar-widget.search .btn-mian.btn-small { background-color: #000000; color: #ffffff; border-radius: 6px; padding: 10px;  font-size: 16px; font-weight: 500; text-transform: uppercase; transition: background-color 0.3s ease, transform 0.2s ease; width: 100%; margin-top: 10px;}
        .sidebar-widget.search .btn-mian.btn-small:hover {background-color: #333333; transform: translateY(-1px)}
        .sidebar-widget.search .btn-mian.btn-small:active {  transform: translateY(0);}     
        

        .sidebar-widget.bg-white.rounded {
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
    padding: 25px;
    margin-bottom: 25px;
}

.sidebar-widget.bg-white.rounded h5 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.sidebar-widget.bg-white.rounded ul {
    padding: 0;
    margin: 0;
}

.sidebar-widget.bg-white.rounded ul li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
}

.sidebar-widget.bg-white.rounded ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-widget.bg-white.rounded ul li:hover {
    background-color: #f9f9f9;
    border-radius: 6px;
}

.sidebar-widget.bg-white.rounded ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.sidebar-widget.bg-white.rounded ul li a:hover {
    color: #333333;
    text-decoration: underline;
}

.sidebar-widget.bg-white.rounded ul li .badge {  display: inline-block;  background: linear-gradient(145deg, #e0e0e0, #ffffff);  color: #000000;  width: 24px;  height: 24px;  line-height: 24px;  text-align: center;  border-radius: 50%;   font-size: 12px;   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);   transition: transform 0.3s ease;}
.sidebar-widget.bg-white.rounded ul li .badge:hover {transform: scale(1.1);}



