a.card-link {
    color: #400088;
    cursor: pointer;
}

a.card-link:hover {
    color: #007bff;
}

.page-section.extra {
    padding-top: 50px;
}

.photo-thumb.banner-group {
    padding-bottom: 34.723%;
    margin-top: 72px;
}

.photo-thumb.fanclub-group {
    /* padding-bottom: 96.37%; */
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FEB548, #F522CE, #9035DD) border-box;
    border-radius: 50%;
    border: 3px solid transparent;
    margin-top: -60%;
}

.photo-thumb.fanclub {
    /* padding-bottom: 94.34%; */
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FEB548, #F522CE, #9035DD) border-box;
    border-radius: 50%;
    border: 2px solid transparent;
}

.text-color {
    background: linear-gradient(90.73deg, #FEB548 -37.11%, #F522CE 41.22%, #9035DD 119.28%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-vip {
    position: absolute;
    /* background-color: #FEB548; */
    color: #ffffff;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.haed-group {
    position: relative;
    /* padding: 15px 135px 10px; */
    padding: 15px 0;
    border-bottom: 2px solid #8937DF;
}

/* .body-group {
    padding: 15px 135px 10px;
} */

.box-term {
    height: 550px;
    overflow: auto;
}

@media (max-width: 575px) {
    .box-term {
        height: 465px;
    }

    .photo-thumb.fanclub-group {
        padding-bottom: 94%;
        margin-top: -35px;
    }

    .photo-thumb.banner-group {
        margin-top: 85px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .photo-thumb.banner-group {
        margin-top: 100px;
    }
}

.btn-group-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-group-main .btn.extra {
    font-weight: 400;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 10px;
}

.btn-group-main .btn {
    font-size: 14px;
    padding: 5px 30px;
    border-radius: 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .btn-group-main .btn {
        padding: 10px 50px;
    }
}

.btn-light {
    background-color: transparent;
    border: 0.75px solid #333333;
    
    box-shadow: none;
    color: #333333;
}

.btn-color {
    background: linear-gradient(91.49deg, #FEB548 -10.09%, #F522CE 52.04%, #9035DD 113.96%);
    border: 0.75px solid #DADADA;
    box-shadow: none;
    color: #FFFFFF;
}

.box-card {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}

.box-user {
    width: 100%;
    background-image: url(../images/fanclub/bgPurple.jpg);
    background-size: cover;
    background-position: 50%;
    border-radius: 10px;
    padding: 15px;
}

.box-user h4 {
    word-wrap: break-word;
}

.box-user p {
    font-size: 14px;
    margin-bottom: 0;
}

.box-user a {
    font-size: 14px;
    font-weight: 300;
    color: #F84BA9 !important;
    text-decoration: none;
}

.box-user .photo-thumb.fanclub {
    width: 100px;
    height: 100px;
    padding-bottom: 0;
}

.btn-colorful {
    font-size: 20px;
    padding: 10px;
    color: #FFFFFF;
    width: 100%;
    border: 1px solid #DADADA;
    background: linear-gradient(91.49deg, #FEB548 -10.09%, #F522CE 52.04%, #9035DD 113.96%);
    box-shadow: 0px 7.15888px 9.54518px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.btn-gold-coin {
    font-size: 20px;
    padding: 10px;
    color: #FFFFFF !important;
    width: 100%;
    border: 1px solid #F522CE;
    box-shadow: 0px 5.9913px 7.98841px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.btn-gold-coin:hover {
    background: linear-gradient(91.49deg, #FEB548 -10.09%, #F522CE 52.04%, #9035DD 113.96%);
}

.btn-next::after {
    content: "";
    display: inline-block;
    background-image: url(../images/arrow-right-purple.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 16px;
    margin-left: 8px;
    position: relative;
    top: 1px;
}

.btn-next.white::after {
    background-image: url(../images/arrow-right.png);
}

.btn-puple {
    font-size: 20px;
    padding: 10px;
    color: #FFFFFF !important;
    width: 100%;
    background-color: #752FCA;
    box-shadow: 0px 7.15888px 9.54518px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.btn-puple:hover {
    background-color: #9035DD;
}

.close {
    opacity: 1;
    cursor: pointer;
}

.close.extra {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.close.extra:hover {
    transform: scale(1.1);
}

.form-control.extra {
    border: 1px solid #DADADA;
    border-radius: 10px;
    padding: 25px 20px 25px 42px;
}

.form-control::-webkit-input-placeholder {
    color: #BDBDBD;
}

.coin-gold {
    display: inline-block;
    background: url(../images/icGoldCoin.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.coin-silver {
    display: inline-block;
    background: url(../images/icSliverCoin.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.coin-trophy {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icTrophy.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 35px;
    height: 35px;
    margin-right: 8px;
}

.ic-group {
    position: relative;
}

.ic-eye {
    position: absolute;
    background: url(../images/twmc/ic-eye.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 26px;
    width: 26px;
    height: 20px;
    top: 18%;
    right: 5%;
    cursor: pointer;
}

.ic-hide {
    position: absolute;
    background: url(../images/twmc/ic-eye-off.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 26px;
    width: 26px;
    height: 20px;
    top: 18%;
    right: 5%;
    cursor: pointer;
}

.ic-close {
    display: block;
    background: url(../images/twmc/ic-cross.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 22px;
    width: 22px;
    height: 22px;
    margin-top: 8px;
    margin-right: 8px;
}

.ic-close-black {
    display: block;
    background: url(../images/icCrossBlack.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.ic-crown {
    display: inline-block;
    background: url(../images/icCrown.png);
    background-repeat: no-repeat;
    background-size: 35px 16px;
    width: 35px;
    height: 16px;
    margin-right: 8px;
}

.ic-coin {
    display: inline-block;
    background: url(../images/icCoinS.png);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.ic-lock {
    position: absolute;
    background: url(../images/icLock.png);
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin: 18px;
}

.ic-mail {
    position: absolute;
    background: url(../images/icMail.png);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    margin: 14px;
}

.ic-user {
    position: absolute;
    background: url(../images/icUser.png);
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin: 18px;
}

.ic-user-black {
    position: absolute;
    background: url(../images/icUserBlack.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    top: 10px;
    left: 14px;
}

.ic-book {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icBook.png);
    background-repeat: no-repeat;
    background-size: 15px 18px;
    width: 15px;
    height: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ic-user-blue {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icUserBlue.png);
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ic-logout {
    position: absolute;
    background: url(../images/icLogout.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    top: 11px;
    left: 14px;
}

/* @media (max-width: 991px) {
    .ic-user-black,
    .ic-logout {
        top: 50%;
        left: 15%;
    }
} */

.logo-img {
    width: 25%;
    max-width: 100%;
}

@media (max-width: 575px) {
    .logo-img {
        width: 40%;
    }

    .login .modal-dialog {
        width: 90%;
        max-width: 100%;
    }

    .modal-custom .modal-content.extra {
        padding: 20px 0 !important;
    }
}

.login .modal-content,
.modal-custom .modal-content {
    border: 0;
    border-radius: 30px;
    box-shadow: 0px 2.38629px 81.134px rgba(0, 0, 0, 0.35);
}

.modal-custom .modal-content.extra {
    padding: 20px 10px;
}

.modal-custom .box-term {
    height: 500px;
}

.modal-custom.rules .modal-inner,
.modal-custom.reward .modal-inner {
    overflow-y: scroll;
    min-height: auto;
    max-height: 70vh;
}

.modal-custom.rules .modal-inner::-webkit-scrollbar, .modal-custom.reward .modal-inner::-webkit-scrollbar {
    width: 4px;
    border-radius: 30px;
}

.modal-custom.rules .modal-inner::-webkit-scrollbar-track, .modal-custom.reward .modal-inner::-webkit-scrollbar-track {
    background: transparent;
}

.modal-custom.rules .modal-inner::-webkit-scrollbar-thumb, .modal-custom.reward .modal-inner::-webkit-scrollbar-thumb {
    background: #D9D9D9;
}

.modal-header {
    border-bottom: 0;
}

.middle {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.or-line-gray {
    border-bottom: 2px solid #666666;
    line-height: 0.1em;
    margin-top: 40px !important;
}

.or-line-gray span {
    background: #fff;
    padding: 0 10px;
    color: #666666;
}

.profile-sec a {
    color: #41018B;
}

.profile-sec a:hover {
    color: #400088;
}

.profile-sec .btn-colorful {
    width: 80%;
    border: 1px solid #545b62ab;
}

.profile-sec .btn-gold-coin {
    width: 80%;
}

.profile-sec .card-title {
    font-size: 30px;
    line-height: 1.46;
    letter-spacing: 0.48px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
    text-transform: uppercase;
}

.profile-sec .coin {
    font-size: 20px;
    line-height: 1.46;
    letter-spacing: 0.48px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.profile-sec .text-coin {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.46;
    letter-spacing: 0.48px;
    color: rgba(255, 255, 255, 0.49);
}

.profile-sec .card {
    width: 50%;
    border: 0;
    box-shadow: 0px 1.9971px 27.9594px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

@media (max-width: 575px) {
    /* .profile-sec {
        padding-top: 85px !important;
    } */

    .profile-sec .btn-colorful,
    .profile-sec .btn-goldlight {
        width: 100%;
    }

    .profile-sec .card {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .profile-sec .card-header {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .profile-sec .card-body {
        padding: 0;
    }

    .profile-sec .modal-dialog {
        width: 90%;
    }

    .profile-sec .modal-title {
        font-size: 25px;
    }

    .profile-sec .btn-gold-coin {
        width: 100%;
    }

    .benefit-box {
        width: 100% !important;
    }

    .modal-custom.rules .modal-dialog,
    .modal-custom.reward .modal-dialog {
        max-width: 90%;
    }

    .modal-custom.rules .modal-body,
    .modal-custom.reward .modal-body {
        padding: 15px;
    }

    .or-line-gray span {
        font-size: 14px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .profile-sec .card {
        width: 90%;
    }
}

@media (min-width: 576px) {
    .profile-sec .modal-dialog {
        max-width: 400px;
    }

    .profile-sec .modal-gold-coin .modal-dialog {
        max-width: 625px;
    }

    .profile-sec .coin {
        font-size: 30px;
    }
}

.profile-sec .card-header {
    padding: 25px 20px;
    /* background: linear-gradient(157.36deg, #892AE0 -24.94%, #1D0071 203.78%); */
    background-image: url(../images/twmc/vector-profile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.profile-sec .form-group label {
    color: #797979;
    font-size: 14px;
}

.profile-sec .form-group span {
    font-size: 14px;
}

.profile-sec .form-control {
    height: 45px;
    border: 1px solid #DADADA;
    border-radius: 10px;
    padding: 5px 20px;
}

.profile-sec .img-profile {
    width: 140px;
    height: 140px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.profile-sec .modal-content {
    border-radius: 20px;
}

.profile-sec .modal-body {
    padding: 25px;
}

.profile-sec .modal-title {
    color: #41018B;
    line-height: 1.2;
}

.profile-sec .modal-text {
    color: #41018B;
    line-height: 1.2;
}

.benefit-box {
    width: 90%;
    margin: auto;
}

.border-gradient {
    border-radius: 50%;
    /* background: -webkit-linear-gradient(left, #65BAE9, #000F6F); */
    background-color: #65BAE9;
    background-image: url(../images/twmc/profile-circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
    padding: 5px;
}


.purple-link {
    color: #8A2BE2;
    text-decoration: underline;
}

.purple-link:hover {
    color: #400088;
}

.blue-link {
    color: #000F6F;
    text-decoration: underline;
}

.blue-link:hover {
    color: #65BAE9;
}

.term-sec .card {
    width: 45%;
    padding: 30px;
    box-shadow: 0px 2.38629px 81.134px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

@media (max-width: 575px) {
    .term-sec {
        padding-top: 120px !important;
    }

    .coin .coin-silver,
    .coin .coin-gold,
    .coin .coin-trophy {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .term-sec .card {
        width: 90%;
        padding: 10px;
    }

    .box-user .photo-thumb.fanclub {
        width: 60px;
        height: 60px;
        margin-right: 10px !important;
    }

    .box-user .user-info {
        display: grid;
        padding-right: 10px;
    }

    .box-user .group-left {
        width: calc(100% - 90px);
    }

    .text-vip {
        width: 40px;
        font-size: 8px;
    }

    .fanclub-group-row h3 {
        font-size: 20px;
    }

    .fanclub-group-row p {
        font-size: 12px;
    }

    .haed-group {
        padding: 0 0 15px;
    }
}

.term-sec .card-title {
    font-size: 24px;
    line-height: 1.46;
    letter-spacing: 0.48px;
    text-align: center;
    color: #400088;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.term-sec .btn-primary {
    font-size: 20px;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 7.15888px 9.54518px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.text-indent {
    text-indent: 25px;
}

.form-check-input {
    margin-top: 0.3rem;
}

input[type=checkbox] {
    background-color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #9555dd !important;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
}

input[type=checkbox].black {
    background-color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #585858 !important;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
}

input[type=checkbox]:checked {
    background: white;
}

input[type=checkbox]:after {
    content: "";
    position: relative;
    left: 30%;
    top: 12%;
    width: 40%;
    height: 60%;
    border: solid #9555dd;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
    vertical-align: middle;
    text-align: center;
}

input[type=checkbox]:checked:after {
    display: block;
}

.dropdown-menu .dropdown-item {
    padding-left: 40px;
}

@media only screen and (max-width: 1199px) {
    .dropdown-item {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown {
        text-align: left;
    }

    .dropdown-item {
        display: block !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.btn-sl-profile .img-profile {
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px !important;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdown .btn-sl-profile {
    background-color: transparent !important;
    color: #FFFFFF !important;
    font-weight: 100 !important;
    font-size: 16px;
    padding: 8px 2px;
    border-radius: 0;
    text-align: center;
    border: none;
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 1199px) {
    .dropdown .btn-sl-profile {
        margin-left: 5px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown .btn-sl-profile {
        margin-left: 0;
    }
}

.dropdown .btn-sl-profile .profile-detail {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.dropdown .btn-sl-profile .profile-detail .profile-name {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    /* max-width: 80px; */
    max-width: 150px;
    min-width: auto;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000 !important;
    padding-left: 5px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .mobile .dropdown {
        display: none;
    }
    .profile-sec .card-body {
        padding: 10px 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .dropdown .btn-sl-profile .profile-detail .profile-name {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .dropdown-menu {
        left: -60px;
    }

    .dropdown .btn-sl-profile .profile-detail .profile-name {
        font-size: 10px;
    }

    .desktop {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown .btn-sl-profile .profile-detail .profile-name {
        font-size: 16px;
    }
}

.mobile .dropdown-toggle::after {
    display: none;
}

.dropdown-toggle::after {
    position: absolute;
    top: 50%;
}

/* .dropdown-item:hover {
    color: #9555dd !important;
} */

.slider-nav .slick-prev,
.slider-nav .slick-next {
    z-index: 1;
    width: 30px;
    height: 30px;
    top: 42%;
}

.slider-nav .slick-prev {
    left: -35px;
}

.slider-nav .slick-next {
    right: -35px;
}

@media (max-width: 575px) {
    .slider-nav .slick-list {
        margin: 0 30px;
    }

    .slider-nav .slick-prev {
        left: 0;
    }

    .slider-nav .slick-next {
        right: 0;
    }
}

@media (max-width: 991px) {
    .slider-nav .slick-slide {
        height: 80px;
        padding: 8px !important;
    }

    .slider-nav .slick-current {
        padding: 8px !important;
    }

    .slider-nav .slick-slide .nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
    }
}

.slider-nav .slick-slide {
    font-weight: 500;
    line-height: 1.2;
    padding: 15px;
    /* width: 317px !important; */
    border-radius: 5px;
    background-color: rgb(240, 240, 240);
    border-radius: 5px;
    margin: 0 10px;
}

.slider-nav.extra .slick-slide .nav-link, .slider-nav.extra .slick-current .nav-link {
    font-size: 16px;
}

.slider-nav.extra .slick-slide {
    height: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-nav .slick-current {
    font-weight: 500;
    line-height: 1.2;
    padding: 15px;
    border-radius: 5px;
    background-color: #400088;
}

.slider-nav.extra .slick-current {
    padding: 0;
}

.slider-nav .slick-slide .nav-link {
    color: #400088;
    text-align: center;
}

.slider-nav .slick-current .nav-link {
    font-size: 18px;
    color: white;
    text-align: center;
}

.slider-nav .slick-track {
    /* width: 4758px !important; */
}

.slider-for .photo-thumb {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

.slider-for h5 {
    font-size: 18px;
}

.modal-gold-coin .item-gold-coin {
    background-color: #752FCA;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    padding: 15px 10px;
}

.modal-gold-coin .item-gold-coin .border-coin-left {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #752FCA;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    width: 175px;
}

.modal-gold-coin .item-gold-coin .border-coin-left.extra {
    /* width: auto; */
    height: 35px;
    padding-left: 70px;
    position: relative;
    display: flex;
    align-items: center;
}

.modal-gold-coin .item-gold-coin .border-coin-left.extra.bonus::before {
    content: "";
    background-image: url(../images/bonus.png);
    background-repeat: no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-gold-coin .item-gold-coin .border-coin-left.extra .img-coin {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-gold-coin .item-gold-coin .border-coin-right {
    background: linear-gradient(90.73deg, #FEB548 -37.11%, #F522CE 41.22%, #9035DD 119.28%), #34BFA3;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF !important;
    width: 110px;
    text-align: center;
    text-decoration: none !important;
    margin-left: auto;
    margin-right: 0;
    padding: 2px 15px;
}

.modal-gold-coin .btn-link {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.375044px;
    text-decoration-line: underline;
    color: #41018B;
}

.modal-gold-coin .btn-link:hover {
    text-decoration: none;
}

.modal-gold-coin .modal-content {
    background: url(../images/bg-coin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 85% 50%;
}

.modal-gold-coin .modal-content .modal-body {
    padding: 15px 25px;
}

@media (min-width: 576px) {
    .modal-gold-coin .modal-content .modal-body {
        padding: 45px 80px;
    }
}

@media (max-width: 575px) {
    .modal-gold-coin .item-gold-coin .border-coin-left.extra.bonus::before {
        background-size: 40px;
        width: 40px;
        height: 40px;
        left: -35px;
    }
    .modal-gold-coin .item-gold-coin .c-yellow2 {
        font-size: 16px;
    }
}

.btn-border-color {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FEB548, #F522CE, #9035DD) border-box;
    border: 1px solid transparent;
    padding: 12px 0 !important;
}

.btn-border-color:hover {
    background: linear-gradient(91.49deg, #FEB548 -10.09%, #F522CE 52.04%, #9035DD 113.96%);
    border: 1px solid transparent;
}

.btn-border-color .text-color {
    background: linear-gradient(90.73deg, #FEB548 -37.11%, #F522CE 41.22%, #9035DD 119.28%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding: 12px 25px;
}

.btn-border-color .text-color:hover {
    -webkit-text-fill-color: white;
}