

@media only screen and (min-width:992px){ 
	/*--nav bar css--*/

	.menu-collapse .sidebar .sildebarlogo img{
		width: 45px;
		transition: all .1s ease-in;
	}
	.menu-collapse .sidebar{
		width:66px;
		padding: 23px 10px;
		transition: all .1s ease-in;
	}
	.menu-collapse .menubar li > a span{
		white-space: nowrap;
		visibility: hidden;
		transition: all .1s ease-in;
		display: none;
	}
	.innerbody.menu-collapse{
		padding-left: 66px;
	}
	/*--nav bar css--*/
	}

@media only screen and (max-width:991px){

	.page-content-wrapper {
    min-height: calc(100vh - 100px);
    padding: 10px;
}

	.header {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

	.closemenu-btn{
		display: block;
		text-align: right;
		cursor: pointer;
	}

	.closemenu-btn img{
		filter: brightness(0);
	}

	.innerbody{
		padding-left: 0;
	}
	.sidebar{
		left: -100%;
	}
	.innerbody.menu-collapse .sidebar{
		left: 0;
		box-shadow: 4px 0px 10px rgba(0,0,0,.2);
	}
	.menu-collapse .sildebarlogo .logo-full{
		display: block;
		height: 50px;
	}
	.menu-collapse .sildebarlogo .logo-icon{
	display: none;
	}

	.box {
    width: 280px;
    height: 200px;
    background: linear-gradient(45deg, rgba(89, 177, 227, 0.5), rgba(231, 113, 5, 0.5));
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 20px 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-box {
    width: 42px;
    height: 42px;
    background-color: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 700;
    border: none;
}

.page-title-row a img {
    margin-right: 0px;
    width: 30px;
}

}

@media only screen and (max-width: 767px){

body {
    font-size: 14px;
}

.login-box {
    padding: 20px;
}

.login-box h3 {
    font-size: 24px;
}

.btn {
    font-size: 14px;
}

.form-control, .btn {
    height: 40px;
}

.form-select {
    height: 40px;
}

.sidebar-login{
display: none;
}

.header {
    height: 90px;
    padding-left: 10px;
    padding-right: 10px;
}

.header img.logo{
    height: 46px;
}

.login-wrapper{
padding-left: 0;}
	.header{
		flex-wrap: wrap;
	}
	

.page-content-wrapper {
    min-height: calc(100vh - 90px);
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.dashboard-container {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width: auto;
    margin: 0 auto;
    flex-direction: column;
}

.form-container {
    padding: 20px;
}

.box {
    width: 250px;
    height: 180px;
    background: linear-gradient(45deg, rgba(89, 177, 227, 0.5), rgba(231, 113, 5, 0.5));
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 20px 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon img {
    height: 46px;
}

.text {
    font-size: 20px;
    color: #000000;
    margin-top: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

	.btn {
    min-width: unset;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.otp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    column-gap: 8px;
}

.otp-box {
    width: 36px;
    height: 36px;
    background-color: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 700;
    border: none;
}
.page-title-row a img {
    margin-right: 0px;
    width: 26px;
}
}