﻿/* 整體 */
.page-wrapper {
    margin-bottom: 50px;
}

.section-meeting .card-header .stretched-link::after {
    right: 0;
    left: 0;
}

.section-meeting .mobile-collapse {
    margin-right: -10px;
}

.section-meeting .price-change {
    font-size: 14px;
}

.section-meeting .badge.newest {
    position: absolute;
    top: 5px;
    left: 50px;
    padding-right: 0.2em;
    padding-left: 0.2em;
    min-width: 18px;
    z-index: 1;
}

.section-meeting .document a:hover .text-info {
    border-bottom: 1px solid #17a2b8;
}

#popup-adv .close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(239, 239, 239);
    opacity: 1;
    z-index: 1000;
}

    #popup-adv .close:before,
    #popup-adv .close:after {
        position: absolute;
        top: 4px;
        left: 11px;
        content: ' ';
        height: 16px;
        width: 2px;
        background-color: #666;
    }

    #popup-adv .close:before {
        transform: rotate(45deg);
    }

    #popup-adv .close:after {
        transform: rotate(-45deg);
    }

@media (min-width: 576px) {
    #search-mobile, #search-mobile .wrapper, #search-mobile .slider-container, #search-mobile .toggle-body {
        width: 500px;
    }

        #search-mobile.open {
            width: 500px;
        }

    .list .card .card-body {
        margin-left: 0;
    }
}

@media (min-width: 768px) {

    .section-meeting .card-header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-meeting .card > .row > div:nth-child(2) {
        border-left: 1px solid #dee2e6;
    }

    .section-meeting .list .card .card-body {
        margin-left: 60px;
    }

    .section-meeting .badge.newest {
        left: 35px;
    }

    .meeting-date {
        border-left: 1px solid #dee2e6;
    }
}

@media (min-width: 992px) {

    .section-meeting .card > .row > div:nth-child(2) {
        border-right: 1px solid #dee2e6;
    }
}

@media (min-width: 1200px) {
}
