.invalid-feedback-custom {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.submit_disable {
    pointer-events:none;
    opacity:.5;
}

.user_subject {
    font-size:1.4em;
    font-weight:bold;
    color:#fff;
    background-color:#3871b8;
    padding: 15px 0px 15px 1em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.user_subject2 {
    border: 1px solid #3871b8;
    border-left: 1.0em solid #3871b8;
    font-size:1.4em;
    font-weight:bold;
    color:#000;
    background-color:#fff;
    padding: 15px 0px 15px 1em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.user_subject3 {
    border-bottom: 1px solid #3871b8;
    font-size:1.4em;
    font-weight:bold;
    color:#000;
    background-color:#fff;
    padding: 5px 0px 5px 0px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.user_subject3_f0f3f5 {
    border-bottom: 1px solid #3871b8;
    font-size:1.4em;
    font-weight:bold;
    color:#000;
    background-color:#f0f3f5;
    padding: 5px 0px 5px 0px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.user_map_box {
    border: 3px solid rgba(64, 168, 19, 0.5);
    border-radius:10px;
    margin:7px 20px 7px 20px;
    padding:7px 20px 7px 20px;
    background: #dff0b2;
    font-size: 1.0em;
}
<!-- #40a813 -->

.c-pagination{text-align:center; font-size:0}
.c-pagination__item,.c-pagination__item-ellipsis,.c-pagination__item-link{margin:0 2px;display:inline-flex;font-size:14px;line-height:1;height:40px;width:40px;align-items:center;justify-content:center;text-decoration:none;vertical-align:top}
.c-pagination__item{background-color:#16adcc;color:#fff;color:#fff }
.c-pagination__item-ellipsis,.c-pagination__item-link{background-color:#eee; color:#999;}
.c-pagination__item-link:hover {background-color:#aaa; color:#fff}


.font-small {
    font-size: 0.75rem;
}

#overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.4);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.is-hide{
    display:none;
}

.panel-selection {
    display: block;
}
.panel {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;

    border-bottom: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    align-items: flex-start;
    justify-content: left;
}
.panel-selection .panel:first-child {
    border-left: 1px solid #ccc;
}
.panel:hover{
    background-color: #fff ;
}
.panel:hover_colored {
    background-color: #ffe4b5 ;
}
.panel.panel-active {
    background-color: bisque;
    border-bottom: 1px solid orangered;
    transition: all 0.35s 0s ease;
}

.selcb_off {
    font-size: 1.5em;
    color: #ccc;
}
.selcb_on {
    font-size: 1.5em;
    color: orangered;
}

.selcb_on_acl {
    font-size: 1.0em;
    color: orangered;
}


.box-menu {
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    font-size: 1.0em;
}







/*------------------------------------
- COLOR role1
------------------------------------*/
.alert-role1  {
    color: #621406;
    background-color: #fabfb4;
    border-color: #f8afa1;
}

.alert-role1  hr {
    border-top-color: #f79a89;
}

.alert-role1  .alert-link {
    color: #320a03;
}

.badge-role1  {
    color: #fff;
    background-color: #d52d0e;
}

.badge-role1 [href]:hover, .badge-role1 [href]:focus {
    color: #fff;
    background-color: #a5220a;
}

.bg-role1  {
    background-color: #d52d0e !important;
}

a.bg-role1 :hover, a.bg-role1 :focus,
button.bg-role1 :hover,
button.bg-role1 :focus {
    background-color: #a5220a !important;
}

.border-role1  {
    border-color: #d52d0e !important;
}

.btn-role1  {
    color: #fff;
    background-color: #d52d0e;
    border-color: #d52d0e;
}

.btn-role1 :hover {
    color: #fff;
    background-color: #b3250b;
    border-color: #a5220a;
}

.btn-role1 :focus, .btn-role1 .focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 45, 14, 0.5);
}

.btn-role1 .disabled, .btn-role1 :disabled {
    color: #fff;
    background-color: #d52d0e;
    border-color: #d52d0e;
}

.btn-role1 :not(:disabled):not(.disabled):active, .btn-role1 :not(:disabled):not(.disabled).active, .show > .btn-role1 .dropdown-toggle {
    color: #fff;
    background-color: #a5220a;
    border-color: #961f09;
}

.btn-role1 :not(:disabled):not(.disabled):active:focus, .btn-role1 :not(:disabled):not(.disabled).active:focus, .show > .btn-role1 .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 45, 14, 0.5);
}

.btn-outline-role1  {
    color: #d52d0e;
    background-color: transparent;
    border-color: #d52d0e;
}

.btn-outline-role1 :hover {
    color: #fff;
    background-color: #d52d0e;
    border-color: #d52d0e;
}

.btn-outline-role1 :focus, .btn-outline-role1 .focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 45, 14, 0.5);
}

.btn-outline-role1 .disabled, .btn-outline-role1 :disabled {
    color: #d52d0e;
    background-color: transparent;
}

.btn-outline-role1 :not(:disabled):not(.disabled):active, .btn-outline-role1 :not(:disabled):not(.disabled).active, .show > .btn-outline-role1 .dropdown-toggle {
    color: #fff;
    background-color: #d52d0e;
    border-color: #d52d0e;
}

.btn-outline-role1 :not(:disabled):not(.disabled):active:focus, .btn-outline-role1 :not(:disabled):not(.disabled).active:focus, .show > .btn-outline-role1 .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 45, 14, 0.5);
}

.list-group-item-role1  {
    color: #621406;
    background-color: #f8afa1;
}

.list-group-item-role1 .list-group-item-action:hover, .list-group-item-role1 .list-group-item-action:focus {
    color: #621406;
    background-color: #f79a89;
}

.list-group-item-role1 .list-group-item-action.active {
    color: #fff;
    background-color: #621406;
    border-color: #621406;
}

.table-role1 ,
.table-role1  > th,
.table-role1  > td {
    background-color: #f8afa1;
}

.table-hover .table-role1 :hover {
    background-color: #f79a89;
}

.table-hover .table-role1 :hover > td,
.table-hover .table-role1 :hover > th {
    background-color: #f79a89;
}

.text-role1  {
    color: #d52d0e !important;
}

a.text-role1 :hover, a.text-role1 :focus {
    color: #a5220a !important;
}


/*------------------------------------
- COLOR role2
------------------------------------*/
.alert-role2  {
    color: #323232;
    background-color: #d6d6d6;
    border-color: #cbcbcb;
}

.alert-role2  hr {
    border-top-color: #bfbfbf;
}

.alert-role2  .alert-link {
    color: #191919;
}

.badge-role2  {
    color: #fff;
    background-color: #707070;
}

.badge-role2 [href]:hover, .badge-role2 [href]:focus {
    color: #fff;
    background-color: #565656;
}

.bg-role2  {
    background-color: #707070 !important;
}

a.bg-role2 :hover, a.bg-role2 :focus,
button.bg-role2 :hover,
button.bg-role2 :focus {
    background-color: #565656 !important;
}

.border-role2  {
    border-color: #707070 !important;
}

.btn-role2  {
    color: #fff;
    background-color: #707070;
    border-color: #707070;
}

.btn-role2 :hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #565656;
}

.btn-role2 :focus, .btn-role2 .focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
}

.btn-role2 .disabled, .btn-role2 :disabled {
    color: #fff;
    background-color: #707070;
    border-color: #707070;
}

.btn-role2 :not(:disabled):not(.disabled):active, .btn-role2 :not(:disabled):not(.disabled).active, .show > .btn-role2 .dropdown-toggle {
    color: #fff;
    background-color: #565656;
    border-color: #4e4e4e;
}

.btn-role2 :not(:disabled):not(.disabled):active:focus, .btn-role2 :not(:disabled):not(.disabled).active:focus, .show > .btn-role2 .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
}

.btn-outline-role2  {
    color: #707070;
    background-color: transparent;
    border-color: #707070;
}

.btn-outline-role2 :hover {
    color: #fff;
    background-color: #707070;
    border-color: #707070;
}

.btn-outline-role2 :focus, .btn-outline-role2 .focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
}

.btn-outline-role2 .disabled, .btn-outline-role2 :disabled {
    color: #707070;
    background-color: transparent;
}

.btn-outline-role2 :not(:disabled):not(.disabled):active, .btn-outline-role2 :not(:disabled):not(.disabled).active, .show > .btn-outline-role2 .dropdown-toggle {
    color: #fff;
    background-color: #707070;
    border-color: #707070;
}

.btn-outline-role2 :not(:disabled):not(.disabled):active:focus, .btn-outline-role2 :not(:disabled):not(.disabled).active:focus, .show > .btn-outline-role2 .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
}

.list-group-item-role2  {
    color: #323232;
    background-color: #cbcbcb;
}

.list-group-item-role2 .list-group-item-action:hover, .list-group-item-role2 .list-group-item-action:focus {
    color: #323232;
    background-color: #bfbfbf;
}

.list-group-item-role2 .list-group-item-action.active {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

.table-role2 ,
.table-role2  > th,
.table-role2  > td {
    background-color: #cbcbcb;
}

.table-hover .table-role2 :hover {
    background-color: #bfbfbf;
}

.table-hover .table-role2 :hover > td,
.table-hover .table-role2 :hover > th {
    background-color: #bfbfbf;
}

.text-role2  {
    color: #707070 !important;
}

a.text-role2 :hover, a.text-role2 :focus {
    color: #565656 !important;
}


/*------------------------------------
- COLOR role3
------------------------------------*/
.alert-role3 {
    color: #193312;
    background-color: #b5e0ab;
    border-color: #a8db9c;
}

.alert-role3 hr {
    border-top-color: #98d489;
}

.alert-role3 .alert-link {
    color: #060d04;
}

.badge-role3 {
    color: #fff;
    background-color: #458d33;
}

.badge-role3[href]:hover, .badge-role3[href]:focus {
    color: #fff;
    background-color: #326725;
}

.bg-role3 {
    background-color: #458d33 !important;
}

a.bg-role3:hover, a.bg-role3:focus,
button.bg-role3:hover,
button.bg-role3:focus {
    background-color: #326725 !important;
}

.border-role3 {
    border-color: #458d33 !important;
}

.btn-role3 {
    color: #fff;
    background-color: #458d33;
    border-color: #458d33;
}

.btn-role3:hover {
    color: #fff;
    background-color: #387229;
    border-color: #326725;
}

.btn-role3:focus, .btn-role3.focus {
    box-shadow: 0 0 0 0.2rem rgba(69, 141, 51, 0.5);
}

.btn-role3.disabled, .btn-role3:disabled {
    color: #fff;
    background-color: #458d33;
    border-color: #458d33;
}

.btn-role3:not(:disabled):not(.disabled):active, .btn-role3:not(:disabled):not(.disabled).active, .show > .btn-role3.dropdown-toggle {
    color: #fff;
    background-color: #326725;
    border-color: #2d5c21;
}

.btn-role3:not(:disabled):not(.disabled):active:focus, .btn-role3:not(:disabled):not(.disabled).active:focus, .show > .btn-role3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(69, 141, 51, 0.5);
}

.btn-outline-role3 {
    color: #458d33;
    background-color: transparent;
    border-color: #458d33;
}

.btn-outline-role3:hover {
    color: #fff;
    background-color: #458d33;
    border-color: #458d33;
}

.btn-outline-role3:focus, .btn-outline-role3.focus {
    box-shadow: 0 0 0 0.2rem rgba(69, 141, 51, 0.5);
}

.btn-outline-role3.disabled, .btn-outline-role3:disabled {
    color: #458d33;
    background-color: transparent;
}

.btn-outline-role3:not(:disabled):not(.disabled):active, .btn-outline-role3:not(:disabled):not(.disabled).active, .show > .btn-outline-role3.dropdown-toggle {
    color: #fff;
    background-color: #458d33;
    border-color: #458d33;
}

.btn-outline-role3:not(:disabled):not(.disabled):active:focus, .btn-outline-role3:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-role3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(69, 141, 51, 0.5);
}

.list-group-item-role3 {
    color: #193312;
    background-color: #a8db9c;
}

.list-group-item-role3.list-group-item-action:hover, .list-group-item-role3.list-group-item-action:focus {
    color: #193312;
    background-color: #98d489;
}

.list-group-item-role3.list-group-item-action.active {
    color: #fff;
    background-color: #193312;
    border-color: #193312;
}

.table-role3,
.table-role3 > th,
.table-role3 > td {
    background-color: #a8db9c;
}

.table-hover .table-role3:hover {
    background-color: #98d489;
}

.table-hover .table-role3:hover > td,
.table-hover .table-role3:hover > th {
    background-color: #98d489;
}

.text-role3 {
    color: #458d33 !important;
}

a.text-role3:hover, a.text-role3:focus {
    color: #326725 !important;
}


/*------------------------------------
- COLOR role4
------------------------------------*/
.alert-role4 {
    color: #d02f08;
    background-color: #10011911f;
    border-color: #ff10910c;
}

.alert-role4 hr {
    border-top-color: #fef5f3;
}

.alert-role4 .alert-link {
    color: #9f2406;
}

.badge-role4 {
    color: #ffffff;
    background-color: #f87a5c;
}

.badge-role4[href]:hover, .badge-role4[href]:focus {
    color: #ffffff;
    background-color: #f5522b;
}

.bg-role4 {
    background-color: #f87a5c !important;
}

a.bg-role4:hover, a.bg-role4:focus,
button.bg-role4:hover,
button.bg-role4:focus {
    background-color: #f5522b !important;
}

.border-role4 {
    border-color: #f87a5c !important;
}

.btn-role4 {
    color: #212529;
    background-color: #f87a5c;
    border-color: #f87a5c;
}

.btn-role4:hover {
    color: #212529;
    background-color: #f65e39;
    border-color: #f5522b;
}

.btn-role4:focus, .btn-role4.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 122, 92, 0.5);
}

.btn-role4.disabled, .btn-role4:disabled {
    color: #212529;
    background-color: #f87a5c;
    border-color: #f87a5c;
}

.btn-role4:not(:disabled):not(.disabled):active, .btn-role4:not(:disabled):not(.disabled).active, .show > .btn-role4.dropdown-toggle {
    color: #212529;
    background-color: #f5522b;
    border-color: #f5461c;
}

.btn-role4:not(:disabled):not(.disabled):active:focus, .btn-role4:not(:disabled):not(.disabled).active:focus, .show > .btn-role4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 122, 92, 0.5);
}

.btn-outline-role4 {
    color: #f87a5c;
    background-color: transparent;
    border-color: #f87a5c;
}

.btn-outline-role4:hover {
    color: #212529;
    background-color: #f87a5c;
    border-color: #f87a5c;
}

.btn-outline-role4:focus, .btn-outline-role4.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 122, 92, 0.5);
}

.btn-outline-role4.disabled, .btn-outline-role4:disabled {
    color: #f87a5c;
    background-color: transparent;
}

.btn-outline-role4:not(:disabled):not(.disabled):active, .btn-outline-role4:not(:disabled):not(.disabled).active, .show > .btn-outline-role4.dropdown-toggle {
    color: #212529;
    background-color: #f87a5c;
    border-color: #f87a5c;
}

.btn-outline-role4:not(:disabled):not(.disabled):active:focus, .btn-outline-role4:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-role4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 122, 92, 0.5);
}

.list-group-item-role4 {
    color: #d02f08;
    background-color: #ff10910c;
}

.list-group-item-role4.list-group-item-action:hover, .list-group-item-role4.list-group-item-action:focus {
    color: #d02f08;
    background-color: #fef5f3;
}

.list-group-item-role4.list-group-item-action.active {
    color: #212529;
    background-color: #d02f08;
    border-color: #d02f08;
}

.table-role4,
.table-role4 > th,
.table-role4 > td {
    background-color: #ff10910c;
}

.table-hover .table-role4:hover {
    background-color: #fef5f3;
}

.table-hover .table-role4:hover > td,
.table-hover .table-role4:hover > th {
    background-color: #fef5f3;
}

.text-role4 {
    color: #f87a5c !important;
}

a.text-role4:hover, a.text-role4:focus {
    color: #f5522b !important;
}


/*------------------------------------
- COLOR main
------------------------------------*/
.alert-main {
    color: #1f471f;
    background-color: #c6e6c6;
    border-color: #b8e0b8;
}

.alert-main hr {
    border-top-color: #a6d8a6;
}

.alert-main .alert-link {
    color: #0f240f;
}

.badge-main {
    color: #fff;
    background-color: #449D44;
}

.badge-main[href]:hover, .badge-main[href]:focus {
    color: #fff;
    background-color: #347934;
}

.bg-main {
    background-color: #449D44 !important;
}

a.bg-main:hover, a.bg-main:focus,
button.bg-main:hover,
button.bg-main:focus {
    background-color: #347934 !important;
}

.border-main {
    border-color: #449D44 !important;
}

.btn-main {
    color: #fff;
    background-color: #449D44;
    border-color: #449D44;
}

.btn-main:hover {
    color: #fff;
    background-color: #398439;
    border-color: #347934;
}

.btn-main:focus, .btn-main.focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 157, 68, 0.5);
}

.btn-main.disabled, .btn-main:disabled {
    color: #fff;
    background-color: #449D44;
    border-color: #449D44;
}

.btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active, .show > .btn-main.dropdown-toggle {
    color: #fff;
    background-color: #347934;
    border-color: #2f6e2f;
}

.btn-main:not(:disabled):not(.disabled):active:focus, .btn-main:not(:disabled):not(.disabled).active:focus, .show > .btn-main.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 157, 68, 0.5);
}

.btn-outline-main {
    color: #449D44;
    background-color: transparent;
    border-color: #449D44;
}

.btn-outline-main:hover {
    color: #fff;
    background-color: #449D44;
    border-color: #449D44;
}

.btn-outline-main:focus, .btn-outline-main.focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 157, 68, 0.5);
}

.btn-outline-main.disabled, .btn-outline-main:disabled {
    color: #449D44;
    background-color: transparent;
}

.btn-outline-main:not(:disabled):not(.disabled):active, .btn-outline-main:not(:disabled):not(.disabled).active, .show > .btn-outline-main.dropdown-toggle {
    color: #fff;
    background-color: #449D44;
    border-color: #449D44;
}

.btn-outline-main:not(:disabled):not(.disabled):active:focus, .btn-outline-main:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-main.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 157, 68, 0.5);
}

.list-group-item-main {
    color: #1f471f;
    background-color: #b8e0b8;
}

.list-group-item-main.list-group-item-action:hover, .list-group-item-main.list-group-item-action:focus {
    color: #1f471f;
    background-color: #a6d8a6;
}

.list-group-item-main.list-group-item-action.active {
    color: #fff;
    background-color: #1f471f;
    border-color: #1f471f;
}

.table-main,
.table-main > th,
.table-main > td {
    background-color: #b8e0b8;
}

.table-hover .table-main:hover {
    background-color: #a6d8a6;
}

.table-hover .table-main:hover > td,
.table-hover .table-main:hover > th {
    background-color: #a6d8a6;
}

.text-main {
    color: #449D44 !important;
}

a.text-main:hover, a.text-main:focus {
    color: #347934 !important;
}







.show-multiple-image-preview img
{
    padding: 6px;
    max-width: 150px;
}
.show-multiple-image img
{
    padding: 10px;
    max-width: 320px;
}




#icon-area {
    position: fixed;
    bottom: 35px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #5e7a28;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
}

#content-area {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 60%;
    height: 95%;
    background-color: rgba(255, 255, 255, 1.0);
    color: black;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* 上寄せ */
    padding-top: 40px; /* 上部に余白を追加 */
    border: 2px solid #8fba3e;
    border-radius: 2%;
    overflow-y: auto;
}

#close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #5e7a28;
    border: none;
    color: white;
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    border-radius: 10%;
}

.pagination-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.pagination-page {
    display: none;
}

.pagination-page.active {
    display: block;
}

.scrollable-content {
    overflow-y: auto;
    padding: 10px;
    background-color: #f9f9f9; /* スクロール可能な領域の背景色を設定 */
    border: 0px solid #444; /* スクロール可能な領域の枠線を設定 */
}





.show-multiple-image {
    display: flex; /* 画像を横に並べる */
}
.modalPreview {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}


/* 画像プレビュー */
.show-multiple-image {
    display: flex; /* 画像を横に並べる */
}
.modalPreview {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}
.close-modal {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
#modal-image {
    display: block;
    margin: 20px auto; /* 上下左右に余白を追加 */
    max-width: 90%; /* 画像の最大幅を90%に設定 */
    max-height: 80vh;
}


