#nprogress .bar {
    background: #fff !important;
}

#nprogress .peg {
    box-shadow: 0 0 10px #fff, 0 0 5px #fff;
}

#nprogress .spinner-icon {
    border-top-color: #fff;
    border-left-color: #fff;
}

.btn2 {
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 10px;
}

.btn2.btn-db {
    background: #202d38;
}

.btn2.btn-db:hover {
    background: #4e6b85ed;
    color: #FFFFFF;
    text-decoration: none;
    border: 2px solid #202d38;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s;
    z-index: 1002;
}

.popup-content {
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 600px;
    text-align: center;
}

.popup-content img {
    width: 600px;
    height: auto;
}

.banner-right-mt-sp {
    margin-top: 110px;
}

@media screen and (max-width: 854px) {
    .popup-content,
    .popup-content img {
        width: 90%;
    }

    .banner-right-mt-sp {
        margin-top: 30px;
    }
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    cursor: pointer;
    background: #202d38;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-overlay.show {
    visibility: visible;
    opacity: 1;
}


.paginate-customize{
    display:flex;
    justify-content: end;
}

.paginate-customize ul{
    display:flex;
    justify-content: end;
    margin: 0;
    padding: 0;
}

.paginate-customize li{
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    list-style: none;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #FFFFFF;
    cursor: pointer;
}


.paginate-customize li a{
    color: #202d38;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.paginate-customize li a svg{
    width: 14px;
    height: 14px;
}

.paginate-customize li.active,
.paginate-customize li:hover{
    background: #202d38;
}

.paginate-customize li.active a,
.paginate-customize li:hover a{
    color: #FFFFFF;
}
.contact-button3,
.contact-button2,
.contact-button {
    position: fixed;
    right: 10px;
    z-index: 1002;
}

.contact-button {
    bottom: 10px;
}

.contact-button2 {
    bottom: 60px;
}

.contact-button3 {
    bottom: 120px;
}

.contact-button3 img,
.contact-button2 img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .contact-button {
        bottom: 20px;
        right: 5px;
        font-size: 11px;
    }

    .contact-button a{
        padding-right: 6px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-button span{
        display: none;
    }

    .contact-button:hover span {
        display: block;
    }

    .contact-button:hover a {
        padding-right: 12px;
        border-radius: 0;
        width: auto;
        height: auto;
    }

    .contact-button2 {
        bottom: 70px;
        right: 5px;
    }

    .contact-button3 {
        bottom: 120px;
        right: 5px;
    }

    .contact-button3 img,
    .contact-button2 img{
        width: 40px;
        height: 40px;
    }
}

.error-message {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 5px;
}
