/*****************************
******************************
**TMRW BIZ BANNER STYLESHEET**
******************************
*****************************/

.tmrwbizbannerWrapper {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 8px;
  margin-top: 0px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.tmrwbizbannerWrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.tmrwbizbannerWrapper .content-wrapper {
  color: #fff;
  position: absolute;
  top: 60px;
  left: 60px;
}

.tmrwbizbannerWrapper .content-wrapper .header-title {
  font-size: 28pt;
  font-weight: 600;
  white-space: pre-line;
  line-height: 42px;
  letter-spacing: 1px;
  margin: 0 auto 10px;
  text-align: left;
}

.tmrwbizbannerWrapper .content-wrapper .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto 25px;
  white-space: pre-line;
}

.tmrwbizbannerWrapper .content-wrapper .learn-more-link {
  display: block;
  color: #6dd2ee;
  margin-bottom: 1vh;
}

.tmrwbizbannerWrapper .content-wrapper .learn-more-link .learn-more-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  letter-spacing: 1px;
}

.tmrwbizbannerWrapper
  .content-wrapper
  .learn-more-link
  .learn-more-container
  p {
  font-size: 15px;
  line-height: 24px;
}

.tmrwbizbannerWrapper
  .content-wrapper
  .learn-more-link
  .learn-more-container
  svg {
  font-size: 16px;
  position: relative;
  top: 5px;
  left: 5px;
  fill: #6dd2ee;
}

.tmrwbizbannerWrapper .content-wrapper .bottom-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  grid-gap: 30px;
  gap: 30px;
}

.tmrwbizbannerWrapper .content-wrapper .bottom-wrapper .app-icon-container {
  width: 75px;
  height: auto;
}

.tmrwbizbannerWrapper
  .content-wrapper
  .bottom-wrapper
  .app-icon-container.uob-biz
  img {
  background-color: rgba(68, 197, 232, 0.21);
  box-shadow: 0 0 20px 0 rgb(3 197 249 / 60%);
  -webkit-box-shadow: 0 0 20px 0 rgb(3 197 249 / 60%);
  -moz-box-shadow: 0 0 20px 0 rgba(3, 197, 249, 0.6);
  -o-box-shadow: 0 0 20px 0 rgba(3, 197, 249, 0.6);
}

.tmrwbizbannerWrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.tmrwbizbannerWrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.tmrwbizbannerWrapper .content-wrapper .bottom-wrapper .download-link-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  visibility: hidden;
}

.tmrwbizbannerWrapper
  .content-wrapper
  .bottom-wrapper
  .download-link-wrapper
  span {
  cursor: default;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 13px;
}

.tmrwbizbannerMobileWrapper {
  display: none;
  visibility: hidden;
  width: 100%;
  height: auto;
  background: linear-gradient(255.3deg, #3c59f3 -4.47%, #0044b3 89.34%);
  border-radius: 8px;
  margin-top: 10px;
  padding: 15px;
  width: 112%;
  margin-left: -6%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tmrwbizbannerMobileWrapper img {
  max-width: 100%;
  width: 75px;
  height: 75px;
}

.tmrwbizbannerMobileWrapper .content-wrapper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.tmrwbizbannerMobileWrapper .content-wrapper .media-wrapper {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.tmrwbizbannerMobileWrapper .content-wrapper .media-wrapper img {
  background-color: rgba(68, 197, 232, 0.21);
  box-shadow: 0px 0px 20px 0px #03c5f999;
  -webkit-box-shadow: 0px 0px 20px 0px #03c5f999;
  -moz-box-shadow: 0px 0px 20px 0px #03c5f999;
  -o-box-shadow: 0px 0px 20px 0px #03c5f999;
}

.tmrwbizbannerMobileWrapper .content-wrapper .text-wrapper {
  color: #ffffff;
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

.tmrwbizbannerMobileWrapper .content-wrapper .text-wrapper .header-title {
  margin: 0px 0px 0px;
  font-size: 18px;
}

.tmrwbizbannerMobileWrapper .content-wrapper .text-wrapper .sub-title {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.8;
  margin: 0px 0px 10px;
}

.tmrwbizbannerMobileWrapper .button-wrapper {
  text-align: center;
}

.tmrwbizbannerMobileWrapper .download-link {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 5px;
  display: block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  &:hover {
    color: #0035f5;
    background-color: #ffffff;
    border-color: #0035f5;
  }
}

/*****************************
******************************
******RESPONSIVE PURPOSE******
******************************
*****************************/
@media (max-width: 450px) {
  .tmrwbizbannerMobileWrapper {
      width: 116%;
      margin-left: -8%;
  }
}

@media (max-width: 500px) and (min-width:505px) {
  .tmrwbizbannerMobileWrapper {
      width: 114%;
      margin-left: -7%;
  }
}

@media (max-width: 600px) {
  .tmrwbizbannerWrapper {
    display: none !important;
    visibility: hidden !important;
  }

  .tmrwbizbannerMobileWrapper {
    display: block !important;
    visibility: visible !important;
    /*! width: 112%; */
    /*! margin-left: -6%; */
    text-align: left;
  }

  .tmrwbizbannerMobileDownloadButton {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    border: 1px solid #ffffff;
    border-radius: 5px;
  }

  .tmrwbizbannerMobileDownloadButtonText {
    color: white;
  }
}

@media (min-width: 768px) and (max-width: 920px),
  (min-width: 992px) and (max-width: 1200px) {
/*   .tmrwbizbannerWrapper .content-wrapper {
    top: 20px;
  } */
/* 
   .tmrwbizbannerWrapper .content-wrapper .header-title {
    font-size: 190%;
    line-height: 110%;
  } */

/*   .tmrwbizbannerWrapper .content-wrapper .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .tmrwbizbannerWrapper .content-wrapper .learn-more-link {
    margin-bottom: 15px;
  }

  .tmrwbizbannerWrapper .content-wrapper .bottom-wrapper {
    gap: 25px;
  } */
}

@media (max-width: 767px) {
  .tmrwbizbannerWrapper .content-wrapper {
    top: 10px;
    left: 20px;
  }

   .tmrwbizbannerWrapper .content-wrapper .header-title {
    font-size: 190%;
    line-height: 110%;
    margin-bottom: 10px;
  }

  .tmrwbizbannerWrapper .content-wrapper .sub-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .tmrwbizbannerWrapper .content-wrapper .learn-more-link {
    font-size: 13px;
    margin-bottom: 0px;
  }

  .tmrwbizbannerWrapper
    .content-wrapper
    .learn-more-link
    .learn-more-container
    p {
    font-size: 13px;
  }

  .tmrwbizbannerWrapper
    .content-wrapper
    .learn-more-link
    .learn-more-container
    svg {
    width: 0.7em;
  }

  .tmrwbizbannerWrapper .content-wrapper .bottom-wrapper {
    gap: 25px;
  }

  .tmrwbizbannerWrapper .content-wrapper .bottom-wrapper .app-icon-container {
    width: 5vw;
    height: auto;
  }

  .tmrwbizbannerMobileDownloadButton {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    border: 1px solid #ffffff;
    border-radius: 5px;
  }

  .tmrwbizbannerMobileDownloadButtonText {
    color: white;
  }
}

@media (max-width: 992px) {
/*   .tmrwbizbannerWrapper .content-wrapper {
    top: 15px;
    left: 15px;
  } */
  
  .tmrwbizbannerWrapper .content-wrapper .header-title {
    font-size: 20pt;
    line-height: 25px;
  }
  
  .tmrwbizbannerWrapper .content-wrapper .learn-more-link {
    margin-bottom: 7px;
  }
  
  .tmrwbizbannerWrapper .content-wrapper .learn-more-link .learn-more-container p {
    font-size: 10pt;
    line-height: 20px;
  }

  .tmrwbizbannerWrapper
    .content-wrapper
    .learn-more-link
    .learn-more-container
    svg {
    font-size: 11px;
    top: 6px;
  }
  .tmrwbizbannerWrapper .content-wrapper .bottom-wrapper .app-icon-container {
    width: 75px;
  }
}


@media (max-width: 362px) { 
  
  .tmrwbizbannerMobileWrapper .content-wrapper .text-wrapper .header-title {
    white-space:nowrap;
    font-size: 13px;
    margin-left: 5px;
  }
  
  .tmrwbizbannerMobileWrapper img {
    width: 65px;
    height: 65px;
  }
}


@media (max-width: 300px) { 
  
  .tmrwbizbannerMobileWrapper .content-wrapper .text-wrapper .header-title {
    white-space:nowrap;
    font-size: 12px;
  }
  
  .tmrwbizbannerMobileWrapper img {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 270px) { 
  
  .tmrwbizbannerMobileWrapper .content-wrapper .text-wrapper .header-title {
    white-space:nowrap;
    font-size: 11px;
  }
  
  .tmrwbizbannerMobileWrapper img {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 270px) { 
  
  .tmrwbizbannerMobileWrapper .content-wrapper .text-wrapper .header-title {
    white-space:nowrap;
    font-size: 10px;
  }
  
  .tmrwbizbannerMobileWrapper img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 260px) { 
  
  .tmrwbizbannerMobileWrapper .content-wrapper .text-wrapper .header-title {
    white-space:nowrap;
    font-size: 9px;
  }
  
  .tmrwbizbannerMobileWrapper img {
    width: 35px;
    height: 35px;
  }
}


/* @media (max-width: 730px) {
  .tmrwbizbannerWrapper .content-wrapper .header-title {
    font-size: 14pt;
    line-height: 20px;
     font-size: 12pt;
    line-height: 18px;
  }
  
  .tmrwbizbannerWrapper .content-wrapper .learn-more-link {
    margin-bottom: 3px;
  }
  
  .tmrwbizbannerWrapper .content-wrapper .learn-more-link .learn-more-container p {
    font-size: 8pt;
    line-height: 24px;
  }

  .tmrwbizbannerWrapper
    .content-wrapper
    .learn-more-link
    .learn-more-container
    svg {
    font-size: 11px;
    top: 7px;
  }
} */

/* @media (max-width: 690px) {
  .tmrwbizbannerWrapper .content-wrapper .header-title {
    font-size: 12pt;
    line-height: 18px;
    margin: 0px;
  }
  
  .tmrwbizbannerWrapper .content-wrapper .learn-more-link {
    margin-bottom: -5px;
  }
  
  .tmrwbizbannerWrapper .content-wrapper .learn-more-link .learn-more-container p {
    font-size: 7pt;
    line-height: 24px;
  }

  .tmrwbizbannerWrapper
    .content-wrapper
    .learn-more-link
    .learn-more-container
    svg {
    font-size: 11px;
    top: 8px;
  }
}

@media (max-width: 650px) {
  .tmrwbizbannerWrapper .content-wrapper .header-title {
    font-size: 10pt;
    line-height: 16px;
    margin: 0px;
  }
  
  .tmrwbizbannerWrapper .content-wrapper .learn-more-link {
    margin-bottom: -10px;
  }
  
  .tmrwbizbannerWrapper .content-wrapper .learn-more-link .learn-more-container p {
    font-size: 7pt;
    line-height: 24px;
  }

  .tmrwbizbannerWrapper
    .content-wrapper
    .learn-more-link
    .learn-more-container
    svg {
    font-size: 11px;
    top: 8px;
  }
} */