body
{
    background: url("../images/barber-bg4.webp");
    background-size: 75% 145%;
    background-attachment: fixed;
}


.text_header
{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 22px;
    color: #fff;
}

.booking_section
{
    max-width: 720px;
    margin: 50px auto;
    /*min-height: 500px;*/
}

.items_tab
{
    border-radius: 4px;
    /* background-color: #000000; */
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(60, 66, 87, 0.04), 0 0 10px 0 rgba(0, 0, 0, 0.04);
    color: #fff;
}

.itemListElement
{
    font-size: 14px;
    line-height: 1.29;
    border-bottom: solid 1px #e5e5e5;
    cursor: pointer;
    padding: 16px 12px 18px 12px;
}

.item_details
{
    /*width: auto;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.item_details2{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
    ;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.item_name
{
    font-size: 16px;
}
.servide_name
{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding-right: 15px;
    color: #979797;
    -webkit-flex: 1;
}

.item_label
{
    color: #9e8a78;
    border-color: #9e8a78;
    background: white;
    font-size: 13px;
    font-weight: 700;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active 
{
    color: #fff;
    background-color: #a97c44;
    border-color: #ff8b22;
}

.item_select_part
{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
}

.select_item_bttn
{
    width: 80px;
    display: flex;
    margin-left: 25px;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.service_duration_field
{
    text-align: right;
    min-width: 60px;
    width: auto;
    color: rgb(169 169 169);
    line-height: 1.29;
    font-size: 14px;
}

.service_price_field
{
    width: auto;
    display: flex;
    margin-left: 30px;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.radio_employee_select
{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

/* Make circles that indicate the steps of the form: */
.step 
{
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active 
{
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish 
{
    background-color: #ff8e00;
}

.next_prev_buttons
{
    background-color: #a97c44;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 17px;
    cursor: pointer;
    border-radius: .25rem;
    margin: 8px;
    border: solid 1px #fff;
}
.next_prev_buttons:hover
{
    background-color: #a97c44;
    
    border: solid 1px #ff8e00;
}

.tab_reservation
{
    display: none;
}

.client_details_div .form-control
{
    background-color: #fff;
    border-radius: 0;
    padding: 25px 10px;
    box-shadow: none;
    border: 2px solid #eee;
    margin: 10px 0px;
}

.client_details_div .form-control:focus 
{
    border-color: #9e8a78;
    box-shadow: none;
    outline: none;
}

.form-input {
  position: relative;
  margin: 20px 0 40px;
  width: 100%;
}

.form-input input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px #fff solid;
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
}

.form-input input:focus,
.form-input input:valid {
  outline: 0;
  border-bottom-color: #a97c44;
}

.form-input label {
  position: absolute;
  top: 15px;
  left: 0;
  pointer-events: none;
}

.form-input label span {
  display: inline-block;
  font-size: 18px;
  min-width: 5px;
  color: #fff;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-input input:focus+label span,
.form-input input:valid+label span {
  color: #a97c44;
  transform: translateY(-30px);
}
#loadingPopup{
    display: none; 
    position: fixed; 
    z-index: 9999; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.8); 
    text-align: center;
}
.loading{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: white;
}
.spinner-border{
    width: 3rem;  
    height: 3rem;
}

@media (max-width: 500px){
    body{
        background-size: 300% 80%;
        background-attachment: scroll;
    }
}