﻿.sub-table tbody tr.selected {
    background-color: #d0ebff;
}
.modal-table tbody tr.selected {
    background-color: #d0ebff;
}

.fullwidth-input {
    width: 100%;
    box-sizing: border-box;
}

.spec-disabled {
    pointer-events: none; /* 클릭 방지 */
    opacity: 0.6;
}



.btn_spec_register {
    background-color: #f39c12;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
}

.btn_spec_register:hover {
    background-color: #e67e22;
}


.btn_manage {
    background-color: steelblue;
    color: white;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 2px;
    width: 10px; /* 적절한 크기로 조정 */
    height: 8px; /* 적절한 크기로 조정 */
    text-align: center;
    font-size: 8px;
    /* 중앙 정렬을 위한 Flexbox 추가 */
    display: flex;
    align-items: center; /* 수직 중앙 */
    justify-content: center; /* 수평 중앙 */
    float: right;
}


    .btn_manage:hover {
        background-color: cornflowerblue;
    }



.btn_manage_auth {
    background-color: steelblue;
    color: white;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 2px;
    width: 10px; /* 적절한 크기로 조정 */
    height: 8px; /* 적절한 크기로 조정 */
    text-align: center;
    font-size: 8px;
    /* 중앙 정렬을 위한 Flexbox 추가 */
    display: flex;
    align-items: center; /* 수직 중앙 */
    justify-content: center; /* 수평 중앙 */
    float: right;
}


    .btn_manage_auth:hover {
        background-color: cornflowerblue;
    }