.col-20 {
    flex: 0 0 auto;
    width: 20%;
    margin-bottom: var(--bs-gutter-x);
}
.modal form button {
	color: #fff;
    border: 1px solid #3ba66b;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    border-radius: 20px;
    text-transform: uppercase;
    background: #3ba66b;
    height: 40px;
    width: 217px;
    position: relative;
}
.btn-daily {
    height: 38px;
    line-height: 38px;
    padding: 0;
    width: auto;
    border: none;
    color: #fff;
    background: #ffb416;
    border-radius: 20px;
    padding: 0 25px
}
.icon a {
    color: #fff;
    font-weight: bold;
}
.header .group-account li:last-child {
    margin-right: 0!important;
}
.hethang {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    background: #d12424a6;
    color: #fff;
}
@media(max-width: 767px) {
    .col-20 {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: var(--bs-gutter-x);
    }
}