html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
  background: #c2cbd5;
  color: #4f6265 !important;
  font-size: 16px !important;
}

/* th{
	color:#111111
} */
a {
  color: #007aff;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #0060df;
  outline: 0;
}

#searchResult a:visited {
  color: gray !important;
  outline: 0;
}

ul,
ol {
  margin-left: -20px;
}

.f-prompt {
  font-family: "Prompt";
}

.f-poppins {
  font-family: "Poppins";
}

.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-33 {
  font-size: 33px !important;
}

.f-36 {
  font-size: 36px !important;
}

.padt-16 {
  padding-top: 16px !important;
}

.padl-28 {
  padding-left: 28px !important;
}

.padl-56 {
  padding-left: 56px !important;
}

.padl-45 {
  padding-left: 45px !important;
}

.padl-38 {
  padding-left: 38px !important;
}

.padl-52 {
  padding-left: 52px !important;
}

.h-100 {
  height: 100%;
}

.overflow-h {
  overflow: hidden;
}

.border-radius-16 {
  border-radius: 16px !important;
}

.box-container {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  width: 100%;
}

.box-container div {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.25rem;
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.bs-popover-bottom>.arrow::after {
  border-bottom-color: #fafafa;
}

.bs-popover-auto[x-placement^="top"]>.arrow::after,
.bs-popover-top>.arrow::after {
  border-top-color: #fafafa;
}

.navbar {
  background-image: linear-gradient(to bottom, #192122, #10415d);
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff !important;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.25rem;
  font-weight: bold;
}

.element-x-center {
  display: flex;
  justify-content: center;
}

.element-y-center {
  display: flex;
  align-items: center;
}

.element-xy-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 1);
  opacity: 0.6;
  cursor: not-allowed;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.navbar-light .navbar-nav .nav-link.noti:hover,
.navbar-light .navbar-nav .nav-link.noti:focus,
.navbar-light .navbar-nav .show>.nav-link.noti {
  border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link.home:hover {
  border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
}

.navbar-light .navbar-nav .active>.nav-link.home {
  border-bottom: 2px solid transparent;
}

.btn {
  font-size: 20px;
  font-weight: bold;
  padding: 0.375rem 0.75rem;
}

.btn-secondary {
  background-color: #576c6f;
}

.btn-sm {
  font-size: 14px;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
}

.btn-nb {
  color: #007aff !important;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none;
  font-weight: normal;
  transition: all 0.2s ease;
  padding-right: 10px;
  height: 50px;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.navbar.navbar-expand-sm.navbar-light {
  background: transparent linear-gradient(90deg, #00b1ff 0%, #004791 68%, #003e80 100%) 0% 0% no-repeat padding-box !important;
  top: 0 !important;
  min-width: 1130px !important;
}

.navbar.navbar-expand-sm.navbar-light .navbar-collapse,
.navbar.navbar-expand-sm.navbar-light .navbar-collapse.in {
  background: transparent !important;
}

select.form-control {
  font-size: 16px !important;
}

.footer {
  font-family: "Prompt";
  font-size: 14px;
  color: #fff;
  background-color: #003e80 !important;
  padding: 2.5rem 0px;
  width: 100%;
  margin: 0 auto;
}

.footer a {
  color: #fff !important;
}

.footer .container {
  max-width: 1130px !important;
}

.footer-fluid {
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #003e80;
  padding: 1rem;
  padding-left: 48px;
  padding-right: 48px;
  width: calc(100vw - 60px);
  max-width: 1200px;
  margin: 0 auto;
  border-top: 0.5px solid #666666;
}

.container.main {
  background: #f1f7fa;
  padding-left: 78px;
  padding-right: 78px;
  padding-top: 25px;
  padding-bottom: 36px;
  min-height: calc(100vh - 170px);
  min-width: 1130px !important;
}

.container-fluid.main {
  background: #f1f7fa;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 36px;
  padding-bottom: 36px;
  min-height: calc(100vh - 110px);
  width: calc(100vw - 60px);
  max-width: 1200px;
  min-width: 1000px !important;
}

.underline {
  text-decoration: underline;
}

.card {
  border: 1px solid #f1f7fa;
  background: #f1f7fa;
}

.card.postjob-card {
  border: 1px solid #fff;
  background: #fff;
  color: #1e3f62;
}

.card .card-header {
  background: #f1f7fa;
}

.card .card-footer {
  background: #f1f7fa;
}

.card.account-detail .card-header {
  background: #52676a url("../images/icon/account.png") no-repeat;
  background-size: 18px;
  background-position: center left 15px;
  padding-left: 45px !important;
  color: #ffffff;
}

.card.account-detail .card-body {
  color: #444444;
  font-size: 14px;
  padding: 12px;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.card.contact-cs .card-header {
  background: #52676a url("../images/icon/help.png") no-repeat;
  background-size: 28px;
  background-position: top 10px left 14px;
  padding-left: 45px !important;
  color: #ffffff;
}

.card.contact-cs .card-body {
  color: #444444;
  font-size: 14px;
  background: #fafafa;
  padding: 12px;
  border: 1px solid #d9d9d9;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.name-cs {
  color: #0060df;
}

.title-cs {
  font-size: 13px;
}

.phone-cs {
  background: #fafafa url("../images/icon/phone.svg") no-repeat;
  background-position: center left 2px;
  padding-left: 30px !important;
  font-size: 13px;
}

.mail-cs {
  background: #fafafa url("../images/icon/mail.svg") no-repeat;
  background-position: top 5px left 2px;
  padding-left: 30px !important;
  font-size: 13px;
}

.header {
  font-size: 20px;
  color: #00968f;
}

.manage-account-button {
  border: 1px solid #b5c7d3;
  border-radius: 4px;
  background: #f8ffff;
  text-align: center;
  height: 176px;
}

.manage-account-button:hover {
  border: 1px solid #b5c7d3;
  border-radius: 4px;
  background: #d3e9ee;
  text-align: center;
}

.btn-manage-post {
  display: block;
  height: 100%;
  font-size: 18px;
  color: #1861bf;
  background: #f1f7fa url("../images/icon/managepostjob1.png") no-repeat;
  background-size: 50px;
  background-position: top center;
  /* 	padding-left: 80px !important; */
  padding-top: 60px;
  line-height: 28px;
  text-align: center;
}

.btn-manage-post:hover {
  text-decoration: none;
  background: #f1f7fa url("../images/icon/managepostjob2.png") no-repeat;
  background-size: 50px;
  background-position: top center;
}

.btn-one-search {
  display: block;
  height: 100%;
  font-size: 18px;
  color: #1861bf;
  background: #f1f7fa url(../images/icon/logosupersearch1.png) no-repeat;
  background-size: 50px;
  background-position: top center;
  /*     padding-left: 85px !important; */
  padding-top: 60px;
  line-height: 28px;
  text-align: center;
}

.btn-one-search:hover {
  text-decoration: none;
  background: #f1f7fa url("../images/icon/logosupersearch2.png") no-repeat;
  background-size: 50px;
  background-position: top center;
}

.btn-hr-say {
  display: block;
  height: 100%;
  font-size: 18px;
  color: #1861bf;
  background: #f1f7fa url(../images/icon/hr-say.png) no-repeat;
  background-size: 110px;
  background-position: top center;
  /*     padding-left: 85px !important; */
  padding-top: 60px;
  line-height: 28px;
  text-align: center;
}

.btn-hr-say:hover {
  text-decoration: none;
  background: #f1f7fa url("../images/icon/hr-say.png") no-repeat;
  background-size: 110px;
  background-position: top center;
}

.btn-one-system {
  display: block;
  height: 100%;
  font-size: 18px;
  color: #1861bf;
  background: #f1f7fa url(../images/one_system/import-resume.png) no-repeat;
  background-size: 70px;
  background-position: top center;
  /*     padding-left: 85px !important; */
  padding-top: 60px;
  line-height: 28px;
  text-align: center;
}

.view-post-job {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: #f1f7fa url("../images/icon/viewpostjob.png") no-repeat;
  background-position: top 2px center;
  background-size: 50px 45px;
  padding-top: 50px;
  line-height: 25px;
  font-family: Prompt;
}

.manage-resume {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: #f1f7fa url("../images/icon/viewallresume.png") no-repeat;
  background-position: top center;
  background-size: 55px 47px;
  padding-top: 50px;
  line-height: 25px;
  font-family: "Prompt";
}

.manage-shortlist {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: #f1f7fa url("../images/icon/shortlist.png") no-repeat;
  background-position: top center;
  background-size: 43px 48px;
  padding-top: 50px;
  line-height: 25px;
}

.manage-shortlist-beta {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: #f1f7fa url("../images/icon/shortlist.png") no-repeat;
  background-position: top center;
  background-size: 61px 48px;
  padding-top: 50px;
  line-height: 25px;
  font-family: "Prompt";
}

.one-click-search {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: #f1f7fa url("../images/icon/1clicksearch.png") no-repeat;
  background-position: top center;
  background-size: 68px;
  padding-top: 50px;
  line-height: 25px;
}

.btn-tag {
  border: 1px dashed rgb(79, 98, 101) !important;
  color: rgb(79, 98, 101) !important;
  border-radius: 15px;
  padding: 0.3rem 1rem 0.2rem;
  font-size: 14px;
  font-weight: normal;
}

.btn-tag:hover {
  background: rgb(79, 98, 101) !important;
  color: #ffffff !important;
  border-radius: 15px;
  padding: 0.3rem 1rem 0.2rem;
  font-size: 14px;
  font-weight: normal;
}

.btn-filter {
  font-weight: normal;
  text-align: center;
  background: #ffffff url("../images/icon/filter.svg") no-repeat;
  background-position: center left;
  padding-left: 25px;
  background-size: 20px;
}

.account-section {
  background: #ffffff url("../images/icon/account-b.png") no-repeat !important;
  background-position: top 9px left 12px !important;
  padding-left: 44px;
  background-size: 19px 18px !important;
}

.password-section {
  background: #ffffff url("../images/icon/password-b.png") no-repeat !important;
  background-position: top 9px left 12px !important;
  padding-left: 44px;
  background-size: 19px 18px !important;
}

.work-exp-section {
  background: #ffffff url(../images/icon/exp.png) no-repeat;
  background-position: top 0px left 13px;
  padding-left: 50px;
  background-size: 20px;
}

.degree-section {
  background: #ffffff url(../images/icon/education.png) no-repeat;
  background-position: top 0px left 13px;
  padding-left: 50px;
  background-size: 20px;
}

.salary-section {
  background: #ffffff url(../images/icon/salary.png) no-repeat;
  background-position: top 0px left 13px;
  padding-left: 50px;
  background-size: 20px;
}

.address-section {
  background: #ffffff url(../images/icon/address.png) no-repeat;
  background-position: top 0px left 13px;
  padding-left: 50px;
  background-size: 15px;
}

.skill-section {
  background: #ffffff url(../images/icon/skill.png) no-repeat;
  background-position: top 0px left 13px;
  padding-left: 50px;
  background-size: 25px;
}

.resume-attach-section {
  background: #ffffff url(../images/icon/resumeAttach.png) no-repeat;
  background-position: top 0px left 13px;
  padding-left: 50px;
  background-size: 15px 20px;
}

.remark-section {
  background: #ffffff url(../images/icon/tag.png) no-repeat;
  background-position: top 5px left 13px;
  padding-left: 50px;
  background-size: 20px;
  padding-top: 0.25rem;
}

.add-remark-section {
  background: #ffffff url("../images/icon/plus-blue.svg") no-repeat !important;
  background-position: top 5px left 12px !important;
  padding-left: 40px;
  background-size: 19px 18px !important;
}

.btn-success {
  background: #00aea5 !important;
  border: 1px solid #00aea5 !important;
}

.btn-success:hover {
  background: #008982 !important;
  border: 1px solid #008982 !important;
}

.btn-danger {
  background: #cb2d42 !important;
  border: 1px solid #cb2d42 !important;
}

.btn-danger:hover {
  background: #a81f32 !important;
  border: 1px solid #a81f32 !important;
}

.btn-outline-danger {
  color: #cb2d42;
  border: 1px solid #cb2d42;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-light-blue {
  background: #dff2f7 !important;
}

.bg-dark-green {
  background: #4f6265 !important;
}

.bg-info {
  background: rgba(211, 233, 238, 0.5) !important;
}

.border-info {
  border-color: #93bfcb !important;
}

.shortlist-to-position-btn {
  background: transparent url(../images/icon/copy.svg) no-repeat;
  background-size: 24px;
  display: inline-block;
  background-position: center left;
  padding-left: 35px;
  position: relative;
}

.shortlist-btn {
  background: transparent url(../images/icon/check-circle.svg) no-repeat;
  background-position: top 3px left;
  background-size: 24px;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  height: 28px;
}

.shortlist-btn-blue {
  background: transparent url(../images/icon/check-circle-blue.svg) no-repeat;
  background-size: 24px;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  height: 28px;
}

.forward-btn {
  background: transparent url(../images/icon/email-sent-w.svg) no-repeat;
  background-position: top 3px left;
  background-size: 26px;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  height: 28px;
}

.not-interest-btn {
  background: transparent url(../images/icon/x-circle.svg) no-repeat;
  background-position: top 3px left;
  background-size: 24px;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  height: 28px;
}

.not-interest-btn-blue {
  background: transparent url(../images/icon/cancel-partial.svg) no-repeat;
  background-position: top left;
  background-size: 24px;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  height: 28px;
}

.lh-1d413 {
  line-height: 1.413;
}

/* .shortlist-btn::before{
	content:'';
	position:absolute;
	top:0;
	left:-5px;
	width:30px;
	height:30px;
	background: transparent url(../images/icon/x-circle.svg) no-repeat;
    background-position: top left;
    background-size:25px
    
}
.not-interest-btn::before{
	content:'';
	position:absolute;
	top:0;
	left:-5px;
	width:30px;
	height:30px;
	
    padding-left: 25px;
} */
.settingTitle {
  font-size: 20px;
  color: #444444;
  font-weight: bold;
}

.btn-border-color {
  border: 2px solid #488bf8 !important;
}

.border-2px {
  border: 2px solid #32a5ec !important;
}

.width-220 {
  width: 220px;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-60 {
  width: 60px;
}

.width-69 {
  width: 69px;
}

.width-70 {
  width: 70px;
}

.height-46 {
  height: 46px;
}

.noBullet {
  list-style-type: none;
}

.one-click-search .highlight,
.color-highlight {
  color: #cb2d42;
}

.one-click-search-form::placeholder {
  font-size: 13px;
}

.form-control {
  min-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 40px !important;
}

.form-control::placeholder {
  color: #888888;
}

.border-bottom-32A5EC {
  border-bottom: 1px solid #32a5ec !important;
}

.bk-FFFFFF {
  background-color: #ffffff !important;
}

.bk-F2EEE1 {
  background-color: #f2eee1 !important;
}

.bk-F1F7FA {
  background-color: #f1f7fa !important;
}

.bk-FAF7E9 {
  background-color: #faf7e9 !important;
}

.bk-F7F4E6 {
  background-color: #f7f4e6 !important;
}

.bk-F7F4E7 {
  background-color: #f7f4e7 !important;
}

.bk-FAF7EA {
  background-color: #faf7ea !important;
}

.BK-32A5EC {
  background-color: #32a5ec !important;
}

.border-32A5EC {
  border: 1px solid #32a5ec !important;
}

.borderbottom-666666 {
  border-bottom: 0.5px solid #666666 !important;
}

.borderbottom-0 {
  border-bottom: 0px;
}

.BK-32A5EC.border-32A5EC:hover {
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}

input[type="number"].form-control,
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control,
input[type="search"].form-control {
  background: #ffffff;
  font-size: 16px;
}

select.form-control,
select.form-control:focus {
  background: #ffffff;
}

/* input[type="number"].form-control:focus,
input[type="text"].form-control:focus,
input[type="email"].form-control:focus,
input[type="password"].form-control:focus,
input[type="search"].form-control:focus{
	font-size:16px;
} */
textarea.form-control {
  background: #ffffff;
}

select.form-control {
  height: 40px;
}

/* select.form-control{
	font-size:13px;
}
select.form-control:focus{
	font-size:16px;
} */
.joblist a {
  font-size: 18px !important;
}

.joblist-home .result {
  font-size: 18px;
}

*/ .joblist a.disabled,
.joblist a.disabled:hover {
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
}

.form-control.input-sm {
  font-size: 13px !important;
}

.form-control.input-sm:focus {
  font-size: 16px !important;
}

.radio,
.checkbox {
  padding-left: 0px;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.checkbox+.checkbox {
  margin-top: 0px;
}

label.radioButton {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
  height: 1.5em;
  font-weight: bold;
  line-height: 1.7;
  cursor: pointer;
}

label.checkboxButton {
  position: relative;
  display: inline-block;
  padding: 0 0 2em 2em;
  height: 1.5em;
  font-weight: bold;
  line-height: 1.7;
  cursor: pointer;
}

label.radioButton.hauto,
label.checkboxButton.hauto {
  height: auto;
}

label.radioButton .sub,
label.checkboxButton .sub {
  font-weight: normal;
  font-size: 18px;
  color: #666666;
}

label.radioButton::before,
label.radioButton::after,
label.checkboxButton::before,
label.checkboxButton::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
}

label.radioButton::before,
label.checkboxButton::before {
  content: " ";
  border: 1px solid #007aff;
  border-radius: 20%;
  z-index: 1;
  background-color: #ffffff;
}

/* Checkbox */
input[type="checkbox"]+label::after {
  content: "\2713";
  top: 1px;
  left: 0px;
  color: #ffffff !important;
  line-height: 1.5;
  text-align: center;
  z-index: 99;
}

/* Radio */
input[type="radio"]+label::before {
  border-radius: 50%;
}

input[type="radio"]:disabled+label::before,
input[type="checkbox"]:disabled+label::before {
  border: 1px solid #d9d9d9;
}

input[type="radio"]:disabled+label,
input[type="checkbox"]:disabled+label {
  color: #999999;
}

input[type="radio"]+label::after {
  content: " ";
  top: 0.2em;
  left: 0.22em;
  width: 1.1em;
  height: 1.1em;
  background: #007aff;
  border: 0.1em solid #fff;
  border-radius: 50%;
  z-index: 99;
}

/* :checked */
input[type="checkbox"]:checked+label::before,
input[type="radio"]:checked+label::before {
  background: #007aff;
  border-color: #007aff;
}

input[type="radio"]:checked+label::before {
  background: #007aff;
  border-color: #007aff;
}

/* :checked :disabled */
input[type="checkbox"]:checked:disabled+label::before,
input[type="radio"]:checked:disabled+label::before {
  background: none;
  border-color: #0061a3;
}

input[type="checkbox"]+label::after,
input[type="radio"]+label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

input[type="checkbox"]:checked+label::after,
input[type="radio"]:checked+label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

input[type="checkbox"]:checked:disabled+label::after,
input[type="radio"]:checked:disabled+label::after {
  color: #999999;
}

/* Transition */
label::before,
label::after {
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

#createPostJobForm ul {
  list-style-type: none;
}

#createPostJobForm ul li {
  color: #666;
  position: relative;
  padding-left: 5px;
  margin-bottom: 2px;
}

#createPostJobForm ul li:before {
  content: "\2713";
  position: absolute;
  top: -7px;
  left: -25px;
  font-size: 22px;
  color: #2e2f36;
}

.nav-tabs .nav-item {
  position: relative;
  margin: 0px 15px;
}

.nav-tabs .nav-item:first-child {
  margin: 0px 15px;
  margin-left: 0px;
}

.nav-tabs .nav-item:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -15px;
  height: 33px;
  width: 2px;
  background: #eaeaea;
}

.joblist.nav-tabs .nav-item:after {
  content: "";
  width: 0px;
}

.nav-tabs .nav-item:first-child:after {
  display: none;
}

/* .nav-tabs .nav-item{
	border-right:1px solid #eaeaea
}
.nav-tabs .nav-item:last-child{
	border-right:0px solid transparent
} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs a.nav-link {
  font-size: 20px;
  color: #32a5ec;
  border: 0px solid transparent;
  border-bottom: 3px solid transparent;
  transition: all 0.1s;
  padding: 0px;
  cursor: pointer;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-radius: 5px;
  background-color: #f1f7fa;
  color: #0061a3;
  font-weight: bold;
  border: 0px solid transparent;
  border-bottom: 3px solid #0061a3;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs a.nav-link:hover {
  color: #1861bf;
  border-color: transparent;
  border: 0px solid #d9d9d9;
  border-bottom: 3px solid #32a5ec;
}

.joblist-instruction {
  font-size: 16px;
  color: #444444;
}

.joblist-pagination {
  color: #444444;
  font-size: 16px;
}

table.joblist tr th {
  font-size: 16px;
  color: #666666;
}

table.joblist tr td,
table.joblist tr td a {
  font-size: 16px;
}

table.joblist tr td a.job {
  font-size: 18px;
}

table.joblist tr td .sub {
  font-size: 14px;
  color: #666666;
}

table.joblist tr td .sub-result {
  font-size: 14px;
}

.oldCheckbox {
  position: unset !important;
  opacity: 1 !important;
  z-index: 1 !important;
}

.btn-primary {
  background-color: #0578cc;
  border: 1px solid #0578cc;
  border-bottom: 1px solid #0061a3;
}

.btn-outline-nohover {
  border: 2px solid #32a5ec;
  color: #0093d8;
}

.btn-outline-primary {
  border: 1px dashed #32a5ec !important;
  color: #0093d8;
}

.btn-outline-secondary {
  border: 1px solid #4f6265 !important;
  background: #fafafa !important;
  color: #4f6265 !important;
}

.btn-outline-primary:hover {
  background: #32a5ec;
  border: 1px solid #32a5ec;
  color: #ffffff;
}

.border-outline-btn {
  border: 1px dashed #32a5ec !important;
  color: #0093d8 !important;
}

.border-outline-btn:hover {
  background: #32a5ec;
  border: 1px solid #32a5ec;
}

.btn-outline-solid {
  border: 1px solid #32a5ec;
  color: #0093d8;
}

.btn-outline-solid:hover {
  background: #32a5ec;
  border: 1px solid #32a5ec;
  color: #ffffff;
}

.btn-fill-primary {
  border: 1px solid rgb(79, 98, 101) !important;
  color: rgb(79, 98, 101);
}

.btn-fill-primary.active {
  background-color: rgb(79, 98, 101) !important;
  color: #ffffff !important;
}

.btn-fill-primary:hover {
  border: 1px solid rgb(79, 98, 101);
  background-color: rgb(79, 98, 101);
  color: #ffffff;
}

.btn-fill-tag {
  border: 1px solid rgb(79, 98, 101) !important;
  color: rgb(79, 98, 101);
}

.btn-fill-tag:hover {
  border: 1px solid rgb(79, 98, 101);
  background-color: #ebf5f4;
  color: rgb(79, 98, 101);
}

.btn-addtag {
  font-size: 16px;
  font-weight: normal;
}

.btn-primary:disabled {
  background: #32a5ec;
  border: 1px solid #32a5ec;
  opacity: 0.5;
}

#commandBar .command-bar-container {
  background: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.28);
}

#commandBar .command-bar-container .choosen-jobs {
  font-size: 20px;
}

#commandBar .command-bar-container .choosen-jobs b {
  font-size: 22px;
  color: #32a5ec;
}

.info-badge {
  display: inline-block;
  padding-right: 28px;
  background: #ffffff url("../images/icon/info.svg") no-repeat;
  background-position: center right;
  background-size: 20px;
}

.btn-create-post {
  display: block;
  width: 100%;
  font-size: 18px;
  background: #f1f7fa url("../images/icon/createpostjob2.png") no-repeat;
  background-position: top center;
  background-size: 131px;
  padding-top: 130px;
  transition: all 0.3s;
}

.btn-create-post:hover {
  text-decoration: none;
  background: #f1f7fa url("../images/icon/createpostjob1.png") no-repeat;
  background-position: top center;
  background-size: 131px;
}

.btn-copypaste-post {
  display: block;
  height: 131px;
  width: 100%;
  font-size: 18px;
  background: #f1f7fa url("../images/icon/copypastepostjob2.png") no-repeat;
  background-position: top center;
  background-size: 131px;
  padding-top: 130px;
  transition: all 0.3s;
}

.btn-copypaste-post:hover {
  text-decoration: none;
  background: #f1f7fa url("../images/icon/copypastepostjob1.png") no-repeat;
  background-position: top center;
  background-size: 131px;
}

.btn-organize-post {
  display: block;
  height: 131px;
  width: 100%;
  font-size: 18px;
  background: #f1f7fa url("../images/icon/organizepostjob2.png") no-repeat;
  background-position: top center;
  background-size: 131px;
  padding-top: 130px;
  transition: all 0.3s;
}

.btn-organize-post:hover {
  text-decoration: none;
  background: #f1f7fa url("../images/icon/organizepostjob1.png") no-repeat;
  background-position: top center;
  background-size: 131px;
}

.btn-organize-current-post {
  display: block;
  height: 131px;
  width: 100%;
  font-size: 18px;
  background: #f1f7fa url("../images/icon/organizecurrentpostjob2.png") no-repeat;
  background-position: top center;
  background-size: 131px;
  padding-top: 130px;
  transition: all 0.3s;
}

.btn-organize-current-post:hover {
  text-decoration: none;
  background: #f1f7fa url("../images/icon/organizecurrentpostjob1.png") no-repeat;
  background-position: top center;
  background-size: 131px;
}

.btn-attach {
  text-decoration: none;
  background: #ffffff url(../images/icon/clip.svg) no-repeat;
  background-position: left 5px center;
  background-size: 20px;
  padding-left: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  color: #007aff;
  font-weight: normal;
  vertical-align: baseline;
}

.btn-attach:hover {
  color: #0060df;
}

.btn-manage-address {
  display: block;
  height: 150px;
  width: 100%;
  background: #f1f7fa url("../images/manage-address-b.png") no-repeat;
  background-position: top center;
  background-size: 120px;
  transition: all 0.3s;
}

.btn-manage-address:hover {
  text-decoration: none;
  height: 150px;
  background: #f1f7fa url("../images/manage-address-bh.png") no-repeat;
  background-position: top center;
  background-size: 120px;
}

.btn-change-un-pw {
  display: block;
  height: 150px;
  width: 100%;
  background: #f1f7fa url("../images/change-un-pw-b.png") no-repeat;
  background-position: top center;
  background-size: 120px;
  transition: all 0.3s;
}

.btn-change-un-pw:hover {
  text-decoration: none;
  height: 150px;
  background: #f1f7fa url("../images/change-un-pw-bh.png") no-repeat;
  background-position: top center;
  background-size: 120px;
}

.btn-organize-create {
  display: block;
  height: 150px;
  width: 100%;
  background: #f1f7fa url("../images/organize-create-b.png") no-repeat;
  background-position: top center;
  background-size: 120px;
  transition: all 0.3s;
}

.btn-organize-create:hover {
  text-decoration: none;
  height: 150px;
  background: #f1f7fa url("../images/organize-create-bh.png") no-repeat;
  background-position: top center;
  background-size: 120px;
}

.btn-lang-display {
  display: block;
  height: 150px;
  width: 100%;
  background: #f1f7fa url("../images/lang-display-b.png") no-repeat;
  background-position: top center;
  background-size: 120px;
  transition: all 0.3s;
}

.btn-lang-display:hover {
  text-decoration: none;
  height: 150px;
  background: #f1f7fa url("../images/lang-display-bh.png") no-repeat;
  background-position: top center;
  background-size: 120px;
}

.btn-copy-to-shortlist {
  display: block;
  height: 150px;
  width: 100%;
  background: #f1f7fa url("../images/copy-to-shortlist-b.png") no-repeat;
  background-position: top center;
  background-size: 120px;
  transition: all 0.3s;
}

.btn-copy-to-shortlist:hover {
  text-decoration: none;
  height: 150px;
  background: #f1f7fa url("../images/copy-to-shortlist-bh.png") no-repeat;
  background-position: top center;
  background-size: 120px;
}

.btn-email-noti {
  display: block;
  height: 150px;
  width: 100%;
  background: #f1f7fa url("../images/email-noti-b.png") no-repeat;
  background-position: top center;
  background-size: 120px;
  transition: all 0.3s;
}

.btn-email-noti:hover {
  text-decoration: none;
  height: 150px;
  background: #f1f7fa url("../images/email-noti-bh.png") no-repeat;
  background-position: top center;
  background-size: 120px;
}

.copy-button {
  border: 1px solid #32a5ec;
  border-radius: 2px;
  padding: 5px 10px 5px 10px;
  background-color: #0578cc;
  color: #ffffff;
  white-space: nowrap;
}

.copy-button:hover {
  background-color: #32a5ec;
  color: #ffffff;
}

.copy-button img {
  -webkit-filter: grayscale(100%) brightness(200%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(200%);
}

.copy-button:hover img {
  -webkit-filter: grayscale(100%) brightness(200%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(200%);
}

.book-sec {
  padding: 0px 15px;
  margin-bottom: 1em;
  font-size: 14px;
}

.book-sec img:first-child {
  border: 1px solid #d9d9d9;
  margin-bottom: 0.5em;
}

.book-sec u {
  color: #0060cf;
}

.book-sec span {
  color: #444444;
}

.book-header {
  letter-spacing: 0px;
  line-height: 1.5em;
  color: #444444;
}

.new-ribbon {
  position: absolute;
  top: -10px;
  left: 52px;
}

.title {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}

.manageJobPostMenu-Title {
  color: #111111;
  font-size: 24px;
}

.tooltip {
  z-index: 800 !important;
}

.srs-tooltip {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.srs-tooltip ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  overflow: hidden;
  z-index: 9999;
}

.srs-tooltip li {
  height: 0;
  overflow: hidden;
}

.srs-tooltip li p {
  background-color: #fafafa;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  font-size: 14px;
  z-index: 0;
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
}

.srs-tooltip li p::after,
.srs-tooltip li p::before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: auto;
}

.srs-tooltip li p::after {
  border-bottom: 10px solid #fafafa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
  margin-top: 1px;
}

.srs-tooltip li p::before {
  border-bottom: 11px solid #bbbbbb;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  margin-top: -1px;
  margin-left: -1px;
  z-index: -100;
}

.srs-tooltip.hover:hover li {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
}

.dropdown-toggle {
  cursor: pointer;
}

.no-carat.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  background-color: F1F7FA;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.dropdown-menu a,
.dropdown-menu a:hover {
  color: #007aff;
}

.dropdown-menu.info-container {
  top: 48px;
  border-radius: 2px;
  border: 0px solid transparent;
  border-bottom: 1px solid #d9d9d9;
  background: #fafafa;
  min-width: 12rem;
  box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.23);
}

.dropdown-menu.info-container::after {
  content: "";
  position: absolute;
  top: -15px;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fffcef;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #e6f0f5;
}

.dropdown.noti .dropdown-menu {
  width: 400px;
  right: -40px;
  padding: 0px;
}

.dropdown.noti .dropdown-menu.info-container {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
}

.dropdown.noti .dropdown-menu.info-container::after {
  right: 45px;
}

.online {
  color: #00968f;
}

.offline {
  color: #cb2d42;
}

.line-text {
  display: table;
  white-space: nowrap;
  width: 100%;
  color: #1861bf;
}

.line-text::before,
.line-text::after {
  border-top: 1px solid #488bf8;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.8em;
  width: 47%;
}

.line-text::before {
  right: 1.5%;
}

.line-text::after {
  left: 1.5%;
}

.sub-text {
  font-size: 14px;
}

.red-outline-atag {
  display: block;
  max-width: 390px;
  height: 47px;
  border: 2px solid #c22c4f;
  border-radius: 4px;
  color: #c1274b;
}

.br-10 {
  border-radius: 10px;
}

.border-divider {
  border-top: 4px solid #cbcbcb;
}

.border-dashed {
  border: 1px dashed #cbcbcb;
}

.color52676A {
  color: #52676a;
}

.color111111 {
  color: #111111;
}

.color6F949F {
  color: #6f949f;
}

.color0061A3 {
  color: #0061a3;
}

.color87A8A9 {
  color: #87a8a9;
}

.colorC1274B {
  color: #c1274b;
}

.color495057 {
  color: #495057;
}

.color32A5EC {
  color: #32a5ec;
}

.color1861BF {
  color: #1861bf;
}

.color0060DF {
  color: #0060df;
}

.color0077C1 {
  color: #0077c1;
}

.color4F6265 {
  color: #4f6265 !important;
}

.color1E3F62 {
  color: #1e3f62;
}

.color2E2F36 {
  color: #2e2f36;
}

.color00366F {
  color: #00366f;
}

.colorCB2D42 {
  color: #cb2d42;
}

.color007AFF {
  color: #007aff !important;
}

.color0093D8 {
  color: #0093d8 !important;
}

.color0061A3 {
  color: #0061a3 !important;
}

.color444444 {
  color: #444444;
}

.color888888 {
  color: #888888;
}

.color333333 {
  color: #333333;
}

.color666666 {
  color: #666666;
}

.color9B744E {
  color: #9b744e;
}

.color00AEA5 {
  color: #00aea5;
}

.colorD11124 {
  color: #d11124;
}

.color104974 {
  color: #104974;
}

.colorCE4641 {
  color: #ce4641;
}

.color-danger {}

.jppreviewPanel {
  border-radius: 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.JobTitle {
  font-size: 24px;
  font-weight: bold;
  color: #0060df;
}

.JobPostStatus {
  font-size: 18px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.srtable-section {}

.pt-6px {
  padding-top: 6px !important;
}

.height-33 {
  height: 33px;
}

.height-50 {
  height: 50px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.interview-question-style {
  font-size: 18px;
  color: #00aea5;
}

.jobpostPreview-Subtitle {
  font-size: 16px;
  color: #333333;
}

.color-0060DF {
  color: #0060df;
}

.color-666666 {
  color: #666666;
}

.color-18ADD0 {
  color: #18add0;
}

.border-color-488BF8 {
  border-color: #488bf8 !important;
}

.color-D0021B {
  color: #d0021b;
}

.pointer {
  cursor: pointer;
}

.btn-edit {
  background: url("/images/icon/white-pen.svg") no-repeat;
  background-color: #32a5ec;
  background-position: center left 12px;
  color: #ffffff;
  padding-left: 35px !important;
  border: 1px solid #32a5ec;
  border-radius: 4px;
  padding: 5px 8px;
  height: 36px;
  display: inline-block;
}

.btn-edit:hover {
  color: #ffffff;
}

.btn-extend {
  background: url("/images/icon/white-rollback.svg") no-repeat;
  background-color: #32a5ec;
  background-position: center left 12px;
  color: #ffffff;
  padding-left: 35px !important;
  border: 1px solid #32a5ec;
  border-radius: 4px;
  padding: 5px 8px;
  height: 36px;
}

.btn-offline {
  background: url("/images/icon/white-xwithcircle.svg") no-repeat;
  background-color: #32a5ec;
  background-position: center left 12px;
  color: #ffffff;
  padding-left: 35px !important;
  border: 1px solid #32a5ec;
  border-radius: 4px;
  padding: 5px 8px;
  height: 36px;
}

.btn-copy {
  background: url("/images/icon/white-copy.svg") no-repeat;
  background-color: #32a5ec;
  background-position: center left 12px;
  color: #ffffff;
  padding-left: 35px !important;
  border: 1px solid #32a5ec;
  border-radius: 4px;
  padding: 5px 8px;
}

.btn-print {
  background: url("/images/icon/bluecircle-print.svg") no-repeat;
  background-position: center left;
  padding-left: 35px !important;
  border: 0px solid #32a5ec;
  border-radius: 4px;
  padding: 5px;
}

.btn-share {
  background: url("/images/icon/bluecircle-share.svg") no-repeat;
  background-position: center left;
  padding-left: 35px !important;
  border: 0px solid #32a5ec;
  border-radius: 4px;
  padding: 5px;
}

.modal-content {
  background: #f0f9ff;
}

ul.ui-autocomplete {
  width: 400px;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  height: 40vh;
  overflow: scroll;
  list-style-type: none;
  padding-inline-start: 0px;
  border: 1px solid #d9d9d9;
}

ul.ui-autocomplete li {
  padding: 6px 15px;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}

ul.ui-autocomplete li:hover {
  background: #e6f0f5;
}

a .one-click-button,
a .one-click-button:hover,
a .supersearch-button,
a .supersearch-button:hover {
  color: #09366f;
}

.one-click-button,
.supersearch-button {
  border: 1px solid #d9d9d9;
  background: #fafafa;
  font-family: "Poppins", "Sarabun";
  border-radius: 9px;
  box-shadow: 0px 10px 20px #00428b33;
}

.one-click-button:hover,
.supersearch-button:hover {
  border: 1px solid #32a5ec;
  border-top: 7px solid #32a5ec;
}

.one-click-button .content,
.supersearch-button .content {
  height: 255px;
  font-size: 18px;
}

/* .one-click-button .content{
	background:#F7F4E7 url('../images/icon/oneClickSearch.svg') no-repeat;
	background-position:center top;
	background-size:85px;
	padding-top:70px;
} */
.img-oneclickseach {
  height: 50px;
}

.one-click-button:hover .img-oneclickseach {
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.075));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.075));
}

/* .supersearch-button .content{
	background:#F7F4E7 url('../images/icon/supersearch.svg') no-repeat;
	background-position:center top 40px;
	background-size:85px;
	padding-top:140px;
} */

.recommend-ribbon {
  position: absolute;
  top: -2px;
  left: -2px;
  height: 79px;
  width: 79px;
}

.one-click-button:hover .recommend-ribbon {
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.075));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.075));
}

.img-supersearch {
  height: 50px;
}

.supersearch-button:hover .img-supersearch {
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.075));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.075));
}

.multiselect__tags {
  border: 1px solid #ced4da !important;
  border-radius: 5px !important;
  background: #ffffff !important;
}

/* .multiselect__select{
	border-radius:5px !important;
} */
.multiselect,
.multiselect__select,
.multiselect__single,
.multiselect__input,
multiselect__spinner {
  background: none !important;
}

.multiselect__element {
  font-size: 15px !important;
  width: 100%;
}

.multiselect__content-wrapper {
  background: #fafafa !important;
  border: 1px solid #93bfcb !important;
  overflow-x: hidden !important;
  /*Comment by benz 14 May 2019
	top: 36px;*/
}

.multiselect__option--highlight {
  background: #e6f0f5 !important;
  color: #444444 !important;
}

.multiselect__option--highlight:after {
  background: #e6f0f5 !important;
  color: #444444 !important;
}

.multiselect__option--selected {
  background: #e6f0f5 !important;
}

.multiselect__option--selected.multiselect__option--highlight,
.multiselect__option--selected.multiselect__option--highlight:after {
  background: #32a5ec !important;
  color: #fff !important;
}

.job-title {
  font-size: 24px;
  font-weight: bold;
  color: #007aff;
}

.text-success {
  color: #00b3a8 !important;
}

.text-danger {
  color: #d11124 !important;
}

.text-primary {
  color: #1e3f62 !important;
}

.text-tertiary {
  color: #9b744e !important;
}

.text-dark {
  color: #222222;
}

.text-info {
  color: #32a5ec !important;
}

.text-muted {
  color: #999999;
}

.border-bottom {
  border-bottom: 1px solid #b6d7e0 !important;
}

.border-primary {
  border-color: #93bfcb !important;
}

.border-secondary {
  border-color: #b9b9b9 !important;
}

.border-dark {
  border-color: #888888 !important;
}

.btn-job-search:hover {
  background: #f1f7fa !important;
}

.divider {
  width: 100%;
  border-top: 2px solid #f0ede0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bootbox .modal-header h4 {
  float: none;
}

.bootbox .modal-header .close {
  position: absolute;
  right: 15px;
}

.accordion-inner {
  padding-left: 15px;
}

.input-boxshadow {
  box-shadow: inset 5px 0 0 0 #3bb2dc !important;
  font-weight: bold !important;
  background-color: #ffffff;
  color: #444444 !important;
}

input[type="text"].form-control.jobfield-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/occupation.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 17px, 10px;
  background-position: left 11px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.keyword-input-container {
  background-color: #ffffff;
  /* background-image:url('../images/icon/search.svg'); */
  background-repeat: no-repeat !important;
  background-position: left 15px center, right 8px center;
  /* padding-left: 45px; */
  padding-right: 35px;
  text-overflow: ellipsis;
  cursor: pointer;
  background-size: 23px;
}

select.form-control {
  background-image: url(../images/arrow-down-blue.png);
  background-size: 18px 9px;
  background-repeat: no-repeat !important;
  background-position: right 8px center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.movetolist-button {
  background-image: url(../images/movetolist.png);
  background-size: 26px 15px;
  background-repeat: no-repeat !important;
  background-position: left 8px center;
  border: 1px solid #b29000;
  border-radius: 3px;
  color: #b29000;
  font-size: 16px;
  padding-left: 25px;
}

.movetolist-button:hover {
  border: 1px solid #b29000;
  background-color: #b29000;
  border-radius: 3px;
  color: #f1f7fa;
  font-size: 16px;
  padding-left: 25px;
}

.savedate-button {
  background-image: url(../images/savedate.png);
  background-size: 14px 21px;
  background-repeat: no-repeat !important;
  background-position: left 8px center;
  border: 1px solid #9b744e;
  border-radius: 3px;
  color: #9b744e;
  font-size: 16px;
  padding-left: 30px;
  text-align: left;
}

.savedate-button:hover {
  border: 1px solid #9b744e;
  background-color: #9b744e;
  border-radius: 3px;
  color: #f1f7fa;
  font-size: 16px;
  padding-left: 30px;
  text-align: left;
}

.setstatus-button {
  color: #666;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #999999;
  border-radius: 5px;
  background-color: #fafafa;
}

.setstatus-button:hover {
  background-color: #c5e0df;
  color: #00aea5;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #00aea5;
  border-radius: 5px;
}

.order-filter {
  border: 0;
  background-color: #f1f7fa !important;
  background-image: url(../images/arrow-down-blue.png);
}

.showresult-padding {
  padding: 0.375rem 0.75rem;
}

.edit {
  background: url(images/edit.png) no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}

.edit-box-adsoc {
  border: 1px solid #0bb1db;
  background-color: #ffffff !important;
}

input[type="text"].form-control.location-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/address-line.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 12px, 10px;
  background-position: left 14px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.degree-input-container,
select.form-control.degree-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/education-line.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 18px, 10px;
  background-position: left 11px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.jobType-input-container,
select.form-control.jobType-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/job-type-line.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 18px, 10px;
  background-position: left 11px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.exp-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/exp-line.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 18px, 10px;
  background-position: left 11px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.salary-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/salary-line.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 16px, 10px;
  background-position: left 12px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.industry-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/industry.png"),
    url(../images/icon/arrow-down-blue.png);
  background-repeat: no-repeat !important;
  background-size: 22px, 18px;
  background-position: left 12px center, right 10px center;
  padding-left: 45px;
  padding-right: 35px;
  text-overflow: ellipsis;
  cursor: pointer;
}

input[type="text"].form-control.industry-pop-over-input-container {
  min-height: 32px;
  background-color: #ffffff;
  background-image: url("../images/icon/chevron-down.png");
  background-repeat: no-repeat !important;
  background-size: 10px;
  background-position: right 15px center;
  padding-left: 15px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
}

input[type="text"].form-control.business-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/business.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 16px, 10px;
  background-position: left 12px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.search-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/search-input.png");
  background-repeat: no-repeat !important;
  background-size: 14px, 14px;
  background-position: left 12px center, right 10px center;
  padding-left: 36px;
  padding-right: 35px;
  text-overflow: ellipsis;
  max-width: 400px;
  width: 360px;
  min-width: 200px;
  font-size: 14px;
}

input[type="text"].form-control.sort-input-container {
  background-color: #eff6ff;
  background-image: url(../images/icon/search-input.png);
  background-repeat: no-repeat !important;
  background-size: 14px, 14px;
  background-position: left 12px center, right 10px center;
  padding-left: 36px;
  padding-right: 35px;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
  border: 0;
  border-radius: 2rem;
  min-height: 30px;
  color: #515151;
}

input[type="text"].form-control.sort-input-container::placeholder {
  color: #515151;
}

input[type="text"].form-control.age-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/age.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 16px, 10px;
  background-position: left 12px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.age-input-container:disabled {
  background-color: #e9ecef;
}

input[type="text"].form-control.current-address-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/current-address.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 18px, 10px;
  background-position: left 11px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

select.form-control.last-login-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/last-login.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 16px, 10px;
  background-position: left 12px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  height: 35px;
  line-height: 35px !important;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

select.form-control.gender-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/gender.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 16px, 10px;
  background-position: left 12px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
  height: 35px;
  line-height: 35px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

select.form-control.gender-input-container:disabled {
  background-color: #e9ecef;
}

input[type="text"].form-control.major-in-prof-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/major-in-prof.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 18px, 10px;
  background-position: left 11px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.skill-lang-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/skill-lang.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 18px, 10px;
  background-position: left 11px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.gpa-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/GPA.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 22px, 10px;
  background-position: left 9px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.jskTargetLocation-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/career-premium.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 26px, 10px;
  background-position: left 7px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.international-university-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/school-abroad.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 26px, 10px;
  background-position: left 7px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.year-graduation-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/school-abroad.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 26px, 10px;
  background-position: left 7px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.hobby-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/SMH.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 24px, 10px;
  background-position: left 8px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

input[type="text"].form-control.education-score-input-container {
  background-color: #ffffff;
  background-image: url("../images/gradeScore.png"),
    url(../images/icon/arrow-down-blue.png);
  background-repeat: no-repeat !important;
  background-size: 26px, 18px;
  background-position: left 12px center, right 10px center;
  padding-left: 45px;
  padding-right: 35px;
  text-overflow: ellipsis;
  cursor: pointer;
}

.university-input-container {
  background: #ffffff;
  background: #ffffff url("../images/icon/university.png") !important;
  background-repeat: no-repeat !important;
  background-position: left 12px center !important;
  padding-left: 45px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.form-control.car-input-container {
  background-color: #ffffff;
  background-image: url("../images/icon/own-car.png"),
    url(../images/icon/chevron-down.png);
  background-repeat: no-repeat !important;
  background-size: 20px, 10px;
  background-position: left 12px center, right 15px center;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  height: 35px;
  line-height: 35px !important;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px !important;
  min-height: 32px;
}

/* 
select.form-control.degree-input-container{
	background-color:#FFFCEF;
	background-image:url(../images/icon/education.svg), url(../images/icon/green-arrow.svg);
	background-repeat:no-repeat !important;
	background-position:left 8px center, right 8px center;
	padding-left: 45px;
	padding-right: 35px;
    text-overflow: ellipsis;
} */
.modal-backdrop.in,
.modal-backdrop {
  opacity: 0.5 !important;
}

ul.holder {
  border: 0 !important;
}

ul.holder {
  background: #ffffff;
  background: #ffffff url("../images/icon/school-thai.png") !important;
  background-size: 27px !important;
  background-repeat: no-repeat !important;
  background-position: left 5px center !important;
  padding-left: 35px !important;
  font-size: 14px !important;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.maininput.fcbkInputfont {
  background: #ffffff !important;
  font-size: 14px !important;
}

.maininput.fcbkInputfont::placeholder {
  color: #888888;
  opacity: 1;
}

.bit-input {
  background: #ffffff !important;
}

.arrow-container {
  background: #ffffff;
  background: url("../images/arrow-down-blue.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  padding-right: 45px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.note-icon-caret:before {
  content: "" !important;
}

.note-editor.panel {
  overflow: unset !important;
}

.note-editor p,
.note-editor pre {
  margin-bottom: 0px;
}

.panel-heading.note-toolbar {
  background: #e6f0f5;
}

.note-btn {
  border: 1px solid #888888;
}

.note-popover .popover-content .dropdown-menu,
.panel-heading.note-toolbar .dropdown-menu {
  min-width: 200px !important;
  background: #f7f4e7 !important;
}

.note-btn-group .dropdown-menu li {
  padding: 0px 15px;
}

.note-btn-group .dropdown-menu li:hover {
  background: #e6f0f5;
}

.note-btn-group .dropdown-menu li a,
.note-btn-group .dropdown-menu li h1 {
  color: #444444 !important;
}

.note-color .btn-group {
  display: inline-block;
}

.note-color .btn-group:nth-child(2) {
  margin-left: 2rem !important;
}

.note-color .btn-group .note-palette-title {
  font-weight: bold;
}

.note-editor .modal .modal-header {
  text-align: left !important;
  display: block !important;
}

.panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 400px !important;
}

.popover-header {
  background: #fafafa;
  font-weight: bold;
}

.popover-header .close {
  margin-top: -3px;
}

.popover {
  background: #fafafa !important;
  z-index: 1040 !important;
}

.popover-body {
  background: #fafafa;
  border-radius: 4px;
}

.bk-F7F4E7 {
  background: #f7f4e7 !important;
}

.modal-header {
  background: #f1f7fa;
}

.viewresume-modal-footer {
  background: #f1f7fa;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.clickAble {
  cursor: pointer;
}

.document-icon {
  background: #f2eee1 url("../images/icon/account.svg") no-repeat;
  background-position: center left 15px;
  padding-left: 45px !important;
}

.lock-icon {
  background: url("../images/icon/show-info.png") no-repeat;
  background-size: 30px;
  background-position: center left;
  padding-left: 35px !important;
  font-family: "Prompt";
}

.shortlist-function {
  position: fixed;
  z-index: 99;
  left: 0px;
  bottom: 0px;
}

.card .card-body {
  padding: 12px;
}

.documents-icon {
  background: url("../images/icon/view-resume-1.png") no-repeat;
  background-size: 20px;
  background-position: center left;
  padding-left: 35px !important;
}

.cilp-icon {
  background: url("../images/icon/cilp.png") no-repeat;
  background-size: 20px;
  background-position: center left;
  padding-left: 35px !important;
}

.super-analysis-icon {
  background: url("../images/icon/super-analysis.png") no-repeat;
  background-size: 25px;
  background-position: center left;
  padding-left: 35px !important;
}

.print-icon {
  background: url("../images/icon/print-line.png") no-repeat;
  background-size: 28px;
  background-position: center left;
  padding-left: 35px !important;
}

.print-icon-svg {
  background: url("../images/icon/print-icon.png") no-repeat;
  background-size: 26px;
  background-position: center left;
  padding-left: 35px !important;
}

.print-icon-png {
  background: url("../images/icon/print-icon.png") no-repeat;
  background-size: 25px;
  background-position: center left;
  padding-left: 35px !important;
}

.send-mail-icon {
  background: url("../images/icon/send-mail.png") no-repeat;
  background-size: 25px;
  background-position: top 10px left;
  padding-left: 35px !important;
}

.mail-icon {
  background: url("../images/icon/mail.png") no-repeat;
  background-size: 25px;
  background-position: center left;
  padding-left: 35px !important;
}

.copy-to-shortlist-icon {
  background: url("../images/icon/copy-to-shortlist.png") no-repeat;
  background-size: 25px;
  background-position: top 10px left;
  padding-left: 35px !important;
}

.resume-status-icon {
  background: url("../images/icon/resume-status.png") no-repeat;
  background-size: 20px;
  background-position: center left;
  padding-left: 35px !important;
}

.translate-chinese-icon {
  background: url("../images/icon/translate-chinese.png") no-repeat;
  background-size: 20px;
  background-position: center left;
  padding-left: 35px !important;
}

.translate-english-icon {
  background: url("../images/icon/translate-english.png") no-repeat;
  background-size: 20px;
  background-position: center left;
  padding-left: 35px !important;
}

.save-as-pdf-icon {
  background: url("../images/icon/save-pdf.png") no-repeat;
  background-size: 20px;
  background-position: top 10px left 3px;
  padding-left: 35px !important;
}

.index-wrapper {
  background: url("../images/bg/bg.png") no-repeat;
  background-size: cover;
  background-position: top -3px center;
  min-height: 100vh;
}

.index-body {
  min-height: calc(100vh - 60px);
}

.index-body.forget {
  min-height: calc(100vh - 80px);
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.progress-warpper {
  margin-top: 60px;
}

.step {
  display: inline-block;
  background: #999999;
  height: 4px;
  width: 24%;
  position: relative;
}

.step.active {
  background: #488bf8;
}

.progress-icon-warpper .progress-icon {
  position: absolute;
  width: 52px;
  height: 52px;
  top: -24px;
  left: -24px;
  font-size: 22px;
  line-height: 1;
  padding-top: 12px;
  border: 3px solid #999999;
  border-radius: 50%;
  color: #111111;
  text-align: center;
  background-color: #ffffff;
  z-index: 2;
}

.progress-icon-warpper .progress-icon.last {
  right: -16px;
  left: auto;
  padding-top: 12px;
}

.progress-icon-warpper .progress-icon.active {
  border: 3px solid #488bf8;
  color: #111111;
  font-weight: bold;
  background: #ffffff;
}

.progress-warpper .progress-label {
  margin-top: 10px;
  color: #999999;
}

.progress-warpper .progress-label .active {
  margin-top: 10px;
  color: #444444;
}

.list-group-item {
  background: #f1f7fa;
}

.list-group-item:hover,
.list-group-item:active,
.list-group-item:focus {
  background: #e6f0f5;
  border: 1px solid #e6f0f5;
  color: #444444;
}

.alert-secondary {
  background: #fff;
  border: 1px solid #fff;
}

.alert-danger {
  color: #c32449 !important;
  font-size: 18px !important;
  background-color: #fcdadd;
  border-color: #c32449;
}

.alert-info {
  font-size: 18px !important;
  background-color: #d3e9ee;
  border-color: #d3e9ee;
}

.alert-success {
  font-size: 18px !important;
  background-color: #fafafa;
  border-color: #00aea5;
  color: #00aea5;
}

.alert-warning {
  font-size: 18px !important;
  background-color: #fafafa;
  border-color: #ffad33;
}

.cs-profile {
  width: 38px;
  height: 38px;
  background-size: cover;
  background-position: center;
}

#onlineJob .border-bottom,
#offlineJob .border-bottom {
  border-bottom: 0.5px solid #666666 !important;
}

.td-cell-fit {
  width: 1%;
  white-space: nowrap;
}

.apperance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tooltip.popover .popover-inner {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.vue-popover-theme {
  max-width: 365px !important;
}

.tooltip.popover .popover-arrow {
  border-color: rgba(0, 0, 0, 0.2);
}

.truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.attachment {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #32a5ec;
  border-radius: 5px;
}

.attachment:hover {
  border: 1px solid #32a5ec;
  background: #32a5ec;
  color: #ffffff;
}

.attachment:hover a,
.attachment a:hover {
  color: #ffffff;
}

.tokenfield .token {
  padding: 2px 3px !important;
  height: auto !important;
  margin: 3px !important;
  background-color: #eeeeee;
}

input[type="radio"].notclick+label::before,
input[type="checkbox"].notclick+label::before {
  pointer-events: none;
  border: 1px solid #d9d9d9;
}

input[type="radio"].notclick+label,
input[type="checkbox"].notclick+label {
  pointer-events: none;
  color: #999999;
}

.btn.disabled,
.btn:disabled {
  color: #666666;
  background: #dadada !important;
  border: 1px solid #d9d9d9 !important;
}

.menu-scroll-fix {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 940px;
  background: #f1f7fa;
  margin: 0px -15px !important;
}

.bg-unread {
  background-color: #d3e9ee !important;
}

.notification-card {
  margin-bottom: 15px;
}

.notification-card.read .card .card-body {
  background: #f1f7fa;
}

.notification-card.unread .card .card-body {
  background: #d3e9ee;
}

.notification-card.unread.new .card {
  border: 1px solid #bbbbbb !important;
}

.notification-card.unread.new .card .card-body {
  border-left: 3px solid #32a5ec;
}

.notification-card .card.card-shadow {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.23);
}

.notification-section {
  padding: 5px 15px 0px;
  max-height: calc(100vh - 185px);
  overflow: initial;
  overflow-x: initial;
  overflow-y: auto;
}

.view-all-notification {
  border-top: 1px solid #bbbbbb;
  text-align: center;
  padding: 10px 0px 8px;
  font-size: 14px;
}

.view-all-notification:hover {
  background: #d3e9ee;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.all-notification-wrapper {
  max-height: calc(100vh-80px) !important;
}

.comment-input {
  width: 100%;
  border: 1px solid #979797;
  border-radius: 17px;
  background-color: #ffffff;
  padding: 5px 15px;
  overflow: auto;
}

.comment-input:focus {
  outline: none;
}

.single-notification-wrapper .noti-header {
  background: #fafafa;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.23);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.msg-noti-text {
  color: #555555;
  padding: 0px 30px 0px 30px;
  line-height: 1.7;
}

.msg-noti-text ol {
  margin-bottom: 0.5rem !important;
}

.noti-page-text {
  line-height: 1.8;
}

.noti-page-text p {
  margin-bottom: 0.5rem !important;
}

.noti-page-text ol {
  margin-bottom: 0.5rem !important;
}

.content-body {
  font-weight: normal;
}

.tooltip-info {
  position: relative;
  padding: 0.5rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #444444;
  background-color: #edf5fc;
  border-color: #b8daff;
}

.arrow-left::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -10px;
  width: 10;
  height: 10;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 11px solid #edf5fc;
  z-index: 109;
}

.arrow-left::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -11px;
  width: 10;
  height: 10;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 11px solid #b8daff;
  z-index: 109;
}

.arrow-up::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 10px;
  width: 10;
  height: 10;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 13px solid #edf5fc;
  z-index: 109;
}

.arrow-up::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 10px;
  width: 10;
  height: 10;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 13px solid #b8daff;
  z-index: 109;
}

ul.holder li {
  white-space: initial !important;
}

ul.holder {
  min-height: 35px !important;
}

.banner-workshop {
  width: 100%;
  height: 156px;
  background: url("/images/banner-workshop.png") no-repeat;
  background-size: cover;
  padding: 25px 30px;
}

.workshop-header {
  padding: 10px;
  background: #225b9f;
  color: #ffffff;
  position: relative;
}

/*.workshop-header::after{
	content:"";
	position:absolute;
	top:0;
	left:-50px;
	width: 50px;
    height: 50;
    border-bottom: 50px solid #1861BF;
    border-left: 50px solid transparent;
}
.workshop-header::before{
	content:"";
	position:absolute;
	top:0;
	right:-50px;
	width: 50px;
    height: 50;
    border-top: 50px solid #1861BF;
    border-right: 50px solid transparent;
}*/

#positionNameShowText .form-control,
#positionNameOthShowText .form-control,
#additionalPosNameShowText .form-control,
#hashtagShowText .form-control {
  height: auto;
}

.blockUI.blockMsg.blockPage {
  border: 1px solid transparent !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  border-radius: 8px !important;
  background: transparent !important;
}

.red-badge {
  display: inline-block;
  font-size: 12px;
  width: 16px;
  height: 16px;
  background: #cb2d42;
  border-radius: 8px;
  color: #ffffff;
}

.blue-badge {
  display: inline-block;
  font-size: 12px;
  width: 16px;
  height: 16px;
  background: #007aff;
  border-radius: 8px;
  color: #ffffff;
}

.line-red {
  vertical-align: middle;
  width: 35px;
  height: 1px;
  background: #cb2d42;
  display: inline-block;
}

.line-blue {
  vertical-align: middle;
  width: 10px;
  height: 1px;
  background: #007aff;
  display: inline-block;
}

.bs-popover-right>.arrow::after {
  border-right-color: #fafafa !important;
}

#editHashtagText {
  word-break: break-word;
}

.btn.btn-hashtag {
  border: 0px solid #1ab1d9;
  font-size: 14px;
  padding: 0px;
  margin-right: 10px;
  background-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: left !important;
  font-weight: normal;
}

.card.suggest-card {
  background: #f1f7fa !important;
  border: 1px solid #a2a2a1;
  margin-top: 1em;
}

.card.suggest-card::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 20px;
  width: 10;
  height: 10;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 13px solid #f1f7fa;
  z-index: 109;
}

.card.suggest-card::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  width: 10;
  height: 10;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 13px solid #a2a2a1;
  z-index: 109;
}

.table {
  color: #4f6265;
}

.table.tips td {
  border-top: 1px solid #d9d9d9;
}

.table.tips th {
  border-top: 0px solid transparent;
  border-bottom: 2px solid #0061a3;
}

.shadow-overflow {
  overflow-y: auto;
  max-height: 300px;
  padding: 0.5em 0.75rem;
  background:
    /* Shadow covers */
    linear-gradient(#f1f7fa 30%,
      rgba(241, 247, 250, 0)),
    linear-gradient(rgba(241, 247, 250), #f1f7fa 70%) 0 100%,
    /* Shadows */
    radial-gradient(farthest-side at 50% 0,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0)),
    radial-gradient(farthest-side at 50% 100%,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;

  /* Opera doesn’t support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

/* .shadow-overflow.modal-other{
		max-height:150px
	} */
.btn.btn-del {
  border: 1px solid #87a8a9;
  background: #87a8a9;
  font-size: 16px;
  padding: 3px 12px 2px 12px;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 15px;
  color: #ffffff;
  font-weight: normal;
}

.btn.btn-add {
  border: 1px solid #a2a2a1;
  font-size: 16px;
  padding: 3px 12px 2px 12px;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 15px;
  color: #4f6265;
  font-weight: normal;
}

.rotate_img_45 {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.rotate_img_180 {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.rotate_img_270 {
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}

.popover.tip-supersearch {
  max-width: 300px;
}

.name-drop-style {
  border-radius: 7px !important;
  border: 1px solid #576c6f !important;
  background: #576c6f !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.fc-view-harness {
  background: #ffffff !important;
}

.fc-daygrid-event-dot {
  display: none !important;
}

.fc-daygrid-dot-event {
  padding-rigth: 5px !important;
  padding-left: 5px !important;
}

.fc-v-event {
  background: #576c6f !important;
  border: 1px solid #576c6f !important;
}

.fc-event-title {
  font-weight: normal !important;
}

.fc .fc-today-button {
  width: 85px !important;
}

.fc-header-toolbar {
  margin-bottom: 1em !important;
}

.fc .fc-button-primary {
  border-color: #b7b7b7 !important;
  background-color: #ffffff !important;
  color: #007aff !important;
}

.fc .fc-button-primary.fc-button-active {
  background-color: #576c6f !important;
  color: #fff !important;
}

.fc-daygrid-day-frame {
  background-color: #ffffff !important;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(194, 228, 249, 0.3) !important;
}

.fc-timegrid-col.fc-day.fc-day-sat,
.fc-timegrid-col.fc-day.fc-day-sun {
  background-color: rgba(225, 248, 248, 0.3) !important;
}

.fc-day-today .fc-daygrid-day-frame {
  background-color: #c2e4f9 !important;
}

.fc .fc-daygrid .fc-day-sat,
.fc .fc-daygrid .fc-day-sun {
  width: 8.333% !important;
  /* 1/12th i.e. the two weekend days fit into the same space as one of the other five days */
}

.fc .fc-day.fc-day-sat .fc-daygrid-day-frame,
.fc .fc-day.fc-day-sun .fc-daygrid-day-frame {
  background-color: #e1f8f8 !important;
}

.fc-daygrid-event {
  background: #576c6f !important;
  color: #fff !important;
}

.fc-toolbar-title {
  font-size: 22px !important;
}

.fc-today-button.fc-button.fc-button-primary {
  color: #576c6f !important;
  opacity: 1 !important;
}

.fc-col-header-cell,
.fc-col-header-cell.fc-day-sat,
.fc-col-header-cell.fc-day-sun {
  background-color: #576c6f !important;
  color: #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.fc .fc-daygrid-day-number {
  padding: 0px 4px !important;
}

.btn-appoint-b {
  color: #666666;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #666666;
  border-radius: 5px;
  background: #fafafa;
}

.btn-appoint-b:hover {
  color: #007aff;
  background: #edfcfd;
  border: 1px solid #007aff;
}

.btn-decline-r {
  color: #666666;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #666666;
  border-radius: 5px;
  background: #fafafa;
}

.btn-decline-r:hover {
  color: #cb3042;
  background: #cb30421d;
  border: 1px solid #cb3042;
}

.btn-no-tel {
  color: #7b7373;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #7b7373;
  border-radius: 5px;
  background: #fafafa;
}

.btn-no-tel:hover {
  background: #dee2e6;
}

.btn-forward,
.btn-appoint-interview,
.btn-move-to-decline,
.btn-move-to-interviewlist {
  color: #666;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #999999;
  border-radius: 5px;
  background: #fafafa;
}

.btn-forward:hover {
  color: #3fa5ec;
  border: 1px solid #3fa5ec;
  background: #edfcfd;
}

.btn-appoint-interview:hover {
  color: #9b744e;
  border: 1px solid #9b744e;
  background: #fff4cc;
}

.btn-move-to-interviewlist:hover {
  color: #b29000;
  border: 1px solid #b29000;
  background: #ffd8005f;
}

.btn-move-to-decline:hover {
  color: #cb3042;
  border: 1px solid #cb3042;
  background: #cb30421d;
}

.dash-divider {
  border-bottom: 1px dashed #d9d9d9;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.intv-counter {
  background-repeat: no-repeat !important;
  background-position: left 3px top 5px !important;
  background-size: 12px 12px !important;
  padding-left: 18px !important;
  padding-right: 0px !important;
}

.postjob-card.step1 {
  color: #284a8a;
  border-radius: 8px;
  border: 0px solid transparent;
  box-shadow: 1px 10px 20px #174c6929;
}

.postjob-card.step1 .title-card {
  position: absolute;
  background: #cce6fa;
  color: #00366f;
  padding: 9px 25px 7px;
  border-radius: 22px;
  top: -20px;
  left: 0px;
}

.postjob-card .section .title {
  color: #284a8a;
}

.postjob-card.step1 .title-card.new-card {
  position: absolute;
  background: #defffb;
  color: #00366f;
  padding: 9px 25px 7px;
  border-radius: 22px;
  top: -20px;
  left: 0px;
  z-index: 1;
}

.postjob-card.step1 .title-card.new-card .new-title {
  background: transparent linear-gradient(105deg, #7600ff 0%, #5323ff 39%, #00b1ff 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  border-radius: 14px;
  padding: 4px 16px;
  margin-right: 5px;
}

.postjob-card.step1 .form-card {
  padding: 50px 50px 30px;
}

.postjob-card.step1 .form-card.new-card {
  padding: 50px 50px 30px;
  border: 4px solid #ccffff;
  border-radius: 10px;
}

.founded-resume {
  position: relatives;
  padding: 8px 10px;
  border-radius: 4px;
  background: #d3e9ee;
  width: 100%;
  text-align: center;
}

.founded-resume::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #d3e9ee;
}

.separator {
  width: 100%;
  border-top: 1px solid #7aa5b2;
  height: 1px;
}

.separator.sm {
  width: 100%;
  border-top: 1px solid #7aa5b2;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.position-name-wrapper {
  width: 340px;
  border-color: #d3e9ee !important;
}

.position-name-wrapper .popover-body {
  padding: 10px 15px;
  background-color: #d3e9ee !important;
}

.position-name-wrapper.bs-popover-right>.arrow::after {
  border-right-color: #d3e9ee !important;
}

.position-name-wrapper.bs-popover-right>.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-right-color: #d3e9ee;
}

.step1-wrapper {
  width: 500px;
  border-color: #ddf1ff !important;
}

.step1-wrapper .popover-body {
  padding: 10px 15px;
  background-color: #ddf1ff !important;
  color: #00366f;
}

.step1-wrapper.bs-popover-bottom>.arrow::after {
  border-bottom-color: #ddf1ff;
}

.step1-wrapper.bs-popover-bottom>.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ddf1ff;
}

.postjob-info-wrapper {
  width: 700px;
  background-color: #ddf1ff !important;
  border-color: #ddf1ff !important;
}

.postjob-info-wrapper .popover-body {
  padding: 15px 20px;
  background-color: #ddf1ff !important;
}

.postjob-info-wrapper.bs-popover-bottom>.arrow::after {
  border-bottom-color: #ddf1ff;
}

.postjob-info-wrapper.bs-popover-bottom>.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ddf1ff;
}

.advanceScreenTab.nav-tabs {
  border: 0px solid transparent;
}

.advanceScreenTab.nav-tabs .nav-item:first-child {
  margin: 0px;
  margin-left: 0px;
}

.advanceScreenTab.nav-tabs .nav-item.show .nav-link,
.advanceScreenTab.nav-tabs .nav-link,
.advanceScreenTab.nav-tabs .nav-item.show .nav-link,
.advanceScreenTab.nav-tabs a.nav-link {
  padding: 10px 10px 8px;
  font-size: 18px;
  color: #729495;
  background-color: #e5eef0;
  border: 0px solid transparent;
  border-bottom: 0px solid transparent;
  transition: all 0.1s;
  cursor: pointer;
}

.advanceScreenTab.nav-tabs .nav-item.show .nav-link,
.advanceScreenTab.nav-tabs .nav-link.active {
  border-radius: 5px;
  font-weight: normal !important;
  background-color: #d3e9ee;
  color: #2e2f36;
  font-weight: bold;
  border: 0px solid transparent;
  border-bottom: 0px solid #0061a3;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
}

.advanceScreenTab.nav-tabs .nav-link:focus,
.advanceScreenTab.nav-tabs .nav-link:hover,
.advanceScreenTab.nav-tabs .nav-link:focus,
.advanceScreenTab.nav-tabs a.nav-link:hover {
  color: #2e2f36;
  border-color: transparent;
  border: 0px solid #d9d9d9;
  border-bottom: 0px solid transparent;
}

.advanceScreenTab.nav-tabs .nav-item:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 0px;
  background: #fff;
}

.border-blr-rounded {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.criteria-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.btn-form-control {
  color: #0573c3;
  border: 1px solid #0573c3;
  background: #ffffff;
  font-size: 14px !important;
  min-height: 32px;
  padding: 0.375rem 0.75rem;
  width: 100%;
  text-align: left;
}

.review-keyword-modal .modal-dialog {
  max-width: 562px;
  margin: 2rem auto;
}

.card.package-extend-card {
  border: 1px solid #1e3f62;
  background: #fafafa;
}

.card.package-extend-card .card-header {
  background: #1e3f62;
  color: #ffffff;
}

.card.package-extend-card .card-body {
  line-height: 1.6;
}

.otherSuggest {
  position: absolute;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: calc(100% - 15px);
  max-height: 390px;
  margin-top: -3px;
  overflow-y: auto;
  z-index: 999;
}

.otherSuggest.supersearch-ai {
  background: #f0f9ff;
  border: 1px solid #8ab8ea;
}

.otherSuggest .list {
  cursor: pointer;
}

.otherSuggest .list:hover {
  background: #f1f7fa;
}

.otherSuggest .list .position-name {
  padding-left: 30px;
  background: url("../images/carat-r-gray.png") no-repeat;
  background-position: left 5px center;
  background-size: 10px;
}

.otherSuggest.supersearch-ai .list .position-name {
  background: none;
  padding-left: 10px;
}

.otherSuggest .list .position-name b {
  color: #284a8b;
}

.otherSuggest.supersearch-ai .list .position-name b {
  color: #00366f;
}

.otherSuggest .list:hover .position-name {
  background: url("../images/carat-r-blue.png") no-repeat;
  background-position: left 5px center;
  background-size: 10px;
}

.otherSuggest.supersearch-ai .list:hover .position-name {
  background: none;
  background: #d5e8f5;
}

.input-label-title {
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 23px;
  font-size: 14px;
  color: #7aa5b2;
  background: #eef6fd;
  border: 1px solid #7aa5b2;
  border-radius: 4px;
  padding: 2px 5px 0px;
}

.input-label-title.supersearch-ai {
  color: #00366f;
  background: #cce6fa;
  border: 1px solid #cce6fa;
  border-radius: 13px;
  padding: 2px 10px 0px;
}

.input-label-title.supersearch-ai.keyword {
  background: #bae6e0;
  border: 1px solid #bae6e0;
}

.form-control.step-1 {
  padding-top: 10px !important;
  height: 46px !important;
  line-height: 46px !important;
}

.form-control.step-1.supersearch-ai-input {
  border: 2px solid #2f73bd;
  height: 50px !important;
  line-height: 50px !important;
}

.form-control.step-1.supersearch-ai-textarea {
  border: 2px solid #2f73bd;
}

textarea.form-control.step-1 {
  padding-top: 15px !important;
  height: auto !important;
  line-height: 1.5em !important;
  font-size: 15px;
}

textarea.form-control.step-1::placeholder {
  font-size: 16px !important;
}

.edit-modal-header {
  background: #4f6265;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px solid transparent;
}

.edit-modal-header .modal-title {
  color: #ffffff;
  font-size: 18px;
}

.edit-modal-header .close {
  color: #ffffff;
}

ul.holder li {
  width: 100%;
}

ul.holder li {
  width: 100%;
}

ul.holder li.bit-input input {
  width: 100%;
}

.popover-exclusive {
  position: absolute;
  top: -5px;
}

.exclusive-popover {
  border: 1px solid #3397ec;
}

.exclusive-popover.bs-popover-top>.arrow::after {
  border-top-color: #3397ec;
}

.exclusive-popover.bs-popover-bottom>.arrow::after {
  border-bottom-color: #3397ec;
}

.exclusive-popover.bs-popover-top>.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #3397ec;
}

.exclusive-popover.bs-popover-bottom>.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-bottom-color: #3397ec;
}

.exclusive-popover .popover-body {
  background: #3397ec;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border: 1px solid #3397ec;
  padding: 4px 10px;
}

.video-img-frame {
  width: 100%;
  height: 162px;
  background: #e6f2fa;
}

.video-img-frame .video-img-url {
  max-width: 100%;
  max-height: 162px;
}

.video-tip-jf.nav-tabs {
  border-bottom: 0px solid transparent;
}

.video-tip-jf.nav-tabs .nav-item {
  margin: 0px;
  margin-right: 2px !important;
  border-radius: 0px;
}

.video-tip-jf.nav-tabs .nav-item:after {
  content: "";
  width: 0;
  height: 0;
}

.video-tip-jf.nav-tabs .nav-item .nav-link {
  background-color: #d1e7f4;
  color: #404040;
  border-radius: 0px;
  padding: 5px 7px;
  min-width: 75px;
  max-width: 120px;
  height: 67px;
  line-height: 1.3;
}

.video-tip-jf.nav-tabs .nav-link.active,
.video-tip-jf.nav-tabs a.nav-link:hover {
  border: 4px solid #26baa6;
}

.form-control.tip-search {
  background: #fff url("../images/icon/search-vdo.png") no-repeat !important;
  background-position: right 10px center !important;
  background-size: 18px !important;
  border-color: #a8ccd5 !important;
  font-size: 14px !important;
  min-height: 36px !important;
  height: 36px !important;
}

.card-default>.card-header.payment.collapsed {
  background: #f1f7fa !important;
  color: #444;
  border: 1px solid #b5c7d3;
  margin-bottom: 0px;
  border-radius: 4px !important;
}

table.package-compare-table>tbody>tr:nth-of-type(odd) {
  background: #d3e9ee !important;
}

table.package-compare-table>tbody>tr:nth-of-type(even) {
  background: #f1f7fa !important;
}

.summnary-text {
  font-size: 22px;
  font-weight: 500;
  color: #00366f;
  font-family: "Prompt";
}

.summary-badge {
  background: #c7f0ff;
  font-size: 40px;
  color: #ba20a5;
  display: inline-block;
  text-align: center;
  padding: 0px 40px;
  border-radius: 27px;
  font-family: "Prompt";
  line-height: 1.2;
}

.shortlist-function {
  position: fixed;
  z-index: 9999999999;
  left: 0px;
  bottom: 0px;
}

.fixed-bottom {
  z-index: 9999999999 !important;
}

.unlimited-package-card {
  background: transparent linear-gradient(284deg, #46e3ff 0%, #0870e0 63%, #3c31c4 100%) 0% 0% no-repeat padding-box !important;
  border-radius: 10px;
}

.color7A44F2 {
  color: #7a44f2;
}

.btn-view-job,
.btn-view-job:hover {
  display: inline-block;
  background: #007aff;
  color: #fff !important;
  font-family: "Poppins", "Prompt";
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 4px;
  font-size: 16px;
}

.supersearch-ai-title {
  color: #09366f;
  font-size: 18px;
  font-weight: 700;
  font-family: "Sarabun";
}

.supersearch-ai-title .beta {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins";
  background: #f75f6d;
  border-radius: 2px;
  padding: 1px 6px;
  margin-left: 10px;
  line-height: 1.2;
}

.btn-search-ai {
  border: 1px solid #2f7cf6;
  background: #ffffff;
  border-radius: 4px;
  color: #2f7cf6;
  font-family: "Prompt";
  font-weight: 500;
}

.border-supersearch-ai-table {
  border-color: #ddf0ff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  padding: 10px 16px;
  display: none;
  position: absolute;
  top: 22px;
  left: -20px;
  background-color: #fafafa !important;
  border: 1px solid #bbbbbb !important;
  border-radius: 5px;
  min-width: 250px;
  z-index: 99;
  word-warp: break-word;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.dropdown-noti {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-content-noti {
  padding: 10px 16px;
  display: none;
  position: absolute;
  top: 30px;
  left: -30px;
  background-color: #ffffff !important;
  border: 1px solid #bbbbbb !important;
  border-radius: 5px;
  min-width: 230px;
  z-index: 99;
  word-warp: break-word;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.notification-card .popover,
.noti-header .popover,
.notification-wrapper .popover {
  position: fixed;
  font-size: 1rem;
  text-align: center;
  padding: 10px 16px;
  background-color: #ffffff !important;
  border: 1px solid #bbbbbb !important;
  border-radius: 5px;
  max-width: 230px;
  min-width: 200px;
  margin-top: 8px !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.notification-card .popover:before,
.noti-header .popover:before,
.notification-wrapper .popover:before {
  content: "";
  position: absolute;
  right: 48%;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbbbbb;
}

.notification-card .popover:after,
.noti-header .popover:after,
.notification-wrapper .popover:after {
  content: "";
  position: absolute;
  right: 48%;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}

.dropdown-content:before {
  position: absolute;
  left: 19px;
  top: -6px;
  width: 0;
  height: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbbbbb;
}

.dropdown-content:after {
  position: absolute;
  left: 19px;
  top: -5px;
  width: 0;
  height: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content-noti:before {
  position: absolute;
  left: 30px;
  top: -6px;
  width: 0;
  height: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbbbbb;
}

.dropdown-content-noti:after {
  position: absolute;
  left: 30px;
  top: -5px;
  width: 0;
  height: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}

.dropdown-noti:hover .dropdown-content-noti {
  display: block;
}

.dropdown-content-highlight {
  padding: 10px 16px;
  display: none;
  position: absolute;
  top: 30px;
  left: -20px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  min-width: 250px;
  z-index: 99;
  word-warp: break-word;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.dropdown-content-highlight:before {
  position: absolute;
  left: 39px;
  top: -6px;
  width: 0;
  height: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbbbbb;
}

.dropdown-content-highlight:after {
  position: absolute;
  left: 39px;
  top: -5px;
  width: 0;
  height: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}

.dropdown:hover .dropdown-content-highlight {
  display: block;
}

.badge-noti {
  padding: 3px 5px 2px;
  position: absolute;
  top: 5px;
  right: 1px;
  display: inline-block;
  min-width: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}

.badge-noti-danger {
  background-color: #db5565;
}

.content-ellipsis-x {
  display: -webkit-box;
  display: block;
  max-height: 140px;
  margin: 0 auto 10px;
  font-size: 16px;
  line-height: 28px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.ellipsis {
  display: block;
  max-height: 160px;
  margin: 0 auto 10px;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.ellipsis.noti-card {
  line-height: 1.7 !important;
}

.ellipsis .fade-shadow-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99%;
  text-align: center;
  margin: 0;
  padding: 30px 0;

  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #f2eee1);
  background-image: -moz-linear-gradient(transparent, #f2eee1);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,
      #f2eee1 100%);
  /*background-image: -webkit-linear-gradient(transparent, #f2eee1);
  background-image: -moz-linear-gradient(transparent, #f2eee1);
  background-image: -o-linear-gradient(transparent, #f2eee1);
  background-image: linear-gradient(transparent, #f2eee1);*/
}

.ellipsis .fade-shadow-bottom-unread {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99%;
  text-align: center;
  margin: 0;
  padding: 30px 0;

  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #fff8de);
  background-image: -moz-linear-gradient(transparent, #fff8de);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,
      #fff8de 100%);
  /*background-image: -webkit-linear-gradient(transparent, #f2eee1);
  background-image: -moz-linear-gradient(transparent, #f2eee1);
  background-image: -o-linear-gradient(transparent, #f2eee1);
  background-image: linear-gradient(transparent, #f2eee1);*/
}

.overflow-x-hidden {
  overflow-x: hidden;
}

label.error {
  margin: unset;
}

.w-fit-content {
  width: -moz-fit-content;
  /* Firefox/Gecko */
  width: -webkit-fit-content;
  /* Chrome */
  width: fit-content;
}

.w-max-content {
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content;
}

.mw-fit-content {
  max-width: -moz-fit-content;
  /* Firefox/Gecko */
  max-width: -webkit-fit-content;
  /* Chrome */
  max-width: fit-content;
}

.mw-max-content {
  max-width: -moz-max-content;
  /* Firefox/Gecko */
  max-width: -webkit-max-content;
  /* Chrome */
  max-width: max-content;
}

.tag-tooltip .popover-body {
  background-color: #ccf0fa;
}

.tag-tooltip>.arrow::after {
  border-top-color: #ccf0fa;
}

.container.main.supersearch-new {
  background: #ecf4fe !important;
  width: 1200px !important;
  min-width: 1200px !important;
}

.supersearch-ai-step-1__title {
  color: #00366f;
  font-size: 18px;
  font-family: "Sarabun";
  font-weight: 500;
}

.supersearch-ai-step-1__subtitle {
  color: #6762f6;
  font-size: 18px;
  font-family: "Sarabun";
  font-weight: 500;
}

.top-pick-search-icon {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: #f1f7fa url("../images/icon/toppick.png") no-repeat;
  background-position: top center;
  background-size: 50px;
  padding-top: 50px;
  line-height: 25px;
}

.candidate-profile {
  width: 34px;
  height: 34px;
  background-size: cover;
  background-position: center;
}

.candidate-posotion {
  font-size: 12px;
}

.candidat-name span {
  font-size: 16px;
}

.btn-home-short {
  border-radius: 20px;
  background: #fcfcfd !important;
  display: flex;
  width: 121.161px;
  height: 32px;
  padding: 2px 8px !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #969696 !important;
  text-align: center;
  font-family: Sarabun;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 18px;
}

.btn-home-short--active {
  border: 1px solid #46d3ff;
  background: #eaf7ff;
  color: #0093f0 !important;
}

.search-home-short-list {
  width: 253.911px;
  height: 32px !important;
  background: rgb(255, 255, 255);
  color: #101828;
  font-family: Sarabun;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  padding-left: 30px;
  border: none;
}

.search-home-short-list::placeholder {
  color: #969696;
}

.label-home-short-list {
  color: #667085;
  text-align: right;
  font-family: Sarabun;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.yearGraduationPopover {
  max-width: 330px !important;
}