.container{width: 1180px;}
#modimg{width: 204px;}
.navbar .container {
display: flex;
align-items: center;
justify-content: space-between;
}

.navbar .brand {
margin-right: 0px;
margin-left: 0px;
}

.navbar .nav-collapse {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar .nav>li>a{
	color:#fff;
	text-shadow: unset;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.05);
}
#main-menu {
margin-right: 20px;
}

.form-inline {
position: relative;
flex-grow: 1;
display: flex;
justify-content: center;
}

.form-inline input[type="text"] {
width: 100%; /* Ensure the input takes full width */
padding-left: 40px; /* Make room for the search icon */
border-radius: 25px;
height: 48px;
background-color: #f0f0f0;
box-sizing: border-box; /* Include padding and border in the element's total width and height */
border: 0px;
}

.search-icon {
position: absolute;
left: 16px;
top: 50%;
transform: translateY(-50%);
font-size: 1.2em;
color: #ccc; /* Adjust the color as needed */
}

#main-menu-user {
margin-left: 20px;
display: flex;
align-items: center;
}

.navbar-inner {
background-color: #000; /* Set background color as needed */
}
#modimgtit,#mobcd,.mobile-menu,.search-overlay{display: none;}
#pccd{display: block;}
a:hover, a:focus{text-decoration: none;color: #000000;}
a{color: #555;}
	/* Side Menu Styles */
.mobile-menu{display: none;}
.side-menu {
    position: fixed;
    left: -100%; /* Start off-screen */
    top: 0;
    width: 250px; /* Width of the side menu */
    height: 100%;
    background-color: #fff;
    z-index: 9999; /* Make sure it's above other content */
    transition: left 0.3s ease; /* Smooth transition for sliding in */
    display: none;
    flex-direction: column;
}

.menu-header {
    padding: 10px;
    display: flex;
    align-items: center;
    color:#fff;
    height: 36px;
    justify-content: space-between;
    background-color: #2f2d2d; /* Different color for the user info bar */
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-info {
    margin-left: 0px;
    font-size: 11px;
    color: #eeeeeeab;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin-left: 0px;
}

.menu-list li {
    padding: 10px;
    border-bottom:2px solid #f5f5f5;
    background-color: #ffffff; 
}

.submenu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2f2d2dd1;
    font-weight: 600;
    padding: 0px 10px;
}

.submenu-toggle i {
    transition: transform 0.3s ease;
    color: #aaa;
}
.submenu {
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
    background-color: #ffffff;
    display: none; 
    position: absolute;
    margin-top: -4px;
    min-width: 180px;
    box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
}


.submenu li {
    padding-left: 20px;
    border: 0px;
    height: 40px;
    line-height: 40px;
}
.submenu li:hover{background-color: #f5f5f5;color:#0a0a0a;}

.submenu li a{color: #4a4a4a;font-weight: 500;}

.submenu-open i {
    transform: rotate(180deg);
}

.logout-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.overlayt {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1000; /* Below the side menu but above other content */
}
#mobmenu{display: none;}
.li-class:hover .submenu {
    display: block;
}
@media (max-width: 768px) {
	.navbar-inner {
		background-color: #fff;
	}
	.submenu {
	    list-style: none;
        padding: 0;
        margin: 0;
        background-color: #e1e1e1;
        display: none;
        margin-top: 14px;
        position: unset;
        min-width: unset;
        box-shadow: unset;
	}
	.submenu li {
	    padding-left: 30px;
        border: 0px;
        height: unset;
        line-height: unset;
	}
	.side-menu {display: flex;}
	#one{padding: 10px;}
	.container{width: auto;}
	#main-menu {
	    margin-right: 10px;
	}
	#mobcd{display: block;}
	#pccd{display: none;}
	
	#menu-item-1{display: none;}
	.form-inline{display: none;}
	#modimg{width: 32px;float: left;}
	#modimgtit{
		float: left;
	    font-size: 18px;
	    color: #cc0000;
	    font-weight: 600;
	    height: 32px;
	    margin: 0px;
	    line-height: 32px;
	    display: block;
	}
	.navbar-inner{
		min-height: 56px;
	}
	.navbar .nav .user{
		line-height: 56px;
		float: left;
		font-weight: 600;
	    color: #000;
	}
	.navbar .nav-collapse{flex-direction: row-reverse;}
	#regist{    
	    background-color: #eee;
	    line-height: 34px;
	    margin-top: 8px;
	    border-radius: 22px;
	    padding: 2px 10px;
	    color: #000;
	    font-weight: 700;
	    margin-left: 8px;
	}
	.navbar {
	    display:block; 
	    margin: 0px;
	}
	.mobile-menu {
	    justify-content: space-around;
	    align-items: center;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 60px;
	    background-color: #fff;
	    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	    z-index: 1000;
	}
	.mobile-menu a {
	    color: #000;
	    text-decoration: none;
	    font-size: 24px;
	}
	.search-overlay {
	    display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.8);
	    z-index: 1000;
	    justify-content: center;
	    align-items: center;
	    color: white;
	}
	.search-overlay input[type="text"] {
	    width: 90%;
	    padding: 10px;
	    font-size: 18px;
	    border-radius: 25px;
	    border: none;
	}
	.search-overlay .close {
	    position: absolute;
	    right: 20px;
	    top: 20px;
	    font-size: 24px;
	    cursor: pointer;
	}
	#mobmenu{display: block;}
	.side-menu {display: block;}
	#main-menu{display: none;}
	#mobrand{padding: 10px 72px 10px;}
	
}
.menu-options{
	display: flex;
    justify-content: space-around;
    background-color: #2f2d2d;
    border-top: 1px solid #5f5f5f;
}
.menu-option{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    height: 56px;
    justify-content: center;
    color:#fff;
}
.menu-option span{
    margin-top: 5px;
}
.menu-option:hover{
	color:#fff;
}
.close-menu{
	font-size:26px;
	color:#fff;
}