.edit-buyer{
    background-color: #f2f2f2;
    padding: 40px 0 80px 0;
    border-radius: 3px;
}

    .edit-buyer .yloader{
        margin: 20px auto;
    }

    .edit-buyer .logo{
        width: 80px;
        height: 80px;
        margin: 20px auto 60px auto;
    }

        .edit-buyer .logo img{
            width: 80px;
            height: 80px;
        }

    .edit-buyer .c{
        max-width: 800px;
        margin: 40px auto auto auto;
    }

    .edit-buyer form{
        background-color: white;
        box-shadow: 0 16px 40px rgba(0,0,0,0.12) !important;
        border-radius: 4px !important;
        padding: 40px 40px;
    }

    .edit-buyer h1{
        font-size: 44px;
        margin-bottom: 50px;
        text-align: center;
    }

    .edit-buyer h2{
        font-size: 34px;
    }

    .edit-buyer h3{
        margin: 20px 0 20px 0;
    }

    .edit-buyer .submenu{
        margin-bottom: 30px;
    }

    .edit-buyer .submenu ul{
        padding: 0;
        margin: 20px 0 0 0;
        list-style: none;
    }

        .edit-buyer .submenu ul li{
            display: inline-block;
            padding: 6px 15px;
            background: #afbdd1;
            cursor: pointer;
            color: #FFF;
            font-size: 18px;
            border-radius: 3px;
            margin: 0 4px 10px 0;
        }

        .edit-buyer .submenu ul li.selected{
            background: #575e71;
            color: white;
        }

    .edit-buyer .last-time-updated{
        margin: 0 0 30px 0;
    }

        .edit-buyer .last-time-updated h3{
            margin: 0 0 0 0;
        }

        .edit-buyer .last-time-updated .ago{
            margin: 10px 0 20px 0;
        }

    .edit-buyer .step{
        display: none;
    }

    .edit-buyer .step .cancel{
        margin: 20px auto 0px auto;
        display: block;
        width: fit-content;
    }

    .edit-buyer .required-message{
        text-align: center;
        margin: 0 0 20px 0;
        display: none;
        font-size: 18px;
        font-weight: 500;
    }

        .edit-buyer .step.selected{
            display: block!important;
        }

    .edit-buyer .step .edit-logo{
        width: 100px;
        height: 100px;
        margin: 0px 0 20px 0;
        display: block;
    }

        .edit-buyer .step .edit-logo img{
            width: 100%;
            border-radius: 100%;
            border: 4px solid #f2f2f2;
        }

        .edit-buyer .step .no-logo{
            display: none;
        }

    .edit-buyer .step .gallery{
    }

        .edit-buyer .step .gallery ul{
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .edit-buyer .step .gallery ul li{
                margin: 20px 20px 0 0;
                width: 100px;
                height: 100px;
                display: block;
                position: relative;
            }

                .edit-buyer .step .gallery ul li a{
                    position: relative;
                    display: block;
                    width: 100px;
                    height: 100px;
                    background-color: #f2f2f2;
                }

                    .edit-buyer .step .gallery ul li a:hover{
                        text-decoration: none;
                    }

                    .edit-buyer .step .gallery ul li a img{
                        display: block;
                        border-radius: 6px;
                        width: 100%;
                    }

                    .edit-buyer .step .gallery ul li.video a::after{
                        content: "VIDEO";
                        position: absolute;
                        right: 0;
                        top: 32px;
                        background-color: white;
                        padding: 0px 4px;
                    }

                .edit-buyer .step .gallery ul li .remove{
                    position: absolute;
                    top: 0;
                    right: 0;
                    background: white;
                    padding: 2px;
                    z-index: 10;
                    cursor: pointer;
                }

    .edit-buyer .step .invite-people{
        display: flex;
        align-items: flex-end;
        background-color: #f2f2f2;
        border-radius: 3px;
        padding: 10px 20px 0px 20px;
    }

        .edit-buyer .step .invite-people label{
            width: 100%;
        }

        .edit-buyer .step .invite-people label:first-child{
            margin-right: 20px;
        }

        .edit-buyer .step .invite-people label:last-child{
            margin-left: 20px;
            width: 20%;
        }

    .edit-buyer .step .delegate{
        display: flex;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: #a0aec0 solid 1px;
    }

        .edit-buyer .step .delegate .left{
            width: 30%;
            border-right: #a0aec0 solid 4px;
            margin-right: 20px;
            padding-right: 20px;
            text-align: right;
        }

            .edit-buyer .step .delegate .left .name{
                font-size: 28px;
                font-weight: 600;
            }

            .edit-buyer .step .delegate .left .email{
                font-size: 14px;
                margin-bottom: 20px;
            }

            .edit-buyer .step .delegate .left .profile-image{
                border-radius: 50%;
                width: 60px;
                height: 60px;
                padding: 0.25rem;
                background-color: #fff;
                border: 3px solid #a0aec0;
            }

        .edit-buyer .step .delegate .right{
            width: 70%;
        }


        .edit-buyer .step .manage-delegate{
        }

        .edit-buyer .step .manage-delegate .remove{
            cursor: pointer;
        }

        .edit-buyer .step .add-video-youtube button{
            max-width: 100px;
            margin-left: 20px;
        }
