.youget-title {font-size:14;}
.combobox__dark .combobox--dropdown-arrow {padding-top:0;}
.HeaderApp1 {
            backdrop-filter: blur(2px)
        }

        .HeaderApp2 {
            margin: 0;
            border-radius: 12px
        }

        .HeaderApp3 {
            width: 100%
        }

        .HeaderApp4 {
            height: 100%;
            display: flex;
            border-radius: 12px;
            flex-direction: column;
            background-color: #fff
        }

        .HeaderApp5 {
            top: 12px;
            right: 12px;
            border: none;
            padding: 0;
            position: absolute;
            background-color: transparent
        }

        .HeaderApp5:hover {
            cursor: pointer
        }

        .HeaderApp5:focus {
            outline: 0
        }

        .slick-slider .element {
            width: 100px;
            background-color: #2b2b37;
            color: #fff;
            border-radius: 5px;
            display: inline-block;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 20px
        }

        .review-slider .element {
            color: #fff;
            border-radius: 5px;
            display: inline-block;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 20px
        }

        .review-slider .slick-disabled {
            opacity: 0;
            pointer-events: none
        }

        .slick-slider .slick-disabled {
            opacity: 0;
            pointer-events: none
        }

        .slick-slide {
            height: 350px
        }

        .slick-next {
            margin-right: -50px
        }

        .slick-prev {
            margin-left: -75px
        }

        .slick-next:before {
            font-size: 50px
        }

        .slick-prev:before {
            font-size: 50px
        }

        .panel-default {
            background: #2b2b37 !important
        }

        .panel-default>.panel-heading {
            color: #8b86af;
            background-color: #2b2b37;
            border-color: #ddd
        }

        .list-group-item {
            position: relative;
            display: block;
            padding: 10px 15px;
            margin-bottom: -1px;
            background-color: #2b2b37;
            border: 1px solid #2b2b37
        }

        #close-btn {
            position: relative;
            top: 9px;
            left: 77%;
            font-size: 40px;
            color: #eea655
        }

        .mobile-menu-wrapper {
            background: #2b2b37
        }

        body {
            overflow-x: hidden
        }
@media (min-width:768px){
#selectedTokenDisplay {color:#fff!important;font-weight:700;font-size:20;}
}

@media (max-width:767px){
#selectedTokenDisplay {color:#fff!important;font-weight:700;font-size:16;}
}
.daucong {
	font-size:30px;
    color:#77B900;
    font-weight:800!important;
    margin-top:10px;
}
.airdrop-container {background-color:#273419;}
.exchange-calculator .combobox--field {border-radius:0px 5px 5px 0px;}
.input-title {border-radius:3px 0px 0px 0px;}
#airdropBox {border-radius:0px 0px 0px 3px!important;}
#selectedTokenDisplay
.airdrop-input-wrapper {
    display:flex!important;
    flex-direction: row!important;
    column-gap:0px!important;
    justify-content: space-between;
}
.input-title {background-color:#fff;padding-left:20px!important;padding-top:5px;font-weight:600;color:#669D01;}
.airdrop-container {margin-top:10;border-radius:5px;}
.airdrop-container {
    position: relative;
    border: 1px solid #ccc;
}
.airdrop1 {flex-grow:1;}
.airdrop-input-wrapper,.dangchon{
    display: flex;
    justify-content: center;
    align-items: center;
}
div.airdrop1 input#airdropBox {border:none!important;}
.airdrop-title {
    position: absolute;
    font-size:15px;
    font-weight:400!important;
    top:0;
    padding-left:20px!important;
    width: 100%;
    background-color: #f0f0f0;
    color: #333;
    padding: 10px 0;
    margin: 0;
    text-align:left;
    font-weight: bold;
}

input#airdropBox {width:100%;border-radius:0;margin-bottom:0;}
div.airdrop2 {
    width: fit-content;
    min-width: 121px;
}
@media (min-width: 768px){div.airdrop2 {
    width: fit-content;
    min-width: 161px;
}
.airdrop-input-wrapper {display:flex;}
.airdrop2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color:#fff;
    font-size:20;
    font-weight:600;
}
.airdrop-title {border-radius:2px 2px 0px 0px;}

@keyframes example {
                            0% {
                                width: 0%
                            }
                            5% {
                                width: 5%
                            }
                            10% {
                                width: 10%
                            }
                            20% {
                                width: 20%
                            }
                            30% {
                                width: 30%
                            }
                            40% {
                                width: 40%
                            }
                            50% {
                                width: 50%
                            }
                            60% {
                                width: 60%
                            }
                            70% {
                                width: 70%
                            }
                            80% {
                                width: 80%
                            }
                            90% {
                                width: 90%
                            }
                            100% {
                                width: 100%
                            }
                        }

                        .arrow {
                            width: 100%;
                            animation-name: example;
                            animation-duration: 5s
                        }