.staff-table-main {
    height: 800px;
    overflow: auto;
}
.staff-table-main img {
    width: 150px;
    border-radius: 19px;
}
.staff-table-main .grid-x:not(:last-child) > .staff-list {
    border-bottom: solid 2px #66A9A3;
}
.staff-table-main .staff-list .card {
    position: relative;
    border-radius: 31px;
}
.staff-table-main .staff-list .card h5, .staff-table-main .staff-list .card h6 {
    font-size: 17px;
}
.staff-table-main .staff-list .staff-more-info a {
    border: none;
    padding: 0;
}

.staff-table .menu > li:last-child {
    margin-left: auto;
}
.staff-table input[type="search"] {
    height: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 16px;

}
.staff-table input[type="search"]:focus {
    box-shadow: none;
}
.staff-table input[type="search"]::placeholder {
    color: white;
}
.staff-table .menu {
    flex-wrap: nowrap;
    text-align: center;
}
.staff-table .menu a.active {
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.5);
}
.staff-table .content-section {
    position: relative;
}
.staff-table-main .see-more {
    background-color: transparent;
    color: #66A9A3;
    position: absolute;
    bottom: 0;
    right: -1rem;
    padding: 0;
    font-size: 1.3rem;
}
.staff-table-main .see-more:hover,.staff-table-main .see-more:active, .staff-table-main .see-more:focus {
    background-color: transparent;
    color: #007066;
}
.staff-table-main .extra-info {

    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    z-index: 1;
}
.staff-table-main .extra-info.open {
    max-height: 400px;
    border-top: solid 2px #66A9A3;
    margin-top: 1rem;
}

.staff-table-main .extra-info p {
    font-size: 14px;
    margin-bottom: 1em;
}
.staff-table-main .card .grid-x {
    min-height: 100px;
}
.staff-table-main .card .regions {
    font-size: 15px;
    line-height: 20px;
}
.staff-table .categories-select {
    position: relative;
    width: 100%;
    height: 45px;
}
@media(max-width: 1024px) {
    .staff-table .menu > li:last-child {
        width: 100%;
    }
}
@media(max-width: 649px) {
    .staff-table-main a {
        font-size: 11px;
    }
    .staff-table-main a:hover {
        font-size: 11px;
    }
}
@media(max-width:640px){
    .custom-select {
        padding: 3px 10px;
        height: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .custom-select:after {
        top: 18px;
    }
    ul.select-options {
        top: 50px;
    }
}