/*!
 * NC4 Framework (https://github.com/NC-4/Nc4)
 *
 * Copyright (c) NC4 Project.
 * All rights reserved.
 *
 * Licensed under the NC4 Framework / edumap+ Proprietary License Agreement.
 * Use of this software is permitted only under a valid agreement with the
 * Research Institute of Science for Education (S4E).
 *
 * See LICENSE.txt for complete license terms and obligations.
 *
 * Author: 一般社団法人 教育のための科学研究所 (Research Institute of Science for Education, S4E)
 * Link: https://www.s4e.jp/
 * License: https://github.com/NC-4/Nc4/blob/main/LICENSE.txt
 */

/** 会員情報編集画面 余白 */
.nc4-accounts-form .form-group {
    padding-bottom: calc(0.175rem + 1px);
    padding-top: calc(0.175rem + 1px);
}

/** アバター */
.nc4-accounts-avatar .input-group >:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback).input-group-text {
    border-radius: 10px;
    margin: 15px 0 0;
    padding: 8px;
}
.nc4-accounts-avatar-img {
    max-height: 120px;
    min-height: 100px;
    min-width: 100px;
}

.nc4-accounts-avatar-view {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
}
