@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Quicksand;
}

body {
    /* display: flex; */
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* min-height: 100vh; */
    background: #EEEEEE;
}

.card{
	width: 600px;
    height: 400px;
	border: none;
	border-radius: 15px;
}

.justify-content-center{
    margin-top: 200px;
}

.adiv{
	background: #1683ff;
	border-radius: 15px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 12px;
	height: 46px;
}
img{
	margin-right: 10px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
.fas{
	cursor: pointer;
}

/* .fa-chevron-left{
	color: #fff;
} */

h6{
	font-size: 12px;
	font-weight: bold;
}
small{
	font-size: 10px;
	color: #898989;
}
.form-control{
	border: none;
	background: #F6F7FB;
	font-size: 12px;
    resize: none; /* Lock form area */
}
.form-control:focus{
	box-shadow: none;
	background: #F6F7FB;
}
.form-control::placeholder{
	font-size: 12px;
	color: #B8B9BD;
}
.btn-primary{
	background: #1683ff;
	padding: 4px 0 7px;
	border: none;
}
.btn-primary:focus{
	box-shadow: none;
}
.btn-primary span{
	font-size: 12px;
	color: #fff;
}
p.mt-3{
	font-size: 11px;
 	color: #B8B9BD;
 	cursor: pointer;
}

.pb-3{
    font-size:20px;
    width: 100%;
    text-align: center;
    padding: 8px;
}

.icon{
    transition: all 0.2s ease ;
    margin-top: 10px;
}
.icon.selected{
    margin-top: 0px;
}

.icon:hover{
    width: 40px;
    height: 40px;
}

.icon:active{
    width: 40px;
    height: 40px;
}

.mb-0{
    font-size: 18px;
}

.px-3{
    font-size: 12px;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 5%; /* 5% */
    height: 100%;
    padding: 10px 20px;
    background:#337ab7;
    /* background: #11101d; */
    transition: all 0.5s ease;
}

.sidebar .logo-content .logo{
    color: #fff;
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.sidebar.active .logo-content .logo{
    opacity: 1;
    pointer-events: none;
}

.logo-content .logo i{
     font-size: 28px;
     margin-right: 5px;
}

.logo-content .logo logo-name{
    font-size: 20px;
    font-weight: 400;
}

.sidebar #menu-btn{
    position:absolute;
    color: #fff;
    left: 25%;
    top: 6px;
    font-weight: 20px;
    font-size: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    transform: translateX(-50%);
    margin-left: 15px;
}

.sidebar #menu-btn:hover{
    color: black;
    transition: all 0.3s ease;
    border-radius: 12px;
    background-color: #fff;
}

.sidebar.active #menu-btn{
    left: 85%;
}

.sidebar ul{
    margin-top: 20px;
}

.sidebar ul li{
    position: relative;
    height: 50px;
    width: 100%;
    margin: 0 5px;
    list-style: none;
    line-height: 50px;
}

.sidebar ul li a{
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 12px;
    white-space: nowrap;
    margin-top: 20px;
}

.sidebar ul li .tooltip{
    position: absolute;
    left: 70px;
    top: 0;
    transform: translateY(-50%, -50%);
    border-radius: 6px;
    height: 35px;
    width: 122px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar ul li:hover .tooltip{
    opacity: 1;
    transition: all 0.5s ease;
    top: -50%;
}

.sidebar ul li a i{
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    line-height: 50px;
}

.sidebar ul li a:hover{
    color: #11101d;
    background: #fff;
    margin-left: -10px;
    padding-left: 20px;
}

.sidebar ul li input{
    display: absolute;
    height: 100%;
    width: 5px;
    margin-left: -10px;
    left: 0;
    top: 0;
    border-radius: 12px;
    outline: none;
    border: none;
    background: #fff;
    padding-left: 60px;
    font-size: 18px;
    color: #fff;
}

.sidebar.active ul li input{
    width: 100%;
    background-color: #fff;
    color: black;
}

.sidebar.active ul li .tooltip{
    opacity: 0;
}

.sidebar ul li .bx-search-alt-2{
    position: absolute;
    z-index: 99;
    color: black;
    font-size: 22px;
    margin-top: 15px;
    margin-left: -2px;
}

.sidebar .profile-content{
    position:absolute;
    color: #fff;
    bottom: 5px;
    left: 0;
    width: 100%;
}

.sidebar .profile-content .profile{
    position:relative;
    padding: 10px 6px;
    height: 60px;
    background: #fff;
}

.profile-content .profile .profile-details{
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.sidebar.active .profile .profile-details{
    opacity: 1;
    pointer-events: auto;
}

.profile .profile-details img{
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 12px;
    margin-left: 10px;

}

.profile .profile-details .name-job{
    margin-left: 10px;
}

.profile .profile-details .name{
    font-size: 15px;
    font-weight: 400;
    color:black;
}

.profile .profile-details .job{
    font-size: 12px;
    color: black;
}

.profile .profile-details .name{
    font-size: 15px;
    font-weight: 400;
}

.profile #logout{
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    min-width: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 12px;
    text-align: center;
    color: black;
}

.sidebar.active .profile #logout{
    left: 88%;
}

.sidebar .links-name{
    opacity: 0;
    pointer-events: none;
}

.sidebar.active .links-name{
    opacity: 1;
    pointer-events: auto;
}

.nav-list{
    font-size: 17px;
}

.sidebar.active{
    width: 20%;
}

.logo{
    text-align: center;
}
