.birthday-form .form-group label {
    font-weight: 600;
}

.birthday-formd input.invalid {
    border-color: var(--input-invalid-border-color);
    background-color: var(--input-invalid-bg-color);
}

.birthday-form .form-group {
    border-bottom: 1px dashed var(--border-color);
}

.birthday-form input.form-control {
    padding: 10px;
    color: var(--text-color);
}

.birthday-form .form-control {
    border-radius: 30px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.birthday-form textarea.form-control {
    border-radius: 20px;
}

.bda-avatar {
    text-align: center;
}

.bda-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.dialog-tab-upload-image .modal-header .btn-close,
.dialog-tab-select-image .modal-header .btn-close {
    border-radius: 15px !important;
    background-color: var(--bs-gray);
    --bs-btn-close-color: var(--text-color-white);
    --bs-btn-close-bg: var(--btn-close-bg-white);
}

.dialog-tab-upload-image .modal-dialog,
.dialog-tab-select-image .modal-dialog {
    align-items: end !important;
    margin: 0 !important;
    height: 100vh;
}

.dialog-tab-upload-image .list-group-item {
    border-bottom: 1px dashed var(--border-color) !important;
}

.dialog-tab-select-image img {
    width: 70px;
    height: 70px;
}

.md-bthday-create .modal-header {
    background-color: var(--bg-head-md-color);
}

.md-bthday-create .modal-header * {
    color: var(--text-color);
}

.cgroup-search input {
    background-color: #E8E8E8;
}

.cgroup-search img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 68px;
}

.fs-16 {
    font-size: 1rem;
}

.list-group-item {
    border-bottom: 1px dashed var(--border-color) !important;
}

.list-avatar-icon .list-group-item {
    padding: 0px;
    border: unset !important;
}

.md-bthday-create .item-group-bd .group-left-icon {
    flex: 1;
}

.md-bthday-create .item-group-bd .group-center-text {
    flex: 3;
}

.md-bthday-create .item-group-bd .group-right-text {
    text-align: right;
    flex: 3;
    color: var(--text-color-label);
}

.birthday-edit .list-item-imgs .item-img {
    width: 75px;
    height: 75px;
    position: relative;
}

.birthday-edit .list-item-imgs .item-img img {
    width: 100%;
}

.birthday-edit .list-item-imgs .item-img .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 50%);
}

.group-gift-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.group-gift-icon .icon-text {
    justify-content: flex-start;
    color: var(--text-color);
    font-size: var(--fsize-13);
    font-family: var(--font-family);
    font-weight: 600;
    line-height: var(--line-height-16);
    word-wrap: break-word;
}

.group-gift-icon>.btn {
    justify-content: center;
}

#birthday-form input.form-control {
    height: 44px;
    border-radius: 22px;
    border: 1px rgba(0, 0, 0, 0.20) solid;
}

textarea.form-control[name="address"],
textarea.form-control[name="sns"] {
    height: 87px;
    border-radius: 22px;
    border: 1px rgba(0, 0, 0, 0.20) solid;
}

.box-memo-detail .card-body>.form-group {
    display: flex;
    flex-direction: column;
}

.box-memo-detail .card-body>.form-group .memo-title {
    display: flex;
    flex-direction: row;
}

.box-memo-detail .card-body>.form-group .memo-title .align-left {
    color: var(--text-color);
    font-size: var(--fsize-13);
    font-family: var(--font-family);
    font-weight: 600;
    line-height: var(--line-height-16);
    word-wrap: break-word;
    flex-grow: 1;
}

.box-memo-detail .card-body>.form-group .memo-description {
    margin-top: 15px;
}

.box-memo-detail .card-body>.form-group .memo-description .area-textarea {
    height: 156px;
    width: 100%;
    border-radius: 22px;
    border: 1px rgba(0, 0, 0, 0.20) solid;
    padding: 10px 15px;
}

.box-memo-detail .card-body>.form-group .memo-title .btn-add-image {
    color: var(--text-color-green);
    font-size: var(--fsize-13);
    font-family: Hiragino Kaku Gothic Pro;
    font-weight: 600;
    line-height: var(--line-height-16);
    word-wrap: break-word;
}

.list-gender .radio-toggle-switch span {
    border: 1px solid #dcdcdc;
}

.group-item-member .selected-choice-member,
.group-item-color .selected-choice-color,
.group-item-family .selected-choice-family,
.group-item-group .selected-choice-group,
.dialog-top-search .selected-choice-group {
    height: unset !important;
}

.list-group-item:first-child {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.error-input {
    border: 2px solid #e74c3c !important;
    background-color: #fdecea;
    border-radius: 20px;
}

.dialog-choice-family .no-data-message,
.dialog-choice-group .no-data-message {
    color: #444444;
    padding-top: 150px;
}

.select-year-include-age {
    width: 150px;
}

.pick-group .search-text {
    padding-top: 8px !important;
}

.birthday-upload .icon-image {
    border-radius: 50% !important;
}

.dialog-choice-family .btn-select-family {
    white-space: nowrap;
}
