/*-----------------------------------------------------------------------------------*/
/*	1. Framework
/*-----------------------------------------------------------------------------------*/
body {
  color: #212121;
  font-family: 'Lato', system-ui, Arial, sans-serif !important;
	font-size: 16px;
	font-weight: normal;
  margin: 0;
	padding-top: 68px;
}

h1, h2, h3, h4, h5, h6 { 
  font-family: 'Poppins', system-ui, Arial, sans-serif;
  font-weight: 600; 
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

hr {
  border-color: #CED3E0;
  clear: both;
  float: none;
}

a, a:active, a:focus, a:visited { outline: none; }

.no-gutter > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.img-responsive-icon
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.text-white,
a.text-white { color: #fff; }

a.text-white:hover,
a.text-white:focus {
	color: #ff3e97;
	text-decoration: none;
}

.font-weight-normal { font-weight: normal; }
.font-weight-bold { font-weight: bold; }

.btn-ios {
  background: url(../../../../img/frontend/btn-download-ios.png) no-repeat left top !important;
  background-size: contain !important;
  display: block;
	height: 43px;
	overflow: hidden;
	text-indent: -900px;
	width: 150px;
}

.btn-android {
  background: url(../../../../img/frontend/btn-download-android.png) no-repeat left top !important;
  background-size: contain !important;
  display: block;
	height: 43px;
	overflow: hidden;
	text-indent: -900px;
	width: 150px;
}

.btn-appgallery {
  background: url(../../../../img/frontend/btn-download-appgallery.png) no-repeat left top !important;
  background-size: contain !important;
  display: block;
  height: 43px;
  overflow: hidden;
  text-indent: -900px;
  width: 150px;
}

.text-primary { color: #fa4094; }
.text-secondary { color: #293153; }
.text-tertiary { color: #3d4cc0; }

/*-----------------------------------------------------------------------------------*/
/*	2. Navigation
/*-----------------------------------------------------------------------------------*/
.navbar {
	margin: 0px;
	background: #f3f3f3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.navbar .container {
	padding-bottom: 4px;
	padding-top: 2px;
}

.navbar.partner { min-height: 60px !important; }
.navbar.partner .nav-contact-details {
  margin: 0;
  margin-top: 12px;
}

.navbar.partner #navbar-certis { margin-left: -100px !important; } 

.navbar-main .container {
	padding-bottom: 10px;
	padding-top: 10px;
}

.navbar .country-dropdown .country-menu {
  background: #f3f3f3;
  border: none;
  color: #fff;
  margin-left: -20px;
  padding: 10px 0 0;
  -webkit-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.15);
  width: 200px;
}

.navbar .country-dropdown .icon-country {
	width: 31px;
	height: 20px;
	border: solid 0.5px #dddddd;
	margin-right: 5px;
}

.navbar .country-dropdown .btn-country-dropdown,
.navbar .country-menu > li > a {
  background: transparent;
  color: #293153;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}

.navbar .country-menu > li > a { padding: 10px 20px; }

.navbar .country-menu > li > a:hover,
.navbar .country-menu > li > a:focus { background: #ececec; }

.navbar .country-dropdown .btn-country-dropdown { padding-left: 0; }

.navbar-nav > li > a {
  color: #293153;
  font-weight: normal;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
  color: #ff3e97;
}

.navbar-main {
	background-color: #fff;
	color: #293153;
}

.navbar-default .navbar-toggle {
	border: none;
	border-width: 0;
	color: #ff3e97;
}

.navbar-brand {
  height: 42px;
  padding: 8px 0;
}

.navbar-brand > span.logo {
  background: url('../../../../img/frontend/logo-fastjobs.png') no-repeat left top !important;
  background-size: contain !important;
  display: block;
  height: 42px;
  overflow: hidden;
  text-indent: -900px;
  width: 155px;
}

.navbar-brand > span.logo-white {
	background: url('../../../../img/frontend/logo-fastjobs-white.png') no-repeat left top !important;
	background-size: contain !important;
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -900px;
	width: 155px;
}

.nav-contact-details {
	margin: 10px 0 0;
	padding: 0;
}

.nav-contact-details > li > a {
	color: #293153;
	font-size: 14px;
	padding: 0;
  font-family: 'Lato', system-ui, Arial, sans-serif;
}

.nav-contact-details > li > a:hover,
.nav-contact-details > li > a:focus {
	color: #ff3e97;
	text-decoration: none;
}

.nav-contact-details > li {
  border-right: solid 1px #cccccc;
  display: inline-block;
  margin-right: 0px;
  padding: 0 16px;
  font-family: 'Lato', system-ui, Arial, sans-serif;
}

.nav-contact-details > li:last-child {
	border-right: none;
	padding-right: 0;
}

.navbar-nav > li > a.btn-employer { margin: 0 20px 0; border-width: 1px !important; padding-top: 15px; padding-bottom: 15px; }

.navbar-nav > li > a.btn-employer:hover, .navbar-nav > li > a.btn-employer:focus {
  background: #ed3a8c !important;
  border-color: #ff3e97 !important;
  color: #fff !important;
}

.navbar-nav > li a.btn-jobseeker {
  padding-bottom: 14px;
  padding-top: 14px;
}

.navbar-nav .dropdown-jobseeker {
  background: #293153;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.15);
  min-width: 220px;
}
.navbar .dropdown.certis .dropdown-jobseeker { width: fit-content !important; }

.navbar-nav .dropdown-jobseeker > li > a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 12px 20px;
  text-align: left;
}

.navbar-nav .dropdown-jobseeker > li > a:hover,
.navbar-nav .dropdown-jobseeker > li > a:focus {
  background: #1F2C52 !important;
}

.nav-user a.dropdown-toggle {
  padding-bottom: 0 !important;
  padding-top: 10px !important;
}

.nav-user img.user-photo { margin-right: 10px; }

.nav-user .nav-user-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-user .nav-user-menu > li {
  margin: 0;
  padding: 8px 55px;
}

.nav-user .nav-user-menu a {
  color: #bec5d5;
  font-weight: 300;
}

.nav-user .nav-user-menu a:hover {
  color: #fff;
  text-decoration: none;
}

.nav-user .open > a, 
.nav-user .open > a:hover, 
.nav-user .open > a:focus {
  background: transparent;
}

.nav-user .dropdown-menu.certis-custom { left: unset !important;}

@media (max-width: 1200px) {
  .navbar-nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar-nav > li > a.btn-employer {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	Buttons
/*-----------------------------------------------------------------------------------*/
.btn {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 16px;
  text-transform: none;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn,
button,
input,
label,
.dropdown-menu {
	font-family: 'Lato', system-ui, Arial, sans-serif !important;
}

button:focus { outline: 0 !important; box-shadow: none !important; }

.btn-primary {
  background-color: #ff3e97;
  border-color: #ed3a8c;
  color: #fff;
  display: inline-block;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #ed3a8c;
  border-color: #ff3e97;
}

a.btn-primary { color: #fff !important; }

.btn-secondary {
  background-color: #293153;
  border-color: #293153;
  color: #fff;
  display: inline-block;
}

a.btn-secondary { color: #fff !important; }

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary  {
  background: #1F2C52 !important;
  border-color: #263F88;
  color: #fff !important;
}

.btn-border {
  background: transparent;
  border-color: #fa4094;
  color: #fa4094 !important;
}
.btn-border:hover,
.btn-border:focus {
  background: #ed3a8c !important;
  border-color: #ff3e97 !important;
  color: #fff !important;
}

.btn-border-blue {
  background: transparent;
  border-color: #1F2C52;
  border-width: 2px;
  color: #1F2C52 !important;
  margin-top: 20px;
  font-weight: 700 !important;
}
.btn-border-blue:hover,
.btn-border-blue:focus {
  background: #1F2C52 !important;
  border-color: #1F2C52 !important;
  color: #fff !important;
}

.btn-border-pink {
  background: transparent;
  border-color: #FA4094;
  border-width: 2px;
  color: #FA4094 !important;
  margin-top: 20px;
  font-weight: 700 !important;
}
.btn-border-pink:hover,
.bbtn-border-pink:focus {
  background: #fb3a91 !important;
  border-color: #fb3a91 !important;
  color: #fff !important;
}

.whatsapp-btn {
  margin-top: 7px!important;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #fa4094 !important;
}

.btn-default {
  background-color: #fff;
  border-color: #dddddd;
  color: #293153;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background: transparent;
  border-color: #fa4094;
  color: #293153;
}

.btn-default > .glyphicon,
.btn-default > .fa { color: #ff3e97; }
.btn-default:hover > .glyphicon,
.btn-default:hover > .fa,
.btn-default:focus > .glyphicon,
.btn-default:focus > .fa { color: #ff3e97; }

.input-group-btn > .btn-default { padding: 6px 16px; }

.btn.disabled,
.btn-default.disabled,
.btn-default.disabled > .glyphicon,
.btn-default.disabled > .fa,
.btn-default.disabled:hover,
.btn-default.disabled:focus { background-color: #f9f9f9; color: #ccc; }

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus { background-color: #ff9fcb; border-color: #f36eab; color: #fff; }

.btn-primary > .glyphicon,
.btn-primary > .fa { color: #fff; }


.btn-input {
  background-color: #fff;
  border-color: #dddddd;
  color: #dddddd;
}

.btn-input:hover,
.btn-input:focus,
.btn-input:active,
.btn-input.active,
.open > .dropdown-toggle.btn-input {
  background: #fff;
  border-color: #dddddd;
}

.btn-lg { padding: 16px 30px; }

.btn-facebook {
  background: #4267b2 !important; 
  border-color: #357ebd !important; 
  color: #fff !important; 
  font-weight: 400 !important; 
  text-transform: none !important; 
  margin-top: 0px !important; 
  font-size: 16px;
}

.btn-facebook-icon {
  width: 25px;
  height: 25px;
  margin-right: 3px;
}

.main-content .btn-facebook {
  margin-top: 15px !important;
}

.d-flex-align-content-center {
  display: flex;
  justify-content: center;
}
.fj-form {
  max-width: 400px;
  width: 100%;
}

h1.h2,
h1.h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.login-unified-account-callout {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid var(--Brand-Blue-Blue-200, #A0AEEE);
  background: var(--Brand-Blue-Blue-50, #ECEFFD);
  border-radius: 4px;
  box-sizing: border-box;
  text-align: left;
}

.login-unified-account-callout__icon {
  flex-shrink: 0;
  color: #18181B;
}

.login-unified-account-callout__text {
  flex: 1 1 0;
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #363940;
}

.coy-jobs-tab {
  display: flex;
  width: 100%;
  height: 56px;
}

.coy-jobs-tab > .coy-jobs-tabitem {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.coy-jobs-tab > .coy-jobs-tabitem.active {
  border-bottom: 3px solid #FA4094;
}

#gsi-root, #gsu-root, #gsi-root-modal, #gsu-root-modal,
.gsi-button-root {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  min-height: 41px;
  width: 100%;
}

.gsi-native-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  z-index: 2;
  overflow: hidden;
  margin: 0;
}

.gsi-custom-button {
  pointer-events: none;
  position: relative;
  z-index: 1;
  width: 100%;
}

.modal-login-form #login-form{
  max-width: 400px;
  display: inline-block;
}

#g-signin > div,
#g-signin-modal > div,
#g-signup > div,
#g-signup-modal > div {
  width: 100% !important;
  height: 100% !important;
}

#g-signin > div > div[role="button"],
#g-signin-modal > div > div[role="button"],
#g-signup > div > div[role="button"],
#g-signup-modal > div > div[role="button"] {
  width: 100% !important;
  min-height: 41px;
}

.employer-login-cta {
  margin-bottom: 20px;
}


.custom-g-login, .custom-g-signup, .custom-g-login-modal, .custom-g-signup-modal {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8189ab;
  border-radius: 3px;
  background-color: #fff;
  height: 41px;
}
.custom-g-login > span, .custom-g-signup > span, .custom-g-login-modal > span, .custom-g-signup-modal > span{
  margin-left: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	Modal
/*-----------------------------------------------------------------------------------*/
.modal .download-store { margin-top: 18px; }
.modal .job-qr-code {
  display: inline-block;
  height: 120px;
  overflow: hidden;
  width: 120px;
}
.modal .option-message { font-size: 18px; }
.modal .option-message p { line-height: 26px; }

/* full screen modal */
.modal.modal-fullscreen { margin: 0; }
.modal.modal-fullscreen .modal-close {
  background: #ff3e97;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  right: 20px;
  top: 12px;
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit
}
.modal.modal-fullscreen .modal-body {
  max-height: 100% !important;
  padding: 0;
}
.modal.modal-fullscreen .iframe-fullscreen {
  display: block;
  background: #000;
  border: none;
  height: 100vh;
  width: 100vw;
}

.modal-transparent .modal-content {
  background: rgba(0, 0, 0, .65);
  color: #fff;
}

.modal-header.header-banner { padding: 0; }


/*-----------------------------------------------------------------------------------*/
/*	Sign Up
/*-----------------------------------------------------------------------------------*/
.form-error {
  font-size: 14px;
  margin: 0;
  padding: 0 15px;
}

.form-error li { margin: 10px 0; }

.agree-to-terms {
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}

/* Password Input */
.form-password{
  border-right : none !important;
}
.togglePassword {
  cursor: pointer;
}

.input-group .form-password {
  border-right: none !important;
}

#modal-signup .download-store { margin-top: 0; }
#modal-signup .btn-download.btn-sm.btn-android { background-position: 0 -387px; }

/*-----------------------------------------------------------------------------------*/
/*	Pagination
/*-----------------------------------------------------------------------------------*/
.pagination > li > a, .pagination > li > span {
  background: #ffffff;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  background: #f7f7f7;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background: #1f2c52;
  border-color: #ddd;
  color: #fff;
  font-weight: 500;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: #ecf0f3;
}

/*-----------------------------------------------------------------------------------*/
/*	Input
/*-----------------------------------------------------------------------------------*/
button, input, label,
.dropdown-menu {
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  -webkit-appearance: none;
  font-family: 'Lato', system-ui, Arial, sans-serif !important;
  font-weight: normal;
}

.checkbox label, .radio label { padding-left: 10px; }

.input-group-addon {
  background: #fff;
  color: #aaaaaa;
}

.input-group-addon .glyphicon{ color: #aaaaaa; }

.input-group .form-control {
  border-left: none;
  padding-left: 2px;
}
.search-input-padding {
  padding-right: 10%;
}
.form-control {
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  font-size: 16px;
  height: 37px;
}

.input-lg { height: 50px; }

.modal .input-group { margin: 10px 0; }

/*-----------------------------------------------------------------------------------*/
/*	Forms: Custom Checkbox & Radio Button
/*-----------------------------------------------------------------------------------*/
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

.control {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: #fff;
  border: 1px solid #dddddd;
}

.control--checkbox .control__indicator { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.control--radio .control__indicator { border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator { border-color: #ff3e97; }

.control input:checked ~ .control__indicator { border-color: #ff3e97; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator { }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  border-color: #dddddd;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after { display: block; }

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 3px;
  width: 6px;
  height: 14px;
  border: solid #ff3e97;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after { border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 5px;
  top: 5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #ff3e97;
}
.control--radio input:disabled ~ .control__indicator:after { background: #7b7b7b; }

.control--sm {
  font-size: 14px;
  line-height: 20px;
  padding-left: 26px;
}

.control--sm .control__indicator {
  height: 20px;
  width: 20px;
}

.control--sm.control--checkbox .control__indicator:after {
  height: 12px;
  left: 6px;
  top: 2px;
}

.control--sm.control--radio .control__indicator:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	iCheck: custom checkbox/radio
/*-----------------------------------------------------------------------------------*/
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../../../../img/frontend/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
  -webkit-background-size: 200px 20px;
  background-size: 200px 20px;
}

.icheckbox_minimal { background-position: 0 0; }
.icheckbox_minimal.hover { background-position: -20px 0; }
.icheckbox_minimal.checked { background-position: -40px 0; }
.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal.checked.disabled { background-position: -80px 0; }

.iradio_minimal { background-position: -100px 0; }
.iradio_minimal.hover { background-position: -120px 0; }
.iradio_minimal.checked { background-position: -140px 0; }
.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal.checked.disabled { background-position: -180px 0; }

/*-----------------------------------------------------------------------------------*/
/*	Modal
/*-----------------------------------------------------------------------------------*/
.modal { margin-top: 25px; }
.modal-fit-right { margin-top: 0px !important; }
.modal .modal-close {
  color: #e5e9f2;
  font-size: 30px;
  position: absolute;
  right: -7px;
  top: -13px;
  z-index: 10;
}
.modal .modal-dialog { 
  min-width: 500px; 
  width: auto;
  max-width: 600px;
}
.modal-fit-right .modal-dialog { width: inherit; }
.modal .modal-dialog.modal-lg { width: 900px; }
.modal .modal-dialog-app-mode { width: 512px; }
.modal .pref-loc-modal-dialog { width: 560px; }
.modal .modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}
.modal-fit-right .modal-body { max-height: 100%; }
.modal .site-brand {
  background: url('../../../../img/frontend/fastjobs-logo.png') no-repeat left top;
  background-size: cover;
  display: inline-block;
  height: 42px;
  overflow: hidden;
  text-indent: -900px;
  width: 155px;
}
.modal .modal-header {
  background: #1e2c52;
  color: #fff;
  padding: 15px 15px 0;
}

.modal .modal-header > h4 { height: 40px; }

.modal h4 {
  line-height: 26px;
  margin: 0 0 5px;
}
.modal p {
  line-height: 20px;
  margin-bottom: 20px;
}
.modal .btn {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase;
}

.modal-loader {
  color: #fff;
  font-weight: 500;
  margin: auto;
  top: 30%;
}
.modal-loader .modal-dialog { width: 250px !important;}
.modal-loader .modal-body { padding: 0; }
.modal-loader .modal-content {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.modal-transparent .modal-content {
  background: rgb(31, 31, 31);
  background: rgba(0, 0, 0, .65);
  color: #fff;
}

.modal-transparent h3 {
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 80px;
}

/*-----------------------------------------------------------------------------------*/
/*	iziToast
/*-----------------------------------------------------------------------------------*/
.iziToast > .iziToast-body { font-weight: 400; }

.iziToast.new-interview-toast,
.iziToast.new-msg-toast { width: 360px; }
.iziToast.new-interview-toast > .iziToast-body .iziToast-texts,
.iziToast.new-interview-toast > .iziToast-body .iziToast-buttons,
.iziToast.new-msg-toast > .iziToast-body .iziToast-texts,
.iziToast.new-msg-toast > .iziToast-body .iziToast-buttons { float: none; clear: both; }

.iziToast > .iziToast-body .iziToast-texts {
  display: flex;
  align-items: baseline;
}

.iziToast > .iziToast-body .iziToast-texts + .iziToast-buttons {
  margin-top: 4px;
}

.iziToast > .iziToast-body .iziToast-buttons > button {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: .02em;
  cursor: pointer;
  background: rgba(0,0,0,.1);
  color: #000;
}

.iziToast.iziToast-theme-dark > .iziToast-body .iziToast-buttons > button {
  color: #fff;
  background: rgba(255,255,255,.1);
}

/*-----------------------------------------------------------------------------------*/
/*	Error/Simple page
/*-----------------------------------------------------------------------------------*/
.error-page,
.simple-page {
  color: #333333;
  min-height: 500px;
}

.error-page.not-found { background: url(../../../../img/fj-404.png) no-repeat bottom right; }
.error-page.access-denied { background: url(../../../../img/fj-access-denied.png) no-repeat bottom right; }

.error-page .error-content { padding: 0 20px; }

.error-page h1 { font-size: 80px; }
.simple-page h1 { font-size: 50px; margin-bottom: 10px; }

.error-page h2,
.simple-page h2 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}
.simple-page h2 { margin-top: 10px; }
.error-page h6,
.simple-page h6 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.simple-page h6 { margin: 5px 0; font-weight: 400; }

.error-page .block-grid-item,
.simple-page .block-grid-item {
  padding-bottom: 5px;
  padding-top: 5px;
}

.error-page .link-text,
.simple-page .link-text { font-weight: 300; }

/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
.footer {
  background: #293153;
	color: #dddddd;
  font-size: 14px;
  margin: 0;
	padding: 40px 0 0;
  text-align: center;
}


.footer .navbar-brand {
  clear: both;
  display: block;
  float: none;
  margin-bottom: 40px;
}

.footer ul.list-unstyled { margin-bottom: 20px; }
.footer ul.list-unstyled > li { 
  margin-bottom: 8px; 
  font-family: 'Lato', system-ui, Arial, sans-serif;
}

.footer .list-title {
	font-weight: bold;
  margin-bottom: 16px;
	text-transform: uppercase;
}

.footer a {
  color: #fff;
  font-weight: bold;
}

.footer a.footer-media-links {
	padding: 0 16px 0 0;
	font-size: 28px;
	color: #fff;
}

.footer a:hover,
.footer a:focus {
  color: #fa4094;
  text-decoration: none;
}

.footer .footer-line {
	opacity: 0.2;
	background: #ffffff;
	margin: 0;
}

.footer .copyright-text {
	opacity: 0.5;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	margin: 10px auto;
}

.footer .custom-footer {
	margin-top: -15px;
	padding-bottom: 12px;
	font-family: 'Lato', system-ui, Arial, sans-serif;
}
.sigun-form {
  width: 405px;
  left: 30%;
}
/*-----------------------------------------------------------------------------------*/
/*  Responsive - Bigger Screens
/*-----------------------------------------------------------------------------------*/

@media (min-width: 1025px) and (max-width: 1279px) {
  .nav-user .dropdown-menu.certis-custom { right: 1% !important; }
}

/*-----------------------------------------------------------------------------------*/
/*	Responsive - Tablet
/*-----------------------------------------------------------------------------------*/

@media (max-width: 1024px) and (min-width: 992px) {
  .nav-user .dropdown-menu.certis-custom { right: 1% !important; }
}
@media (max-width: 991px) and (min-width: 768px) {
  body {
    padding-top: 53px;
  }
  
  .container { width: 100%; }
  ul.nav.navbar-nav { clear: both; padding-top: 20px; width: 100%; }
  .navbar-nav.navbar-right:last-child { margin-right: 15px; }
  .navbar-collapse.collapse { display: none !important; }
  .navbar-nav > li > div.input-group { margin: 16px; }
  .navbar-nav > li { float: none !important; }
  .navbar-nav > li > a { font-size: 18px !important; }
  .navbar-nav > li > a.btn-employer { margin: 16px; }
  .navbar-nav > li a.btn-jobseeker { display: block; margin: 16px; padding: 15px; }
  .collapse { display: none; }
  .collapse.in { display: block !important; }

  .navbar-brand { margin: 0 0 0 16px; }

  .navbar-toggle { display: block !important; color: #fa4094; padding: 4px 0; }

  .nav-user .dropdown-menu.certis-custom { right: 1% !important; }

  .footer .navbar-brand { margin: 0 0 40px; }

  .footer .block-grid-item { padding: 10px 15px 5px; }

  .footer ul.download-app { margin-top: 80px; }
  .footer .custom-footer { line-height: 2; }

  .modal .modal-dialog.modal-lg { width: 700px; }

  .error-page.not-found { background-size: 420px 245px; }
  .error-page.access-denied { background-size: 360px 334px; background-position: right center; }
  .error-page h1 { font-size: 50px; }
  .error-page h2 { font-size: 20px; }
  .error-page h6 { font-size: 16px; }
}

/*-----------------------------------------------------------------------------------*/
/*	Responsive - Mobile
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  body {
    padding-top: 53px;
  }
  .sigun-form {
    left: auto;
  }
  .container { width: 100%; }

  h1 { font-size: 26px; }
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }

  ul.nav.navbar-nav {
    clear: both;
    padding-top: 20px;
  }

  .navbar-nav > li > div.input-group { margin: 12px 16px 12px 12px }

  .navbar .country-dropdown .btn-country-dropdown { padding: 0; }

  .navbar-brand { margin: 0 0 0 16px; }

  .navbar-toggle {
    color: #fa4094;
    padding: 4px 0;
  }

	.country-dropdown .visible-xs,
	.nav-contact-details .visible-xs { display: inline-block !important; }

	.nav-contact-details { margin: 0; }
  .nav-contact-details > li > a { font-size: 13px; }

  .navbar-nav > li > a.btn-employer { margin: 16px; }

  .navbar-nav > li a.btn-jobseeker {
    display: block;
    margin: 16px;
    padding: 10px 20px;
  }

  .navbar .dropdown.certis .dropdown-jobseeker > li > a {
    border-bottom: unset !important;
    color: unset !important;
  }
  .navbar .dropdown.certis .dropdown-jobseeker > li:hover{ background: #f3f3f3 !important; }
  .nav-user .dropdown-menu.certis-custom { right: 1% !important;}

  .footer .navbar-brand { margin: 0 0 40px; }

  .footer .block-grid-item { padding: 10px 15px 5px; }
  .footer .custom-footer { line-height: 2; }

  .modal .site-brand {
    height: 28px;
    margin-top: 3px;
    width: 105px;
  }

  .modal {
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .modal .modal-close {
    font-size: 16px;
    left: 15px;
    top: 13px;
  }
  .modal .modal-dialog,
  .modal .modal-dialog.modal-lg {
    margin: 0;
    width: 100%;
    min-width: 0; /* desktop min-width: 500px must not apply on phones */
    max-width: none;
    height: 100%;
  }
  .modal .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .modal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    border: 0;
  }
  .modal .modal-body {
    position: absolute;
    top: 50px;
    bottom: 0;
    max-height: none !important;
    width: 100%;
    font-weight: 300;
    overflow: auto;
  }

  .modal-loader .modal-dialog { width: auto !important; }
  .modal-loader .modal-content {
    background: rgb(31, 31, 31);
    background: rgba(0, 0, 0, .65);
  }
  .modal-loader .modal-body { top: 25%; }

  .modal-mobile-cancel {
    bottom: 10px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .modal-mobile-cancel:hover { color: #fff; }

  .modal .btn { padding: 5px 12px; margin-top: 10px; }

  .error-page .error-content { padding: 0 10px; }
  .error-page.not-found,
  .error-page.access-denied { background: none; }
  .error-page h1,
  .simple-page h1 { font-size: 28px;  margin: 15px 0; }
  .error-page h2,
  .simple-page h2 { font-size: 18px !important; line-height: 26px; }
  .error-page h6 { font-size: 16px; line-height: 24px; }
}


@media (max-width: 350px) {
  .sigun-form {
    left: auto;
  }
  .modal-transparent h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .modal-transparent .option-message,
  .modal-transparent .option-message p {
    font-size: 16px;
    line-height: 16px;
  }
}
.emp-reg-option {
  width: -webkit-fill-available;
  z-index: 10;
  background: #555555;
}
.empsts-option {
  color: #ffffff !important;
}

.emp-reg-option > li > a:hover, .emp-reg-option > li > a:focus {
  color: #262626 !important;
}
.empsts-input {
  background-color: #ffffff !important;
}
.countrycode-reg-option {
  width: -webkit-fill-available;
  z-index: 10;
  background: #555555;
  width: 20%;
  left: 20px;
}
.countrycode-option {
  color: #ffffff !important;
}

.countrycode-reg-option > li > a:hover, .emp-reg-option > li > a:focus {
  color: #262626 !important;
}
.countrycode-input {
  background-color: #ffffff !important;
  width: 20% !important;
}
.mobile-input {
  padding-left: 10px !important;
}
.error-border {
  border-color: red; 
}
.custom-dropdown-backdrop {
  position: absolute !important;
}
.countrycode-select {
  display: table-cell !important;
  width: 30%;
  vertical-align: middle;
}

.countrycode-verify-select {
  display: table-cell !important;
  width: 50%;
  vertical-align: middle;
}

.verify-phone-input {
  display: flex;
}


/* New Footer */

.footer-bg-container {
  background-color: #1c2138;
}

.footer-container-list {
  display: grid;
  gap: 12px;
  padding: 50px 20px 0px 20px;
}

.footer-container-list {
  grid-template-columns: 1fr;
}

.hide-in-tab-col {
  display: none;
}

.hide-in-mob-col {
  display: none;
}

.footer-box {
  padding: 20px;
  font-size: 1.2em;
  border-radius: 10px;
}

.footer-title {
  color: #A0AEEE;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  cursor: default;
  text-transform: uppercase;
}

.footer-text {
  color: #ffffff;
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer-link {
  display: flex;
  margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:visited {
    text-decoration: none;
}

.footer-link:focus-visible,
.footer-link:focus,
.footer-link:hover {
  color: #FA4094;
  text-decoration: none;
}

.footer-text-link {
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #ffffff;
  text-align: end;
  float: right;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.footer-text-link:visited {
    text-decoration: none;
}

.footer-text-link:focus-visible,
.footer-text-link:focus,
.footer-text-link:hover {
  color: #FA4094;
  text-decoration: none;
}

.footer-app-store-hint {
  font-family: 'Lato';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  padding-bottom: 20px;
}

.footer-connect {
  width: auto;
  margin-top: 50px;
}

.footer-social-icons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.footer-social-ico-size {
  width: 32px;
  color: #ffffff
}

.footer-social-ico-fb:hover {
  color: #4267B2;
}

.footer-social-ico-ig:hover {
  color: #E1306C;
}

.footer-social-ico-linkedin:hover {
  color: #0072b1;
}

.footer-app-store-links {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-copyright-container {
  text-align: center;
}

.footer-copyright-text {
  font-family: 'Lato';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #a1a1aa;
  height: 20px;
  margin-bottom: 0;
  padding-bottom: 35px;
  line-height: 16px
}

#country-dropdown .dropdown-label #country-chev-indicator {
  transition: transform 0.3s ease;
}

#country-dropdown.open .dropdown-label #country-chev-indicator {
  transform: rotate(180deg);
}

.country-dropdown {
  border: 1.5px solid #F5F5F5;
  color: #ffffff;
  font-size: 16px;
  max-height: 40px;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  height: 36px;
  width: 170px;
  display: flex;
  border-radius: 5px;
  margin-top: 35px;
}

#country-dropdown .dropdown-label {
  padding: 6px 16px;
  display: flex;
  justify-content: unset;
  gap: 12px;
  align-items: center;
}

#country-dropdown-content.dropdown-option {
  display: flex;
  flex-direction: row !important;
  color: #000000;
  gap: 20px;
}

#country-dropdown-content.dropdown-option:hover {
  text-decoration: none;
}

#country-dropdown-content.dropdown-option:visited {
  text-decoration: none;
  color: #000000;
}

@media (min-width: 950px) {
  body {
    padding-top: 68px;
  }
}

@media (min-width: 767px) {
  .footer-container-list {
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      padding: 80px 60px 0px 60px;
  }
  .hide-in-tab-col {
      display: none;
  }
  .footer-connect {
      width: 150px;
      margin-top: 20px;
  }
  .footer-app-store-links {
      width: 240px;
      display: flex;
      gap: 5px;
      flex-direction: column;
      align-items: flex-start;
  }
}

@media (min-width: 901px) {
  .footer-container-list {
      grid-template-columns: 1fr 1fr 1fr;
      padding: 80px 112px 0px 112px;
      gap: 32px;
  }
  .hide-in-tab-col {
      display: block;
  }
  .hide-in-mob-col {
      display: block;
  }
  .footer-center-box {
      display: grid;
      justify-content: center;
  }
  .last-box {
      display: grid;
      justify-content: flex-end;
  }
  .footer-connect {
      width: 150px;
      margin-top: 20px;
  }
  .footer-app-store-links {
      width: 240px;
      display: flex;
      gap: 5px;
      flex-direction: column;
      align-items: flex-start;
  }
}

fast-button:not(.borderless) {
    height: auto !important;
    min-height: 39px;
}

fast-button:not(.borderless) .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
    min-height: 100%;
    width: 100%;
}

fast-button:not(.borderless) .button-content {
    text-align: center;
    width: 100%;
    white-space: normal !important;
    word-break: break-word;
}

html[lang="ta"] {
  .job-action-panel .btn {
    white-space: normal;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    letter-spacing: -0.5px;
    column-gap: 5px;
    font-size: 14px;
  }
}