@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');

body{
    overflow-x: hidden;
}
:root{
	--black1:#070501;
	--black2:#1A1A1A;
	--primary-color : #ffdacc;
    --title-color : #161515;
	--white : #fff;
	--shadow : rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    --gradient : linear-gradient(180deg, var(--yellow) 0%, #FDD503 100%)

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp12: clamp(11px, 0.700vw, 11px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--calmp17: clamp(14px, 0.88541vw, 17px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp35: clamp(22px, 1.822vw, 35px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

/* Login */
.loginblock{
	border:solid 1px #eee;
	border-radius: 15px;
	padding: 15px 0;
	position: relative;
	top: 50%;
	transform: translateY(50%);
}
.loginblock h3{
	text-align: center;
	font-size: var(--clamp20);
	height: 40px;
	line-height: 55px;
}
.loginblock h5{
	text-align: center;
	font-size: var(--clamp16);
}
.theform{
	padding: 10px 15px;
}
.theform input[type="email"],
.theform input[type="password"],
.theform input[type="number"],
.theform input[type="text"]{
	height: 45px;
	border-radius: 5px;
	box-shadow: none;
	margin-bottom: 10px;
}
.theform button{
	padding: 8px 15px;
	width: 100%;
	background-color: var(--primary-color);
	border: none;
	box-shadow: none;
	border-radius: 6px;
	font-weight: 600;
	font-size: var(--clamp18);
	text-transform: uppercase;
}
.loginblock h6{
	font-size: var(--clamp12);
	text-align: center;
}
.loginblock h4{
	text-align: center;
	font-size: var(--clamp16);
	padding: 5px 0;
}
/* Login */
.dmblock{
	background-color: white;
	height: 110px;
	border: solid 1px white;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin: 5px 0;
	box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.drdetails h5{
	font-size: var(--clamp18);
	margin-top: 10px;
}
.drdetails h2{
	font-size: var(--clamp36);
}
.drblock{
	background-color: var(--primary-color);
	height: 75px;
	width: 75px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #c6a295;
	
}
.dmbl{
	position: absolute;
	right: 0;
	bottom: -20px;
}
.dmbl i{
	font-size: 80px;
	opacity: 0.1;
}
.drblock i{
	font-size: 40px;
}
.recent-users h3{
	font-size: var(--clamp22);
	font-weight: 700;
	margin: 10px 0;
}
/* sidemenu */
.sidemenu{
	background-color: #252c33;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 280px;
}
.usericon img {
    height: 100%;
    width: 100%;
}
.sidelogo{
	height: 80px;
	display: flex;
	padding: 10px 15px;
	justify-content:center;
	align-items: center;
	background-color: #1f252b;
}
.sidelogo img{
	height: 35px;
}
.sidelinks li{
	list-style: none;
	line-height: 40px;
}
.sidelinks li a{
	color: white;
	display: block;
	padding: 0 30px;
	text-decoration: none;
	font-size: var(--clamp16);
	opacity: 0.6;
	transition: ease-in-out 0.3s;
}
.sideactive{
	opacity: 1 !important;
	background-color: var(--primary-color);
	color: #222 !important;
	font-weight: 700;
	font-size: var(--clamp18) !important;
}
.topmenus{
	display: none;
}
.sideactive i{
	font-size: 20px;
}
.sidelinks a:hover{
	opacity: 1;
}
.sidelinks i{
	margin-right: 10px;
}
.sidebottom{
	position: absolute;
	bottom: 15px;
	left: 0;
	/* background-color: rgba(0, 0, 0, 0.2); */
	width: 90%;
	margin: 10px 0;
	border-radius: 10px;
	left: 50%;
	padding: 15px 5px;
	transform: translateX(-50%);
}
.sidebottom .userdet h5{
	color: white;
	font-size: var(--clamp18);
	font-weight: 700;
	letter-spacing: 0.5px;
}
.sidebottom .userdet p{
	color: white;
	opacity: 0.5;
	font-size: var(--clamp12) !important;
}
.sidebottom .usericon{
	height: 50px;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	margin-top: -10px;
	
}
/* sidemenu */
.nodata img{
	height: 150px !important;
}
.nodata{
	text-align: center;
	padding: 50px;
}
.nodata h5{
	font-weight: 700;
	font-size: var(--clamp22);
	text-transform: uppercase;
}


.othermenus{
	background-color: white;
	padding: 15px 5px;
	overflow: hidden;
}
.othermenus ul{
	margin-left: -20px;
}
.othermenus ul li{
	list-style: none;
	float: left;
	line-height: 20px;
	margin:0 8px;
	/* background-color: var(--primary-color); */
	border-radius: 50px;
	border: solid 1px var(--primary-color);
	overflow: hidden;
}
.btnactive{
	background-color: var(--primary-color);
}
.othermenus a{
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	padding: 5px 15px;
}
/* mainblock */
.mainblock {
    background-color: #faf7fa;
    width: auto;
    position: static;
    margin-left: 280px;
    height: 100vh;
    padding: 10px;
    overflow-x: ;
    padding-bottom: 150px;
    margin-bottom: 150px;
}

/* mainblock */
.titles{
	padding: 10px 0;
}
.themebtn{
	float: right;
}
.themebtn a{
	display: block;
	margin-top: 0px;
	padding: 7px 20px;
	background-color: var(--primary-color);
	text-decoration: none;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.search input[type="text"]{
	height: 40px;
	border-radius: 0;
	box-shadow: none;
}
.search button{
	display: none;
}
.catimg img{
	height: 35px;
	width: 35px;
	border: solid 1px #eee;
	border-radius: 50px;
	overflow: hidden;
}
.formbox{
	background-color: white;
	padding: 15px 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.formbox input[type="text"],.formbox input[type="email"],.formbox input[type="number"],.formbox input[type="password"]{
	height: 40px;
	border-radius: 0;
	box-shadow: none;
}
.formbox textarea,.formbox textarea:focus{
	height: 100px;
	border-radius: 0;
	box-shadow: none;
}
.formbox label{
	margin-top: 12px;
}
.formbox h5{
	font-weight: 600;
	color: maroon;
	font-size: var(--clamp20);
}
.formbox button{
	padding: 7px 20px;
	width: 100%;
	background-color: var(--primary-color);
	font-weight: 700;
	border: none;
	box-shadow: none;
	margin-top: 15px;
}