.p0 {
    padding: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.m0 {
    margin: 0px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.m40 {
    margin: 40px;
}

.m50 {
    margin: 50px;
}


.m-top10 {
    margin-top: 10px;
}

.m-top20 {
    margin-top: 20px;
}

.m-top30 {
    margin-top: 30px;
}

.m-top40 {
    margin-top: 40px;
}

.m-top50 {
    margin-top: 50px;
}

.fontsize0_6 {
    font-size: 0.6em;
}

.fontsize0_7 {
    font-size: 0.7em;
}

.fontsize0_8 {
    font-size: 0.8em;
}

.fontsize0_9 {
    font-size: 0.9em;
}

.fontsize1 {
    font-size: 1em;
}

.fontsize1_1 {
    font-size: 1.1em;
}

.fontsize1_2 {
    font-size: 1.2em;
}

.fontsize1_3 {
    font-size: 1.3em;
}

.fontsize1_5 {
    font-size: 1.5em;
}

.fontsize1_8 {
    font-size: 1.8em;
}

.fontsize2 {
    font-size: 2em;
}

.fontsize2_2 {
    font-size: 2.2em;
}

.bg-dark {
    background-color: #321E6F !important;
}

.topname {
    font-size: 2.3em;
    color: #0186BA;
    text-align: center;
}

.foo-menu {
    color: whitesmoke;
    font-size: 1.1em;
    padding: 5px;
}

.footext {
    color: whitesmoke;
    font-size: 0.9em;
    padding: 5px;
}

@media only screen  and (max-width: 768px) {
    .topname {
        font-size: 1.5em;
    }

    .seaaar {
        display: none;
    }

    .side-tab .tab-menu li a {
        font-size: 7px;
    }
}

@media only screen  and (max-width: 480px) {
    .topname {
        font-size: 1.5em;
    }

    .seaaar {
        display: none;
    }

    .side-tab .tab-menu li a {
        font-size: 7px;
    }
}

@media only screen  and (max-width: 380px) {
    .topname {
        font-size: 1.5em;
    }

    .seaaar {
        display: none;
    }

    .side-tab .tab-menu li a {
        font-size: 7px;
    }
}

.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    will-change: transform;
    width: max-content; /* Important for preventing line wrap */
}

.slider-item {
    flex: 0 0 auto;
    width: calc(100% / 6); /* 6 items per view */
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.slider-item img {
    max-height: 100px;
    object-fit: contain;
}

.slider-buttons {
    text-align: center;
    margin-top: 15px;
}

.slider-buttons button {
    padding: 6px 15px;
    margin: 0 5px;
}
