.tops {
    margin-top: 110px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

/* Style the buttons inside the tab */
.tab a {
    background-color: inherit;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 16px;
    transition: all 0.3s;
    font-size: 17px;
    border-radius: 10px;
    transition: 0.3s;
    z-index: 1;
    overflow: hidden;
    position: relative;
    color: #ddf5b7;
}

/* Change background color of buttons on hover */
/* .tab button:hover {
    background-color: #ddd;
  } */

/* Create an active/current tablink class */
.tab a.active {
    background-color: #ddf5b7;
    color: #1a4b0a !important;
}
.tab a.first-active {
    background-color: #ddf5b7;
    color: #1a4b0a !important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
}

.search {
    position: relative;
}

.search input {
    height: 50px;
    text-indent: 10px;
    border: 2px solid #d6d4d4;
    border-radius: 10px;
}

.search .fa-search, .filter .fa-filter{
    position: absolute;
    top: 32px;
    right: 15px;
}

.anggota-card {
    max-width: 212px;
    width: 212px;
    height: 265px;
    align-items: center;
    justify-content: center;
    row-gap: 6px;
    border-radius: 10px 10px;
    box-shadow: 0px 6px 30px rgb(0 0 0 / 15%);
}

.anggota-detail {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

.select2.select2-container.select2-container--default {
    width: 100%!important;
}

.select2-container--default .select2-selection--single {
    height: 50px;
    padding: 10px;
    vertical-align: middle;
    border: 2px solid #d6d4d4;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px!important;
    right: 12px!important;
}

@media only screen and (min-width: 1760px) {
}

@media only screen and (min-width: 1600px) {
}

@media (min-width: 1281px) {
    /* hi-res laptops and desktops */
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
    /* .tab {
        flex-direction: column;
    } */
}

@media only screen and (max-width: 576px) {
}

@media only screen and (max-width: 462px) {
    .anggota-card {
        flex-direction: row!important;
        max-width: unset;
        width: 100%;
        height: fit-content;
        padding: 16px;
        column-gap: 8px;
        justify-content: space-evenly;
    }

    .anggota-detail {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 426px) {
}

@media only screen and (max-width: 376px) {
}

@media only screen and (max-width: 320px) {
}
