.tabulator .tabulator-tableholder .tabulator-placeholder {
    justify-content: flex-start !important;
}
.tabulator-popup-container {
    display: flex;
    flex-wrap: wrap;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 80dvw !important;
    max-height: 50dvw !important;
}
.tabulator-popup-container .tabulator-menu-item {
    display: block;
    width: 20%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 0.5px solid #cccccc;
}
.img-map {
    padding: 38.3% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #64825e;
}
.list-item-mindsome {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 30px;
    text-align: center;
    font-family: 'Maplestory';
    background-color: #fff;
    overflow: hidden;
}
.list-item-mindsome:after {
    position: relative;
    z-index: 0;
    content: "";
    display: block;
    padding-top: 75%;
    background-image: url('/brain/mindsome/assets/img/common/thumb.jpg');
    background-position: center;
    background-size: cover;
    filter: grayscale(0.5);
    opacity: 0.5;
    transition: all 0.3s linear;
}
.list-item-mindsome:hover:after {
    transform: scale(1.15, 1.15);
}
.list-item-mindsome a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #666;
    text-decoration: none;
    text-shadow: 0 0 5px #d2d2c5;
    line-height: 1;
    background-image: url('/brain/mindsome/assets/img/common/lock.png');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: top 15px right 15px;
}

.list-item-mindsome strong {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
}
.list-item-mindsome b {
    display: block;
    margin-top: 5px;
    font-size: 0.768rem;
    font-weight: normal;
}
.list-item-mindsome.open:after {
    filter: grayscale(0);
    opacity: 0.7;
}
.list-item-mindsome.open a {
    color: #333;
    background-image: none;
}

.result-map-list {
    margin-top: -5px;
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.result-map-list .col {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.result-map-list .list-item-mindsome {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
}
.result-map-list .list-item-mindsome a {
    background-position: top 5px right 5px;
    background-size: 15px auto;
}
.result-map-list .list-item-mindsome a strong {
    font-size: 0.875rem;
}
@media (min-width: 576px) {
    .result-map-list .list-item-mindsome a {
        background-position: top 5px right 5px;
        background-size: 20px auto;
    }
}
@media (min-width: 768px) {
    .result-map-list .list-item-mindsome a {
        background-position: top 5px right 5px;
        background-size: 10px auto;
    }
    .result-map-list .list-item-mindsome a strong {
        font-size: 0.768rem;
    }
}
@media (min-width: 992px) {
    .result-map-list .list-item-mindsome a strong {
        font-size: 0.875rem;
    }
    .result-map-list .list-item-mindsome a {
        background-position: top 5px right 5px;
        background-size: 15px auto;
    }
}


.form-input-survey .btn {
    padding: 15px 0;
    border-radius: 15px;
    border: 3px solid #ccc;
    background-color: #fff;
}
.form-input-survey .btn:before {
    display: none;
}
.form-input-survey .btn i {
    display: block;
    margin: 0 auto 5px;
    font-size: 45px;
}
.form-input-survey :checked + .btn {
    border-color: var(--primary);
    background-color: rgb(107, 202, 214, 0.18);
}