/*=======================================================================*/
/* ログインフォーム                                                         */
/*=======================================================================*/
#login_form {
    width: 100%;
    margin: 50px auto 30px auto;
    padding: 2px 2px 2px 2px;
}
.login_parts {
    width: 380px;
    margin: 25px auto 0px auto;
}
.login_parts_remenber {
    width: 380px;
    margin: 3px auto 3px auto;
    text-align: left;
    font-size: 0.7em;
}
#login_button {
    width: 350px;
    height: 35px;
    border-width: 1px;
    border-color: rgb(33 127 155);
    border-style: solid;
    background-color: rgb(63 157 185);
    border-radius: 5px 5px 5px 5px;
    color: rgb(255 255 255);
}
.login_text {
    width: 350px;
    height: 35px;
    border-width: 1px;
    border-color: rgb(33 127 155);
    border-style: solid;
    background-color: rgb(250 250 250);
    border-radius: 5px 5px 5px 5px;
}
.login_title {
    color: rgb(0 0 0);
    text-align: center;
    font-size: 1.2em;
}
.login_description {
    text-align: left;
    font-size: 0.7em;
}
.login_error {
    color: rgb(150 0 0);
    font-size: 0.8em;
    line-height: 0.5em;
}



/*=======================================================================*/
/* 全体適用                                                               */
/*=======================================================================*/
body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.9em;
    background-color: rgb(230 230 230);
    margin: 0px;
    overflow-x: hidden;
    overflow-y: hidden;/* v241215元に戻す場合はここ*/
}
#frame-all {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}
#frame-head {
    margin: 0;
    overflow-y: hidden;
    position: fixed;
    height: 50px;
    width: 100%;
}
#frame-body {
    flex: 1;
    padding: 50px 10px 80px 10px;
    height: calc(100vh - 130px);
    overflow: hidden;
}
#frame-main {
    background-color: rgb(245 245 245);
    margin: 0px 10px 0px 10px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 2px rgb(150 150 150);
    max-height: calc(100vh - 130px);
    overflow: auto;
}
#frame-main::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(63, 156, 185, 0.15);
    border-radius: 7px;
}
#frame-main::-webkit-scrollbar-thumb {
    background-color: rgba(63,156,185, 0.4);
    border-radius: 7px;
}
#frame-foot {
    background-color: rgb(245 245 245);
    display: flex;
    border: 1px solid rgb(63 157 185);
    left: 0;
    bottom: 17px;
    position: fixed;
    height: 50px;
    width: 100%;
}

.frame-input-main {
    display: flex;
    overflow: auto;
    max-height: calc(100vh - 190px);
    width: 100%;
    flex: 1;
}
.frame-input-main::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: rgba(30, 30, 30, 0.15);
    border-radius: 7px;
}
.frame-input-main::-webkit-scrollbar-thumb {
    background-color: rgba(30, 30, 30, 0.4);
    border-radius: 7px;
}





/*=========================================*/
/* フッター領域                              */
/*=========================================*/
#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(63 157 185);
    display: flex;
}
#footer > #footer-company {
    width: 300px;
    margin: auto auto auto 10px;
}
#footer > #footer-company > a:link {
    color: rgb(30 30 30);
}
#footer > #footer-company > a:visited {
    color: rgb(30 30 30);
}

#footer > #footer-session {
    text-align: center;
    width: 270px;
    margin: auto 20px auto auto;
    font-size: 0.8em;
    color: rgb(230 230 230);
}



/*=======================================================================*/
/* メインフレーム内                                                         */
/*=======================================================================*/
/*=========================================*/
/* ヘッダーフレーム付随                       */
/*=========================================*/
#head {
    background-color: rgb(245 245 245);
    display: flex;
    margin: 0;
    border-bottom: 1px solid rgb(63 157 185);
}
#head > #head-top {
    background-color: rgb(63 157 185);
    display: flex;
    width: 10px;
}
#head > #head-top2 {
    background-color: rgb(180 180 180);
    display: flex;
    width: 3px;
}
#head > #head-top > #head-top-main {
    margin: auto;
}
#head > #head-navi {
    margin-left: 10px;
    font-size: 10px;
    margin: auto auto auto 10px;
    font-size: 0.9em;
}
#head > #head-menu {
    display: flex;
    margin: auto 5px auto auto;
    font-size: 0.8em;
}
.head-menu-flex {
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.head-menu-sub {
    min-width: 50px;
    margin: 0px 2px auto 2px;
    text-align: center;
}
#head-menu > a:link , #head > #head-navi > a:link {
    color: rgb(30 30 30);
}
#head-menu > a:visited , #head > #head-navi > a:visited {
    color: rgb(30 30 30);
}
#head > #head-userinfo {
    margin: 0px 5px 0px 0px;
}
#head > #head-userinfo > p {
    margin: 3px 2px 2px 5px;
    border-radius: 50%;
    border: 1px dotted rgba(63 157 185);
    background-color: rgb(140, 200, 230);
    padding: 0px 4px 0px 4px;
    font-size: 1.4em;
}
#head > #head-banner {
    margin: auto 10px auto 10px;
}


/*=========================================*/
/* メインフレーム付随                         */
/*=========================================*/
/*ナビゲーション関連*/
.navi-process-title , .navi-process {
    font-weight: bold;
}
.navi-standby {
    color: rgb(150 150 150);
}



/*=========================================*/
/* フッターフレーム付随                       */
/*=========================================*/
#frame-foot > #foot-top {
    background-color: rgb(63 157 185);
    display: flex;
    width: 10px;
}



/*=======================================================================*/
/* メニュー関連                                                            */
/*=======================================================================*/
/*=========================================*/
/* ダッシュボード定義                         */
/*=========================================*/
#navi-frame {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.navi-contents {
    height: 140px;
    width: 50%;
}
/*　768px以下の場合は横100％表示 */
@media (max-width: 768px) {
    .navi-contents {
        height: 140px;
        width: 100%;
    }
    
}

.navi-contents-sub {
    margin: 3px 3px 0px 3px;
    border-radius: 5px 5px 5px 5px;
    background-color: rgb(245 245 245);
    box-shadow: 3px 3px 2px rgb(150 150 150);
}
.navi-title {
    background-color: rgb(122, 207, 232);
    margin: 0 auto auto 0;
    border-radius: 5px 5px 0px 0px;
    display: flex;
}
.navi-title-sub2 {
    margin: 0 5px 0 auto;
}
.navi-title > .navi-title-sub1 > p {
    font-size: 1em;
    color: rgb(20 120 140);
    margin: 0 0 0 10px;
    font-weight: bold;
    display: flex;
    vertical-align: center;
    align-items: center;

}
.navi-title > .navi-title-sub2 > p {
    font-size: 0.8em;
    color: rgb(100 100 100);
    margin: 2px 10px 0 0;
}
.navi-main {
    height: 100px;
}
.navi-main > p {
    font-size: 0.9em;
    color: rgb(20 120 140);
    margin: 0 0 0 0;
}
.navi-main-sub {
    margin: 5px 10px 5px 5px;
}
.navi-iframe {
    width: 100%;
    height: 100px;
    overflow-y: scroll;
    border-radius: 1px 1px 1px 1px;
}

.head-dashboard {
    margin: 0;
    font-size: 0.8em;
    overflow-y: auto;
}
.dashboard_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.dashboard_table > tr {
    cursor: pointer;
}
.dashboard_table_header {
    background-color: rgb(230 230 230);
    border-bottom: 1px solid rgb(30 30 30);
    padding: 3px;
}
.dashboard_table_tr:nth-child(odd) {
    background-color:rgb(230 230 230);
}
.dashboard_table_tr:nth-child(even) {
    background-color:rgb(240 240 240);
}

/*=========================================*/
/* メニュー関連                              */
/*=========================================*/
#frame-menu {
    overflow: auto;
}
#frame-menu-body {
    flex: 1;
    padding: 0px 0px 30px 0px;
}
#frame-menu-main {
    background-color: rgb(245 245 245);
    margin: 0px 5px 0px 5px;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

#main {
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 7px 7px 5px 5px;
    border: 2px solid rgb(63 157 185);
}
#menu-category-title {
    width: 100%;
    background-color: rgb(122, 207, 232);
    margin: 0 auto auto 0;
    border-radius: 5px 5px 0px 0px;
}
#menu-category-title > p {
    color: rgb(0 0 0);
    margin: 0px auto 0px 5px;
    padding: 0px 0px 0px 0px;
}
#menu-frame {
    background-color: rgb(255 255 255);
    margin: 0 2px 0 2px;
    min-height: 35vh;
}

.menu-category-sub-title {
    color: rgb(0 0 0);
    background-color: rgb(235 235 235);
    margin: 0;
    padding: 0px 0px 0px 20px;
}
.menu-category-sub-title > p {
    margin: 0px 0px 2px 0px;
}
.menu-title {
    font-size: 14px;
    color: rgb(0 0 0);
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 24px;
    display: flex;
}
.menu-title > .menu-title-sub {
    font-size: 14px;
    color: rgb(0 0 0);
    margin: 2px 15px 2px 15px;
}
.menu-title > .menu-title-sub-w10 {
    width: 10%;
}
.menu-title > .menu-title-sub-w15 {
    width: 15%;
}
.menu-title > .menu-title-sub-w25 {
    width: 25%;
}
.menu-title-p {
    margin: 7px 0px 7px 0px;
    font-size: 0.9em;
}
.menu-title > a:link {
    color: rgb(30 30 30);
}
.menu-title > a:visited {
    color: rgb(30 30 30);
}
.menu-title > .menu-title-sub > a:link {
    color: rgb(30 30 30);
}
.menu-title > .menu-title-sub > a:visited {
    color: rgb(30 30 30);
}


#menu-tile-frame {
    background-color: rgb(255 255 255);
    margin: 0 2px 0 2px;
    min-height: 35vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.menu-tile-sub-frame {
    margin: 10px 30px 20px 30px; 
    padding: 0px;
    max-width: 650px;
    border: 1px dotted rgb(50 50 50);
    border-radius: 8px;
}
.menu-tile-title {
    margin: 0px auto 0px 10px;
    padding: 0px;
    max-width: 650px;
    height: 30px;
    font-size: 1.2em;
    color: rgb(20 20 80);
    font-weight: bold;
}
.menu-tile-container-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.menu-tile-container {
    margin: 0px 25px 20px 25px;
    padding: 0px 0px 0px 0px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-color: rgb(230 235 235);
    box-shadow: 3px 3px 2px rgb(150 150 150);
}
.menu-tile-container:hover {
    background-color: rgb(97, 187, 215);
    box-shadow: 3px 3px 2px rgb(150 150 150);
}
.menu-tile-nocontainer {
    margin: 0px 25px 20px 25px;
    padding: 0px 0px 0px 0px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-color: rgb(130 135 145);
}
.menu-tile-hiddencontainer {
    margin: 0px 25px 20px 25px;
    padding: 0px 0px 0px 0px;
    width: 100px;
    height: 100px;
}

.menu-tile-image {
    margin: 0px;
    padding: 0px;
    height: 65px;
    display: flex;
    justify-content :center;
    align-items: flex-end;
}
.menu-tile-text {
    margin: 0px;
    padding: 0px;
    height: 35px;
    display: flex;
    justify-content :center;
    align-items: flex-start;
    text-align: center;
    font-size: 1.15em;
    color: rgb(20,20,20);
    -webkit-text-stroke: 0.5px rgb(50,50,255);
    text-decoration-line: none;
}
.menu-tile-container-group > a:link {
    text-decoration: none;
}
.menu-tile-container-group > a:visited {
    text-decoration: none;
}



.menu-sub-tab {
    margin: 0px;
    padding: 0px;
    background-color: rgb(255 255 255);
}
#menu-sub-tile-frame {
    background-color: rgb(255 255 255);
    margin: 0 2px 0 2px;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: left;
}
.menu-sub-tile-sub-frame {
    margin: 5px 20px 5px 20px; 
    padding: 0px;
    width: 320px;
    border-left: 3px solid rgb(23 117 145);
    border-radius: 2px;
}
.menu-sub-tile-title {
    margin: 5px auto 5px 5px;
    padding: 0px;
    height: 20px;
    font-size: 1.0em;
    color: rgb(20 20 80);
    font-weight: bold;
}
.menu-sub-title-p {
    margin: 0px;
    padding: 0px;
}
.menu-sub-tile-container-group {
    margin: 5px auto 5px 20px;
    width: 250px;
}
.menu-sub-tile-container-group > a {
    color: rgb(20 20 20);
    text-decoration: none;
}
.menu-sub-tile-container-group > a:visited {
    color: rgb(20 20 20);
    text-decoration: none;
}
.menu-detail-p {
    margin: 10px auto 10px 0px;
    padding: 3px 5px 3px 10px;
    width: 250px;
    border-radius: 10px;
    background-color: rgb(245 245 245);
}
.menu-detail-p:hover {
    background-color: rgb(97, 187, 215);
    box-shadow: 3px 3px 2px rgb(150 150 150);
}

.menu-tab {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.menu-tab > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: 0.5em 1em;
    background-color: rgb(245 245 245);
    color: rgb(100 100 100 );
    font-size: 0.9em;
    text-align: center;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid rgb(150 150 150);
    border-top: 10px solid rgb(150 150 150);
}
.menu-tab > label:hover, .menu-tab label:has(:checked) {
    border-top: 10px solid rgb(23 117 145);
    color: rgb(20 20 20 );
    font-weight: bold;

}
.menu-tab > label:hover {
    border-top: 10px solid rgb(23 117 145);
}
.menu-tab label:has(:checked)::before {
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: rgb(23 117 145);
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.menu-tab input {
    display: none;
}
.menu-tab > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}
.menu-tab label:has(:checked) + div {
    display: block;
}



/*===============================================*/
/*  ハンバーガーメニュー
/*===============================================*/
.hamburger_check {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.hamburger_icon {
    font-size: 0.8em;
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.hamburger_nav {
    z-index: 1000;
    position: fixed;
    min-width: 200px;
    max-width: 300px;
    height: 270px;
    top: 40px;
    right: -120%;
    background-color:rgb(235,235,235);
    color: rgb(63,157,185);
    padding: 0;
    border: 2px solid rgb(20, 20, 20);
    transition: all 0.5s;
    border-radius: 5px;
}
.hamburger_title {
    display: flex;
    height: 30px;
    align-items: center;
    font-size: 12px;
    text-align: center;
    padding: 0;
    color: rgb(30,30,30);
    background-color: rgb(200,200,200);
}
.hamburger_item a {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 0 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(63,157,185);
    transition: all 0.3s;
}
.hamburger_item a:hover {
    color: rgb(255,255,255);
    background-color: rgb(63,157,185);
}
.hamburger_check:checked ~ .hamburger_nav {
    right: 0;
    z-index: 1001;
}



.progress-main {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    background-color:rgb(255 255 255);
    height: 100px;
}
.progress-container {
    margin: 5px auto 2px auto;
    display: block;
}
.progress-sub-container {
    margin: 0;
    display: flex;
}
.progress-sub-container1 {
    margin: 0;
    display: block;
}
.progress-sub-container2 {
    margin: 0;
    display: flex;
}
.progress-title {
    margin: 5px 5px 5px 5px;
}
.progress-body {
    background-color: rgb(230 230 230);
    height: 60px;
    display: flex;
}
.progress-body2 {
    margin: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 3em;
    color: rgb(63 157 185);
    font-weight: bold;
}
.progress-sub { 
    vertical-align: bottom;
    margin: auto auto 0px auto;
}



.dashboard4-main {
    margin: 0;
    display: flex;
    justify-content: center;
    background-color:rgb(255 255 255);
    height: 100px;
}
.dashboard4-frame {
    margin: 0 2px 0 2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.dashboard4-sub-frame {
    margin: 0;
    padding: 0px;
    height: 96px;
    width: 50%;
}
.dashboard4-tile1 {
    margin: 2px 5px 3px 5px;
    height: 90px;
    text-align: center;
    align-items: center;
}
.dashboard4-tile2 {
    margin: 2px 5px 3px 5px;
    height: 90px;
    text-align: center;
    border: 1px dotted rgb(30 30 30);
    border-radius: 5px;
}
.dashboard4-tile-title {
    margin: 2px auto 0px 2px;
    height: 20px;
    text-align: left;
}
.dashboard4-tile-button {
    margin: auto 2px auto 2px;
    height: 50px;
    align-content: center
}
.dashboard4-tile-message {
    margin: auto 2px auto 2px;
    height: 20px;
    text-align: center;
}
.dashboard4-sub-button {
    margin: auto 10px auto 10px;
    padding: 2px 20px 2px 20px;
    height: 30px;
    background-color: rgb(90 120 255);
    color: rgb(255 255 255);
    font-weight: bold;
    border: 1px solid rgb(50 50 230);
    border-radius: 5px;
}
.dashboard4-sub-nobutton {
    margin: auto 10px auto 10px;
    padding: 2px 20px 2px 20px;
    height: 30px;
    background-color: rgb(210 210 210);
    color: rgb(30 30 30);
    font-weight: bold;
    border: 1px solid rgb(50 50 50);
    border-radius: 5px;
}





/*====================================*/
/* ステータス                          */
/*====================================*/
#status {
    margin: 10px;
}

#status > #status_error {
    background-color: rgb(255 220 220);
    border-radius: 5px 5px 5px 5px;
    margin: 3px auto 3px 5px;
    padding: 2px 0px 2px 20px;
}

#status > #status_error > p {
    color: rgb(150 0 0);
    font-size: 0.8em;
    line-height: 0.5em;
}

#status > #status_success {
    background-color: rgb(220 255 220);
    border-radius: 5px 5px 5px 5px;
    margin: 3px auto 3px 5px;
    padding: 2px 0px 2px 20px;
}

#status > #status_success > p {
    color: rgb(0 130 0);
    font-size: 0.8em;
    line-height: 0.5em;
}



/*====================================*/
/* エラーページ                         */
/*====================================*/
section {
    padding: 60px 50px;
    max-width: 1500px;
    margin: 0 auto;
}
#error-body {
    flex: 1;
    padding: 50px 10px 50px 10px;
    height: calc(100vh - 320px);
}
#error-main {
    background-color: rgb(245 245 245);
    margin: 0px 10px 0px 10px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 2px rgb(150 150 150);
}
.error-visual {
    background: url("../images/error.webp") no-repeat center/cover;
    background-color:rgba(255,255,255,0.7);
    background-blend-mode:lighten;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    position: relative;
    border-radius: 10px;
}
.error-title {
    position: fixed;
    top: 100px;
    left: 100px;
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(255,255,255);
    background-color: rgba(30,30,30,0.7);
    padding: 5px 30px 5px 30px;
    border-radius: 5px;
}
.error-subtitle {
    position: fixed;
    top: 160px;
    left: 100px;
    font-size: 1.2rem;
    font-weight: 500;
    color: rgb(255,255,255);
    background-color: rgba(30,30,30,0.7);
    padding: 2px 30px 2px 30px;
    border-radius: 5px;
}

  


/*====================================*/
/* エントリー関連                       */
/*====================================*/
.detail {
    background-color: rgb(240 240 240);
    border-radius: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    padding: 10px 0px 10px 20px;
}

.detail-table {
    border-collapse: collapse;
    border: solid 1px rgb(240 240 240);
    table-layout: auto;
}

.detail-table2 {
    border-collapse: collapse;
    table-layout: auto;
}

.detail-table-title {
    background-color: rgb(210 220 240);
    color: rgb(30 30 30);
    border: solid 1px rgb(240 240 240);
    width: 150px;
    height: 35px;
}

.detail-table-title2 {
    background-color: rgb(220 220 240);
    color: rgb(30 30 30);
    border: solid 1px rgb(240 240 240);
    width: 150px;
    height: 35px;
}

.detail-table-body {
    background-color: rgb(240 240 240);
    color: rgb(30 30 30);
    height: 35px;
}

.detail-table-body2 {
    background-color: rgb(230 230 230);
    border: solid 1px rgb(240 240 240);
    color: rgb(30 30 30);
    height: 35px;
}

.detail-table-subscript {
    background-color: rgb(240 240 240);
    color: rgb(30 30 30);
    height: 35px;
}

.detail-table-body-flex {
    display: flex;
    height: 35px;
}

.detail-table-body-frame {
    display: flex;
    margin: auto 10px auto 10px;
}

.detail-table-body-sub {
    margin: auto 0px auto 10px;
}

.detail-table-subscript-label {
    font-size: 0.8em;
    color: rgb(100 100 100);
    margin: auto 0px auto 10px;
}

.table-no-margin {
    border-collapse: collapse;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.detail-flex {
    display: flex;
    margin: 0;
}

.detail-box-60 {
    width: 60%;
}

.detail-box-40 {
    width: 40%;
}

.table-width-50 {
    width: 50px;
}
.table-width-150 {
    width: 150px;
}
.table-width-350 {
    width: 350px;
}

.detail-title {
    height: 30px;
    display: flex;
}

.detail-title-head {
    width: 7px;
    height: 20px;
    background-color: rgb(63 157 185);
    border-bottom: 1px solid rgb(63 157 185);
    display: flex;
}

.detail-title-main {
    width: 150px;
    height: 20px;
    border-bottom: 1px solid rgb(63 157 185);
    padding-left: 5px;
}
.detail-title-main2 {
    width: 400px;
    height: 20px;
    border-bottom: 1px solid rgb(63 157 185);
    padding-left: 5px;
}

.detail-checked-frame {
    display: flex;
    margin: 3px 0px 3px 20px;
}

.detail-checked-button {
    margin: 0 5px 0 5px;
    background-color: rgb(0,100,150);
    color: rgb(255,255,255);
    border: 0.5px dotted rgb(30,30,30);
    font-size: 0.8em;
}

.main-summary {
    margin: 0 auto 0 20px;
    font-size: 0.9em;
    color: rgb(30 30 30);
    display: block;
    border-bottom: 1px solid rgb(63 157 185);
    border-right: 1px solid rgb(63 157 185);
    width: 260px;
}
.main-summary::-webkit-details-marker {
    display: none;
}
.main-summary-flex {
    display: flex;
}
.main-summary-img {
    margin: auto 2px 0px 2px;
}

.margin-top0 {
    margin-top: 0px;
}
.margin-bottom0 {
    margin-bottom: 0px;
}

.key {
    background-color: rgb(255 250 250);
    border-radius: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    padding: 2px 0px 2px 20px;
}

.key > .key_title {
    line-height: 0.5em;
}

.main-navi {
    background-color: rgb(63 157 185);
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
}
.main-navi > p {
    color: rgb(0 0 0);
    margin: 0px auto 0px 5px;
}

.end {
    background-color: rgb(240 240 240);
    border-radius: 5px 5px 5px 5px;
    padding: 5px 0px 5px 20px;
}

.form_group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 5px;
    padding-top: 5px;
}

.form_group_pdt0 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 5px;
}

.form_group_pdb0 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 0px;
}

.form_group > .label, .form_group_pdt0 > .label, .form_group_pdb0 > .label  {
    width: 15%;
}

.form_group > .label_min {
    margin: auto 10px auto 0;
}

.check100 {
    width: 100px;
}

.check150 {
    width: 150px;
    font-size: 12px;
}

.radio150 {
    width: 150px;
    font-size: 12px;
}

.fnc_key {
    border: 0.3px solid rgb(150 150 255);
    background-color: rgb(230 230 255);
    padding: 1px 3px 1px 3px;
    color: rgb(50 50 255);
    font-size: 0.8em;
    margin-bottom: 0px;
    border-radius: 3px;
}

.mg1 {
    margin-right: 1px;
    margin-left: 1px;
}
.mg2 {
    margin-right: 2px;
    margin-left: 2px;
}
.mg3 {
    margin-right: 3px;
    margin-left: 3px;
}
.mg5 {
    margin-right: 10px;
    margin-left: 10px;
}

.mg10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mg20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mg30 {
    margin-right: 30px;
    margin-left: 30px;
}

.cancel {
    width: 80px;
    text-align: center;
    background-color: rgb(200 30 30);
    color: rgb(255 255 255);
}

.add {
    width: 80px;
    text-align: center;
    background-color: rgb(50 50 200);
    color: rgb(255 255 255);
}

.mod {
    width: 80px;
    text-align: center;
    background-color: rgb(50 200 50);
    color: rgb(255 255 255);
}

.errormsg {
    color: rgb(150 0 0);
    font-size: 0.8em;
    margin: auto auto auto 5px;
}

.input_select {
    background-color: rgb(245 245 245);
    border-radius: 3px 3px 3px 3px;
    height: 22px;
}

.input_text {
    font-family: "ＭＳ ゴシック","Osaka-Mono","monospace";
    border: solid 1px rgb(180 180 180);
    background-color: rgb(245 245 245);
    border-radius: 3px 3px 3px 3px;
    height: 20px;
}

.response_text {
    font-family: "ＭＳ ゴシック","Osaka-Mono","monospace";
    font-size: 0.9em;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-width: 1px;
    border-bottom-color: rgb(50 50 50);
    border-bottom-style: solid;
    background-color: rgb(240 240 240);
    padding: 0px 10px 0px 10px;
    margin: 0px 15px 0px 15px;
    height: 22px;
    display: flex;
    align-items: center;
}

.response_tbl_text {
    font-family: "ＭＳ ゴシック","Osaka-Mono","monospace";
    font-size: 0.9em;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-width: 1px;
    border-bottom-color: rgb(50 50 50);
    border-bottom-style: solid;
    background-color: rgb(240 240 240);
    padding: 0px 10px 0px 10px;
    margin: 0px 1px 0px 1px;
    height: 22px;
    display: flex;
    align-items: center;
}

.error_text {
    font-family: "ＭＳ ゴシック","Osaka-Mono","monospace";
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-width: 1px;
    border-bottom-color: rgb(180 0 0);
    border-bottom-style: solid;
    background-color: rgb(250 225 225);
    height: 20px;
}

.input_text_tbl {
    font-family: "ＭＳ ゴシック","Osaka-Mono","monospace";
    border-top: 0;
    border-left: 0;
    border-bottom-width: 1px;
    border-bottom-color: rgb(50 50 170);
    border-bottom-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(150 150 150);
    border-right-style: solid;
    background-color: rgb(250 250 200);
    height: 20px;
}

.input_show_tbl {
    font-family: "ＭＳ ゴシック","Osaka-Mono","monospace";
    border-top: 0;
    border-left: 0;
    border-bottom-width: 1px;
    border-bottom-color: rgb(80 80 80);
    border-bottom-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(80 80 80);
    border-right-style: solid;
    background-color: rgb(220 220 220);
    height: 20px;
}

.none_content::before {
    content: none;
    display: none;
}

.input_button {
    border-width: 1px;
    border-color: rgb(70 70 70);
    border-style: solid;
    background-color: rgb(190 190 190);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 1px 1px rgb(100 100 100);
    height: 28px;
    width: 60px;
}

.search_button {
    width: 120px;
    height: 24px;
    border-width: 1px;
    border-color: rgb(70, 70, 10);
    border-style: solid;
    background-color: rgb(150 150 40);
    border-radius: 5px 5px 5px 5px;
    color: rgb(255 255 255);
}
.enter_button, .update_button {
    width: 120px;
    height: 28px;
    border-width: 1px;
    border-color: rgb(50 50 230);
    border-style: solid;
    background-color: rgb(90 120 255);
    border-radius: 5px 5px 5px 5px;
    color: rgb(255 255 255);
}
.enter_button2 {
    width: 100px;
    height: 28px;
    border-width: 1px;
    border-color: rgb(50 50 230);
    border-style: solid;
    background-color: rgb(90 120 255);
    border-radius: 5px 5px 5px 5px;
    color: rgb(255 255 255);
}
.enter_button:focus, .enter_button:hover, .update_button:focus, .update_button:hover, .enter_button2:focus, .enter_button2:hover {
    border-color: rgb(0 0 255);
    background-color: rgb(0 0 255);
    color: rgb(255 255 255);
}
.update_button::before {
    content: "F9：";
}

.cancel_button {
    width: 120px;
    height: 28px;
    border-width: 1px;
    border-color: rgb(230 50 50);
    border-style: solid;
    background-color: rgb(255 90 120);
    border-radius: 5px 5px 5px 5px;
    color: rgb(255 255 255);
}
.cancel_button::before {
    content: "F12：";
}
.cancel_button:focus, .cancel_button:hover{
    border-color: rgb(255 0 0);
    background-color: rgb(255 0 0);
    color: rgb(255 255 255);
}

.delete_button {
    width: 120px;
    height: 28px;
    border-width: 1px;
    border-color: rgb(240 30 30);
    border-style: solid;
    background-color: rgb(255 50 70);
    border-radius: 5px 5px 5px 5px;
    color: rgb(255 255 255);
}
.delete_button::before {
    content: "F5：";
}
.delete_button:focus, .delete_button:hover{
    border-color: rgb(255 0 0);
    background-color: rgb(255 0 0);
    color: rgb(255 255 255);
}

.normal_button {
    width: 120px;
    height: 28px;
    border-width: 1px;
    border-color: rgb(10 100 10);
    border-style: solid;
    background-color: rgb(30 160 30);
    border-radius: 5px 5px 5px 5px;
    color: rgb(255 255 255);
}
.normal_button::before {
    content: "F1：";
}
.normal_button:focus, .normal_button:hover{
    border-color: rgb(0 100 0);
    background-color: rgb(0 100 0);
    color: rgb(255 255 255);
}

.ref_button {
    width: 30px;
    height: 22px;
    border-width: 1px;
    border-color: rgb(50 50 240);
    border-style: solid;
    background-color: rgb(40 120 220);
    border-radius: 3px 3px 3px 3px;
    color: rgb(0 0 0);
}

.ref_button:focus, .ref_button:hover{
    border-color: rgb(0 0 255);
    background-color: rgb(0 0 255);
    color: rgb(255 255 255);
}

.iexport_button {
    width: 120px;
    height: 28px;
    border-width: 1px;
    border-color: rgb(0, 100, 150);
    border-style: solid;
    background-color: rgb(20 130 190);
    border-radius: 5px 5px 5px 5px;
    color: rgb(255 255 255);
}

.iexport_button:focus, .iexport_button:hover{
    border-color: rgb(0 50 100);
    background-color: rgb(0 50 100);
    color: rgb(255 255 255);
}

.define_button {
    width: 150px;
    height: 20px;
    font-size: 0.8em;
    border-width: 0.5px;
    border-style: solid;
    border-radius: 3px;
    background-color: rgb(220 220 220);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.button-loading {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: rgb(255, 255, 255);
    animation: spin 1s infinite linear;
    margin: auto auto auto auto;
}

.min_text {
    font-size: 0.5em;
    color: rgb(120,120,120);
}

.left_mg10 {
    margin: auto auto auto 10px;
}

.droparea {
    background-color: rgb(180 180 180);
    font-size: 0.8em;
    margin: 2px auto 2px auto;
    border-width: 1px;
    border-color: rgb(20, 20, 20);
    border-style: dotted;
    border-radius: 5px 5px 5px 5px;
}


.qrcode-text {
    padding-right: 1.7em;
    margin-right :0;
    vertical-align :middle;
}
.qrcode-text-btn {
    display :inline-block;
    background :url(//dab1nmslvvntp.cloudfront.net/wp-content/uploads/2017/07/1499401426qr_icon.svg) 50% 50% no-repeat;
    height:1em;
    width:1.7em;
    margin-left:-1.7em;
    cursor:pointer;
    vertical-align :middle;
}
.qrcode-text-btn > input[type=file] {
    position :absolute;
    overflow :hidden;
    width :1px;
    height :1px;
    opacity :0;
}



/*=========================================*/
/* エントリー系テーブル                       */
/*=========================================*/
.input_tbl {
    border: 1px solid rgb(200 200 200);
    border-collapse: collapse;
}

.input_tbl thead{
    position: sticky;
    top: 0;
    z-index: 1;
}

.input_tbl_header {
    background-color: rgb(190 190 190);
    padding: 3px;
    border-bottom: 1.5px solid rgb(255 255 255);
    border-right: 2px solid rgb(255 255 255);
    border-left: 2px solid rgb(255 255 255);
    text-align: center;
    font-size: 0.9em;
}

.input_tbl_header_tr {
    border-bottom: 2px solid rgb(63 157 185);
}

.input_tbl_detail_header{
    background-color: rgb(190 190 190);
    padding: 3px;
    border-bottom: 1.5px solid rgb(200 200 200);
    text-align: center;
    font-size: 0.9em;
}

.input_tbl_detail{
    padding: 3px;
    border-right: 2px solid rgb(255 255 255);
    border-left: 2px solid rgb(255 255 255);
}

.input_tbl_detail_tr:nth-child(odd) {
    background-color:rgb(240 240 240);
    border-bottom: 1.5px solid rgb(255 255 255);
}

.input_tbl_detail_tr:nth-child(even) {
    background-color:rgb(240 240 240);
    border-bottom: 2px solid rgb(150 150 150);
}

.input_tbl_detail_trs {
    background-color:rgb(240 240 240);
    border-bottom: 2px solid rgb(150 150 150);
}


.input_tbl_text {
    font-family: "ＭＳ ゴシック","Osaka-Mono","monospace";
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid rgb(50 50 50);
    border-right: 1px solid rgb(50 50 50);
    background-color: rgb(250 250 250);
    height: 20px;
}

.char_mlt_1_20 {
    resize: none;
    width: 150px;
    height: 18px;
}
.char_mlt_2_20 {
    resize: none;
    width: 140px;
    height: 30px;
}
.char_mlt_1_20_show {
    resize: none;
    width: 150px;
    height: 18px;
    background-color: rgb(210 210 210);
    border: 1px solid rgb(150 150 150);
}
.char_mlt_2_20_show {
    resize: none;
    width: 140px;
    height: 30px;
    background-color: rgb(210 210 210);
    border: 1px solid rgb(150 150 150);
}

.zaikoref_button {
    width: 65px;
    height: 26px;
    border-width: 0.5px;
    border-color: rgb(50 50 230);
    border-style: solid;
    background-color: rgb(250 250 250);
    border-radius: 3px 3px 3px 3px;
    color: rgb(50 50 230);
    font-size: 0.8em;
}

.zaikoref_button:focus, .zaikoref_button:hover{
    border-color: rgb(50 50 230);
    background-color: rgb(50 50 230);
    color: rgb(255 255 255);
}

.reset_button {
    width: 65px;
    height: 26px;
    border-width: 0.5px;
    border-color: rgb(230 50 50);
    border-style: solid;
    background-color: rgb(250 250 250);
    border-radius: 3px 3px 3px 3px;
    color: rgb(230 50 50);
    font-size: 0.8em;
}

.reset_button:focus, .reset_button:hover{
    border-color: rgb(230 50 50);
    background-color: rgb(230 50 50);
    color: rgb(255 255 255);
}

.mod_button {
    width: 65px;
    height: 26px;
    border-width: 0.5px;
    border-color: rgb(50 130 50);
    border-style: solid;
    background-color: rgb(250 250 250);
    border-radius: 3px 3px 3px 3px;
    color: rgb(50 130 50);
    font-size: 0.8em;
}

.mod_button:focus, .mod_button:hover{
    border-color: rgb(50 130 50);
    background-color: rgb(50 130 50);
    color: rgb(255 255 255);
}

.div_flex {
    display: flex;
    justify-content :center;
}

.div_center {
    margin: auto auto auto auto;
    text-align: center;
}

.div_right {
    margin: auto 0 auto auto;
    text-align: right;
}

.vertical-bottom {
    margin: auto 3px 1px 3px;
}

.vertical-ref {
    margin: auto 0px 5px 3px;
}

.tbl_w15 {
    width: 15px;
}

.tbl_w37 {
    width: 37px;
}

.tbl_w58 {
    width: 58px;
}

.tbl_w72 {
    width: 72px;
}

.tbl_w86 {
    width: 86px;
}

.tbl_w100 {
    width: 100px;
}

.tbl_w107 {
    width: 107px;
}

.tbl_w142 {
    width: 142px;
}

.tbl_w200 {
    width: 200px;
}

.tbl_w212 {
    width: 212px;
}

.tbl_w215 {
    width: 215px;
}

.tbl_w282 {
    width: 282px;
}

.tbl_w285 {
    width: 285px;
}


/*=========================================*/
/* 参照系テーブル                            */
/*=========================================*/
.ref_tbl {
    border: 1px solid rgb(180 180 240);
    border-collapse: collapse;
}

.ref_tbl_header {
    background-color: rgb(200 200 250);
    padding: 3px;
    border-bottom: 1.5px solid rgb(100 100 250);
    border-right: 2px solid rgb(255 255 255);
    border-left: 2px solid rgb(255 255 255);
    text-align: center;
    font-size: 0.9em;
}

.ref_tbl_detail{
    padding: 3px;
    border-right: 2px solid rgb(255 255 255);
    border-left: 2px solid rgb(255 255 255);
}

.ref_tbl_detail_tr:nth-child(odd) {
    background-color:rgb(220 220 240);
    border-bottom: 1.5px solid rgb(255 255 255);
    height: 25px;
}

.ref_tbl_detail_tr:nth-child(even) {
    background-color:rgb(240 240 250);
    border-bottom: 1.5px solid rgb(255 255 255);
    height: 25px;
}

.ref_tbl_text {
    font-family: "ＭＳ ゴシック","Osaka-Mono","monospace";
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid rgb(50 50 50);
    border-right: 1px solid rgb(50 50 50);
    background-color: rgb(250 250 250);
    height: 20px;
}

.ref_show_tbl {
    font-family: "ＭＳ ゴシック","Osaka-Mono","monospace";
}


/*=========================================*/
/* 在庫テーブル                              */
/*=========================================*/
.zaiko_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 95%;
}

.zaiko_table > tr {
    border-bottom: solid 1px rgb(210 210 210);
    cursor: pointer;
}

.zaiko_table_header {
    background-color: rgb(190 190 190);
    padding: 3px;
}

.zaiko_table_tr:nth-child(odd) {
    background-color:rgb(250 250 250);
}

.zaiko_table_tr:nth-child(even) {
    background-color:rgb(240 240 255);
}

.zaiko_table_detail {
    padding: 3px;
}

.zaiko_table_link:link {
    color: rgb(0 0 0);
    text-decoration: none;
}

.zaiko_table_link:visited {
    color: rgb(0 0 0);
    text-decoration: none;
}


/*=========================================*/
/* 指図テーブル                              */
/*=========================================*/
.sasizu_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 95%;
}

.sasizu_table > tr {
    border-bottom: solid 1px rgb(210 210 210);
    cursor: pointer;
}

.sasizu_table_header {
    background-color: rgb(190 190 190);
    padding: 3px;
}

.sasizu_table_tr:nth-child(odd) {
    background-color:rgb(250 250 250);
}

.sasizu_table_tr:nth-child(even) {
    background-color:rgb(240 240 255);
}

.sasizu_table_detail {
    padding: 3px;
    margin: 0 auto 0 auto;
    text-align: center;
    
}

.sasizu_table_link:link {
    color: rgb(0 0 0);
    text-decoration: none;
}

.sasizu_table_link:visited {
    color: rgb(0 0 0);
    text-decoration: none;
}

.text_numeric {
    text-align: right;
}


/*=========================================*/
/* ページ遷移関係                            */
/*=========================================*/
.page-flex {
    display: flex;
}

.page-frame {
    display: flex;
    margin: 10px 10px 5px auto;
}

.page-box {
    margin: auto 1px auto 1px;
    width: 30px;
    background-color: rgb(230 230 230);
    text-align: center;
    border: dotted 1px rgb(180 180 220);
    border-radius: 3px 3px 3px 3px;
    line-height: 25px;
}

.page-box-now {
    margin: auto 1px auto 1px;
    width: 30px;
    background-color: rgb(80 80 240);
    text-align: center;
    color: rgb(255 255 255);
    border: dotted 1px rgb(50 50 220);
    border-radius: 3px 3px 3px 3px;
    line-height: 25px;
}

.page-info {
    margin: auto 20px auto 20px;
    width: 120px;
    text-align: center;
    background-color: rgb(230 230 230);
    border-bottom: solid 1px rgb(180 180 180);
    line-height: 25px;
}



/*=========================================*/
/* グループフィールド定義                      */
/*=========================================*/
.detail_title {
    border-top: 0;
    border-left: 0;
    border-bottom-width: 1px;
    border-bottom-color: rgb(220 220 220);
    border-bottom-style: dotted;
    border-right-width: 1px;
    border-right-color: rgb(220 220 220);
    border-right-style: dotted;
    background-color: rgb(180 180 180);
    padding: 1px 2px 1px 2px;
    height: 20px;
}



/*=========================================*/
/* 個別フィールド定義                         */
/*=========================================*/
.em08_gray {
    font-size: 0.8em;
    color: rgb(100 100 100);
}

.char_1 {
    width: 7px;
}
.char_2 {
    width: 14px;
}
.char_3 {
    width: 21px;
}
.char_4 {
    width: 28px;
}
.char_5 {
    width: 35px;
}
.char_6 {
    width: 42px;
}
.char_7 {
    width: 49px;
}
.char_8 {
    width: 56px;
}
.char_9 {
    width: 63px;
}
.char_10 {
    width: 70px;
}
.char_12 {
    width: 84px;
}
.char_15 {
    width: 105px;
}
.char_20 {
    width: 140px;
}
.char_30 {
    width: 210px;
}
.char_40 {
    width: 280px;
}
.char_60 {
    width: 420px;
}
.char_80 {
    width: 560px;
}

.int_2 {
    width: 28px;
    text-align: right;
}
.int_3 {
    width: 35px;
    text-align: right;
}
.int_4 {
    width: 42px;
    text-align: right;
}
.int_5 {
    width: 49px;
    text-align: right;
}
.int_6 {
    width: 56px;
    text-align: right;
}
.int_7 {
    width: 63px;
    text-align: right;
}
.int_8 {
    width: 70px;
    text-align: right;
}
.int_9 {
    width: 77px;
    text-align: right;
}
.int_10 {
    width: 84px;
    text-align: right;
}
.int_11 {
    width: 91px;
    text-align: right;
}
.int_12 {
    width: 98px;
    text-align: right;
}
.int_13 {
    width: 105px;
    text-align: right;
}
.int_15 {
    width: 119px;
    text-align: right;
}
.int_20 {
    width: 154px;
    text-align: right;
}

.ft7{
    font-size: 0.7em;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.modal-box {
    background: white;
    padding: 20px 24px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    width: 500px;
    max-width: 70%;
}

.modal-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.modal-message {
    margin-bottom: 10px;
}
.modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.modal-btn-cancel,
.modal-btn-execute {
    padding: 8px 16px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.modal-btn-cancel {
    background-color: rgb(200 200 200);
    color: rgb(30 30 30 );
}
.modal-btn-execute {
    background-color:rgb(40 120 220);
    color:rgb(255 255 255);
}
.modal-btn-cancel:hover {
    background-color: rgb(150 150 150);
}
.modal-btn-execute:hover {
    background-color: rgb(0 0 255);
}
.modal-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 1s linear infinite;
    margin: 16px auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.ref-modal-content {
    background: white;
    width: 90%;
    max-width: 1200px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    overflow: hidden;
}
.ref-modal-content2 {
    background: white;
    width: 50%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    overflow: hidden;
}
.ref-modal-content3 {
    background: white;
    width: 70%;
    max-width: 900px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    overflow: hidden;
}
.ref-modal-header {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ref-modal-close {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}
.ref-modal-body {
    padding: 1rem;
}
.ref-modal-search {
    width: 80%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.ref-modal-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}
.ref-modal-table th,
.ref-modal-table td {
    border: 1px solid #ccc;
    padding: 0.5rem;
}
.ref-modal-table th {
    background-color: rgb(220 220 220);
}
.ref-modal-select {
    padding: 0.4rem 0.8rem;
    background-color: #007bff;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}
.ref-modal-select:hover {
    background-color: #0056b3;
}
.ref-modal-pagination {
    text-align: center;
    padding: 0.5rem 0;
}


.my-pagination {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 8px;
    justify-content: center;
  }
  
  .my-pagination li {
    padding: 0px;
    width: 30px;
    height: 20px;
    border: 1px solid rgb(50 50 80);
    background-color: rgb(240 240 255);
    color: rgb(0 0 0);
    border-radius: 4px;
    text-align: center;
  }
  
  .my-pagination li.active {
    padding: 0px;
    width: 35px;
    background-color: rgb(0 0 255);
    color: rgb(255 255 255);
    font-weight: bold;
  }
  
  .my-pagination li.disabled span {
    color: rgb(100 100 100);
  }
  
  .my-pagination button {
    background: none;
    border: none;
    cursor: pointer;
  }

.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.spinner-box {
  text-align: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

.spinner-message {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}