.img8 {
  border-radius: 50%;
}

/* custom sendiri */

/* List Karir CSS */
.custom-fc {
  
	background-color:white !important;
  padding: 6px 12px !important;
  /* padding-bottom: 5px !important; */
  /* padding-right: 5px !important; */
  height: 32px !important;
  border-radius: 4px;
  border: 1px solid #aaa;

}

.required {
  color: red;
}

.button1 {
  width: 150px;
  height: 4rem;
  border-radius: 6px;
  border: 2px solid #1974d2;
}

.button1 {
  transition-duration: 0.4s;
}

.button1:hover {
  background-color: #1974d2; /* Green */
  color: #ffffff;
  border: 2px solid #ffffff;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50; /* Green */
}

.select2-container .select2-selection--single {
  height: 32px !important;
}

.fct-list h3 {
  font-size: 17px;
}

.fct-list p{
  font-size: 15px;
}
/* end List Karir css */

/* Apply Karir CSS */

.apply {
  padding-top: 40px;
}

.box-brder {
  border-radius: 4px;
  border: 1px solid #aaa;
}

/* User Profile CSS */

.foto-prfl img{
  border: 1px solid #8E8E8E;
	padding: 3px;
	width: 150px;
	height: 150px;
	border-radius: 100%;
}

.isitab-profile{
  margin-bottom: 30px;
}

.judul-tab-profile {
  border-bottom: 5px solid #1974d2;
  margin-bottom: 30px;
}

.halaman-user {
    background:#ffffff!important;
}

.isitab-mrgntop{
    margin-top:20px;
}

/* User Profile Edit */

.cst-profile {
  background-color:white !important;
  padding: 6px 12px !important;
  height: 32px !important;
  border-radius: 4px;
  border: 1px solid #aaa;
}

.cst-txtarea {
  background-color:white !important;
  padding: 6px 12px !important;
  /* height: 32px !important; */
  border-radius: 4px;
  border: 1px solid #aaa;
}

.cst-inpgrp {
  margin-bottom: 15px;
}

.subtab-border {
  border: 1px solid #1974d2;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.button-editp {
  margin-top: 15px;
  width: 160px;
  /* height: 4rem !important; */
  border-radius: 6px !important;
  background-color: #1974d2 !important; /* Green */
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  /* border: 2px solid #1974d2 !important; */
}

.button-editp {
  transition-duration: 0.4s !important;
}

.button-editp:hover {
  border: 2px solid #1974d2 !important;
  color: #1974d2 !important;
  background-color: #f5f5f5 !important;
  /* background-color: #1974d2 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important; */
}

.btn-uploadprfl{
  border: 1px solid #1974d2;
  background-color: #1974d2;
  color: #ffffff;
  height: 3.2rem;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 100px;
}

.btn-uploadprfl {
  transition-duration: 0.4s !important;
}

.btn-uploadprfl:hover {
  border: 2px solid #1974d2 !important;
  color: #1974d2 !important;
  background-color: #f5f5f5 !important;
  height: 3.2rem;
}

.judul-tab {
  border-bottom: 5px solid #1974d2;
}

.judul-subtab{
	position: relative;
	margin: 0;
	line-height: 32px;
	border-left: 2px solid #1974d2;
	display: inline-block;
	padding-left: 15px;
  margin-bottom: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
 }
 
 .isitab-edit{
   margin-bottom: 30px;
 }

.cst-profile[disabled], .cst-profile[readonly], fieldset[disabled] .cst-profile {
	cursor:not-allowed;
	background-color:#eee!important;
}

.netgros{
  margin-top: 6px;
  padding-top: 2px;
  /* padding-left: 15px; */
  text-align: center;
  border: 1px solid #1974d2;
}

/* Responsive custome */  
@media (min-width : 1200px) {
 .button1 {
   margin-left: 57px;
 }

 .form-lamaran {
   padding: 20px;
 }
 
  .hr-responsive{
      display:none;
  }
 
}

@media (min-width : 992px) and (max-width: 1199px) {
  .button1 {
    margin-left: 75px;
  }

  .form-lamaran {
   padding: 20px;
 }
 
  .hr-responsive{
      display:none;
  }
 }

@media (min-width : 768px) and (max-width: 991px) {
  .search-cst {
    margin-left: 40px;
  }

  .button1 {
    margin-left: 95px;
  }

  .pack-search {
    margin-left: 175px;
  }

  .form-lamaran {
   padding: 20px;
 }

 /* User Profile Edit */

 .mrgn-phone {
   margin-bottom: 15px;
 }
 
  .hr-responsive{
      display:none;
  }
}

@media (min-width : 480px) and (max-width : 767px) {
  .search-cst {
    margin-left: 40px;
  }

  .button1 {
    margin-left: 95px;
  }

  .pack-search {
    margin-left: 150px;
  }

  .form-lamaran {
   padding: 20px;
 }

 /* User Profile Edit */

 .mrgn-phone {
   margin-bottom: 15px;
 }
 
 .usr-prfl{
     padding:0 0;
 }
}

@media (max-width : 479px) {
  .search-cst {
    margin-left: 40px;
  }

  .button1 {
    margin-left: 95px;
  }

  .pack-search {
    margin-left: 0px;
  }

  .form-lamaran {
   padding: 20px;
 }

 /* User Profile Edit */

 .mrgn-phone {
   margin-bottom: 15px;
 }
 
 .rmv-mobile {
    display:none;
 }
 
 .usr-prfl{
     padding:0 0;
 }
}

@media (max-width : 375px) {
  .search-cst {
    margin-left: 20px;
  }

  .button1 {
    margin-left: 80px;
  }

  .pack-search {
    margin-left: 0px;
  }

  .form-lamaran {
   padding: 20px;
 }

 /* User Profile Edit */

 .mrgn-phone {
   margin-bottom: 15px;
 }
 
 .rmv-mobile {
    display:none;
 }
 
 .usr-prfl{
     padding:0 0;
 }
}

/* iphone 5/se */
@media (max-width : 321px) {
  .search-cst {
    margin-left: 20px;
  }

  .button1 {
    margin-left: 60px;
  }

  .pack-search {
    margin-left: 0px;
  }

  .box-pck {
    width: 250px !important;
  }

  .select2-selection {
    width: 250px !important;
  }

  .form-lamaran {
   padding: 20px;
 }

 /* User Profile Edit */

 .mrgn-phone {
   margin-bottom: 15px;
 }
 
 .rmv-mobile {
    display:none;
 }
 
 .usr-prfl{
     padding:0 0;
 }
}

/* Form Wizard */

.wizard {
  margin: 20px auto;
  background: #f5f5f5;
}

  .wizard .nav-tabs {
      position: relative;
      margin: 40px auto;
      margin-bottom: 0;
      border-bottom-color: #e0e0e0;
  }

  .wizard > div.wizard-inner {
      position: relative;
  }

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
  background-color: #fff;
}

span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 64px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}
span.round-tab i{
  color:#555555;
}
.wizard li.active span.round-tab {
  background: #fff;
  border: 2px solid #1974d2;
  
}
.wizard li.active span.round-tab i{
  color: #1974d2;
}

span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs > li {
  width: 20%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #1974d2;
  transition: 0.1s ease-in-out;
}

.wizard li.active:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #1974d2;
}

.wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

  .wizard .nav-tabs > li a:hover {
      background: transparent;
  }

.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}

.wizard h3 {
  margin-top: 0;
}

@media( max-width : 585px ) {

  .wizard {
      width: 90%;
      height: auto !important;
  }

  span.round-tab {
      font-size: 16px;
      width: 50px;
      height: 50px;
      line-height: 50px;
  }

  .wizard .nav-tabs > li a {
      width: 50px;
      height: 50px;
      line-height: 50px;
  }

  .wizard li.active:after {
      content: " ";
      position: absolute;
      left: 35%;
  }
 
 .rmv-mobile {
    display:none;
 }
 
 .usr-prfl{
     padding:0 0;
 }
}

/*[type = text]{*/
/*  text-transform: capitalize;*/
/*}*/

.badge {
  position: absolute;
  top: 17px;
  right: 5px;
  padding: 5px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

.fixed-whatsapp{
    position:fixed;
    bottom:20px;
    right:20px;
    width:50px;
    height:50px;
    z-index:9999
    
}
.fixed-whatsapp:before{
    content:"";
    background-repeat:no-repeat;
    background-size:34px 34px;
    background-position:center center;
    width:50px;
    height:50px;
    background-image:url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 24 24' width='32' height='32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23ffffff' d='M16.75,13.96C17,14.09 17.16,14.16 17.21,14.26C17.27,14.37 17.25,14.87 17,15.44C16.8,16 15.76,16.54 15.3,16.56C14.84,16.58 14.83,16.92 12.34,15.83C9.85,14.74 8.35,12.08 8.23,11.91C8.11,11.74 7.27,10.53 7.31,9.3C7.36,8.08 8,7.5 8.26,7.26C8.5,7 8.77,6.97 8.94,7H9.41C9.56,7 9.77,6.94 9.96,7.45L10.65,9.32C10.71,9.45 10.75,9.6 10.66,9.76L10.39,10.17L10,10.59C9.88,10.71 9.74,10.84 9.88,11.09C10,11.35 10.5,12.18 11.2,12.87C12.11,13.75 12.91,14.04 13.15,14.17C13.39,14.31 13.54,14.29 13.69,14.13L14.5,13.19C14.69,12.94 14.85,13 15.08,13.08L16.75,13.96M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C10.03,22 8.2,21.43 6.65,20.45L2,22L3.55,17.35C2.57,15.8 2,13.97 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,13.72 4.54,15.31 5.46,16.61L4.5,19.5L7.39,18.54C8.69,19.46 10.28,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
    background-color:#00C853;
    position:absolute;
    top:0;
    left:0;
    border-radius:100%;
    box-shadow:0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24)
    
}
.fixed-whatsapp:after{
    content:"Pertanyaan seputar rekrutmen";
    width:100px;padding:5px 10px;
    position:absolute;
    bottom:100%;
    margin-bottom:20px;
    right:-150px;
    text-align:justify;
    color:#555;
    border:1px solid #dedede;
    background:rgba(255,255,255,.5);
    border-radius:4px;
    opacity:0;
    transition:all .4s ease-in-out;
    font-size:100%;
    line-height:1.1
    
}
.fixed-whatsapp:hover:after{
    opacity:1;
    right:0
}