body {
    background: #eeeff4;
}

.hero-title {
    font-size: 2.25rem;
    text-align: center;
    line-height: 49px;
    font-weight: bold;
}

.box-pool {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    box-shadow: 0px 5px 10px #eee;
}

.send-form {
    padding: 0.8rem 3rem;
    background: #FC7758;
    box-shadow: 0px 5px 15px rgba(248, 122, 92, 0.71);
    border-radius: 12px;
    font-size: 20px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.3s;
    font-weight: 600;
    border: none;
    outline: none;
}

.send-form:hover {
    color: #FC7758;
    background: #ffffff;
    transition: 0.3s;
    box-shadow: -1px 12px 20px #f87a5c73;
    text-decoration: none;
}

.card-success {
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #eee;
}

i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.box-success {
    border-radius: 200px;
    height: 200px;
    width: 200px;
    background: #F8FAF5;
    margin: 0 auto;
}

h1 {
    font-size: 2.25rem;
    margin-bottom: 10px;
    line-height: 49px;
    font-weight: bold;
}

.height-100 {
    align-items: center;
    height: 77vh;
}

.channel-avatar {
    border-radius: 150px;
}

.channel-name {
    font-size: 22px;
}

.subscribers {
    color: #a8adb9 !important;
}

.buy-label > a {
    background: #007C57;
    border: 3px solid #007C57;
    padding: 8px 25px;
    border-radius: 10px;
    color: #fff !important;
    font-weight: bold;
    transition: 0.2s;
}

.buy-label > a:hover {
    text-decoration: none;
    background: transparent !important;
    color: #007C57 !important;
    transition: 0.2s;
}

.checkmark-failed {
    font-style: normal;
    margin-left: 0;
    color: #ff0006;
}

@media (max-width: 768px) {
    .channel-name, .img-box {
        text-align: center;
    }

    .img-box {
        margin-bottom: 10px;
    }

    .subscribers {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 5px !important;
}

.banner-research {
    margin-top: 20px;
    border-radius: 12px;
}