
@font-face{
	font-family: Roboto-Regular;
	src: url('../font/Roboto-Regular.ttf');
}

@font-face{
	font-family: Roboto-Light;
	src: url('../font/Roboto-Light.ttf');
}

@font-face{
	font-family: Roboto-Thin;
	src: url('../font/Roboto-Thin.ttf');
}

@font-face{
	font-family: Roboto-Medium;
	src: url('../font/Roboto-Medium.ttf');
}

body{
	position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	background: #F7F7F7;
	font-family: Roboto-Regular;
}

.addnewuser_input-group label{
    color: #555;
    font-size: 14px;
        margin-bottom: 10px;
    
}
.navbar{
	position: sticky;
	top: 0;
	z-index: 999;

	margin-bottom: 0;
    background: #f3f6f8;
    box-shadow: none;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
    text-decoration: none;
}
a {
    color: #64aed9;
}
.user-img{
    height: 39px;
    border-radius: 20px;
    background: #fff;
}
.userinfo{
	
	text-transform: capitalize;
	border-radius: 3px;
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%), 0 0px 0px rgb(0 0 0 / 18%);
    color: #FFF;
    background-color: #2bbdb9;
    border-color: #2bbdb9;
}
.list-inline{
display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    }
    
    .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.userinfo :hover{
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%), 0 3px 6px rgb(0 0 0 / 26%);
}
.myapplication{
	padding: 20px;
	background: #ffffff;
}
.wrap-application{
	margin: 70px 0;
}
.myapplication-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.myapplication-heading{
	text-transform: uppercase;
	font-size: 18px;
	color: #2bbdb9;
	font-weight: bold;
    line-height: 1;
}
.form-control {
    font-size:15px;
}
.newapplication{
	text-transform: uppercase;
	padding: 12px 20px;
	background: #2f353b;
	color: #fff;
	border-radius: 4px;
}
.newapplication:hover{
	color: #fff;
}
.application-table{
	margin-top: 20px;
	text-align: center;
}
.table-responsive{
	white-space: nowrap;
}
.myapplication.addnewapplication{
	max-width: 800px;
	margin: auto;
}
.addnewuser_input-group{
	margin-top: 20px;
}
.addnewuser_btn{
	display: flex;
	margin-top: 20px;
}
.addnewuser_cnl-btn{
	background: #ffffff;
    color: #2f353b;
    border: 1px solid #2f353b;
    border-radius: 4px;
    padding: 12px 26px;
    font-size: 18px;
    text-transform: uppercase;
	margin-right: 5px;
    line-height: 1;
}
.addnewuser_sub-btn{
	background: #2f353b;
    color: #ffffff;
    border: 1px solid #2f353b;
    border-radius: 4px;
    padding: 12px 26px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
}