.brand-white-labelling .upload-logo {
    display: flex;
    gap: 12px;
}

.brand-white-labelling .view-logo {
    width: 70px;
    height: 70px;
}

.brand-white-labelling .view-logo img {
    max-width: 70px;
    max-height: 70px;
}

.brand-white-labelling .view-logo-edit {
    width: 70px;
    height: 70px;
}

.brand-white-labelling .view-logo .edit-icon {
    width: 24px;
    height: 24px;
}

.brand-white-labelling .camera-logo {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background: #F4F9FD;
    display: flex;
    align-items: center;
}

.brand-white-labelling .camera-logo img {
    width: 24px;
    height: 24px;
    margin: auto;
}

.brand-white-labelling .dropdown-logo-menu {
    left: 24px;
    top: 50px;
}