body {
	/* background: #ecf0f4; */
	width: 100%;
	height: 100%;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	color: #052a44;
}

h3 {
	padding: 20px 0;
	font-size: 18px;
	font-weight: 500;
}

/* primary-color: #052a44;
secondary-color: #ab8b10; */

h2 {}

.header-contents {
	margin-bottom: 50px;
	text-align: center;
}

button,
a.submit-btn {
	padding: 10px 25px;
	text-align: center;
	background-color: #052a44;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 4px;
	margin: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}

button:hover,
a.submit-btn:hover {
	color: #fff;
	background-color: #ab8b10;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

}

label {
	color: #052a44;
	font-size: 14px;
	font-weight: 400;
}

.form-check-label {
	cursor: pointer;
}


.main-form-sec {
	margin: 40px 0;
}

.main-form-sec-2 .form-wrap {
	max-width: 450px;
	padding: 100px 50px;
}

.form-wrap {
	background: rgba(255, 255, 255, 1);
	width: 100%;
	max-width: 850px;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.form-wrap:before {
	content: "";
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background: #052a44;
	z-index: -1;
	/* opacity: 0.8; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.form-group {
	margin-bottom: 25px;
}

.form-group>label {
	display: block;
}

.form-control {
	height: 40px;
	background: #ecf0f4;
	border-color: transparent;
	padding: 0 15px;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form-control:focus {
	border-color: #052a44;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

textarea.form-control {
	height: 160px;
	padding-top: 15px;
	resize: none;
}


/* .btn-primary:focus,
.btn-primary.focus {
    color: #052a44;
    background-color: #ffffff;
    border-color: #052a44;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #052a44;
    background-color: #ffffff;
    border-color: #052a44;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
} */

header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9;
}

.header-nav .help-center p {
	color: #fff;

	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.header-nav .help-center p a {
	font-weight: 700;
	color: #fff;
}

.logo img {
	width: 60px;
	object-fit: contain;
}

.logo {
	background: #fff;
	padding: 20px;
	z-index: 1;
	left: 50px;
	box-shadow: 0px 1px 8px #00000059;
	-webkit-box-shadow: 0px 1px 8px #00000059;
	-moz-box-shadow: 0px 1px 8px #00000059;
}

.banner-section {
	background: #052a44;
}

.progress-section .container {
	position: relative;
}

.banner-section .banner-text {
	padding: 20px 0;
}

.banner-section .banner-text h1 {
	color: #fff;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.banner-section .banner-text p {
	font-family: "Sora", sans-serif;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
}

.status-col {
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.09);
	padding: 45px 70px;
	position: absolute;
	width: 100%;
	top: -55px;
	left: 0;
}

.status-col h5 {
	color: #052a44;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 16px */
}

.status-col p {
	color: #052a44;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 184.615% */
	font-family: "Sora", sans-serif;
}

.status-col .single-status {
	border-right: 1px solid #d9d9d9;
}

.status-col .status-end {
	border: none;
}

/* progress */

.progress-section {
	padding-bottom: 210px;
}

.header-text {
	padding-top: 135px;
	padding-bottom: 55px;
}

.progress-section h2 {
	color: #4d5459;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 16px */
}

.progress-section .service-name p {
	color: #808080;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;

	display: flex;
	align-items: center;
	justify-content: center;
}

.progress-sec li.progress-comp .service-name p {
	color: #4d5459;
	font-size: 13px;
}

.progress-section .due-date p {
	color: #4d5459;

	font-size: 13px;
	font-weight: 400;
	/* display: flex; */
	/* align-items: center;
    justify-content: center; */
	min-width: 150px;
}

.progress-section .progress-sec {
	list-style-type: none;
	position: relative;
	width: 680px;
	margin: 0 auto;
	padding-left: 0;
}

.progress-section .progress-sec:after {
	position: absolute;
	left: 18px;
	z-index: -1;
	top: 0;
	content: "";
	border-left: 1px solid #d9d9d9;
	width: auto;
	height: 92%;
}

.progress-section .progress-sec li {
	padding-bottom: 25px;
}

.progress-sec li.completed .service-name p {
	color: #ab8b10;
	font-size: 13px;
	font-weight: 700;
}

.progress-sec li .service-name .icon i {
	color: #b8b8b8;
	font-size: small;
}

.progress-sec li.completed .service-name .icon i {
	color: #fff;
}

.progress-sec li.progress-comp .service-name .icon i {
	color: #ab8b10;
}

.progress-sec li.completed .service-name .icon {
	background-color: #ab8b10;
	border: none;
}

.progress-sec li .service-name .icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 45px;
	margin-right: 25px;
	border: 1px solid #b8b8b8;
	background-color: #fff;
}

.progress-sec li.progress-comp .service-name .icon {
	width: 22px;
	height: 22px;
	border: 1px solid #0bb895;
	margin-left: 7px;
	margin-right: 34px;
}

/* Nav tabs*/

.tabs-nav ul {
	margin: 0;
	padding: 0;
	display: none;
}

.tabs-nav li {
	display: inline-block;
}

.tabs-nav a {
	display: block;
}

/* Tab content */

.tabs-content {
	overflow: hidden;
}

.tabs-content IMG {
	margin-right: 10px;
}

/* Hide all but first content div */


.register-btn {
	padding-bottom: 15px;
	float: right;
	text-align: right;
	width: 100%;
	color: #ab8b10;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: inherit;
}


/* dashboard */

.dashboard-col {
	padding: 50px 25px;
	padding-top: 150px !important;
}

.dashboard-col .detail-sec {
	max-width: 100%;
	height: 100%;
}

.dashboard-col .progress-section-v2::before {
	content: none;
}

.progress-section-v2 {
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 25px 35px;
	border-radius: 8px;
	z-index: 0;
	position: relative;
}

.progress-section-v2 .progress-sec {
	width: 100%;
	margin-top: 35px;
}

.progress-section-v2 .progress-sec .g-single {
	flex-direction: column;
	align-items: start !important;
	justify-content: flex-start !important;
}

.progress-section-v2 .due-date {
	padding-left: 65px;
	min-width: 0;
}

.progress-section-v2 .service-name p {
	margin-bottom: 0;
}

.progress-sec li.rejected .service-name .icon i {
	color: #fff;
}

.progress-sec li.rejected .service-name .icon {
	background-color: red;
	border: none;
}

.progress-sec a.submit-btn {
	font-size: 13px;
}

.progress-sec li.rejected .service-name p {
	color: red;
	font-weight: 500;
}

.status-row {
	padding-bottom: 25px;
}

.status-row .status-box {
	height: 100%;
	border: 1px solid #ab8b10;
	padding: 25px;
	border-radius: 8px;
}

.status-row .status-box h4 {
	font-size: 18px;
	font-weight: 500;
	color: #052a44;
}

.status-row .status-box p {
	font-size: 24px;
	color: #ab8b10;
	font-weight: 600;
	margin-bottom: 0;
}

.navbar {
	padding: 10px 25px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 1);
}

.navbar .nav-link {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.navbar .nav-link i {
	color: #052a44;
	font-size: 21px;
}

.hl-table-col {
	max-height: 600px;
	overflow: auto;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.hl-table-col table {
	margin-bottom: 0;
}

.detail-sec::before {
	content: unset;
}


thead th {
	font-weight: 500;
	background: #052a44;
	color: #FFF;
}

tr {
	background: #f4f7f8;
	border-bottom: 1px solid #FFF;
	margin-bottom: 5px;
}

tr:nth-child(even) {
	background: #e8eeef;
}

th,
td {
	text-align: left;
	padding: 20px;
	font-weight: 400;
	font-size: 14px;
	border-top: 1px solid rgb(171 139 16 / 30%) !important;
    vertical-align: middle !important;
}

.a.submit-btn i {
	font-size: 11px;
}

.progress-section h3 {
	padding: 0px;
	margin-bottom: 0px;
}

.modal-footer .submit-btn {
	width: fit-content;
	margin: 0;
}

.modal-footer .btn-close {
	background-color: #ab8b10;
	border: none;
	outline: none;
}

.modal-footer button {
	font-size: 13px;
	padding: 8px 15px;
}

.modal-footer .btn-submit {
	background-color: #052a44;
	border: none;
	outline: none;
}

.modal-footer,
.modal-header {
	border: unset;
}

.dropdown-menu {
	left: -115px;
}

.dropdown-toggle::after {
	color: #052a44;
}

.modal-title {
	padding-bottom: 0;
}

table .submit-btn {
	background-color: #ab8b10;
	padding: 8px 15px;
	font-size: 13px;
}

table .submit-btn:hover {
	background-color: #052a44;
}

table tr.active{
    color: #ab8b10;
}
table tr.active td{
    font-weight: 500;
}
table tr.active a.submit-btn{
    background-color: #052a44;
}

table tr.active td{
}

.modal-body .store-form label {
	font-size: 13px;
	color: #052a44;
	font-weight: 500;
}

.modal-body .form-control {
	padding: 10px 15px;
	height: fit-content;
}

.nav-bar {
	list-style-type: none;
}


.progress-section-v2 a.submit-btn{
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 13px;
	min-height: 36px;
	border-radius: 45px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.progress-section-v2 a.icon-btn{
	width: 36px;
	height: 36px;
}
.progress-section-v2 a.submit-btn i{
	height: fit-content;
	font-size: 12px;
	width: 12px;
	height: 12px;
	object-fit: contain;
}
.progress-section h3{
	font-size: 16px;
}
.hidden{display: none;}
.tacbox {
display:block;
padding: 1em;
border: 3px solid #ddd;
background-color: #eee;
max-width: 800px;
}
.tacbox input {
height: 1em;
width: 1em;
vertical-align: middle;
}

.custom-file-button {
	input[type="file"] {
		margin-left: -2px !important;

		&::-webkit-file-upload-button {
			display: none;
		}
		&::file-selector-button {
			display: none;
		}
	}

	&:hover {
		label {
			background-color: #dde0e3;
			cursor: pointer;
		}
	}
}

.high-label{
	padding-top: 15px;
	font-size: 15px;
  }

  .ab-col p{
	font-size: 14px;
	margin-bottom: 0px;
  }

.blur{background-color: #89aac1;}
