@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 : #F4A419;
    --title-color : #161515;
	--white : #fff;
    --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-account {
	height: 100vh;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loginpage{
	border: solid 1px #eee;
}
.loginform{
	padding-right: 20px;
}
.loginform input[type="text"]{
	height: 45px;
	border: solid 1px #ccc;
	border-radius: 0;
	margin-bottom: 20px;
}
.loginform button{
	background-color: #F4A419;
	padding: 15px 20px;
	width: 100%;
	color: white;
	border: none;
}

/* mainbody */
.mainbody{
	position: relative;
	height: 100%;
}
.sidemenu {
    background-color: #203342;
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    z-index: 2;
}
.mainsection {
    position: relative;
    height: 100vh;
    width: auto;
    margin-left: 250px;
    padding: 0px 20px;
    background: #f5f5f5 !important;
    overflow-y: auto;
}
.headmenu.welcome a {
    padding: 8px 15px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
}
.headmenu.welcome {
    padding: 15px 10px !important;
    border-radius: 0 !important;
}
.dashboardblock{
	margin: 15px 0;
	background-color:#f2507e;
	border-radius: 6px;
	overflow: hidden;
}
.dashicon{
	background-color: white;
	height: 100%;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.dashdetails{
	padding: 15px;

}
.dashdetails h4{
	font-size: var(--clamp22);
	font-weight: 400;
	color: white;
}
.dashdetails h1{
	font-size: var(--clamp32);
	font-weight: 600;
	color: white;
}
.dashicon i{
	color: #222;
	font-size: 40px;
}

.welcome{
	background-color: #eeeeee;
	padding: 30px 20px;
	margin-top: 20px;
	border-radius: 10px;
	border: solid 1px #eee;
}
.welcome h3{
	color: #222;
}
.welcome h5{
	color: #222;
}
.sidelogo {
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 100%;
}
.sidelogo img {
    height: 75px;
}
.menulist li{
	list-style: none;
	line-height: 40px;
}
.menulist li a{
	text-decoration: none;
	color: rgb(227, 228, 255);
	padding-left: 30px;
	display: block;
}
.menulist i{
	margin-right: 15px;
}
.dbutton a{
	background-color: #4032d4;
	padding: 15px 25px;
	text-decoration: none;
	color: white;
}
.bookorder{
	background-color: white;
	padding: 25px 20px;
	margin-top: 50px;
}
.bookorder input[type="text"],.bookorder input[type="password"]{
	height: 50px;
	border-radius: 0;
	margin-bottom: 20px;
	box-shadow: none;
}
.bookorder select,.bookorder select:focus{
	height: 50px;
	border-radius: 0;
	margin-bottom: 20px;
	box-shadow: none;
}
.bookorder button {
    background-color: #4032d4;
    width: 100%;
    padding: 10px 15px;
    color: white;
    font-size: var(--clamp20);
    border: none;
    box-shadow: none;
}

.edit {
    padding: 3px 7px;
    background: rgb(15, 44, 190);
    text-decoration: none;
    color: white;
    font-weight: 600;
	font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
}
.delete {
    padding: 3px 7px;
    background: rgb(187, 67, 67);
    text-decoration: none;
    color: white;
	font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
}
.orderdetails{
	margin: 30px 0;
	padding: 15px;
}
.orderblock{
	background-color: white;
	padding: 15px;
	border-radius: 5px;
}
.themebtn button{
	background-color: var(--primary-color);
	padding: 10px 20px;
	border:none;
	font-weight: 600;
	letter-spacing: 0.5px;
}