:root {
  --main-color: #3f51b5;
  --main-background-color: #f8fdff;
}
body {
  margin: 0;
  font-family: MyFont,-apple-system,BlinkMacSystemFont, "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  height: 100%;
  width: 100%;
}
a {
  cursor: pointer;
}
#__next {
  width: 100%;
  height: 100%;
}
h1 {
  font-size: 40px;
}
html, body {
  font-family: MyFont,-apple-system,BlinkMacSystemFont, "Roboto", sans-serif;
  box-sizing: border-box;
}

.body-panel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.main-app-bar {
  background-color: var(--main-color) !important;
  color: #fff;
}
.main-app-bar .header-tabs-panel .header-tab-button {
  color: #fff;
  border-radius: 0;
  padding: 15px 30px;
}
.main-app-bar .header-tabs-panel .header-tab-button.active {
  color: #ff0;
  border-bottom: 3px solid;
}
.main-title > span {
  position: relative;
}
.main-title > span:before {
  content: "";
  position: absolute;
  bottom: -23px;
  width: 100%;
  border-bottom: 3px solid var(--main-color);
}
.line-progress-panel {
  position: relative;
  width: 100%;
  height: 15px;
  background-color: #eee;
  border-radius: 15px;
}
.line-progress-panel .content-line-progress-panel {
  background-color: #adff2f;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.floating-button-test {
  position: fixed !important;
  bottom: 70px;
  right: 30px;
  width: 90px !important;
}
.dot-1,
.dot-2,
.dot-3,
.dot-4,
.dot-5,
.dot-6,
.dot-7 {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.dot-2 {
  -webkit-line-clamp: 2;
}
.dot-3 {
  -webkit-line-clamp: 3;
}
.dot-4 {
  -webkit-line-clamp: 4;
}
.dot-5 {
  -webkit-line-clamp: 5;
}
.dot-6 {
  -webkit-line-clamp: 6;
}
.dot-7 {
  -webkit-line-clamp: 7;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #999;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 300px #999;
}
.footer-mobile {
  position: fixed;
  width: 90%;
  padding: 0 16px;
  background-color: #f0f0f3;
  box-shadow: -2px -2px 5px #ffffff, 1px 1px 5px rgba(174, 174, 192, 0.5);
  border-radius: 77px;
  height: 57px;
  display: flex;
  bottom: 16px;
  box-sizing: border-box;
  left: 5%;
  bottom: 10px;
  z-index: 1000;
}
footer {
  width: 100%;
  height: 100%;
  color: #fff;
  margin-top: auto;
  position: relative;
}
footer .footer-content {
  margin-top: 60px;
  width: 100%;
  height: 100%;
}
footer .footer-content .footer-main {
  display: flex;
  justify-content: space-between;
}
footer .footer-content .company {
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  flex-direction: column;
}
footer .footer-content .company > div {
  margin-bottom: 16px;
}
footer .footer-content .resources > div {
  margin-bottom: 16px;
}
footer .footer-content .social {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: auto;
}
footer .footer-content .social a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

footer .footer-content .footer-main .resources {
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: auto;
  flex-direction: column;
}
footer .footer-content a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
footer .footer-content span {
  font-size: 16px;
  font-weight: 500;
}
footer .footer-content .line {
  margin-top: 20px;
  margin-bottom: 60px;
  width: 100%;
  height: 1px;
  background: rgba(250, 142, 69, 0.5);
}
.my-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-modal [tabindex="-1"] {
  outline: 0;
}
.my-modal .my-modal-content {
  width: 600px;
  min-height: 300px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  outline: 0;
  box-shadow: 0 0 6px 4px #333;
  border-radius: 3px;
}
.my-modal .my-modal-content .my-modal-header {
  width: 100%;
  height: 40px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: bold;
}
.my-modal .my-modal-content .my-modal-header .close-icon-button {
  color: #fff;
}
.my-modal .my-modal-content .my-modal-header:before {
  content: "";
}
.my-modal .my-modal-content .my-modal-body {
  width: 100%;
}
.my-modal .my-modal-content .my-modal-footer {
  width: 100%;
  height: 40px;
  margin-top: auto !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
}
.space-height {
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 780px) {
  .space-height {
    height: 10px;
  }
  .my-modal .my-modal-content {
    width: 100%;
  }
  .main-app-bar .header-tabs-panel {
    width: calc(100% - 70px);
  }
  .main-app-bar .header-tabs-panel .header-tab-button {
    padding: 7px 0;
    width: 33.33%;
  }
  .floating-button-test {
    bottom: 15px;
    right: 15px;
  }
  footer .footer-content .footer-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-content .footer-main .logo-footer img {
    height: 45px;
    margin-left: 16px;
  }
  footer .footer-content a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  footer .footer-content {
    margin-top: 0px;
    padding: 20px;
    box-sizing: border-box;
  }
  footer .footer-content .social {
    cursor: pointer;
    display: flex;
    margin-bottom: auto;
    flex-direction: row;
    justify-content: flex-start;
  }
  footer .footer-content .social img {
    height: 30px;
    width: 30px;
    margin-right: 20px;
  }
  footer .footer-content .footer-main {
    display: flex;
    flex-direction: column;
  }
  footer .footer-content .footer-main .logo-footer {
    margin-bottom: 40px;
  }
  footer .footer-content .footer-main .container-content {
    padding: 0 40px 40px 40px;
  }
}
.my-alert {
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 60px;
}
.my-alert.success {
  color: #b7dfb9;
  background-color: #071107;
}
.my-alert.info {
  color: #a6d5fa;
  background-color: #030e18;
}
.my-alert.warning {
  color: #ffd599;
  background-color: #190f00;
}
.my-alert.error {
  color: #fab3ae;
  background-color: #180605;
}
.image-in-question {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.state-info-panel {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 5px;
}
.state-info-panel .state-item {
  justify-content: flex-start;
}
.state-info-panel .state-item.active {
  color: #fff;
  background-color: var(--main-color);
}

.header-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-menu > div {
  margin-left: 50px;
}

.header-menu .tag-a,
.header-menu a {
  text-decoration: none;
  color: white;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  word-break: keep-all;
  cursor: pointer;
}
.header-menu-swipe .MuiDrawer-paper {
background-color: #303c88;
}

.menu-list > div {
  border-bottom: 1px solid #ddd;
}

.menu-list div span,
.menu-list div a {
  padding: 15px;
  color: white;
  text-decoration: none;
  display: block;
  font-weight: 600;
}

.menu-list .header-mobile-bg {
  background: url(/images/landing.jpg) 0% 0% / cover no-repeat;
  height: 50px;
  display: flex;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
}

.app.other > header,
.landing-page header {
  background: url(/images/new/banner-left.jpg) no-repeat, url(/images/new/banner-right.jpg) no-repeat;
  background-position: top left, top right;
  background-size: auto, auto 100%;
}
.app.other > header.sm,
.landing-page header.sm {
  background: url(/images/new/banner-right.jpg) no-repeat;
  background-size: 150%;
  background-position: right top;
}

.search-header-panel {
  color: #303c88;
  border: 1px solid;
  border-radius: 40px;
  display: flex;
  align-items: center
}

.search-header-panel .search-header .MuiInputBase-root::before,
.search-header-panel .search-header .MuiInputBase-root::after {
  content: none
}

.search-header-panel .search-header .MuiInputBase-root {
  border-bottom: none !important
}

#search-header {
  padding: 7px 15px;
  color: #303c88;
  font-weight: 500
}

.search-results-panel {
  background-color: #fff;
  max-height: 600px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  height: 100%;
}

.search-results-panel .headerx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px
}

.search-results-panel .bodyx {
  padding: 20px 30px;
  height: calc(100% - 50px);
  overflow-y: auto;
  width: 100%;
  box-sizing: border-box
}

.search-results-panel .bodyx .app-item-panel {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  cursor: pointer
}

.search-results-panel .bodyx .app-item-panel .stores {
  display: flex;
  align-items: center
}

.search-results-panel .bodyx .app-item-panel .stores img {
  height: 30px
}

.search-results-panel .bodyx .app-item-panel .infos {
  padding-left: 10px
}

.search-results-panel .bodyx .app-item-panel .infos .name {
  font-weight: 600;
  margin-bottom: 8px
}

.modal-search-results-panel {
  display: flex;
  align-items: center;
  justify-self: center
}
.header-menu-swipe #search-header button svg {
  color: white;
}

.header-menu-swipe #search-header,
.header-menu-swipe #search-header button svg,
.header-menu-swipe .search-header-panel {
  color: white !important;
}

@media(max-width: 768px) {
  .search-header-panel {
      margin: 5px;
      margin-top: 10px
  }

  .menu-list {
      border-bottom: none !important
  }
}
.slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
main > .lazyload-wrapper {
    height: 70%;
    display: flex;
    flex-direction: column;
}
.list-social {
z-index: 1;
right: 20px;
}
.button-expaned-x,
.list-social a {
    box-shadow: 0 0 6px 2px #838383;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}
.button-expaned-x {
    border: none;
    margin-right: 10px;
    outline: none
}
@media(max-width: 768px) {
    .list-social {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column;
        width: 100%
    }
    .list-social a {
        padding: 10px !important;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        margin-bottom: 10px
    }
    .list-social {
        bottom: 10px;
        left: 0;
        top: inherit
    }
    .list-social button[aria-label=arrow_upward] {
        margin-right: 10px;
        margin-bottom: 10px !important
    }
}
#post-menu-auto-gen .item {
    margin-bottom: 10px;
}
#post-menu-auto-gen .item a {
    color: #000;
    text-decoration: none;
}
#post-menu-auto-gen .item a:hover {
    text-decoration: underline;
}
.related-stories-slider a {
    text-decoration: none
}
.slick-dots li button::before {
    font-size: 30px !important;
}
.slick-dots li.slick-active button::before {
    color: blue !important;
    font-size: 40px !important;
}
.dropdown-app-panel {
    margin-top: 10px;
}
.dropdown-app-panel button {
    margin-top: 0 !important;
}
.wrapper-image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 62.25%
}
.wrapper-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.dropdown-app-panel {
    position: relative;
    min-width: 320px;
    z-index: 3;
}
.dropdown-app-panel .content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: #616E7D;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 40px;
}
.dropdown-app-panel button {
    width: 100%;
    background-color: white;
    border-radius: 40px;
    font-weight: bold;
    color: #616E7D;
    border: 2px solid;
    margin-top: 10px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    padding-right: 10px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}
.dropdown-app-panel:hover button {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    background-color: #616E7D;
    border-color: #616E7D;
}
.dropdown-app-panel:hover svg {
    transform: rotate(180deg);
}
.dropdown-app-panel:hover .content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-app-panel.darkmode button {
    color: white;
    background-color: transparent;
}
.dropdown-app-panel.darkmode:hover button {
    border: 2px solid white;
    border-bottom-color: transparent;
    background: #555555;
}
.dropdown-app-panel.darkmode:hover .content {
    background-color: transparent;
    color: white;
    border: 2px solid;
    width: 100%;
    left: 0;
    border-top-color: transparent;
    top: calc(100% - 4px);
    background: #555555;
}
#ssadasdasdszcx > span {
    width: 100%;
    overflow: hidden;
}
main > .lazyload-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media(min-width: 768px) {
    main > .lazyload-wrapper {
        height: 80%;
    }
}
h1, h2, h3, h4, p {
    margin-top: 0;
}
.wrapper-image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 62.25%
}
.wrapper-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.wrapper-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff9800;
    bottom: -8px;
    right: -8px
}
.list-social {
    right: 20px;
    z-index: 1;
}
.button-expaned-x,
.list-social a {
    box-shadow: 0 0 6px 2px #838383;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}
.button-expaned-x {
    border: none;
    margin-right: 10px;
    outline: none
}
.dropdown-app-panel {
    position: relative;
    min-width: 320px;
    z-index: 3;
}
.dropdown-app-panel .content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: #616E7D;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 40px;
}
.dropdown-app-panel button {
    width: 100%;
    background-color: white;
    border-radius: 40px;
    font-weight: bold;
    color: #616E7D;
    border: 2px solid;
    margin-top: 10px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    padding-right: 10px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}
.dropdown-app-panel:hover button {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    background-color: #616E7D;
    border-color: #616E7D;
}
.dropdown-app-panel:hover svg {
    transform: rotate(180deg);
}
.dropdown-app-panel:hover .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-app-panel.darkmode button {
    color: white;
    background-color: transparent;
}
.dropdown-app-panel.darkmode:hover button {
    border: 2px solid white;
    border-bottom-color: transparent;
}
.dropdown-app-panel.darkmode:hover .content {
    background-color: transparent;
    color: white;
    border: 2px solid;
    width: 100%;
    left: 0;
    border-top-color: transparent;
    top: calc(100% - 4px);
}
body {
    box-sizing: border-box;
}
.dropdown-app-panel {
    position: relative;
    min-width: 320px;
    z-index: 3;
}
.dropdown-app-panel .content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: #616E7D;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 40px;
}
.dropdown-app-panel button {
    width: 100%;
    background-color: white;
    border-radius: 40px;
    font-weight: bold;
    color: #616E7D;
    border: 2px solid;
    margin-top: 10px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    padding-right: 10px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}
.dropdown-app-panel:hover button {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    background-color: #616E7D;
    border-color: #616E7D;
}
.dropdown-app-panel:hover svg {
    transform: rotate(180deg);
}
.dropdown-app-panel:hover .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-app-panel.darkmode button {
    color: white;
    background-color: transparent;
}
.dropdown-app-panel.darkmode:hover button {
    border: 2px solid white;
    border-bottom-color: transparent;
}
.dropdown-app-panel.darkmode:hover .content {
    background-color: transparent;
    color: white;
    border: 2px solid;
    width: 100%;
    left: 0;
    border-top-color: transparent;
    top: calc(100% - 4px);
}
.icon-block1-1,
.icon-block1-2,
.icon-block1-3,
.icon-block1-4,
.icon-block1-5,
.icon-block1-6 {
    background: url(/images/new/icon-block1.png) no-repeat;
    background-size: 488px 98px;
    background-position: 0 center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.icon-block1-2 {
    background-position: -80px center;
}
.icon-block1-3 {
    background-position: -160px center;
}
.icon-block1-4 {
    background-position: -240px center;
}
.icon-block1-5 {
    background-position: -330px center;
}
.icon-block1-6 {
    background-position: -414px center;
}
.content-home-page .content-panel {
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content-home-page .content-panel .topic-item-panel {
    box-shadow: 0 0 6px 4px rgba(185,185,185,.5);
    border-radius: 5px;
    padding: 20px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.content-home-page .content-panel .topic-item-panel>a {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
}
.content-home-page .content-panel .topic-item-panel>a>label {
    font-weight: 500;
}
.icon-block5-1,
.icon-block5-2,
.icon-block5-3,
.icon-block5-4,
.icon-block5-5,
.icon-block5-6 {
    background: url(/images/new/icon-block5.png) no-repeat;
    background-size: 500px 88.18px;
    background-position: 0 center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.icon-block5-2 {
    background-position: -87px center;
}
.icon-block5-3 {
    background-position: -165px center;
}
.icon-block5-4 {
    background-position: -244px center;
}
.icon-block5-5 {
    background-position: -326px center;
}
.icon-block5-6 {
    background-position: -417px center;
}
.feedback-container > div {
    background-color: #f1f1f1;
    border-bottom-right-radius: 60%;
    border-bottom-left-radius: 60%;
}
.feedback-container .feedbacks-slider {
    display: flex;
    align-items: center;
}
.feedback-container .slick-list {
    width: 100%;
}
.feedback-container .feedback-item {
    padding: 30px 20px;
    text-align: center;
}
.feedback-container .feedback-item .content {
    font-size: 1.2em;
    margin: 10px auto;
}
.feedback-container .feedback-item .name {
    margin: 10px auto;
    font-weight: 600;
}
.feedback-container .feedback-item .avatar {
    margin: 30px auto;
}
.main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 768px) {
    .content-home-page .content-panel .topic-item-panel {
        width: 100%;
    }
}
.contentxxx {
    font-family: MyFont,-apple-system,BlinkMacSystemFont, "Roboto", sans-serif !important;
    line-height: 1.4;
}
.contentxxx * {
    font-size: 16px !important;
    font-family: MyFont,-apple-system,BlinkMacSystemFont, "Roboto", sans-serif !important;
    font-weight: normal !important;
    color: #333 !important;
}

.contentxxx h1 span,
.contentxxx h1,
.contentxxx h2 span,
.contentxxx h2,
.contentxxx h3 span,
.contentxxx h3 {
    font-weight: bold !important;
    color: black !important;
}
.contentxxx h1 span,
.contentxxx h1 {
    font-size: 36px !important;
}

.contentxxx h2 span,
.contentxxx h2 {
    font-size: 30px !important;
}

.contentxxx h3 span,
.contentxxx h3 {
    font-size: 22px !important;
}
