:root {
    --register: rgba(41, 121, 255, 1);
    --register-border: rgb(187, 222, 251);
}

.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-wrap {
    width: auto;
    height: 100%;
    margin: 0.5rem auto;
    padding: 0 2rem;
    box-sizing: border-box;
}

.search-contents {
    display: flex;
    margin-top: 0.5rem;
}

.search-contents label {
    width: auto;
    margin: 0rem 0.5rem;
    display: flex;
    align-items: center;
}

.search-contents input {
    width: 320px;
}

.btn-wrap {
    margin-top: 0.5rem;
    margin-left: 26.0rem;
}

.btn {
    width: 5rem;
}

.button button {
    margin-right: .5rem;
}

.search-wrap a {
    text-decoration: none;
    color: white;
}

.table_wrap th {
    border-bottom: 1px solid black;
}

.register-button-container {
    display: flex;
    justify-content: flex-end;
}

.register-button-container a {
    text-decoration: none;
    color: white;
}

.btn_color_register:hover{
    background-color: var(--register-border);
    border: 1px solid var(--register);
}
