

.red {
  background-color: #1682C6;
}
.red:hover {
  background-color: #FCB316;
}
.redIcon {
  color: #b00404;
}
.formCard:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#formsubmit_loader_btn {
  display: none;
}

.invalid-input {
  border-color: #b00404;
}


#leave_details .date .error-message{
  display: none;
}

.date .did-floating-label{
  z-index: 10;
}


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

[data-pc-direction="ltr"] .m-0 {
  margin: 0 !important;
  width: 55px;
}

body > footer > div > div > div.col.my-1 > p {
  width: 100%;
}


.br-left{
  border-radius: 10px 0 0 10px !important;
  width: auto !important;
  background: #fff !important;
  border-color:  #bec8d0;
}

.br-right{
  border-radius: 0 10px 10px 0 !important;
}

.date{
  width: 99.7% !important;
}

.margin-b {
  margin-bottom: 30px;
}

.radius-right{
  border-radius: 0 10px 10px 0 !important;
}

.heading{
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.float-right{
  float: right;
}


/* ======================================floating labels====================== */
/* ========================================================================== */

.did-floating-label-content {
  position: relative;
  width: 100%;
}
.did-floating-label {

  font-weight: normal;
  position: absolute;
  pointer-events: none;
  font-size: 11px;
  left: 16px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.did-floating-input,
.did-floating-select {
  width: 100%;
  background: #fff;
  &:focus {
    outline: none;
    ~ .did-floating-label {
      top: -9px;
      font-size: 11px;
      background: #fff;
    }
  }
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top: -6.5px;
  background: #fff;
  padding-left: 1px;
  padding-right: 1px;
}

.did-floating-input:placeholder-shown ~ .did-floating-label {
  /* top: -9px; */
  background: #fff;
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
}

#_date_bt  .error-message{
  display: none;
}

.did-floating-input-date:not(:placeholder-shown) ~ .did-floating-label-date {
  margin-top: -61px;
  margin-left: 15px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top: -8px;
  font-size: 11px;
  background: #fff !important;
}
.did-floating-select[value=""]:focus ~ .did-floating-label {
  top: 11px;
  font-size: 11px;
}
.did-floating-select:not([multiple]):not([size]) {
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

.h5_heading{
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

#search_container{
  position: relative;
}

.results {
    border: 1px solid #ddd;
    box-shadow:   0px 10px 10px rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    top: 50px;
    z-index: 1000;
    width: 96%;
}
.search-result-item {
    padding: 5px;
    cursor: pointer;
}
.search-result-item:hover {
    background: #f0f0f0;
}

@media screen and (min-width: 991px) {
  .width-200 {
    width: 200px;
  }
}

@media (max-width: 480px){
  body > div.pc-container > div > div > div > div:nth-child(2) > div.col-lg-4.col-xxl-3 > div > div > div.text-center.mt-3 > div.row.g-3{
    display: none !important;
  }

  body > div.pc-container > div > div > div > div:nth-child(2) > div.col-lg-4.col-xxl-3 > div > div > div.text-center.mt-3 > div:nth-child(7){
    display: none !important;
  }

  body > div.pc-container > div > div > div > div:nth-child(2) > div.col-lg-4.col-xxl-3 > div > div > div.text-center.mt-3 > div:nth-child(8){
    display:  none !important;
  }

  body > div.pc-container > div > div > div > div:nth-child(2) > div.col-lg-4.col-xxl-3 > div > div > div.text-center.mt-3 > div:nth-child(9){
    display: none !important;
  }

  body > div.pc-container > div > div{
    
  }

  #buttons_div .d-flex{
    display: flex !important;
  }

  #reasons_for_leaving .d-flex{
    display: block !important;
  }

  #reasons_for_leaving .form-check{
    width: 100% !important;
  }
}


#bouncer-error_telephone{
  display: none;
}

#bouncer-error_partner_phone{
  display: none;
}

#bouncer-error_birth_date{
  display: none;
}

#bouncer-error_supervisor_phone_1,#bouncer-error_referee_phone_1,#bouncer-error_referee_phone_2,#bouncer-error_referee_phone_3{
  display: none;
}

#bouncer-error_work_phone, #bouncer-error_emergency_phone,#bouncer-error_date_completed{
  display: none;
}

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

body > div.auth-main > div > div.row.w-100.margin-r.mt-5{
  margin-left: 10px;
}

.auth-main{
overflow-x: hidden;
}

