a{
    color: inherit !important;
    text-decoration: none !important;
}

.b-content {
   margin: 50px auto;
   position: relative;
   border: 1px solid #ece8e8;
   border-radius: 0.6em;
/*       min-height: 1345px;*/
   width: 1400px;
   font-size: 18px;
   align-items: center;
}

.search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.input-box {
    position: relative;
    display: inline-block;
}

.search-input-box/**/ {
    width: 700px;
    height: 36px;
    border-radius: 1em;
    border: 1px solid #d1cdcd;
    padding-left: 10px;
    padding-right: 30px;
    /* X 아이콘 들어갈 공간 확보 */
    box-sizing: border-box;
}

.bi-x {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    fill: #999;
    transition: fill 0.2s;
}

.bi-x:hover {
    fill: #333;
}

.search-btn{
    margin-left: 10px;
    background-color: rgb(213 189 219);
    width: 80px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 0.6em;
}

.title-h{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 50px;
}

.b-title{
    display: flex;
    width: auto;
}

.b-title span{
    font-size: 35px;
}

.b-count{
    margin-right: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 8px;
}

.Create-Btn{
    display: flex;
    justify-content: right;
    margin-right: 50px;
    height: 35px;
    margin-top: 20px;
}

.Create-Btn button{
    background-color: rgba(79, 55, 139, 1);
    width: 120px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 35px;
    color: white;
}

.b-table{
    margin-top: 10px;
    border-collapse: collapse;
    padding: 8px;
    text-align: center;
    width: 1300px;
    margin-left: 50px;

}

.b-table tr {
    height: 50px;
}

.b-table th {
    font-weight: normal;
    text-align: center;
    padding: 8px 12px;
    border-bottom: 3px solid rgb(213 189 219);
}

.b-table td {
    border-bottom: 1px solid #dee2e6;
    color: blak;
    height: 30px;
}

.paging {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: rgb(213 189 219);
    border-color: rgb(213 189 219);
}

.page-link {
    color: rgb(213 189 219);
}

.page-link:hover{
    color: rgba(79, 55, 139, 1);
}

.text-red {
  color: red !important;
}

.text-green {
  color: green !important;
}

