
.navbar-fornt-desk{
	padding: 15px 15px;
}
.navbar-nav .nav-link{
	font-size: 16px;
}
.navbar-toggle-icon:after, .navbar-toggle-icon:before{
	background-color: #fff;
}
.navbar-toggle-icon .toggle-line{
	background-color: #fff;
}
.navbar-top .navbar-toggler{
	background-color: #057aba;
}
.navbar-vertical-toggle{
	background-color: #057aba;	
}
section.main-banner{
	background-image: url(../img/banner.png);
	height: 100vh;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: right bottom;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
}
.banner-info h1{
	font-size: 70px;
	font-weight: 700;
	color: #057aba;
	text-transform: uppercase;
}
.banner-info p{
	color: #8b9293;
	padding-right: 100px;
	font-size: 18px;
	font-weight: 500;
}
.header-home{
	padding: 15px;
	position: relative;
	z-index: 1;
}
.index-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-header .logo-index{
	max-width: 240px;
}
.index-header a.btn.btn-login {
    background: #0579b9;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
}
.login-card{
	border-radius: 60px;
    box-shadow: 10px -10px 0 4px #057aba;
}
.login-bg{
	background: url(../img/login-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.login-card h2{
	font-weight: 700;
	color: #0579b9;
}
.form-control{
	height: 48px;
}
.btn-primary, .navbar-vertical .btn-purchase, .tox .tox-menu__footer .tox-button:last-child, .tox .tox-dialog__footer .tox-button:last-child{
	background-color: #057aba;
    border-color: #057aba;
}
.count-list{
	display: flex;
	justify-content: space-between;
	flex: 1;
	padding-left: 20px;
}
.count-list .count-box{
	text-align: center;
}
.count-list .count-box p{
	margin-bottom: 0;
	color: #057aba;
	font-weight: 600;
}
.section-title{
	font-weight: 600;
	color: #057aba;
}
.visitor-mobilenumber{
	display: flex;
}
.visitor-mobilenumber .otp-btn{
	padding-left: 15px;
}
.visitor-mobilenumber .otp-btn a.btn{
	height: 48px;
	line-height: 38px;
	flex: 1;
}
.scan-box {
    background-color: #057aba;
    padding: 0px;
    border-radius: 10px;
    text-align: center;
    height: 200px;
    line-height: 200px;
    position: relative;
    margin-bottom: 50px;
}
.scan-box img{
	max-width: 100px;
}
.scan-box h4 {
    color: #057aba;
    text-align: center;
    font-size: 19px;
    margin-top: 10px;
    text-align: center;
    z-index: 1;
}
.documentid-box{
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 10px;
}
.office-purpose{
	background-color: #f5f5f5;
}
.form-control.form-select{
	appearance: auto;
}
textarea.form-control{
	height: auto;
}
.form-btn{
	text-align: right;
	padding: 30px 0px;
}
.table-dark th{
	background: #057aba !important;
	border: 1px solid #057aba;
}


.chart-tab .nav-link.active{
	border-bottom: 2px solid #057aba;
}
.chart-tab .nav-link.active .audience-tab-item h6{
	color: #057aba !important;
}
.template-title h4 {
    margin-bottom: 0;
    color: #fff;
}
.template-title {
    background: #057aba;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.p-relative{
	position: relative;
}
span.form-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
label.upload-csv {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 2px dotted #000;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    padding: 30px 0;
}
label.upload-csv img {
    max-width: 100%;
    height: 100%;
}
.upload-csv input[type="file"] {
    display: none;
}
label.upload-csv span{
	color: #000;
}
.pro-img{
	text-align: center;
}
.table-grp-btn {
    text-align: right;
    margin-bottom: 10px;
}
.table-grp-btn a {
    color: #fff;
    font-size: 18px;
    background: #057aba;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}
.visitor-pass .c-logo img {
    max-width: 130px;
}
.visitor-pass ul li{
	padding: 10px;
}
.visitor-pass-details{
	display: flex;
	justify-content: space-between;
}
.visitor-pass-details a{
	color: #057aba;
}
.pass-print-detail{
	display: flex;
}
.pass-print-detail .pass-profile img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.print-config {
    margin-left: 20px;
    flex: 1;
    background: #057aba;
    padding: 15px;
    border-radius: 10px;
}
.print-config p{
	color: #fff;
}
.print-config .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.print-config .form-group label{
	color: #fff;
	flex: 2;
}
.print-config .form-group .form-control{
	width: 100px;
	margin-right: 5px;
}
.print-grp-btn{
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	justify-content: space-around;
}
.report-detail ul{
	list-style-type: none;
	padding-left: 0;
}
.report-detail ul li label{
	color: #000;
	font-weight: 700 !important;
}
.visitor-pass-barcode img.img-fluid{
	max-width: 200px;
}
.back-button{
	text-decoration: none;
}
.back-button:hover{
	text-decoration: none;
}
.visitor-tag-list {
    display: flex;
    flex-wrap: wrap;
}
.visitor-tag {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #057aba;
    padding: 5px 5px 5px 15px;
    border-radius: 30px;
    position: relative;
    margin-right: 10px;
    flex-wrap: wrap;
}
.visitor-tag p{
	margin-bottom: 0;
}
.visitor-tag a {
    color: #057aba;
    margin-left: 10px;
}
.licencse-modal{
	text-align: center;
}
.licencse-modal .svg-inline--fa{
	width: 3.5em;
	height: 3.5em;
}
.licencse-modal h2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.licencse-modal h3{
	font-size: 18px;
	color: #8cc63f;
	margin-bottom: 20px;
}
.working-box{
	background: #edf2f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.table.table-hover.table-striped.display.nowrap.dataTable.no-footer {
    width: 100% !important;
}
.dataTables_scrollHeadInner {
    width: 100% !important;
}
@media(max-width:768px){
	section.main-banner{
		background-size: contain;
		align-items: start;
    	padding-top: 150px;
	}
	.banner-info h1{
		text-align: center;
		font-size: 54px;
	}
	.banner-info p{
		padding-right: 0;
		text-align: center;
	}
	.header-home{
		padding: 15px 0px 0px;
	}
	.index-header .logo-index{
		max-width: 200px;
	}
	.scan-box{
		margin-bottom: 40px;
	}
}