.edit-history{
    padding: 0 35px 35px;
    width: 100%;
}


@media screen and (max-width: 1600px){
    .edit-history{
        width: 70%;
    }
}
@media screen and (max-width: 1024px){
    .edit-history{
        width: 100%;
    }
}

.edit-history__content{
    width: 100%;
    max-width: 610px;
}

.edit-history__title{
    font-family: Legan;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 80px 0 20px;
    text-align: center;
}

.edit-history__name{
    text-align: center;
    font-size: 30px;
    font-family: Legan;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.edit-history__show-history-btn{
    max-width: 290px;
    min-width: 290px;
}

.edit-history__show-history-btn button{
    padding: 15px 50px;
    background-color: #252525;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #252525;
    transition: all 0.3s ease;
}

.edit-history__show-history-btn button:hover{
    color: #252525;
    background-color: #fff;
}

.edit-history__date{
    margin-bottom: 30px;
}

.edit-history__date input{
    padding: 20px 30px;
    border-radius: 12px;
    border: 2px solid #f2f2f2;
    outline: none;
}

.edit-history__details{
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
    flex-wrap: wrap;
}

.edit-history__details__input{
    width: 50%;
}

.edit-history__details__input textarea,
.edit-history__details__input input{
    padding: 15px 20px;
    max-width: 290px;
    margin-bottom: 20px;
}

.edit-history__mix{
    margin-top: 40px;
}

.edit-history__mix__title{
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 40px;
}

.edit-history__mix__title span:first-child{
    margin-right: 15px;
}

.edit-history__mix__details{
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.edit-history__mix__details__input{
    width: 47%;
    margin-bottom: 20px;
}

.edit-history__mix__details__input:nth-child(odd){
    margin-right: 15px;
}

.edit-history__mix__details__input:nth-child(even){
    margin-left: 15px;
}

.edit-history__mix__details__input input{
    padding: 15px 20px;
    outline: none;
    border-radius: 12px;
    border: 2px solid #f2f2f2;
}

.edit-history__acidify{
    margin-bottom: 20px;
}

.edit-history__acidify input{
    padding: 15px 20px;
    outline: none;
    border-radius: 12px;
    border: 2px solid #f2f2f2;
}

.edit-history__hairstlist{
    margin-bottom: 20px;
}

.edit-history__hairstlist select{
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #f2f2f2;
    border-radius: 8px;
    outline: none;
    background-color: unset;
}

.edit-history__comments{
    margin-bottom: 20px;
}

.edit-history__comments textarea{
    outline: none;
    border-radius: 12px;
    border: 2px solid #f2f2f2;
    min-height: 125px;
}

.edit-history__submit{

}

.edit-history__submit button{
    padding: 15px 40px;
    background-color: #252525;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #252525;
    transition: all 0.3s ease;
}

.edit-history__submit a{
    padding: 18px 40px;
    background-color: #252525;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #252525;
    text-decoration: none;
    transition: all 0.3s ease;
}

.edit-history__submit a:hover{
    color: #252525;
    background-color: #fff;
}

.edit-history__submit button:hover{
    color: #252525;
    background-color: #fff;
}

.edit-history__sidebar{
    width: 30%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}


@media screen and (max-width: 1024px){
    .edit-history__sidebar{
        display: none;
    }
}


@media screen and (max-width: 768px){
    .edit-history__up{
        flex-direction: column;
    }

    .edit-history__select-customer{
        max-width: unset;
        margin-bottom: 20px;
    }

    .edit-history__select-customer select{
        width: 100%;
    }

    .edit-history__show-history-btn{
        max-width: unset;
        min-width: unset;
    }

    .edit-history__details{
        padding-bottom: 40px;
        border-bottom: 1px solid #f2f2f2;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .edit-history__details__input{
        width: 100%;
    }

    .edit-history__details__input textarea,
    .edit-history__details__input input{
        max-width: unset;
    }


    .edit-history__mix__details{
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .edit-history__mix__details__input{
        width: 100%;
        margin: 0 0 20px 0;
    }


    .edit-history__mix__details__input:nth-child(odd){
        margin-right:0;
    }

    .edit-history__mix__details__input:nth-child(even){
        margin-left: 0;
    }

    .edit-history__mix__details__input input{
        padding: 15px 20px;
        outline: none;
        border-radius: 12px;
        border: 2px solid #f2f2f2;
    }

}

