@font-face {
  font-family: icomoon;
  src: url(https://www.thelallantop.com/_next/static/media/icomoon.cf363d3b.eot);
  src: url(https://www.thelallantop.com/_next/static/media/icomoon.cf363d3b.eot)
      format("embedded-opentype"),
    url(https://www.thelallantop.com/_next/static/media/icomoon.fd3a171d.ttf)
      format("truetype"),
    url(https://www.thelallantop.com/_next/static/media/icomoon.63481d14.woff)
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  min-height: 100vh;
}

body {
  overflow-x: hidden;
  background-color: #f4f4f4;
}

body {
  padding-top: 0;
}

html {
  min-height: 100vh;
}

:root {
  --bs-font-sans-serif: "Mukta", system-ui, -apple-system, BlinkMacSystemFont !important;
  --bs-root-font-size: 62.5%;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.6rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
  --bs-link-color: #d9368b;
  --bs-link-hover-color: #ae2b6f;
}

:root {
  font-size: var(--bs-root-font-size);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

:root {
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.footer-main {
  background-color: #016369;
  padding-top: 4rem;
  margin-bottom: 50px;
  min-height: 50rem;
  content-visibility: auto;
}

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

.footer-main-row {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.bottom-items {
  display: none;
}

.copy-right {
  text-align: center;
  font-size: 1.5rem;
}

.bottom-copy {
  display: none;
}

.firstColumn {
  margin-top: 3rem;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
  gap: 16px;
  padding: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

p {
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  font-size: 2rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.ul-items {
  list-style: none;
  padding-left: 0;
}

img {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
}

h4 {
  font-size: 2.4rem;
}

.social-link-list {
  padding-left: 0;
  list-style: none;
}

.social-link-list {
  display: flex !important;
}

.mb-4 {
  margin-bottom: 2.4rem !important;
}

.pb-3 {
  padding-bottom: 1.6rem !important;
}

.ul-items li {
  font-size: 1.5rem;
  line-height: 12px;
}

.bottom-app {
  margin: 0 auto;
  width: 50%;
}

.social-link-list li + li {
  margin-left: 1.4rem;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}
.ul-items li {
  margin-bottom: 4px;
  line-height: 18px !important;
}

.ul-items li a {
  color: hsla(0, 0%, 80%, 0.839);
}

a:hover {
  color: var(--bs-link-hover-color);
}

.ul-items li a:hover {
  color: #fff;
  cursor: pointer;
}

.social-link-list li a {
  display: flex !important;
}

.social-link-list li a {
  justify-content: center !important;
}

.social-link-list li a {
  align-items: center !important;
}

.social-link-list li a {
  text-decoration: none !important;
}

.social-link-list li a {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  color: #016369;
  font-size: 1.8rem;
  transition: all 0.25s ease-in-out;
}

.social-link-list li a:hover {
  background-color: #d9368b;
  color: #fff;
}

[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 300;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-vidos:before {
  content: "";
}

/* These were inline style tags. Uses id+class to override almost everything */
#style-JDOh1.style-JDOh1 {
  display: flex;
  flex-direction: column;
  color: white;
  align-items: center;
}
#style-bwFsa.style-bwFsa {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #ccccccd6;
  text-decoration: none;
  width: 100%;
}
#style-rWwW1.style-rWwW1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #ccccccd6;
  width: 100%;
}
#style-W5eLW.style-W5eLW {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #ccccccd6;
  width: 100%;
}
#style-xVDgS.style-xVDgS {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #ccccccd6;
  width: 100%;
}
#style-7n74d.style-7n74d {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #ccccccd6;
  width: 100%;
}
#style-Moo2V.style-Moo2V {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #ccccccd6;
  width: 100%;
}
#style-TtiE1.style-TtiE1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #ccccccd6;
  width: 100%;
}
#style-34Evt.style-34Evt {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #ccccccd6;
  width: 100%;
}
#style-f1wrY.style-f1wrY {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #ccccccd6;
  width: 100%;
}
#style-Bgxed.style-Bgxed {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #ccccccd6;
  width: 100%;
}
#style-TMqK1.style-TMqK1 {
  display: flex;
  flex-direction: column;
  gap: 0 px;
  color: #ccccccd6;
  text-decoration: none;
  width: 200%;
}
#style-EtcjU.style-EtcjU {
  display: flex;
  gap: 0.9rem;
}
#style-jG2dt.style-jG2dt {
  display: flex;
  flex-direction: column;
  gap: 0 px;
  color: #ccccccd6;
  text-decoration: none;
  width: 100%;
}
#style-w3UVY.style-w3UVY {
  display: flex;
  gap: 0.9rem;
}
#style-RLyr6.style-RLyr6 {
  display: flex;
  flex-direction: row;
  color: white;
  align-items: center;
  gap: 5rem;
  justify-content: center;
}
#style-gLXqs.style-gLXqs {
  border-top: 5px solid white;
  color: white;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@font-face {
  font-family: icomoon;
  src: url(https://www.thelallantop.com/_next/static/media/icomoon.cf363d3b.eot);
  src: url(https://www.thelallantop.com/_next/static/media/icomoon.cf363d3b.eot)
      format("embedded-opentype"),
    url(https://www.thelallantop.com/_next/static/media/icomoon.fd3a171d.ttf)
      format("truetype"),
    url(https://www.thelallantop.com/_next/static/media/icomoon.63481d14.woff)
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
}
body {
  /* CSS Variables that may have been missed get put on body */
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 0;
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1.6rem;
  --bs-list-group-item-padding-y: 0.8rem;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #d9368b;
  --bs-list-group-active-border-color: #d9368b;
}

* {
  box-sizing: border-box;
}

.head-fixed > div {
  transform: none !important;
}

.top-strip {
  display: flex;
}

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

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.d-flex {
  display: flex !important;
}

.head-section {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2%;
}

.head-section {
  display: flex;
}

@media (min-width: 1200px) {
  .mr-head {
    width: 100% !important;
  }
}

.mr-head {
  width: calc(100% - 4rem);
}

.mr-head {
  margin-top: 1.2rem;
}

.head-section .logo {
  padding: 0.8rem 3.8rem 0 0.8rem;
}

@media (max-width: 1399.98px) {
  .head-section .logo {
    padding: 0.8rem 2rem 0 0.8rem;
  }
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--bs-link-hover-color);
}

.logo .m-logo {
  display: none;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.d-none {
  display: none !important;
}

.mb-1 {
  margin-bottom: 0.4rem !important;
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

.cate-search {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

img {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.head-section .logo .lallan-logo img {
  vertical-align: top;
}

@media (min-width: 768px) {
  .m-logo img {
    width: 45px;
    height: 45px;
  }
}

.flashnews-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-category {
  margin-top: 0.6rem;
}

.cate-search .header-category {
  width: 105.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 1600px) {
  .cate-search .header-category {
    width: 95.5rem;
  }
}

@media (max-width: 1350px) {
  .cate-search .header-category {
    width: 85.25rem;
  }
}

@media (max-width: 1300px) {
  .cate-search .header-category {
    width: 81.25rem;
  }
}

@media (min-width: 1200px) {
  .m-visible {
    display: none !important;
  }
}

.cate-search .header-serch {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.download_img {
  margin-left: 20px;
  margin-top: -0.8rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1.6rem;
  --bs-list-group-item-padding-y: 0.8rem;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #d9368b;
  --bs-list-group-active-border-color: #d9368b;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-horizontal {
  flex-direction: row;
}

.category-menu {
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0.1rem solid #c7c7c7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.9rem;
}

.cate-search .header-serch .search-box-container {
  width: 100%;
}

.search-action {
  display: flex;
  text-align: center;
}

[role="button"] {
  cursor: pointer;
}

.more-col {
  position: relative;
}

.huloQD {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
}

.flashnews-login .more-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y)
    var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid
    var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.category-menu .list-group-item {
  position: relative;
  padding: 0;
  width: 100%;
  border: 0;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.category-menu .list-group-item:first-child {
  border-top-left-radius: 0.9rem;
  border-bottom-left-radius: 0.9rem;
}

.category-menu .list-group-item.active {
  background-color: #d9368b;
}

header .category-menu .list-group-item::after {
  content: "";
  width: 0.1rem;
  height: calc(100% - 1rem);
  position: absolute;
  top: 0.5rem;
  right: 0;
  background-color: #c4c4c4;
}

header .category-menu .list-group-item.active::after {
  display: none;
}

header .category-menu .list-group-item:hover {
  background-color: #d9368b;
}

header .category-menu .list-group-item:hover::after {
  display: none;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.category-menu .list-group-item:last-child {
  border-top-right-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
}

header .category-menu .list-group-item:last-child::after {
  display: none;
}

@media (min-width: 768px) {
  .suggest-option-dropdown {
    top: 6rem !important;
    width: 350px !important;
    right: 4rem !important;
  }
}

@media (min-width: 992px) {
  .suggest-option-dropdown {
    width: 400px !important;
  }
}

.suggest-option-dropdown {
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  width: 400px;
  top: 12rem;
  right: 0;
  background-color: #fff;
}

button {
  border-radius: 0;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

button:not(:disabled) {
  cursor: pointer;
}

.search-action button {
  border: 0;
  background-color: transparent;
  padding: 0 0.6rem;
}

.cate-search .header-serch button {
  height: 4.4rem;
}

.download-app-mobile {
  margin-left: 1.5rem;
}

.cate-search .header-serch .arena-btn {
  display: none;
}

.flashnews-login .more-col span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  margin-right: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.5rem;
}

.option-dropdown {
  font-size: 14px;
  color: #5f5f5f !important;
}

.huloQD .option-dropdown {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.flashnews-login .option-dropdown {
  cursor: pointer;
  margin-left: 0.5rem;
}

.category-menu .list-group-item a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #5f5f5f;
  padding: 1rem 1.6rem;
  justify-content: center;
  gap: 10px;
}
.category-menu .list-group-item a:hover {
  background-color: #d9368b;
}

.category-menu .list-group-item.active a {
  color: #fff;
}

.category-menu .list-group-item.active:first-child a {
  border-top-left-radius: 0.9rem;
  border-bottom-left-radius: 0.9rem;
}

header .category-menu .list-group-item a:hover {
  color: #fff;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.mb-3 {
  margin-bottom: 1.6rem !important;
}

@media (min-width: 1200px) {
  .search-box-container .sarch-box .input-group {
    margin-bottom: 0 !important;
  }
}

i {
  padding-right: 10px;
  height: 2.7rem;
  max-width: 100%;
  vertical-align: middle;
}

[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 300;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
  .icon-close {
    color: #d9368b !important;
  }
}

.search-action button i {
  font-size: 1.8rem;
  color: #59b2b8;
}

.icon-close:before {
  content: "";
}

@media (min-width: 768px) {
  .download-app-mobile img {
    width: 35px;
    height: 35px;
  }
}

header .category-menu .list-group-item a > i {
  margin-right: 1.6rem;
}

.cate-search .header-category .category-menu .list-group-item a i {
  margin-right: 1.2rem;
  height: 2rem;
}

.icon-home:before {
  content: "";
}

header .category-menu .list-group-item a > span {
  font-size: 1.8rem !important;
}

header .cate-search .header-category .category-menu .list-group-item a > span {
  font-size: 1.6rem;
  display: block;
}

.icon-read:before {
  content: "";
}

.icon-cat-video:before {
  content: "";
}

.icon-cat-video:before {
  font-size: 60%;
}

.icon-cat-listen:before {
  content: "";
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.6rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c7c7c7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.6rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.sarch-box .input-group .form-control {
  height: 4.4rem;
}

/* These were inline style tags. Uses id+class to override almost everything */
#style-Tl95l.style-Tl95l {
  border-radius: 25px;
}
.side-menu-bar {
  position: absolute;

  right: 0;
  top: 0%;
  opacity: 1;
  background: #d9368b;
  width: 16px;
  height: 3px !important;
  display: block;
  border-radius: 22%;
  margin: 0;
  left: 0 !important;
}
.side-menu-bar-short {
  top: 1.6rem !important;
  width: 10px;
}
.side-menu {
  width: 3rem;
  height: 2.5rem;
  position: relative;
  margin-top: 0.5rem;
}
.second-child {
  top: 0.8rem !important;
}
.desktop-menu {
  width: 0;

  height: 70vh;
  position: absolute;
  z-index: 1;
  background-color: white;
  overflow-y: scroll;
  margin-top: 20px;
  margin-left: 20px;
  /* width: 285px; */
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.bookmark-bar-icon img {
  width: 45px;
  height: 45px;
}
.secondary-bar-icon img {
  width: 36px;
  height: 36px;
}
.bookmark-bar-icon span {
  color: black;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}
.bookmark-text {
  color: black;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}
.bookmark-bar {
  display: flex;
  justify-content: space-around;
  padding: 30px 24px;
  border-bottom: 0.1rem solid #c4c4c4;
}
.bookmark-bar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secondary-bar-icon {
  padding: 12px 24px;
  border-bottom: 0.1rem solid #c4c4c4;
  display: flex;
  gap: 10px;
  align-items: center;
}
.secondary-bar-icon span {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.secondary-bar-icon img {
  margin-right: 8px;
}
.cat-items {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-left: 8px;
}
.cat-bar {
  display: flex;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 2px 0 2px 2rem;
  background-color: #fff;
  align-items: center;
}
.cat-item a {
  display: block;
  height: 25px;
  position: relative;
  margin: 0 1.25rem;
  font-size: 16px;
  white-space: pre;
  color: #333;
  cursor: pointer;
}
.cat-item a:hover {
  color: var(--bs-link-color);
}
.option-dropdown {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.option-dropdown {
  font-size: 14px;
  color: #5f5f5f !important;
}
.option-dropdown .dropdown-list {
  width: 13.3rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  right: 1.5rem;
  z-index: 2;
}
.more-cat-dropdown .dropdown-list {
  margin-left: 3rem;
  margin-top: 3.5rem;
  display: none;
}
.option-dropdown .dropdown-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.option-dropdown .dropdown-list ul li {
  border-bottom: 0.1rem solid #cecdcd;
  cursor: pointer;
  font-weight: 500;
}
.more-cat-dropdown li {
  padding: 1.2rem !important;
}
.option-dropdown li {
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.549) !important;
}
.option-dropdown .dropdown-list ul li a {
  padding: 1.2rem;
  display: flex;
  align-items: center;
}
.more-cat-dropdown li a {
  padding: 0 !important;
  color: black;
}
.three-dot-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  cursor: pointer;
  margin-left: 8px;
}
.more-cat-dropdown li a:hover {
  color: var(--bs-link-color);
}
.menu-foot {
  background-color: #f1f1f1;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.menu-foot ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-foot ul li {
  color: #000;
  border-bottom: 0.03rem solid #c4c4c4;
}
.menu-foot ul li a,
.slidenav-btn-desktop .menu-foot ul li div {
  color: #606060;
  padding: 1.6rem 2.3rem;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
}
.menu-foot ul li a img {
  width: 20px;
}
.cross-icon {
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  margin: auto 0;
  display: none;
}
@media (max-width: 1199px) {
  .top-strip {
    display: none;
  }
  .cat-bar {
    display: none;
  }
  /* .desktop-menu {
    display: none;
  } */
}
.top-strip-mobile {
  background-color: #d9368b;
  padding: 0.7rem 0;
}
.bottom-strip-mobile {
  display: flex;
  padding-left: 4px;
  background-color: white;
}
.navbar-nav {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  overflow-x: scroll !important;
}
.default-overlay {
  overflow-x: scroll !important;
  scrollbar-color: #fff;
  margin-left: 14px;
}
.navbar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 22px;
}
.navbar-nav ul > li {
  position: relative;
}
.navbar-nav .nav-link {
  position: relative;
  /* margin: 0 1.25rem; */
  font-size: 16px;
  white-space: pre;
  color: #333;
}
.navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
@media (min-width: 1200px) {
  .bottom-strip-mobile {
    display: none;
  }
  .top-strip-mobile {
    display: none;
  }
}
.list-group-item a img {
  height: 16px;
  width: 16px;
}
@media screen and (max-width: 450px) {
  .firstColumn {
    display: none !important;
  }
  .grid-container {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .bottom-copy,
  .bottom-items {
    display: block !important;
  }
  .bottom-items-logo {
    width: 80px;
    height: auto;
  }
  .bottom-items-div {
    gap: 10px !important;
  }
}
.right-side {
  margin-left: auto;
  display: flex;
  align-items: center;
  img {
    height: 28px;
    margin-left: 8px;
    cursor: pointer;
  }
  span {
    margin-left: 8px;
    color: #d9368b;
    font-weight: 600;
    cursor: pointer;
  }
}
.language-div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  cursor: pointer;
  align-items: center;
}
.language-div span {
  font-size: 16px;
}
.search-icon {
  margin-right: 10px;
}
.left-strip-m {
  display: flex;
  justify-content: space-between;
  a {
    margin-left: 10px;
  }
  img {
    height: 28px;
    width: 28px;
    margin-right: 10px;
  }
}
.header-title {
  color: #5f5f5f;
}
.category-menu .list-group-item:after {
  content: "";
  width: 0.1rem;
  height: calc(100% - 1rem);
  position: absolute;
  top: 0.5rem;
  right: 0;
  background-color: #c4c4c4;
}
.bookmark-bar-icon {
  font-size: 28px;
  font-weight: 600;
  width: 42px;
  height: 42px;
  background-color: #fbebf3;
  color: #d9368b;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 0.9rem;
}
.bookmark-bar-icon-b {
  width: 42px;
  height: 42px;
  background-color: #fbebf3;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  width: 300px;
  padding: 1.3rem;
  min-height: 250px;
  position: absolute;
  z-index: 3;
  top: 20%;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
  left: 35%;
}

.modal .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}

.modal p {
  font-size: 0.9rem;
  color: #777;
  margin: 0.4rem 0 0.2rem;
}

button {
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  background-color: black;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
}

.btn-open {
  position: absolute;
  bottom: 150px;
}

.btn-close {
  color: #d9368b;
  background: none;
  font-size: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hidden {
  display: none;
}
.download-mobile-dtop {
  width: 200px;
  height: 200px;
  margin: 0 auto 0;
}
.modal span {
  text-align: center;
}
.modal-m {
  width: 96vw;
  padding: 1.3rem;
  min-height: 250px;
  position: relative;
  z-index: 3;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin: 20vh auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-m .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-m input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}

.modal-m p {
  font-size: 0.9rem;
  color: #777;
  margin: 0.4rem 0 0.2rem;
}

button {
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  background-color: black;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
}

.btn-open-m {
  position: absolute;
  bottom: 150px;
}

.btn-close-m {
  color: #d9368b;
  background: none;
  font-size: 20px;
  margin-left: auto;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hidden {
  display: none;
}
.download-mobile-dtop {
  width: 200px;
  height: 200px;
  margin: 0 auto 0;
}
.modal-m span {
  text-align: center;
}
.qr-image-container-header {
  width: 100%;
  text-align: center;
}
.logo-download-app {
  width: 100px;
  height: 100px;
  padding: 1rem;
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border: 0px solid #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(159, 159, 159, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(159, 159, 159, 1);
  box-shadow: 0px 5px 10px 0px rgba(159, 159, 159, 1);
  margin-bottom: 1.5rem;
}
.mobile_app_download_text {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.mobile_app_download_btn {
  margin: 1.5rem 0 0;
  padding: 1rem;
  background-color: #d9368b;
  width: 14rem;
  border: 1px solid #d9368b;
  border-radius: 16px;
  font-size: 1.6rem;
}
.mobile_app_download_btn a {
  all: revert;
  color: #fff !important;
  text-decoration: none;
}
.download-app-mobile {
  margin-left: 1.5rem;
}
.bottom-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-top: -30px !important;
  z-index: 9999;
  background-color: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.4s;
}
.bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-menu ul li {
  text-align: center;
  width: 100%;
}
.bottom-menu ul li a {
  text-align: center;
  padding: 1rem 0;
  color: #2a2a2a;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.bottom-menu ul li.active a {
  color: #d9368b;
}
@media (min-width: 1200px) {
  .bottom-menu {
    display: none;
  }
}
.login-text {
  margin-left: 8px;
  color: #d9368b;
  font-weight: 600;
  cursor: pointer;
}
.highlight {
  color: white;
}
.desktop-header {
  font-family: "Mukta";
}
.selected {
  color: #d9368b !important;
  font-weight: 600;
}



  .list-group-item:hover path {
    stroke: white;
  }


 
