.yoast-notification,.notice-warning{
    display: none !important;
}

.total-wrapper {
    margin-top: 15px;
}

.tabs {
      display: flex;
      border-bottom: 1px solid #ccc;
      margin-bottom: 3rem 0 1rem 0;
    }

    .tab {
      padding: 0.5rem 1rem;
      cursor: pointer;
      border: 1px solid transparent;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      margin-right: 5px;
    }

    .tab.active {
      background-color: #f0f0f0;
      border-color: #ccc;
      border-bottom: 1px solid white;
    }

    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
    }

#search_exam{
    margin-right: 50px;
    width: 500px;
    height: 40px;
    border-radius: 30px;
    padding-left: 20px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}

#csv-importer-table thead tr th,
#csv-importer-table tbody tr td{
    text-align: center;
}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    min-width: 50vw;
    height: 70vh;
    overflow: auto;
    top: 100px;
    position: fixed;
}

#editModal{
    display: flex;
    width: calc(100vw - 165px);
    position: absolute;
    right: 0;
    left: -30px;
}

#editForm{
    display: flex;
    flex-direction: column;
}

#close-edit-modal{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 32px;
}

#wp-descricao-wrap,#wp-orientacoes-wrap{
    width: 600px;
}

input.edit-inputs{
    width: 300px;
}

.right{
    display: flex;
    flex-direction: column;
    gap: 20px;

    div{
        display: flex;
        flex-direction: column;
    }
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#exams_table th, #exams_table td {
    text-align: center;
}

#exams_table th:nth-child(1), #exams_table td:nth-child(1) {
    width: auto;
}

#exams_table th:nth-child(3), #exams_table td:nth-child(3) {
    width: 150px;
}

.table-view-list{
    margin-top: 25px;
}

.edit-modal-row{
    position: absolute;
    z-index: 3;
    background: #f1f1f1;
    top: 10vh;
    overflow-y: auto;
    height: 70vh;
    padding: 100px;
    box-shadow: 1px 1px 10px;
    left: 20vw;
}

#arrow-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.2s ease-in-out;
    margin-left: 5px;
}

#arrow-icon.arrow-down {
    transform: rotate(45deg);
}

#arrow-icon.arrow-up {
    transform: rotate(-135deg);
}

#fields-accordion {
    transition: height 0.5s ease-out;
    overflow: hidden;
}