/*
* @Author: Lalit
* @Date:   2025-04-14 11:21:39
* @Last Modified by:   Lalit
* @Last Modified time: 2025-04-14 14:51:51
*/

/*body {
    padding-top: 50px;
    font-family: Arial, sans-serif;
}*/

#sidebar .navbar-brand {
    padding: 5px 15px;
}

#sidebar .navbar-brand img {
    height: 40px;
}

#sidebar .navbar-default {
    background-color: #c62828;
    border-color: #b71c1c;
}

#sidebar .navbar-default .navbar-toggle {
    border-color: #ffffff;
}

#sidebar .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

#sidebar .navbar-default .navbar-nav > li > a,
#sidebar .navbar-default .navbar-text {
    color: #ffffff;
}

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 10001;
    display: block;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border-right: 1px solid #eee;
    width: 250px;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
}

.sidebar.active {
    transform: translateX(0);
}

.sidebar-backdrop {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.sidebar-backdrop.active {
    display: block;
}

#sidebar .nav-sidebar {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .nav-sidebar > li {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

#sidebar .nav-sidebar > li > a {
    padding: 8px 20px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid #eeeeee;
}

#sidebar .nav-sidebar > li > a:hover,
#sidebar .nav-sidebar > li > a:focus {
    background-color: #e9e9e9;
    text-decoration: none;
}

#sidebar .nav-sidebar > .active > a,
#sidebar .nav-sidebar > .active > a:hover,
#sidebar .nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #c62828;
}

#sidebar .nav-header {
    padding: 12px 20px;
    font-weight: bold;
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    background-color: #e6e6e6;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

#sidebar .submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    width: 100%;
}

#sidebar .submenu.open {
    display: block;
}

#sidebar .submenu > li {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

#sidebar .submenu > li > a {
    display: block;
    padding: 10px 15px 10px 45px;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
}

#sidebar .submenu > li > a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}

#sidebar .menu-toggle {
    float: right;
    margin-left: 10px;
}

#sidebar .menu-item-content {
    display: flex;
    align-items: center;
}

#sidebar .menu-item-icon {
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

#sidebar .main-content {
    padding: 20px;
}

#sidebar .promo-banner {
    background-color: #fff5e6;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#sidebar .promo-banner h2 {
    margin-top: 10px;
}

#sidebar .promo-banner h2 span {
    color: #c62828;
    font-weight: bold;
}

#sidebar .btn-starfind {
    background-color: #c62828;
    color: #ffffff;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: bold;
}

#sidebar .btn-starfind:hover,
#sidebar .btn-starfind:focus {
    background-color: #b71c1c;
    color: #ffffff;
}

#sidebar .carousel-control {
    width: 10%;
    background-image: none;
}

#sidebar .carousel-control.left, #sidebar .carousel-control.right {
    background-image: none;
}

#sidebar .user-info {
    /* padding: 15px 20px; */
    border-bottom: 1px solid #ddd;
    background-color: #ffffff;
    text-align: center;
}

#sidebar .user-info img {
    /* width: 50px; */
    height: 65px;
    border-radius: 25px;
    object-fit: cover;
}

#sidebar .user-details {
    padding-left: 10px;
}

#sidebar .user-name {
    font-weight: bold;
    margin-bottom: 0;
}

#sidebar .user-email {
    font-size: 12px;
    color: #777;
}

#sidebar .navbar-text {
    margin-left: 5px;
    margin-right: 5px;
}

#sidebar .contact-section {
    background-color: #f9f5f0;
    padding: 15px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#sidebar .contact-phone {
    font-size: 14px;
    font-weight: 600;
    color: #c62828;
    margin-bottom: 10px;
}

#sidebar .contact-phone .phone-icon {
    margin-right: 8px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}


#sidebar .social-follow {
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
}

#sidebar .social-icons {
    margin-top: 5px;
}

#sidebar .social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 5px;
    color: white;
    transition: transform 0.3s, box-shadow 0.3s;
}

#sidebar .social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#sidebar .facebook {
    background: #3b5998;
}

#sidebar .twitter {
    background: #1da1f2;
}

#sidebar .instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

#sidebar .youtube {
    background: #ff0000;
}

#sidebar .divider {
    width: 60px;
    height: 3px;
    background-color: #e0e0e0;
    margin: 10px auto;
}

.desktop{display: block;}

@media only screen and (max-width:767px) and (min-width:300px){
	.sidebar {z-index: 100086;}
	.desktop{display: none;}
}
