.search-container .search-id, .search-name {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 2rem;
}
:root {
    --register: rgba(41, 121, 255, 1);
    --register-border: rgb(187, 222, 251);
}

.alert-success {
    text-align: center;
}

.search-container form {
    width: 80%;
}

.form-group {
    padding: 0 2rem;
    width: auto;
    margin: 2rem 0;
    height: 11rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.form-control {
    width: 100%;
    min-width: 30%;
    max-width: 50%;
}
.search-name-input {
    display: flex;
    width: 100%;
    gap: 2rem;
    position: relative;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 7rem;
    top: 0.8rem;
    
    color: #aaa;
}

.button {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    width: 85%;
}

.btn {
    width: 5rem;
}

.search-name 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);
}

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