.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 0px !important;
}

.container {
    padding: 10px;
}

.slider_section {
    padding-top: 147px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    background-color: transparent;
    cursor: pointer;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.a-custom-menu {
    padding: 5px !important;
}

#seventyfive {
    position: fixed;
    left: 6vw;
    top: 13vw;
    z-index: 999;
    width: 15vw;
}

#cls {
    position: fixed;
    left: 17vw;
    top: 13vw;
    z-index: 999;
    color: #e70000;
    font-size: 30px;
}

#rp {
    display: block;
}

.intro-banner-vdo-play-btn {
    height: 0px;
    width: 0px;
}

.pinkBg {
    background-color: #40ae87 !important;
    background-image: linear-gradient(90deg, #40ae87, #40ae87);
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 20vw;
    height: 20vw;
    z-index: -1;
    opacity: 0;
    border-radius: 100%;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
    top: 6vw;
}

.news-box-custom {
    min-height: 200px;
    position: relative;
    overflow: hidden;
}

.news-box-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.news-box-title-custom {
    opacity: 1;
    visibility: unset;
    background-color: #25d366;
    bottom: 0px;
    padding: 13px;
    padding-bottom: 0px;
    position: absolute;
    width: 100%;
    border: solid;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 200px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 200px;
}

.gmap_iframe {
    height: 200px !important;
}

.floating-button {
    position: fixed;
    /* bottom: 20px;
    right: 20px; */
    background-color: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
}

.floating-button-bottom {
    bottom: 20px;
}

.floating-button-top {
    bottom: 90px;
}

.floating-button a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.floating-button i {
    font-size: 24px;
}

img[data-polling] {
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

img[data-polling]:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
}

img[data-polling]:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transform: translateY(3px);
}

.button-back-survey {
    background-color: orange;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    /* Gray with opacity */
    z-index: 9999;
    cursor: not-allowed;
    overflow-y: auto;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.bg-login-custom {
    background-color: #1ab14b;
}

.btn-login-custom {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1ab14b !important;
    --bs-btn-border-color: #1ab14b !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1ab14b;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1ab14b !important;
    --bs-btn-disabled-border-color: #1ab14b !important;
}

/* Add your pagination styling here */
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

