﻿.my-iframe {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
    position: absolute;
    z-index: -1;
}

.cover {
    padding-bottom: 56.26%; /* (346 / 615) * 100 = 56.26% for 615x346 ratio */
}

.tab-bar {
    background-color: white;
    padding: 15px 30px;
    border-bottom: 2px solid #e0e0e0;
    display: flex;
    gap: 20px;
}

    .tab-bar a {
        text-decoration: none;
        color: #333;
        font-weight: 500;
        padding-bottom: 4px;
    }

.search-container {
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

    .search-container input, .search-container select {
        padding: 11px 10px;
        border-radius: 6px;
        border: 1px solid #414141;
        width: 100%;
        margin-bottom: 8px;
    }

    .search-container button {
        padding: 12px 25px;
        background-color: #f68018;
        border: none;
        border-radius: 6px;
        color: white;
        font-weight: bold;
        cursor: pointer;
        flex-shrink: 0;
        float: right;
        width: 100%;
        max-width: 152px;
        border-radius: 100px;
    }

.tab-bar a.active {
    border-bottom: 2px solid #007bff;
    color: #007bff;
}

.my-dp {
    display: block;
}

.dropdown-menu.my-dp {
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
}

    .dropdown-menu.my-dp li + li {
        border-top: 1px solid gainsboro;
        padding: 5px;
    }

@media (min-width:992px) {
    .search-container > div {
        padding: 0 7px;
    }
}

.marquee-link {
    color: white;
    margin-right: 60px; /* Adjust spacing between links */
    text-decoration: none;
}
