﻿.regist-item-group {
    padding: 10px;
    background-color: lightgray;
    border-radius: 5px;
    margin-bottom: 5px;
}

.regist-approve-form, .regist-reject-form {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 620px;
}

.regist-item-group-header {
    font-weight: 500;
}

.regist-img-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.regist-img-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex: 1;
    min-width: 400px;
    max-width: 400px;
}

.regist-img img {
    height: 250px;
    max-width: 250px;
}

.regist-img-btn-group {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0px 5px 0px;
}

.regist-img-btn-group button {
    width:110px;
}

.regist-app-status {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    height: 35px;
}

.filter-container {
    font-size: 15px;
    display: flex;
    gap: 10px;
    padding: 10px;
    background-color: #efefef;
    border-radius: 5px;
}

.filter-item {
    width: 140px;
}

.doae-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.upl-file-header {
    font-weight: 500;
    margin-bottom: 10px;
}

.span-input {
    background-color: white;
    border-radius: 4px;
    height: 35px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
}

.regist-item-textarea {
    height: 90px;
    max-height: 90px;
    overflow-y: auto;
}
