/* FONT LOAD
----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krub:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Rajdhani:wght@500;600&display=swap');

/* SKELTON STRUCTURE
----------------------------------*/
.no-js {
  display: none;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: 'Rajdhani', sans-serif !important;
  overflow-x: hidden;
  padding-top: 97px;
  background-color: #f8f8f8;
}

@media (max-width: 994px) {
  body {
    padding-top: 97px;
  }
}

body,
html {
  height: 100%;
}

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

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

audio,
canvas,
progress,
video {
  display: inline;
  width: 100%;
}

*:focus {
  outline: 0 !important;
}

.no-bg {
  background: none !important;
}

::-webkit-input-placeholder {
  font-size: 14px;
  color: #10324a;
  opacity: 1;
}

::-moz-placeholder {
  font-size: 14px;
  color: #10324a;
  opacity: 1;
}

:-ms-input-placeholder {
  font-size: 14px;
  color: #10324a;
  opacity: 1;
}

input:-moz-placeholder {
  font-size: 14px;
  color: #10324a;
  opacity: 1;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #999;
  outline: 0 none;
}

[class*="dropdown-menu-tip-"]::after {
  content: '';
  position: absolute;
  width: .5rem;
  height: .5rem;
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-left: none;
}

.dropdown-menu-tip-n::after {
  top: calc(-.25rem - 1px);
  left: calc(50% - .25rem);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-menu-tip-ne::after {
  top: calc(-.25rem - 1px);
  right: 1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-menu-tip-nw::after {
  top: calc(-.25rem - 1px);
  left: 1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-menu-tip-s::after {
  left: calc(50% - .25rem);
  bottom: calc(-.25rem - 1px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.dropdown-menu-tip-se::after {
  right: 1rem;
  bottom: calc(-.25rem - 1px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.dropdown-menu-tip-sw::after {
  left: 1rem;
  bottom: calc(-.25rem - 1px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.dropdown-menu {
  margin-top: .75rem;
}

.content {
  margin: 0 !important;
  padding: 50px 0;
}

/* BLOBALS
----------------------------------*/
p {
  margin: 20px 0;
}

.highlight {
  color: #ef1214;
}

.animatecss {
  -webkit-transition: all ease-out .4s;
  -o-transition: all ease-out .4s;
  transition: all ease-out .4s;
}

.shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.1);
}

.shadow2 {
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.3);
}

.main-title {
  color: #10324a !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding-bottom: 0 !important;
}

.maintitle2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;
}

.maintitle2 a {
  font-weight: 300;
  font-size: 17px;
  color: #333;
  margin-left: 30px;
}

.title-pages {
  color: #333 !important;
}


/* PADDING & MARGIN
----------------------------------*/
.no-padding {
  padding: 0 !important;
}

.no-pl {
  padding-left: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.mtb-15 {
  margin: 15px 0 !important;
}

.mt-40 {
  margin-top: 40px !important;
}


/* ICON THEMES STYLE
----------------------------------*/
.icon-custom {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.icon-custom.dashboard {
  background-image: url("https://www.getredy.id/assets/images/icon-dashboard.png");
}

.icon-custom.dashboard-active {
  background-image: url("https://www.getredy.id/assets/images/icon-dashboard-active.png");
}

.icon-custom.my-vacancy {
  background-image: url("https://www.getredy.id/assets/images/icon-lowongan-saya.png");
}

.icon-custom.my-vacancy-active {
  background-image: url("https://www.getredy.id/assets/images/icon-lowongan-saya-active.png");
}

.icon-custom.e-learning {
  background-image: url("https://www.getredy.id/assets/images/icon-belajar.png");
}

.icon-custom.e-learning-active {
  background-image: url("https://www.getredy.id/assets/images/icon-belajar-active.png");
}

.icon-custom.account {
  background-image: url("https://www.getredy.id/assets/images/icon-akun.png");
}

.icon-custom.account-active {
  background-image: url("https://www.getredy.id/assets/images/icon-akun-active.png");
}

.wrp-menuuser ul li .dashboard {
  background: url("https://www.getredy.id/assets/images/icon-home.png") no-repeat left center;
}

.wrp-menuuser ul li .dashboard:hover {
  background: url("https://www.getredy.id/assets/images/icon-home-active.png") no-repeat left center;
}

.wrp-menuuser ul li .lowker {
  background: url("https://www.getredy.id/assets/images/icon-lowker.png") no-repeat left center;
}

.wrp-menuuser ul li .lowker:hover {
  background: url("https://www.getredy.id/assets/images/icon-lowker-active.png") no-repeat left center;
}

.wrp-menuuser ul li .elearning {
  background: url("https://www.getredy.id/assets/images/icon-elearning.png") no-repeat left center;
}

.wrp-menuuser ul li .elearning:hover {
  background: url("https://www.getredy.id/assets/images/icon-elearning-active.png") no-repeat left center;
}

.wrp-menuuser ul li .pengaturan {
  background: url("https://www.getredy.id/assets/images/icon-pengaturan.png") no-repeat left center;
}

.wrp-menuuser ul li .pengaturan:hover {
  background: url("https://www.getredy.id/assets/images/icon-pengaturan-active.png") no-repeat left center;
}


/* BUTTON THEMES STYLE
----------------------------------*/
.btn {
  font-size: 12px;
  line-height: 15px;
  border-radius: 25px;
  padding: 8px 24px;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.btn-blue,
.btn-blue:focus {
  background: #10324a;
  color: #fff;
  border: 1px transparent solid;
}

.btn-blue:hover {
  background: #fff;
  color: #10324a;
  border: 1px solid;
}

.btn-red,
.btn-red:focus {
  background: #ef1214;
  color: #fff !important;
  border: 1px transparent solid;
}

.btn-red:hover {
  background: #fff;
  color: #ef1214 !important;
  border: 1px solid;
}

.btn-white,
.btn-white:focus {
  background: #fff;
  color: #e1e1e1;
  border: 1px #e1e1e1 solid;
}

.btn-white:hover {
  background: #e1e1e1;
  color: #fff;
  border: 1px solid;
}

.btn-white-2,
.btn-white-2:focus {
  background: #fff;
  color: #ef1214;
  border: 1px #ef1214 solid;
}

.btn-white-2:hover {
  background: #ef1214;
  color: #fff;
  border: 1px solid;
}

.btn-dark,
.btn-dark:focus {
  background: #10324a;
  color: #fff !important;
  border: 1px transparent solid;
}

.btn-dark:hover {
  background: #fff;
  color: #10324a !important;
  border: 1px solid;
}

.btn-payment {
  margin-top: 30px;
  padding: 12px 24px;
  font-size: 13px;
}

.my-btn {
  background: #10324a;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
}

.my-btn:hover {
  color: #fff;
}

.btn-wa {
  background: #128C7E;
  color: #fff;
  text-shadow: 0 2px 1px rgb(0 0 0 / 20%), 0 0 18px rgb(0 0 0 / 20%);
}

.btn-wa:hover{
  background-color: transparent;
  color: #128C7E;
  border-color: #25D366;
}

/* NAVBAR
----------------------------------*/
.navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  background-color: #fff;
  height: 97px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  /* -webkit-box-shadow: 0 4px 6px -6px #333; */
  /* box-shadow: 0 4px 6px -6px #333; */
}

.navbar .navbar-brand {
  float: inherit;
  height: auto;
  padding: 0;
  margin: 0;
}

.navbar .navbar-brand .logo {
  width: 79.3%;
  padding: 17px 30px;
}

.navbar .navbar-nav>li {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 15px;
}

.navbar .navbar-nav>li>a {
  color: #10324a;
  padding: 38.3px 0;
  cursor: pointer;
}

.navbar .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #ef1214;
}

.navbar-default .navbar-nav>.active>a {
  background-color: transparent;
  color: #ef1214;
  border-top: 3px solid;
  padding: 18px 0;
}

.navbar .navbar-nav>li.signin,
.navbar .navbar-nav>li.signup {
  font-size: 12px;
  text-transform: inherit;
  margin: 33px 15px;
}

.navbar .navbar-nav>li.signin a,
.navbar .navbar-nav>li.signup a {
  padding: 3px 20px;
  position: relative;
}

.navbar .navbar-nav>li.signup a {
  color: #fff;
}

.navbar .navbar-nav>li.signup a:hover,
.navbar .navbar-nav>li.signup a:focus {
  background: #ef1214;
  color: #fff !important;
  border: 1px transparent solid;
}

.navbar .navbar-nav>li>.dropdown>.dropdown-toggle>.caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-left: .25rem;
}

.navbar .navbar-nav>li>.dropdown>.dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 10px 50px #0000001c;
  box-shadow: 0px 10px 50px #0000001c;
}

.navbar .navbar-nav>li>.dropdown>.dropdown-menu>li {
  border-bottom: 1px solid #d7d7d7;
}

.navbar .navbar-nav>li>.dropdown>.dropdown-menu>li:last-child {
  border-bottom: 0 solid #d7d7d7;
}

.navbar .navbar-nav>li>.dropdown>.dropdown-menu>li>a {
  padding: 8px 20px;
  color: #225071;
  text-transform: none;
}

.navbar .navbar-nav>li>.dropdown>.dropdown-menu>li>a:hover,
.navbar .navbar-nav>li>.dropdown>.dropdown-menu>li>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #225071;
}

.sub-navbar {
  background-color: #f8f8f9;
  /*padding-top: 60px;*/
}

.sub-navbar ul.sub-navbar-menu {
  list-style: none;
  padding: 5px 10px;
  margin: 10px 0 5px 0;
  text-align: right;
}

.sub-navbar ul.sub-navbar-menu>li {
  position: relative;
  display: inline-block;
  margin-right: 35px;
}

.sub-navbar ul.sub-navbar-menu>li:last-child {
  margin: 0;
}

.sub-navbar ul.sub-navbar-menu>li a {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #10324a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-navbar ul.sub-navbar-menu>li.active a {
  color: #ef1214;
}

.sub-navbar ul.sub-navbar-menu>li i {
  position: relative;
  margin-right: 5px;
}

.sub-navbar ul.sub-navbar-menu>li ul.dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 20px #00000014;
  box-shadow: 0px 10px 20px #00000014;
}

.sub-navbar ul.sub-navbar-menu>li ul.dropdown-menu>li {
  border-bottom: 1px solid #d7d7d7;
}

.sub-navbar ul.sub-navbar-menu>li ul.dropdown-menu>li:last-child {
  border-bottom: none;
}

.sub-navbar ul.sub-navbar-menu>li ul.dropdown-menu>li a {
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 400;
  color: #10324a;
}

.sub-navbar ul.sub-navbar-menu>li ul.dropdown-menu>li a:hover,
.sub-navbar ul.sub-navbar-menu>li ul.dropdown-menu>li a:focus {
  background: #225071;
  color: #fff;
}

.welcome-user {
  color: #28a59f;
  background: url("https://www.getredy.id/assets/images/arrow-down.png") right center no-repeat;
  padding-right: 27px !important;
  text-transform: none;
}

.wrp-menuuser {
  background: #f8f8f9;
  text-align: right;
  margin-top: -4px;
}

.wrp-menuuser ul {
  margin: 0;
  display: inline-block;
}

.wrp-menuuser ul li {
  display: inline-block;
  list-style: none;
}

.wrp-menuuser ul li a {
  display: block;
  padding: 12px 20px;
  padding-left: 30px;
  color: #10324a;
}

.wrp-menuuser ul li a:hover {
  color: #ef1214;
}

.wrp-menuuser .submenu {
  position: relative;
}

.wrp-menuuser .submenu ul {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 170px;
  text-align: left;
  margin-top: 33px;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.1);
  -webkit-transition: all ease-out .4s;
  -o-transition: all ease-out .4s;
  transition: all ease-out .4s;
}

.wrp-menuuser .submenu ul li {
  display: block;
  text-align: left;
}

.wrp-menuuser .submenu ul li a {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  width: 100%;
}

.wrp-menuuser .submenu ul li a:hover {
  background: #10324a;
  color: #fff;
}

.wrp-menuuser .submenu:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 43px;
  -webkit-transition: all ease-out .4s;
  -o-transition: all ease-out .4s;
  transition: all ease-out .4s;
}


/* CONTAINER
----------------------------------*/
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}


/* WRAPPER
----------------------------------*/
.wrapper {
  position: relative;
  width: 100%;
}

.wrapper h1 {
  font-size: 36px;
  padding-bottom: 15px;
  text-align: center;
}

.wrapper h2 {
  font-size: 28px;
  color: #434343;
  padding-bottom: 15px;
  text-align: center;
}

/* Sub Section */
.wrapper.latest-job .content .list h2 {
  padding-bottom: 0;
}

.wrapper.latest-job .content .list ul,
.wrapper.list-new-job .content .list ul,
.wrapper.member-authentication .content .content-side .list ul {
  list-style: none;
}

.wrapper.latest-job .content .list ul > li{
  display: flex;
	justify-content: space-between;
	align-items: center;
  gap: 15px;
}

@media(max-width:425px){
  .wrapper.latest-job .content .list ul > li{
    flex-direction: column;
    gap:15px;
  }
}

.wrapper.latest-job .content .list ul>li,
.wrapper.list-new-job .content .list ul>li,
.wrapper.member-authentication .content .content-side .list ul>li {
  position: relative;
  border-bottom: 1px #ebebeb solid;
  margin: 20px 0;
  padding-bottom: 20px;
}

.wrapper.latest-job .content .list ul>li .logo,
.wrapper.list-new-job .content .list ul>li .logo,
.wrapper.member-authentication .content .content-side .list ul>li .logo {
  width: 15%;
  display: inline-block;
}

.wrapper.latest-job .content .list ul>li .logo img,
.wrapper.list-new-job .content .list ul>li .logo img,
.wrapper.member-authentication .content .content-side .list ul>li .logo img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  border: 1px solid #f7f7f7;
}

.wrapper.latest-job .content .list ul>li .description,
.wrapper.list-new-job .content .list ul>li .description,
.wrapper.member-authentication .content .content-side .list ul>li .description {
  position: relative;
  width: 60%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #959595;
}

.wrapper.latest-job .content .list ul>li .description a,
.wrapper.list-new-job .content .list ul>li .description a,
.wrapper.member-authentication .content .content-side .list ul>li .description a {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #27a59f;
  display: block;
  margin-bottom: 3px;
}

.wrapper.latest-job .content .list ul>li .description span,
.wrapper.list-new-job .content .list ul>li .description span,
.wrapper.member-authentication .content .content-side .list ul>li .description span {
  color: #333;
}

.wrapper.latest-job .content .list ul>li .description .location,
.wrapper.list-new-job .content .list ul>li .description .location,
.wrapper.member-authentication .content .content-side .list ul>li .description .location {
  font-size: 13px;
  font-weight: 400;
  margin-top: 3px;
}

.wrapper.latest-job .content .list ul>li .btn,
.wrapper.list-new-job .content .list ul>li .btn,
.wrapper.member-authentication .content .content-side .list ul>li .btn {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 7px 14px;
}

.wrapper.member-authentication .content .content-side .list .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  margin: 0;
  border-radius: 0;
}

.wrapper.member-authentication .content .content-side .list .pagination li {
  display: block;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.wrapper.member-authentication .content .content-side .list .pagination li a {
  display: block;
  background-color: #e9ecee;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0;
  color: #394047;
  border: none;
  border-radius: 0;
}

.wrapper.member-authentication .content .content-side .list .pagination li.active a {
  background-color: #ef1214;
  color: #fff;
}

.wrapper.member-authentication .content .content-side .list .pagination li.disabled a {
  background-color: #f3f5f6;
  color: #808c99;
}

.wrapper.member-authentication .content .content-side .list .pagination li a.prev,
.wrapper.member-authentication .content .content-side .list .pagination li a.next {
  width: auto;
  height: 32px;
  padding: 0 15px;
}

.wrapper.member-authentication .content .content-side .list .pagination li a i {
  font-size: 11px;
}

.wrapper.member-authentication .content .content-side .list .pagination li a.prev i {
  margin-right: 4px;
}

.wrapper.member-authentication .content .content-side .list .pagination li a.next i {
  margin-left: 4px;
}

.wrapper.latest-job .content .register-form-landing {
  background: #f8f7fa;
  border-radius: 20px;
  /* padding: 25px 80px; */
  margin: 0 0 0 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.7);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.7);
}

.wrapper.latest-job .content .register-form-landing h2 {
  font-weight: 400;
  color: #10324a;
  padding-bottom: 5px;
}

.wrapper.latest-job .content .register-form-landing .sub-title,
.wrapper.latest-job .content .register-form-landing .or {
  font-size: 11px;
  font-weight: 400;
  color: #10324a;
  padding-bottom: 10px;
}

.wrapper.latest-job .content .register-form-landing .or {
  padding: 15px 0 20px 0;
}

.wrapper.latest-job .content .register-form-landing .form-control {
  border-radius: 20px;
}

.wrapper.latest-job .content .register-form-landing .form-control::-webkit-input-placeholder {
  color: #959595;
  opacity: 0.5;
}

.wrapper.latest-job .content .register-form-landing .form-control::-moz-placeholder {
  color: #959595;
  opacity: 0.5;
}

.wrapper.latest-job .content .register-form-landing .form-control:-ms-input-placeholder {
  color: #959595;
  opacity: 0.5;
}

.wrapper.latest-job .content .register-form-landing .form-controlinput:-moz-placeholder {
  color: #959595;
  opacity: 0.5;
}

.wrapper.latest-job .content .register-form-landing .form-control:focus {
  border-color: #eee;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(208, 208, 208, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(208, 208, 208, 0.5);
}

.wrapper.latest-job .content .register-form-landing .btn {
  width: 100%;
  margin-bottom: 15px;
}

.wrapper.latest-job .content .register-form-landing p {
  font-size: 10px;
  margin-bottom: 0;
}

/* Sub Section */
.wrapper.testimonial {
  text-align: center;
}

.wrapper.testimonial .content {
  text-align: left;
  padding: 15px 0;
}

.wrapper.testimonial .content ul {
  list-style: none;
}

.wrapper.testimonial .content ul li {
  padding: 10px;
}

.wrapper.testimonial .content img {
  max-width: 90px;
  max-height: 90px;
}

.wrapper.testimonial .content .title {
  font-size: 14px;
  font-weight: 600;
  color: #10324a;
}

.wrapper.testimonial .content .position {
  font-size: 13px;
  font-weight: 400;
  color: #959595;
}

.wrapper.testimonial .content .description {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  margin: 5px 0 20px 0;
}

/* Sub Section */
.wrapper.elearning-gateway {
  background-color: #f8f8f9;
  padding: 0;
}

.wrapper.elearning-gateway .caption {
  position: absolute;
  top: 15%;
  right: 10%;
  max-width: 400px;
  min-width: 360px;
}

.wrapper.elearning-gateway .caption h2 {
  font-size: 42px;
}

.wrapper.elearning-gateway .caption .description {
  font-size: 12px;
  color: #10324b;
  margin-bottom: 30px;
}

/* Sub Section */
.wrapper.jobs-category {
  padding-top: 30px;
}

.wrapper.jobs-category h2 {
  text-align: center;
  padding-bottom: 30px;
}

.wrapper.jobs-category .content ul {
  list-style: none;
}

.wrapper.jobs-category .content ul>li {
  text-align: center;
  margin-bottom: 20px;
}

.wrapper.jobs-category .content ul>li a {
  color: #000;
}

.wrapper.jobs-category .content ul>li a img {
  width: 50px;
  margin-bottom: 15px;
}

.wrapper.jobs-category .content ul>li a h3 {
  font-size: 18px;
  font-weight: 600;
}

.wrapper.jobs-category .content ul>li a .jobs-total {
  font-size: 12px;
  color: #7d7d7d;
}

/* Sub Section */
/* Sub Section */
.wrapper.partners {
  text-align: center;
  background-color: #f8f8f9;
}

.wrapper.partners .content ul {
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
}

.wrapper.partners .content .slick-list {
  margin: 0 -10px;
}

.wrapper.partners .content ul li {
  background: #fff;
  overflow: hidden;
  margin: 0 10px;
  max-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 4px 2px -2px #ddd;
  box-shadow: 0 4px 2px -2px #ddd;
}

.wrapper.partners .content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.partners .content ul li a img {
  height: auto;
}

/* Sub Section */
.wrapper.detail-job {
  padding-top: 30px;
}

.wrapper.detail-job .content {
  margin-top: 50px;
}

.wrapper.detail-job .content .description {
  margin-bottom: 30px;
}

.wrapper.detail-job .content .description .location,
.wrapper.detail-job .content .description .salary {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #10324a;
}

.wrapper.detail-job .content .description .salary {
  color: #7d7d7d;
}

.wrapper.detail-job .content .description .category {
  display: block;
  color: #10324a;
  margin: 5px 0;
}

.wrapper.detail-job .content .description .text-area {
  margin: 40px 0;
}

.wrapper.detail-job .content .description .text-area h1,
.wrapper.detail-job .content .description .text-area h2,
.wrapper.detail-job .content .description .text-area h3,
.wrapper.detail-job .content .description .text-area h4,
.wrapper.detail-job .content .description .text-area h5 {
  font-size: 28px;
  font-weight: 400;
  color: #ef1214;
  padding-bottom: 10px;
}

.wrapper.detail-job .content .description .text-area h2 {
  font-size: 22px;
  text-align: left;
}

.wrapper.detail-job .content .description .text-area h3 {
  font-size: 16px;
}

.wrapper.detail-job .content .description .text-area h4 {
  font-size: 14px;
}

.wrapper.detail-job .content .description .text-area h5 {
  font-size: 12px;
}

.wrapper.detail-job .content .description .text-area ul>li,
.wrapper.detail-job .content .description .text-area ol>li {
  margin-left: 15px;
}

.wrapper.detail-job .content .company-side {
  background-color: #f8f8f9;
  padding: 40px 30px 30px 30px;
  border-radius: 15px;
}

.wrapper.detail-job .content .company-side .logo {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}

.wrapper.detail-job .content .company-side h2 {
  font-size: 22px;
  font-weight: 600;
  color: #10324a;
  padding-bottom: 10px;
}

.wrapper.detail-job .content .company-side p {
  font-size: 13px;
  font-weight: 400;
  color: #10324a;
  margin-bottom: 30px;
}

.wrapper.detail-job .content .company-side .wrapper-button {
  text-align: center;
}

/* Sub Section */
.wrapper.guide {
  padding-top: 63px;
}

.wrapper.guide .content {
  margin-top: 50px;
}

.wrapper.guide .content .description {
  margin-bottom: 30px;
}
.wrapper.otp-wa{
  padding-top: 63px;
  padding-bottom: 63px;
}

/* Sub Section */
.wrapper.list-new-job {
  /*padding-top: 63px;*/
}

.wrapper.list-new-job .content {
  margin-top: 50px;
}

.wrapper.list-new-job .content .description {
  margin-bottom: 30px;
}

.wrapper.list-new-job .list .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  margin: 0;
  border-radius: 0;
}

.wrapper.list-new-job .list .pagination li {
  display: block;
  margin-left: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  padding-bottom: 0 !important;
}

.wrapper.list-new-job .list .pagination li a {
  display: block;
  background-color: #e9ecee;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0;
  color: #394047;
  border: none;
  border-radius: 0;
}

.wrapper.list-new-job .list .pagination li.active a {
  background-color: #ef1214;
  color: #fff;
}

.wrapper.list-new-job .list .pagination li.disabled a {
  background-color: #f3f5f6;
  color: #808c99;
}

.wrapper.list-new-job .list .pagination li a.prev,
.wrapper.list-new-job .list .pagination li a.next {
  width: auto;
  height: 32px;
  padding: 0 15px;
}

.wrapper.list-new-job .list .pagination li a i {
  font-size: 11px;
}

.wrapper.list-new-job .list .pagination li a.prev i {
  margin-right: 4px;
}

.wrapper.list-new-job .list .pagination li a.next i {
  margin-left: 4px;
}

/* Sub Section */
.wrapper.member-authentication .padding-side {
  border-right: 1px solid #ebebeb;
  margin-bottom: 40px;
}

.wrapper.member-authentication .content-side .carousel-inner {
  margin-bottom: 30px;
}

.wrapper.member-authentication .content-side h1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #10324a;
}

.wrapper.member-authentication .content-side .carousel-inner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.69);
  z-index: 10;
}

.wrapper.member-authentication .content-side .carousel-inner .item .carousel-caption {
  right: inherit;
  left: 0;
  bottom: 0;
  display: block;
  width: 40%;
  text-align: left;
  padding: 30px;
}

.wrapper.member-authentication .content-side .carousel-indicators {
  bottom: 0;
}

.wrapper.member-authentication .content-side .carousel-indicators li {
  width: 10px;
  height: 10px;
}

.wrapper.member-authentication .content-side .carousel-indicators .active {
  width: 12px;
  height: 12px;
}

.wrapper.member-authentication .profile-side {
  padding: 30px 50px;
  margin-bottom: 40px;
}

.wrapper.member-authentication .profile-side .profile-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.wrapper.member-authentication .profile-side .profile-account img {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.wrapper.member-authentication .profile-side .profile-account .profile {
  position: relative;
  top: 5px;
  display: block;
}

.wrapper.member-authentication .profile-side .profile-account .profile .type-account {
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #10324a;
}

.wrapper.member-authentication .profile-side .profile-account .profile h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ef1214;
  margin-bottom: 10px;
}

.wrapper.member-authentication .profile-side .profile-account .profile a {
  font-size: 14px;
  color: #959595;
}

.wrapper.member-authentication .profile-side .profile-completeness {
  color: #10324a;
  margin-bottom: 30px;
}

.wrapper.member-authentication .profile-side .profile-completeness .progress {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px #859df5 solid;
  border-radius: 30px;
}

.wrapper.member-authentication .profile-side .profile-completeness .progress-bar {
  background-color: #ef1214;
}

.wrapper.member-authentication .profile-side .profile-completeness ul.info {
  list-style: none;
  color: #7d7d7d;
}

.wrapper.member-authentication .profile-side .profile-completeness ul.info>li {
  margin-bottom: 5px;
}

.wrapper.member-authentication .profile-side .profile-activity {
  padding: 15px 0;
  margin: 30px 0 40px 0;
  border-top: 1px #ebebeb solid;
  border-bottom: 1px #ebebeb solid;
}

.wrapper.member-authentication .profile-side .profile-activity h4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #10324a;
  margin-top: 15px;
}

.wrapper.member-authentication .profile-side .profile-activity ul {
  list-style: none;
}

.wrapper.member-authentication .profile-side .profile-activity ul>li {
  position: relative;
  margin: 15px 0;
  color: #7d7d7d;
}

.wrapper.member-authentication .profile-side .profile-activity .count-sent,
.wrapper.member-authentication .profile-side .profile-activity .count-read,
.wrapper.member-authentication .profile-side .profile-activity .count-reject {
  background: #ef1214;
  color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -3px;
  right: 0;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
}

/* Sub Section */
.wrapper.event {
  padding-top: 63px;
}

.wrapper.event .content {
  margin-top: 50px;
}

.wrapper.event .content h3 {
  margin-bottom: 15px;
}

.wrapper.event .content h3 a {
  font-family: 'Rajdhani', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #27a59f;
}

.wrapper.event .content .info-meta {
  font-size: 13px;
  color: #7d7d7d;
}

.wrapper.event .content .info-meta ul>li {
  margin-right: 15px;
}

.wrapper.event .content .media a {
  max-width: 300px;
  max-height: 150px;
  overflow: hidden;
}

.wrapper.event .content .media .media-body {
  position: relative;
  top: -5px;
}

.wrapper.event .content .media .media-body p {
  color: #10324a;
  font-size: 14px;
  line-height: 22px;
}

.wrapper.event .content .sub-wrapper-category .panel .panel-heading {
  color: #10324a;
}

.wrapper.event .content .sub-wrapper-category .panel .list-group>li a {
  color: #ef1214;
}

.wrapper.how-to {
  background-color: #f8f8f9;
  padding: 60px 0;
  margin: 20px 0;
}

.wrapper.how-to .video-text {
  margin: 0 auto;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 15px;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper h4 {
  margin-bottom: 10px;
}

.wrapper p {
  margin: 0 0 30px 0;
}

/* CAROUSEL
----------------------------------*/

#main-carousel .bg-img-search {
  height: 450px;
  background-color: #999;
}

#main-carousel .bg-img-search::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/backgrounds/dashboard-bg.jpg);
  background-size: cover;
  background-position: center center;
}

/* #main-carousel .carousel-inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.69);
  z-index: 10;
} */
.carousel-search {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
  max-width: 540px;
}

.carousel-search p {
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.carousel-search .input-group {
  width: 500px;
  margin: 10px auto;
}

.carousel-search .input-group .form-control {
  border-radius: 30px;
  height: 60px;
  padding-left: 20px;
}

.carousel-search .input-group-btn {
  position: absolute;
  width: auto;
  z-index: 10;
  right: 0;
}

.carousel-search .input-group .btn {
  font-size: 14px;
  height: 50px;
  margin: 5px;
  background: #ef1214;
  color: #fff;
  border-radius: 25px;
}

.carousel-search .dropdown {
  display: inline-block;
  margin-right: 30px;
}

.carousel-search .dropdown:last-child {
  margin-right: 0;
}

.carousel-search .dropdown button,
.carousel-search .dropdown button:focus {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}

.carousel-search .dropdown ul {
  list-style: none;
  padding: 0 15px;
}

.carousel-search .dropdown ul>li {
  color: #10324a;
}

.search-jobs {
  padding: 50px 0;
  background-color: #f9f9f9;
  
}

.search-jobs .carousel-search {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #000;
  margin: 0 auto;
}

.search-jobs .carousel-search .dropdown button,
.search-jobs .carousel-search .dropdown button:focus {
  color: #000;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  right: 5px !important;
}

.loc-search-lowongan.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.loc-search-home.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 95px;
}

@media (max-width: 425px) {
  .bootstrap-select .dropdown-menu {
    width: 318px !important;
  }
}

.loc-search-home>.dropdown-toggle.bs-placeholder,
.loc-search-home>.dropdown-toggle.bs-placeholder:active,
.loc-search-home>.dropdown-toggle.bs-placeholder:focus,
.loc-search-home>.dropdown-toggle.bs-placeholder:hover {
  color: #fff !important;
}

.loc-search-home>.dropdown-toggle {
  color: #fff !important;
}

.loc-search-home>.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-color: transparent !important;
}

.loc-search-home .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: 0 !important;
}

.loc-search-lowongan>.dropdown-toggle.bs-placeholder,
.loc-search-lowongan>.dropdown-toggle.bs-placeholder:active,
.loc-search-lowongan>.dropdown-toggle.bs-placeholder:focus,
.loc-search-lowongan>.dropdown-toggle.bs-placeholder:hover {
  color: #000 !important;
}

.loc-search-lowongan>.dropdown-toggle {
  color: #000 !important;
}

.loc-search-lowongan>.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-color: transparent !important;
}

.loc-search-lowongan.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: 0 !important;
}

/* MODAL
----------------------------------*/
#modal-login .modal-dialog,
#modal-register .modal-dialog,
#modal-register2 .modal-dialog,
#modal-forgot-password .modal-dialog {
  max-width: 450px;
}

#modal-login .modal-dialog .modal-content #modal-register .modal-dialog .modal-content,
#modal-register2 .modal-dialog .modal-content {
  background-color: #f8f7fa;
}

#modal-login .modal-login-form,
#modal-register .modal-register-form,
#modal-register2 .modal-register-form2,
.modal-forgot-password {
  text-align: center;
  padding: 30px 80px;
}

.modal-forgot-password {
  padding: 30px;
}

#modal-register .modal-register-form.style2,
#modal-register2 .modal-register-form2 {
  padding: 30px;
}

#modal-login .modal-login-form h3,
#modal-register .modal-register-form h3,
#modal-register2 .modal-register-form2 h3,
.modal-forgot-password h3 {
  font-size: 36px;
  font-weight: 400;
  color: #10324a;
  padding-bottom: 5px;
}

#modal-register .modal-register-form h3 {
  padding-bottom: 15px;
}

#modal-login .modal-login-form .sub-title,
#modal-register .modal-register-form .sub-title,
#modal-register2 .modal-register-form2 .sub-title,
.modal-forgot-password .sub-title {
  font-size: 11px;
  font-weight: 400;
  color: #10324a;
  padding-bottom: 10px;
}

#modal-login .modal-login-form .or,
#modal-register .modal-register-form .or,
#modal-register2 .modal-register-form2 .or {
  padding: 15px 0 20px 0;
  font-size: 12px;
  font-weight: 400;
  color: #10324a;
}

#modal-login .modal-login-form .form-control,
#modal-register .modal-register-form .form-control,
#modal-register2 .modal-register-form2 .form-control,
.modal-forgot-password .form-control {
  border-radius: 20px;
}

#modal-login .modal-login-form .btn,
#modal-register .modal-register-form .btn,
#modal-register2 .modal-register-form2 .btn {
  width: 100%;
}

.modal-forgot-password .btn {
  margin: 15px 0;
}

#modal-register .modal-register-form .btn.btn-red {
  width: auto;
}

#modal-login .modal-login-form p,
#modal-register .modal-register-form p,
#modal-register2 .modal-register-form2 p {
  font-size: 12px;
  margin: 35px 0 0 0;
}

#modal-login .modal-login-form a.link-modal,
#modal-register .modal-register-form a.link-modal {
  color: #ef1214;
}

#modal-login .modal-login-form .forgot-password {
  display: block;
  text-align: right;
  margin-bottom: 15px;
  font-size: 12px;
  color: #10324a;
}

#modal-register .modal-register-form .radio {
  text-align: left;
  font-size: 12px;
  margin-bottom: 25px;
}

#modal-register .modal-register-form .radio .title-option {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #27a59f;
}

.socmed {
  position: relative;
  text-align: center;
  margin: 15px 0;
  list-style: none;
}

.or {
  margin-bottom: 15px;
}

.socmed>li {
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 0;
  list-style-type: none;
}

.socmed>li:last-child {
  margin: 0;
}


/* FOOTER
----------------------------------*/
footer {
  background: #000;
  color: #fff;
  padding: 60px 0 60px;
  font-size: 14px;
}

footer .left,
footer .right {
  display: inline-block;
  width: 49%;
}

footer span {
  color: #ef1214;
}

footer a {
  color: #fff;
}

footer a:hover, footer a:focus {
  color: rgb(255,159,67);
  text-decoration: none;
}

footer ul {
  margin: 0 0 10px 0;
  padding: 0;
}

footer ul>li {
  display: block;
  margin-right: 30px;
}

footer .widget {
  position: relative;
  display: block;
}

footer .widget h4 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}

footer .quick-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .quick-links li {
  display: block;
  margin-bottom: 10px;
}

footer .quick-links li a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
}

footer .quick-links li a:hover {
  color: #ef1213;
}

footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100px;
}

footer .social-links li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 0 12px;
}

footer .social-links li a {
  width: 32px;
  height: 32px;
  display: block;
  background-color: #ecf5f6;
  color: #959595;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

footer .social-links li a:hover {
  background-color: #fff;
  color: #544cf9;
}

footer .about-footer>img {
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}

footer .download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .download-app a {
  display: block;
  margin-right: 20px;
}

footer .copyrights {
  position: relative;
  padding: 30px 0;
  margin-top: 60px;
  border-top: 1px solid #10324a;
}

footer .copyrights p {
  color: #fff;
  text-align: center;
}

footer .copyrights p a {
  color: #ef1213;
}

#backToTop {
  position: fixed;
  bottom: 6%;
  left: 3%;
  width: 42px;
  height: 42px;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  -o-transition: background-color .3s, opacity .5s, visibility .5s;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

.newfooter {
  background: #ccc;
  color: #333;
}

.newfooter a {
  color: #333;
}

.foot-top {
  padding: 50px 0;
}

.foot-top ul li {
  display: block;
  list-style: none;
}

.foot-top ul li a {
  display: block;
  padding: 7px 0;
}

.foot-top ul a {
  color: #333;
}

.foot-top ul a:hover {
  color: #10324a;
}

.wrp-itemsocmed {
  max-width: 120px;
  margin-top: 20px;
}

.wrp-itemsocmed a {
  display: inline-block;
  margin: 5px 0;
  margin-left: 10px;
}

.copyright {
  text-align: center;
}

.copyright span {
  color: #ef1214;
}

.footlogo img {
  max-width: 120px;
}

.wrp-app {
  margin-top: 20px;
}

.wrp-app img {
  max-height: 35px;
}

.wrp-app a {
  margin-right: 15px;
}

.totop {
  position: fixed;
  left: 0;
  bottom: 0;
  cursor: pointer;
}

.totop img {
  max-width: 90px;
}

.hideme {
  position: absolute;
  top: 0;
  left: 0;
}

/* OTHERS
----------------------------------*/
.shadowbox {
  -webkit-box-shadow: 0px 9px 40px #00000014;
  box-shadow: 0px 9px 40px #00000014;
}

.heading {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.heading h4 {
  
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
}

.heading .skill-count {
  position: absolute;
  right: 0;
  top: 0;
}

.heading .sub-heading {
  font-size: 18px;
  color: #10324a;
  margin-top: 5px;
  display: block;
  font-weight: 600;
}

.secondary-menu {
  width: 100%;
  background-color: #f8f8f9;
  padding-top: 65px;
}

.secondary-menu ul {
  padding: 15px 15px;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-menu ul li {
  margin-left: 2rem;
}

.secondary-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  color: #10324a;
  text-decoration: none;
}

.secondary-menu ul li.current a {
  color: #ef1213;
}

.secondary-menu ul li a svg {
  height: 16px;
  width: 16px;
  margin-right: .75rem;
}

.secondary-menu ul li.current a svg {
  fill: #ef1213;
}

.secondary-menu ul li a span {
  display: block;
}

.wrapper.documents .content {
  margin-top: 50px;
}

.search-input {
  position: relative;
  max-width: 485px;
  display: block;
  margin-bottom: 20px;
}

.search-input i {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  color: #cbcccc;
}

.search-input input {
  width: 100%;
  border-radius: 30px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px 0 45px;
  font-size: 14px;
  border: 1px solid #28a59f !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.documents .table {
  position: relative;
  margin: 0;
}

.documents .table tr th,
.documents .table tr td {
  vertical-align: middle;
}

.documents .table tr th {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #ebebeb;
}

.documents .table tr td {
  border-top: 1px solid #ebebeb;
}

.documents .table tr td .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
}

.documents .table tr td .icon.icon--video {
  background-color: #ff0000;
}

.documents .table tr td .icon.icon--cv {
  background-color: #10324a;
}

.documents .table tr td .icon.icon--certificate {
  background-color: #27a59f;
}

.documents .table tr td .icon.icon--otherdoc {
  background-color: #9d9d9d;
}

.documents .table tr td span {
  display: inline-block;
  margin-left: 15px;
}

.documents .table tr td .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #000;
}

.documents .table tr td .dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 10px 50px #0000001c;
  box-shadow: 0px 10px 50px #0000001c;
}

.documents .table tr td .dropdown-menu>li>a {
  padding: 6px 20px;
}

.documents .table tr td .dropdown-menu>li>a:hover,
.documents .table tr td .dropdown-menu>li>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #225071;
}

.documents .col-md-2 .btn {
  padding: 12px 30px;
}

.my-profile {
  position: relative;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.my-profile .user__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.my-profile .user__info img {
  width: 85px;
  height: 85px;
  min-width: 85px;
  margin-right: 15px;
}

.my-profile .user__info .user__name {
  width: 100%;
}

.my-profile .user__info .user__name h4 {
  color: #ef1214;
  font-size: 20px;
  margin-bottom: 4px;
}

.my-profile .user__info .user__name h4 span {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 2px;
}

.my-profile .user__info .user__name a {
  color: #959595;
  font-size: 12px;
  display: inline-block;
}

.my-profile .user__progress {
  position: relative;
  margin-bottom: 0;
}

.my-profile .user__progress h5 {
  display: block;
  margin-bottom: 1rem;
  font-size: 14px;
  color: #10324a;
}

.my-profile .user__progress .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #708cf3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.my-profile .user__progress .progress-bar {
  background-color: #ef1214;
  text-align: right;
  padding: 0 10px;
}

.my-profile .user__progress p {
  color: #7d7d7d;
  margin-bottom: 5px;
  font-size: 14px;
}

.my-profile .link {
  cursor: pointer;
}

.my-profile .link p:hover {
  color: #ef1214;
}

.my-profile .no-link {
  cursor: not-allowed;
}

.my-activity {
  position: relative;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.my-activity h4 {
  
  font-size: 18px;
  color: #10324a;
  margin-bottom: 15px;
}

.my-activity ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.my-activity ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: #7d7d7d;

}

.my-activity ul li span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  background-color: #ef1214;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
}

.ads-banner {
  position: relative;
}

.wrapper.my-vacancies .content {
  margin-top: 50px;
}

.my-vacancies .vacancies__box {
  border: 1px solid #fafafa;
}

.my-vacancies .vacancies__box h3 {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.my-vacancies .vacancies__box h3:nth-child(n+2) {
  margin-top: 50px;
}

.my-vacancies .vacancies__box h3 .avatar {
  background-color: #ef1214;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 15px;
  border-radius: 50%;
}

.my-vacancies .table {
  position: relative;
  margin: 0;
}

.my-vacancies .table tr th,
.my-vacancies .table tr td {
  vertical-align: middle;
}

.my-vacancies .table tr th {
  font-size: 16px;
  color: #10324a;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 8px;
}

.my-vacancies .table tr td {
  border-top: 1px solid #ebebeb;
  color: #8e9091;
  padding: 10px 8px;
}

.my-vacancies .table tr td span {
  color: #27a59f;
}

.my-vacancies .table tr td a {
  font-size: 18px;
  color: #10324a;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.my-vacancies .table tr td a:hover {
  color: #ef1214;
}

.my-vacancies .pager {
  padding-left: 0;
  margin: 10px 0 10px 0;
  text-align: right;
  list-style: none;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.my-vacancies .pager li>a,
.my-vacancies .pager li>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 14px;
  background-color: #e9ecee;
  border: 1px solid #e9ecee;
  border-radius: 6px;
  color: #394047;
  margin-left: 10px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.my-vacancies .pager li>a:hover,
.my-vacancies .pager li>span:hover {
  background-color: #28a59f;
  color: #fff;
}

.my-vacancies .pager .active>a {
  background-color: #28a59f;
  color: #fff;
}

.my-vacancies .pager li:first-child>a>i {
  font-size: 10px;
  padding: 5px;
}

.my-vacancies .pager li:last-child>a>i {
  font-size: 10px;
  padding: 5px;
}

.wrapper.preference {
  overflow: hidden;
}

.wrapper.preference .content {
  margin-top: 50px;
}

.preference .preference-form {
  padding: 30px;
  border: 1px solid #fafafa;
  border-radius: 4px;
}

.preference .preference-form form {
  margin: 0;
  display: block;
}

.preference .preference-form form .with-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preference .preference-form form .with-action a {
  display: block;
  color: #000;
  margin-bottom: 10px;
}

.preference .preference-form form .with-action a:hover {
  display: block;
  color: #000;
  margin-bottom: 10px;
}

.preference .preference-form form label,
.preference .preference-form form legend {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #000;
  border: none;
}

.preference .preference-form form .form-control {
  border-radius: 30px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.preference .preference-form form .form-control:focus {
  border: 1px solid #27a59f;
}

.preference .preference-form form .form-control::-webkit-input-placeholder {
  color: #959595;
}

.preference .preference-form form .form-control:-ms-input-placeholder {
  color: #959595;
}

.preference .preference-form form .form-control::-moz-placeholder {
  color: #959595;
}

.preference .preference-form form .form-control::-ms-input-placeholder {
  color: #959595;
}

.preference .preference-form form .form-control::placeholder {
  color: #959595;
}

.preference .preference-form form .form-control::-webkit-outer-spin-button,
.preference .preference-form form .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.preference .preference-form form .form-control[type=number] {
  -moz-appearance: textfield;
}

.preference .preference-form form textarea {
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eeeeee;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.preference .preference-form form textarea:focus {
  border: 1px solid #27a59f;
}

.preference .preference-form form textarea::-webkit-input-placeholder {
  color: #959595;
}

.preference .preference-form form textarea:-ms-input-placeholder {
  color: #959595;
}

.preference .preference-form form textarea::-moz-placeholder {
  color: #959595;
}

.preference .preference-form form textarea::-ms-input-placeholder {
  color: #959595;
}

.preference .preference-form form textarea::placeholder {
  color: #959595;
}

.preference .preference-form form .change-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preference .preference-form form .change-profile img {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
}

.preference .preference-form form .change-profile a {
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  font-size: 14px;
  color: #959595;
  padding: 10px 32px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.preference .preference-form form .change-profile a:hover {
  background-color: #27a59f;
  color: #fff;
}

.preference .preference-form form .js-example-basic-multiple,
.preference .preference-form form .job-industry,
.preference .preference-form form .job-location,
.preference .preference-form form .select2-container--default .select2-selection--multiple {
  width: 100%;
  border-radius: 30px;
  padding: 0 15px;
  min-height: 40px;
  border: 1px solid #eeeeee;
}

.preference .preference-form form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e8eff0;
  border: none;
  border-radius: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 20px;
  line-height: 27px;
  position: relative;
}

.preference .preference-form form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #fff;
  border: 1px solid #959595;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  position: absolute;
  top: -2px;
  right: 4px;
  width: 16px;
  height: 16px;
  line-height: normal;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.preference .preference-form form .edit-tag-btn {
  position: absolute;
  top: 36px;
  right: -32px;
  color: #ef1214;
  font-size: 20px;
}

.preference .select__radio {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preference .select__radio span {
  margin-right: 15px;
}

.preference .select__radio input[type="radio"]:checked,
.preference .select__radio input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.preference .select__radio input[type="radio"]:checked+label,
.preference .select__radio input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #959595;
  margin: 0;
}

.preference .select__radio input[type="radio"]:checked+label:before,
.preference .select__radio input[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.preference .select__radio input[type="radio"]:checked+label:after,
.preference .select__radio input[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #27a59f;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.preference .select__radio input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.preference .select__radio input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.preference .price-range-slider {
  padding: 0;
  position: relative;
}

.preference .price-range-slider .range-value input {
  width: 100%;
  border: none;
  text-align: right;
  color: #ef1214;
  font-weight: 600;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.preference .price-range-slider .ui-widget.ui-widget-content {
  border: none;
  background-color: #999;
  border-radius: 30px;
}

.preference .price-range-slider .ui-slider .ui-slider-handle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 4px 10px #00000021;
  box-shadow: 0px 4px 10px #00000021;
}

.preference .price-range-slider .ui-slider-horizontal .ui-slider-handle {
  top: -.6em;
  margin-left: -.6em;
}

.preference .price-range-slider .ui-slider .ui-slider-range {
  background-color: #27a59f;
}

.preference .note-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.preference .note-price span {
  display: block;
  color: #959595;
}

.preference .actions {
  display: block;
  margin-top: 50px;
}

.preference .actions a {
  font-size: 14px;
  line-height: normal;
  border-radius: 30px;
  padding: 14px 50px;
  margin-right: 15px;
}

.corporate {
  position: relative;
  width: 100%;
}

.corporate .page__box {
  margin: 0;
  padding: 0;
}

.corporate h3 {
  
  font-size: 18px;
  color: #10324a;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}

.corporate .inner__box {
  position: relative;
  border: 1px solid #fafafa;
  padding: 24px;
}

.corporate .inner__box h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.corporate .corporate__box {
  margin-bottom: 30px;
  border: 1px solid #fafafa;
}

.corporate .corporate__box h3 {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}

.corporate .corporate__box h3 .avatar {
  background-color: #ef1214;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 15px;
  border-radius: 50%;
}

.corporate .corporate__box .table {
  position: relative;
  margin: 0;
}

.corporate .corporate__box .table tr th,
.corporate .corporate__box .table tr td {
  vertical-align: middle;
}

.corporate .corporate__box .table tr th {
  font-size: 14px;
  color: #10324a;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 8px;
}

.corporate .corporate__box .table tr td {
  font-size: 13px;
  border-top: 1px solid #ebebeb;
  color: #8e9091;
  padding: 10px 8px;
}

.corporate .corporate__box .table tr td span {
  color: #27a59f;
}

.corporate .corporate__box .table tr td a {
  font-size: 18px;
  color: #10324a;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.corporate .corporate__box .table tr td a:hover {
  color: #ef1214;
}

.corporate .corporate__box .table tr td a.link {
  color: #27a59f;
  font-size: 13px;
}

.corporate .corporate__box .table tr td a.link:hover {
  text-decoration: underline !important;
}

.our-company {
  padding: 48px 24px;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px #00000014;
  box-shadow: 0 0 20px #00000014;
}

.our-company .company__info {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 32px;
  margin-bottom: 32px;
  text-align: center;
}

.our-company .company__info .image {
  width: 96px;
  height: 96px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  margin: 0 auto 15px;
}

.our-company .company__info h3 {
  font-size: 18px;
  text-align: center;
  color: #ef1214;
  font-weight: 600;
}

.our-company .company__info h3 span {
  display: block;
  font-size: 13px;
  text-align: center;
  color: #10324a;
  font-weight: 600;
  margin-bottom: 5px;
}

.our-company .company__info a {
  background-color: #10324a;
  color: #fff;
  margin-top: 0;
  padding: 12px 24px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.our-company .company__info a:hover {
  background-color: #154160;
}

.our-company .our__activity {
  position: relative;
  display: block;
  padding-bottom: 32px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px;
}

.our-company .our__activity h4 {
  
  font-size: 16px;
  color: #10324a;
  margin-bottom: 15px;
  font-weight: 600;
}

.our-company .our__activity ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.our-company .our__activity ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: #7d7d7d;
}

.our-company .our__activity ul li:last-child {
  margin-bottom: 0;
}

.our-company .our__activity ul li span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  background-color: #ef1214;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
}

.our-company .invoice__list {
  position: relative;
  display: block;
  padding-bottom: 0;
  border-bottom: 0 solid transparent;
  margin-bottom: 0;
}

.our-company .invoice__list>h4 {
  
  font-size: 16px;
  color: #10324a;
  margin-bottom: 15px;
  font-weight: 600;
}

.our-company .invoice__list>p {
  font-size: 13px;
  color: #7d7d7d;
  margin-bottom: 15px;
}

.our-company .invoice__list ul {
  margin: 0;
  list-style: none;
  padding-left: 22px;
}

.our-company .invoice__list ul li {
  position: relative;
  margin-bottom: 20px;
}

.our-company .invoice__list ul li:last-child {
  margin-bottom: 0;
}

.our-company .invoice__list ul li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -22px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #6a87f2;
  border-radius: 50%;
}

.our-company .invoice__list ul li h6 {
  font-size: 14px;
  color: #27a59f;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

.our-company .invoice__list ul li p {
  margin-top: 5px;
  font-size: 13px;
  margin-bottom: 5px;
}

.our-company .invoice__list ul li p .ids {
  margin-right: 10px;
  display: inline-block;
  color: #000;
  font-weight: 700;
}

.our-company .invoice__list ul li p .date,
.our-company .invoice__list ul li p .price {
  margin-right: 10px;
  display: inline-block;
  color: #959595;
}

.our-company .invoice__list ul li p span:last-child {
  margin-right: 0;
}

.our-company .invoice__list ul li em {
  font-size: 13px;
  font-weight: 700;
}

.our-company .invoice__list ul li em.unpaid {
  color: #ef1214;
}

.table-custom {
  position: relative;
  border: 1px solid #fafafa;
}

.table-custom .search__box {
  position: relative;
  padding: 24px;
  border-bottom: 1px solid #ebebeb;
}

.table-custom .search__box.no--border {
  border-bottom: none;
}

.table-custom .search__box .search {
  position: relative;
  width: 100%;
}

.table-custom .search__box .search i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  color: #cbcccc;
  font-size: 18px;
}

.table-custom .search__box .search input {
  height: 35px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 40px;
}

.table-custom .search__box .search input::-webkit-input-placeholder {
  font-size: 14px;
  color: #cbcccc;
  opacity: 1;
}

.table-custom .search__box .search input::-moz-placeholder {
  font-size: 14px;
  color: #cbcccc;
  opacity: 1;
}

.table-custom .search__box .search input:-ms-input-placeholder {
  font-size: 14px;
  color: #cbcccc;
  opacity: 1;
}

.table-custom .search__box .search input:-moz-placeholder {
  font-size: 14px;
  color: #cbcccc;
  opacity: 1;
}

.table-custom .search__box select {
  margin-top: 15px;
  border-color: #9aa9b3;
  color: #666;
  font-size: 13px;
  border-radius: 6px;
}

.table-custom .search__box .btn {
  position: absolute;
  top: 24px;
  right: 24px;
  height: 35px;
  background-color: #ef1213;
  color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-custom .search__box .btn i {
  margin-right: 5px;
}

.table-custom .table {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

.table-custom .table tr th,
.table-custom .table tr td {
  vertical-align: middle;
}

.table-custom .table tr th {
  font-size: 10px;
  color: #10324a;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 8px;
}

.table-custom .table tr td {
  font-size: 13px;
  border-top: 1px solid #ebebeb;
  color: #8e9091;
  padding: 10px 8px;
}

.table-custom .table tr td span {
  color: #27a59f;
}

.table-custom .table tr td span.name--link {
  color: #4095eb;
}

.table-custom .table tr td a {
  font-size: 13px;
  color: #ef1214;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.table-custom .table tr td a:hover {
  color: #10324a;
}

.table-custom .table.table-contract {
  border-bottom: none;
}

.table-custom .table.table-contract tr td {
  font-size: 13px;
  border-top: none;
  color: #8e9091;
  padding: 15px 20px;
}

.table-custom .table.table-contract tr td img {
  margin-right: 5px;
}

.table-custom .with-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 24px;
}

.table-custom .with-actions>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #282828;
  padding: 12px 32px;
  min-width: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  -webkit-box-shadow: 0px 10px 15px #00000012;
  box-shadow: 0px 10px 15px #00000012;
}

.table-custom .with-actions>a>i {
  margin-right: 5px;
}

.table-custom .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  margin: 0;
  border-radius: 0;
}

.table-custom .pagination li {
  display: block;
  margin-left: 10px;
}

.table-custom .pagination li a {
  display: block;
  background-color: #e9ecee;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0;
  color: #394047;
  border: none;
  border-radius: 0;
}

.table-custom .pagination li.active a {
  background-color: #ef1214;
  color: #fff;
}

.table-custom .pagination li.disabled a {
  background-color: #f3f5f6;
  color: #808c99;
}

.table-custom .pagination li a.prev,
.table-custom .pagination li a.next {
  width: auto;
  height: 32px;
  padding: 0 15px;
}

.table-custom .pagination li a i {
  font-size: 11px;
}

.table-custom .pagination li a.prev i {
  margin-right: 4px;
}

.table-custom .pagination li a.next i {
  margin-left: 4px;
}

.candidate-profile {
  position: relative;
  width: 100%;
}

.candidate-profile h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.candidate-profile .desc {
  position: relative;
  background-color: #f8f8f9;
  margin-bottom: 20px;
  min-height: 208px;
}

.candidate-profile .desc table {
  width: 100%;
  margin: 0;
  border: none;
}

.candidate-profile .desc table td {
  padding: 10px;
  font-size: 13px;
  color: #7d7d7d;
}

.candidate-profile .form__block {
  margin-bottom: 20px;
}

.candidate-profile .form__block label,
.candidate-profile .form__block legend {
  font-size: 16px;
  margin-bottom: 15px;
  border: none;
  font-weight: 400;
}

.candidate-profile .form__block>input {
  border: 1px solid #eeeeee;
  width: 100%;
  font-size: 13px;
  max-width: 220px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  padding: 0 20px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.candidate-profile .form__block>input:focus {
  border-color: #ef1213;
}

.candidate-profile .form__block>input::-webkit-input-placeholder {
  font-size: 13px;
  color: #959595;
  opacity: 1;
}

.candidate-profile .form__block>input::-moz-placeholder {
  font-size: 13px;
  color: #959595;
  opacity: 1;
}

.candidate-profile .form__block>input:-ms-input-placeholder {
  font-size: 13px;
  color: #959595;
  opacity: 1;
}

.candidate-profile .form__block>input:-moz-placeholder {
  font-size: 13px;
  color: #959595;
  opacity: 1;
}

.candidate-profile .form__block .date-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.candidate-profile .form__block .date-select input {
  width: 165px;
  height: 35px;
  padding: 0 16px;
  margin-right: 15px;
  border-radius: 30px;
  border: none;
  -webkit-box-shadow: 0px 5px 10px #00000012;
  box-shadow: 0px 5px 10px #00000012;
}

.candidate-profile .form__block .date-select input[type="time"] {
  margin-right: 0;
  width: 100px;
}

.candidate-profile .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.candidate-profile .actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #282828;
  padding: 14px 32px;
  min-width: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  -webkit-box-shadow: 0px 10px 15px #00000012;
  box-shadow: 0px 10px 15px #00000012;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.candidate-profile .actions a.btn--primary {
  background-color: #ef1214;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.candidate-profile .actions a i {
  margin-right: 5px;
}

.events {
  position: relative;
  width: 100%;
}

.events .event__item {
  display: none;
  margin-bottom: 20px;
}

.events .event__item>a {
  position: relative;
  width: 100%;
  min-height: 430px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.events .event__item>a:hover {
  opacity: .85;
}

.events .event__item .desc {
  padding: 24px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  display: block;
}

.events .event__item .desc h3 {
  margin-bottom: 10px;
}

.events .event__item .desc h3 a {
  color: #27a59f;
  
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
}

.events .event__item .desc p {
  margin-top: 0;
  margin-bottom: 0;
}

.events .event__more {
  color: #ef1213;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.events .event__more i {
  margin-right: 5px;
}

.payment-method {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.payment-method h6 {
  
  color: #10324a;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.payment-method p {
  margin: 0;
  display: block;
}

.payment-method p label img {
  width: 100%;
  height: auto;
}

.payment-method p input[type="radio"]:checked,
.payment-method p input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.payment-method p input[type="radio"]:checked+label,
.payment-method p input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  background-color: #e9ecee;
  width: 100%;
  border-radius: 10px;
}

.payment-method p input[type="radio"]:checked+label:after,
.payment-method p input[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 2px solid #10324a;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.payment-method p input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
}

.payment-method p input[type="radio"]:checked+label:after {
  opacity: 1;
}

.payment-method .btn {
  padding: 12px 32px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 200px;
  margin: 350px 0 0 auto;
}

.form-custom {
  padding: 30px;
  border: 1px solid #fafafa;
  border-radius: 4px;
}

.form-custom form {
  margin: 0;
  display: block;
}

.form-custom form .with-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-custom form .with-action a {
  display: block;
  color: #000;
  margin-bottom: 10px;
}

.form-custom form .with-action a:hover {
  display: block;
  color: #000;
  margin-bottom: 10px;
}

.form-custom form label,
.form-custom form legend {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #000;
  border: none;
}

.form-custom form .form-control {
  border-radius: 30px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-custom form .form-control:focus {
  border: 1px solid #27a59f;
}

.form-custom form .form-control::-webkit-input-placeholder {
  color: #959595;
}

.form-custom form .form-control:-ms-input-placeholder {
  color: #959595;
}

.form-custom form .form-control::-moz-placeholder {
  color: #959595;
}

.form-custom form .form-control::-ms-input-placeholder {
  color: #959595;
}

.form-custom form .form-control::placeholder {
  color: #959595;
}

.form-custom form textarea {
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eeeeee;
  background-color: #f8f8f9;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-custom form textarea:focus {
  border: 1px solid #27a59f;
}

.form-custom form textarea::-webkit-input-placeholder {
  color: #959595;
}

.form-custom form textarea:-ms-input-placeholder {
  color: #959595;
}

.form-custom form textarea::-moz-placeholder {
  color: #959595;
}

.form-custom form textarea::-ms-input-placeholder {
  color: #959595;
}

.form-custom form textarea::placeholder {
  color: #959595;
}

.form-custom form .change-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-custom form .change-profile img {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
}

.form-custom form .change-profile a {
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  font-size: 14px;
  color: #959595;
  padding: 10px 32px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-custom form .change-profile a:hover {
  background-color: #27a59f;
  color: #fff;
}

.form-custom form .js-example-basic-multiple,
.form-custom form .select2-container--default .select2-selection--multiple {
  width: 100%;
  border-radius: 30px;
  padding: 0 15px;
  min-height: 40px;
  border: 1px solid #eeeeee;
}

.form-custom form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e8eff0;
  border: none;
  border-radius: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 20px;
  line-height: 27px;
  position: relative;
}

.form-custom form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #fff;
  border: 1px solid #959595;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  position: absolute;
  top: -2px;
  right: 4px;
  width: 16px;
  height: 16px;
  line-height: normal;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.form-custom form .edit-tag-btn {
  position: absolute;
  top: 36px;
  right: -32px;
  color: #ef1214;
  font-size: 20px;
}

.form-custom .select__radio {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-custom .select__radio span {
  margin-right: 15px;
}

.form-custom .select__radio input[type="radio"]:checked,
.form-custom .select__radio input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-custom .select__radio input[type="radio"]:checked+label,
.form-custom .select__radio input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #959595;
  margin: 0;
}

.form-custom .select__radio input[type="radio"]:checked+label:before,
.form-custom .select__radio input[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.form-custom .select__radio input[type="radio"]:checked+label:after,
.form-custom .select__radio input[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #27a59f;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-custom .select__radio input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form-custom .select__radio input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.form-custom .note-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.form-custom .note-price span {
  display: block;
  color: #959595;
}

.form-custom .actions {
  display: block;
  margin-top: 50px;
}

.form-custom .actions a {
  font-size: 14px;
  line-height: normal;
  border-radius: 30px;
  padding: 14px 50px;
  margin-right: 15px;
}

.form-custom .inner__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-custom .inner__form span {
  margin: 32px 10px 15px;
  font-size: 24px;
}

.company-register {
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 67.5px;
}

.company-register .captions {
  text-align: center;
  max-width: 370px;
  margin: 70px 15px 0 auto;
}

.company-register .captions h2 {
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.company-register .captions p {
  margin: 0;
  color: #fff;
}

.company-register-form {
  background: #f8f7fa;
  border-radius: 20px;
  padding: 24px;
  margin: 0 0 0 30px;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.7);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.7);
}

.company-register-form h2 {
  font-weight: 400;
  color: #10324a;
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.company-register-form form label {
  font-weight: 600;
  font-size: 12px;
}

.company-register-form form .form-control {
  border-radius: 20px;
  border-color: #6684f2;
}

.company-register-form form .form-control::-webkit-input-placeholder {
  color: #959595;
  opacity: 0.5;
}

.company-register-form form .form-control::-moz-placeholder {
  color: #959595;
  opacity: 0.5;
}

.company-register-form form .form-control:-ms-input-placeholder {
  color: #959595;
  opacity: 0.5;
}

.company-register-form form .form-controlinput:-moz-placeholder {
  color: #959595;
  opacity: 0.5;
}

.company-register-form form .form-control:focus {
  border-color: #eee;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(208, 208, 208, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(208, 208, 208, 0.5);
}

.company-register-form form .btn {
  width: 100%;
  margin-bottom: 15px;
}

.company-register-form p {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}

.company-register-form form .captcha {
  background-color: #f9f9f9;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  color: #4c4a4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

@media screen and (max-width: 500px) {
  .company-register-form form .captcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-register-form form .text {
    margin: .5em !important;
    text-align: center;
  }

  .company-register-form form .logo {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .company-register-form form .spinner {
    margin: 2em .5em .5em .5em !important;
  }
}

.company-register-form form .text {
  font-size: 14px;
  font-weight: 500;
  margin-right: 1em;
}

.company-register-form form .spinner {
  position: relative;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-register-form form .spinner>label {
  margin-bottom: 0 !important;
}

.company-register-form form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.company-register-form form input[type="checkbox"]+.checkmark {
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #fcfcfc;
  border: 2.5px solid #c3c3c3;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.company-register-form form input[type="checkbox"]+.checkmark span {
  content: '';
  position: relative;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: .75em;
  height: 1.2em;
  opacity: 0;
}

.company-register-form form input[type="checkbox"]+.checkmark>span:after {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #029f56;
}

.company-register-form form input[type="checkbox"]+.checkmark>span:before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  bottom: 0;
  right: 0;
  background-color: #029f56;
}

.company-register-form form input[type="checkbox"]:checked+.checkmark {
  -webkit-animation: 2s spin forwards;
  animation: 2s spin forwards;
}

.company-register-form form input[type="checkbox"]:checked+.checkmark>span {
  -webkit-animation: 1s fadein 1.9s forwards;
  animation: 1s fadein 1.9s forwards;
}

.company-register-form form input[type="checkbox"]:checked+.checkmark>span:after {
  -webkit-animation: .3s bottomslide 2s forwards;
  animation: .3s bottomslide 2s forwards;
}

.company-register-form form input[type="checkbox"]:checked+.checkmark>span:before {
  -webkit-animation: .5s rightslide 2.2s forwards;
  animation: .5s rightslide 2.2s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bottomslide {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes bottomslide {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes rightslide {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes rightslide {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.company-register-form form .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 5px 20px;
}

.company-register-form form .logo img {
  height: 2em;
  width: 2em;
}

.company-register-form form .logo p {
  color: #9d9ba7;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  margin: .4em 0 .2em 0;
}

.company-register-form form .logo small {
  color: #9d9ba7;
  margin: 0;
  font-size: 8px;
}

@-webkit-keyframes spin {
  10% {
    width: 0;
    height: 0;
    border-width: 6px;
  }

  30% {
    width: 0;
    height: 0;
    border-radius: 50%;
    border-width: 1em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: rgb(199, 218, 245);
  }

  50% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }

  70% {
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }

  90% {
    border-width: 4px;
  }

  100% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    border-color: transparent;
  }
}

@keyframes spin {
  10% {
    width: 0;
    height: 0;
    border-width: 6px;
  }

  30% {
    width: 0;
    height: 0;
    border-radius: 50%;
    border-width: 1em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: rgb(199, 218, 245);
  }

  50% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }

  70% {
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }

  90% {
    border-width: 4px;
  }

  100% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    border-color: transparent;
  }
}

.company-features {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

.company-features .item__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}

.company-features .item__feature img {
  width: 42px;
  min-width: 42px;
  margin-right: 10px;
}

.company-features .item__feature .desc {
  width: 100%;
}

.company-features .item__feature .desc h5 {
  
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.company-features .item__feature .desc p {
  margin: 0;
  font-size: 13px;
  display: block;
}

.about-us {
  position: relative;
  width: 100%;
  padding: 50px 0 0;
}

.about-us::before {
  content: '';
  height: 70%;
  width: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
}

.about-us .desc {
  margin-top: 95px;
  display: block;
}

.about-us .desc h1 {
  
  color: #ef1214;
}

.about-us .desc p {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 13px;
}

.about-us .desc a {
  display: inline-block;
}

.about-us img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.job-posted {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

.job-posted .job__box {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}

.job-posted .job__box p {
  margin-top: 0;
}

.job-posted .job__box a {
  display: inline-block;
  font-size: 14px;
  padding: 12px 32px;
  margin-right: 10px;
  color: #282828;
  -webkit-box-shadow: 0px 10px 15px #00000012;
  box-shadow: 0px 10px 15px #00000012;
}

.job-posted .job__box a:last-child {
  margin-right: 0;
}

.experience-records {
  border-radius: 10px;
  border: 1px solid #fafafa;
}

.no-exp-box {
  border-radius: 10px;
  border: 1px solid #fafafa;
}

.experience_records_dynamic {
  width: 100%;
  margin-top: 20px;
}

.experience_records_dynamic .remove {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #fafafa;
}

.experience_records_dynamic .remove:last-of-type {
  margin-bottom: 0;
}

.experience_records_dynamic .remove .remove-field {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #3a3a3aee;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px #0000004d;
  box-shadow: 0 0 20px #0000004d;
}

.job-duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-duration .job__block {
  width: 100%;
}

.job-duration .job__block label {
  font-size: 14px !important;
}

.job-duration span {
  display: block;
  margin: 30px 10px 0;
  font-size: 18px;
  color: #959595;
}

.wrp-boxfavorite {
  margin-top: 30px;
}

.skill-test {
  position: relative;
  width: 100%;
}

.skill-test .skill__box {
  border: 1px solid #fafafa;
  padding: 24px;
}

.question {
  position: relative;
  max-width: 632px;
}

.question .question__text {
  display: block;
  margin-bottom: 30px;
}

.question .question__text h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.question .question__text p {
  margin: 0;
  font-size: 15px;
  color: #444;
}

.question .multiple__choices {
  display: block;
  margin-bottom: 20px;
}

.question .multiple__choices input[type="radio"]:checked,
.question .multiple__choices input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.question .multiple__choices input[type="radio"]:checked+label,
.question .multiple__choices input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 42px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  width: 100%;
}

.question .multiple__choices input[type="radio"]:checked+label:before,
.question .multiple__choices input[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 24px;
  height: 24px;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  background: #fff;
}

.question .multiple__choices input[type="radio"]:checked+label:after,
.question .multiple__choices input[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #28a59f;
  position: absolute;
  top: 10px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.question .multiple__choices input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.question .multiple__choices input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.question .multiple__choices p {
  margin: 0 0 15px;
}

.question .multiple__choices p label span {
  display: block;
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 8px 24px;
  border-radius: 30px;
  font-weight: 600;
}

.question .multiple__choices p label span em {
  font-style: normal;
  display: inline-block;
  margin-right: 30px;
}

.question .question__action {
  position: relative;
  display: block;
}

.question .question__action a {
  width: 100%;
  background-color: #28a59f;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.question .question__action a:hover {
  background-color: #2db9b2;
}

.vacancies {
  position: relative;
  max-width: 632px;
}

.vacancies .vacancies__text {
  display: block;
  margin-bottom: 30px;
}

.vacancies .vacancies__text h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

.vacancies .vacancies__text p {
  margin: 0 0 15px;
  font-size: 14px;
  color: #959595;
}

.vacancies .vacancies__action {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vacancies .vacancies__action a {
  min-width: 200px;
  font-size: 14px;
  padding: 15px 0;
  margin-right: 40px;
  font-weight: 600;
}

.vacancies .vacancies__action a:last-child {
  margin-right: 0;
}

.skill-basic {
  position: relative;
  width: 100%;
}

.skill-basic .basic__text {
  display: block;
  margin-bottom: 30px;
}

.skill-basic .basic__text p {
  margin: 0 0 15px;
  font-size: 14px;
  color: #959595;
}

.skill-basic .basic__list {
  display: block;
  position: relative;
}

.skill-basic .basic__list .basic__item {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.skill-basic .basic__list .basic__item:last-child {
  margin-bottom: 0;
}

.skill-basic .basic__list .basic__item h4 {
  display: block;
  margin-bottom: 15px;
  color: #28a59f;
  font-weight: 600;
  
}

.skill-basic .basic__list .basic__item .inner__basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.skill-basic .basic__list .basic__item .inner__basic .number {
  width: 96px;
  height: 96px;
  min-width: 96px;
  
  background-color: #9d9d9d;
  margin-right: 20px;
  line-height: 96px;
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}

.skill-basic .basic__list .basic__item.active .inner__basic .number {
  background-color: #ff0000;
}

.skill-basic .basic__list .basic__item .inner__basic .desc {
  width: 100%;
  padding-right: 148px;
}

.skill-basic .basic__list .basic__item .inner__basic .desc p {
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 13px;
  color: #959595;
}

.skill-basic .basic__list .basic__item .inner__basic .desc .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skill-basic .basic__list .basic__item .inner__basic .desc .meta span {
  display: block;
  color: #959595;
  margin-right: 50px;
}

.skill-basic .basic__list .basic__item .inner__basic .desc .meta span:last-child {
  margin-right: 0;
}

.skill-basic .basic__list .basic__item .inner__basic .desc .meta span i {
  color: #3d596c;
}

.skill-basic .basic__list .basic__item .btn {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  height: 35px;
  min-width: 128px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  margin: auto;
}

.skill-basic .basic__list .basic__item .btn.bottom {
  bottom: 24px;
  top: auto;
}

.skill-basic .basic__list .basic__item .result__test {
  margin-top: 20px;
  display: block;
  padding-right: 148px;
  margin-bottom: 4px;
}

.skill-basic .basic__list .basic__item .result__test h5 {
  margin-bottom: 15px;
  color: #959595;
}

.skill-basic .basic__list .basic__item .result__test .progress-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.skill-basic .basic__list .basic__item .result__test .progress-box .progress {
  margin-bottom: 0;
  background-color: #a5acb3;
  border-radius: 30px;
  float: none;
  width: 100%;
  height: 15px;
}

.skill-basic .basic__list .basic__item .result__test .progress-box .progress .progress-bar {
  background-color: #28a59f;
}

.skill-basic .basic__list .basic__item .result__test .progress-box .progress-number {
  color: #28a59f;
  margin-left: 15px;
  font-size: 18px;
}

.search-filter {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.search-filter .filter__block {
  display: block;
  flex: 0 0 18%;
  max-width: 18%;
}

.search-filter .select2-container {
  width: 100% !important;
}

.search-filter .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 21px;
}

.search-filter .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #fff;
  line-height: 21px;
}

.search-filter.dark--theme .select2-container .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.search-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.search-filter.dark--theme .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000;
}

.search-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 22px;
}

.search-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
  border-width: 5px 4px 0 4px !important;
}

.search-filter.dark--theme .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
}

.select2-dropdown {
  width: auto !important;
  min-width: 100px;
}

.select2-dropdown .select2-dropdown {
  border-radius: none;
}

.select2-results__option {
  white-space: nowrap;
}

.search-filter .filter__block .dropdown {
  display: block;
}

.search-filter .filter__block button {
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10px;
  color: #fff !important;
  background-color: transparent !important;
}

.search-filter.dark--theme .filter__block button {
  color: #000 !important;
}

.search-filter .filter__block button .arrow {
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}

.search-filter .filter__block button .arrow b {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.search-filter.dark--theme .filter__block button .arrow b {
  border-color: #000 transparent transparent transparent;
}

.search-filter .filter__block button .fas {
  font-size: 10.5px;
  position: absolute;
  right: 0;
  top: 5px;
}

.search-filter .filter__block .dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.search-filter .filter__block .dropdown ul li em {
  background-color: #eee;
  padding: 4px 6px;
  display: block;
}

.search-filter .filter__block .dropdown ul li .input-group {
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}

.search-filter .filter__block .dropdown ul li .input-group:last-child {
  border-bottom: none;
}

.search-filter .filter__block .dropdown ul li .input-group-addon {
  border: none;
  border-radius: 0;
  padding: 6px 8px;
}

.search-filter .filter__block .dropdown ul li input {
  max-width: 96px;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 4px;
  border-bottom: none;
}

.search-filter .filter__block .dropdown ul li input::-webkit-outer-spin-button,
.search-filter .filter__block .dropdown ul li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.search-filter .filter__block .dropdown ul li input[type=number] {
  -moz-appearance: textfield;
}

.search-filter .filter__block .dropdown-menu {
  margin: 0;
  padding: 0;
  top: 23px;
  background-color: white;
  border: 1px solid #aaa;
}

.modal {
  text-align: center;
}

.modal:before {
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  text-align: left;
  vertical-align: middle;
}

.modal-body .new-schedule {
  position: relative;
  padding: 15px;
}

.modal-body .new-schedule .date-select input {
  width: 100%;
  height: 35px;
  padding: 0 16px;
  margin-right: 15px;
  border-radius: 30px;
  border: none;
  -webkit-box-shadow: 0px 5px 10px #00000012;
  box-shadow: 0px 5px 10px #00000012;
}

.course-slider-wrap {
  background-color: #10324a;
  position: relative;
  padding-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.course-slider {
  position: relative;
  display: block;
}

.course-slider .slide__item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 450px;
}

.course-slider-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #10324a;
  min-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-slider-action .prev,
.course-slider-action .next {
  color: #fff;
  font-size: 38px;
  cursor: pointer;
}

.course-slider-action .pagingInfo {
  color: #fff;
  font-size: 13px;
  margin: 0 15px;
}

.wrp-search {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrp-search input[type="text"] {
  border: #28a59f solid 1px;
  border-radius: 30px;
  padding: 10px 10px;
  padding-left: 40px;
  width: 100%;
  max-width: 450px;
  background: url("https://www.getredy.id/assets/images/icon-search.png") 10px center no-repeat;
  background-size: 20px;
}

.wrp-search input[type="text"]:hover,
.wrp-search input[type="text"]:visited,
.wrp-search input[type="text"]:focus,
.wrp-search input[type="text"]:active {
  border: #28a59f solid 1px;
}

.wrp-sliderfav {
  margin-top: 20px;
  margin-bottom: 50px !important;
}

.wrp-sliderfav .item-fav {
  background: #f8f8f9;
  padding: 25px;
  border-radius: 20px;
}

.wrp-sliderfav .item-fav .right {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.wrp-sliderfav .item-fav .right .my-btn {
  border-radius: 30px;
  padding: 10px 20px;
}

.wrp-sliderfav .content-fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.wrp-sliderfav .content-txtslide {
  padding-left: 30px;
  padding-right: 20px;
  max-width: 620px;
}

.wrp-sliderfav .content-txtslide h3 {
  font-size: 22px;
  font-weight: 600px;
  color: #28a59f;
  margin-bottom: 10px;
}

.wrp-sliderfav .content-txtslide h5 {
  font-size: 17px;
  margin-bottom: 15px;
}

.wrp-sliderfav .slick-dots {
  text-align: center;
  margin: 0;
  bottom: -30px;
}

.wrp-sliderfav .slick-dots li {
  background: #ef1214;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  margin: 0 3px;
  list-style: none;
  display: inline-block;
  opacity: .4;
  cursor: pointer;
}

.wrp-sliderfav .slick-dots li button {
  display: none;
}

.wrp-sliderfav .slick-dots li.slick-active {
  opacity: 1;
}

.wrp-listcategory img {
  max-width: 100%;
}

.wrp-listcategory .item-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f8f8f9;
  text-align: center;
  margin-bottom: 30px;
}

.wrp-listcategory .item-course h5 {
  margin: 20px auto;
  font-weight: 600;
  font-size: 17px;
}

.wrp-listcategory a {
  color: #333;
}

.wrp-listterbaru .img-modul-learning {
  width: 100%;
  height: 150px;
  max-height: 210px;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.wrp-listterbaru .img-modul-learning img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}

.wrp-listterbaru .item-listterbaru .content-text {
  background: #f8f8f9;
  padding: 25px;
}

.wrp-listterbaru h5 {
  color: #28a59f;
  font-size: 20px;
  font-weight: 600;
}

.wrp-listterbaru h6 {
  font-size: 12px;
}

.wrp-listterbaru .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrp-listterbaru .bottom-box .icon-user {
  margin-bottom: 0;
}

.wrp-listterbaru .bottom-box .my-btn {
  display: block;
  margin-top: 0;
}


.info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.info-content .item-info {
  margin-right: 20px;
}

.main-image {
  margin-bottom: 20px;
}

.content-detail p {
  margin-top: 0;
}

.content-detail img {
  margin-bottom: 20px;
}

.content-theory {
  margin-top: 15px;
}

.content-theory .list-theory ul li {
  margin-left: 18px;
  list-style-type: disc;
}

.item-sidebar {
  background: #f8f8f9;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.3);
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.item-sidebar h3 {
  color: #10324a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.item-sidebar h3 span {
  color: #ef1214;
}

.item-sidebar .price {
  color: #ef1214;
  text-decoration: line-through;
  margin-bottom: 20px;
}

.item-sidebar .big {
  border-radius: 5px;
}

.item-ads img {
  max-width: 100%;
}

.datetime-picker {
  width: 100%;
}

.datetime-picker input {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 30px !important;
}

.datetime-picker .input-group-addon {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 35px;
  padding: 0;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  border: none;
  z-index: 10;
  color: #000;
  margin: auto;
  cursor: pointer;
}

#datepicker .bootstrap-datetimepicker-widget table td.active,
#datepicker .bootstrap-datetimepicker-widget table td.active:hover,
#datepicker .bootstrap-datetimepicker-widget table td span.active {
  background-color: #ef1214;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#datepicker .bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #ef1214;
}

#timepicker .bootstrap-datetimepicker-widget {
  min-width: 100%;
  width: 100px;
}

#timepicker .bootstrap-datetimepicker-widget table td {
  height: 24px;
  line-height: 24px;
  width: 24px;
  padding: 0;
}

#timepicker .bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
  color: #ef1214;
}

#timepicker .bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
  background-color: #ef1214;
  border-color: #ef1214;
}

#timepicker .bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
  border-radius: 4px;
}

#timepicker .bootstrap-datetimepicker-widget .timepicker-hour,
#timepicker .bootstrap-datetimepicker-widget .timepicker-minute,
#timepicker .bootstrap-datetimepicker-widget .timepicker-second {
  width: 24px;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.form-tooltip,
.form-visibility {
  position: relative;
  display: block;
}

.form-tooltip .info,
.form-visibility .toggle-password {
  color: #a7a7a7;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 15px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}

.form-tooltip input,
.form-visibility input {
  padding-right: 42px;
}

.form-tooltip .ref-code-valid {
  color: #5ECD62;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}

.form-tooltip .ref-code-invalid {
  color: #ff0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}

.bdr-valid {
  border-color: #5ECD62 !important;
}

.bdr-invalid {
  border-color: #ff0000 !important;
}

.msg-ref-code {
  margin: 2px 15px 10px;
  font-size: 12px;
  float: left;
}

.color-valid {
  color: #5ECD62 !important;
}

.color-invalid {
  color: #ff0000 !important;
}

.display-none {
  display: none !important;
}

.invoice-title h2,
.invoice-title h3 {
  display: inline-block;
}

.table>tbody>tr>.no-line {
  border-top: none;
}

.table>thead>tr>.no-line {
  border-bottom: none;
}

.table>tbody>tr>.thick-line {
  border-top: 2px solid;
}

.modal-payment-form h4 {
  text-align: center;
  margin-top: 15px;
}

.modal-payment-form .payment-channel {
  list-style: none;
  text-align: center;
  margin: 10px 0;
}

.modal-payment-form .payment-channel>li {
  display: inline-block;
  width: 40%;
  margin: 15px;
}

.modal-payment-form .payment-channel>li a {
  display: block;
  background: #e8ecef;
  border-radius: 10px;
  border: 3px solid transparent;
  margin-bottom: 10px;
}

.modal-payment-form .payment-channel>li a:hover {
  border: 3px solid #10324a;
}

.timer-quiz {
  display: flex;
  align-items: center;
  max-width: 632px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.timer-quiz h5 {
  color: #949494;
}

.timer-quiz p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin: 0;
  background-color: #efefef;
  padding: 4px 8px;
  border: 1px solid #e8e8e8;
  max-width: 100px;
  border-radius: 4px;
  color: #444;
  box-shadow: 0px 4px 8px #0000000d;
  position: relative;
  letter-spacing: 1px;
  font-weight: 700;
}

.timer-quiz p i {
  margin-right: 6px;
}

/* REDY BELAJAR MATERI */
#wrapper {
  position: relative;
  padding-left: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: #f8f8f9;
  -webkit-transition: left .3s ease-in-out;
  -moz-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

#wrapper.toggled #sidebar-wrapper {
  left: -250px;
}

#page-content-wrapper {
  width: 100%;
  padding: 0 0 15px;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.sidebar-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.sidebar-nav::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.sidebar-nav::-webkit-scrollbar-thumb {
  background-color: #ef1214;
}

.sidebar-toggle {
  position: absolute;
  top: 0;
  left: auto;
  right: -32px;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 0;
  z-index: 100;
  border: none;
  box-shadow: 0 0 20px #3333332b;
  transition: all .3s ease-in-out;
}

.sidebar-toggle:hover,
.sidebar-toggle:focus {
  color: #fff;
  background-color: #ef1214;
  border-color: #adadad;
}

@media(min-width: 992px) {
  #wrapper {
    padding-left: 250px;
  }
}

.course-block {
  display: block;
}

.course-block h3 {
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  /* background-color: #eee; */
  color: #10324a;
}

.course-list-menu {
  position: relative;
  margin: 0;
  padding: 0;
}

.course-list-menu li {
  display: block;
  border-bottom: 1px solid #eee;
}

.course-list-menu li:last-child {
  border-bottom: 0 solid #eee;
}

.course-list-menu li a {
  display: block;
  text-decoration: none;
  color: #999999;
  padding: 1.5rem;
  position: relative;
  font-size: 1.4rem;
}

.course-list-menu li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.course-list-menu li a:active,
.course-list-menu li a:focus {
  text-decoration: none;
}

.course-list-menu li.active a {
  background-color: #fff;
}

.course-list-menu li a .desc {
  padding-left: 2.4rem;
  position: relative;
}

.course-list-menu li a .desc i {
  position: absolute;
  left: 0;
  top: 0;
}

.course-list-menu li.unplayed a .desc i {
  color: #9b9b9b;
}

.course-list-menu li.played a .desc i {
  color: #28a59f;
}

.course-list-menu li a .desc h4 {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #333;
}

.course-list-menu li a .desc span {
  display: block;
  color: #999;
}

.course-list-menu-active {
  background-color: #eee;
}

.course-topbar {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 30px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.course-topbar .breadcrumb {
  padding: 5px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.course-topbar .course-actions {
  display: flex;
  justify-content: flex-end;
}

.course-topbar .course-actions a {
  font-size: 12px;
  line-height: 30px;
  padding: 0 14px;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  color: #666;
  background-color: #f9f9f9;
}

.course-topbar .course-actions a:first-child i {
  margin-right: .4rem;
  font-size: 10px;
}

.course-topbar .course-actions a:last-child i {
  margin-left: .4rem;
  font-size: 10px;
}

.course-full {
  position: relative;
  width: 100%;
}

.course-full .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.course-full .embed-container iframe,
.course-full .embed-container object,
.course-full .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.course-full .course-actions {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #f8f8f9;
  border-radius: .4rem;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
}

.course-full .course-actions>ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.course-full .course-actions>ul>li {
  margin-right: 1.5rem;
}

.course-full .course-actions>ul>li:last-child {
  margin-right: 0;
}

.course-full .course-actions>ul>li>a,
.course-full .course-actions>ul>li .dropdown>a {
  color: #666;
  display: flex;
  align-items: center;
}

.course-full .course-actions>ul>li>a>i {
  margin-right: .5rem;
}

.course-full .course-actions>ul>li .dropdown>a i {
  margin-right: 0;
  margin-left: .5rem;
}

.course-full .course-actions>ul>li .dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 13%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 13%);
}

#the-canvas {
  border: 1px solid black;
  direction: ltr;
}

.modal-course-pdf .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #28a59f;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-course-pdf .modal-header .close {
  margin-top: 2px;
  color: #fff;
  opacity: .75;
}

.modal-course-pdf .modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1400px) {

  .wrapper.partners .content ul li a {
    display: flex;
    padding: 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    min-height: 410px;
    align-items: center;
  }
}

.alert {
  border-radius: 25px;
  padding: 8px 24px;
}

/* ads banner img and video */
.container-banner {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

.container-banner iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.container-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container-banner:last-child {
  margin-bottom: 15px;
}

@media (max-width:425px) {
  .container-banner {
    margin-top: 35px;
    margin-bottom: 15px;
  }
}

/* button style */
.btn-outlined {
  border: 1px solid #10324A;
  color: #10324A;
  background-color: transparent;
}

/* detail company */

.corporate-profile {
  padding: 48px 24px;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px #00000014;
  box-shadow: 0 0 20px #00000014;
}

.corporate-profile .info {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 32px;
  margin-bottom: 32px;
  text-align: center;
}

.corporate-profile .info .image {
  width: 128px;
  height: 128px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  margin: 0 auto 15px;
}

.corporate-profile .info h1 {
  font-size: 24px;
  text-align: center;
  color: #ef1214;
  font-weight: 700;
}

.corporate-profile .info span {
  display: block;
  font-size: 13px;
  text-align: center;
  color: #10324a;
  font-weight: 600;
  margin-bottom: 5px;
}

.corporate-profile .info a {
  background-color: #10324a;
  color: #fff;
  margin-top: 0;
  padding: 12px 24px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.corporate-profile .info a:hover {
  background-color: #154160;
}

.corporate-profile .summary {
  margin: 0 0 32px;
  padding: 0 0 32px;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
}

.corporate-profile .summary li {
  display: block;
  margin-bottom: 10px;
}

.corporate-profile .summary li:last-child {
  margin-bottom: 0;
}

.corporate-profile .summary li h5 {
  width: 100%;
  display: flex;
  font-size: 14px;
}

.corporate-profile .summary li h5 b {
  min-width: 140px;
  position: relative;
  display: block;
  font-weight: 400;
  margin-right: 10px;
}

.corporate-profile .summary li h5 b::after {
  content: ':';
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}

.corporate-profile .summary li h5 span {
  display: block;
  font-weight: 600;
  color: #10324a;
}

.corporate-profile>h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.corporate-profile>p {
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .profile-detail .profile__summary li h5 {
    flex-direction: column;
  }

  .profile-detail .profile__summary li h5 b {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .profile-detail .profile__summary li h5 b::after {
    display: none;
  }
}


.company-well {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.interview-box-dashed {
  border-radius: 30px;
  border: 1px dashed #D9D9D9;
  height: 200px;
  position: relative;
}

.interview-box {
  border-radius: unset !important;
  border: unset !important;
  position: relative;
}

.reschedule-interiview-btn {
  float: right;
  margin-top: 15px;
}

.interview-heading {
  border-radius: 30px 30px 0 0;
  background-color: #10324A !important;
}

.interview-heading>.panel-title {
  color: #fff !important;
  text-align: center;
}

.interview-box-content {
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding: 15px 25px;
  margin: 15px 0;
  overflow: auto;
}

.interview-btn-box {
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
  align-items: center;
  justify-items: center;
}

.interview-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}

.interview-btn:focus {
  background-color: transparent;
  color: #000;
}

.interview-btn:active {
  background-color: transparent;
  color: #000;
}

.interview-box hr {
  border-color: #D9D9D9;
  margin-top: 35px;
}

.labl {
  display: block;
}

.labl>input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

.labl>input+div {
  /* DIV STYLES */
  cursor: pointer;
  border: 1px solid #D9D9D9;
  padding: 15px;
  border-radius: 10px;
}

.labl>input:checked+div {
  /* (RADIO CHECKED) DIV STYLES */
  border: 1px solid #10324A;
  padding: 15px;
  border-radius: 10px;
}

.other-reasons {
  border-radius: 10px;
}

.border-box-red {
  border: 1px solid #EF1214;
}

.candidate-rejected {
  color: #EF1214;
}

.interview-btn-close {
  border: 2px solid #10324A;
  color: #10324A;
  background-color: transparent;
}

.interview-btn-close:hover,
.interview-btn-submit:hover {
  border: 2px solid #1b547c;
  color: #1b547c;
}

.interview-btn-close:focus {
  color: #1b547c;
}

.interview-btn-submit {
  border: 2px solid #091E2D;
  color: #fff;
  background-color: #10324A;
}

.interview-btn-submit:focus {
  color: #fff;
}

.interview-btn-submit:hover {
  color: #fff;
  border: 2px solid #1b547c;
  background-color: #1b547c;
}

.interview-btn-reject {
  color: #fff;
  background-color: #EF1214;
  border: 2px solid #C60002;
}

.interview-btn-reject:focus {
  color: #fff;
}

.interview-btn-reject:hover {
  color: #fff;
  border: 2px solid #f74c4f;
  background-color: #f0494c;
}

.company-well {
  background-color: #F0F0F0;
  border-radius: 20px;
  border-color: transparent;
  box-shadow: none;
}

.img-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-text .img-logo {
  display: inline-block;
  vertical-align: middle;
}

.img-text .img-logo img {
  border-radius: 50%;
  margin-bottom: 15px;

}

.img-logo img {
  margin-bottom: 15px;
  border-radius: 15px;
  border: 1px solid #f7f7f7;

}

.img-text .content-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.content-text .title-modules {
  height: 80px;
}

.content-text .title-modules h5 {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.img-text .content-text .company-name {
  font-size: 20px;
  font-weight: 500;
  color: #10324A;
}

.img-text .content-text .company-location {
  font-size: 10px;
  color: #10324A;
}

.interview-box .panel-body {
  border: 1px solid #ddd;
  border-radius: 0 0 30px 30px;
}

.panel-title>a:after {
  font-family: Font Awesome\ 5 Free;
  content: "\f077";
  margin-left: 10px;
}

.panel-title>a.collapsed:after {
  content: "\f078";
}

.heading-border {
  border-radius: 30px 30px 30px 30px;
}

.panel-title>a:after {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f077";
  margin-left: 10px;
}

.panel-title>a.collapsed:after {
  content: "\f078";
}

.border-box-red {
  border: 1px solid #EF1214;
  color: #EF1214;
}

/* Panels Rounded */
.panel-rounded {
  border-radius: 20px;
  border-color: #F0F0F0;
  box-shadow: none;
}

.panel-header-rounded {
  border-radius: 20px 20px 0 0;
  background-color: #F0F0F0;
  border-bottom: none;
}

/* Header Banner */
.box-banner-header .banner-content img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}

/* End Of Header Banner */

/* BUTTONS REDY */

.btn-positive {
  color: #fff !important;
  background-color: #10324a !important;
  box-shadow: none !important;
}

.btn-positive:hover {
  color: #10324a !important;
  background-color: #fff !important;
  border: 1px solid #10324a !important;
  box-shadow: none !important;
}

.btn-negative {
  color: #fff !important;
  background-color: #ef1214 !important;
  box-shadow: none !important;
}

.btn-negative:hover {
  color: #ef1214 !important;
  background-color: #fff !important;
  border: 1px solid #ef1214 !important;
  box-shadow: none !important;
}

.btn-neutral {
  color: #10324a !important;
  border: 1px solid #10324a !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

.btn-neutral:hover {
  color: #fff !important;
  background-color: #10324a !important;
  box-shadow: none !important;
}

/* End Button Redy */

.btn-box {
  margin-bottom: 20px;
}

.btn-box button {
  display: block;
  margin: 0 auto;
}

.box-skills {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
}

.box-skills ul {
  list-style-type: none;
}

.img-doc {
  width: 340px;
  margin: 0 auto;
}

.youtube-doc {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.youtube-doc::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.youtube-doc>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interview-box .panel-body {
  border: 1px solid #ddd;
  border-radius: 0 0 30px 30px;
}

.img-doc {
  width: 340px;
  margin: 0 auto;
}

.youtube-doc {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.heading-border {
  border-radius: 30px 30px 30px 30px;
}

.youtube-doc::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.youtube-doc>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[aria-current="lowongan"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

[aria-current="lowongan"] i {
  color: #ddd;
}

.register-page {
  background-image: url('../images/backgrounds/bg-reg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0;
  color: #10324a !important;
}


.register-page .sub-title,
.register-page .or {
  font-size: 11px;
  font-weight: 400;
}

.loginPage {
  /* background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center; */
  padding: 25px 0;
}

.redyBG {
  background-image: url('../images/backgrounds/bg-login.jpg');
}

.asaBG {
  background-image: url('../images/asa/asa-2.png'), url('../images/asa/asa-1.png'), url('../images/asa/asa-bg.jpg');
  background-position: right bottom, left bottom, center center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 500px, 500px, cover;
}


.logo-asa {
  margin: 20px 0;
}

.logo-asa>img {
  width: 350px;
}

.loginPage input,
.register-page input {
  border-radius: 20px;
}

.login-box {
  background: #f8f7fa;
  border-radius: 20px;
  border: 0.5px solid #10324A;
  text-align: center;
  color: #10324a !important;
}

.login-box .login-container {
  padding: 20px 80px;
}

.login-box .forgot-password {
  font-size: 12px;
  color: #10324a;
}

.login-box h3 {
  font-size: 36px;
  padding-bottom: 10px;
}

.login-box .or {
  margin-top: 10px;
}

.login-box .sub-title,
.login-box .or {
  font-size: 11px;
  font-weight: 400;
}

@media (max-width: 768px) {

  .login-box .login-container {
    padding: 20px;
  }

}

@media (max-width: 375px) {
  .g-recaptcha {
    margin: 15px -25px !important;
    transform: scale(0.8);
  }


  .login-box .sub-title {
    font-size: 11px;
    font-weight: 400;
  }

  .login-box {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

@import url("./font-awesome.min.css");

.header-profile-user {
  height: 50px;
  width: 50px;
  background-color: #f6f6f6;
  padding: 3px;
}

.rounded-circle {
  border-radius: 50% !important;
}

.box-image-profile {
  background-color: #f8f8f9;
  padding: 15px;
}

.img-border {
  margin: 0 0 15px 0;
}

.img-border img {
  margin: 0 auto;
  display: block;
}

.img-fit {
  object-fit: cover !important;
}

.img-profile {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
}

.btn-edit-photo {
  color: #312f2f !important;
  font-size: 12px !important;
  background: #cecece;
  margin-bottom: 26px !important;
  margin-left: 10px;
}

.backg-none {
  background: none !important;
}

.profile-box {
  margin-top: -15px;
  height: 79px;
}

.profile-user {
  margin-top: 3px !important;
  margin-left: -10px !important;
}

.profile-user-title {
  color: #10324a !important;
  font-weight: 600;
  font-size: 14px;
}

.login-bisnis-footer {
  background: #EF1214;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 0px 0px 19px 19px;
  font-size: 12px;
}

.login-bisnis-footer p {
  font-size: 12px;
}

.login-bisnis-a {
  color: #fff;
  font-weight: 700;
}

.login-margin {
  margin-top: 9px !important;
}

.login-border {
  border-radius: 20px;
}

.register-modals-footer {
  margin-top: -28px;
  background: #10324a !important;
}

.elearning-circle {
  color: #999 !important;
}

.register-form-landing {
  background: #f8f7fa;
  border-radius: 20px;
  border: .5px solid #10324A;
  text-align: center;
}

.register-form-landing p {
  font-size: 10px;
  margin-bottom: 0;
}

.register-form-body {
  padding: 25px 80px;
}

.register-form-footer {
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.7);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.7);
}

.register-form-footer p {
  background-color: #10324A;
  border-radius: 0px 0px 20px 20px;
  padding: 20px;
  font-size: 12px !important;
  color: #fff;
}

.disabled-btn {
  background-color: #dad9d9 !important;
  pointer-events: none;
}

.update-profile-btn {
  font-size: 14px;
  line-height: normal;
  border-radius: 30px;
  padding: 14px 50px;
  margin-right: 15px;
}

.h1-title {
  font-size: 20px !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: 200 !important;
  margin: 15px 0 !important;
}

.btn-more-elearning {
  float: right;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  font-size: 14px !important;
}

.title-belajar {
  color: #333 !important;
  font-size: 31px !important;
  padding-top: 114px !important;
  margin-left: 80px;
}

.img-belajar {
  width: 460px;
  height: auto;
}

.btn-more-elearning:hover {
  background-color: #f8f8f9;
}

.style-result-basic-test {
  font-size: 16px;
  font-weight: 700;
  color: #959595;
}

.btn-swal-profile {
  background-color: #10324a;
}

@media only screen and (min-width: 769px) {
  .menu-space {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .li-space {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media only screen and (max-width: 768px) {
  .profile-box {
    height: 60px;
  }

  .register-form-body {
    padding: 25px;
  }

  .register-form-landing {
    padding: 0 !important;
  }

  .modal-login-reg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}

@media (max-width: 425px) {
  .mt-mobile {
    margin-top: 35px !important;
  }
}

/* remove collapse to hamburger bootstrap */

.navbar-collapse.collapse {
  display: block !important;
}

.navbar-nav>li,
.navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right !important;
}

/* The side navigation menu */

.sidenav {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 97px;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.3s;
  border-right: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: 0;
  border: none;
}

.sidebar-content {
  height: 100%;
  padding-top: 15px;
}

/* The navigation menu links */

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #2a6496;
  display: block;
  transition: 0.3s;
}

.sidenav a.active {
  color: #EF1214;
  font-weight: bold;
}

/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
  color: #EF1214;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav.open {
  width: 220px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
  .sidenav a {
    font-size: 16px;
  }
}

.sub-menu-sidebar {
  padding-left: 10px;
}

.lowongan-chev,
.belajar-chev {
  position: relative;
}

.lowongan-chev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  /*chevron down*/
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
}

.collapsed.lowongan-chev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  /*chevron up*/
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
}

.belajar-chev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  /*chevron down*/
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
}

.collapsed.belajar-chev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  /*chevron up*/
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
}

.nav-center {
  display: grid;
  align-items: center;
}

.sidebarHamburger {
  font-size: 20px;
  cursor: pointer;
  padding: 33px 0;
  display: inline-block;
}

.bar-close::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d" !important;
  position: relative;
  top: 0;
  right: 0;
}

.sidebarHamburger::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  position: relative;
  top: 0;
  right: 0;
}

.logo {
  margin-left: 15px;
  width: 80px;
  display: inline-block;
}

.logo-sidebar {
  width: 100px;
}

.logo-login {
  display: inline-block;
  width: 100px;
  padding: 24px 0;
}

@media (max-width:426px) {
  .logo {
    display: none;
  }

  .logo-login {
    display: inline-block;
    width: 60px;
    padding: 33px 0;
  }
}

@media (min-width:426px) {
  .home-sidebar {
    display: none !important;
  }
}

.popoverUser {
  padding: 24px 0 !important;
}

.popoverUser span:hover {
  color: #EF1214 !important;
}

.contentMenu ul,
.contentLogin ul {
  list-style-type: none;
}

.contentMenu ul li,
.contentLogin ul li {
  padding: 5px 0;
}

.contentMenu ul li a {
  display: block;
  color: #262626 !important;
}

.contentMenu ul li a:hover {
  color: #EF1214 !important;
}

.contentLogin ul li a {
  display: block;
  color: #262626;
}

.contentLogin ul li .register {
  color: #fff;
}

.contentLogin ul li a:hover {
  color: #EF1214;
}

.btn-menu-container {
  display: none;
  padding: 32px 0;
  color: #10324A;
}

.btn-menu-container>a {
  color: #10324A;
  font-weight: bold;
  font-size: 12px;
}

.btn-menu-login {
  font-size: 20px;
  margin-left: 10px;
  padding: 9px 18px 5px;
}

#sub-menu-login {
  display: none;
}

@media (max-width: 767px) {
  .btn-menu-container {
    display: block;
  }

  .log-reg-container {
    display: none;
  }
}

.contentLogin {
  width: 244px;
}

.popover {
  position: fixed;
}

.sidebarHamburger {
  color: #10324a;
}

.sidebarHamburger:hover {
  color: #EF1214;
}

.popover {
  top: 50px !important;
}

.popover-arrow-menu,
.popover-arrow-login-m {
  display: none !important;
}

/* notification style */

.popover-notif {
  max-width: 400px;
}

.popover-notif {
  padding: 0 !important;
}

.notificationContent {
  color: #10324A;
  word-wrap: break-word;
  display: block;
  padding-left: 10px;
  height: 350px;
  /* same height as scroll */
  width: 368px;
}

@media (max-width: 426px) {
  .notificationContent {
    width: 300px;
  }

  /* .popover-notif{
        left: 9px !important;
    }

    .arrow-notif{
        left: 54.3% !important;
    } */
}

.notificationContent .notif-scroll {
  height: 350px;
  /* same height as content */
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
  margin-top: 5px;
  padding: 0 10px 0 0;
}

.notificationContent ul {
  list-style-type: none;
}

.notificationContent li {
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.notificationContent li:hover {
  background-color: #F8F8F8;
}

.notificationContent li a {
  color: #000;
}


#mySidenav .sub-menu-sidebar a {
  margin-bottom: 1px solid #ddd;
}

.unread-notif::before {
  content: "•";
  position: absolute;
  font-size: 25px;
  right: 5%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #EF1214;
}


.unread-time {
  color: #EF1214 !important;
}

.delete-notif {
  position: absolute;
  color: #707070 !important;
  top: 50%;
  right: 1%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.notificationContent li:hover .delete-notif {
  display: block !important;
}

.delete-notif {
  display: none;
}

.notif-icon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0f3";
  font-weight: 400;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notif-message {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 25px;
  margin: 10px 0;
  color: #10324A;
}

.no-notification {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.notif-time {
  color: #10324A;
  font-size: 11px;
  padding: 0 25px;
}

.notification-class {
  position: relative;
}

.counter-notif::before {
  content: "•";
  position: absolute;
  top: 39px;
  left: 8px;
  font-size: 30px;
  color: #EF1214;
}

.counter-notif:hover::before {
  content: "•";
  position: absolute;
  top: 39px;
  left: 8px;
  font-size: 30px;
  color: #ddd;
}

.downloadApp .content {
  padding: 40px 0 !important;
}

.downloadApp .appsContent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloadApp .appsContent img {
  width: 100%;
  height: 100%;
}

.video-doc {
  width: 340px;
}

.candidate-name span {
  display: none;
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: bold;
}

@media (max-width: 425px) {
  .candidate-name-lg {
    display: none;
  }

  .candidate-name span {
    display: block;
  }
}


.btn-location {
  padding: 0px 10px !important;
}

.well-noBorder {
  background-color: transparent;
  border: transparent;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.category-grid {
  overflow: hidden;
  height: 340px;
}

.show-category {
  height: 100% !important;
  transition: all .03 ease;
}

.category-grid a {
  color: #000;
}

.btn-cat>button {
  display: block;
  margin: 0 auto;
}

.category-box {
  border: .5px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  transition: all .3s ease;
}

.category-box>.cat-img {
  margin-bottom: 10px;
}

.category-box>.cat-img img {
  width: 35px;
  border-radius: 10px
}

.category-box>.cat-name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-box:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.error404 {
  background-image: url('../images/backgrounds/page-404.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
}

.error404 .btn-back-error {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 425px) {
  .error404 .btn-back-error {
    top: 80px;
  }

  .error404 {
    padding: 150px 0;
  }

}

@media (max-width: 1024px) {
  .error404 .btn-back-error {
    top: 100px;
  }

  .error404 {
    padding: 150px 0;
  }

}

.profile-details th,
td {
  padding: 15px 0;
}

.about-me {
  padding-bottom: 25px;
}

.about-me>div {
  padding-bottom: 10px;
}
.vid-tutorial h3, .vid-tutorial h4{
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.igdx-vid-tutorial{
  border: 1px solid #ef1214;
	padding: 10px;
	border-radius: 20px;
}

.igdx-vid-tutorial iframe, .igdx-vid-tutorial video{
  border-radius: 15px;
}
