/*
Theme Name: FastJobs RWD
Author: FastJobs
Author URI: http://www.fastjobs.sg
Description: FastJobs is a platform that connects jobseekers and employers.
*/
/*-----------------------------------------------------------------------------------*/
/*	1. Framework
/*-----------------------------------------------------------------------------------*/
html, body, * {
  scrollbar-color: #E5E5E5 transparent;
  scrollbar-width: thin;
}

body {
  color: #212121;
  font-family: 'Lato', system-ui, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding-top: 80px;
}

body.user-page { background: #F5F5F5; margin-top: 30px; }
body.forgot-password { margin-top: 60px; }

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

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

strong { font-weight: 500; }

hr {
  border-color: #CED3E0;
  clear: both;
  float: none;
}
hr.dashed { border-style: dashed; }
hr.solid-pink { border-color: #FE8AC7; border-width: 3px; }
hr.no-margin { margin: 0; }
hr.no-margin-bottom { margin-bottom: 0; }

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

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

.main-content { min-height: 600px; }

.mcf-input {
    margin-bottom: 2%;
}

.affix { top: 90px; z-index: 11; }
.affix-bottom { position: absolute; }

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

.small-text {
  font-size: 13px;
  font-weight: 400;
}

.link-text {
  color: #ff3e97;
  font-weight: 400;
}
.link-text:hover { color: #ff3e97; }

.btn-download {
  background: url('../../../img/frontend/fj-img-sprite.png') no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  text-indent: -9999px;
  width: 202px;
}
.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;
}

.btn-download.btn-sm {
  height: 47px;
  width: 150px;
}

.btn-download.btn-ios { background-position: 0 0; }
.btn-download.btn-android { background-position: 0 -64px; }

.btn-download.btn-sm.btn-ios { background-position: 0 -339px; }
.btn-download.btn-sm.btn-android { background-position: 0 -384px; }

.glyphicon.icon-lg { font-size: 150px; }
.glyphicon.icon-default { color: #cdcbcb; }

.list-inline { display: inline-block; }

.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;
}

/*-----------------------------------------------------------------------------------*/
/*	Buttons
/*-----------------------------------------------------------------------------------*/
.btn {
  font-weight: 500;
  padding: 8px 16px;
  text-transform: uppercase;
  outline: none;
}

.btn-sm { padding: 5px 10px; }

.btn-xs { padding: 1px 6px; }

.btn-primary {
  background-color: #ff3e97;
  border-color: #ed3a8c;
}
.btn-outline-primary {
  background-color: #fff;
  border-color: #ff3e98;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: #fff;
  border-color: #ff3e98;
}
a.btn-outline-primary { color: #ff3e98 !important; }

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

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

.btn-secondary {
  background-color: #263F88;
  border-color: #152A66;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #1F2C52;
  border-color: #263F88;
}

a.btn-secondary { color: #fff !important; }
a.btn-secondary:hover,
a.btn-secondary:focus {
  background: #1F2C52 !important;
  border-color: #263F88 !important;
}

.btn-default {
  background-color: #fff;
  border-color: #d6dbe4;
  color: #1f2c52;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #FE8AC7;
  border-color: #f285bd;
  color: #fff;
}

.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: #fff; }

.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; }

/* Background colors
--------- */
.background-white { background: #fff; }
.background-blue { background: #1f2c52; color: #fff;}
.background-light-gray { background: #ecf0f3; }

/*-----------------------------------------------------------------------------------*/
/*	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-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 {
  font-family: 'Lato', system-ui, Arial, sans-serif;
  border-right: solid 1px #cccccc;
  display: inline-block;
  margin-right: 0px;
  padding: 0 16px;
}

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

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

.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-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;
}

/*-----------------------------------------------------------------------------------*/
/*	breadcrumb
/*-----------------------------------------------------------------------------------*/
.breadcrumb { font-weight: 400; }

/*-----------------------------------------------------------------------------------*/
/*	Tab pill
/*-----------------------------------------------------------------------------------*/
.pill-item { border-color: #CED3E0; }

.pill-item:hover,
.pill-item:focus { background: #FE8AC7; border-color: #f285bd; }

.pill-item > a {
  color: #343e4e;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.pill-item > a:hover,
.pill-item > a:focus {
  color: #fff;
  text-decoration: none;
}

.pill-item.active { background: #343e4e; border-color: #2d3949; }

.pill-item.active:hover,
.pill-item.active:focus { background: #343e4e; border-color: #2d3949; }

.pill-item.active > a,
.pill-item.active > a:hover,
.pill-item.active > a:focus { color: #fff; border-color: #2d3949; }

/*-----------------------------------------------------------------------------------*/
/*	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; }

/*-----------------------------------------------------------------------------------*/
/*	Sidebar: User Menu
/*-----------------------------------------------------------------------------------*/
.sidebar-usernav {
  background: #fff;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sidebar-usernav .user-info-header {
  background: #1e2c52;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.sidebar-usernav .profile-photo {
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #e8e8e8;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    padding: 2px;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.sidebar-usernav .verified {
  background: #0b7564;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  text-align: center;
  text-transform: uppercase;
}

.sidebar-usernav hr { border-color: #7f8594; }

.sidebar-usernav ul {
  margin: 0;
  padding: 0;
}

a.profile-side-nav {
  display: flex !important;
  gap: 12px;
}

.active > a.profile-side-nav {
  padding-left: 9px !important;
}

.sidebar-usernav li {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 0;
}
.sidebar-usernav li.active {
  display: block;
}
.sidebar-usernav li:last-child { border-bottom: none; }

.sidebar-usernav li > a {
  color: #212121;
  display: block;
  padding: 15px;
  align-items: center;
}

.sidebar-usernav li.active {
  display: block;
}

.sidebar-usernav li.active > a,
.sidebar-usernav li > a:hover,
.sidebar-usernav li > a:focus {
  background: #fafafa;
  color: #212121;
  text-decoration: none;
  font-weight: 700;
  border-left: 6px solid #FA4094;
}

.sidebar-usernav li > a:hover,
.sidebar-usernav li > a:focus {
  padding-left: 9px !important;
}

.sidebar-usernav ul > li > ul { margin-left: 30px; }

.sidebar-usernav .usernav-icon {
  font-size: 22px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.sidebar-usernav .glyphicon-chevron-right { color: #cdcbcb; }
.sidebar-usernav li.active .glyphicon-chevron-right { color: #1f659b; }

/*-----------------------------------------------------------------------------------*/
/*	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;
}

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

/*-----------------------------------------------------------------------------------*/
/*	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 #d6dbe4;
}

.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: #d6dbe4;
  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;
    *display: inline;
    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; }

/*-----------------------------------------------------------------------------------*/
/*	Back to top
/*-----------------------------------------------------------------------------------*/
.fj-back-top {
  background: rgba(255, 61, 149, 0.8);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  display: inline-block;
  font-size: 12px;
  opacity: 0;
  padding: 8px 15px;
  position: fixed;
  right: 10px;
  text-align: center;
  white-space: nowrap;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  visibility: hidden;
  z-index: 10;
}
.fj-back-top.cd-is-visible, .fj-back-top.cd-fade-out, .fj-back-top:hover {
  color: #fff;
  transition: opacity .3s 0s, visibility 0s 0s;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
}
.fj-back-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.fj-back-top.cd-fade-out { opacity: .5; }
.fj-back-top:hover {
  color: #fff;
  background-color: #ff3d95;
  opacity: 1;
  text-decoration: none;
}   

/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
.footer {
  background: #1b284c;
  color: #bec5d5;
  margin-top: 20px;
  padding-bottom: 50px;
  padding-top: 20px;
}

body.home .footer { margin-top: 0; }

.footer a { color: #bec5d5; }
.footer a:hover { color: #fff; text-decoration: none; }

.footer .navbar-brand { 
  clear: both;
  float: none;
}

.footer ul {
  margin-bottom: 30px;
}

.footer ul > li.list-title {
  color: #7f8594;
  font-size: 14px;
  text-transform: uppercase;
}

.footer ul > li { margin: 8px 0; }

.footer li.social-network {
  display: inline;
  margin-right: 15px;
}

.footer li.social-network > a {
  background: url('../../../img/frontend/fj-img-sprite.png') no-repeat;
  display: inline-block;
  height: 45px;
  text-indent: -999px;
  width: 48px;
}
.footer li.social-network > a.facebook { background-position: 0 -127px; }
.footer li.social-network > a.facebook:hover { background-position: 0 -183px; }
.footer li.social-network > a.instagram { background-position: -56px -127px; }
.footer li.social-network > a.instagram:hover { background-position: -56px -183px; }


/*-----------------------------------------------------------------------------------*/
/*	Messages
/*-----------------------------------------------------------------------------------*/
.message-notification-sample {
  background: #fff;
  border: 1px solid #ccc !important;
  color: #212121;
  -webkit-box-shadow: 0px 3px 20px 2px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 3px 20px 2px rgba(0,0,0,0.20);
  box-shadow: 0px 3px 20px 2px rgba(0,0,0,0.20);
}

.message-notification-sample .sample-msg {
  padding: 10px;
}

.messages-tooltip-holder {
  background: #fff;
  color: #212121;
  padding: 10px 20px;
  position: fixed;
  left: 50%;
  top: 70px;
  width: 420px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 20px 2px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 3px 20px 2px rgba(0,0,0,0.30);
  box-shadow: 0px 3px 20px 2px rgba(0,0,0,0.30);
  z-index: 20;
}

.messages-tooltip-holder .arrow {
  color: #ff3e97;
  display:block;
  opacity:0.4;
  text-align: center;
}
.messages-tooltip-holder .arrow.up { -webkit-animation: uparrow 0.6s infinite alternate ease-in-out; }

.messages-tooltip-holder.unread {
  background: #fff;
  color: #212121;
  font-size: 14px;
  left: 60%;
  width: auto;
}

.messages-tooltip-holder.unread a { color: #212121; }
.messages-tooltip-holder.unread a:hover { text-decoration: none; }

.messages-tooltip-holder .icon-new-msg {
  color: #ff3e97;
  display: block;
  font-size: 40px;
  margin: 0 0 5px;
}

.navbar-nav .nav-msg,
.navbar-nav .nav-interview {
  position: relative;
}
.navbar-nav .nav-msg .unread-msg-count,
.navbar-nav .nav-interview .interview-count {
  background: #ff3e97;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

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

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

/*-----------------------------------------------------------------------------------*/
/*	Interview Schedule
/*-----------------------------------------------------------------------------------*/

.schedule-interview-jobapp-calendar {
  background: #f7f7f7;
  margin: 15px 0 0;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius:5px;
  border-radius: 5px;
}

.schedule-interview-jobapp-calendar .info-label { font-weight: 400; }

.panel-calendar {
  background-color: #fff;
  cursor: pointer;
  margin: 0 auto 10px;
}

.panel-calendar.declined,
.panel-calendar.pending { opacity: 0.75; }

.panel-calendar.cancelled,
.panel-calendar.completed { opacity: 0.60; }

.panel-calendar.panel-sm { max-width: 85px; }

html[lang='ta'] .panel-calendar.panel-sm { max-width: 115px; }

.panel-calendar > .panel-heading {
  background-color: #4A90E2;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 5px;
  text-transform: uppercase;
}

.panel-calendar.cancelled > .panel-heading,
.panel-calendar.completed > .panel-heading { background-color: #9B9B9B }

.panel-calendar.declined > .panel-heading { background-color: #A94442 }

.panel-calendar > .panel-body { padding: 5px; position: relative; }

.panel-calendar > .panel-body > hr { margin: 5px; border-style: dotted; }

.panel-calendar .cal-date {
  color: #000;
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  margin: 2px 0 4px;
}
.panel-calendar .cal-time,
.panel-calendar .cal-day {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}

.panel-calendar .cal-arrowflip1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #5f5f5f transparent transparent transparent;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.panel-calendar .cal-arrowflip2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #f7f7f7 transparent;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.panel-calendar .cal-arrowflipshadow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #eeeeee transparent;
  position: absolute;
  bottom: -1px;
  right: 13px;
}

.panel-calendar .cal-small-label {
  display: block;
  font-size: 11px;
  line-height: 14px;
}

html[lang='ta'] .panel-calendar .cal-small-label {
  font-size: 9px;
}

.panel-calendar.panel-md { max-width: 120px; }

.panel-calendar.panel-md > .panel-heading { font-size: 24px; }

.panel-calendar.panel-md .cal-date {
  font-size: 40px;
  line-height: 40px;
}

.panel-calendar.panel-md .cal-time,
.panel-calendar.panel-md .cal-day {
  font-size: 17px;
  line-height: 18px;
}

.panel-original-schedule {
  background: #f6f8fb;
  margin: 0;
}

.panel-original-schedule > .panel-body { padding: 10px; }

.panel-original-schedule .panel-calendar { background: #fff; margin-bottom: 0; }

.schedule-interview-tag {
  background-color: #9B9B9B;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}

.interview-info-wrapper{
  overflow-wrap: break-word;
}

.schedule-interview-tag.pending { background-color: #9B9B9B; }
.schedule-interview-tag.confirmed { background-color: #26A69A; }
.schedule-interview-tag.declined { background-color: #A94442; }

.schedule-interview-tag.tag-lg {
  font-size: 20px;
  padding: 5px 25px;
}

.modal-interview-prompt .modal-footer { text-align: left; }

.modal-interview-prompt .btn {
  font-size: 14px;
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Video Interview
/*-----------------------------------------------------------------------------------*/

.video-interview-details {
    background: #F3F4F6;
    padding: 10px;
    border-radius: 5px;
}

.video-interview-details.jobapp { width: 350px; }

.video-interview-details.dark {
    background: #242D52;
    color: #fff;
}

.video-interview-details a { 
  word-break: break-word; 
  color: #FF91CB;
}

.video-interview-details .join-via {
    color: #4E94E4;
    font-weight: 400;
    font-size: 13px;
}

.video-interview-details .interview-link {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 900;
    line-height: 2.5em;
}

.video-interview-details .note {
  color: #777;
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*	Animated
/*-----------------------------------------------------------------------------------*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}


@-webkit-keyframes uparrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(-0.4em); opacity: 0.9 }
}

/*-----------------------------------------------------------------------------------*/
/*	Responsive - Tablet
/*-----------------------------------------------------------------------------------*/
@media (max-width: 991px) and (min-width: 768px) {
  body { font-size: 15px; }
  
  .navbar-brand > span.logo-icon {
    background: url('../../../img/frontend/fastjobs-logo-icon-blue.png') no-repeat left top;
    background-size: cover;
    display: block;
    height: 36px;
    margin: 0;
    overflow: hidden;
    text-indent: -900px;
    width: 32px;
  }
  
  .navbar .dropdown-toggle,
  .navbar-search .dropdown-toggle { font-size: 15px; }

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

  .container { width: 100%; }

  .breadcrumb { margin-bottom: 10px; }
  
  .messages-tooltip-holder {
    left: 43%;
    top: 70px;
  }
  
  .messages-tooltip-holder .arrow { text-align: center; }
  
  .messages-tooltip-holder.unread { left: 63%; }
}

/*-----------------------------------------------------------------------------------*/
/*	Responsive - Mobile
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  body {
    font-size: 15px;
    padding-top: 60px;
  }

  body.user-page { padding-top: 10px; }

  h1 { font-size: 20px; }
  h2 { font-size: 18px; }
  h3 { font-size: 17px; }
  h4 { font-size: 16px; }
  h5 { font-size: 15px; }
  h6 { font-size: 13px; }

  h1 { margin: 0 10px 10px; }
  
  .navbar-brand { margin-left: 5px; }
  .navbar-brand > span.logo,
  .navbar-brand-middle > span.logo {
    background: url('../../../img/frontend/fastjobs-logo.png') no-repeat left top;
    background-size: cover;
    display: block;
    height: 28px;
    overflow: hidden;
    text-indent: -900px;
    width: 105px;
  }

  .navbar-brand > span.logo-icon {
    background: url('../../../img/frontend/fastjobs-logo-icon-blue.png') no-repeat left top;
    background-size: cover;
    display: block;
    height: 45px;
    margin: -7px -15px 0;
    overflow: hidden;
    text-indent: -900px;
    width: 30px;
  }

  .navbar-back {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 3px 15px 10px;
  }

  .navbar-back:hover { color: #fff; }

  .navbar-nav > li > a > span.nav-sublabel {
    display: inline;
    font-size: 16px;
    position: relative;
    text-transform: none;
  }

  .navbar-header { position: relative; }
  .navbar-header .navbar-brand-middle {
    position: absolute;
    left: 31.555%;
    top: 6px;
  }
  
  .navbar-nav .nav-dropdown { padding-bottom: 15px; }

  .navbar-nav .nav-dropdown .dropdown-menu {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
  }

  .nav-dropdown .dropdown-menu > li > a {
    border-bottom: 1px solid #293a6b;
    color: #bec5d5;
  }
  .navbar .dropdown-menu > li > a:hover,
  .navbar .dropdown-menu > li > a:focus {
    background: none;
    color: #fff;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a { padding: 15px; }

  /* Columns */
  .main-content {
    margin-top: 40px;
  }

  .main-content > .row > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-content > .row {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  
  .modal .text-pink { color: #ff3d95; }
  .modal-header .mobile-header { margin-top: 4px; }
  .modal-header .mobile-header a { color: #fff; }
  
  .option-box.block-grid-xs-2 { margin: -15px; }

  .option-box .checkbox label, 
  .option-box .radio label { padding: 10px 5px; }

  .option-box .checkbox.two-lines label, 
  .option-box .radio.two-lines label { padding: 5px; }
  
  .btn-modal-skills-form {
      background: none;
      border: none;
      top: -9px;
      right: 10px;
  }
  
  .messages-tooltip-holder {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 1200;
  }
  
  .messages-tooltip-holder.unread {
    left: 0;
    top: 0;
    height: auto;
    padding: 40px 0;
    width: 100%;
    z-index: 1200;
  }
  
  .schedule-interview-tag.tag-lg {
    display: inline-block;
    font-size: 16px;
    margin: 10px 0;
    padding: 5px 15px;
  }
  
  .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  
  .modal-footer .btn { margin-top: 0; }
  
  .modal.fade:not(.in).bottom .modal-dialog {
      -webkit-transform: translate3d(0, 25%, 0);
      transform: translate3d(0, 25%, 0);
  }
}

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

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

.simple-page h1 { font-size: 46px; }

.simple-page h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
}

.simple-page h6 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

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

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

@media (max-width: 991px) and (min-width: 768px) {
    .simple-page h1 { font-size: 32px; margin-top: 40px; }
    .simple-page h2 { font-size: 22px; }
}

@media (max-width: 767px) {
    .simple-page h1 { font-size: 22px; margin: 0; }
    .simple-page h2 { font-size: 18px; }
}

.resume-container {
  display: flex;
}

.left-resume-column, .right-reume-column {
  flex-basis: auto;
  text-align: justify;
  padding: 10px
}

.resume-filename-column {
  flex-grow: 1;
  word-break: break-all;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
}

.apply-success-download-img-area {
  height: 320px;
  overflow: hidden;
}

.apply-success-download-img-area img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
