@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


body {
	font-family: "Manrope", sans-serif;
	background: #2E4A4A;
	overflow-x: hidden;
}

.overflowSection {
	overflow: hidden;
}

strong {
	font-weight: 600;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-o-font-smoothing: antialiased;
}

a,
input,
button,
textarea {
	outline: none !important;
}

p {
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: .5px;
}

.section-padding {
	padding: 80px 0;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.btn {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	padding: 18px;
	color: #FFFFFF;
	background: #2B483D;
	transition: all .5s ease;
	border: none;
	border-radius: 16px;
	background: #1B2D3A;
}

.btn:hover,
.btn:focus {
	background: #2E4A4A;
	color: #fff;
}

.section-title {
	padding: 0 0 13px;
	color: #FFFFFF;
	font-family: "SFProDisplayBold";
	font-size: 35px;
	line-height: 35px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}

.section-title * {
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	margin: 0;
	font-weight: inherit;
}

.sub-title {
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0 0 19px;
}

.sub-title * {
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	margin: 0;
	font-weight: inherit;
}

body {}

.login-main {
	display: flex;
	/* height: 100vh; */
	min-height: 100vh;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #2E4A4A 46.15%, #1B2D3A 100%);
	padding: 50px 0;
}

.login-main .container {
	max-width: 877px;
	margin: 0 auto;
}

.login-main .row {
	margin: 0 -68px;
}

.login-main [class*=col-] {
	padding: 0 68px;
}

.login-main [class*=col-]:first-child {
	width: 54.2%;
}

.login-main [class*=col-]:last-child {
	width: 45.8%;
}

.logo-block .logo img {
	box-shadow: 3px 3px 6.4px 0 rgba(0, 0, 0, 0.25);
	border-radius: 28px;
}

.logo-block span {
	color: #FFF;
	font-size: 24px;
	display: block;
	font-weight: 400;
	line-height: 24px;
	font-family: "SFProDisplay";
}

.logo-block h3 {
	font-size: 64px;
	line-height: 64px;
	color: #FFF;
	margin: 0 0 16px;
	display: block;
	font-family: "SFProDisplayBold";
}

.form-control {
	border-radius: 15px;
	border: 1px solid #CFCFD5;
	background: #FFF;
	height: 60px;
	padding: 27px 20px 17px;
	padding-left: 45px;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	box-shadow: none !important;
}


.form-group .icon {
	position: absolute;
	left: 20px;
	top: 29px;
	display: flex;
}

.password-field .icon {
	top: 26px;
}

.form-group label {
	color: #6A6A6D;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 20px;
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	letter-spacing: -0.2px;
}

.form-group a {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: -0.28px;
	text-decoration: none;
	
}
.info_btn{
	position: relative;
    float: right;
    top: -54px;
    right: 10px;
}

.forgot-group {
	text-align: right;
	display: flex;
	justify-content: space-between;
}

.form-group {
	position: relative;
	margin: 0 0 39px;
	margin: 0 0 24px;
}

.login-main .btn {
	display: block;
	width: 100%;
}

.password-field {
	margin: 0 0 22px;
}

.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #505056;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #505056;
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #505056;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #505056;
}


.header .dropdown-menu .dropdown-item {
	color: #101828;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	padding: 10px;
	border-radius: 8px;
}

.header .dropdown-menu li {
	list-style-type: none;
}

.header .dropdown-menu .dropdown-item:hover {
	background-color: #2B483D;
	color: #fff;
}

.header .dropdown-menu li {
	padding: 0;
}

.header .dropdown-menu ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

.header .dropdown-menu {
	right: 0;
	left: auto;
	top: 50px;
	margin: 0;
	border: none;
	border: 1px solid #2B483D;
	padding: 10px;
	background: #F6F6F3;
}

.header .dropdown-menu h5 {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 5px;
}

.header .dropdown-menu p {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 10px;
}

.header .dropdown-menu .sign-out-block {
	padding: 10px 0 0;
}

.header .navbar .menu-btn img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.header .navbar .menu-btn {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: transparent;
	border: none;
}

.header {
	border-bottom: 1px solid #fff;
	margin: 0 0 20px;
}

.navbar-nav>li>a.nav-link {
	font-size: 14px;
	line-height: 14px;
	position: relative;
	background: transparent;
	color: #fff;
	padding: 0 !important;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	letter-spacing: 0.5px;
}

.navbar-nav .nav-item {
	padding: 0 16px 0 10px;
}

.dataTables_wrapper label .form-control {
	width: auto;
	height: 40px;
	border-radius: 10px;
	padding: 10px;
}

.dataTables_wrapper label {
	display: flex;
	gap: 10px;
	align-items: center;
}


.dashboard-table table.dataTable tbody td .status {
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	padding: 5px 33px;
	text-align: center;
	display: inline-block;
	color: #121417;
	min-width: 138px;
}

.dashboard-table table.dataTable thead th,
.dashboard-table table.dataTable thead td {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	padding: 12px 16px;
	background-color: transparent;
	border-bottom: 1px solid #F7F7F7;
	border-radius: 0;
	color: #121417;
}

.dashboard-table .dataTables_scroll {
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #DBE0E5;
}

.dashboard-table table {
	/* border-radius: 10px;  */
}

.dashboard-table table.dataTable tbody td .btn {
	padding: 10px;
	border-radius: 4px;
}

.dashboard-table table.dataTable tbody td {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding: 10px;
	background: transparent;
	text-transform: unset;
	border: none !important;
	border-bottom: 1px solid #F7F7F7 !important;
	text-align: left;
	color: #61758A;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
	background: transparent;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border: none;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
	border-bottom-color: #DBE0E5;
}

table.dataTable.no-footer {
	border: none;
}

.dataTables_filter {
	padding: 0 0 10px;
}

.input-container span {
	color: #fff;
}

.form-group .form-check-label {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    position: relative;
    top: auto;
    left: auto;
}
.form-group label.custom-label {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
.white-text {
	color: #fff;
}