
ol.breadcrumb {
    padding-left: 15px;
}

.l-content {
	/*	overflow: visible; */
	}
		.togglePlatformContainer{
			
			position: sticky;
			position: -webkit-sticky;
			top: 0px;
			top: 16px;
			height: 50px;
			z-index:90; 
			opacity: 85%;
		} 
	
		.togglePlatformBody{
			padding-top: 10px; 
			display: flex; 
			/*justify-content: center;*/
			justify-content: left;
			margin-left: 10px;
	
		}

		@media(max-width: 767px){
			.togglePlatformBody{
				margin-left: 10px;
			}

		}
	
	
		.toggleCheckbox {
		 display: none;
	   }
	  
	   .toggleContainer {
		 position: relative;
		 display: grid;
		 grid-template-columns: repeat(2, 1fr);
		 width: fit-content;
		 border: 3px solid #343434;
		 border: 3px solid #3B5081;
		 
		 border-radius: 20px;
		 /* background: #343434;*/
		 background: white;
		 font-weight: bold;
		 color: #343434;
		 cursor: pointer;
		 font-size: large;
	  }
	  
	  .toggleContainer::before {
		 content: '';
		 position: absolute;
		 width: 50%;
		 height: 100%;
		 left: 0%;
		 border-radius:20px;
		/* background: white; */
		 background: #F8CA47;
		 transition: all 0.3s;
	  }
	  
	  .toggleContainer div {
		 padding: 6px;
		 text-align: center;
		 z-index: 1;
	  }
	  
	  .toggleCheckbox:checked + .toggleContainer::before {
		 left: 50%;
	  }
	  
	  .toggleCheckbox:checked + .toggleContainer div:first-child{
		 /* color: white; */
		/* color: #343434; */
		 color: #3B5081;
		 transition: color 0.3s;
	  }
	  .toggleCheckbox:checked + .toggleContainer div:last-child{
	/*	 color: #343434; */
		 color: #3B5081; 
		 transition: color 0.3s;
	  }
	  .toggleCheckbox + .toggleContainer div:first-child{
		/* color: #343434; */
		 color: #3B5081;
		 transition: color 0.3s;
	  }
	  .toggleCheckbox + .toggleContainer div:last-child{
		 /*color: white;*/
		/* color: #343434; */
		 color: #3B5081;
		 transition: color 0.3s;
	  }
	  
	  .qwwContent {
		display: none;
	  }
	  
	  .qwdContent {
		display: block;
	  }