@font-face {
    font-family: "Bold";
    src: url("../font/Carnero.ttf");
}
.one-box{
	height: 50vh;
	display: flex;
	align-items:center;
	justify-content: center;
	background: #fff;
}
.f60{
	font-size: 60px;
	font-weight: bold;
	font-family: "Bold";
}
.add:focus{
	color: #fff;
}
.f90{
	font-size: 90px;
	font-weight: bold;
	font-family: "Bold";
}
h2{
	font-family: "Bold";
}
label.error{
	color: red !important;
}
.two-box{
	height: 50vh;
	display: flex;
	align-items:center;
	justify-content: center;
	background: linear-gradient(180deg, #6F009A -42.96%, #0B26AE 80.52%);
}
.clr-btn {
    background: #FFFFFF;
    box-shadow: 0px 46px 65px rgba(0, 0, 0, 0.3), 0px 0px 35px #3700DB;
    border-radius: 45px;
    min-width: 260px;
    padding: 10px;
    color: #201eaa;
    font-weight: bold;
    box-shadow: inset 0px 0px 10px 5px #FFF3C6, 0px 46px 65px rgba(0, 0, 0, 0.3), 0px 0px 35px #3700DB;
}
.ano-in{
	max-width: 270px;
	border-radius: 50px;
	padding: 10px;
	border: 1px solid #FFF3C6;
}

.flt{
	color: #838383;
}
.size{
	max-width: 95%;
}
.f40{
	font-size: 38px;
	font-family: "Bold";
}
.b-box {
    background: linear-gradient(180.16deg, #6F009A -42.96%, #0B26AE 80.52%);
    border-radius: 35px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 140px;
    font-weight: bold;
    color: #fff;
}
.l-box{
	background: #F4F4F4;
	border-radius: 35px;
	padding: 10px 20px 20px 20px;
}
.f18{
	font-size: 18px;
	font-family: "Bold";
}
.ybg{
	background: #FFC62A;
	border-radius: 25px 25px 0px 0px;
}
.pbg{
	background: #FF80FB;
	border-radius: 25px 25px 0px 0px;
}
.obg{
	background: #FF8B6E;
	border-radius: 25px 25px 0px 0px;
}
.sbg{
	background: #5AE1FF;
	border-radius: 25px 25px 0px 0px;
}
.bbg{
	background: #5A96FF;
	border-radius: 25px 25px 0px 0px;
}
.gbg{
	background: #46FAA9;
	border-radius: 25px 25px 0px 0px;
}
.lb-box{
	background: #fff;
	border-radius: 25px;
}
.mini-bar{
	background: linear-gradient(199.16deg, #6F009A -42.96%, #0B26AE 80.52%);
}
li{
	list-style: none;
}
a{
	text-decoration: none !important;

}
.mini-side{
	padding: 20px 0 20px 20px;
	height: 100vh;
}
.mini-side li a{
	color: #fff;
	font-size: 20px;
}
.mini-side li{
	margin-bottom: 10px;
	padding: 10px;
}
.mini-side li.active {
    background: linear-gradient(87deg, #26006C -5.61%, rgba(85, 0, 255, 0) 85.79%);    
    border-radius: 15px;    
}
.w25{
	max-width: 17%;
	width: 100%;
}
.w75{
	    max-width: 83% !important;
    width: 100%;
}
#toggleBtn1,#toggleBtn2{
	display: none;
}
.log{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eeeeee;
}
.log-box {
    background: linear-gradient(180.16deg, #6F009A -42.96%, #0B26AE 80.52%);
    padding: 30px;
    border-radius: 20px;
    max-width: 40%;
    margin: 0 auto;
}
.wt{
	color: #fff;
}
.input {
    padding: 10px;
    border-radius: 40px;
    border: 0;
    background: #fff;
}
.site-table thead tr{
	border: 1px solid #000;
}
.site-table thead tr th{
	border-right:1px solid #000;
}
.site-table td{
	border-left: 1px solid #000;
}
.site-table td:last-child{
	border-right: 1px solid #000;
}
.site-table tr:last-child{
	border-bottom: 1px solid #000;
}
.table>:not(caption)>*>*{
	border-bottom-width: 0;
}
.add{
	height: 50px;
	/*display: flex;
	align-items: center;
	justify-content: center;	*/
	background: linear-gradient(180deg, #6F009A -42.96%, #0B26AE 80.52%);
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.dataTables_length {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}
.dataTables_length select{
	border-radius: 5px;
    background: #f2f2f2;
}
.dataTables_filter{
	display: inline-block;
    float: right;
    margin-bottom: 10px;
}
.dataTables_filter input{
border-radius: 5px;
    background: #f2f2f2;
    border:1px solid #ccc;
}
.dataTables_info{
	 display: inline-block;
    float: left;
    margin-top: 10px;	
}
.dataTables_paginate{
	display: inline-block;
    float: right;
    margin: 10px 0;	
}
.dataTables_paginate * {
    background: linear-gradient(180deg, #6F009A -42.96%, #0B26AE 80.52%);
    margin-right: 5px;
    display: inline;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
}
@media(max-width: 1500px){
	.f60{
		font-size: 50px;
	}
	.f90{
		font-size: 80px;
	}
	.f40{
		font-size: 30px;
	}
}
@media(max-width: 991px){
	 .w75{
		width: 100%;
		max-width: 100% !important;
	}
	#toggleBtn2{
		background: linear-gradient(180.16deg, #6F009A -42.96%, #0B26AE 80.52%);
		color: #fff;
		display: inline-block;
	}
	#toggleBtn1{
		background: #fff;
		color: #000;
		display: inline-block;
	}
	.w25 {
        transform: translateX(-300px);
        position: fixed;
        left: 0;
        top: 0;
        transition: 0.5s all;
    }
    .mini .w25 {
        transform: translateX(0px);
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 768px){
	.f60{
		font-size: 30px;
	}
	.f90{
		font-size: 55px;
	}
	.f40{
		font-size: 20px;
	}
}