@charset "utf-8";
#__block_page__.gt-ui-block{position:fixed !important; left:0; top:0; right:0; bottom:0; width:100% !important; height:100% !important; background:rgba(17,17,17,.48) !important; opacity:1 !important; filter:none !important;}
#__loading_panel__,
#__alert__{width:90% !important; max-width:400px; box-sizing:border-box; padding:0 !important; border:0 !important; background:transparent !important;}
.gt-load,
.gt-alert,
.gt-msg-card{background:#fff; border-radius:16px; box-shadow:0 18px 48px rgba(0,0,0,.18); padding:32px 24px 28px; box-sizing:border-box;}
.gt-load{text-align:center;}
.gt-load-spin{width:36px; height:36px; margin:0 auto 18px; border:3px solid #fde4de; border-top-color:#F04E24; border-radius:50%; -webkit-animation:gt-spin .7s linear infinite; animation:gt-spin .7s linear infinite;}
@-webkit-keyframes gt-spin{to{-webkit-transform:rotate(360deg); transform:rotate(360deg);}}
@keyframes gt-spin{to{-webkit-transform:rotate(360deg); transform:rotate(360deg);}}
.gt-load-msg{margin:0; color:#333; font-size:15px; font-weight:700; line-height:1.65; text-align:center; word-break:break-word;}
.gt-alert{text-align:center;}
.gt-alert-icon{width:48px; height:48px; margin:0 auto 16px; border-radius:50%; background:#fff4f0; color:#F04E24; font-size:26px; font-weight:700; line-height:48px;}
.gt-alert-icon:before{content:"!";}
.gt-alert-icon-ok{background:#e9f7ef; color:#1aa05a;}
.gt-alert-icon-ok:before{content:"✓";}
.gt-alert-icon-info{background:#eef4ff; color:#4b6bfb;}
.gt-alert-icon-info:before{content:"i";}
#__alert_msg__{display:block; margin:0; color:#222; font-size:15px; font-weight:700; line-height:1.6; word-break:break-word;}
.gt-alert-btns{margin-top:22px; text-align:center; font-size:0;}
.gt-alert-btns > div{display:inline-block; vertical-align:top; margin:0 4px;}
.gt-btn{display:inline-block; min-width:120px; height:44px; padding:0 20px; border:0; border-radius:0; background:#F04E24; color:#fff !important; font-size:15px; font-weight:700; line-height:44px; text-align:center; text-decoration:none; cursor:pointer; box-sizing:border-box; -webkit-appearance:none; appearance:none;}
a.gt-btn{color:#fff !important;}
.gt-btn-sub{background:#fff; color:#333 !important; border:1px solid #ddd;}
.gt-msg-page{max-width:520px; margin:48px auto 60px; padding:0 16px; box-sizing:border-box;}
.gt-msg-page .gt-msg-card{padding:40px 28px 32px; text-align:center;}
.gt-msg-page .join_end_title{margin:0 0 16px; font-size:22px; font-weight:700; color:#111; line-height:1.3;}
.gt-msg-page .error_text{margin:0; padding:0; font-size:15px !important; color:#555; line-height:1.7; text-align:center;}
.gt-msg-page .join_end_button{margin:24px 0 0; overflow:visible;}
.gt-msg-page .join_end_button .btn_normal{display:inline-block; min-width:140px; height:48px; padding:0 28px; border:0; border-radius:0; background:#F04E24; color:#fff !important; font-size:15px; font-weight:700; line-height:48px;}
@media (max-width:760px){
.gt-msg-page{margin:0; padding:70px 16px 40px; max-width:none; background:#f5f5f5;}
.gt-msg-page .gt-msg-card{box-shadow:0 8px 24px rgba(0,0,0,.1);}
.gt-load, .gt-alert, .gt-msg-card{padding:28px 18px 24px;}
}