.navbar {
	min-height: 140px;
	background-image: url('../images/banner-top.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.nav-link, .nav-link:hover {
	color: #000000;
	cursor: pointer;
	padding-top: 6px !important;
}

/* Modal */
.modal-content {
    border: none;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Header */
.modal-header {
    background: #F8FAFC;
    border-bottom: 1px solid #E5E7EB;
}

.modal-title {
    color: #1F2937;
    font-weight: 600;
}

/* Body */
.modal-body label {
    font-weight: 500;
    color: #374151;
}

/* Footer */
.modal-footer {
    background: #F8FAFC;
    border-top: 1px solid #E5E7EB;
}

/* Buttons */
.btn-primary {
    background-color: #2563EB;
    border-color: #2563EB;
    border-radius: 8px;
    padding: 8px 18px;
}

.btn-primary:hover {
    background-color: #1D4ED8;
    border-color: #1D4ED8;
}

.btn-outline-secondary {
    border-radius: 8px;
}

.modal-title span {
	font-size: 1.2rem !important;
	font-weight: 300 !important;
}

.alert {
	padding-left: 12px !important;
	border-radius: 0px !important;
}

.alert-success {
	color: #FFFFFF !important;
	background-color: #00CC00 !important;
	border-color: #00CC00 !important;
}

.alert-danger {
	color: #FFFFFF !important;
	background-color: #FF0000 !important;
	border-color: #FF0000 !important;
}

.alert p {
	margin-bottom: 0px !important;
}

input {
	border: 0px !important;
	border-radius: 0px !important;
}

.input-group-text {
	border: 0px;
	border-radius: 0px !important;
	background-color: #FFFFFF;
}

.fa-lock {
	width: 16px;
}

#btn-reset-password, .btn-login, .btn-create-account {
	cursor: pointer;
	margin-bottom: 0px;
}

.modal-footer {
	/* border-top: 1px; */
	align-items: end;
}

.btn-color-1, .btn-color-1:hover {
	background-color: #5A5957;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 8px 30px;
	cursor: pointer;
}

.btn-color-2, .btn-color-2:hover {
	background-color: #3464AC;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 8px 30px;
	cursor: pointer;
}

#brand, #brand:hover {
	color: black;
	margin-left: 8px;
}

#banner-row {
	position: relative;
}

.full-width {
	width: 100%;
	height: auto;
}

#banner-row #banner-text {
   position: absolute;
   bottom: 17%;
   left: 2%; 
   color: white;
}

#banner-row #banner-text .title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0px;
}

#banner-row #banner-text .sub-title {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 0px;
}

#text-row {
	padding: 45px 100px;
}

#text-row .title, #text-row .sub-title {
	font-size: 20px;
	font-style: italic;
}

#text-row .sub-title {
	font-weight: 700;
	margin-bottom: 0px;
}

#list-jobs {
	background-color: #BFB49D;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: -15px;
	margin-left: -15px;
}

#list-jobs .row {
	width: 95%;
	margin: 0 auto
}

#list-jobs .job-column {
	padding-top: 20px;
	padding-bottom: 20px;
}

#list-jobs .job-column p, #list-jobs .job-column a:hover {
	text-decoration: none;
	color: #212529;
	font-weight: 700;
}

#list-jobs .job-item {
	border-radius: 25px;
	background-color: white;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

#list-jobs .job-content {
	padding-top: 15px;
}

#list-jobs .job-icon {
	width: 60%;
	margin-bottom: 10px;
}

#list-jobs #link {
	justify-content: right;
}

#list-jobs #all-jobs {
	font-size: 30px;
	font-weight: 700;
	color: black;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 15px;
}

#testimonial {
	padding: 50px 35px;
}

#testimonial-title {
	font-weight: 700;
	margin-bottom: 40px;
}

.testimonial-image {
	max-width: 200px;
	width: 100%;
	height: auto;
}

.testimonial-content {
	font-size: 13px;
}

.testimonial-person p {
	font-weight: 700;
	margin-bottom: 0px;
}

footer {
	background-color: #dbd6d6;
	padding: 35px;
}

footer .row {
	margin-right: 0px;
	margin-left: 0px;
}

footer a, footer a:hover {
	text-decoration: none;
	color: #212529;
}

#footer-left {
	margin-bottom: 50px;
}

#footer-left p {
	margin-bottom: 0px;
	font-size: 13px;
}

.social-media-icon {
	border: 1px dashed black;
	border-radius: 50%;
	font-size: 25px;
}

.social-media-icon-12 {
	padding: 10px 12px;
}

.social-media-icon-15 {
	padding: 10px 15px;
}

.social-media-icon-18 {
	padding: 10px 18px;
}

#detail-job, #profile {
	padding: 35px;
}

#detail-job #job-position {
	margin-bottom: 0px;
}

#detail-job i {
	font-size: 24px;
	margin-right: 10px;
}

.clear50 {
	margin-bottom: 50px;
}

#detail-job h6 {
	font-weight: 700;
}

.error-message {
	color: #FF0000
}

.display-n {
	display: none;
}

.btn:disabled {
	cursor: not-allowed;
}

.form-profile input, .form-profile select, .form-profile textarea {
	border: 1px solid #000000 !important;
	border-radius: 0px !important;
}

.input-required {
	color: #CD1B1B;
}

.col-v-center {
	align-self: center;
}

.col-form-label {
	padding: 0px !important;
	margin-top: -5px;
	margin-right: 10px;
}

.form-profile .input-group {
	width: inherit;
}

.form-profile .input-group .input-group-text {
	width: 10px;
}

.form-row-custom {
	padding-right: 5px;
	padding-left: 5px;
}

.custom-file-upload {
	position: relative;
    display: inline-block;
    width: 100%;
    height: 80px;
    margin-bottom: 0;
}

.custom-file-input-upload {
	position: relative;
    z-index: 2;
    width: 100%;
    height: 80px;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}

.custom-file-label-upload {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 80px;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px dashed #000000;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
    padding-top: 22px;
}

.custom-file-label-upload img {
	width: 30px;
}

.filename {
	padding-top: 25px !important;
}

.pagination {
	justify-content: center;
}

.pagination li {
	margin-right: 5px;
	margin-left: 5px;
}

.pagination li a {
	color: #fff;
}

@media (max-width: 767px) {
	#banner-row #banner-text {
		display: none;
	}

	#text-row {
		padding-right: 40px;
		padding-left: 40px;
	}

	#text-row .title, #text-row .sub-title {
		font-size: 14px;
	}

	.testimonial-content {
		text-align: center !important;
		font-size: 13px;
		margin-top: 20px;
		margin-bottom: 50px;
		padding-right: 65px;
		padding-left: 65px;
	}

	.custom-file-upload, .custom-file-input-upload {
		width: 100%;
	}
}

@media (max-width: 398px) {
	.navbar-brand img {
		width: 40px !important;
	}

	.testimonial-content {
		text-align: center !important;
		font-size: 13px;
		margin-top: 20px;
		margin-bottom: 50px;
		padding-right: 35px;
		padding-left: 35px;
	}
}

@media (min-width: 540px) {
	#footer-left {
		margin-bottom: 0px;
	}

	#footer-right {
		position: relative;
	}

	#social-media {
		position: absolute;
		right: 0px;
		bottom: 10px;
	}

	.custom-file-upload, .custom-file-input-upload {
		width: 74.5%;
	}
}

@media (min-width: 768px) {
	.custom-file-upload, .custom-file-input-upload {
		width: 49.25%;
	}
}

@media (min-width: 992px) {
	.custom-file-upload, .custom-file-input-upload {
		width: 74.5%;
	}
}

@media (min-width: 1256px) {
	.testimonial-content {
		position: relative;
		font-size: 13px;
	}

	.testimonial-person {
		position: absolute;
		bottom: 0px;
	}

	.custom-file-upload, .custom-file-input-upload {
		width: 74.5%;
	}

}

.profile-card {
    text-decoration: none;
    color: inherit;
}

.profile-card .card {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.profile-card .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

a.profile-card {
    text-decoration: none;
    color: inherit;
}

a.profile-card:hover,
a.profile-card:focus {
    text-decoration: none;
    color: inherit;
}

.profile-badge {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.text-color-1 {
	color: #5A5957 !important;
}

#login-modal .modal-header, #login-modal .modal-content, #login-modal .modal-footer {
	background-color: #D9D9D9 !important;
	border: 0px !important;
}

.upload-group {
    margin-bottom: 20px;
}

.upload-group input[type="file"] {
    display: none;
}

.upload-group label {
    border: 2px dashed #cfd4da;
    border-radius: 10px;
    padding: 24px;
    width: 100%;
    cursor: pointer;

    display: flex;
    align-items: center;
    gap: 15px;

    transition: all .2s ease;
    background-color: #fafafa;
}

.upload-group label:hover {
    border-color: #0d6efd;
    background-color: #f4f8ff;
}

.upload-group img {
    width: 36px;
    height: auto;
}

.upload-group span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.upload-group .required {
    color: red;
}

.upload-group .file-name {
    display: block;
    font-size: 13px;
    color: #6c757d;
    margin-top: 4px;
}

.upload-group input:focus + label,
.upload-group input:valid + label {
    border-color: #198754;
    background-color: #f3fff7;
}

.btn-group-documents .btn-outline-secondary {
	border-radius: .2rem;
}

.btn-group-documents .btn:focus {
	box-shadow: none;
}