html, body {
    height: auto;
    width: 100% !important;
    min-width: 750px;
    font-size: 14px;
    color: #333333;
    word-break: break-all;
}
#container {
    height: 100%;
    width: 100%;
}

.bg-black{
    background-color: #1F2628 !important;
}
.bg-333{
    background-color: #333333 !important;
}
.title-box-border{
    background: rgba(31,38,40,0.8);
    border-radius: 48px;
    opacity: 1;
    border: 2px solid #DAFC70;
    padding: 40px 40px;
    position: relative;
}
#map-page .btn-m-green{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
    padding: 10px 15px;
    height: 45px;
    bottom: 60px;
}
.btn-m-green{
    border-radius: 64px 24px 64px 24px;
    border: 2px solid #DAFC70;
    background-color: #DAFC70;
    font-size: 32px;
    font-weight: 500;
    color: #1F2628;
    line-height: 19px;
    display: inline-block;
    padding: 20px 30px;
    vertical-align: top;
    text-align: center;
}
.logo-t{
    color: white;
    margin-bottom: 50px;
    font-size: 60px;
    text-align: left;
    font-weight: bold;
    padding: 20px 0 0 40px;
}
.npc-name{
    border-radius: 64px 24px 64px 24px ;
    border: 2px solid #DAFC70;
    background-color:#DAFC70;
    font-size: 32px;
    font-weight: 500;
    color: #1F2628;
    line-height: 19px;
    display: inline-block;
    position: absolute;
    padding: 20px 30px;
    top:-30px;
}
.btn-mid{
    border-radius: 64px 24px 64px 24px ;
    border: 2px solid #DAFC70;
    background-color:#DAFC70;
    font-size: 32px;
    font-weight: 500;
    color: #1F2628;
    line-height: 19px;
    display: inline-block;
    padding: 20px 30px;
    margin: 20px auto 20px auto;

}
.hpa-ctr{
    padding: 12px 30px;
    background: #DAFC70;
    border-radius: 24px 0px 48px 0px;
    opacity: 1;
    position: absolute;
    display: inline-block;
    bottom:-1px;
    right:-1px;
    font-size: 32px;
    font-weight: 500;
    color: #1F2628;
}
.answer-tag{
    width: 88px;
    height: 88px;
    background: rgba(31,38,40,1);
    border-radius: 60px;
    opacity: 1;
    border: 2px solid #DAFC70;
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    line-height: 80px;
    text-align: center;
    position: absolute;
    left:0;
    top:-8px
}
.answer-tag .list-icon-s{
    display: inline-block;
    width: 60%;
    margin: auto;
}
.answer-title{
    font-size: 48px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: center;
}
.answer-detail{
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: center;
}
.answer-border{
    background: rgba(31,38,40,0.8);
    border-radius: 48px;
    opacity: 1;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 12px 30px 12px 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
}
.answer-border2{
    width: 660px;
    height: 110px;
    background: rgba(31,38,40,0.8);
    border-radius: 48px;
    border: 1px solid rgba(255,255,255,0.4);

    display: block;
    margin:40px auto 0 auto;
    opacity: 1;
    padding: 12px;
    text-align: center;
    font-size: 32px;
    line-height: 80px;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
}
.answer-border2 input[type="checkbox"] + label::before {
    display: none;
}
.answer-border2 .answer-btn{
    text-align: center;
    display: block;
}
.answer-border2.worry{
    background: #FF566B;
}
.answer-border2.right{
    background: #DAFC70;
    color: #1F2628;
}
.login-box-sm{
    background: rgba(31,38,40,0.8);
    border-radius: 48px;
    opacity: 1;
    padding: 12px 30px 12px 20px;
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
}
.hide{
    display: none !important;
}
label{
    margin: 0;
}
rem{
    font-size: 20px;
}
.alert-note{
    width: 100%;
    min-height:50px;
    background:rgba(255,168,26,1);
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding: 10px;

}
.tag-gray-1{
    height: auto;
    background: #f8f8f8;
    color: #B1B1B1;
    font-size: 26px;
    padding: 10px;
    margin: 0 10px 10px 0;
    line-height: 26px;
}
.vague{
    color: transparent;
    text-transform: uppercase;
    text-shadow: 0px 0px 12px #999999;
}
.img-30{
    width: 30px;
}
.img-40{
    width: 40px;
}
.img-140{
    width: 140px;
}
.img-200{
    width: 200px;
}
.img-250{
    width: 250px;
}
.img-350{
    width: 350px;
}
.img-w-100{
    width: 100%;
    height: auto;
}
.border-radius-r-5{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.border-radius-l-5{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.bg-E0{
    background-color: #E0ECEC;
}

.p-b-150{
    padding-bottom: 150px;
}
.h5-btn-green-big{
    background-color: #53BDB3;
    height: 70px;
    border-radius:5px;
    padding: 10px 30px;
    font-size: 28px;
    line-height: 50px;
    color: #ffffff;
}
.h5-btn-green-m{
    background-color: #53BDB3;
    height: 50px;
    border-radius:5px;
    padding: 10px 30px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.h5-btn-green-big-3{
    height:60px;
    background-color: #53BDB3;
    border-radius:5px;
    padding: 10px 30px;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
}
.h5-btn-green-big2{
    height:110px;
    border:2px solid rgba(83,189,179,1);
    background-color: #53BDB3;
    font-size: 34px;
    font-weight: bold;
    line-height: 106px;
    color: #ffffff;
}
.h5-btn-green-big2.disable{
    height:110px;
    border:2px solid #CECECE;
    background-color: #CECECE;
    font-size: 34px;
    font-weight: bold;
    line-height: 106px;
    color: #ffffff;
}
.h5-btn-border-big{
    height:110px;
    border:2px solid rgba(83,189,179,1);
    font-size: 34px;
    font-weight: bold;
    line-height: 106px;
    color: #53BDB3;
}

.h5-btn-border-m{
    height:40px;
    border:1px solid rgba(83,189,179,1);
    padding: 0 20px;
    font-size: 24px;
    line-height: 38px;
    color:#53BDB3;
    background-color: RGBA(246, 250, 250, 1);
}

.note-login{
    background-color: rgba(245, 249, 249, 0.94);
    padding: 30px 40px 40px 40px;
    min-height: 270px;
    position: fixed;
    bottom: 110px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.2;
    color: inherit;
}
.h5 .bottomLine.nav-tabs a.active::after{
    width: 60px;
    height: 6px;
}
.h5 .nav-style-4.bottomLine.nav.nav-tabs li, .topLine.nav.nav-tabs li {
    padding: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: 50%;
    text-align: center;
}
.h5 .h-45 {
    height: 86px !important;
}
.h5 input {
    outline: none;
    background: none;
    border: none;
    padding: 0px!important;
    font-size: 28px;
}
.h5 select[name="sections"], select[name="mobile_section"] {
    width: 110px;
    font-size: 28px;
}
.h5 .invalid-feedback {
    font-size: 24px;
}
.h5 select {
    background-size: 15px;
}
.w-25{
    width: 25% !important;
}
.bottom-0{
    bottom: 0;
}
.bottom-110{
    bottom: 110px;
}
input[type="radio"] {
    width: 40px;
    height: 40px;
    opacity: 0;
}
input[type="radio"]+label::before {
    content: "";
    /*display: inline-block;*/
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid rgb(214, 211, 211);
    background-color: #FFF;
    display: none;

}
.answer-border input[type="radio"]+label::before{
    display: none;
}
input[type="radio"]:checked+label::before {
    background-position: 50%;
    background-repeat: no-repeat;
    border: 8px solid #53BDB3;
    background-color: #ffffff;
}
.text-content{
    width: 100%;
    padding: 0 0 0 0;
    position: absolute;
    bottom: 0;
}
.text-bg{
    height: 80px;
    background: linear-gradient(180deg, rgba(51,51,51,0) 0%, #333333 100%);
    opacity: 1;
}
.p-l-40{
    padding: 0 40px  160px 40px;
    background-color: #333333;

}
.owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.owl-carousel button.owl-dot {
    width: 120px;
    height: 4px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-right: 10px;
}
.owl-carousel button.owl-dot.active {
    width: 120px;
    height: 4px;
    background: #DAFC70;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.marker_text,.marker_modal{
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    color:#ffffff;
    background-image: url("../../img/map/onlineBg.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.user_marker_modal{
    width: 45px;
    height: 45px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    color:#ffffff;
    background-image: url("../../img/map/marker_bg_blue.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.user_marker_modal.user_marker_modal1{
    background-image: url("../../img/map/marker_bg_blue.png");
}
.user_marker_modal.user_marker_modal2{
    background-image: url("../../img/map/marker_bg_green.png");
}
.user_marker_modal.user_marker_modal3{
    background-image: url("../../img/map/marker_bg_pink.png");
}
.user_marker_modal.user_marker_modal4{
    background-image: url("../../img/map/marker_bg_orange.png");
}
.user_marker_modal img{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 5px 0 0 -6px;
}
.marker_user{
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    color:#ffffff;
    background-image: url("../../img/map/markerUser.png");
    background-repeat: no-repeat;
    background-size: contain;
}
/*.map-info-box{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity .15s linear;
    background: rgba(0, 0, 0, 0.5);
}*/
.map-info-content{
    position: absolute;
    bottom: 0;
    background: #ffffff;
    /*width: 100%;*/
    padding: 20px 20px 50px 20px;
    display: none;
    z-index: 999;
    margin: auto 10px 10px 10px;
    width: 355px;
    border-radius: 20px;
    box-shadow: 2px 2px 8px 8px rgba(0,0,0,0.2);
}

.map-info-close{
    width: 20px;
    height: 20px;
    float: right;
    margin-left: 15px;
}
.map-text-context{
    font-size: 20px;
    text-align: center;
}
.compass-text{
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 50px;
    font-size: 36px;
    color: #ffffff;
}
#modal-detail .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: end;
}
#modal-detail .modal-content {
    bottom: 40px;
    border-radius: 10px;
}
.box-center{
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -80px;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-20{
    margin-top: 20px;
}

.m-t-30{
    margin-top: 30px;
}

.m-t-40{
    margin-top: 40px;
}

.m-t-50{
    margin-top: 50px;
}
.m-t-100{
    margin-top: 100px;
}
.m-t-150{
    margin-top: 150px;
}
.m-t-200{
    margin-top: 200px;
}
.loading-box{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: calc(100% - (1.75rem * 2));
    background-color: rgba(0,0,0,0.8);
}
.loading-text{
    color:#ffffff;
    font-size: 40px;
    text-align: center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    min-height: calc(100% - (1.75rem * 2));
    align-items: center;
}

/*lottery*/
.modal-lottery-bg{
    background: rgba(18,15,11,0.8) !important;
    /*background-color: green;*/
    border-radius: 64px;
    border: 1px solid #666666;
}
.btn-blue-m{
    width: 460px;
    height: 96px;
    background: #6171FF;
    border-radius: 48px;
    font-size: 32px;
    line-height: 96px;
    color: #FFFFFF;
}
.btn-blue-s {
    width: 300px;
    height: 50px;
    background: #6171FF;
    border-radius: 48px;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
}
.lottery-error-top{
    position: absolute;
    top: -100px;
    left: 0px;
}
#user_center{
    background-color: #f4f4f4;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    position: absolute;
    bottom: 75px;
    left: 20px;
    z-index: 100;
}
#user_center img,.compass_btn img{
    width: 30px;
    margin: 0 1px auto 1px;
}
.compass_btn{
    background-color: #f4f4f4;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    position: absolute;
    bottom: 129px;
    left: 20px;
    z-index: 100;
}

.lottery-pink-modal .close{
    width: 80px;
    height: 60px;
    background: linear-gradient(180deg, #EA5252 73%, #B32D2D 100%);
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    top: -75px;
    right: 60px;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    opacity: 1;
}
.lottery-pink-modal .modal-lottery-bg{
    background: linear-gradient(180deg, #F48A72 40%, #FDD597 100%) !important;
    border-radius: 64px 64px 64px 64px;
    /* border: none !important; */
    padding: 12px;
}
.lottery-pink-modal .modal-lottery-bg-border{
    /*background: linear-gradient( 180deg, #FCF6E4 41%, #F9A252 100%) !important;*/
    background-image: url("../../img/lottery/lottery-modal-bg-img.png");
    background-size: cover;
    border-radius: 64px 64px 64px 64px;
    min-height: 700px;
}
.btn-pink-m{
    width: 320px;
    height: 100px;
    border-radius: 48px;
    font-size: 32px;
    font-weight: bold;
    line-height: 100px;
    color: #7C1F1F;
    background: #FFD789;
    box-shadow: inset 0px -8px 4px 0px rgba(134,27,27,0.25);
}
.lottery-pink-content{
    width: 460px;
    height: 200px;
    background: #7D6969;
    border-radius: 120px;
    vertical-align: middle;
    border: 4px solid #F48A72;
    margin: 50px auto 0 auto;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-image: linear-gradient(180deg, rgba(244, 138, 114, 1), rgba(220, 155, 55, 1)) 2 2; */
}
.close-btn{
    margin: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.match-circle{
    width: 600px;
    height: 600px;
    border-radius: 300px;
    border: 1px solid rgba(218,252,112,0.1);
    margin: 40px auto;
    display: block;
}
.match-circle1{
    width: 460px;
    height: 460px;
    border-radius: 300px;
    border: 1px solid rgba(218,252,112,0.3);
    margin: 70px auto;
    display: block;
}
.match-circle2{
    width: 350px;
    height: 350px;
    border-radius:200px;
    border: 1px solid rgba(218,252,112,0.6);
    margin: 55px auto;
    display: block;
}
.match-circle3{
    width: 250px;
    height: 250px;
    border-radius: 300px;
    border: 2px solid #DAFC70;
    margin: 50px auto;
    display: block;
}
.match-circle4{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 2px solid #DAFC70;
    margin: 50px auto;
    display: block;
}
.match-circle4 img{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 2px solid #DAFC70;
}
.match-title1{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 40px;
    color: #DAFC70;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.match-text1{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: rgba(218,252,112,0.6);
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.match-text-box{
    min-height:100px ;
}
.btn-green-m-choice{
    width: 480px;
    height: 66px;
    background: rgba(255,255,255,0.1);
    border-radius: 44px;

    font-weight: 600;
    font-size: 28px;
    color: rgba(255,255,255,0.3);
    line-height: 66px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.btn-green-m-choice.active{
    background: #DAFC70;
    color: #1F2628;
}
.btn-green-m-msg-ai-choice{
    width: 80%;
    height: auto;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    color: rgba(255,255,255,0.3);
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 20px;
    font-weight: normal;
    margin: 10px;
}
.btn-green-m-msg-ai-choice.active{
    background: #DAFC70;
    color: #1F2628;
}
.btn-green-m-msg-ai-choice.my{
    background: #87CEEB;
    color: #1F2628;
}

.btn-green-m{
    width: 480px;
    height: 88px;
    background: rgba(255,255,255,0.1);
    border-radius: 44px;

    font-weight: 600;
    font-size: 32px;
    color: rgba(255,255,255,0.3);
    line-height: 88px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.btn-green-m.active{
    background: #DAFC70;
    color: #1F2628;
}
.match-qa-header-left{
    min-width: 134px;
    height: 66px;
    background: rgba(31,38,40,0.8);
    border-radius: 100px;
    border: 2px solid #DAFC70;
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    color: #FED34C;
    line-height: 62px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 20px 0 0;
    margin-left: 40px;
}
.match-qa-header-left2{
    min-width: 134px;
    height: 66px;
    background: rgba(31,38,40,0.8);
    border-radius: 100px;
    border: 2px solid #DAFC70;
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    color: #FED34C;
    line-height: 62px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 20px 0 0;
    margin-left: 40px;
}
.match-qa-header-left3{
    min-width: 134px;
    height: 70px;
    background: rgba(31,38,40,0.8);
    border-radius: 100px;
    border: 2px solid #DAFC70;
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    color: #FED34C;
    line-height: 62px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 20px 0 90px;
    margin-left: 40px;
    position: relative;
}
.match-qa-header-left3 img{
    vertical-align: text-bottom;
}

.header-choice-1{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 2px solid #DAFC70;
    margin: 8px 0 0 -4px;
    position: absolute;
    right: 0;
}

.match-qa-header-right-choice-1{
    min-width: 415px;
    height: 100px;
    background: rgba(31,38,40,0.8);
    border-radius: 100px;
    border: 2px solid #DAFC70;
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    color: #FED34C;
    line-height: 62px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    padding: 0 90px 0 20px;
    right: 40px;
    position: absolute;
}
.match-qa-header-right-choice-1 img{
    vertical-align: text-bottom;
}

.match-qa-header-right{
    min-width: 250px;
    height: 66px;
    background: rgba(31,38,40,0.8);
    border-radius: 100px;
    border: 2px solid #DAFC70;
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    color: #FED34C;
    line-height: 62px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 20px 0 20px;
    float: right;
    margin-right: 40px;
}
.match-info{
    min-width: 134px;
    height: 76px;
    background: rgba(31,38,40,0.8);
    border-radius: 100px;
    border: 2px solid #DAFC70;
    font-weight: 500;
    font-size: 28px;
    color: #FED34C;
    line-height: 70px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 40px 0 40px;
    display: inline-block;
    margin: 40px auto;
}
.progress-bar {
    background-color: #DAFC70;
    border-radius: 2rem;
}
.progress {
    background: rgba(255,255,255,0.1);
    border-radius: 2rem;
}
.progress-title{
    height: 52px;
    margin-top: -8px;
}
.header-m{
    width: 64px;
    height: 64px;
    border-radius:32px;
    border: 2px solid #DAFC70;
    margin: -4px 0 0 -4px;
}
.header-l{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 2px solid #DAFC70;
    margin: -8px 0 0 -4px;
    position: absolute;
    left: 0;
}
.img-coin{
    display: inline-block;
    vertical-align: text-bottom;
}
.match-qa-box{
    position: relative;
    width: 660px;
    min-height: 200px;
    background: rgba(31,38,40,0.8);
    border-radius: 48px;
    border: 4px solid #DAFC70;
    display: block;
    margin: 40px auto 0 auto;
}
.match-qa-box.worry{
    background: rgba(31,38,40,0.8);
    border: 4px solid #FF566B;
}
.match-clock-bottom{
    width: 660px;
    height: 48px;
    background: #DAFC70;
    border-radius: 0px 0px 48px 48px;
    text-align: center;
    margin-left: -4px;
    margin-bottom: -2px;
    font-weight: 600;
    font-size: 28px;
    line-height: 48px;
    color: #000000;
    font-style: normal;
    text-transform: none;
}
.match-qa-box.worry .match-clock-bottom{
    background: #FF566B;
}

.match-clock-bottom-left{
    display: inline-block;
    margin-left: 40px;
    float: left;
}
.match-clock-bottom-right{
    float: right;
    margin-right: 40px;
}
.match-clock{
    width: 176px;
    height: 56px;
    background: #DAFC70;
    border-radius: 50px;
    border: 4px solid #DAFC70;
    font-weight: 800;
    font-size:28px;
    color: #1F2628;
    line-height: 44px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    left: 50%;
    margin-left: -88px;
    margin-top: -28px;
}
.match-qa-content-text{
    padding: 60px 20px;
    font-weight: 600;
    font-size: 80px;
    color: #FFFFFF;
    line-height: 94px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.match-qa-content-worry{
    padding: 60px 20px;
    font-weight: 600;
    font-size: 80px;
    color: #FF566B;
    line-height: 94px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.match-qa-content-right{
    padding: 60px 20px;
    font-weight: 600;
    font-size: 80px;
    color:#DAFC70;
    line-height: 94px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.match-qa-content-worry img,.match-qa-content-right img{
    vertical-align: text-bottom;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
    .modal-content {
         box-shadow:none;
        /*border-radius: 8px;*/
    }
    .modal[id="alert"] .modal-content {
        width: 100%;
        font-size: 20px;
    }
}
