:root {
  --black: #000;
  --black-alt: #1e1e1e;
  --th-green: #D7FF2B;
  --white: #fff;
  --off-white: #f1f2f2;
  --purple: #9768FF;
  --red: #BD1818;
  --gold: #EFBA54;
  --grey: #242424;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  font-family: 'Work Sans', sans-serif;
  padding-right: 0 !important;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-family: 'Work Sans', sans-serif;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

ul li {
  list-style: none;
  display: inline-block;
}

.text-white {
  color: var(--white);
}

.text-off-white {
  color: var(--off-white);
}

.text-black {
  color: var(--black);
}

.text-black-alt {
  color: var(--black-alt);
}

.text-th-green {
  color: var(--th-green)
}

.text-purple {
  color: var(--purple);
}

.text-gold{
  color: var(--gold);
}

.bg-light {
  background-color: var(--off-white) !important;
}

.bg-black {
  background-color: var(--black);
}

.bg-black-alt {
  background-color: var(--black-alt);
}

.bg-th-green {
  background-color: var(--th-green);
}

.bg-red{
  background-color: var(--red);
}

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

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

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

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

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

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

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

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

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

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

.font-20px {
  font-size: 20px;
  line-height: 24px;
}

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

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

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

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

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

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

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

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

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

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.margin-10px-top {
  margin-top: 10px;
}

.margin-15px-top {
  margin-top: 15px;
}

.margin-20px-top {
  margin-top: 20px;
}

.margin-25px-top {
  margin-top: 25px;
}

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

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

.margin-2px-bottom {
  margin-bottom: 2px;
}

.margin-5px-bottom {
  margin-bottom: 5px;
}

.margin-15px-bottom {
  margin-bottom: 15px;
}

.margin-20px-bottom {
  margin-bottom: 20px;
}

.margin-25px-bottom {
  margin-bottom: 25px;
}

.margin-30px-bottom {
  margin-bottom: 30px;
}

.margin-40px-bottom {
  margin-bottom: 40px;
}

.margin-50px-bottom {
  margin-bottom: 50px;
}

.margin-80px-bottom {
  margin-bottom: 80px;
}

.padding-15px-all {
  padding: 15px;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.padding-10px-top {
  padding-top: 10px;
}

.padding-80px-top {
  padding-top: 80px;
}

.padding-25px-bottom {
  padding-bottom: 25px;
}

.padding-40px-bottom {
  padding-bottom: 40px;
}

.padding-50px-bottom {
  padding-bottom: 50px;
}

.padding-80px-bottom {
  padding-bottom: 80px;
}

.padding-10px-tb {
  padding: 10px 0;
}

.padding-15px-tb {
  padding: 15px 0;
}

.padding-20px-tb {
  padding: 20px 0;
}

.padding-40px-tb {
  padding: 40px 0;
}

.padding-50px-tb {
  padding: 50px 0;
}

.padding-80px-tb {
  padding: 80px 0;
}

.w-10 {
  width: 10%
}

.w-15 {
  width: 15%
}

.w-20 {
  width: 20%
}

.w-25 {
  width: 25%
}

.w-30 {
  width: 30%
}

.w-35 {
  width: 35%
}

.w-40 {
  width: 40%
}

.w-45 {
  width: 45%
}

.w-50 {
  width: 50%
}

.w-55 {
  width: 55%
}

.w-57 {
  width: 57%
}

.w-60 {
  width: 60%
}

.w-65 {
  width: 65%
}

.w-70 {
  width: 70%
}

.w-75 {
  width: 75%
}

.w-80 {
  width: 80%
}

.w-85 {
  width: 85%
}

.w-90 {
  width: 90%
}

.w-95 {
  width: 95%
}

.w-100 {
  width: 100%
}

hr {
  opacity: 1;
}

.form-control:focus {
  background-color: none;
  border-color: #c2c2c2 !important;
  outline: 0;
  box-shadow: none;
}


/*Header*/
header {
  padding: 10px 0;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 9;
  background-color: var(--white);
}

.logo {
  width: 220px;
}

header nav{
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  color: var(--black-alt);
  font-size: 16px;
  font-weight: 400;
}

.mega-menu-icon {
  width: 84px;
}

#dy-mega-menu img.mega-menu-icon{
  display: none;
}

/*banner*/
.to-webinar{
  margin-top: 40px;
}

.to-webinar:before{
  width: 18px;
  content: " ";
  background-image: url('../images/video-icon.png');
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 8px;
  height: 18px;
}

.nav-link{
  font-size: 16px;
  font-weight: 500;
}

/*webinar*/
.webinar-document .nav-pills{
  justify-content: center;
}

.webinar-document .nav-pills .nav-link.active, 
.webinar-document .nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
  background-color: transparent;
  color: var(--black-alt);
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid var(--black);
  border-radius: 0;
}

.webinar-document .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
  background-color: transparent;
  color: var(--black-alt);
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}

.webinar-block {
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.webinar-block h3{
  padding: 10px 10px 0 10px;
}

.webinar-block p{
  padding-left: 10px;
}

a.learn-more-from-maiai {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background: var(--purple);
  padding: 10px 5px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

a.download-full-video{
  color: var(--black);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background: var(--th-green);
  padding: 10px 5px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}


/*document*/
.document-block{
gap: 20px;
padding: 5px;
border-radius: 5px;
margin-bottom: 20px;
}


.document-desc a:before{
  width: 13px;
  content: " ";
  background-image: url('../images/download-icon.svg');
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 2px;
  height: 14px;
} 

ul.list,
ul.footer-links {
  padding-left: 0;
}

ul.list li {
  display: block;
  font-size: 20px;
}

ul.list li:before {
  content: "·";
  font-size: 64px;
  vertical-align: middle;
  line-height: 20px;
  margin-right: 10px;
}

ul.footer-links li {
  display: block;
  padding: 2px 0;
}

ul.footer-links li a {
  font-size: 14px;
  color: var(--white);
}

.outer-footer {
  border-top: 2px dashed #C7C7C7;
  padding: 40px 0 20px 0;
}

ul.social-links {
  gap: 20px;
  padding-left: 0;
}

/*Chinese Banner*/
.chinese-banner{
  cursor: pointer;
}

.chinese-banner:before{
  content: "";
  background-image: url("../images/left-dragon.png");
  position: absolute;
  width: 360px;
  height: 190px;
  display: inline-block;
  background-repeat: no-repeat;
  top: 15px;
  left: 60px;
}

.chinese-banner:after{
  content: "";
  background-image: url("../images/right-dragon.png");
  position: absolute;
  width: 360px;
  height: 190px;
  display: inline-block;
  background-repeat: no-repeat;
  top: 15px;
  right: 60px;
}

/*Token banner*/
.token-banner:before{
  content: "";
  background-image: url("../images/bcert-token.png");
  position: absolute;
  width: 260px;
  height: 260px;
  display: inline-block;
  background-repeat: no-repeat;
  top: -35px;
  left: 60px;
}

.token-banner:after{
  content: "";
  background-image: url("../images/bcert-token.png");
  position: absolute;
  width: 260px;
  height: 260px;
  display: inline-block;
  background-repeat: no-repeat;
  top: -35px;
  right: 60px;
}

.btn-form-submit {
  border: none;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 16px;
}

/*MAIAi banner*/
.maiai-banner {
    background: rgba(143,105,246, 0.4);
    overflow: hidden;
}

    .maiai-banner h3 {
        color: var(--gray);
    }

    .maiai-banner a {
        background-color: var(--purple);
        color: var(--white);
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 10px;
    }

    .maiai-banner:before {
        content: "";
        background-image: url("../images/maiai-icon-2.png");
        position: absolute;
        width: 180px;
        height: 141px;
        display: inline-block;
        background-repeat: no-repeat;
        bottom: 0;
        left: 20px;
    }

    .maiai-banner:after {
        content: "";
        background-image: url("../images/maiai-icon.png");
        position: absolute;
        width: 180px;
        height: 138px;
        display: inline-block;
        background-repeat: no-repeat;
        top: 0;
        right: 60px;
    }

    #archived-trigger{
      padding: 10px 20px;
      display: inline-block;
    }


/*Media query*/
@media (min-width: 1400px) {
    .maiai-banner .container{
    max-width: 992px;
  }
}

@media (max-width: 1300px) {
  .token-banner:before{
    content: "";
    background-image: url("../images/bcert-token.png");
    left: 0px;
    opacity: 0.4;
  }
  
  .token-banner:after{
    content: "";
    background-image: url("../images/bcert-token.png");
    right: 0px;
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {
    .lg-no-br br{
        display: none;
    }

  .chinese-banner:before{
    content: "";
    left: 0;
    opacity: 0.4;
  }
  
  .chinese-banner:after{
    content: "";
    right: 0;
    opacity: 0.4;
  }
}

@media (max-width: 992px) {
  .md-no-br br {
    display: none;
  }

  .md-padding-40px-bottom {
    padding: 40px 0;
  }

  .document-block{
    flex-direction: column;
  }

  .to-webinar{
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .token-banner:before,
  .token-banner:after{
    content: "";
display: none;
  }
  
}

@media (max-width: 767px) {

  .xs-font-34px {
    font-size: 34px;
  }

  .xs-font-26px {
    font-size: 26px;
  }

  .xs-margin-10px-bottom {
    margin-bottom: 10px;
  }

  .xs-margin-40px-bottom {
    margin-bottom: 40px;
  }

  .xs-margin-30px-top {
    margin-top: 30px;
  }

  .xs-padding-40px-tb {
    padding: 40px 0;
  }

  .xs-padding-80px-tb {
    padding: 80px 0;
  }

  .xs-padding-40px-top {
    padding-top: 40px;
  }

  .xs-padding-40px-bottom {
    padding-bottom: 40px;
  }

  .xs-no-padding-top {
    padding-top: 0;
  }

  .maiai-banner::before,
  .maiai-banner::after{
      display: none;
  }

    .maiai-banner{
        text-align: center;
    }

    .maiai-banner img {
        max-width: 80%;
        margin: auto;
    }

    .maiai-banner h3{
        margin: 15px 0;
    }
}


/***********Chat Window************/
.server-message,
.client-message{
position: relative;
margin-top: 25px;
}

.server-message .pull-right.time,
.client-message .pull-right.time{
position: absolute;
right: 0; 
bottom: -15px;
xbottom: 0;
}

.chat-window-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

select.select-news {
  width: 100%;
  border: none;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  border: 1px solid #909090 !important;
  background-color: #f1f2f2 !important;
  color: #909090 !important;
}

.chat-window-block .form-control {
  border-radius: 9px;
  border: 1px solid #838080;
  background: #FFF;
  color: #000;
  height: 40px;
  margin-bottom: 25px !important;
  font-weight: 400;
}

/* .selected-article {
  border-radius: 10px;
  color: #000;
  padding: 15px 15px 0 15px;
  border: 1px solid #909090;
  background: #f1f2f2;
  height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

#hp-discussion-default-view{
padding-bottom: 15px;	
} */

.selected-article {
  border-radius: 10px;
  color: #000;
  padding: 15px 15px 0 15px;
  border: 1px solid #909090;
  background: #f1f2f2;
}

#hp-discussion-default-view{
padding-bottom: 15px;	
height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

.message-bar {
  border-radius: 10px;
  display: flex;
  padding: 10px 20px;
  align-items: center;
}

.message-bar img {
  width: 26px;
}

.message-bar button {
  background: transparent;
  border: none;
}

.message-bar textarea.form-control {
  width: 90%;
  resize: none;
  background-color: transparent;
  border: none;
  color: #fff;
  margin-bottom: 0 !important;
}

.form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::placeholder {
  color: #AB9E9E;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #AB9E9E;
}

.form-control::-ms-input-placeholder {
  color: #AB9E9E;
}

textarea.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.select-news {
  width: 100%;
  border: none;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
}

.fa.fa-chevron-down {
  position: absolute;
  pointer-events: none;
  top: 15px;
  right: 30px;
  color: #000;
}

/***************************************/
/*********************************/
/*Modal*/
.modal .modal-footer {
  border-top: none;
}

.chat-registration .form-control {
  margin-bottom: 20px;
}

#start-chat .modal-header:before,
#start-chat .modal-header:after {
  content: none;
}

#start-chat .modal-header {
  border-bottom: none;
}

#start-chat .chat-actions {
  display: flex;
}

#start-chat .chat-actions img {
  margin-left: 10px;
}

#start-chat .chat-window-logo-section {
  width: 100%;
}

#start-chat .chat-window-logo-section img {
  display: block;
  margin: auto;
  width: 130px;
}

#start-chat .button-group {
  display: flex;
  justify-content: flex-end;
  gap: 4%;
}

#start-chat .button-group button {
  flex-basis: 48%;
}

#start-chat .account-login a {
  color: #000;
  text-decoration: underline;
}

#start-chat .modal-header svg {
  display: inline-block;
  position: relative;
  top: 50px;
}

.button-group button.btn-purple {
  border: 1px solid #8F69F6;
  background-color: #8F69F6;
  color: #fff;
  border-radius: 30px;
  padding: 6px 20px;
}

.button-group button.btn-purple:hover {
  background-color: transparent;
  color: #8F69F6;
}

/*For form IAM*/
.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.form-name-holder {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

#start-chat .button-group button {
  flex-basis: 100%;
}

.modal-header .close {
  margin-top: -30px;
  right: 20px;
  border: none;
  background: transparent;
  position: absolute;
}

button.close,
button.endchat,
button.close:hover,
.button.close:focus,
.button.close:active {
  color: #000;
  opacity: 1;
  font-size: 30px;
  font-weight: lighter;
}

.iti.iti--allow-dropdown.iti--show-flags {
  width: 100%;
  margin-bottom: 20px;
}

button.btn-black {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
}

button.btn-black:hover {
  background-color: transparent;
  color: #000;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  font-size: 20px;
  border-radius: 10px;
  padding: 5px 20px;
}

.btn-white:hover {
  background-color: transparent;
  color: #fff;
}

.btn-white-outline {
  color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  border-radius: 10px;
  padding: 5px 20px;
  background: transparent;
}

.btn-white-outline:hover {
  background-color: #fff;
  color: #000;
}

.button-group button.btn-purple {
  border: 1px solid #8F69F6;
  background-color: #8F69F6;
  color: #fff;
  border-radius: 30px;
  padding: 6px 20px;
}

.button-group button.btn-purple:hover {
  background-color: transparent;
  color: #8F69F6;
}

.btn-purple-alt {
  background-color: #8F69F6;
  color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  border-radius: 10px;
  padding: 5px 20px;
}

.btn-purple-alt:hover {
  background-color: transparent;
  border-color: #8F69F6;
  color: #8F69F6;
}


.modal-header-alt.modal-header img {
  width: 90px;
  display: inline-block;
}

.modal-header-alt.modal-header {
  font-size: 24px;
  color: #fff;
  padding-left: 0;
  justify-content: start;
  gap: 10px;
}

ul.modal-list {
  padding-left: 0;
}

ul.modal-list li {
  background-color: #2B2C2E;
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
}

ul.modal-list li:last-child {
  margin-bottom: 0;
}

ul.modal-list li img {
  width: 20px;
  margin-right: 25px;
}

.modal .button-group {
  display: flex;
  justify-content: space-between;
}

.modal-sm {
  width: 385px;
  margin: auto;
  padding: 15px;
  border-radius: 20px;
}


.modal-content {
  padding: 25px;
}

.modal-body {
  padding: 15px 0 0 0;
}

.modal-content.bg-dark-alt {
  max-width: 490px;
  margin: auto;
  background-color: #333;
}

.message-suggestions ul {
  padding-left: 0;
}

.message-suggestions li {
  list-style: none;
  margin-top: 10px;
  display: block;
}

.message-suggestions ul li a {
  color: #9768FF;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #9768FF;
  padding: 5px;
  border-radius: 4px;
}

.message-suggestions ul li a:hover {
  text-decoration: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.message-suggestions ul li a:focus,
.message-suggestions ul li a:hover {
  outline: none;
  text-decoration: none;
}

/*For MAIAi Chat module from lib*/
#chat-module .chat-header {
  border: none !important;
}

#chat-module .maiai-chat-logo {
  display: inline-block;
}

#chat-module .chat-header button.close,
#chat-module button.endchat {
  color: #1D251D !important;
}

#chat-module .Umb_chatmodal button.endchat {
  margin-left: 2px !important;
}

#chat-module .Umb_chatmodal button.full-screen {
  padding-left: 2px;
	margin-top: 10px !important;
}

#chat-module .Umb_chatmodal button.full-screen svg {
  margin-top: -12px !important;
}

#chat-module .Umb_chatmodal button.maximize svg {
  margin-top: -12px !important;
}

#chat-module .Umb_chatmodal button.full-screen svg {
  margin-top: -2px;
}

#chat-module .Umb_chatmodal button.maximize svg {
      margin-top: -5px !important;
}

#chat-module .Umb_chatmodal button.minimize {
    margin-top: -2px !important;
}

#chat-module .form-group {
  margin-bottom: 0 !important;
}

#chat-module .chat-popup .form-container input[type="text"],
#chat-module .chat-popup .form-container input[type="tel"],
#chat-module .chat-popup .form-container input[type="email"],
#chat-module .chat-popup .form-container textarea {
  margin-bottom: 15px !important;
}

#chat-module .chat-header button.close,
#chat-module button.endchat {
  margin-left: 0 !important;
}

#chat-module .chat-header button.minimize {
  margin-top: -4px !important;
}
/* style for floating chat*/
#chat-module .chat-header{
  border: none !important;
}

#chat-module .chat-header button.close, #chat-module button.endchat {
  color: #1D251D !important;
  margin-left: 0px !important;
}

#chat-module .Umb_chatmodal button.endchat {
  margin-left: 2px !important;
}

#chat-module .Umb_chatmodal button.full-screen{
  padding-left: 2px;
}

#chat-module .Umb_chatmodal button.full-screen svg {
  margin-top: -12px !important;
}
#chat-module .Umb_chatmodal button.maximize svg {
  margin-top: -12px !important;
}

#chat-module .Umb_chatmodal button.full-screen svg {
  margin-top: -2px;
}

#chat-module .Umb_chatmodal button.maximize svg {
  margin-top: -2px;
}

#chat-module .chat-popup .form-container input[type="tel"] {
padding-left: 45px !important;
}

#chat-module .maiai-chat-logo{
display: inline-block !important;
}

#chat-module button.minimize{
margin-top: -4px;
}

#chat-module .chat-body .form-group {
  margin-bottom: 5px !important;
}

#chat-module .Umb_chatmodal .full-screen, #chat-module .Umb_chatmodal .maximize {
  margin-top: 10px !important;
}
inner 

#chat-module .Umb_chatmodal  .chat-header button.minimize {
  margin-top: -2px !important;
}

medium.pull-right.time .fa:before{
  margin-right: 5px;
}