#dashboard_header {
    display: none !important;
}
main#dashboard .container {
    max-width: 1200px;
}
.institution_form_row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.institution_form_row > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #000;
    width: 100%;
}
#edit_institution {
    margin-top: 40px;
    margin-bottom: 40px;
}
.edit_institution > h1 {
    text-align: center;
}
.edit_institution_submit {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.institution_form_row input,
.institution_form_row textarea {
    border-color: #000 !important;
}
.institution_photo {
    padding: 0;
    height: 250px;
    position: relative;
    overflow: hidden;
    border: 1px solid #333;
    max-width: 780px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}
.edit_institution .institution_photo {
    height: 400px;
}
.institution_logo {
    padding: 0;
    height: 180px;
    position: relative;
    overflow: hidden;
    border: 1px solid #333;
    max-width: 780px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}

.image_preview {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #eee;
}
.logo_preview {
    position: absolute;
    z-index: 3;
    object-fit: contain;
    padding: 10px;
    width: auto;
    height: auto;
    background-color: #eee;
}
.image_placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #eee;
}
.upload_message,
.upload_message_logo {
    display: flex;
    width: 120px;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 15px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 1;
    cursor: pointer;
}
.upload_message svg,
.upload_message_logo svg {
    width: 30px;
    height: 30px;
    padding: 10px;
    background-color: #eee;
    border-radius: 50%;
}
.upload_message svg path,
.upload_message_logo svg path {
    stroke: #3e58db;
}
.upload_message p,
.upload_message_logo p {
    font-size: 14px;
    color: #3e58db;
    margin: 0;
}
.institution_photo:hover .upload_message, 
.institution_logo:hover .upload_message_logo {
    z-index: 5;
}
.institution_social_link input {
    width: 100%;
    padding: 10px 20px !important;
}
.institution_social_link,
.institution_website {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.institution_social_link > p {
    margin-bottom: 0;
    margin-top: 30px;
}
.institution_download_container {
    padding: 20px;
    display: flex;
    border: 1px solid #333;
    border-radius: 15px;
    gap: 20px;
}
.institution_download_container a {
    width: 90px;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 12px;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.institution_download_container svg {
    width: 30px;
    height: 30px;
    padding: 10px;
    background-color: #eee;
    border-radius: 50%;
}
.institution_download_container span {
    font-size: 12px;
}
.institution_logo_usage {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.logo_usage_description p {
    margin-top: 0;
    font-weight: 300;
}
.acceptance_content_container {
    padding: 20px;
    border: 1px solid #333;
    border-radius: 15px;
}
.acceptance_content_container > h4 {
    margin-top: 0;
}
.inner_notice {
    padding: 10px;
    border: 1px solid #ff0000;
    margin-bottom: 20px;
    color: #000;
    line-height: 1;
}
.acceptance_content {
    max-height: 300px;
    overflow: auto;
    background-color: #eee;
    padding: 10px;
}
.acceptance_checkbox {
    margin-top: 20px;
}
.register_institution_submit {
    display: flex;
    justify-content: center;
    align-items: center;
}
.register_institution_submit button {
    background-color: #e55c13;
    border: none;
    color: #fff;
    width: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.register_institution_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.institution_form_row select {
    font-size: 16px;
    font-weight: normal;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F1F1;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 30px 15px 30px;
    border-color: #000;
    text-transform: capitalize;
}