.row__layout {
  width: 100%;
  float: left;
  overflow: hidden;
  clear: both; }

.spinner {
  animation: rotator 1.4s linear infinite; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }
.transit {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

@font-face {
  font-family: 'ecoicon';
  src: url("https://tympanus.net/Development/IconHoverEffects/fonts/ecoicons/ecoicon.eot");
  src: url("https://tympanus.net/Development/IconHoverEffects/fonts/ecoicons/ecoicon.eot?#iefix") format("embedded-opentype"), url("https://tympanus.net/Development/IconHoverEffects/fonts/ecoicons/ecoicon.woff") format("woff"), url("https://tympanus.net/Development/IconHoverEffects/fonts/ecoicons/ecoicon.ttf") format("truetype"), url("https://tympanus.net/Development/IconHoverEffects/fonts/ecoicons/ecoicon.svg#ecoicon") format("svg");
  font-weight: normal;
  font-style: normal; }
#fxu-point-charge-result .title-buy-promotion .content-vip1day {
  color: #187CFD; }

#fxu-point-charge-result .link-gift-box {
  text-decoration: none; }

#fxu-point-charge-result .btn-buy-voucher {
  padding-top: 22px; }

#fxu-point-charge-result .title-voucher-code {
  padding: 5px 0px; }

#fxu-point-charge-result .title-voucher-code .voucher-code-content {
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  color: #3C4043;
  padding-top: 10px;
  padding-left: 3px; }

#fxu-point-charge-result .voucher-code {
  color: #187CFD;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  padding: 5px; }

#fxu-point-charge-result .btn-save-voucher {
  background: #187CFD;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #FFFFFF;
  padding: 5px; }

#fxu-point-charge-result .content-voucher-code, .top-content-voucher-code {
  display: flex;
  padding: 24px 30px; }

#fxu-point-charge-result .content-voucher-code .ba-title {
  display: flex;
  align-items: center;
  font-weight: bold; }

#fxu-point-charge-result .content-voucher-code .vfp-ba-ina {
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: 10px 22px; }

#fxu-point-charge-result .content-voucher-code .bg-voucher-code {
  padding-left: 30px; }

#fxu-point-charge-result .content-voucher-code .vfp-ba-info-child {
  display: flex;
  flex-direction: column;
  background: #E2F5FF;
  border: 1px solid #66A9FF;
  border-radius: 4px; }

#fxu-point-charge-result .title-buy-promotion .content_voucher {
  color: #187CFD;
  animation: 2s anim-popoutin ease infinite;
  margin-top: 1px; }

@keyframes anim-popoutin {
  0% {
    color: #187CFD;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  25% {
    color: #187CFD;
    transform: scale(1);
    opacity: 1;
    text-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3); }
  50% {
    color: #187CFD;
    transform: scale(1);
    opacity: 1;
    text-shadow: 10px 0 0 rgba(0, 0, 0, 0); }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
    opacity: 1;
    text-shadow: 10px 0 0 rgba(0, 0, 0, 0); } }
#fxu-point-charge-result .title-buy-promotion b {
  font-weight: 600;
  font-size: 16px;
  line-height: 143%;
  padding-top: 14px; }

#fxu-point-charge-result .border-promotion {
  border-top: 1px solid #979797; }

#fxu-point-charge-result .content-promotion {
  display: flex;
  padding-top: 10px; }

#form_text_otp .btn-toggle-pass {
  display: none; }

#link_social_fshare {
  background: #CD1417;
  position: fixed;
  bottom: 110px;
  right: 27px;
  overflow: hidden;
  z-index: 99999;
  border-radius: 30px 30px;
  -webkit-box-shadow: 1px 8px 14px 0 rgba(0, 0, 0, 0.36), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 1px 8px 14px 0 rgba(0, 0, 0, 0.36), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 25px;
  height: 25px;
  padding: 10px;
  transition: width 0.25s ease-in-out;
  /* Effect 5 */ }
  #link_social_fshare.red {
    background-color: #cd1417; }
  #link_social_fshare.red-or {
    background-color: red; }
  #link_social_fshare.brown {
    background-color: #3c3c3c; }
  #link_social_fshare:hover, #link_social_fshare.active {
    transition: width 0.25s ease-in-out;
    width: 158px !important;
    display: flex; }
    #link_social_fshare:hover #link_social_title a span, #link_social_fshare.active #link_social_title a span {
      opacity: 1;
      transition-delay: 0.25s;
      transition: all 0.4s ease-in-out; }
  #link_social_fshare #linksocial_header {
    display: flex;
    flex: auto; }
  #link_social_fshare #link_social_title {
    color: #fff;
    display: flex;
    flex: auto;
    text-transform: uppercase;
    cursor: pointer; }
    #link_social_fshare #link_social_title a {
      text-decoration: none;
      color: #fff;
      display: flex;
      flex: auto;
      align-items: center;
      text-transform: none;
      white-space: nowrap;
      line-height: 25px; }
      #link_social_fshare #link_social_title a i {
        padding-right: 5px; }
      #link_social_fshare #link_social_title a span {
        text-align: center;
        flex: auto;
        opacity: 0;
        transition: all 0.25s ease-in-out; }
  #link_social_fshare a {
    text-decoration: none; }
  #link_social_fshare .no-touch a:hover,
  #link_social_fshare .no-touch a:active {
    color: #333; }
  #link_social_fshare .hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em; }
  #link_social_fshare .hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    background: #702fa8; }
  #link_social_fshare .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  #link_social_fshare .hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    background: #702fa8; }
  #link_social_fshare .hi-icon-screen:before {
    content: "\e00a"; }
  #link_social_fshare .hi-icon-effect-5 .hi-icon {
    box-shadow: 0 0 0 4px white;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s; }
  #link_social_fshare .hi-icon-effect-5 .hi-icon:after {
    display: none; }
  #link_social_fshare .no-touch .hi-icon-effect-5 .hi-icon:hover {
    background: white;
    color: #702fa8;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3); }
  #link_social_fshare .no-touch .hi-icon-effect-5a .hi-icon:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards; }
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%); }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%); }
  51% {
    opacity: 1; } }
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%); }
  50% {
    opacity: 0;
    transform: translate(-100%); }
  51% {
    opacity: 1; } }
  #link_social_fshare .no-touch .hi-icon-effect-5b .hi-icon:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards; }
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translate(100%); }
  51% {
    opacity: 1; } }
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%); }
  50% {
    opacity: 0;
    transform: translate(100%); }
  51% {
    opacity: 1; } }
  #link_social_fshare .no-touch .hi-icon-effect-5c .hi-icon:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards; }
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }
  #link_social_fshare .no-touch .hi-icon-effect-5d .hi-icon:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards; }
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%); }
  50% {
    opacity: 0;
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }
#my-dialog-content .noti_enter_otp {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-top: -23px; }

#form-verify-devices {
  margin-top: -25px; }

.input_enter_otp.validate_otp_input {
  border: 1px solid #CD1417;
  color: #CD1417; }

#my-dialog-content .content_popup_limit.title_otp_top {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px; }

#my-dialog-content .content_popup_limit {
  font-weight: 400;
  font-size: 11px;
  color: #000000;
  line-height: 13px; }

#policy-dialog-description-webspace #input_enter_otp {
  font-weight: 900;
  font-size: 30px;
  line-height: 29px;
  height: 40px;
  border-radius: 5px;
  width: 100%;
  letter-spacing: 2px;
  outline: none;
  text-align: center; }

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-height: 480px) {
  #policy-dialog-description-webspace #input_enter_otp {
    font-size: 14px; }

  #fxu-point-charge-result .icon-promotion {
    display: none; } }
#policy-dialog-description-webspace .mdc-textfield-helptext--validation-msg {
  text-align: center;
  font-weight: 500;
  font-size: 12px; }

#policy-dialog-description-webspace .link_resend_otp a {
  color: #407BFF;
  font-weight: 500;
  font-size: 12px; }

#policy-dialog-description-webspace .link_resend_otp {
  text-align: center;
  padding-top: 10px; }

#policy-dialog-description-webspace .btn_accept {
  text-align: center;
  margin-top: -12px; }

#policy-dialog-description-webspace .title_text_otp {
  text-align: center; }

#policy-dialog-description-webspace .icon_screen_eye {
  height: 41px; }

.input_otp_login .icon_screen_eye {
  border: none !important;
  background: transparent;
  margin-left: -35px; }

.times {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%); }

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 3px;
  transition: background-color 0.25s ease-in-out; }
  ::-webkit-scrollbar-thumb:hover {
    border-radius: 8px;
    background-color: #444444; }
  ::-webkit-scrollbar-thumb:active {
    background-color: #3f3f3f; }

.mdc-snackbar__action-button {
  color: #fff !important; }

#msg-snackbar {
  z-index: 9999; }

#msg-snackbar.success {
  background: #2E7D32; }

#msg-snackbar.error {
  background: var(--mdc-theme-primary); }

#msg-snackbar.info {
  background: #323232; }

html {
  font-size: 87.50%;
  color: #333; }

a {
  color: rgba(0, 0, 0, 0.87); }

.full-width {
  width: 100%; }

.field-margin {
  margin-top: 16px;
  margin-bottom: 8px; }

.mdc-textfield-helptext.mdc-textfield-helptext--validation-msg {
  min-height: 13px; }

.box-title {
  margin-top: 0; }

.divider {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .divider::before, .divider::after {
    content: "";
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 8px; }
  .divider::before {
    margin-right: 10px; }
  .divider::after {
    margin-left: 10px; }

.fs.mdc-toolbar {
  background-color: #FFF;
  background-color: var(--mdc-theme-secondary);
  z-index: 99 !important; }
  .fs.mdc-toolbar a.mdc-button:not(.mdc-button--raised) {
    color: #000; }
    .fs.mdc-toolbar a.mdc-button:not(.mdc-button--raised):before {
      background-color: transparent; }
  .fs.mdc-toolbar a.mdc-button.mdc-button--raised:last-child {
    margin: 0 24px 0 16px; }
  .fs.mdc-toolbar .button_login {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .fs.mdc-toolbar .button_login .mdc-button.mdc-button--raised {
      white-space: nowrap; }
    .fs.mdc-toolbar .button_login .user__profile {
      display: flex;
      align-items: center; }

.header_manager .user__profile {
  display: flex;
  align-items: center; }

.auth-button-grid {
  padding-left: 0;
  padding-right: 0; }
  .auth-button-grid .mdc-button.facebook {
    background-color: #3B5998; }
  .auth-button-grid .mdc-button.google {
    background-color: #4285f4; }

header {
  z-index: 500; }

.hidden {
  display: none !important; }

.capitalize {
  text-transform: capitalize !important; }

:root {
  --info-color: #0099CC; }

.btn-toggle-pass {
  border: none;
  background: transparent;
  margin-left: -35px; }

.btn-toggle-pass.active {
  color: var(--info-color); }

#member_register_notice_dialog .mdc-dialog__container .container-popup-reg-fellow {
  padding: 15px 15px 15px 15px;
  height: 200px;
  min-width: 695px; }

.mdc-detail-row .mdc-detail-cell .mdc-checkbox {
  margin: -11px 0px -11px -11px; }
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-height: 480px) {
  .mdc-detail-row .mdc-detail-cell .mdc-checkbox {
    margin: unset !important;
    display: none; } }
@media screen and (min-width: 481px) and (max-width: 840px) {
  .mdc-detail-row .mdc-detail-cell .mdc-checkbox {
    margin: unset !important; } }
@media screen and (min-width: 841px) {
  .mdc-detail-row .mdc-detail-cell .mdc-checkbox {
    margin: -11px 0px -11px -11px !important; } }

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-height: 480px) {
  .hide-on-mobile {
    display: none !important; }

  #livechat {
    display: none; }

  .fsend_fshare {
    bottom: 14px !important;
    right: 14px !important; }

  .float-cus-button-cmp {
    right: 14px !important;
    bottom: 69px !important; }

  .img-bgn-popup-reg-fellow {
    display: none; }

  .img-bgn-popup-reg-fellow-mobile {
    display: block !important;
    padding: 0px;
    margin: 21px -100px 0px 0px !important; }

  .container-popup-reg-fellow {
    padding: 8px 15px 8px 15px !important;
    height: unset !important;
    min-width: unset !important; }

  .popup-notice-new-point-policy {
    padding: 14px !important;
    width: unset !important; }

  .popup-notice-pass-is-weak {
    padding: 14px !important; }

  .button_login .user__profile {
    display: flex; }

  .mdc-menu-anchor {
    padding-left: 20px; }

  #real_notification {
    transform: scale(0.87); }

  .user__profile .image {
    transform: scale(0.87);
    margin-left: 8px; } }
@media screen and (min-width: 481px) and (max-width: 840px) {
  .hide-on-tablet {
    display: none !important; } }
@media screen and (min-width: 841px) {
  .hide-on-desktop {
    display: none !important; } }
.overlay::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
  opacity: 0.5;
  z-index: 500; }

.site-index .widget-signup .mdc-layout-grid {
  max-width: 480px; }

.site-signup,
.site-login, .request-password-reset-form, .site-fellow-signup {
  padding: 40px 0; }
  .site-signup .mdc-layout-grid,
  .site-login .mdc-layout-grid, .request-password-reset-form .mdc-layout-grid, .site-fellow-signup .mdc-layout-grid {
    max-width: 480px; }
  .site-signup .box-title,
  .site-login .box-title, .request-password-reset-form .box-title, .site-fellow-signup .box-title {
    margin-top: 0; }

.m-verify-code {
  display: flex;
  margin-top: 12px; }
  .m-verify-code .text-center {
    margin-right: 12px; }
    .m-verify-code .text-center img {
      border: 1px solid gray;
      border-radius: 6px;
      width: 150px;
      height: 48px;
      background-color: lightgrey; }

/* Account information */
.user__profile {
  position: relative;
  float: unset !important;
  margin-left: 20px;
  min-width: 140px;
  margin-right: 20px; }
  .user__profile h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 64px;
    cursor: pointer;
    color: #444444;
    margin-left: 20px;
    font-size: 1em; }
    .user__profile h4 .icon_profile {
      font-size: 16px;
      color: #666;
      vertical-align: middle;
      margin-left: 5px; }
  .user__profile .mdc-simple-menu {
    top: 50px;
    right: 0px;
    min-width: 200px; }
    .user__profile .mdc-simple-menu ul.mdc-simple-menu__items li.mdc-list-item {
      padding: 0 20px;
      height: auto;
      min-height: 36px; }
      .user__profile .mdc-simple-menu ul.mdc-simple-menu__items li.mdc-list-item:hover:before {
        opacity: .18; }
      .user__profile .mdc-simple-menu ul.mdc-simple-menu__items li.mdc-list-item a {
        font-size: 0.9em;
        text-decoration: none; }
    .user__profile .mdc-simple-menu ul.mdc-simple-menu__items li.user_level span {
      background: #dd4b39;
      padding: 0 5px;
      vertical-align: middle;
      font-size: 12px;
      display: inline-table;
      letter-spacing: 1px;
      color: #fff;
      margin-left: 10px;
      min-width: 50px;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px; }
    .user__profile .mdc-simple-menu ul.mdc-simple-menu__items li.used {
      display: inline-block;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .user__profile .mdc-simple-menu ul.mdc-simple-menu__items li.used p {
        margin: 0; }
      .user__profile .mdc-simple-menu ul.mdc-simple-menu__items li.used .mdc-linear-progress {
        height: 8px;
        margin-bottom: 6px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px; }

.action-notify {
  height: 70px; }
  .action-notify .seen {
    opacity: 0.5;
    transition: opacity .25s ease-in-out; }
  .action-notify:hover .seen {
    opacity: 1; }
  .action-notify .remove_noty {
    z-index: 1;
    cursor: pointer; }

.page-notify .action-notify {
  height: auto;
  padding: 12px 14px !important;
  border-bottom: 1px solid #e9e9e9; }
.page-notify .tabcontent {
  margin-right: 20px; }

.noti-aside-menu {
  position: absolute;
  top: 0.7em;
  left: 3em;
  font-size: 1.2em; }

#msg-manager-snackbar.success {
  background: #2E7D32; }

#msg-manager-snackbar.error {
  background: var(--mdc-theme-primary); }

#msg-manager-snackbar {
  z-index: 600; }

.msg-manager-snackbar.success {
  background: #2E7D32; }

.msg-manager-snackbar.error {
  background: var(--mdc-theme-primary); }

.msg-manager-snackbar {
  z-index: 600; }

#livechat {
  position: fixed;
  bottom: 110px;
  right: 27px;
  overflow: hidden;
  z-index: 99999;
  border-radius: 30px 30px;
  -webkit-box-shadow: 1px 8px 14px 0 rgba(0, 0, 0, 0.36), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 1px 8px 14px 0 rgba(0, 0, 0, 0.36), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 25px;
  height: 25px;
  padding: 10px;
  transition: width 0.25s ease-in-out;
  /* Effect 5 */ }
  #livechat.red {
    background-color: #cd1417; }
  #livechat.red-or {
    background-color: red; }
  #livechat.brown {
    background-color: #3c3c3c; }
  #livechat:hover, #livechat.active {
    transition: width 0.25s ease-in-out;
    width: 158px !important;
    display: flex; }
    #livechat:hover #livechat_title a span, #livechat.active #livechat_title a span {
      opacity: 1;
      transition-delay: 0.25s;
      transition: all 0.4s ease-in-out; }
  #livechat #livechat_header {
    display: flex;
    flex: auto; }
  #livechat #livechat_title {
    color: #fff;
    display: flex;
    flex: auto;
    text-transform: uppercase;
    cursor: pointer; }
    #livechat #livechat_title a {
      text-decoration: none;
      color: #fff;
      display: flex;
      flex: auto;
      align-items: center;
      text-transform: none;
      white-space: nowrap;
      line-height: 25px; }
      #livechat #livechat_title a i {
        padding-right: 5px; }
      #livechat #livechat_title a span {
        text-align: center;
        flex: auto;
        opacity: 0;
        transition: all 0.25s ease-in-out; }
  #livechat #livechat_btn {
    float: right;
    width: 20px;
    padding: 0px;
    margin: 0px;
    height: 20px;
    text-align: center;
    line-height: 27px;
    border-radius: 100%;
    background: #fff;
    margin-top: 11px;
    margin-right: 10px;
    cursor: pointer;
    color: #c52127; }
    #livechat #livechat_btn .material-icons {
      font-size: 16px; }
  #livechat a {
    text-decoration: none; }
  #livechat .no-touch a:hover,
  #livechat .no-touch a:active {
    color: #333; }
  #livechat .hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em; }
  #livechat .hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    background: #702fa8; }
  #livechat .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  #livechat .hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    background: #702fa8; }
  #livechat .hi-icon-screen:before {
    content: "\e00a"; }
  #livechat .hi-icon-effect-5 .hi-icon {
    box-shadow: 0 0 0 4px white;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s; }
  #livechat .hi-icon-effect-5 .hi-icon:after {
    display: none; }
  #livechat .no-touch .hi-icon-effect-5 .hi-icon:hover {
    background: white;
    color: #702fa8;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3); }
  #livechat .no-touch .hi-icon-effect-5a .hi-icon:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards; }
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%); }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%); }
  51% {
    opacity: 1; } }
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%); }
  50% {
    opacity: 0;
    transform: translate(-100%); }
  51% {
    opacity: 1; } }
  #livechat .no-touch .hi-icon-effect-5b .hi-icon:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards; }
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translate(100%); }
  51% {
    opacity: 1; } }
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%); }
  50% {
    opacity: 0;
    transform: translate(100%); }
  51% {
    opacity: 1; } }
  #livechat .no-touch .hi-icon-effect-5c .hi-icon:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards; }
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }
  #livechat .no-touch .hi-icon-effect-5d .hi-icon:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards; }
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%); }
  50% {
    opacity: 0;
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }
.sp-notice-cmp {
  position: fixed;
  bottom: 168px;
  right: 27px;
  max-width: 220px;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  transition: all ease-in-out 500ms; }
  .sp-notice-cmp.snc__visibility {
    visibility: visible;
    opacity: 1; }
  .sp-notice-cmp .snc-content {
    align-items: flex-start;
    background: #fff;
    border-radius: 18px;
    bottom: 0;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    padding: 8px 0 8px 12px; }
    .sp-notice-cmp .snc-content .snc-body {
      font-size: 17px;
      line-height: 22px;
      padding-right: 26px;
      text-align: left;
      word-wrap: break-word; }
  .sp-notice-cmp .snc-close-cmp {
    cursor: pointer;
    outline: none;
    position: absolute;
    right: -10px;
    top: -17px;
    width: 38px; }

.dialog-custom {
  width: 30%; }
  .dialog-custom ul {
    padding-left: 0px; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0) rotate(10deg); }
  20%, 80% {
    transform: translate3d(2px, 0, 0) rotate(-10deg); }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0) rotate(10deg); }
  40%, 60% {
    transform: translate3d(2px, 0, 0) rotate(-10deg); } }
/* notification */
.total-notify {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .total-notify #real_notification {
    display: flex;
    text-decoration: none;
    position: relative; }
    .total-notify #real_notification i {
      font-size: 28px !important; }
      .total-notify #real_notification i.shake-notice {
        animation: shake 1s infinite ease-out alternate; }
    .total-notify #real_notification.shake-notice {
      animation: shake 1s infinite ease-out alternate; }
  .total-notify sup {
    position: absolute;
    background: #cd1417;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    right: -11px;
    top: -8px;
    border: thin solid #fff;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px !important; }
  .total-notify #user__menu_notifi {
    right: 4%;
    width: 450px;
    top: 100%;
    min-height: 150px;
    max-height: 450px;
    position: absolute; }
  .total-notify #user__menu_notifi ul li {
    float: left;
    cursor: pointer;
    border-bottom: thin solid #e9e9e9; }
    .total-notify #user__menu_notifi ul li .n-item-c-div {
      flex-grow: 1;
      cursor: pointer; }
  .total-notify div.img-notify {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    position: relative; }
  .total-notify div.img-notify img {
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .total-notify .content-notify {
    width: calc(100% - 75px);
    white-space: normal !important;
    font-size: 13px !important;
    line-height: 1.5 !important; }
  .total-notify .content-notify a {
    cursor: pointer;
    color: #cd1417;
    font-weight: 500; }
  .total-notify .content-notify a:hover {
    cursor: pointer;
    color: #cd1417; }
  .total-notify .see-all {
    min-height: 30px !important;
    text-align: center;
    height: 30px !important;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 0px;
    margin: 0px; }
    .total-notify .see-all a {
      font-size: 13px !important;
      text-decoration: none; }
  .total-notify.fix_notify #user__menu_notifi ul {
    padding-top: 0;
    padding-bottom: 0; }
    .total-notify.fix_notify #user__menu_notifi ul li {
      width: calc(100% - 20px);
      padding: 14px 14px !important;
      height: auto !important;
      min-height: unset; }
      .total-notify.fix_notify #user__menu_notifi ul li:hover {
        background: #dedede; }

#notifications_none {
  text-align: center;
  padding: 16px; }
  #notifications_none i {
    color: #ccc;
    font-size: 100px; }

.page-notify li {
  min-height: 50px;
  float: left;
  border-bottom: thin solid #ccc;
  width: 100%; }
  .page-notify li:hover {
    background: #ccc; }
.page-notify .mdc-tab {
  color: black; }
  .page-notify .mdc-tab:hover {
    border-bottom: 2px #f32727 solid; }
  .page-notify .mdc-tab.selected {
    border-bottom: 2px #f32727 solid; }
.page-notify .title_noti_item {
  display: none !important; }
.page-notify .content-notify {
  position: relative; }
  .page-notify .content-notify .noti-time {
    position: absolute;
    right: 0;
    bottom: -100%;
    color: #45a1ce; }
.page-notify .img-notify {
  width: 60px;
  height: 60px;
  margin-right: 15px; }
  .page-notify .img-notify img {
    width: 100%; }

.star-menu {
  font-size: 24px;
  display: inline-flex;
  float: left;
  position: fixed;
  margin-left: 5px;
  color: #20252b; }

.ads-login .login-left, .ads-login .login-right {
  width: 360px;
  height: 460px;
  position: absolute;
  top: 15%; }
.ads-login .login-button {
  position: fixed;
  min-width: 300px;
  min-height: 250px;
  right: 0;
  bottom: 0; }
.ads-login .login-left {
  left: 0px; }
.ads-login .login-right {
  right: 0px; }
  .ads-login .login-right * {
    float: right; }
.ads-login .login-botton-left {
  position: fixed;
  min-width: 300px;
  min-height: 250px;
  left: 0;
  bottom: -4px;
  z-index: 1; }
  .ads-login .login-botton-left div {
    right: auto !important; }
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-height: 480px) {
  .ads-login .login-botton-left {
    display: none; }
  .ads-login .login-left {
    display: none; }
  .ads-login .login-right {
    display: none; }
  .ads-login .login-button {
    display: none; } }
@media screen and (min-width: 481px) and (max-width: 840px) {
  .ads-login .login-botton-left {
    display: none; }
  .ads-login .login-left {
    display: none; }
  .ads-login .login-right {
    display: none; }
  .ads-login .login-button {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ads-login .login-botton-left {
    display: none; }
  .ads-login .login-left {
    display: none; }
  .ads-login .login-right {
    display: none; }
  .ads-login .login-button {
    display: none; } }

.page_noty .item_noty {
  position: absolute;
  right: 25px;
  cursor: pointer;
  bottom: 0;
  height: 100%;
  align-items: center;
  display: flex; }

ul#notify_page {
  padding: 0; }
  ul#notify_page li {
    float: none;
    min-height: auto;
    padding: 10px;
    transition: all .5s; }
    ul#notify_page li:hover {
      background: #f1f1f1 !important;
      transition: all .5s; }
    ul#notify_page li a {
      text-decoration: none; }
    ul#notify_page li .item_notify {
      display: flex;
      align-items: center;
      max-width: 95%; }
      ul#notify_page li .item_notify .box_content {
        text-decoration: none;
        flex: 1;
        margin-top: 8px; }
        ul#notify_page li .item_notify .box_content .text {
          font-weight: bold;
          font-size: 13px !important;
          line-height: 1.5 !important; }
        ul#notify_page li .item_notify .box_content .notice-detail {
          font-size: 13px; }
          ul#notify_page li .item_notify .box_content .notice-detail p {
            padding: 0px !important;
            margin: 0px 0px 6px 0px !important; }
          ul#notify_page li .item_notify .box_content .notice-detail a:hover {
            color: #6d0a0c;
            text-decoration-line: underline; }
        ul#notify_page li .item_notify .box_content .date {
          display: flex;
          align-items: center;
          font-size: 12px;
          font-style: italic;
          margin-bottom: 8px; }
          ul#notify_page li .item_notify .box_content .date i {
            font-size: 20px;
            font-weight: normal; }
      ul#notify_page li .item_notify .image {
        width: 40px;
        height: 40px;
        overflow: hidden;
        padding-right: 10px; }
        ul#notify_page li .item_notify .image img {
          max-width: 100%;
          border-radius: 50px; }
        ul#notify_page li .item_notify .image i {
          width: 40px;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #fff;
          border-radius: 50px;
          font-size: 20px; }

.title_notify {
  font-weight: 500;
  border-bottom: 1px solid #cccc;
  padding: 8px 10px;
  background: #fff;
  color: #000;
  line-height: initial; }
  .title_notify .mg0 {
    margin: 0; }
  .title_notify .title {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
    display: flex; }
  .title_notify .setting {
    color: black;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    flex-basis: 42%;
    flex-grow: 0;
    cursor: pointer; }
    .title_notify .setting i {
      font-size: 17px; }
  .title_notify .fs_tile {
    font-size: 20px;
    padding: 25px 25px 12px 25px; }
  .title_notify .u-c-action-btn {
    color: #6a6a6a;
    cursor: pointer;
    margin-right: 6px;
    display: flex; }
    .title_notify .u-c-action-btn:hover {
      color: #737373; }
      .title_notify .u-c-action-btn:hover i {
        background-color: #e5e5e5;
        color: #cd1417;
        border-radius: 50%;
        padding: 7px;
        margin: -7px; }
    .title_notify .u-c-action-btn:active {
      color: #737373; }
      .title_notify .u-c-action-btn:active i {
        background-color: #dbdbdb;
        color: #cd1417;
        border-radius: 50%;
        padding: 7px;
        margin: -7px; }
  .title_notify [data-balloon]:after {
    background: #616161e6 !important;
    color: white; }
  .title_notify [data-balloon][data-balloon-pos='left']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(97,97,97,0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto; }

.more_noti {
  text-align: center;
  display: block;
  margin: 0px;
  color: #0587ef;
  cursor: pointer;
  text-align: center;
  padding: 10px 0; }
  .more_noti a {
    text-decoration: none; }
    .more_noti a:hover {
      color: #cd1417; }

.box_sm_notify {
  overflow: hidden; }
  .box_sm_notify a {
    text-decoration: none;
    width: 100% !important; }
  .box_sm_notify li {
    padding: 10px 10px;
    transition: all .5s;
    cursor: pointer; }
    .box_sm_notify li .n-item-c-div {
      flex-grow: 1; }
    .box_sm_notify li:hover {
      background: #f2f3f7 !important;
      transition: all .5s; }
    .box_sm_notify li.title_noti_item {
      border-bottom: 0 !important;
      text-align: center;
      padding: 0px 10px;
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
      background: #fff; }
      .box_sm_notify li.title_noti_item::after {
        content: "";
        background: #e9e9e9;
        width: 100%;
        height: 1px;
        position: absolute;
        z-index: 0; }
      .box_sm_notify li.title_noti_item b {
        position: relative;
        background: #ffff;
        z-index: 1; }
      .box_sm_notify li.title_noti_item:hover {
        background: #fff !important;
        transition: all .5s; }
    .box_sm_notify li .u-c-action-btn {
      color: #6a6a6a;
      cursor: pointer;
      margin-right: 6px;
      display: flex; }
      .box_sm_notify li .u-c-action-btn:hover {
        color: #737373; }
        .box_sm_notify li .u-c-action-btn:hover i {
          background-color: #e5e5e5;
          color: #cd1417;
          border-radius: 50%;
          padding: 7px;
          margin: -7px; }
      .box_sm_notify li .u-c-action-btn:active {
        color: #737373; }
        .box_sm_notify li .u-c-action-btn:active i {
          background-color: #dbdbdb;
          color: #cd1417;
          border-radius: 50%;
          padding: 7px;
          margin: -7px; }
    .box_sm_notify li [data-balloon]:after {
      background: #616161e6 !important;
      color: white;
      padding: .2rem 0.7rem !important; }
    .box_sm_notify li [data-balloon][data-balloon-pos='left']:before {
      background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(97,97,97,0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
      background-size: 100% auto; }
  .box_sm_notify .item_notify {
    display: flex;
    align-items: center;
    width: 100% !important; }
    .box_sm_notify .item_notify .box_content {
      text-decoration: none;
      margin-right: 20px; }
      .box_sm_notify .item_notify .box_content .text {
        font-weight: bold; }
      .box_sm_notify .item_notify .box_content .notice-detail {
        font-size: 13px; }
        .box_sm_notify .item_notify .box_content .notice-detail p {
          padding: 0px !important;
          margin: 0px 0px 6px 0px !important; }
        .box_sm_notify .item_notify .box_content .notice-detail a:hover {
          color: #6d0a0c;
          text-decoration-line: underline; }
      .box_sm_notify .item_notify .box_content .date {
        display: flex;
        align-items: center;
        font-size: 12px; }
        .box_sm_notify .item_notify .box_content .date i {
          font-size: 20px;
          font-weight: normal; }
        .box_sm_notify .item_notify .box_content .date [data-balloon]:after {
          background: #616161e6 !important;
          color: white;
          padding: .2rem 0.5rem !important; }
        .box_sm_notify .item_notify .box_content .date [data-balloon][data-balloon-pos='right']:before {
          background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(97,97,97,0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
          background-size: 100% auto; }
    .box_sm_notify .item_notify .image {
      width: 40px;
      height: 40px;
      padding-right: 10px; }
      .box_sm_notify .item_notify .image img {
        display: flex;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50px; }
      .box_sm_notify .item_notify .image i {
        display: flex;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        justify-content: center;
        background: white;
        font-size: 20px; }

.total-notify #user__menu_notifi {
  min-height: 0; }

div#snackbar {
  position: fixed;
  right: 20px;
  z-index: 999;
  top: 50px; }
  div#snackbar .hidden {
    display: none; }
  div#snackbar ul a {
    text-decoration: none;
    width: 100% !important; }
  div#snackbar ul li {
    background: #ffffff;
    min-width: 300px;
    list-style: none;
    margin: 20px 10px;
    padding: 10px;
    box-shadow: 4px 4px 9px #ccc;
    position: relative;
    max-width: 450px; }
    div#snackbar ul li .item_notify {
      display: flex;
      align-items: center; }
      div#snackbar ul li .item_notify .box_content {
        text-decoration: none;
        max-width: 80%; }
        div#snackbar ul li .item_notify .box_content .text {
          font-weight: bold; }
        div#snackbar ul li .item_notify .box_content .date {
          display: flex;
          align-items: center;
          font-size: 12px;
          font-style: italic; }
          div#snackbar ul li .item_notify .box_content .date i {
            font-size: 20px;
            font-weight: normal; }
      div#snackbar ul li .item_notify .image {
        width: 50px;
        height: 50px;
        padding-right: 10px; }
        div#snackbar ul li .item_notify .image img {
          display: flex;
          align-items: center;
          width: 50px;
          height: 50px;
          border-radius: 50px; }
    div#snackbar ul li .remove_snackbar {
      background: #ffffff;
      padding: 6px;
      font-weight: bold;
      border-radius: 50px;
      width: 15px;
      height: 15px;
      text-align: center;
      position: absolute;
      right: -15px;
      top: -10px;
      cursor: pointer;
      border: 1px solid #ccc; }

.fsend_fshare {
  position: fixed;
  right: 27px;
  bottom: 105px;
  align-content: center;
  text-align: center;
  z-index: 99999; }
  .fsend_fshare .btn-floating.btn-large {
    width: 25px;
    height: 25px;
    display: flex;
    flex: auto;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 30px 30px;
    text-decoration: none;
    color: #f2f2f2;
    padding: 10px;
    white-space: nowrap;
    transition: width 0.25s ease-in-out;
    -webkit-box-shadow: 1px 8px 14px 0 rgba(0, 0, 0, 0.36), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 1px 8px 14px 0 rgba(0, 0, 0, 0.36), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    .fsend_fshare .btn-floating.btn-large .title_fsend {
      opacity: 0;
      flex: auto;
      text-align: center;
      transform: translateX(35%);
      transition: all 0.25s ease-in-out; }
    .fsend_fshare .btn-floating.btn-large .icon_fsend {
      padding-left: 3px; }
    .fsend_fshare .btn-floating.btn-large:hover {
      width: 150px;
      transition: width 0.25s ease-in-out; }
      .fsend_fshare .btn-floating.btn-large:hover .title_fsend {
        transform: translateX(0%);
        opacity: 1;
        transition-delay: 0.25s;
        transition: all 0.4s ease-in-out; }
      .fsend_fshare .btn-floating.btn-large:hover .icon_fsend {
        transform: rotate(390deg);
        padding-left: 5px;
        transition-delay: 0.6s;
        transition: transform 0.5s ease-in-out; }
  .fsend_fshare.red .btn-floating, .fsend_fshare.red .btn-floating:hover {
    background-color: var(--mdc-theme-primary); }
  .fsend_fshare.brown .btn-floating, .fsend_fshare.brown .btn-floating:hover {
    background-color: #3c3c3c; }
  .fsend_fshare #popup-upload {
    background: rgba(0, 0, 0, 0.38);
    align-items: unset; }
  .fsend_fshare #popup-upload footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    height: 56px;
    line-height: 56px;
    position: absolute;
    width: 100%;
    bottom: 0; }
    @media only screen and (max-width: 540px) {
      .fsend_fshare #popup-upload footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-bottom: 20px; }
        .fsend_fshare #popup-upload footer .right {
          margin-right: 0; } }
  .fsend_fshare #popup-upload > .mdc-dialog__container {
    padding: 0;
    height: 80%;
    width: 80%;
    margin-top: 6%; }
    .fsend_fshare #popup-upload > .mdc-dialog__container #upload_form {
      margin-bottom: 50px; }
  .fsend_fshare #popup-upload > .mdc-dialog__container > .mdc-dialog__surface {
    max-width: 100%;
    height: 100%;
    text-align: left; }
  .fsend_fshare ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none; }
  .fsend_fshare ul:not(.browser-default) li {
    list-style-type: none; }
  .fsend_fshare .collection {
    margin: .5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    max-height: 200px;
    overflow: auto; }
  .fsend_fshare .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .fsend_fshare .collection .collection-item .mdc-linear-progress__buffer {
      background-color: rgba(3, 169, 244, 0); }
    .fsend_fshare .collection .collection-item .mdc-linear-progress__bar-inner {
      background-color: #03a9f4; }
  .fsend_fshare .collection .collection-item .material-icons {
    vertical-align: bottom;
    margin-right: 10px; }
  .fsend_fshare .collection-item span.badge {
    margin-top: calc(.75rem - 11px); }
  .fsend_fshare span.badge {
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    color: #757575;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .fsend_fshare .left {
    float: left !important; }
  .fsend_fshare .right {
    /* float: right !important; */
    margin-right: 30px;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center; }
    .fsend_fshare .right .mdc-dialog__button {
      display: flex;
      justify-content: center;
      align-items: center; }
  .fsend_fshare .modal .modal-footer .btn, .fsend_fshare .modal .modal-footer .btn-flat, .fsend_fshare .modal .modal-footer .btn-large {
    float: right;
    margin: 6px 0; }
  .fsend_fshare .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out; }
  .fsend_fshare .btn-flat i, .fsend_fshare .btn-floating i, .fsend_fshare .btn-large i, .fsend_fshare .btn i {
    font-size: 1.3rem;
    line-height: inherit; }
  .fsend_fshare i.left {
    float: left;
    margin-right: 15px; }
  .fsend_fshare .select_file_btn {
    margin: 0px 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 10px;
    color: #CD1417; }
    .fsend_fshare .select_file_btn .label_input {
      padding: 5px 10px;
      cursor: pointer;
      transition: all .5s; }
      .fsend_fshare .select_file_btn .label_input:hover {
        background-color: rgba(205, 20, 23, 0.0588235294);
        transition: all .5s; }
  .fsend_fshare .collection2 {
    overflow-y: auto; }
  .fsend_fshare .collection2 .collection-item2 {
    min-height: 65px;
    padding-right: 72px; }
  .fsend_fshare .collection2 .collection-item2 .file-size {
    position: absolute;
    font-size: 12px; }
  .fsend_fshare .collection2 .collection-item2 {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
  .fsend_fshare .collection2 .collection-item2:last-child {
    border-bottom: none; }
  .fsend_fshare .collection2 .collection-item2.avatar {
    min-height: 65px;
    padding-left: 72px;
    position: relative; }
  .fsend_fshare .collection2 .collection-item2.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center; }
  .fsend_fshare .collection2 .collection-item2.avatar .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle; }
  .fsend_fshare .collection2 .collection-item2.avatar .secondary-content {
    position: absolute;
    top: 21px;
    right: 16px;
    cursor: pointer; }
  .fsend_fshare .field_error, .fsend_fshare .text-error {
    color: #cd1417; }
  .fsend_fshare .circle {
    border-radius: 50%; }
  .fsend_fshare .progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #c5ecfe;
    border-radius: 2px;
    margin: 0;
    overflow: hidden; }
  .fsend_fshare .truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .fsend_fshare #upload_modal.fullscreen {
    width: 100%;
    top: 0 !important;
    max-height: 100%;
    height: 100%; }
    .fsend_fshare #upload_modal.fullscreen .form_loader {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      padding-top: 100px; }
    .fsend_fshare #upload_modal.fullscreen .collection .collection-item .material-icons {
      vertical-align: bottom;
      margin-right: 10px; }
    .fsend_fshare #upload_modal.fullscreen #upload_form textarea.materialize-textarea.invalid {
      box-shadow: none;
      border-bottom-color: #9e9e9e; }
    .fsend_fshare #upload_modal.fullscreen #upload_form .chips {
      margin-bottom: 10px; }
      .fsend_fshare #upload_modal.fullscreen #upload_form .chips .chip {
        max-width: 290px;
        word-wrap: break-word;
        height: inherit;
        font-size: 12px; }
    .fsend_fshare #upload_modal.fullscreen #upload_form #login_recomendation {
      position: relative; }
      .fsend_fshare #upload_modal.fullscreen #upload_form #login_recomendation:hover .recomend_msg {
        display: block; }
      .fsend_fshare #upload_modal.fullscreen #upload_form #login_recomendation .recomend_msg {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        z-index: 1;
        margin: 0; }
    @media only screen and (max-width: 992px) {
      .fsend_fshare #upload_modal.fullscreen #upload_form .chips .chip {
        max-width: 182px; } }
    .fsend_fshare #upload_modal.fullscreen .collection .collection-item {
      min-height: 65px;
      padding-right: 72px; }
      .fsend_fshare #upload_modal.fullscreen .collection .collection-item .progress {
        margin: 0; }
      .fsend_fshare #upload_modal.fullscreen .collection .collection-item .file-size {
        position: absolute;
        font-size: 12px; }
  .fsend_fshare .collection .collection-item.avatar {
    padding-left: 72px !important;
    position: relative;
    padding-right: 72px !important; }
    .fsend_fshare .collection .collection-item.avatar .circle {
      position: absolute;
      width: 42px;
      height: 42px;
      overflow: hidden;
      left: 15px;
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
      font-size: 18px;
      line-height: 42px;
      color: #fff;
      background-color: #999;
      text-align: center; }
    .fsend_fshare .collection .collection-item.avatar .secondary-content {
      position: absolute;
      top: 16px;
      right: 16px;
      cursor: pointer; }
  .fsend_fshare #login_recomendation .field-enable_opt label {
    left: 40px;
    top: 20px;
    cursor: pointer; }
  .fsend_fshare #login_recomendation .field-enable_opt .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background {
    border-color: #cd1417;
    background-color: #cd1417; }
  .fsend_fshare #login_recomendation .field-enable_opt .mdc-checkbox::before {
    background-color: transparent; }
  .fsend_fshare .select_file_btn .label_input {
    display: flex; }
  .fsend_fshare .mdc-dialog__actions .mdc-dialog__button {
    color: #fff; }
    .fsend_fshare .mdc-dialog__actions .mdc-dialog__button.button-submmit {
      background-color: #cd1417; }
    .fsend_fshare .mdc-dialog__actions .mdc-dialog__button.button-close {
      background-color: #868686;
      margin-right: 10px; }

/*tooltip*/
[data-md-tooltip] {
  position: relative; }
  [data-md-tooltip]:before {
    content: attr(data-md-tooltip);
    position: absolute;
    bottom: -35px;
    left: 50%;
    padding: 8px;
    transform: translateX(-50%) scale(0);
    transition: transform 0.2s ease-in-out;
    transform-origin: top;
    background: #616161e6;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    font-family: Roboto,sans-serif;
    font-weight: 400; }
  [data-md-tooltip]:hover:before {
    transform: translateX(-50%) scale(1); }
  [data-md-tooltip].md-tooltip--right:before {
    left: auto;
    right: -10px;
    bottom: auto;
    top: 50%;
    transform: translate(100%, -50%) scale(0);
    transform-origin: left center; }
  [data-md-tooltip].md-tooltip--right:hover:before {
    transform: translate(100%, -50%) scale(1); }
  [data-md-tooltip].md-tooltip--left:before {
    left: -15px;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate(-100%, -50%) scale(0);
    transform-origin: right center; }
  [data-md-tooltip].md-tooltip--left:hover:before {
    transform: translate(-100%, -50%) scale(1); }
  [data-md-tooltip].md-tooltip-disabled:before {
    display: none; }

.md-tooltip--top:before {
  top: -35px;
  bottom: auto;
  transform: translateX(-50%) scale(0);
  transform-origin: bottom center; }

[data-mdc-tooltip]:before {
  position: absolute;
  background-color: #616161;
  opacity: 0.9;
  color: white;
  height: 16px;
  border-radius: 2px;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 1.00rem;
  font-family: 'Roboto';
  content: attr(data-mdc-tooltip);
  visibility: hidden; }

.demo-child-cell [data-mdc-tooltip]:before {
  position: absolute;
  background-color: #616161;
  opacity: 0.9;
  color: white;
  height: 16px;
  border-radius: 2px;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 0.75em;
  font-family: 'Roboto';
  margin-top: 22px;
  content: attr(data-mdc-tooltip);
  visibility: hidden; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-top: 0px;
    transform: scale(0.5); }
  100% {
    opacity: .9;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 22px;
    transform: scale(1); } }
[data-mdc-tooltip]:hover:before {
  visibility: visible;
  animation: .30s fadeIn; }

#mdc-dialog-error {
  background: rgba(0, 0, 0, 0.7803921569);
  z-index: 99; }
  #mdc-dialog-error .show_error_login.mdc-dialog__surface {
    max-width: 640px;
    height: 478px; }
    #mdc-dialog-error .show_error_login.mdc-dialog__surface .title {
      text-align: center;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 18px; }
    #mdc-dialog-error .show_error_login.mdc-dialog__surface .text-box {
      margin-top: -17px;
      margin-bottom: 10px; }
      #mdc-dialog-error .show_error_login.mdc-dialog__surface .text-box .img_box {
        text-align: center; }
        #mdc-dialog-error .show_error_login.mdc-dialog__surface .text-box .img_box img {
          width: 30%; }
      #mdc-dialog-error .show_error_login.mdc-dialog__surface .text-box .text {
        text-align: center;
        margin-top: -16px;
        font-size: 12px;
        font-weight: 500; }
    #mdc-dialog-error .show_error_login.mdc-dialog__surface .btn_box {
      display: flex;
      justify-content: flex-end; }
      #mdc-dialog-error .show_error_login.mdc-dialog__surface .btn_box .btn-exit {
        background-color: transparent;
        color: #000; }
        #mdc-dialog-error .show_error_login.mdc-dialog__surface .btn_box .btn-exit::before, #mdc-dialog-error .show_error_login.mdc-dialog__surface .btn_box .btn-exit::after {
          background-color: transparent !important; }
    #mdc-dialog-error .show_error_login.mdc-dialog__surface .mdc-button {
      margin-top: 10px;
      text-align: center;
      border: 0;
      background: #CD1417;
      color: #fff; }
    #mdc-dialog-error .show_error_login.mdc-dialog__surface .mdc-dialog__content {
      padding: 30px 60px; }
  #mdc-dialog-error .mdc-dialog__content {
    padding: 10px; }
  #mdc-dialog-error footer {
    text-align: right;
    background: #f2f2f2;
    padding: 5px 0px; }
  #mdc-dialog-error button {
    border: thin solid #ccc;
    margin-right: 5px; }

.history-fsend {
  margin-bottom: 200px; }
  .history-fsend .button-more {
    display: none; }
    .history-fsend .button-more.show-collapsible {
      display: block; }
  .history-fsend .collapsible {
    max-width: 1000px;
    margin: auto;
    display: none; }
    .history-fsend .collapsible.show-collapsible {
      display: block; }
    .history-fsend .collapsible .loading_manager {
      z-index: 1;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      background: #ffffff8f;
      align-items: center; }
      .history-fsend .collapsible .loading_manager #loading-z {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABmCAYAAAA53+RiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjZFODE5MUY3MkRDMTFFOEJGRTNBMzI0QjM1M0JDMkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjZFODE5MjA3MkRDMTFFOEJGRTNBMzI0QjM1M0JDMkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNkU4MTkxRDcyREMxMUU4QkZFM0EzMjRCMzUzQkMyRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNkU4MTkxRTcyREMxMUU4QkZFM0EzMjRCMzUzQkMyRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pkv2rF0AAAxWSURBVHja7J19jFxV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");
        background-repeat: no-repeat;
        background-size: 50px;
        position: absolute;
        animation: rotate 1s linear infinite;
        width: 50px;
        height: 50px; }
    .history-fsend .collapsible li {
      list-style: none;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      margin: 0 24px;
      -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: height 300ms; }
      .history-fsend .collapsible li:last-child {
        border-bottom: 1px solid #ccc; }
      .history-fsend .collapsible li.show {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        margin: 16px 0;
        -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .history-fsend .collapsible li.show .collapsible-header:hover {
          box-shadow: none; }
        .history-fsend .collapsible li.show .collapsible-body {
          -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          display: block; }
      .history-fsend .collapsible li.hide {
        -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .history-fsend .collapsible li.hide .collapsible-body {
          -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          display: none; }
      .history-fsend .collapsible li .collapsible-header {
        display: block;
        cursor: pointer;
        min-height: 3rem;
        line-height: 3rem;
        padding: 0 1rem;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .history-fsend .collapsible li .collapsible-header:hover {
          -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
        .history-fsend .collapsible li .collapsible-header .mdc-layout-grid {
          padding: 0; }
        .history-fsend .collapsible li .collapsible-header .inner_detail {
          align-items: center;
          justify-content: center;
          flex: 1;
          display: flex;
          height: 100%; }
          .history-fsend .collapsible li .collapsible-header .inner_detail .badge {
            display: flex;
            flex: 1;
            align-items: center;
            justify-content: center; }
          .history-fsend .collapsible li .collapsible-header .inner_detail.text-left {
            justify-content: flex-start; }
      .history-fsend .collapsible li .collapsible-body {
        padding-left: 30px;
        padding-right: 30px;
        display: none;
        overflow: hidden;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
        .history-fsend .collapsible li .collapsible-body .email-send .email-item {
          display: inline-block;
          background: #ccc;
          margin-right: 10px;
          padding: 10px 10px;
          border-radius: 18px; }
        .history-fsend .collapsible li .collapsible-body .card {
          -webkit-transition: -webkit-box-shadow .25s;
          transition: -webkit-box-shadow .25s;
          transition: box-shadow .25s;
          transition: box-shadow .25s,-webkit-box-shadow .25s;
          margin: .5rem 0 1rem 0;
          border-radius: 2px;
          background-color: #fff;
          padding: 10px;
          text-align: center;
          -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          cursor: pointer; }
          .history-fsend .collapsible li .collapsible-body .card:hover {
            -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
          .history-fsend .collapsible li .collapsible-body .card .card-image a {
            text-decoration: none; }
        .history-fsend .collapsible li .collapsible-body .action {
          display: flex;
          justify-content: center;
          align-content: center; }
          .history-fsend .collapsible li .collapsible-body .action .btn-flat {
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            padding: 10px 10px;
            cursor: pointer; }
            .history-fsend .collapsible li .collapsible-body .action .btn-flat:hover {
              background-color: rgba(0, 0, 0, 0.11); }
        .history-fsend .collapsible li .collapsible-body hr {
          border: none;
          border-bottom: 1px solid #ccc; }

.form_box {
  position: relative; }
  .form_box .loading {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ffffff8f;
    align-items: center; }
    .form_box .loading #loading-z {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABmCAYAAAA53+RiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjZFODE5MUY3MkRDMTFFOEJGRTNBMzI0QjM1M0JDMkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjZFODE5MjA3MkRDMTFFOEJGRTNBMzI0QjM1M0JDMkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNkU4MTkxRDcyREMxMUU4QkZFM0EzMjRCMzUzQkMyRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNkU4MTkxRTcyREMxMUU4QkZFM0EzMjRCMzUzQkMyRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pkv2rF0AAAxWSURBVHja7J19jFxV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");
      background-repeat: no-repeat;
      background-size: 50px;
      position: absolute;
      animation: rotate 1s linear infinite;
      width: 50px;
      height: 50px; }

#login_recomendation {
  position: relative; }
  #login_recomendation:hover .recomend_msg.show {
    visibility: visible; }
  #login_recomendation .recomend_msg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden; }

.input-mail-container .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:focus {
  border-color: rgba(0, 0, 0, 0.5); }
.input-mail-container .email-item {
  background: #ccc;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px; }
  .input-mail-container .email-item .email-item__remove {
    cursor: pointer;
    /* margin-left: 5px; */
    /* padding: 5px; */
    position: absolute;
    top: -9px;
    background: #ccc;
    right: -8px;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.38); }

#popup-upload .box_content {
  height: calc(100% - 56px); }
  #popup-upload .box_content .mdc-dialog__content {
    height: 100%; }
  #popup-upload .box_content.show {
    display: block; }
  #popup-upload .box_content.hide {
    display: none; }

#mdc-dialog-error .show_error_login.mdc-dialog__surface .text-box .img_box.img_phone img {
  width: 100%; }

#mdc-dialog-error .show_error_login.mdc-dialog__surface .text-box.text_limit_phone .text {
  text-align: left;
  margin-top: 16px;
  font-size: 17px;
  font-weight: 500; }

#mdc-dialog-error .show_error_login.mdc-dialog__surface.bg_popup_phone {
  max-width: 640px;
  height: 379px; }

.success_send {
  height: calc(100% - 56px); }
  .success_send .mdc-dialog__content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .success_send .mdc-dialog__content .center-align {
      text-align: center; }
      .success_send .mdc-dialog__content .center-align .section i {
        font-size: 50px; }
      .success_send .mdc-dialog__content .center-align h3 {
        font-size: 20px;
        margin: 0; }
      .success_send .mdc-dialog__content .center-align p {
        margin-top: 3px; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
#block-account-modal .mdc-dialog__surface .mdc-dialog__body {
  font-size: 1rem !important; }
  #block-account-modal .mdc-dialog__surface .mdc-dialog__body p {
    color: #333333; }
  #block-account-modal .mdc-dialog__surface .mdc-dialog__body a {
    text-decoration: none;
    color: red;
    font-weight: 400 !important; }
    #block-account-modal .mdc-dialog__surface .mdc-dialog__body a:hover {
      color: #bf0000 !important; }

.float-cus-button-cmp {
  position: fixed;
  bottom: 160px;
  right: 27px;
  overflow: hidden;
  z-index: 99999;
  border-radius: 30px 30px;
  -webkit-box-shadow: 1px 8px 14px 0 rgba(0, 0, 0, 0.36), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 1px 8px 14px 0 rgba(0, 0, 0, 0.36), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 25px;
  height: 25px;
  padding: 10px;
  transition: width 0.25s ease-in-out; }
  .float-cus-button-cmp.red {
    background-color: #cd1417; }
  .float-cus-button-cmp.brown {
    background-color: #3c3c3c; }
  .float-cus-button-cmp:hover {
    transition: width 0.25s ease-in-out;
    width: 150px !important;
    display: flex; }
    .float-cus-button-cmp:hover .flb-button-div .flb-button .flb-title {
      opacity: 1;
      transition-delay: 0.25s;
      transition: all 0.4s ease-in-out; }
  .float-cus-button-cmp .flb-button-div {
    color: #fff;
    display: flex;
    flex: auto;
    text-transform: uppercase;
    cursor: pointer; }
    .float-cus-button-cmp .flb-button-div .flb-button {
      text-decoration: none;
      color: #fff;
      display: flex;
      flex: auto;
      align-items: center;
      text-transform: none;
      white-space: nowrap;
      line-height: 25px; }
      .float-cus-button-cmp .flb-button-div .flb-button i {
        padding-right: 5px; }
      .float-cus-button-cmp .flb-button-div .flb-button .flb-title {
        text-align: center;
        flex: auto;
        opacity: 0;
        transition: all 0.25s ease-in-out; }

.red-font-weight-cus {
  color: #CD1417;
  font-weight: 500; }

.blue-font-weight-cus {
  color: #0084cb;
  font-weight: 500; }

#fxu-point-charge-result .width-100-cus {
  width: 100%; }
#fxu-point-charge-result .mdc-layout-grid.mdc-layout-grid--fixed-column-width.mdc-layout-grid__cell--align-middle {
  width: 100%; }
#fxu-point-charge-result .center-align {
  text-align: center; }
#fxu-point-charge-result .left-align {
  text-align: left; }
#fxu-point-charge-result .right-align {
  text-align: right; }
#fxu-point-charge-result .title-fb {
  margin: 0; }
#fxu-point-charge-result .logo-div-fp {
  text-align: center; }
  #fxu-point-charge-result .logo-div-fp .logo-img-fp {
    width: 100%;
    max-width: 600px; }
    #fxu-point-charge-result .logo-div-fp .logo-img-fp.small {
      max-width: 382px; }
#fxu-point-charge-result .result-content-fp {
  text-align: center;
  width: 100%;
  max-width: 336px;
  margin: auto; }
  #fxu-point-charge-result .result-content-fp .result-content-table {
    border: none;
    table-layout: auto;
    width: 100%;
    font-weight: bold;
    font-size: 1em; }
    #fxu-point-charge-result .result-content-fp .result-content-table .line {
      border-top: 2px solid #bebec0;
      margin-top: 10px; }
    #fxu-point-charge-result .result-content-fp .result-content-table .bullet-red {
      padding: 0px;
      margin: 8px 0px;
      list-style: none; }
      #fxu-point-charge-result .result-content-fp .result-content-table .bullet-red li::before {
        content: "\2022";
        color: #cd1417;
        font-weight: bold;
        font-size: 2em;
        position: absolute;
        margin-top: -8px;
        display: inline-block;
        width: 1.1em;
        margin-left: -0.8em; }
      @media screen and (max-width: 480px), screen and (orientation: landscape) and (max-height: 480px) {
        #fxu-point-charge-result .result-content-fp .result-content-table .bullet-red li::before {
          display: none !important; } }
#fxu-point-charge-result .btn-text-fp {
  display: block;
  margin-top: 2px; }

[data-md-tooltip] {
  position: relative; }
  [data-md-tooltip]:before {
    content: attr(data-md-tooltip);
    position: absolute;
    bottom: -35px;
    left: 50%;
    padding: 8px;
    transform: translateX(-50%) scale(0);
    transition: transform 0.2s ease-in-out;
    transform-origin: top;
    background: #616161e6;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    font-family: Roboto,sans-serif;
    font-weight: 400; }
  [data-md-tooltip]:hover:before {
    transform: translateX(-50%) scale(1); }
  [data-md-tooltip].md-tooltip--right:before {
    left: auto;
    right: -10px;
    bottom: auto;
    top: 50%;
    transform: translate(100%, -50%) scale(0);
    transform-origin: left center; }
  [data-md-tooltip].md-tooltip--right:hover:before {
    transform: translate(100%, -50%) scale(1); }
  [data-md-tooltip].md-tooltip--left:before {
    left: -15px;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate(-100%, -50%) scale(0);
    transform-origin: right center; }
  [data-md-tooltip].md-tooltip--left:hover:before {
    transform: translate(-100%, -50%) scale(1); }
  [data-md-tooltip].md-tooltip-disabled:before {
    display: none; }

.md-tooltip--top:before {
  top: -35px;
  bottom: auto;
  transform: translateX(-50%) scale(0);
  transform-origin: bottom center; }

.md-tooltip--top--higher:before {
  top: -104px;
  bottom: auto;
  transform: translateX(-50%) scale(0);
  transform-origin: bottom center; }

.cus-new-nav-btn {
  overflow: inherit; }
  .cus-new-nav-btn::after {
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important; }
  .cus-new-nav-btn .material-icons {
    position: absolute;
    top: 0;
    font-size: 17px;
    color: #CD1417; }
  .cus-new-nav-btn .new-cus-btn-float {
    background-color: #cd1417;
    color: white;
    font-size: 8px;
    border-radius: 8px;
    position: absolute;
    font-weight: bold;
    height: 8px;
    top: 14px;
    right: 0px;
    line-height: 8px;
    padding: 4px 5px;
    display: inline-table; }
    @media (max-width: 1024px) {
      .cus-new-nav-btn .new-cus-btn-float {
        top: 5px; } }

#get_api_app_key {
  background-color: #1a73e8;
  font-weight: bold; }

.section.pass-strength {
  padding: 0 !important;
  display: none;
  margin: -10px 0px 4px 0px; }
  .section.pass-strength .pass-strength-div {
    display: inline-flex; }
    .section.pass-strength .pass-strength-div .pass-strength-cmp {
      height: 4px;
      border-radius: 2px;
      width: 25%;
      margin: 0 4px;
      background-color: #dadbdd; }
      .section.pass-strength .pass-strength-div .pass-strength-cmp.active {
        background-color: #ffa000; }
      .section.pass-strength .pass-strength-div .pass-strength-cmp:first-child {
        width: 25%;
        margin: 0 4px 4px 0 !important; }
      .section.pass-strength .pass-strength-div .pass-strength-cmp:last-child {
        width: 25%;
        margin: 0 0 0 4px !important; }
      .section.pass-strength .pass-strength-div .pass-strength-cmp.light-green {
        background-color: #7cb342; }
  .section.pass-strength .pass-strength-desc span {
    line-height: 24px; }
  .section.pass-strength .pass-strength-desc .desc-cus {
    font-size: .75rem;
    line-height: unset; }

.pwp-warning-color {
  color: #ffa000; }

.pwp-success-color {
  color: #558b2f; }

.pass-helptext-cus {
  opacity: 1 !important;
  padding-bottom: 8px; }
  .pass-helptext-cus.invalid {
    color: #d50000; }

.down-traffic-minfo .current-down-traffic-minfo {
  font-weight: bold; }
.down-traffic-minfo .new-down-traffic-minfo {
  font-weight: bold;
  color: #cd1417; }

@keyframes PushUpC {
  0%,
  100% {
    transform: scale(1); }
  50% {
    transform: scale(1.02); } }
@keyframes pulseC {
  to {
    box-shadow: 0 0 2px 6px rgba(255, 0, 0, 0); } }
.mdc-button.push-up-cbb {
  animation: pulseC 1.2s 0.3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 red; }

#loading_down_cus_4 {
  margin-bottom: -4px;
  border-radius: 2px 2px 0px 0px; }

#loading_down_cus_5 {
  margin-bottom: -4px;
  border-radius: 2px 2px 0px 0px; }

#scrollable_header_nav {
  display: flex;
  justify-content: center;
  align-items: center; }

#fs_nav_header {
  align-items: center;
  justify-content: center;
  height: 100%; }
  #fs_nav_header .mdc-tab-bar-scroller__scroll-frame {
    height: 100%; }
  #fs_nav_header .mdc-tab-bar-scroller__scroll-frame {
    justify-content: flex-end; }
    @media (max-width: 1200px) {
      #fs_nav_header .mdc-tab-bar-scroller__scroll-frame {
        justify-content: unset; } }
  #fs_nav_header .mdc-tab-bar-scroller__indicator--forward {
    width: 12px; }
    @media (max-width: 1200px) {
      #fs_nav_header .mdc-tab-bar-scroller__indicator--forward {
        width: 48px; } }
  #fs_nav_header #scrollable_header_nav {
    height: 100%; }
    #fs_nav_header #scrollable_header_nav .mdc-tab {
      all: initial;
      font-family: Roboto, sans-serif;
      color: #444444;
      padding: 0 14px;
      font-size: 1em;
      font-weight: 400;
      line-height: 40px;
      background-color: transparent;
      vertical-align: middle;
      border-radius: 2px;
      -webkit-font-smoothing: antialiased;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      position: relative;
      box-sizing: border-box;
      height: 100%;
      border: none;
      outline: none;
      text-align: center;
      user-select: none;
      cursor: pointer;
      overflow: hidden;
      display: flex;
      flex-direction: row;
      align-items: center;
      white-space: nowrap; }
      #fs_nav_header #scrollable_header_nav .mdc-tab:hover {
        color: #cd1417; }
      #fs_nav_header #scrollable_header_nav .mdc-tab:after {
        background-color: rgba(205, 20, 23, 0.16);
        position: absolute;
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%;
        transition: opacity 250ms linear;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: "";
        transform-origin: center center; }
      #fs_nav_header #scrollable_header_nav .mdc-tab:before {
        position: absolute;
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%;
        transition: opacity 250ms linear;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""; }

#contact_advertising_cus a:hover {
  color: #cd1417 !important; }

.label-top-right-cus {
  background-color: #cd1417;
  transition: background 0.5s ease-in-out;
  color: white;
  font-size: 8px;
  border-radius: 8px;
  position: absolute;
  font-weight: bold;
  height: 8px;
  top: 4px;
  line-height: 8px;
  padding: 4px 5px;
  display: inline-table;
  z-index: 2;
  text-transform: uppercase; }
  .label-top-right-cus.l-new {
    left: 42px; }
  .label-top-right-cus.l-beta {
    left: 36px; }

.mdc-list-item.aleft-menu-selected .label-top-right-cus {
  background-color: rgba(0, 0, 0, 0.3); }

#clone_unsecure_result--note-content {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px; }
  #clone_unsecure_result--note-content a {
    color: #cd1417;
    font-style: italic; }
  #clone_unsecure_result--note-content ul {
    padding-inline-start: 22px;
    margin-block-start: 0.3em;
    margin-block-end: 1.1em; }
  #clone_unsecure_result--note-content img {
    margin-right: 10px; }

#new-float-cxt-menu {
  background-color: #cd1417;
  color: white;
  font-size: 8px;
  border-radius: 8px;
  position: absolute;
  font-weight: bold;
  height: 8px;
  top: 2px;
  right: 9px;
  line-height: 8px;
  padding: 4px 5px;
  display: inline-table;
  z-index: 2;
  text-transform: uppercase; }

/*# sourceMappingURL=main.css.map */
