@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap&subset=vietnamese');

html,
body {
    height: 100%;
}

/* Body */
body {
    max-height: 100vh;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #52616b;
    text-align: left;
    background-color: #fafafa;
    font-family: Nunito, sans-serif;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: static !important;
}

#app {
    height: 100%;
    max-width: 935px;
    margin: 0 auto;
    background-color: #f7f7f7;
    overflow: auto;
    /* -webkit-overflow-scrolling: touch; */
}

#app::-webkit-scrollbar {
    width: 0;
}

#app::-webkit-scrollbar-thumb {
    background-color: none;
}

.dropdown-menu.show {
    border-radius: 8px;
}

.blue-dot {
    width: 10px;
    background: #0084f8;
    height: 10px;
    border-radius: 6px;
    margin: 3px 7px 3px auto;
}

.fix-top {
    background: linear-gradient(70.06deg, #ff8576 9.02%, #ff3b30 90.81%);
    border-radius: 100px;
    font-size: 11px;
    color: white;
    padding: 1px 9px;
    vertical-align: middle;
}

/* Modal */
.modal-bottom {
    top: 145px;
    margin: 0;
    width: 100%;
    max-width: 768px;
}

.modal.fade .modal-dialog {
    transform: translate3d(0, 0, 0);
}

.modal.in .modal-dialog {
    transform: translate3d(0, 0, 0);
}

.modal-dialog-end {
    display: flex;
    align-items: flex-end;
    min-height: calc(100% - (0.5rem * 2));
}

.shadow-400 {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.shadow-200 {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Form */
.form-control {
    border-radius: 8px;
}

/* scroll */
.scroll-horizontal {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scroll-horizontal::-webkit-scrollbar {
    display: none;
}

/* Border */
.border-gradient-3 {
    /* max-width: 250px; */
    color: white;
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #00f8bc 9.02%, #58c2f1 90.81%) 0 0 1;
}

/* Card */
.login-card {
    background-blend-mode: normal, overlay, overlay;
    -webkit-backdrop-filter: blur(40px);
    /* Safari 9+ */
    backdrop-filter: blur(40px);
    /* Chrome and Opera */
    border-radius: 8px;
}

.card {
    border-radius: 10px;
    border: 0;
}

.card-img-top {
    border-radius: 8px 8px 0px 0px;
    border: 0;
}

.card-body {
    padding: 10px;
}

/* Button */
.btn {
    border-radius: 10px;
}

/* Color */
.bg-none {
    background: transparent;
}

.bg-g100 {
    background-color: #47c2b1;
    color: white;
}

.bg-b100 {
    background-color: #ff8576;
    color: white;
}

.bg-d100 {
    background-color: #f0f5f9;
    color: white;
}

.bg-gradient-1 {
    background: linear-gradient(51.19deg, #0084f8 9.02%, #58c2f1 90.81%);
    color: white;
}

.bg-button-1 {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
}

.bg-gradient-2 {
    background: linear-gradient(69.69deg, #ff8576 9.02%, #ff3b30 90.81%);
    color: white;
}

.bg-gradient-3 {
    background: linear-gradient(69.69deg, #00f8bc 9.02%, #58c2f1 90.81%);
    color: white;
}

.bg-gradient-4 {
    background: #0084f8;
    color: white;
}

.bg-gradient-5 {
    background: linear-gradient(66.03deg, #ff8585 9.02%, #ffa552 90.81%);
    color: white;
}

.bg-gradient-6 {
    background: #4a78ba;
    color: white;
}

.bg-gradient-7 {
    background: linear-gradient(77.89deg, #fd3f36 9.02%, #fde259 90.81%);
    color: white;
}

.bg-gradient-yellow {
    background: linear-gradient(87.59deg, #FE9800 36.84%, #FABC09 75.76%);
    color: white;
}

.bg-gradient-8 {
    background: linear-gradient(77.89deg, #fde259 9.02%, #fd3f36 90.81%);
    color: white;
}

.bg-gradient-9 {
    background: #0084f8;
    color: white;
}

.bg-gradient-10 {
    background: linear-gradient(83.47deg, #013afe 9.02%, #8f6feb 90.81%);
    color: white;
}

.bg-gradient-11 {
    background: linear-gradient(90deg,
            #b8cbb8 0%,
            #b8cbb8 0%,
            #b465da 0%,
            #cf6cc9 33%,
            #ee609c 66%,
            #ee609c 100%);
    color: white;
}

.bg-gradient-12 {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.bg-gradient-13 {
    background: linear-gradient(83.47deg, #8f6eea 9.02%, #ff046e 90.81%);
    color: white;
}

.bg-gradient-14 {
    background: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    color: white;
}

.bg-gradient-15 {
    background: linear-gradient(83.47deg, #58c2f1 9.02%, #0038ff 90.81%);
    color: white;
}

.bg-gradient-16 {
    background: linear-gradient(90deg, #f43b47 0%, #453a94 100%);
    color: white;
}

.bg-gradient-17 {
    background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
    color: white;
}

.bg-gradient-18 {
    background: linear-gradient(90deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.bg-gradient-19 {
    background: linear-gradient(90deg, #f9d423 0%, #ff4e50 100%);
    color: white;
}

.bg-gradient-20 {
    background: linear-gradient(83.47deg, #0045F8 9.02%, #58C2F1 90.81%);
    color: white;
}

.bg-gradient-21 {
    background: linear-gradient(83.47deg, #6703A3 9.02%, #210494 90.81%);
    color: white;
}

.bg-gradient-red-yellow {
    background: linear-gradient(83.47deg, #FD3F36 9.02%, #FDE259 90.81%);

}

.icon-instagram {
    font-size: 33px;
    background: linear-gradient(77.89deg, #fe0c00 9.02%, #fbd512 90.81%);
    margin-top: 10px;
    /* background: -webkit-linear-gradient(top, #e72c83 0%,#a742c6 100%);
    background: linear-gradient(to bottom, #e72c83 0%,#a742c6 100%); */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ilikesub {
    border-radius: 8px;
    width: 100%;
}

.icon-facebook {
    font-size: 33px;
    margin-top: 10px;
}

.icon-job {
    color: white;
    margin-top: 60px;
    font-size: 70px;
    vertical-align: bottom;
    opacity: 0.5;
}

.icon-job-facebook {
    color: white;
    margin-top: 45px;
    padding-right: 10px;
    font-size: 70px;
    vertical-align: bottom;
    opacity: 0.5;
}

.bg-red {
    background: #ff8576;
    border-radius: 8px;
    color: white;
}

.b200 {
    color: #0084f8;
}

.red {
    color: #ff8576 !important;
}

.d200 {
    color: #c9d6df;
}

.d300 {
    color: #52616b;
}

.d400 {
    color: #001b36;
}

.g100 {
    color: #47c2b1;
}

.font-light {
    font-weight: 300;
}

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extra-bold {
    font-weight: 800;
}

button:active,
button:focus {
    outline: none;
}

.banner-share {
    position: relative;
}

.text-share {
    position: absolute;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .font-12 {
        font-size: 11px;
    }

    .font-14 {
        font-size: 14px;
    }

    .font-16 {
        font-size: 16px;
    }

    .font-18 {
        font-size: 18px;
    }

    .font-19 {
        font-size: 19px;
    }

    .font-20 {
        font-size: 20px;
    }

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

    .font-24 {
        font-size: 24px;
    }
}

@media screen and (min-width: 321px) {
    .font-id {
        font-size: 12px !important;
    }

    .font-12 {
        font-size: 10px !important;
    }

    .font-13 {
        font-size: 12px !important;
    }

    .font-14 {
        font-size: 13px !important;
    }

    .font-16 {
        font-size: 15px !important;
    }

    .font-18 {
        font-size: 16px !important;
    }

    .font-19 {
        font-size: 17px !important;
    }

    .font-20 {
        font-size: 18px !important;
    }

    .font-22 {
        font-size: 20px;
    }

    .font-24 {
        font-size: 22px;
    }

    .money-return {
        font-size: 13px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    .card-question {
        height: 33px;
    }
}

@media screen and (max-width: 320px) {
    .font-id {
        font-size: 10px !important;
    }

    .font-12 {
        font-size: 10px !important;
    }

    .font-13 {
        font-size: 12px !important;
    }

    .font-14 {
        font-size: 13px !important;
    }

    .font-16 {
        font-size: 15px !important;
    }

    .font-18 {
        font-size: 16px !important;
    }

    .font-19 {
        font-size: 17px !important;
    }

    .font-20 {
        font-size: 18px !important;
    }

    .font-22 {
        font-size: 20px;
    }

    .font-24 {
        font-size: 22px;
    }

    .money-return {
        font-size: 13px !important;
    }

    h5 {
        font-size: 20px !important;
    }
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-2 {
    opacity: 0.2;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

/* Header */
h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 121px;
    margin: 0;
}

h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 81px;
    margin: 0;
}

h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    margin: 0;
}

h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    margin: 0;
}

h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    margin: 0;
}

h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

p {
    line-height: 1.5;
}

.material-icons {
    vertical-align: sub;
}

.wheel-footer {
    z-index: 1000;
    text-align: center;
}

/* Loading */
@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

.loading {
    position: relative;
    opacity: 0.8;
    /* color: transparent !important; */
    text-shadow: none !important;
}

.loading:hover,
.loading:active,
.loading:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.loading:before {
    content: '';

    display: inline-block;

    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;

    box-sizing: border-box;

    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;

    width: 24px;
    height: 24px;

    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.loading-news {
    position: relative;
    opacity: 0.8;
    color: transparent !important;
    text-shadow: none !important;
}

.loading-news:hover,
.loading-news:active,
.loading-news:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.loading-news:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid blue;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.btn-default.loading:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.loading:before {
    margin-top: -16px;
    margin-left: -16px;

    width: 32px;
    height: 32px;
}

.btn-sm.loading:before {
    margin-top: -9px;
    margin-left: -9px;

    width: 18px;
    height: 18px;
}

.btn-xs.loading:before {
    margin-top: -7px;
    margin-left: -7px;

    width: 14px;
    height: 14px;
}

.dashboard-container {
    height: 100%;
    padding-bottom: 70px;
    overflow: scroll;
    /* -webkit-overflow-scrolling: touch; */
}

.dashboard-container::-webkit-scrollbar {
    display: none;
}

.dropdown-item {
    color: #52616b;
}

.login-container {
    background-image: url('../../assets/images/auth/background-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cccccc;
    width: 100%;
    height: 100vh;
    padding: 30px 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.page-container {
    padding: 0 8px;
    overflow: none;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f7f7f7 !important;
}

.header {
    padding: 0 15px;
    width: 100%;
    max-width: 935px;
    z-index: 49;
    position: fixed;
}

.nav-bottom-container {
    width: 100%;
    max-width: 935px;
    position: fixed;
    bottom: 0;
    height: 60px;
    background: #ffffff;
    box-shadow: 0px -4px 14px rgba(0, 0, 0, 0.06);
    z-index: 333;
}

.btn-back {
    border: 1px solid #0084f8;
}

.span-top {
    border-radius: 100px;
    width: 69px;
    text-align: center;
}

.fix-uptop {
    width: 100%;
    max-width: 935px;
    position: fixed;
    bottom: 70px;
    height: 70px;
    left: 0;
    box-shadow: 0px -4px 14px rgba(0, 0, 0, 0.06);
    border-radius: 0px !important;
}

a:hover {
    text-decoration: none;
}

.b-comment {
    background: #f0f5f9;
    border-radius: 8px;
    color: #47c2b1;
    border: 0;
    max-width: 100%;
    padding: 5px 5px 5px 5px;
}

.message-comment {
    padding: 0;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0px;
    border-bottom-color: #0084f8;
    border-bottom-width: 1px;
    background: none !important;
    height: 31px;
}

.h-100 {
    height: 100% !important;
}

.jobs-index {
    width: 54px !important;
    height: 54px !important;
    text-align: center;
    background: white;
    border-radius: 25%;
}

.bg-red {
    background-color: #ff8576 !important;
}

.notify {
    position: relative;
    top: -15px;
    right: -3px;
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 2px solid #e46a76;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-in-out infinite;
    animation: heartbit 1s ease-in-out infinite;
    -o-animation: heartbit 1s ease-in-out infinite;
    animation: heartbit 1s ease-in-out infinite;
}

.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff3b30;
    position: absolute;
    right: 6px;
    top: -10px;
}

/* lucky draw */
.page-container.lucky-draw {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

.luck-draw-wrapper {
    background-image: url('../images/lucky-draw-v2/bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 935px;
    transition: 0s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}

/* invite friend */
.inviteFr-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: #fff;
    color: black !important;
}

.inviteFr-wrapper .bl-intro {
    background: linear-gradient(90deg, #E2FFFE 0%, #A3FFFD 100%);
    margin-top: 10px;
    border-radius: 10px;
    padding: 15px 10px;
}

.inviteFr-wrapper .bl-intro .title {
    font-weight: 700;
    font-size: 20px;
    color: #0084F8;
}

.inviteFr-wrapper .bl-total-friend {
    background: linear-gradient(90deg, #FFF9E1 0%, #FFE885 100%);
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
}

.inviteFr-wrapper .btn-copy {
    background: linear-gradient(80.94deg, #EAC457 -0.43%, #FF5022 49.13%, #F737A6 92.78%);
    border-radius: 6px;
    border: none;
    color: #fff;
    font-weight: bold;
}

.inviteFr-wrapper .btn-success {
    background: linear-gradient(83.47deg, #00F8BC 9.02%, #58C2F1 90.81%);
    border-radius: 6px;
    border: none;
    color: #fff;
    font-weight: bold;
}

.inviteFr-wrapper .text-gradient {
    background: linear-gradient(80.94deg, #EAC457 -0.43%, #FF5022 49.13%, #F737A6 92.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.inviteFr-wrapper .item-invite {
    background: #F3F0FA;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.61), inset -1px -1px 0px #FFFFFF, inset 1px 1px 0px #FFFFFF, inset 0px 0px 2px #FFFFFF;
    border-radius: 10px;
    padding: 10px;
}

@media only screen and (max-width: 575px) {
    .luck-draw-wrapper {
        background-image: url('../images/lucky-draw-v2/bg2.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: 0s;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 20px;
    }
}

.lucky-draw-turn {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: white;
}

.luck-draw-frame {
    position: absolute;
    width: 220px;
    top: 0px;
    transform: translateX(1px);
}

.luck-draw-container {
    padding: 10px;
    position: relative;
    text-align: center;
    margin: auto;
}

.luck-draw-man {
    position: absolute;
    bottom: -120px;
    left: 70%;
}

.luck-draw-man-left {
    position: absolute;
    bottom: -120px;
    left: 10%;
}

.tab1-blXu {
    background: linear-gradient(80.94deg, #EAC457 -0.43%, #FF5022 49.13%, #F737A6 92.78%);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    width: 50%;
    padding: 0px 15px;
    align-items: center;
    border: 2px solid #fff;
    display: flex;
}

.tab1-blTurns {
    background: linear-gradient(80.94deg, #EAC457 -0.43%, #FF5022 49.13%, #F737A6 92.78%);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    width: 50%;
    padding: 5px 5px 5px 15px;
    border: 2px solid #fff;
    align-items: center;
    display: flex;
}

.slide-tab1 {
    background: rgba(0, 132, 248, 0.5);
    height: 34px;
    width: 100%;
    line-height: 34px;
}

.bl-basket-tab1 {
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.btn-wheel-tab1 {
    width: 220px;
    height: 43px;
    background: linear-gradient(80.94deg, #EAC457 -0.43%, #FF5022 49.13%, #F737A6 92.78%);
    box-shadow: 0px 0px 10px #FF8038;
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    border: 2px solid #fff;
    font-family: 'Asap Condensed';
}

.btn-add-tab1 {
    margin-top: 10px;
    width: 220px;
    height: 43px;
    background: linear-gradient(83.47deg, #00F8BC 9.02%, #58C2F1 90.81%);
    box-shadow: 0px 0px 10px #58C2F1;
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    border: 2px solid #fff;
    font-family: 'Asap Condensed';
}

@media only screen and (max-width: 575px) {
    .luck-draw-man {
        position: absolute;
        bottom: -90px;
        left: 62%;
    }

    .luck-draw-man-left {
        position: absolute;
        bottom: -90px;
        left: 0%;
    }
}

@media only screen and (max-width: 400px) {
    .luck-draw-man {
        position: absolute;
        bottom: -90px;
        left: 62%;
    }

    .luck-draw-man-left {
        position: absolute;
        bottom: -105px;
        left: -7%;
    }
}


#drawing_resul_modal .modal-content {
    border-radius: 0 !important;
}

#drawing_resul_modal .modal-header {
    border: 0 !important;
    padding-bottom: 0 !important;
    justify-content: flex-end !important;
}

#drawing_resul_modal .modal-body {
    padding-top: 0 !important;
}

#drawing_resul_modal .modal-header .close {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#drawing_resul_modal .result-content {
    color: #0084f8;
}

#drawing_resul_modal .switch-tabs {
    color: red;
    text-decoration: underline;
}

.history-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: #fff;
    color: black !important;
}

.table-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /* background: #fff; */
    color: black !important;
    background-image: url('../images/lucky-draw-v2/bl-ratings.png');
    background-repeat: no-repeat;
    background-size: 100% 170px;
    height: 100%;
}

.history-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(83.47deg, #fd3f36 9.02%, #fde259 90.81%);
    border-radius: 10px;
}

.history-header>p {
    flex: 3;
    font-size: 14px;
}

.history-header>img {
    flex: 1;
}

.history-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.history-item button {
    font-size: 10px;
    border: none;
    outline: none;
    border-radius: 6px;
    padding: 4px 6px;
    color: white;
    width: 90%;
}

.history-button {
    flex: 4;
    text-align: right;
}

.history-icon {
    flex: 2;
    text-align: center;
}

.history-icon img {
    width: 25px !important;
}

.history-detail {
    flex: 7;
}

.history-date {
    font-size: 10px;
}

.history-detail>p {
    font-size: 12px;
}

.history-expired {
    font-weight: bold;
    margin-left: 3px;
    color: #fe7e70;
}

.history-link {
    text-decoration: underline;
    color: #0084f8;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

.find-alarm {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: #E0F1FF;
    line-height: 34px;
    text-align: center;
}

.btn-findTurn {
    background: linear-gradient(83.47deg, #09F4C0 9.02%, #56C0EA 90.81%);
    border-radius: 10px;
    text-align: center;
    width: 104px;
    height: 28px;
    border: none;
    color: #fff;
    font-weight: 700;
}

.history-button>button.pending {
    background-image: linear-gradient(83.47deg, #ff8585 9.02%, #ffa552 90.81%);
}

.history-button>button.completed {
    background-image: linear-gradient(83.47deg, #00f8bc 9.02%, #58c2f1 90.81%);
}

.history-button>button.expired {
    background-image: linear-gradient(83.47deg, #fe7e70 9.02%, #ff4135 90.81%);
}

.findTurn-wrapper {
    height: 100%;
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.findTurn-item {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px;
}

.bl-btn-findTurn {
    position: absolute;
    bottom: 30px;
    width: 98%;
}

.buyTurn-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: #fff;
    color: black !important;
    height: 100%;
}

.btn-buyTurn {
    background: linear-gradient(83.47deg, #00F8BC 9.02%, #58C2F1 90.81%);
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    border: none;
}

@media only screen and (max-width: 575px) {
    .bl-btn-findTurn {
        position: absolute;
        bottom: 30px;
        width: 95%;
    }
}

.btn-ft-findTurn {
    border-radius: 10px;
    border: none;
    color: #fff;
    font-weight: 700;
    width: 100%;
    left: 0;
    padding: 10px;
    background: linear-gradient(83.47deg, #00F8BC 9.02%, #58C2F1 90.81%);
}

/* receive helmet */

.form-receive-helmet label {
    color: black !important;
    font-weight: 600;
}

.form-receive-helmet input,
.form-receive-helmet select {
    border: none;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: black !important;
}

#receive_helmet_modal .modal-content {
    border-radius: 7px;
}

#receive_helmet_modal .modal-header {
    border: 0 !important;
    padding-bottom: 0 !important;
    justify-content: flex-end !important;
}

#receive_helmet_modal .modal-body {
    padding-top: 0 !important;
}

#receive_helmet_modal .modal-header .close {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#receive_helmet_modal .result-content {
    color: #0084f8;
}

.form-helmet-error {
    color: red;
}

/* buy turn */
#buy_turn_modal .modal-dialog {
    padding: 10px !important;
}

#buy_turn_modal .modal-content {
    border-radius: 7px;
}

#buy_turn_modal .modal-header {
    border: 0 !important;
    padding-bottom: 0 !important;
    justify-content: flex-end !important;
}

#buy_turn_modal .modal-body {
    padding-top: 0 !important;
}

#buy_turn_modal .modal-header .close {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#buy_turn_modal .result-content {
    color: #0084f8;
}

.buy-turn {
    background-image: url('../images/lucky-draw-v2/bg_buyTurn.png');
    background-repeat: no-repeat;
    background-size: 100% 120px;
    height: 100%;
}

.buy-turn .btn-inc {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #f5f5f5;
    width: 44px;
    height: 44px;
    background-color: #fff;
    color: #0084F8;
    font-size: 16px;
    font-weight: 700;
}

.buy-turn .input_turn {
    background: linear-gradient(83.47deg, #FE7E70 9.02%, #FF4135 90.81%);
    width: 100%;
    align-items: center;
    text-align: center;
    color: #fff;
    line-height: 44px;
    font-weight: 700;
    height: 44px;
}

.buy-turn .btn-des {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #f5f5f5;
    width: 44px;
    height: 44px;
    background-color: #fff;
    color: #0084F8;
    font-size: 18px;
    font-weight: 700;
}

.buy-turn .bl-total-buy {
    box-shadow: 0px 0px 5px #58c2f1;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
}

.buy-turn .history-header {
    background: linear-gradient(83.47deg, #00f8bc 9.02%, #58c2f1 90.81%);
}

.buy-turn .history-header>p {
    font-weight: bold;
    color: black;
}

.buy-turn .img-buyTurn {
    text-align: right;
    margin-right: 10%;
}

.buy-turn .introPrice-buy {
    background: linear-gradient(90deg, #E2FFFE 0%, #A3FFFD 100%);
    box-shadow: 0px 0px 5px #58C2F1;
    border-radius: 10px;
    width: fit-content;
    margin-top: 10px;
}

.buy-turn .text-intro {
    background: linear-gradient(83.47deg, #0084F8 9.02%, #58C2F1 90.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    font-weight: 700;
}

.buy-turn .text-color {
    background: linear-gradient(80.94deg, #EAC457 -0.43%, #FF5022 49.13%, #F737A6 92.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 5px 40px;
}

#buy-turn-dropdown #dropdownMenuButton {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px 13px;
    font-size: 18px;
    background-image: url('../images/lucky-draw/chevron_down.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: auto 20%;
}

#buy-turn-dropdown .dropdown-toggle::after {
    border: none !important;
}

#buy-turn-dropdown .dropdown-menu.show {
    width: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

#buy-turn-dropdown .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgb(240, 240, 240);
}

#buy-turn-dropdown .dropdown-item {
    padding: 5px 13px;
    cursor: pointer;
}

/* center the modal */
#drawing_resul_modal.modal.fade.show,
#receive_helmet_modal.modal.fade.show,
#buy_turn_modal.modal.fade.show {
    display: flex !important;
}

#drawing_resul_modal.modal.fade.show .modal-dialog,
#receive_helmet_modal.modal.fade.show .modal-dialog,
#buy_turn_modal.modal.fade.show .modal-dialog {
    margin: auto !important;
}

.table-stats {
    border-radius: 10px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48%;
}

/* table v2 */

.item-table {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.item-table-blIcon {
    background: linear-gradient(90deg, #FFF9E1 0%, #FFE885 100%);
    border-radius: 50px;
    padding: 2px 10px;
}

.text-gradient {
    background: linear-gradient(80.94deg, #EAC457 -0.43%, #FF5022 49.13%, #F737A6 92.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-gradient2 {
    background: linear-gradient(83.47deg, #00F8BC 9.02%, #58C2F1 90.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-gradient3 {
    background: linear-gradient(0.14deg, #FFA2BB 2.42%, #A6C1EE 104.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bl-total-money {
    background: linear-gradient(83.47deg, #00F8BC 9.02%, #58C2F1 90.81%);
    border-radius: 6px;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: 800;
}

.bl-icon-rating {
    background: linear-gradient(90deg, #FFF9E1 0%, #FFE885 100%);
    border-radius: 50px;
    width: 60px;
    height: 57.5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 56px;
    margin: 0 auto;
}

.bl-icon-rating1 {
    background: linear-gradient(90deg, #FFF9E1 0%, #FFE885 100%);
    border-radius: 50px;
    width: 40px;
    height: 38.75px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 37px;
    margin: 0 auto;
}

.w32 {
    width: 32%;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px #58C2F1;
    border-radius: 10px;
    padding: 10px;
}

.w36 {
    width: 36%;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px #58C2F1;
    border-radius: 10px;
    padding: 10px;
}

.btn-share {
    background: linear-gradient(83.47deg, #FD3F36 9.02%, #FDE259 90.81%);
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    align-items: center;
}

/* css banner acount */

@keyframes heartbit {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

textarea {
    resize: none;
}

.toast-top {
    top: 50px;
    right: 5px;
}

.join-job-comment {
    border-radius: 25px;
    padding: 0 10px 0 10px;
}

.block-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.block-text-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.block-text-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.icons-new {
    vertical-align: sub;
}

.icons-coin {
    vertical-align: top;
    width: 15px;
    margin-top: 1px;
}

.btn-banner {
    background: #6d9bde;
    border: none;
    color: white;
}

.btn-banner:focus {
    background: #6d9bde;
    border: none;
    color: white;
    outline: none;
}

.btn-banner:active {
    background: #6d9bde;
    border: none;
    color: white;
    outline: none;
}

.image-baner {
    vertical-align: sub;
}

.dark-new {
    color: #1a4a63;
}

.font-30 {
    font-size: 25px !important;
}

.font-32 {
    font-size: 28px !important;
}

.wrap-input100 {
    background: none !important;
    position: relative;
    font-size: 16px;
}

.input100 {
    font-size: 14px;
    color: #1a4a63;
    display: block;
    padding: 0 0 0 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 7px;
}

.input100:focus {
    background: white;
    color: #1a4a63;
}

.input100::placeholder {
    color: #c9d7df;
}

.symbol-input100 {
    background: none;
    font-size: 24px;
    color: #1a4a63;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.text-header {
    vertical-align: super;
}

.input-report {
    border: 1px solid #b0b0b0;
    box-sizing: border-box;
    border-radius: 2px;
    height: 22px;
    font-size: 14px;
    padding-left: 5px;
}

.bg-rank-1 {
    background: linear-gradient(90deg, #f5efea 0%, #e2d1c3 100%);
    border-radius: 10px;
}

.bg-rank-2 {
    background: linear-gradient(90deg, #e6ebf3 0%, #c3cfe2 100%);
    border-radius: 10px;
}

.bg-rank-3 {
    background: linear-gradient(90deg, #fdf8e0 0%, #ffe885 100%);
    border-radius: 10px;
}

.bg-rank-4 {
    background: linear-gradient(90deg, #d6fff2 0%, #ffd5f7 100%);
    border-radius: 10px;
}

.bg-rank-5 {
    background: linear-gradient(90deg, #e7fffe 0%, #abfffd 100%);
    border-radius: 10px;
}

.bk-rank-1 {
    background: #c1b0ae;
    clip-path: polygon(0 0,
            100% 0,
            100% 100%,
            73% 93%,
            53% 85%,
            36% 76%,
            21% 60%,
            11% 40%,
            5% 22%);
}

.bg-event {
    background: #e0f1ff;
}

.modal .modal-content {
    background: #ffffff;
    border-radius: 20px;
}

#birthdayModal .modal-content {
    background: #ffffff;
    border-radius: 20px;
}

.hand {
    cursor: pointer;
}

.hr-rank {
    margin: 5px 0;
    height: 1px;
    color: white;
    background: linear-gradient(51.19deg, #0084f8 9.02%, #58c2f1 90.81%);
    border: none;
}

.hr-redeem-rewards {
    margin: 5px 0;
    width: 80%;
    height: 1px;
    color: white;
    background: #eff2f9;
    border: none;
}

.bg-redeem-rewards {
    background: url(../images/img-event/redeem/background.png);
    height: 150px;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-active {
    background: #ffffff;
    border: 2px solid #0084f8;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.card-event {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}

.card-top-event {
    background: linear-gradient(359.18deg,
            #2cd8d5 -2.56%,
            #c5c1ff 39.64%,
            #ffbac3 98.88%);
    border-radius: 10px;
    color: white;
}

.card-top-birthday {
    background: linear-gradient(78.75deg, #00f8bc 9.02%, #58c2f1 90.81%);
    border-radius: 10px;
    color: white;
}

.active-top {
    border: 2px solid #ffffff !important;
}

.bg-star-top {
    width: 40px;
    height: 40px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    --border-radius: 25px;
    border-radius: 25px;
    color: white;
    line-height: 40px;
    font-size: 12px !important;
    background: linear-gradient(83.02deg, #fd3f36 9.02%, #fde259 90.81%);
    clip-path: polygon(50% 0%,
            65% 31%,
            98% 35%,
            73% 57%,
            79% 91%,
            50% 73%,
            21% 91%,
            28% 58%,
            2% 35%,
            35% 31%);
}

.btn-xs {
    padding: 0.1rem 0.5rem;
    font-size: 11px;
    border-radius: 20px;
    border: 0;
}

.hr-community {
    opacity: 0.5;
    margin: 7px 0 !important;
}

.create-image {
    position: absolute;
    right: 0;
}

.comment-community {
    background: #f2f2f2;
    border-radius: 6px;
}

.input-comment-community {
    background: #f2f2f2;
    border-radius: 6px;
    border: 0;
}

.input-comment-community:focus {
    background: #f2f2f2;
    border-radius: 6px;
    border: 0;
}

.hr-dropdown {
    margin: 3px 20px !important;
    border: 0.5px solid #e5e5e5;
}

.dropdown-community {
    border: 0;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.cloes-modal {
    margin-top: -3px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.modal-community {
    border-radius: 10px;
}

input[type='file'] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    cursor: pointer;
}

.image-list-container {
    max-width: 100% !important;
    min-height: 50px;
    margin-top: 10px;
}

.image-container {
    width: 100% !important;
    height: 100px !important;
}

.image-icon-drag {
    height: 40px !important;
    width: 40px !important;
}

.image-container div .browse-text {
    display: none;
}

.preview-image {
    height: 60px !important;
}

.show-image .img-responsive {
    height: 60px !important;
    margin-top: 10px;
}

.card-account {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.bg-rank-community {
    border-radius: 6px;
    display: inline-flex;
    padding: 5px 15px 3px 50px !important;
}

.rank-community {
    position: absolute;
    left: 12px;
    bottom: 0px;
}

.bg-rank-post {
    margin-top: 2px;
    border-radius: 10px;
    display: inline-flex;
    padding: 0px 8px 0px 8px !important;
}

.rank-post-community {
    position: absolute;
    left: 8px;
    bottom: 0px;
}

.col-community {
    border-right: 1px solid #e5e5e5;
}

img.image-community {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 250px;
}

.vue-images .gallery {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.vue-images .gallery::-webkit-scrollbar {
    display: none;
}

.vue-images .wrapper {
    flex: 0 !important;
}

.vue-images .play,
.full {
    display: none !important;
}

.active-form {
    border: 3px solid #ffffff !important;
}

.bt-confirm-post {
    padding: 0px auto 0px auto;
}

.image-role-community {
    vertical-align: inherit !important;
}

.toastr-notification {
    background: transparent;
    border: none;
    color: white;
    text-align: left;
}

.modal-cheat-admin {
    padding-bottom: 59px;
    border-radius: 20px;
}

.dark-red {
    color: #b20b0c;
}

.upload-image {
    color: white;
    background: #0084f8;
    border-radius: 10px;
    padding: 5px 10px;
}

.bg-support {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 12px;
}

.support-status {
    border-radius: 10px;
}

.support-detail .gallery {
    justify-content: center;
}

.support-detail .gallery .wrapper img {
    height: 200px !important;
    display: inherit !important;
}

.orange {
    color: #ffa552;
}

.notifyNav {
    position: relative;
    top: -30px;
    right: 36px;
}

.notifyNav .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 2px solid #e46a76;
    border-radius: 70px;
    -webkit-animation: heartbit 1s ease-in-out infinite;
    animation: heartbit 1s ease-in-out infinite;
    -o-animation: heartbit 1s ease-in-out infinite;
    animation: heartbit 1s ease-in-out infinite;
}

.notifyNav .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff3b30;
    position: absolute;
    right: 6px;
    top: -10px;
}

@media (max-device-width: 320px) {
    .notifyNav {
        right: 13px;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    .notifyNav {
        right: 22px;
    }
}

@media screen and (max-width: 500px) and (min-width: 401px) {
    .notifyNav {
        right: 22px;
    }
}

@media screen and (max-width: 2048px) and (min-width: 768px) {
    .notifyNav {
        right: 75px;
    }
}

.card-question-birthday {
    border: 1px solid #00c8d2;
    box-sizing: border-box;
    border-radius: 10px;
}

.cl-question-birthday {
    color: #00c8d2;
}

.question-active {
    padding-top: 2px;
    background: linear-gradient(38.19deg,
            #eac457 -0.43%,
            #ff5022 49.13%,
            #f737a6 92.78%);
    color: white;
}

/* .question-current{
    padding-top: 2px;
    background: linear-gradient(73.98deg, #FD3F36 9.02%, #FDE259 90.81%);
    color: white;
} */
.question-current {
    margin: 0 auto;
    background-color: greenyellow;
    animation-name: stretch;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(1);
        background-color: greenyellow;
        color: white;
    }

    50% {
        background-color: orange;
        color: white;
        border-radius: 20px;
    }

    100% {
        transform: scale(1);
        background-color: yellow;
    }
}

.background-event-birthday {
    /* padding-top: 100px; */
    background: url(../images/img-birthday/background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.chibi-coin {
    width: 100%;
    max-width: 200px !important;
}

.card-birthday-question {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-top: -30px;
    height: 100% !important;
    cursor: pointer;
}

.card-next-question {
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
}

.birthday-question {
    background-color: white;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%, 5% 0);
    border-radius: 8px;
    height: 100% !important;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.count-question {
    background: linear-gradient(83.47deg, #00f8bc 9.02%, #58c2f1 90.81%);
    border-radius: 50%;
    border: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    color: white;
}

.image-event-birthday {
    max-height: 333px;
}

.birthday-reply {
    background: linear-gradient(73.98deg, #fd3f36 9.02%, #fde259 90.81%);
    border-radius: 10px;
    color: white;
    font-weight: bold;
}

.birthday-reply-success {
    background-color: linear-gradient(73.98deg, #00f8bc 9.02%, #58c2f1 90.81%);
    border-radius: 10px;
    color: white;
    font-weight: bold;
    -webkit-animation: success 500ms infinite;
    -moz-animation: success 500ms infinite;
    -o-animation: success 500ms infinite;
    animation: success 500ms infinite;
}

@-webkit-keyframes success {
    0% {
        background-color: #fd3f36;
        box-shadow: 0 0 3px #fd3f36;
        color: white;
    }

    50% {
        background-color: #00f8bc;
        box-shadow: 0 0 10px #00f8bc;
        color: white;
    }

    100% {
        background-color: #fd3f36;
        box-shadow: 0 0 3px #fd3f36;
        color: white;
    }
}

@-moz-keyframes success {
    0% {
        background-color: #fd3f36;
        box-shadow: 0 0 3px #fd3f36;
        color: white;
    }

    50% {
        background-color: #00f8bc;
        box-shadow: 0 0 10px #00f8bc;
        color: white;
    }

    100% {
        background-color: #fd3f36;
        box-shadow: 0 0 3px #fd3f36;
        color: white;
    }
}

@-o-keyframes success {
    00% {
        background-color: #fd3f36;
        box-shadow: 0 0 3px #fd3f36;
        color: white;
    }

    50% {
        background-color: #00f8bc;
        box-shadow: 0 0 10px #00f8bc;
        color: white;
    }

    100% {
        background-color: #fd3f36;
        box-shadow: 0 0 3px #fd3f36;
        color: white;
    }
}

@keyframes success {
    0% {
        background-color: #fd3f36;
        box-shadow: 0 0 3px #fd3f36;
        color: white;
    }

    50% {
        background-color: #00f8bc;
        box-shadow: 0 0 10px #00f8bc;
        color: white;
    }

    100% {
        background-color: #fd3f36;
        box-shadow: 0 0 3px #fd3f36;
        color: white;
    }
}

.birthday-reply-error {
    background-color: linear-gradient(73.98deg, #00f8bc 9.02%, #58c2f1 90.81%);
    border-radius: 10px;
    color: white;
    font-weight: bold;
    -webkit-animation: error 500ms infinite;
    -moz-animation: error 500ms infinite;
    -o-animation: error 500ms infinite;
    animation: error 500ms infinite;
}

@-webkit-keyframes error {
    0% {
        background-color: white;
        box-shadow: 0 0 3px white;
        color: #001b36;
    }

    50% {
        background-color: #00f8bc;
        box-shadow: 0 0 10px #00f8bc;
        color: white;
    }

    100% {
        background-color: white;
        box-shadow: 0 0 3px white;
        color: #001b36;
    }
}

@-moz-keyframes error {
    0% {
        background-color: white;
        box-shadow: 0 0 3px white;
        color: #001b36;
    }

    50% {
        background-color: #00f8bc;
        box-shadow: 0 0 10px #00f8bc;
        color: white;
    }

    100% {
        background-color: white;
        box-shadow: 0 0 3px white;
        color: #001b36;
    }
}

@-o-keyframes error {
    0% {
        background-color: white;
        box-shadow: 0 0 3px white;
        color: #001b36;
    }

    50% {
        background-color: #00f8bc;
        box-shadow: 0 0 10px #00f8bc;
        color: white;
    }

    100% {
        background-color: white;
        box-shadow: 0 0 3px white;
        color: #001b36;
    }
}

@keyframes error {
    0% {
        background-color: white;
        box-shadow: 0 0 3px white;
        color: #001b36;
    }

    50% {
        background-color: #00f8bc;
        box-shadow: 0 0 10px #00f8bc;
        color: white;
    }

    100% {
        background-color: white;
        box-shadow: 0 0 3px white;
        color: #001b36;
    }
}

@keyframes error {
    0% {
        background-color: white;
        box-shadow: 0 0 3px white;
        color: #001b36;
    }

    50% {
        background-color: #00f8bc;
        box-shadow: 0 0 10px #00f8bc;
        color: white;
    }

    100% {
        background-color: white;
        box-shadow: 0 0 3px white;
        color: #001b36;
    }
}

.bg-support-intro {
    background: linear-gradient(76.48deg, #00f8bc 9.02%, #58c2f1 90.81%);
    color: white;
}

.hr-support {
    width: 50%;
    background: white;
    margin: auto;
}

.text-dark {
    color: #000000 !important;
}

.card-menu-support {
    border-radius: 20px !important;
}

.image-birthday {
    max-width: 139px;
}

.page-container {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.fade-enter-active {
    transition: all 0.3s;
}

.fade-leave-active {
    transition: all 0.1s;
}

.list-enter-active {
    transition: all 0.3s;
}

.list-leave-active {
    transition: all 0.1s;
}

.list-enter,
.list-leave-to {
    opacity: 0;
    transform: translateY(50px);
}

.select-event-top {
    border: 0 !important;
    border-radius: 0 10px 10px 0 !important;
}

.input-event-top {
    border: 0 !important;
    border-radius: 10px 0 0 10px !important;
}

.swal2-modal {
    border-radius: 20px !important;
    padding-top: 10px !important;
}

.swal2-icon {
    margin-bottom: 10px !important;
}

.swal2-checkbox {
    justify-content: left !important;
}

.bg-gradient-tiktok {
    background: linear-gradient(202.84deg, #f3194f 0.69%, #00fff4 100.43%);
    color: white;
}

.bg-gradient-twitter {
    background: #1cb7eb;
    color: white;
}

.bg-gradient-shopee {
    background: linear-gradient(180deg, #f53d2d 0%, #ff6533 100%);
    color: white;
}

.bg-gradient-google {
    background: linear-gradient(180deg, #FFE985 0%, #FA742B 100%);
    color: white;
}

.bg-gradient-review-map {
    background: linear-gradient(180.95deg, #1A73E8 -10.47%, #F48F3B 88.28%);
    color: white;
}

.bg-gradient-review-app {
    background: linear-gradient(181.05deg, #04BDFD -18.24%, #EA243F 58.06%, rgba(255, 196, 4, 0.6) 111.21%, #46E14D 115.54%);
    color: white;
}

.bg-gradient-youtube {
    background: linear-gradient(180deg, #f53d2d 0%, #ff6533 100%);
    color: white;
}

.bg-gradient-lazada {
    background: linear-gradient(90deg, #ff5d01 0%, #ff0091 100%);
    color: white;
}
.bg-gradient-tripadvisor {
    background: linear-gradient(90deg, #35e0a1 0%, #99e2e9 100%);
    color: white;
}

.bg-gradient-gonews {
    background: linear-gradient(0.06deg, #ffa2bb 2.42%, #a6c1ee 104.01%);
    color: white;
}

.bg-gradient-goviews {
    background: #fa6400;
    color: white;
}

.icon-tiktok {
    font-size: 33px;
    margin-top: 10px;
    color: #2d0a1e;
}

.image-layout {
    border-radius: 25%;
}

.geetest_radar_tip_content,
.geetest_success_radar_tip_content {
    text-indent: -200px;
    overflow: hidden;
    position: relative;
    display: block;
}

.geetest_radar_tip_content::before {
    content: 'Click để xác nhận Captcha';
    color: white !important;
    position: absolute;
    left: 200px;
    z-index: 99;
}

.geetest_radar_btn {
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(51.19deg,
            #0084f8 9.02%,
            #58c2f1 90.81%) !important;
    color: white !important;
}

.geetest_success_btn {
    border: 0 !important;
    border-radius: 10px !important;
}

.geetest_copyright,
.geetest_feedback,
.geetest_logo {
    display: none !important;
}

.geetest_popup_box {
    border-radius: 10px !important;
}

.geetest_success_radar_tip_content::before {
    content: 'Xác nhận thành công!';
    position: absolute;
    left: 200px;
    z-index: 99;
}

span[id^='not_signed_']:before {
    content: 'Đăng nhập bằng Google';
    padding-right: 2000px;
}

.verify-google span[id^='not_signed_']:before {
    content: 'Liên kết tài khoản Google';
    padding-right: 2000px;
}

#verifyEmail .modal-header {
    padding-bottom: 0;
    border-bottom: 0;
}

.verify-google {
    border-radius: 10px;
}

.verify-google .abcRioButton,
.verify-google .abcRioButtonIcon {
    background: linear-gradient(69.69deg,
            #ff8576 9.02%,
            #ff3b30 90.81%) !important;
    border-radius: 10px;
    border: 0;
    color: white;
}

.card-slider {
    background-size: 100% 100% !important;
    min-height: 95px !important;
    max-height: 95px !important;
    box-shadow: 0px 0px 0px !important;
}

.carousel-indicators li {
    background-color: white;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-bottom: -20px;
}

.carousel-indicators li.active-li {
    background-color: white;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
    .card-slider {
        background-size: 100% 100% !important;
        min-height: 95px !important;
        max-height: 95px !important;
        box-shadow: 0px 0px 0px !important;
    }
}

@media only screen and (min-width: 375px) {
    .history-date {
        font-size: 12px;
    }

    .history-detail>p {
        font-size: 14px;
    }

    .history-link {
        font-size: 14px;
    }

    .history-item button {
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) {
    .history-date {
        font-size: 14px;
    }

    .history-detail>p {
        font-size: 16px;
    }

    .history-link {
        font-size: 14px;
    }

    .history-item button {
        font-size: 14px;
    }
}