.table_wrap{
    padding: 0 2rem;
    margin: 1rem auto;
    overflow-x:scroll;
}

tr:hover{
    background-color: #ebedef;
}
th{
    font-size: clamp(10px,1vw,15px);
    font-weight: bold;
    text-align: left;
}
th.is-active{
    width: 20%;
}
td{
    font-size: clamp(8px,1vw,13px);
}

/* 検索バー */
.form-group{
    margin: 2rem auto;
    margin: 2rem auto;
    width: 40%;
}
/* .form-control {
    border-radius: 0;
} */

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.btn-wrap{
    display: flex;
    align-items: last baseline;
    justify-content: flex-end;
}

.register-btn{
    text-decoration: none;
    color: white;
}

.success-modal{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-wrap{
    background: white;
    padding: 25px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    max-width: 90%;
    width: 320px;
}

/* .search-button{
    background-color: #6c757d;
    border-color: #6c757d;
} */

.list_table{
    width: 100%;
    border-radius: 0%;
    /* border: 1px solid black; */
}

/* input.form-control{
    max-width: 100% !important;
    padding: 0% 0% 0% 1% !important;
    border: none;
    box-shadow: none;
} */

.search_wrap{
    width: 70%;
    /* border: 1px solid black; */
}

tr{
    padding: 0 2rem;
}

tr:hover{
    background-color: #ebedef;
}
th{
    font-weight: bold;
    text-align: left;
    padding: 0 2rem;
    border-bottom: 1px solid black;
}
th.plan-id{
    width: 10%;
}
th.plan-name{
    width: 20%;
}
th.description{
    width: 50%;
}
th.is-active{
    width: 20%;
}
.active-status { color: green; }
.inactive-status { color: red; }

.search-form {
    display: flex;
    gap: 0px !important;
    /* padding: 0.5rem 0.5rem 0.5rem 1.5rem; */
    /* border: black 0.5px solid; */
}

.search-bar {
    gap: 1rem;
    align-items: center;
}

.control-not-found {
    background-color: #f4aab1 !important;
    font-weight: 600 !important;
    color: white !important;
    text-align: center;
    margin: 1rem auto;
    border-radius: 0.25rem;
}

.search-bar label {
    display: block;
}

.input-container {
    position: relative;
    width: 100%;
    /* border: rgba(138, 132, 132, 0.5) 0.5px solid ; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 40%;
    border-radius: 0.25rem;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    z-index: 10;
}

/* .form-control:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
} */

/* 検索バー */
.form-group{
    padding: 0 2rem;
    margin: 2rem auto;
    width: 20% !important;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-bar{
    display: flex;
    flex-direction: row;
}

.search-bar label{
    width: auto;
    margin: 0rem 0.5rem;
}

.search-bar input{
    width: 100%;
}


.alert-success {
    text-align: center;
    margin-bottom: 0rem;
}