.btn__primary {
    font-family: "Montserrat";
    background-color: #5bbe0c;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    border-radius: 10px;
}

.btn__facebook {
    font-family: "Montserrat";
    background-color: #1877f2;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    border-radius: 10px;
}

.btn__google {
    font-family: "Montserrat";
    background-color: #4d4d4d;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    border-radius: 10px;
}

.btn__claim {
    font-family: "Montserrat";
    background-color: #fafafa;
    border: none;
    color: #5bbe0c;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    border-radius: 10px;
}
.btn__claim:hover {
    color: #5bbe0c;
}
.btn__large {
    padding: 14px 0;
    width: 100%;
}
.btn__primary:hover,
.btn__facebook:hover,
.btn__google:hover {
    color: white;
}

.text__grey {
    color: #cccccc;
}

.color__main {
    color: #5bbe0c;
}

.color__muted {
    color: #b8b8b8;
}

.color__white {
    color: #f2f2f2;
}

.bg__main {
    background-color: #5bbe0c !important;
}

.min-h-100vh {
    min-height: 100vh;
}

h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
}

p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.card__profile {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 17px 19px;
}

.card__profile .image__user img {
    object-fit: cover;
    width: 66px;
    height: 66px;
    border-radius: 10px;
}

.card__profile .username {
    margin-left: 14px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.profile__progress {
    margin-top: 20px;
}

.profile__progress .user__progress,
.profile__progress .user__progress .title {
    margin: 5 auto;
}

.vl {
    border-left: 1px solid #f2f2f2;
    height: 38px;
}
.progress__item {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #b8b8b8;
}
.user__progress .title {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #b8b8b8;
}
.card__mission {
    padding: 10px 13px;
    background: #ffffff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.icon__mission_md {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
    margin: auto 4px;
}

.icon__mission_sm {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 100%;
    margin: auto 4px;
}

.icon__mission_lg {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    margin: auto 4px;
}

.title__mission {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #5bbe0c;
}

.notif__mission {
    background-color: #ff0000;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    color: #fafafa;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    padding: 6;
}

.nav__card {
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

.flip {
    transform: rotate(90deg);
}

.card__mission.margin {
    margin: 8px auto;
}

.name__mission {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-left: 8px;
    margin-right: 4px;
}

.new__mission {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #ff0000;
}

.desc__mission {
    margin: 15px 0;
}

.counter__time {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: right;
    color: #ff0000;
}

.earned__coin {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

/* .card__mission {
    padding: 17px 20px;
} */

.filepond--root .filepond--credits {
    display: none;
}

.filepond--drip {
    height: 100%;
}

.filepond--root .filepond--drop-label {
    height: 150px;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.upload__placeholder p {
    font-family: "Montserrat", sans-serif;
    margin-top: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.upload__mission {
    margin-top: 48px;
    height: 200px;
}

.box__reward {
    border: 1px dashed rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 20%;
}
.btn.btn__primary.claim {
    padding: 14px 0;
}

.btn.btn__success {
    color: #ffffff;
    background-color: #2eb843;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    border-radius: 5px;
}
.btn.btn__warning {
    color: #ffffff;
    background-color: #ffb100;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    border-radius: 5px;
}

.btn.btn__error {
    color: #ffffff;
    background-color: #CF0000;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    border-radius: 5px;
}

.text__error {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FF0000;
}


.owned__ticket {
    background-color: #5BBE0C;
    border-radius: 10px;
    padding: 14px 15.5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.card__ticket {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 19px 11px 11px 11px;
}

.card__ticket .ticket {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #000000;
}

.card__ticket .redeem {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #B8B8B8;
    margin: 6px auto 18px auto;
}