	body{
			margin:0px!important;
			padding:0px!important;
			box-sizing:border-box;
			font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
		}
		
		.nav-bar {
		  background-color: rgba(40, 45, 46, 1)!important;
		  padding: 3px 10px;
		  display: flex;
		  align-items: center;
		  justify-content: space-between;
		}
		
		.logo {
		  display: flex!important;
		  align-items: center;
		  gap: 15px;
		}
		
		.collapse-btn-bg {
		  background-image: url('https://stage.swiftcasino.com/wp-content/uploads/2025/07/coloricon-DpVi7vl3-1.webp');
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: 28px 28px;
		  width: 50px;
		  height: 50px;
		  border: none;
		  cursor: pointer;
		  transform: scale(0.75);
		  background-color: #394142;
		  border-radius: 8px;
		  padding: 0;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  transition: all 0.3s ease;
		}
		
		.collapse-btn-bg:hover {
		  background-color: rgba(255, 255, 255, 0.1);
		  transform: scale(0.85);
		}
		
		.logo img {
		  max-width:70px;
		}
		
		.search-btn{
			display:flex;
			align-items:center;
			gap: 12px;
		}
		
		.search-btn-bg {
		  background-image: url('https://stage.swiftcasino.com/wp-content/uploads/2025/07/search-alt-1-svgrepo-com-removebg-preview.png');
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: 28px 28px;
		  width: 50px;
		  height: 50px;
		  border: none;
		  cursor: pointer;
		  transform: scale(0.75);
		  background-color: #394142;
		  border-radius: 8px;
		  padding: 0;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  transition: all 0.3s ease;
		}
		
		.search-btn-bg:hover {
		  background-color: rgba(255, 255, 255, 0.1);
		  transform: scale(0.85);
		}
		
		.sign-in-btn {
		    background-color: transparent;
		    border: 1px solid #4a5356;
		    color: #ffffff;
		    padding: 8px 16px;
		    border-radius: 6px;
		    font-size: 14px;
		    font-weight: 500;
		    cursor: pointer;
		    transition: all 0.3s ease;
		    min-width: 70px;
		    height: 36px;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    font-family: 'Inter', sans-serif;
		}
		
		.sign-in-btn:hover {
		    background-color: rgba(255, 255, 255, 0.05);
		    border-color: #5a6366;
		    transform: scale(1.05);
		}
		
		.sign-up-btn {
		    color: #000;
		    font-weight: 600;
		    background-image: linear-gradient(90deg, #24ee89, #9fe871);
		    box-shadow: 0 0 12px #23ee884d, 0 -2px #1dca6a inset;
		    border: none;
		    padding: 8px 16px;
		    border-radius: 6px;
		    font-size: 14px;
		    cursor: pointer;
		    transition: all 0.3s ease;
		    min-width: 70px;
		    height: 36px;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    font-family: 'Inter', sans-serif;
		}
		
		.sign-up-btn:hover {
		    background-image: linear-gradient(90deg, #1dca6a, #8fd866);
		    box-shadow: 0 4px 15px rgba(36, 238, 137, 0.4), 0 -2px #1dca6a inset;
		    transform: scale(1.05);
		}

		.msg-btn {
		  background-image: url('https://stage.swiftcasino.com/wp-content/uploads/2025/07/coloricon-DpVi7vl3-1.png');
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: 28px 28px;
		  width: 50px;
		  height: 50px;
		  border: none;
		  cursor: pointer;
		  transform: scale(0.75);
		  background-color: #394142;
		  border-radius: 8px;
		  padding: 0;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  transition: all 0.3s ease;
		}
		
		.msg-btn:hover {
		  background-color: rgba(255, 255, 255, 0.1);
		  transform: scale(0.85);
		}

		.region-btn {
		  background-color: #394142;
		  border: none;
		  cursor: pointer;
		  border-radius: 8px;
		  padding: 8px 12px;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  transition: all 0.3s ease;
		  gap: 8px;
		  color: #ffffff;
		  font-family: 'Inter', sans-serif;
		  font-size: 14px;
		  font-weight: 500;
		  height: 36px;
		}

		.region-btn:hover {
		  background-color: rgba(255, 255, 255, 0.1);
		  transform: scale(1.05);
		}

		.region-btn::before {
		  content: '';
		  background-image: url('https://stage.swiftcasino.com/wp-content/uploads/2025/07/earth-svgrepo-com-removebg-preview.webp');
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: 20px 20px;
		  width: 20px;
		  height: 20px;
		  display: inline-block;
		}
.sidebar{
	width:500px;
	background-color:black;
}
	.sidebar{
		     background-color: #282d2e;
            width: 180px;
            margin: 0px;
            padding: 10px;
            height: 100vh;

	}
.sidebar ul{
	  padding: 0px;
            margin: 0px;
            list-style: none;
}
.sidebar-menu li img{
	max-width:12px!important;
}
.sidebar-menu li{
	  
	   color: #ffffff;
            padding:08px;
            background-color: #313738;
            border-bottom: 1px solid #3a4142;
            align-items: center;
            border-radius:.5rem;
            cursor: pointer;
			margin-bottom:8px;
            transition: background-color 0.2s ease;
            font-size: 14px;
            font-weight: 500;
	    	display: flex;
    		gap: 10px;
    		align-items: center;
}
.sidebar-menu li span{font-size: .875rem;}