<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">code a, code a:hover{
    cursor: pointer;
    color: #007bff;
}

.tour_created{
    height: 100vh;
    overflow: auto;
    margin: 0 auto;
}

.wallet {
    text-align: center;
}
/* TÃ¹y chá»‰nh thanh cuá»™n cho trÃ¬nh duyá»‡t hiá»‡n Ä‘áº¡i */
.tour_created::-webkit-scrollbar {
    width: 8px; /* Äá»™ rá»™ng cá»§a thanh cuá»™n */
}

.tour_created::-webkit-scrollbar-thumb {
    background-color: #ddd; /* MÃ&nbsp;u thanh cuá»™n */
    border-radius: 4px; /* Bo gÃ³c thanh cuá»™n */
}

.tour_created::-webkit-scrollbar-thumb:hover {
    background-color: #3a3f44; /* MÃ&nbsp;u thanh cuá»™n khi hover */
}

.tour_created::-webkit-scrollbar-track {
    background: #fff; /* MÃ&nbsp;u ná»n track */
}

.menu-content {
    display: block; /* LuÃ´n hiá»ƒn thá»‹ trÃªn giao diá»‡n mÃ¡y tÃ­nh */
    position: sticky; /* Cá»‘ Ä‘á»‹nh theo mÃ&nbsp;n hÃ¬nh khi cuá»™n */
    top: 10px; /* CÃ¡ch Ä‘á»‰nh 10px */
}

/* áº¨n báº£ng thÃ´ng bÃ¡o vÃ&nbsp; chá»‰ hiá»ƒn thá»‹ icon menu trÃªn di Ä‘á»™ng */
.menu-icon {
    display: none; /* áº¨n icon menu trÃªn mÃ&nbsp;n hÃ¬nh lá»›n */
}

@media (max-width: 768px) {
    /* Chá»‰ hiá»ƒn thá»‹ icon menu trÃªn di Ä‘á»™ng */
    .menu-icon {
        display: block;
        position: fixed;
        top: 5px;
        right: 5px;
        z-index: 1000;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background: #fff;
        padding: 5px;
        border-radius: 100%;
    }

    /* áº¨n báº£ng thÃ´ng bÃ¡o trÃªn di Ä‘á»™ng */
    .menu-content {
        display: none; /* Máº·c Ä‘á»‹nh áº©n trÃªn di Ä‘á»™ng */
        position: fixed; /* Hiá»ƒn thá»‹ á»Ÿ dáº¡ng há»™p báº­t lÃªn khi Ä‘Æ°á»£c kÃ­ch hoáº¡t */
        top: 50px;
        left: 10px;
        right: 10px;
        z-index: 999;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    /* Khi menu Ä‘Æ°á»£c kÃ­ch hoáº¡t */
    .menu-content.active {
        display: block; /* Hiá»ƒn thá»‹ báº£ng thÃ´ng bÃ¡o khi ngÆ°á»i dÃ¹ng báº¥m vÃ&nbsp;o icon */
    }
}

.total-view {
    display: flex;
    align-items: center;
    padding: 5px;
    flex-wrap: wrap;
}
.total-view button {
    border: 1px solid #ccc;
    margin: 5px;
}

.walllet {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 20px;
    text-align: center;
}

.img-flag {
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
}

.dropdown-toggle {
    color: #000;
}
@media (min-width: 768px) {
    .dropdown-toggle {
        color: #fff;
    }
}</pre></body></html>