.btn {
	box-shadow: none !important;
}

.nav-header {
	background-color: #ffffff;
}

.logo-link {
	width: 110px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 6px;
}

.logo-agriwith {
	background-image: url(../images/icons/logo-agriwith.svg);
	background-color: white;
	width: 86px;
	height: 38px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center, 50%, 50%;
}

.logo-link-txt {
	display: none;
}

.content-white {
	padding: 20px 15px;
	background-color: #ffffff;
}

.noti-box {
	text-align: center;
	margin-bottom: 30px;
}

.noti-box .noti-box-txt {
	display: inline-block;
	text-align: left;
	padding-right: 70px;
	position: relative;
	font-size: 11px;
	color: #212723;
	font-weight: 600;
}

.noti-box .noti-box-txt:before {
	content: "";
	position: absolute;
	top: -3px;
	right: 0;
	background-image: url(../images/icons/icon-finger@2x.png);
	background-size: 48px auto;
	width: 48px;
	height: 42px;
}

.btn.btn-register {
	width: 100%;
	padding: 6px;
	text-align: center;
	border-radius: 50px;
	color: #ffffff;
	font-size: 10px;
}

.btn.btn-register.ex-freelancer {
	background-color: #86bc42;
}

.btn.btn-register.ex-farmer {
	background-color: #0b8b42;
}

.btn.btn-register .btn-register-txt {
	padding-left: 26px;
	display: inline-block;
	position: relative;
}

.btn.btn-register .btn-register-txt:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
}

.btn.btn-register.ex-freelancer .btn-register-txt:before {
	background-image: url(../images/icons/icon-freelancer@2x.png);
	background-size: 21px auto;
	width: 21px;
	height: 27px;
}

.btn.btn-register.ex-farmer .btn-register-txt:before {
	background-image: url(../images/icons/icon-farmer@2x.png);
	background-size: 22px auto;
	width: 22px;
	height: 28px;
}

.btn.btn-register .btn-register-txt b {
	font-size: 15px;
}

.txt-agree {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #212723;
}

.txt-agree a {
	color: #024ab6;
	text-decoration: underline;
}

.box-tutorial-guide {
	padding: 15px;
	text-align: justify;
}

.box-tutorial-guide-txt {
	position: relative;
	padding-left: 26px;
	font-size: 12px;
	color: #212723;
}

.box-tutorial-guide-txt:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	background-image: url(../images/icons/icon-user@2x.png);
	background-size: 18px auto;
	width: 18px;
	height: 23px;
}

.bg-white-top {
	padding: 45px 15px;
}

.box-txt-justify {
	padding: 0 35px;
}

.box-txt-justify-fig {
	margin-bottom: 40px;

}

.bg-gray-top {
	padding: 60px 15px;
	background-color: #e5e5e5;
}

.box-intro {
	margin-bottom: 60px;
	text-align: center;
}

.box-intro-name {
	font-size: 14px;
	margin-bottom: 8px;
}

.box-intro-step {
	font-size: 20px;
	color: #0b8b42;
	font-weight: 600;
	margin-bottom: 20px;
}

.box-intro-fig {
	margin-bottom: 20px;
	padding: 0 40px;
}

.box-intro-txt {
	font-size: 12px;
	font-weight: 600;
}

.box-intro-txt p {
	margin-bottom: 5px;
}

.box-intro-fig img {
	width: 100%;
	height: auto;
	max-width: 300px;
}

.icon-social-footer {
	text-align: center;
	display: block;
	margin-bottom: 26px;
}

.txt-justify {
	text-align: justify;
	font-size: 14px;
	line-height: 28px;
}

.icon-social-footer a {
	display: inline-block;
	margin: 0 12px;
}

.icon-social-footer a .icon-social {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-size: 42px auto;
}

.icon-social.icon-twitte {
	background-image: url(../images/icons/icon-twitter@2x.png);
}

.icon-social.icon-insta {
	background-image: url(../images/icons/icon-insta@2x.png);
}

.icon-social.icon-mail {
	background-image: url(../images/icons/icon-mail@2x.png);
}

.icon-social.icon-fb {
	background-image: url(../images/icons/icon_sns_fb.png);
}

.img-com {
	margin-bottom: 15px;
	text-align: center;
}

.img-com a {
	display: inline-block;
	text-decoration: none;
}

.img-com a i {
	display: inline-block;
}

.img-com-green {
	width: 100px;
	height: 29px;
	background-image: url(../images/icons/icon-partner@2x.png);
	background-size: 100px auto;
	background-repeat: no-repeat;
}

.img-musashi {
	width: 107px;
	height: 19px;
	background-image: url(../images/icons/icon-musashi@2x.png);
	background-size: 107px auto;
	background-repeat: no-repeat;
}

.card-login {
	border: none;
	padding: 30px 24px 59px;
	margin: 0 auto;
}

.card-login .card-header {
	background-color: transparent;
	border: none;
	font-size: 20px;
	color: #212723;
	padding: 0;
	margin-bottom: 25px;
	font-weight: 600;
}

.card-login .card-body {
	padding: 0;
}

.card-login .form-control {
	border-radius: 4px;
	height: 40px;
	border: 1px solid #868686;
	color: #212723;
	font-size: 14px;
	box-shadow: none;
	width: 100%;
	/*margin-bottom: 8px;*/
}

.card-login .form-control::placeholder {
	color: #868686;
}

.form-control::placeholder {
	color: #868686;
}

.mbtm-20 {
	margin-bottom: 20px !important
}

.mb-40 {
	margin-bottom: 40px;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #cbcdcf;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #cbcdcf;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #cbcdcf;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #cbcdcf;
}

.link-reset-pw {
	text-decoration: underline;
	font-size: 14px;
	color: #024AB6;
	margin-bottom: 26px;
	display: inline-block;
}

.btn.btn-login {
	width: 100%;
	border-radius: 50px;
	background-color: #2196F3;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding: 0 12px;
	height: 48px;
	line-height: 46px;
}

.hr-40 {
	margin: 40px 0;
	border-top-color: #c7d5d5;
}

.hr-36-40 {
	margin: 40px 0 36px;
	border-top-color: #c7d5d5;
}

.p0 {
	padding: 0 !important;
}

.btn.btn-border {
	padding: 0 12px;
	border-radius: 50px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	height: 46px;
	line-height: 44px;
}

.btn.btn-border.ex-btn-freelancer {
	border-color: #86bc42;
	color: #86bc42;
}

.btn.btn-border.ex-btn-farmer {
	border-color: #0b8b42;
	color: #0b8b42;
}

/* Sidebar */
#sidebar.right-menu {
	position: fixed;
	width: 300px;
	right: -300px;
	background-color: #ffffff;
	color: #212723;
	z-index: 999;
	transition: all 0.30s;
}

#sidebar.right-menu.active {
	right: 0;
}

#sidebar.right-menu .sidebar-header {
	background-color: #212723;
	padding: 15px 22px;
	padding-right: 50px;
}

.mypage-lnk {
	text-decoration: none;
	color: #ffffff;
	position: relative;
	padding-left: 60px;
	display: inline-block;
	min-height: 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.mypage-lnk:hover {
	color: #ffffff;
	text-decoration: none;
}

.img-user {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	margin-bottom: 0;
}

.img-user img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.btn.btn-close-menu {
	background-color: transparent;
	padding: 0;
	background-image: url(../images/icons/icon_menuclose@2x.png);
	background-size: 50px auto;
	width: 50px;
	height: 50px;
	outline: none;
	box-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
}

ul.list-menu {
	margin-bottom: 0;
}

ul.list-menu li a.menu-link {
	font-size: 15px;
	color: #000000;
	position: relative;
	padding: 20px 15px 20px 70px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #D6D6D6;
	font-weight: 700;
	line-height: 15px;
}

ul.list-menu li a.menu-link:hover {
	color: #212723;
	background-color: #e2f2ef;
}

ul.list-menu li.active a.menu-link {
	background-color: #e2f2ef;
}

ul.list-menu li a.menu-link:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 22px;
	display: inline-block;
}

.ex-icon-search:before {
	background-image: url(../images/icons/icon-search@2x.png);
	background-size: 27px auto;
	width: 27px;
	height: 30px;
	top: 13px !important;
}

.ex-icon-notification-edit:before {
	background-image: url(../images/icons/icon-notification-edit-fa@2x.png);
	background-size: 27px auto;
	width: 30px;
	height: 30px;
	top: 13px !important;
	background-size: cover;
	background-position: center center;
}

.ex-icon-notification-list-product:before {
	background-image: url(../images/icons/search-product.png);
	background-size: 27px auto;
	width: 32px;
	height: 27px;
	top: 13px !important;
	background-size: cover;
	background-position: center center;
}

.ex-icon-notification-list-post:before {
	background-image: url(../images/icons/search-post.png);
	background-size: 27px auto;
	width: 28px;
	height: 29px;
	top: 13px !important;
	background-size: cover;
	background-position: center center;
}

.ex-icon-notification-farm:before {
	background-image: url(../images/icons/search-farm.png);
	background-size: 27px auto;
	width: 32px;
	height: 29px;
	top: 13px !important;
	background-size: cover;
	background-position: center center;
}

.ex-icon-log:before {
	background-image: url(../images/icons/icon-worklog@2x.png);
	background-size: 25px auto;
	width: 25px;
	height: 30px;
}

.ex-icon-recruit:before {
	background-image: url(../images/icons/icon-recruit.png);
	background-size: 23px auto;
	object-fit: contain;
	width: 22px;
	height: 22px;
	margin-top: 3px;
	background-repeat: no-repeat;
	margin-left: 8px;
}

.ex-icon-recruitlog:before {
	background-image: url(../images/icons/icon-recruit-log.png);
	background-size: 22px auto;
	object-fit: contain;
	width: 22px;
	height: 21px;
	margin-top: 3px;
	background-repeat: no-repeat;
	margin-left: 8px;
}

.ex-icon-faq:before {
	background-image: url(../images/icons/icon-faq@2x.png);
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	left: 20px !important;
}

.ex-faq-fa:before {
	background-image: url(../images/icons/icon-faq.png);
	background-size: 20px auto;
	width: 21px;
	height: 21px;
	object-fit: contain;
	margin-top: 4px;
	background-repeat: no-repeat;
	margin-left: 8px;
}

.ex-icon-mail:before {
	background-image: url(../images/icons/icon-contact@2x.png);
	background-size: 30px auto;
	width: 30px;
	height: 24px;
}

.ex-contact-fa:before {
	background-image: url(../images/icons/icon-contact-fa@2x.png);
	background-size: 30px auto;
	width: 30px;
	height: 24px;
}

.ex-icon-policy:before {
	background-image: url(../images/icons/icon-policy@2x.png);
	background-size: 24px auto;
	width: 24px;
	height: 30px;
}

.ex-policy-fa:before {
	background-image: url(../images/icons/icon-policy.png);
	background-size: 20px auto;
    width: 22px;
    height: 23px;
    object-fit: contain;
    margin-top: 3px;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.ex-icon-nouhow:before {
	background-image: url(../images/icons/icon-nouhow@2x.png);
	background-size: 31px auto;
	width: 31px;
	height: 35px;
	top: 10px !important;
	left: 19px !important;
}

.ex-icon-chat:before {
	background-image: url(../images/icons/icon-chat@2x.png);
	width: 28px;
	height: 27px;
	background-size: 28px auto;
	object-fit: contain;
	margin-top: 3px;
	background-repeat: no-repeat;
	margin-left: 5px;
}

.ex-icon-my-page:before {
	background-image: url(../images/icons/icon-my-page.png);
	width: 23px;
	height: 23px;
	background-size: 21px auto;
	object-fit: contain;
	margin-top: 3px;
	background-repeat: no-repeat;
	margin-left: 8px;
}

.ex-icon-aboutus:before {
	background-image: url(../images/icons/icon-heart.png);
	width: 23px;
	height: 23px;
	background-size: 21px auto;
	object-fit: contain;
	margin-top: 3px;
	background-repeat: no-repeat;
	margin-left: 8px;
}

.ex-icon-withdraw:before {
	background-image: url(../images/icons/icon-withdrawal.png);
    width: 25px;
    height: 25px;
    background-size: 25px auto;
    object-fit: contain;
    margin-top: 4px;
    background-repeat: no-repeat;
    margin-left: 8px;
}

ul.list-menu li a.menu-link.ex-icon-logout-a:before {
	display: none;
}

.ex-block-list:before {
	background-image: url(../images/icons/icon-blocklist.png);
	width: 24px;
	height: 23px;
	background-size: 24px auto;
	object-fit: contain;
	margin-top: 6px;
	background-repeat: no-repeat;
	margin-left: 8px;
}

.ex-fav-farmer-list:before {
	background-image: url(../images/icons/icon-heart-2.png);
    width: 21px;
    height: 21px;
    background-size: 21px auto;
    object-fit: contain;
    margin-top: 4px;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.ex-icon-logout:before {
	background-image: url(../images/icons/icon-logout.png);
	width: 23px;
    height: 23px;
    background-size: 24px auto;
    object-fit: contain;
    margin-top: 6px;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.btn.btn-close-btm {
	background-color: #ffffff;
	font-size: 15px;
	color: #212723;
	border-radius: 0;
	border: none;
	height: 36px;
	padding: 0 45px;
	line-height: 36px;
}

/*ul.list-menu li:last-child {
	padding: 15px 20px;
	background-color: #bfbfbf;
	text-align: center;
}*/
/* /Sidebar */


.navbar-light .navbar-toggler.btn-open-menu {
	border: none;
	background-color: transparent;
	padding: 0;
	width: 56px;
	height: 56px;
	border-radius: 0;
}

/* .nav-header {
	border-bottom: 1px solid #aebab8;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(174,186,184,1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(174,186,184,1);
	box-shadow: 0px 2px 3px 0px rgba(174,186,184,0.5);
} */
.nav-header {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	height: 56px;
}

.ex-logged .nav-header {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

.freelancer-registration-title {
	font-size: 21px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 12px;
}

.search-box {
	padding-top: 20px;
}

.total-num {
	font-size: 18px;
}

.total-num b {
	color: #86bc42;
}

.lst-btn-search {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.lst-btn-search .btn-txt {
	padding: 0;
	background-color: transparent;
	color: #089824;
	font-size: 14px;
	font-weight: 700;
	box-shadow: none;
}

.lst-btn-search .btn-txt.btn-not-active {
	color: #000;
	border: none;
}

.lst-btn-search li:first-child {
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}

.lst-btn-search li:first-child:before {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	height: 20px;
	border-right: 1.5px solid #000;
	display: inline-block;
}

.btn.btn-search {
	background-color: #ffffff;
	border-radius: 0;
	border-color: #8a8a8a;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #212723;
	font-weight: 600;
	font-size: 14px;
	box-shadow: none;
}

.lst-jobs {
	margin-top: 20px;
	width: 100%;
}
.lst-jobs.ex-job-supporter {
	margin-top: 0px;
}

.lst-jobs .lst-jobs-ul {
	padding: 0;
	margin: 0;
}

.lst-jobs .lst-jobs-ul li {
	display: block;
	list-style: none;
	margin-bottom: 15px;
	background-color: #ffffff;
	padding: 25px 21px;
}

.job-box {
	position: relative;
	padding-left: 155px;
	min-height: 140px;
}

.job-box .job-box-fig {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 140px;
}

.job-box .job-box-fig img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a.job-link {
	text-decoration: none;
}

.job-box-ttl {
	font-size: 18px;
	color: #000000;
	margin-bottom: 8px;
	font-weight: 600;
	word-break: break-all;
}

.job-box-name {
	font-size: 14px;
	color: #555555;
	margin-bottom: 8px;
}

.job-box-des {
	font-size: 14px;
	margin-bottom: 8px;
	color: #555555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.job-box-time {
	font-size: 14px;
	margin-bottom: 8px;
	color: #555555;
}

.date-ttl {
	font-size: 14px;
	color: #555555;
	padding-right: 5px;
	padding-top: 3px;
}

.date-no {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.job-pagination {
	text-align: center;
	padding: 15px;
}

.job-pagination .page-item.active .page-link {
	background-color: #089824;
	border-color: #089824;
}

.job-pagination .page-link {
	color: #089824;
}

@media screen and (max-width: 425px) {
	.job-pagination .page-link {
		padding: .35rem .55rem;
	}
}

@media screen and (max-width: 320px) {

	.job-pagination .page-item:first-child,
	.job-pagination .page-item:last-child {
		display: none;
	}
}

.modal-search-title {
	color: #212723;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}

.btn.btn-close-search {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	padding: 0px 4px;
	border-radius: 0;
}

.modal-content {
	border-radius: 0;
	padding: 40px 30px 30px;
}

.hr_line_dot {
	border-top: 1px dashed #D6D6D6;
	margin: 18px 0;
}

.cus-modal-content {
	border-radius: 4px;
	padding: 33px 16px 33px;
	margin: 0 16px;
}

.cus-modal-dialog {
	position: relative;
	width: auto;
	margin: 0 auto;
	pointer-events: none;
}

.cus-modal-title {
	color: #474747;
    font-size: 16px;
    font-weight: 500;
    max-width: 269px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn-secondary-color {
	background-color: #868686 !important;
	border-color: #868686 !important;
}

.modal-btn-secondary {
	background-color: #868686 !important;
	border-color: #868686 !important;
}

.modal-footer-button-padding {
	padding: 0 5px;
}

.modal-footer-button-padding button {
	width: 146px;
}

.cus-modal-btn {
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: none;
}

.form-search .form-lb {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color: #212723;
	width: 100%;
	font-weight: 600;
}

.page-title {
	font-weight: bold;
	text-align: center;
	font-size: 21px;
}

.page-sub-title {
	text-align: center;
	font-size: 14px;
}

.dp-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.align-content-center {
	align-content: center;
}

.cus-btn {
	width: 230px !important;
	height: 48px !important;
	border-radius: 24px !important;
	background-color: #2196F3 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

.cus-btn-secondary {
	width: 230px !important;
	height: 48px !important;
	border-radius: 24px !important;
	background-color: #868686 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border: none !important;
	display: flex !important;
    justify-content: center;
    align-items: center;
}

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

.group-search .form-group {
	display: block;
}

.group-search .form-group .form-control {
	border-radius: 4px;
	height: 40px;
	border-color: #868686;
	color: #212723;
	font-size: 14px;
	box-shadow: none;
	width: 100%;
	margin-bottom: 8px;
}

.pleft-5 {
	padding-left: 5px;
}

.pright-5 {
	padding-right: 5px;
}

.pleft-15 {
	padding-left: 15px;
}

.pright-15 {
	padding-right: 15px;
}

.pleft-20 {
	padding-left: 20px !important;
}

.pright-20 {
	padding-right: 20px !important;
}

.form-date .input-date {
	position: relative;
	padding-right: 40px;
	width: 100%;
}

.form-date .input-group-append {
	position: absolute;
	top: 2px;
	right: 0;
	padding: 6px 10px;
	z-index: 9;
}

.input-group.date .input-group-append .fa-calendar-alt {
	font-size: 18px;
	color: #868686;
}

.h-37 {
	height: 37px;
}

.btn.btn-submit-search {
	padding-left: 35px;
	padding-right: 35px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}

.btn.btn-submit-search .fa-search {
	transform: rotate(90deg);
	margin-left: 8px;
}

.bg-white-cnt {
	background-color: #ffffff;
	min-height: calc(100vh - 51px - 251px);
}


/* Detail job */
.font-15 {
	font-size: 15px !important;
}

.success-job .page-title {
	padding-top: 20px;
	padding-bottom: 30px;
}

.success-job .form-register {
	padding-top: 0px;
	padding-bottom: 29px;
	margin: 0 14px;
}

.success-job .message_success {
	font-size: 15px;
	white-space: pre-line;
	line-height: 24px;
	/* border-bottom: 1px dashed #D6D6D6; */
	/* padding-bottom: 25px; */
}

.success-job .date-ttl {
	color: #474747;
	font-weight: 400;
	padding: 0;
	font-size: 14px;
	width: fit-content;
}
.success-job .img{
	margin-right: 5px;
}
.success-job .w-95{
	flex: 1;
}

.success-job .job-box-ttl {
	font-size: 16px;
	font-weight: 700;
}

.success-job .job-box {
	padding-left: 115px;
}

.success-job .job-box-time {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	color: #000;
}

.success-job .job-box .job-box-fig {
	max-width: 96px;
}

.success-job .text-center-div {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 20px 0 0;
	align-items: center;
}

.success-job .text-center-div a {
	margin: 0;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.success-job .custom-list-btn {
	display: flex;
	gap: 20px;
}

.success-job .custom-list-btn a {
	width: 100%;
}

.detail-job {
	background-color: #ffffff;
	min-height: calc(100vh - 51px - 251px);
	word-wrap: break-word;
}

.wrap-title-page {
	background-color: #E2F2EF;
	padding-bottom: 10px;
}

.btn-add-image {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #CDCDCD;
	cursor: pointer;
}

.detail-job .custom-control-label,
.detail-job .note {
	font-weight: 600;
}

.mbottom-5 {
	margin-bottom: 10px;
}

.detail-job .list-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.job-detail-title h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	background-color: #2b332e;
	padding: 13px 15px;
	margin-bottom: 0;
}

.job-detail-banner {
	margin-bottom: 30px;
}

.job-detail-info {
	padding-right: 15px;
	padding-left: 15px;
}

.job-detail-content {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 30px;
}

.font600 {
	font-weight: 600 !important;
}

.box-2-btns .btn-outline-50 {
	padding: 0 10px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	background-color: transparent;
	box-shadow: none;
	font-size: 15px;
}

.box-2-btns {
	margin-bottom: 30px;
}

.box-2-btns .btn-outline-50 i {
	font-size: 24px;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.box-2-btns .btn-outline-50.ex-youtube {
	border-color: #ff0200;
	color: #ff0000;
}

.box-2-btns .btn-outline-50.ex-pdf {
	border-color: #2d78df;
	color: #2d78df;
}

.table-des {
	width: 100%;
}

.table-des .th-label {
	/* margin-bottom: 0; */
	font-size: 14px;
	/* color: #777777; */
	font-weight: 600;
	position: relative;
	padding-left: 25px;
	padding-right: 8px;
}

.table-des td {
	color: #212723;
	font-size: 14px;
	font-weight: 600;
}

.table-des th,
.table-des td {
	padding-bottom: 22px;
}

.table-des .th-label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.table-des .th-label.ex-applicant-no:before {
	background-image: url(../images/icons/user.png);
	width: 16px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
}

.table-des .th-label.ex-excluded-date:before {
	background-image: url(../images/icons/excluded.png);
	width: 16px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
}

.table-des .th-label.ex-start-date:before {
	background-image: url(../images/icons/calendar.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 22px;
}

.table-des .th-label.ex-duration:before {
	background-image: url(../images/icons/clock.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 22px;
}

.table-des .th-label.ex-break-time:before {
	background-image: url(../images/icons/clock-2.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 22px;
}

.table-des .th-label.ex-weather:before {
	background-image: url(../images/icons/umberela.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 22px;
}

.table-des .th-label.ex-bag:before {
	background-image: url(../images/icons/bag.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 22px;
}

.table-des .th-label.ex-packing:before {
	background-image: url(../images/icons/parking.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 22px;
}

.table-des .th-label.ex-address:before {
	background-image: url(../images/icons/address.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 22px;
}

.table-des .th-label.ex-price:before {
	background-image: url(../images/icons/icon_yen.png);
	background-size: 17px auto;
	width: 17px;
	height: 17px;
	top: 2px;
}

.table-des .th-label.ex-postcode:before {
	background-image: url(../images/icons/zipcode.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 22px;
}

.table-des .th-label.ex-map:before {
	background-image: url(../images/icons/map.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 22px;
}

.table-des .th-label.ex-outside:before {
	background-image: url(../images/street-view.png);
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	top: -2px;
}

.table-des th .fa-parking:before {
	content: "\f540";
	width: 18px;
	height: 18px;
}

.table-des .th-label.ex-toilet:before {
	background-image: url(../images/icons/toilet.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 22px;
}

.table-des .th-label.ex-price .txt-icon-yen {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 20px;
	color: #4b4b4b;
}

.address-info {
	padding-left: 30px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}

.farmer-page {
	/* padding-bottom: 0px !important; */
}

.farmer-page .txt-green {
	color: #0b8b42 !important;
}

.farmer-page .total-num b,
.farmer-page .lst-btn-search .btn-txt,
.farmer-page .job-pagination .page-link {
	color: #0b8b42;
}

.farmer-page .job-pagination .page-item.active .page-link {
	border-color: #0b8b42;
	background-color: #0b8b42;
	color: #ffffff;
}

.num-unit {
	color: #777777;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
	padding-top: 1px;
}

.num-unit-before {
	color: #777777;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	padding-top: 1px;
}

.lst-btn-btm {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
}

.lst-btn-btm .btn-50,
.modal .btn-50,
.btn.btn-50 {
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: none;
}

.btn.btn-50.ex-farmer {
	background-color: #0b8b42;
}

.func-btns {
	padding: 0 12px;
}

.mb-10 {
	margin-bottom: 10px;
}

.bg-dark {
	background-color: #dee2e6 !important;
}

.btn-outline-success.ex-farmer,
.btn-outline-success.ex-farmer:hover,
.btn-outline-success.ex-farmer:focus,
.btn-outline-success.ex-farmer:focus:active {
	color: #0b8b42;
	border-color: #0b8b42;
	margin-top: 5px;
	box-shadow: none;
	margin-bottom: 0px;
	background-color: transparent;
}

.mt-10 {
	margin-top: 10px;
}

.farmer-page .btn.btn-green,
.farmer-page .modal .btn.btn-green {
	background-color: #0b8b42 !important;
	border-color: #0b8b42 !important;
	color: #ffffff;
}

.farmer-page .btn.btn-blue,
.farmer-page .modal .btn.btn-blue {
	background-color: #2196F3 !important;
	border-color: #2196F3 !important;
	color: #ffffff;
}

.lst-btn-cont {
	padding-top: 30px;
	border-top: 1px solid #bfbfbf;
	margin-top: 8px;
}

.lst-btn-cont.remove-solid {
	padding-top: 30px;
	border-top: unset;
	margin-top: 8px;
}

.txt-note {
	font-size: 14px;
	margin-bottom: 8px;
}

.farmer-page .form-search .txt-green {
	color: #0b8b42;
}

.txt-date i {
	font-size: 18px;
	margin-right: 5px;
}

.txt-date label {
	font-weight: 600
}

.txt-start {
	font-weight: 600;
	font-size: 16px;
}

.sl-time {
	position: relative;
	padding-right: 33px;
}

.sl-time .time-unit {
	position: absolute;
	top: 0;
	right: 0;
	height: 37px;
	line-height: 38px;
}

.group-search .form-group .form-control.form-textarea {
	height: 150px;
}

.frame-youtube {
	margin-bottom: 20px;
	position: relative;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio */
}

.frame-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}

.txt-ttl-guide {
	font-weight: 600;
	font-size: 15px;
}

.form-create {
	padding: 30px 15px 0;
}

.txt-small {
	font-weight: normal;
	font-size: 12px;
}

.txt-small-2 {
	font-size: 14px;
	font-weight: 500;
}

.form-preview .group-search {
	border-bottom: 1px dashed #D6D6D6;
}

.form-preview .table-des {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.form-preview .table-des .form-lb {
	width: 145px;
	margin: 0;
    flex-shrink: 0;
}

.form-preview .table-des .break-all {
	padding: 0;
}

.form-preview .btn-browse-image {
	margin-bottom: 15px;
}

.form-preview .remove-dash {
	border: unset;
}

.form-preview .map-box {
	/* border-bottom: 1px dashed #D6D6D6; */
	margin-bottom: 10px;
}

.map-box {
	/* border-bottom: 1px dashed #D6D6D6; */
	margin-bottom: 10px;
}
.dash{
	border-bottom: 1px dashed #D6D6D6;
	padding-bottom: 20px;
}

/* /Detail job */


.lst-3-btns {
	margin-top: 15px;
}

.btns-btm-div {
	margin-bottom: 10px;
	padding: 0 5px;
}

.lst-btns-btm {
	margin-top: 10px;
}

.btns-btm-div .btn-sm {
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: none;
}



.ex-job-freelancer.lst-jobs .lst-jobs-ul li {
	padding-bottom: 10px;
}

.tab-links {
	padding-top: 20px;
}

.tab-links .nav-tabs {
	padding-left: 15px;
	padding-right: 15px;
}

.tab-links .nav-tabs .nav-link {
	padding: 0;
	background-color: transparent;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	box-shadow: none;
	border: none;
}

.tab-links .nav-tabs {
	border-bottom: none;
	flex-direction: row;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	/*margin: 0 -15px;*/
}

.tab-links .nav-tabs li {
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}

.tab-links .nav-tabs li:first-child {
	padding-left: 0;
}

.tab-links .nav-tabs li:last-child .nav-link {
	padding-right: 0;
}

.tab-links .nav-tabs li:last-child:before {
	display: none;
}

.tab-links .nav-tabs .nav-link .txt-num {
	font-weight: normal;
	font-size: 12px;
}

.tab-links .nav-tabs li:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 1px;
	height: 18px;
	border-right: 1.5px solid #000;
	display: inline-block;
}



.tab-links .nav-tabs .nav-link.active {
	background-color: transparent;
	border: none;
	color: #86bc42;
}

/*.tab-links .nav-tabs li:before {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	border-left: 1px solid #000;
	height: 15px;
}*/

.tab-links .nav-tabs li:last-child:before {
	display: none;
}

.box-notice {
	padding: 25px 15px 15px;
	background-color: #ffffff;
}

.box-notice .txt-content {
	font-size: 16px;
	margin-bottom: 20px;
}

.text-red {
	color: #ff0000;
}

.box-green-btm {
	position: relative;
	padding-left: 155px;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 600;
}

.box-green-btm-lb {
	position: absolute;
	left: 0;
	top: 0;
}

.fs-16 {
	font-size: 16px;
}

.fs-15 {
	font-size: 15px;
}

.fs-13 {
	font-size: 14px;
}

.pt-20 {
	padding-top: 20px;
}

.pad-5 {
	padding: 0 5px;
}

.mar--5 {
	margin: 0 -5px;
}

.form-register .group-search .form-group .form-control {
	margin-bottom: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #08761F;
	background-color: #08761F;
	box-shadow: none;
}

.custom-control-label::after,
.custom-control-label::before {
	top: 3px;
}

.label-term {
    padding-left: 6px;
}

.custom-control-label-term::after,
.custom-control-label-term::before {
    top: 3px;
    width: 20px;
    height: 20px;
}

.btn-add-image img {
    width: 28px;
    height: 28px;
}

.ex-form-farmer .custom-control-input:checked~.custom-control-label::before,
.farmer-page .custom-control-input:checked~.custom-control-label::before,
.farmer-page .custom-control-input:disabled:checked~.custom-control-label::before {
	border-color: #0b8b42;
	background-color: #0b8b42;
}

.check-favor .custom-control-label::after,
.custom-control-label::before {
	top: 3px;
}

.mbtm-5 {
	margin-bottom: 5px;
}

.fs-12 {
	font-size: 12px;
}

.bg-white-page {
	padding: 15px;
	background-color: #ffffff;
}

.farmer-register-preview {
	padding: 36px 24px;
}

.box-detail-user {
	padding: 0;
}

.box-detail-user .col-form-label {
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 14px;
	color: #212723;
	padding-bottom: 0;
	padding-top: 0;
	display: flex;
	align-items: center;
}

.box-detail-user .form-group {
	margin-bottom: 20px;
}

.pad-3 {
	padding: 0 3px;
}

.mbtm-5 {
	margin-bottom: 5px;
}

.btn.btn-remove-cate {
	padding: 0;
	width: 100%;
	height: 37px;
	line-height: 34px;
	font-size: 20px;
	border-radius: 2px;
}

.btn-warning {
	background-color: #f49009;
	border-color: #f49009;
	color: #ffffff !important;
}

.word-break {
	word-break: break-word;
}

.label-preview {
	font-weight: 600;
	font-size: 14px;
	color: #212723;
	align-items: center;
}

.ex-lst-freelancer.lst-jobs .lst-jobs-ul li {
	border-bottom: 1px solid #dedada;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ex-lst-freelancer.lst-jobs .lst-jobs-ul li:first-child {
	border-top: 1px solid #dedada;
}

.ex-lst-freelancer .job-box {
	padding-left: 120px;
	min-height: 105px;
}

.ex-lst-freelancer .job-box .job-box-fig {
	width: 105px;
	height: 105px;
}

.ex-lst-freelancer .job-box .job-box-fig img {
	border-radius: 50%;
}

.ex-lst-freelancer .job-box-time {
	margin-bottom: 5px;
}

.nav-header a.btn {
	color: #ffffff;
}

.nav-header a.btn.bt-login {
	color: rgb(134, 188, 66);
}

.txt-policy {
	padding: 26px 17px;
}

.txt-policy p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 4px;
}

.txt-policy-h5 {
	font-size: 18px !important;
	font-weight: 700;
	margin-top: 40px;
}

.txt-policy-h6 {
	font-size: 16px !important;
	font-weight: 700;
}

.txt-policy p.indent {
	padding-left: 30px;
}

.txt-policy h4 {
	margin-top: 30px;
}

.box-intro-3 {
	font-size: 12px;
	color: #ffffff;
	display: inline-block;
	padding: 3px 5px;
	background-color: #212723;
}

.txt-more {
	font-weight: normal;
	font-size: 12px;
}

.txt-guide-step {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
	color: #0b8b42;
}

.text-note-red {
	margin-top: 10px;
	color: #ff0000;
	font-weight: normal;
}

.box-preview-freelancer {
	padding: 0 8px;
}

.box-preview-freelancer input,
.font13 {
	font-size: 14px;
}

.box-preview-freelancer .col-form-label {
	font-size: 15px;
}

.box-preview-freelancer input,
.box-preview-freelancer textarea,
.box-preview-freelancer .col-6 {
	font-size: 15px;
	font-weight: 400;
	color: black;
}

.box-preview-freelancer .form-group.row:last-child {
	align-items: flex-start;
}

.box-preview-freelancer .form-group.row:last-child .col-form-label {
	margin: 0px !important;
}

.custom-list-btn {
	padding-bottom: 10px !important;
}

.bt-open-map {
	font-weight: 700;
	border: 2px solid #2196F3;
	font-size: 16px;
	padding: 10px;
	border-radius: 4px;
	text-decoration: none;
	width: 100%;
	display: block;
	max-width: 320px;
}

.bt-open-map:hover {
	background: #e3e3e3;
	text-decoration: none;
}

.table-des th {
	width: 300px;
}

.table-des.text-top th {
	vertical-align: text-top;
}

.group-search .form-group .form-control.input-noborder {
	padding-top: 0;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}

.label-packing {
	padding-left: 5px;
	position: relative;
}

.ipacking {
	position: absolute;
	left: 0;
	top: 1px;
	color: #4e555b;
	font-size: 21px;
}

.cmt-freelancer {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}

.lst-cmt .cmt-freelancer:last-child {
	border-bottom: none;
}

.text-default {
	color: black;
	text-decoration: none !important;
}

.text-default:hover {
	color: black;
}

@media screen and (max-width: 320px) {
	.btn.btn-sm {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.txt-policy {
		padding-left: 0;
		padding-right: 0;
	}

	.table-des th {
		width: 160px;
	}
}

.break-all {
	word-break: break-all;
}

.text-freelancer {
	color: #86bc42 !important;
}

.text-farmer {
	color: #0b8b42 !important;
}

.star-rating {
	display: flex;
	align-items: center;
	justify-content: center;
}

.back-stars {
	display: flex;
	color: #6c757d;
	position: relative;
	text-shadow: 1px 1px 2px #6c757d;
}

.front-stars {
	display: flex;
	color: #86bc42;
	overflow: hidden;
	position: absolute;
	text-shadow: 1px 1px 2px #86bc42;
	top: 0;
	transition: all .5s
}

.percent {
	color: #6c757d;
}

.btn-blue-1 {
	background-color: #4f00ff;
	color: white;
}

.btn-blue-1:hover {
	color: white;
	background-color: #2e0091;
}

.viewed-user-count {
	font-size: 14px;
	padding-top: 4px;
	color: black;
}

.custom-checkbox-farmer-setting {
	font-size: 14px;
	padding-top: 4px;
	color: black;
}

.user-select-none {
	user-select: none !important;
}

.scrollbar-view-map {
	max-height: 100px;
	overflow-y: scroll;
	padding-right: 10px;
}

.scrollbar-view-map::-webkit-scrollbar {
	width: 5px;
}

.scrollbar-view-map::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 999px;
}

.scrollbar-view-map::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 999px;
}

@media screen and (max-width: 768px) {
	.scrollbar-view-map {
		max-height: 50px;
	}
}

@media screen and (max-width: 444px) {
	.fs-444-14 {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 384px) {
	.fs-384-13 {
		font-size: 13px !important;
	}
}

.register-image-preview {
	width: 100px;
	height: 92px;
}

.form-header {
	font-weight: 700;
	color: #000000;
	font-size: 21px;
	text-align: center;
	margin-bottom: 36px;
}

.form-title {
	font-weight: 700;
	color: #000000;
	font-size: 15px;
}

.form-content {
	font-weight: 400;
	color: #000000;
	font-size: 15px;
	line-height: 24px;
}

.btn-next {
	max-width: 230px;
}
