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