.default-profile-image{
    width: 50px;
    height: 50px;
}

.default-profile-image-icon{
    width: 50px;
    height: 50px;
    filter: invert(.3);
}

.mobile-icon{
    left: 50%;
    top:18%;
}

.profile-buttons-layout-container{
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 0 6px -1px #c6c6c6 !important;
    border-radius: 5px !important;
    width: 60% ;
    padding: 20px;
    scroll-behavior: smooth;
}

.phone-image-small{
    height: 35px;
    width: 35px;
}

.customer-profile-page{
    margin-bottom: 130px !important;
}

.change-password-container{
    border-radius: 5px;
    box-shadow: 0 0 6px -1px #c6c6c6 !important;
    cursor: pointer;
    padding: 10px;
}

.edit-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin-left: 10px;
}

.edit-icon{
    align-self: center;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    height: 40px;
    width: 40px;
    /* background-color: #f6e14e; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    cursor: pointer;
}

.edit-name-input{
    border-radius: 5px;
    border:2px solid #c6c6c6;
    outline: none;
    padding-left: 10px;
}

.edit-btn-container img:hover{
    transition: 1000ms;
    box-shadow: 0 0 2px 2px #c6c6c6;
}

.edit-customer-name{
    display: flex;
    display: none;
}

.customer-name-container{
    display: flex;
}

.save-icon{
    align-self: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    background-color: #f6e14e;
    display: block;
    cursor: pointer;
}

.cancel-icon{
    align-self: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    background-color: #E22323;
    display: block;
    cursor: pointer;
    margin-left: 10px;
}
.edit-customer-name{
    width: 50%;
}
@media screen and (max-width:380px) {
   .edit-customer-name{
       flex-direction: column !important;
       width: 100% !important;
   }
   .save-btn-container{
       width: fit-content;
       margin: 10px 0 !important;
   }
}

.view-booking-link{
    color:#737373 !important;
    text-decoration: none !important;
}

.view-booking-link:hover{
    color:#737373 !important;
    text-decoration: none !important;
}

.save-btn-container{
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    margin-left: 10px;
    width: 100%;
}

.view-booking-container{
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 6px -1px #c6c6c6 !important;
}

.input-customer-name{
    border-radius: 5px;
    border: 2px solid #c6c6c6;
    padding: 0;
}

.customer-default-image{
    height: 100px;
    width: 100px;
}

.change-password-btn{
    background-color: #f6e14e;
    outline: none;
    border-radius: 5px;
    border:2px solid #c6c6c6;
}

.profile-btn-container{
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 6px -1px #c6c6c6 !important;
}

.change-password-form{
    display: none;
}



@media screen and (max-width:600px) {
    .customer-profile-page{
        flex-direction: column;
        margin: 110px 20px !important;
        margin-bottom: 20px !important ;
    }
    .profile-buttons-layout-container{
        width: 100%;
    }
    .profile-layout-buttons-container{
        margin: 0 !important;
        justify-content: start !important;
    }
    .layout-buttons-container{
        width: 100%;
    }
    .change-password-container{
        justify-content: start!important;
        width: 100% !important;
    }

}

@keyframes removeProfileDetails {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0,5;
    }
    100%{
        opacity: 0;
        display: none;
    }
}

@keyframes addPasswordChangeForm {
    
}