.swift{
	width: 80px;height: 40px; 
	padding:50px;
	border-radius:50%;
	position: fixed;
	
}
.swift-bottom-left{
	bottom: 12px;
	left: -30px;
}
.swift-bottom-right{
	bottom: 20px;
	right: 10px;
}
.swift-left-center{
	top: 48%;
	left: 10px;
}
.swift-right-center{
	top: 48%;
	right: 10px;
}
/*	.t-active{
			
			border-bottom: none !important;
			color: rgb(30,60,200);
		}*/
		.tabsI{
			position: absolute;
			/*border:1px solid rgba(10,30,150,.4);			*/
					
			margin: 0px;
			cursor: pointer;			
			margin: 3px auto;
			display: none;
			z-index: 99;
			top: 0px;
			left: 0px;
			transition: left 0.4s, top 0.4s;
		}
		.tabsI span {
            box-shadow: 0px 0px 18px -13px rgb(7 8 14 / 31%);
            background: #fff;
            width: 100%;
            height: 70px;
            border-radius: 14px;
            padding: 20px;
            display: inline-block;
            flex-wrap: wrap;
            justify-content: space-around;
            align-content: center;
            align-items: center;
            white-space: nowrap;
        }
		.tabsI span:hover{
			background: rgb(13 110 253);

		}
		.main-tabs{				
			position: relative;	
			left: -20px;
			top: -30px;		
			z-index: 99;
		}
		.t-menu > span{
			padding: 25px 15px;
			cursor: pointer;
			display: inline;
			 border-radius: 50%; 
			background:rgba(255,255,255);	
			position: relative;
			z-index: 100;
			user-select: none;
			/*border:1px solid rgba(10,30,150,.4);*/
			box-shadow:0px 1px 12px rgba(10,30,150,.4);
		}
		.t-menu span:hover{
			color:#fff;
			background:rgb(13 110 253);	
		}
		.d-hide{
			position: absolute;
			/*border:1px solid rgba(10,30,150,.4);			*/					
			margin: 0px;
			cursor: pointer;			
			margin: 3px auto;
			display: none !important;			
			top: 0px;
			left: 0px;
			transition: left 0.4s, top 0.4s;
			z-index: 103;
		}
		.d-show{
			display: block !important;
		}
		
