@media only screen and (min-width: 0px) and (max-width: 767px) {
  .d-sm-none {
    display: none !important;
  }
}

.adopted_life_container {
  background-color: var(--bs-body-bg);
  gap: 30px;
  position: relative;
}

.adopted_life_container .sidebar_wrapper {
  position: relative !important;
}

@media (max-width: 1280px) {
  .adopted_life_container .container-fluid.style_1 {
    padding: 0px 0px 0px 20px !important;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 0px) and (max-width: 767px) {
  .adopted_life_container .container-fluid.style_1 {
    padding: 0px 16px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .adopted_life_container .container-fluid.style_1 {
    padding: 0px 16px !important;
  }
}

@media (max-width: 1300px) {
  .adopted_life_container .tk_width {
    width: 100% !important;
  }
}

.adopted_life_container .angle_toggle_btn {
  position: absolute;
  top: 33px;
  right: -12px;
  width: 30px;
  height: 30px;
  background-color: #f2ffd4;
  color: #272a33;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.3s ease;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .adopted_life_container .angle_toggle_btn {
    width: 25px;
    height: 25px;
  }
}

.adopted_life_container .angle_toggle_btn i {
  transition: all 0.4s ease;
}

.adopted_life_container .angle_toggle_btn:hover {
  background-color: #96d400;
}

@media (max-width: 1300px) {
  .adopted_life_container .angle_toggle_btn {
    display: none;
  }
}

@media (min-width: 1301px) {
  .adopted_life_container .menu_toggle_btn,
  .adopted_life_container .menu_toggle_bars {
    display: none;
  }
}

.adopted_life_container .menu_toggle_btn .cross_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  display: inline-block;
  width: 40px;
  overflow: visible !important;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #898c8f;
  transition: all 0.4s ease;
  cursor: pointer;
}

.adopted_life_container .menu_toggle_btn .cross_btn:hover {
  background-color: #c3e66e;
}

@media (max-width: 1300px) {
  .adopted_life_container .col-lg-2.side_menu {
    background-color: rgba(0, 0, 0, 0.432);
    height: 100%;
    min-height: 100%;
    z-index: 99;
    position: fixed;
    overflow-y: scroll;
    overflow-x: visible !important;
    top: 0px;
    left: -100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    transition: all 0.5s ease;
  }

  .adopted_life_container .col-lg-2.side_menu.active {
    left: 0px;
  }

  .adopted_life_container .col-lg-7 {
    width: 70%;
  }

  .adopted_life_container .col-lg-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .adopted_life_container .row .col-lg-7.style_1 {
    width: 100%;
  }

  .adopted_life_container .row .col-lg-3.style_1 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .adopted_life_container .row .col-lg-7.style_1 {
    width: 100%;
  }

  .adopted_life_container .row .col-lg-3.style_1 {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .adopted_life_container .row .col-lg-7.style_1 {
    width: 100%;
  }

  .adopted_life_container .row .col-lg-3.style_1 {
    width: 100%;
  }
}

.adopted_life_container .sidebar {
  background-color: transparent;
  position: relative;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  z-index: 999;
  position: fixed;
  overflow-y: scroll;
  overflow-x: visible !important;
  transition: width 0.9s ease, min-width 0.9s ease, max-width 0.9s ease;
}

.adopted_life_container .sidebar .sidebar_tk {
  padding: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90%;
  background-color: var(--bs-dark);
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .adopted_life_container .sidebar .sidebar_tk {
    padding: 24px 1px 24px 5px;
  }
}

@media (min-width: 1601px) and (max-width: 1845px) {
  .adopted_life_container .sidebar .sidebar_tk {
    padding: 24px 1px 24px 5px;
  }
}

.adopted_life_container .sidebar::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1300px) {
  .adopted_life_container .sidebar {
    position: absolute;
    max-width: 100%;
    width: 350px;
  }
}

.adopted_life_container .sidebar .logo_area {
  width: 100%;
  height: 43px;
  margin-left: 10px;
  margin-top: 22px;
  padding: 0px 20px 0px 0px;
}

@media (min-width: 768px) {
  .adopted_life_container .sidebar .logo_area {
    margin-top: 0px;
  }
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .adopted_life_container .sidebar .logo_area {
    padding: 0px 20px 0px 0px;
    width: 95%;
  }
}

.adopted_life_container .sidebar .logo_area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.adopted_life_container .sidebar .menu_list_area {
  margin-top: 42px;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .adopted_life_container .sidebar .menu_list_area {
    margin-top: 20px;
  }
}

.adopted_life_container .sidebar .menu_list_area ul li.style_1 {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 19px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.adopted_life_container .sidebar .menu_list_area ul li a {
  margin-bottom: 6px;
  padding: 12px 5px;
  display: block;
  border-right: 04px solid transparent;
  font-family: "Inter", sans-serif;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.8s ease;
  color: #8a8c90;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .adopted_life_container .sidebar .menu_list_area ul li a {
    padding: 8px 14px;
    font-size: 14px;
  }
}

@media (min-width: 1301px) and (max-width: 1600px) and (min-width: 1301px) and (max-width: 1390px) {
  .adopted_life_container .sidebar .menu_list_area ul li a {
    font-size: 12px;
  }
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .adopted_life_container .sidebar .menu_list_area ul li a span {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .adopted_life_container .sidebar .menu_list_area ul li a span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (min-width: 1601px) and (max-width: 1845px) {
  .adopted_life_container .sidebar .menu_list_area ul li a {
    padding: 10px 30px;
    font-size: 16px;
  }
}

@media (min-width: 1601px) and (max-width: 1845px) and (min-width: 1601px) and (max-width: 1656px) {
  .adopted_life_container .sidebar .menu_list_area ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1601px) and (max-width: 1845px) and (min-width: 1601px) and (max-width: 1607px) {
  .adopted_life_container .sidebar .menu_list_area ul li a {
    font-size: 14px;
  }
}

@media (min-width: 1601px) and (max-width: 1845px) {
  .adopted_life_container .sidebar .menu_list_area ul li a span {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }

  .adopted_life_container .sidebar .menu_list_area ul li a span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.adopted_life_container .sidebar .menu_list_area ul li a.active {
  background: #ffdeb3;
  color: #272a33;
  border-radius: 10px 0 0 10px !important;
  border-right: 04px solid #ff8700;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

@media (max-width: 768px) {
  .adopted_life_container .sidebar .menu_list_area ul li a {
    padding-left: 15px;
  }
  .adopted_life_container .sidebar .menu_list_area ul li a.active {
    padding-left: 15px;
  }
}

.adopted_life_container
  .sidebar
  .menu_list_area
  ul
  li
  a.active
  .sidebar_iframe
  > i {
  color: #272a33;
}

.adopted_life_container .sidebar .menu_list_area ul li a.active span {
  opacity: 1;
}

.adopted_life_container .sidebar .menu_list_area ul li a span {
  margin-right: 12px;
  opacity: 1;
}

.adopted_life_container .sidebar .menu_list_area ul li a span i {
  margin-left: 10px;
}

.adopted_life_container .sidebar .menu_list_area ul li li a.active {
  background-color: transparent;
  color: #ff8700;
  border-right: none;
}

.adopted_life_container
  .sidebar
  .menu_list_area
  ul
  .dropdown_menu
  span.dropdown_angle {
  margin-right: 0px;
}

.adopted_life_container .sidebar .menu_list_area ul .dropdown_menu span i {
  transition: all 0.4s ease;
}

.adopted_life_container
  .sidebar
  .menu_list_area
  ul
  .dropdown_menu.active_dropdown
  span
  i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.adopted_life_container
  .sidebar
  .menu_list_area
  ul
  .dropdown_menu.active_dropdown
  .dropdown {
  max-height: 500px;
}

.adopted_life_container .sidebar .menu_list_area ul .dropdown {
  padding-left: 58px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.adopted_life_container .sidebar .menu_list_area ul .dropdown li {
  margin: 0px;
  padding: 0px;
}

.adopted_life_container .sidebar .menu_list_area ul .dropdown li a {
  padding: 0px;
}

.adopted_life_container .sidebar .menu_list_area .btn_wrapper {
  margin: 60px 0px;
}
/* all services for desktop and text */
@media (min-width: 1301px) and (max-width: 1520px) {
  .adopted_life_container .sidebar .menu_list_area .btn_wrapper {
    font-size: 16px;
    margin-left: 0px;
  }

  .adopted_life_container .sidebar .menu_list_area .btn_wrapper a {
    padding: 13px 30px;
  }
}

.adopted_life_container .sidebar .menu_list_area .btn_wrapper a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 33px;
  font-weight: 500;
  font-size: 16px;
  color: #272a33;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: #ffdeb3;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .adopted_life_container .sidebar .menu_list_area .btn_wrapper a {
    font-size: 14px;
  }
}

.adopted_life_container .sidebar .menu_list_area .btn_wrapper a span {
  margin-right: 10px;
}

.adopted_life_container .main_content {
  width: 100%;
}

.adopted_life_container .main_content.tk_style_02 {
  margin-top: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .adopted_life_container .main_content.tk_style_01 {
    padding: 0px 16px;
  }
}

.adopted_life_container .main_content .heading h1 {
  font-weight: 600;
  font-size: 30px;
  color: #272a33;
}

@media (min-width: 1301px) and (max-width: 1440px) {
  .adopted_life_container .main_content .heading h1 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .adopted_life_container .main_content .heading h1 {
    font-size: 20px;
  }
}

.adopted_life_container .main_content .description p {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #8b8c90;
}

@media (min-width: 1301px) and (max-width: 1545px) {
  .adopted_life_container .main_content .description p {
    font-size: 13px;
    margin-top: 3px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .adopted_life_container .main_content .description p {
    margin-top: 0px;
    font-size: 14px;
  }
}

@media (min-width: 1601px) and (max-width: 1701px) {
  .adopted_life_container .sidebar .menu_list_area ul li a {
    font-size: 14px;
  }
}
/* header area */
.header_area {
  background-color: var(--bs-dark);
  padding: 17px 30px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area.tk_style_1 {
    padding: 0px !important;
    background: #f9f4f1;
  }
}

.header_area .col-lg-8.style_003 {
  padding: 50px 30px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .col-lg-8.style_003 {
    padding: 0px !important;
  }
}

.header_area .col-lg-8.style_003 .search_area {
  background-color: var(--bs-body-bg);
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .col-lg-8.style_003 .search_area {
    margin-top: 20px;
  }
}

.header_area .col-lg-8.style_003 .icon_area li {
  background-color: var(--bs-body-bg);
}

.header_area .col-lg-8.style_003 .heading_area h1 {
  font-weight: 600;
  font-size: 30px;
  color: #272a33;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .header_area .col-lg-8.style_003 .heading_area h1 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .header_area .col-lg-8.style_003 .heading_area h1 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .col-lg-8.style_003 .heading_area h1 {
    font-size: 24px;
  }
}

.header_area .col-lg-8.style_003 .heading_area p {
  font-weight: 500;
  font-size: 16px;
  color: #8b8c90;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .header_area .col-lg-8.style_003 .heading_area p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .header_area .col-lg-8.style_003 .heading_area p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .header_area .col-lg-8.style_003 {
    padding: 30px 20px 0px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .col-lg-8.style_003 {
    padding: 30px 20px 0px 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .col-lg-8.style_003 {
    padding: 30px 20px 0px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .header_area .col-lg-8.style_003 {
    width: calc(100% - 33%);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .header_area .col-lg-8.style_003 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .col-lg-8.style_003 {
    width: 100%;
  }
}

.header_area .col-lg-4.style_002 {
  background: #f9f4f1;
  padding: 0px 10px;
}

@media (min-width: 999px) and (max-width: 1300px) {
  .header_area .col-lg-4.style_002 {
    width: 33%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .col-lg-4.style_002 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .header_area .col-lg-4.style_002 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .col-lg-4.style_002 {
    background-color: transparent !important;
  }
}

.header_area .col-lg-4.style_002 .meta_area {
  background-color: white;
  padding: 50px 30px 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .header_area .col-lg-4.style_002 .meta_area {
    padding: 28px 30px 28px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .col-lg-4.style_002 .meta_area {
    padding: 28px 30px 28px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .col-lg-4.style_002 .meta_area {
    padding: 0px !important;
  }

  .header_area .col-lg-4.style_002 .meta_area .ball_icon.style_1 span {
    background-color: #fff !important;
  }

  .header_area .col-lg-4.style_002 .meta_area.style_002 {
    background-color: transparent !important;
  }
}

.header_area.style_002 {
  padding: 0px;
  background: #f9f4f1;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .header_area.style_002 .col-lg-8 .row {
    justify-content: space-between;
  }

  .header_area.style_002 .col-lg-8 .row .col-lg-6 {
    width: 42%;
  }

  .header_area.style_002 .col-lg-8 .row .col-lg-6:nth-child(2) {
    width: 54%;
  }

  .header_area.style_002 .col-lg-8 .row .col-lg-6:nth-child(2) .search_area {
    max-width: 220px;
    height: 40px;
  }

  .header_area.style_002
    .col-lg-8
    .row
    .col-lg-6:nth-child(2)
    .search_area
    button {
    font-size: 18px;
  }

  .header_area.style_002
    .col-lg-8
    .row
    .col-lg-6:nth-child(2)
    .search_area
    input {
    font-size: 12px;
  }

  .header_area.style_002
    .col-lg-8
    .row
    .col-lg-6:nth-child(2)
    .search_area
    input::placeholder {
    font-size: 12px;
  }
}

.header_area.style_002 .menu_heading {
  gap: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area.style_002 .menu_heading {
    gap: 16px;
  }
}

.header_area.style_002 .heading h1 {
  font-size: 30px;
}

.header_area.style_002 .col-lg-3 {
  padding: 50px 30px;
  background: #f9f4f1;
}

.header_area.style_002 .col-lg-5 {
  padding: 50px 30px;
  background: #f9f4f1;
}

@media (min-width: 1301px) and (max-width: 1545px) {
  .header_area .meta_area .profile {
    width: 50px;
    height: 50px;
  }

  .header_area .meta_area .meta_content {
    gap: 10px;
  }

  .header_area .meta_area .ball_icon span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--bs-body-bg);
  }

  .header_area .meta_area .meta_title h3 {
    font-size: 18px;
  }

  .header_area .meta_area .meta_title p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .header_area {
    padding: 20px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .header_area {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area {
    padding: 20px 16px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area {
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .row .col-lg-7.style_1 {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .row .col-lg-7.style_1 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .header_area .row .col-lg-7.style_1 {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .header_area .row .col-lg-5 {
    width: 40%;
  }

  .header_area .row .col-lg-5.style_1 {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .row .col-lg-5 {
    width: 100%;
  }

  .header_area .row .col-lg-5.style_1 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .header_area .row .col-lg-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .row .col-lg-4 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .header_area .row .col-lg-3 {
    width: 40%;
  }

  .header_area .row .col-lg-3.style_01 {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .row .col-lg-3 {
    width: 100%;
    margin-top: 20px;
  }
}

.header_area.style_1 {
  background-color: #f9f4f1;
  padding: 50px 0px 0px 0px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .header_area.style_1 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .header_area.style_1 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area.style_1 {
    padding: 20px 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area.style_1 {
    padding: 20px 10px;
  }
}

.header_area.style_1 .search_area {
  background-color: #fff;
}

.style_001 {
  background-color: var(--bs-body-bg) !important;
}

.header_area.style_1 .search_area.style_1 {
  background-color: var(--bs-dark);
}

.header_area.style_1 .icon_area li {
  background-color: #fff;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .header_area .row.style_2 .col-lg-5 {
    width: 100%;
  }

  .header_area .row.style_2 .col-lg-7 {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area {
    padding: 20px 10px;
  }
}

.header_area .menu_heading {
  gap: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .header_area .menu_heading {
    gap: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area .menu_heading {
    gap: 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .menu_heading {
    gap: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .menu_heading .menu_toggle_bars {
    padding-right: 10px;
  }
}

.header_area .menu_heading .menu_toggle_bars span {
  font-size: 20px;
  cursor: pointer;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border: 1px solid #c3e66e;
  border-radius: 6px;
  width: 50px;
  height: 40px;
}

@media (max-width: 1300px) {
  .header_area .col-lg-4 {
    width: 40%;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 0px) and (max-width: 767px) {
  .header_area .col-lg-4 {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .header_area .col-lg-5 {
    width: 30%;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 0px) and (max-width: 767px) {
  .header_area .col-lg-5 {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .header_area .col-lg-3 {
    width: 30%;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 0px) and (max-width: 767px) {
  .header_area .col-lg-3 {
    width: 100%;
  }
}

.header_area .search_icon_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .search_icon_area {
    padding-left: 10px;
  }

  .header_area .search_icon_area .search_area.tk_style_1 {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .search_icon_area.style_1 {
    margin-top: 20px;
  }
}

.header_area .search_area {
  border-radius: 12px;
  padding: 10px 16px;
  background: #f9f4f1;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

@media (min-width: 1025px) and (max-width: 1808px) {
  .header_area .search_area {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .search_area.style_001 {
    max-width: 172px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .search_area {
    gap: 6px;
    max-width: 148px;
    height: 46px;
    padding: 0 10px;
    line-height: 46px;
    text-align: center;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-color: #f9f4f1;
  }
}

.header_area .search_area button {
  background-color: transparent;
  border: none;
  font-size: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .search_area button {
    font-size: 14px;
  }

  .header_area .search_area button img {
    width: 15px;
    height: 15px;
    object-fit: contain;
  }
}

.header_area .search_area input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 16px;
}

.header_area .search_area input::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #898c8f;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .search_area input::placeholder {
    font-size: 13px;
  }
}

.header_area .icon_area ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .icon_area ul {
    flex-direction: column !important;
    position: absolute;
    background-color: var(--bs-dark);
    padding: 10px;
    top: 53px;
    right: -8px;
    box-shadow: 3px 1px 11px -2px #635e5e;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
  }

  .header_area .icon_area ul.active {
    visibility: visible;
    opacity: 1;
    z-index: 50;
  }
}

.header_area .icon_area ul li {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background-color: var(--bs-body-bg);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .header_area .icon_area ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .header_area .icon_area ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header_area .icon_area ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .header_area .icon_area ul li img {
    width: 15px;
    height: 15px;
    object-fit: contain;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu_toggle_bars {
    padding-right: 10px;
  }
}

.menu_toggle_bars span {
  font-size: 20px;
  cursor: pointer;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border: 2px solid #c3e66e;
  border-radius: 6px;
  width: 50px;
  background-color: var(--bs-body-bg);
  height: 40px;
  color: #c3e66e;
}

.collapsed {
  max-width: 143px !important;
  width: 10% !important;
  transition: width 0.7s ease, min-width 0.7s ease, max-width 0.7s ease;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .collapsed .service_card_area {
    padding-right: 20px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .collapsed .angle_toggle_btn {
    right: -10px;
  }
}

.collapsed .angle_toggle_btn i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media (min-width: 1301px) and (max-width: 1650px) {
  .collapsed {
    max-width: 120px !important;
  }

  .collapsed ul li a {
    justify-content: center;
  }
}

@media (min-width: 1601px) and (max-width: 1845px) {
  .collapsed .menu_list_area ul li a {
    padding: 10px 10px !important;
    font-size: 16px;
  }
}

.collapsed .sidebar {
  width: 131px !important;
  transition: width 0.7s ease, min-width 0.7s ease, max-width 0.7s ease;
}

@media (min-width: 1301px) and (max-width: 1650px) {
  .collapsed .sidebar {
    max-width: 100px !important;
  }
}

.collapsed .logo_area a:nth-child(1) {
  display: none;
}

.collapsed .logo_area a:nth-child(2) {
  display: block !important;
  width: 50px;
  height: 50px;
}

.collapsed .logo_area a:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collapsed .btn_wrapper {
  padding: 5px 10px;
  margin-left: 0px !important;
}

.collapsed .btn_wrapper a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 20px !important;
}

.collapsed .btn_wrapper p {
  display: none;
}

.collapsed ul li ul.dropdown {
  display: none;
}

.collapsed ul li a {
  padding: 10px;
  justify-content: center !important;
}

.collapsed ul li a span {
  margin-left: 10px;
}

.collapsed ul li a .dropdown_angle {
  display: none;
}

.collapsed ul li a p {
  display: none;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .tk_width.style_003 {
    padding-left: 100px !important;
  }
}

@media (min-width: 1601px) and (max-width: 1750px) {
  .tk_width.style_003 {
    padding-left: 55px !important;
  }
}

.width_full {
  width: calc(100% - 143px);
  transition: 0.9s ease-in-out;
  -webkit-transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .width_full {
    width: calc(100% - 123px);
  }
}

.width_full .content_area {
  padding-right: 25px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .width_full .content_area {
    padding-right: 28px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .order_sm_0 {
    order: 0 !important;
  }

  .order_sm_1 {
    order: 1 !important;
  }

  .order_sm_2 {
    order: 2 !important;
  }
}

.mobile_device_meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile_device_meta {
    padding: 20px 16px;
    background-color: var(--bs-dark);
  }

  .mobile_device_meta.style_1 {
    background-color: transparent !important;
  }

  .mobile_device_meta.tk_style_03 {
    padding: 16px 0px !important;
  }
}

.meta_area {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area {
    justify-content: flex-end !important;
    gap: 16px;
  }
}

.meta_area.style_002 {
  padding-left: 30px;
}

.meta_area .meta_content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.meta_area .profile {
  width: 60px;
  height: 60px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area .profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
}

.meta_area .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area .profile img {
    border: 1px solid #c3e66e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
}

.meta_area .meta_title h3 {
  font-weight: 600;
  font-size: 26px;
  color: var(--bs-primary);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area .meta_title h3 {
    font-size: 16px;
  }
}

.meta_area .meta_title p {
  font-weight: 500;
  font-size: 16px;
  color: #8b8c90;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area .meta_title p {
    font-size: 12px;
    text-align: right;
  }
}

.meta_area .ball_icon {
  position: relative;
}

.meta_area .ball_icon .angle_drop {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 12px;
  height: 12px;
  line-height: 5px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 0.2px solid #767574;
  background-color: var(--bs-body-bg);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area .ball_icon .angle_drop {
    display: block !important;
  }
}

.meta_area .ball_icon .angle_drop i {
  font-size: 8px;
}

.meta_area .ball_icon span {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background-color: #f9f4f1;
  display: block;
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area .ball_icon span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    background-color: var(--bs-body-bg);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }

  .meta_area .ball_icon span img {
    width: 14px;
    height: 12px;
    object-fit: contain;
  }
}

.meta_area .ball_icon span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ffa157;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area .ball_icon span::after {
    width: 6px;
    height: 6px;
    top: 12px;
    right: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .menu_heading .heading_area {
    background: #f9f4f1;
    padding: 16px 16px 0px 16px;
  }

  .menu_heading .heading_area.style_tk_1 {
    padding: 10px 30px;
  }
}

.service_card_area {
  margin-top: 30px;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .service_card_area {
    margin-top: 20px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .service_card_area {
    padding-left: 8px;
    margin-right: 8px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service_card_area {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service_card_area .g-4,
  .service_card_area .gx-4 {
    --bs-gutter-x: 1rem;
  }

  .service_card_area .g-4,
  .service_card_area .gy-4 {
    --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .service_card_area .row .col-lg-2 {
    padding: 0px 5px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .service_card_area .row .col-lg-2 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .service_card_area .row .col-lg-2 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service_card_area .row .col-lg-2 {
    width: 50%;
  }
}

.service_card_area .service_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 16px;
  background-color: var(--bs-dark);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  height: 100%;
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .service_card_area .service_card {
    padding: 20px 13px;
  }
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .service_card_area .service_card {
    padding: 20px 10px;
  }
}

.service_card_area .service_card .icon_area {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background-color: rgba(195, 230, 110, 0.2);
}

/* image */
.service_card_area .service_card .icon_area {
  background-color: var(--bs-teal);
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .service_card_area .service_card .icon_area {
    line-height: 70px;
    width: 70px;
    height: 70px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service_card_area .service_card .icon_area {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.service_card_area .service_card h4 {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: var(--bs-primary);
  margin-top: 18px;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .service_card_area .service_card h4 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service_card_area .service_card h4 {
    font-size: 14px;
  }
}

.service_card_area .service_card p {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #8b8c90;
  margin-top: 14px;
  line-height: 19px;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .service_card_area .service_card p {
    font-size: 12px;
    margin-top: 6px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service_card_area .service_card p {
    font-size: 12px;
    margin-top: 6px;
  }
}

.content_area {
  padding-right: 30px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .content_area {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .content_area {
    padding-right: 10px;
  }
}

@media (max-width: 1300px) {
  .content_area {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 0px) and (max-width: 767px) {
  .content_area {
    padding-left: 10px;
  }
}

.upload_area {
  margin-top: 30px;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .upload_area {
    margin-top: 20px;
  }
}

.upload_area .upload_wrapper {
  border-radius: 12px;
  width: 100%;
  height: 260px;
  background: var(--bs-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .upload_area .upload_wrapper {
    height: 206px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .upload_area .upload_wrapper {
    height: 200px;
    padding: 0px 10px;
  }
}

.upload_area .upload_wrapper .heading h2 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: var(--bs-primary);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .upload_area .upload_wrapper .heading h2 {
    font-size: 18px;
  }
}

.upload_area .upload_wrapper .btn_wrapper {
  text-align: center;
  margin-top: 50px;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .upload_area .upload_wrapper .btn_wrapper {
    margin-top: 44px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .upload_area .upload_wrapper .btn_wrapper {
    margin-top: 34px;
  }
}

.upload_area .upload_wrapper .btn_wrapper a {
  border-radius: 12px;
  padding: 10px;
  width: 180px;
  display: inline-block;
  background: #c3e66e;
  font-weight: 500;
  font-size: 16px;
  color: #272a33;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .upload_area .upload_wrapper .btn_wrapper a {
    width: 150px;
    padding: 8px;
    font-size: 14px;
  }
}

.video_area {
  background-color: var(--bs-dark);
  padding: 50px 30px;
  margin-top: 30px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.video_area .heading i {
  color: #ffdeb3;
  font-size: 27px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .video_area {
    padding: 20px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video_area {
    padding: 20px 15px;
    margin-top: 20px;
  }
}

.video_area .btn_wrapper {
  margin-top: 50px;
  text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video_area .btn_wrapper {
    margin-top: 20px;
  }
}

.video_area .btn_wrapper a {
  border-radius: 12px;
  width: 150px;
  height: 46px;
  background: #c3e66e;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-weight: 500;
  font-size: 16px;
  color: #272a33;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .video_area .btn_wrapper a {
    width: 130px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}

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

.video_area .heading h2 {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: var(--bs-primary);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .video_area .heading h2 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video_area .heading h2 {
    font-size: 16px;
  }
}

.video_area .heading h2 span {
  margin-right: 10px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .video_area .heading h2 span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 8px;
  }

  .video_area .heading h2 span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video_area .heading {
    margin-bottom: 10px;
  }
}

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

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .videos_of_the_day.style_1 {
    margin-top: 20px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .videos_of_the_day .row:nth-child(2) .col-lg-3 {
    padding: 0px 5px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .videos_of_the_day .row .col-lg-3 {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .videos_of_the_day .row .col-lg-3 {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .videos_of_the_day .row .col-lg-3 {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .videos_of_the_day .row .col-lg-3 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.videos_of_the_day .video_item {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.videos_of_the_day .video_item .video_thum {
  width: 100%;
  height: 230px;
  border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  -ms-border-radius: 12px 12px 0px 0px;
  -o-border-radius: 12px 12px 0px 0px;
  position: relative;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .videos_of_the_day .video_item .video_thum {
    height: 156px;
  }
}

.videos_of_the_day .video_item .video_thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.videos_of_the_day .video_item .video_thum span {
  position: absolute;
  bottom: 16px;
  right: 16px;
  padding: 2px 5px;
  font-weight: 500;
  font-size: 14px;
  color: #272a33;
  background: #c3e66e;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.videos_of_the_day .video_item .video_meta {
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  -ms-border-radius: 0px 0px 12px 12px;
  -o-border-radius: 0px 0px 12px 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  background-color: var(--bs-body-bg);
  padding: 24px 12px 20px 4px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .videos_of_the_day .video_item .video_meta {
    padding: 10px;
    gap: 10px;
  }
}

.videos_of_the_day .video_item .video_meta .profile {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .videos_of_the_day .video_item .video_meta .profile {
    width: 30px;
    height: 30px;
  }
}

.videos_of_the_day .video_item .video_meta .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.videos_of_the_day .video_item .video_meta .video_content {
  width: calc(100% - 60px);
}

.videos_of_the_day .video_item .video_meta .video_content h4 {
  line-height: 20px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .videos_of_the_day .video_item .video_meta .video_content h4 {
    line-height: 15px;
  }
}

.videos_of_the_day .video_item .video_meta .video_content h4 a {
  font-weight: 600;
  font-size: 16px;
  color: var(--bs-primary);
  transition: all 0.4s ease;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .videos_of_the_day .video_item .video_meta .video_content h4 a {
    font-size: 14px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .videos_of_the_day .video_item .video_meta .video_content h4 a {
    font-size: 12px;
  }
}

.videos_of_the_day .video_item .video_meta .video_content h4 a:hover {
  color: #c3e66e;
}

.videos_of_the_day .video_item .video_meta .video_content .channel_name p {
  font-weight: 500;
  font-size: 14px;
  color: #8a8c90;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .videos_of_the_day .video_item .video_meta .video_content .channel_name p {
    font-size: 12px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .videos_of_the_day .video_item .video_meta .video_content .channel_name p {
    font-size: 12px;
  }
}

.videos_of_the_day .video_item .video_meta .video_content .views {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.videos_of_the_day .video_item .video_meta .video_content .views p {
  font-weight: 500;
  font-size: 14px;
  color: #8a8c90;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .videos_of_the_day .video_item .video_meta .video_content .views p {
    font-size: 12px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .videos_of_the_day .video_item .video_meta .video_content .views p {
    font-size: 12px;
  }
}

.videos_of_the_day
  .video_item
  .video_meta
  .video_content
  .views
  p:nth-child(2) {
  position: relative;
  padding-left: 10px;
}

.videos_of_the_day
  .video_item
  .video_meta
  .video_content
  .views
  p:nth-child(2)::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #8a8c90;
}

.slick-slide {
  margin: 0px 8px;
}

.diet_area {
  width: 100%;
  margin-top: 20px;
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .diet_area {
    margin-top: 20px !important;
  }
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .diet_area .slick-slide {
    margin: 0px 5px;
  }
}

.diet_area .diet_wrapper {
  padding: 0px 62px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .diet_area .diet_wrapper {
    padding: 0px 0px;
  }
}

.diet_area .left-arrow {
  border-radius: 200px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #ffdeb3;
  color: #000000;
  opacity: 0.5;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0px;
  z-index: 10;
  transition: all 0.5s ease;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .diet_area .left-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .diet_area .left-arrow {
    display: none !important;
  }
}

.diet_area .left-arrow:hover {
  background-color: #c3e66e;
  opacity: 1;
}

.diet_area .right-arrow {
  border-radius: 200px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #ffdeb3;
  color: #000000;
  opacity: 0.5;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0px;
  z-index: 10;
  transition: all 0.5s ease;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .diet_area .right-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .diet_area .right-arrow {
    display: none !important;
  }
}

.diet_area .right-arrow:hover {
  background-color: #c3e66e;
  opacity: 1;
}

.diet_card .diet_thum {
  width: 100%;
  height: 400px;
  position: relative;
}

@media (min-width: 1px) and (max-width: 1600px) {
  .diet_card .diet_thum {
    height: 260px;
  }
}

.diet_card .diet_thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.diet_card .diet_thum span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 2px 5px;
  font-weight: 500;
  font-size: 14px;
  color: #272a33;
  background: #c3e66e;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.diet_card .diet_content {
  margin-top: 16px;
}

.diet_card .diet_content h4 a {
  font-weight: 600;
  font-size: 16px;
  color: var(--bs-primary);
}

.diet_card .diet_content p {
  font-weight: 500;
  font-size: 14px;
  color: #8a8c90;
}

.quick_view {
  margin-top: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .quick_view {
    margin-top: 20px !important;
  }
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .quick_view .row .col-lg-2 {
    padding: 0px 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick_view .row .col-lg-2 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .quick_view .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .quick_view .row::-webkit-scrollbar {
    display: none;
  }

  .quick_view .row .col-lg-2 {
    padding: 0px 8px;
    width: 50%;
  }
  .quick_view .row .col-md-3 {
    padding: 0px 8px;
    width: 50%;
  }
}

.programs_filter_area {
  border-radius: 12px;
  padding: 24px;
  margin-top: 30px;
  background-color: var(--bs-dark);
}

@media (min-width: 1281px) and (max-width: 1300px) {
  .programs_filter_area {
    padding: 20px;
  }

  .programs_filter_area .row .col-lg-6 {
    width: 48%;
  }

  .programs_filter_area .row .col-lg-6:nth-child(2) {
    width: 52%;
  }

  .programs_filter_area .filter_btn {
    margin-top: 0px !important;
  }

  .programs_filter_area .filter_btn button {
    padding: 10px 16px;
    font-size: 14px !important;
  }

  .programs_filter_area .filter_btn button span {
    width: 15px;
    height: 15px;
    display: inline-block;
  }

  .programs_filter_area .filter_btn button span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .programs_filter_area .other_diet {
    padding: 11px !important;
  }

  .programs_filter_area .other_diet span {
    font-size: 14px !important;
  }

  .programs_filter_area .programs_filter_content h2 {
    font-size: 16px !important;
  }

  .programs_filter_area .programs_filter_content p {
    font-size: 12px !important;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .programs_filter_area {
    padding: 20px;
  }

  .programs_filter_area .row .col-lg-6 {
    width: 48%;
  }

  .programs_filter_area .row .col-lg-6:nth-child(2) {
    width: 52%;
  }

  .programs_filter_area .filter_btn {
    margin-top: 0px !important;
  }

  .programs_filter_area .filter_btn button {
    padding: 10px 16px;
    font-size: 14px !important;
  }

  .programs_filter_area .filter_btn button span {
    width: 15px;
    height: 15px;
    display: inline-block;
  }

  .programs_filter_area .filter_btn button span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .programs_filter_area .other_diet {
    padding: 11px !important;
  }

  .programs_filter_area .other_diet span {
    font-size: 14px !important;
  }

  .programs_filter_area .programs_filter_content h2 {
    font-size: 16px !important;
  }

  .programs_filter_area .programs_filter_content p {
    font-size: 12px !important;
  }
}

@media (min-width: 1301px) and (max-width: 1359px) {
  .programs_filter_area {
    padding: 20px;
  }

  .programs_filter_area .row .col-lg-6 {
    width: 45%;
  }

  .programs_filter_area .row .col-lg-6:nth-child(2) {
    width: 55%;
  }

  .programs_filter_area .filter_btn {
    margin-top: 0px !important;
  }

  .programs_filter_area .filter_btn button {
    padding: 10px 16px;
    font-size: 14px !important;
  }

  .programs_filter_area .filter_btn button span {
    width: 15px;
    height: 15px;
    display: inline-block;
  }

  .programs_filter_area .filter_btn button span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .programs_filter_area .other_diet {
    padding: 11px !important;
  }

  .programs_filter_area .other_diet span {
    font-size: 14px !important;
  }

  .programs_filter_area .programs_filter_content h2 {
    font-size: 16px !important;
  }

  .programs_filter_area .programs_filter_content p {
    font-size: 12px !important;
  }
}

@media (min-width: 1650px) and (max-width: 1684px) {
  .programs_filter_area {
    padding: 20px;
  }

  .programs_filter_area .row .col-lg-6 {
    width: 44%;
  }

  .programs_filter_area .row .col-lg-6:nth-child(2) {
    width: 56%;
  }

  .programs_filter_area .filter_btn {
    margin-top: 0px !important;
  }

  .programs_filter_area .filter_btn button {
    padding: 10px 16px;
    font-size: 14px !important;
  }

  .programs_filter_area .filter_btn button span {
    width: 15px;
    height: 15px;
    display: inline-block;
  }

  .programs_filter_area .filter_btn button span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .programs_filter_area .other_diet {
    padding: 11px !important;
  }

  .programs_filter_area .other_diet span {
    font-size: 14px !important;
  }

  .programs_filter_area .programs_filter_content h2 {
    font-size: 16px !important;
  }

  .programs_filter_area .programs_filter_content p {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .programs_filter_area {
    margin-top: 0px;
    padding: 20px;
  }

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

  .programs_filter_area .row .col-lg-6 {
    width: 44%;
  }

  .programs_filter_area .row .col-lg-6:nth-child(2) {
    width: 56%;
  }

  .programs_filter_area .filter_btn {
    margin-top: 0px !important;
  }

  .programs_filter_area .filter_btn button {
    padding: 10px 16px;
    font-size: 14px !important;
  }

  .programs_filter_area .filter_btn button span {
    width: 15px;
    height: 15px;
    display: inline-block;
  }

  .programs_filter_area .filter_btn button span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .programs_filter_area .other_diet {
    padding: 11px !important;
  }

  .programs_filter_area .other_diet span {
    font-size: 14px !important;
  }

  .programs_filter_area .programs_filter_content h2 {
    font-size: 16px !important;
  }

  .programs_filter_area .programs_filter_content p {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .programs_filter_area {
    padding: 20px;
  }

  .programs_filter_area .row .col-lg-6 {
    width: 44%;
  }

  .programs_filter_area .row .col-lg-6:nth-child(2) {
    width: 56%;
  }

  .programs_filter_area .filter_btn {
    margin-top: 0px !important;
  }

  .programs_filter_area .filter_btn button {
    padding: 10px 16px;
    font-size: 14px !important;
  }

  .programs_filter_area .filter_btn button span {
    width: 15px;
    height: 15px;
    display: inline-block;
  }

  .programs_filter_area .filter_btn button span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .programs_filter_area .other_diet {
    padding: 11px !important;
  }

  .programs_filter_area .other_diet span {
    font-size: 14px !important;
  }

  .programs_filter_area .programs_filter_content h2 {
    font-size: 16px !important;
  }

  .programs_filter_area .programs_filter_content p {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .programs_filter_area {
    padding: 20px;
  }

  .programs_filter_area .row .col-lg-6 {
    width: 44%;
  }

  .programs_filter_area .row .col-lg-6:nth-child(2) {
    width: 56%;
  }

  .programs_filter_area .filter_btn {
    margin-top: 0px !important;
  }

  .programs_filter_area .filter_btn button {
    padding: 10px 16px;
    font-size: 14px !important;
  }

  .programs_filter_area .filter_btn button span {
    width: 15px;
    height: 15px;
    display: inline-block;
  }

  .programs_filter_area .filter_btn button span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .programs_filter_area .other_diet {
    padding: 11px !important;
  }

  .programs_filter_area .other_diet span {
    font-size: 14px !important;
  }

  .programs_filter_area .programs_filter_content h2 {
    font-size: 16px !important;
  }

  .programs_filter_area .programs_filter_content p {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .programs_filter_area {
    padding: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .programs_filter_area {
    padding: 12px 12px;
    margin-top: 20px !important;
  }

  .programs_filter_area .row .col-lg-6 {
    width: 58%;
  }

  .programs_filter_area .row .col-lg-6:nth-child(2) {
    width: 42%;
  }

  .programs_filter_area .row.tk_style_01 {
    margin-top: 10px;
  }

  .programs_filter_area .row.tk_style_01 .col-lg-6 {
    width: 100% !important;
  }

  .programs_filter_area .row.tk_style_01 .col-lg-6:nth-child(2) {
    margin-top: 18px;
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .programs_filter_area .row.tk_style_01 .col-lg-6:nth-child(2) .other_diet {
    margin-top: 0px !important;
  }

  .programs_filter_area
    .row.tk_style_01
    .col-lg-6:nth-child(2)
    .other_diet
    span {
    font-size: 12px !important;
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .programs_filter_area .filter_btn_wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.programs_filter_area .programs_filter_content h2 {
  font-weight: 600;
  font-size: 22px;
  color: var(--bs-primary);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .programs_filter_area .programs_filter_content h2 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .programs_filter_area .programs_filter_content h2 {
    font-size: 18px;
  }
}

.programs_filter_area .programs_filter_content p {
  font-weight: 500;
  font-size: 14px;
  color: #8a8c90;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .programs_filter_area .programs_filter_content p {
    font-size: 12px;
    margin-top: 4px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .programs_filter_area .filter_btn {
    width: 40%;
  }

  .programs_filter_area .filter_btn.style_1 {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) and (max-width: 438px) {
  .programs_filter_area .filter_btn {
    width: 29%;
  }

  .programs_filter_area .filter_btn.style_1 {
    width: 100%;
  }
}

.programs_filter_area .filter_btn button {
  background: #c3e66e;
  padding: 10px 17px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: none;
  font-weight: 600;
  font-size: 20px;
  color: #272a33;
}

@media (min-width: 1601px) and (max-width: 1650px) {
  .programs_filter_area .filter_btn button {
    font-size: 18px;
  }
}

@media (min-width: 1401px) and (max-width: 1601px) {
  .programs_filter_area .filter_btn button {
    font-size: 16px;
  }
}

@media (min-width: 1401px) and (max-width: 1518px) {
  .programs_filter_area .filter_btn button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .programs_filter_area .filter_btn button {
    font-size: 12px;
    padding: 10px 22px;
    width: 100%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }

  .programs_filter_area .filter_btn button img {
    width: 12px;
    height: 12px;
    object-fit: contain;
  }
}

.programs_filter_area .filter_btn button span {
  margin-right: 10px;
}

@media (max-width: 438px) {
  .programs_filter_area .filter_btn button span {
    margin-right: 7px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .style_life {
    flex-direction: column;
  }

  .style_life .col-lg-8 {
    width: 100%;
  }

  .style_life .col-lg-4 {
    width: 100%;
  }
}

.side_content_area {
  padding: 2px 20px !important;
  background-color: var(--bs-dark) !important;
  height: 100%;
  margin-top: 30px;
  border-radius: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .side_content_area {
    display: none;
  }
}

.side_content_area.style_1 {
  padding: 1px 10px;
}

.side_content_area.style_001 {
  padding: 10px 30px 0px 30px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area.style_001 {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .side_content_area.style_001 {
    padding: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .side_content_area {
    padding: 30px 20px;
  }
}

.side_content_area .meta_area {
  padding-bottom: 13px;
}

.side_content_area .reatured_diet_card {
  background: var(--bs-body-bg);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 16px;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .side_content_area .reatured_diet_card {
    padding: 14px;
  }
}

.side_content_area .reatured_diet_card .card_heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .side_content_area .reatured_diet_card .card_heading {
    align-items: flex-start;
  }
}

.side_content_area .reatured_diet_card .card_title h3 {
  font-weight: 600;
  font-size: 18px;
  color: var(--bs-primary);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .card_title h3 {
    font-size: 16px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .card_title h3 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .side_content_area .reatured_diet_card .card_title h3 {
    font-size: 16px;
  }
}

.side_content_area .reatured_diet_card .card_title p {
  font-weight: 500;
  font-size: 14px;
  color: #8a8c90;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .card_title p {
    font-size: 12px;
  }
}

.side_content_area .reatured_diet_card .card_add_btn button {
  background: #c3e66e;
  border-radius: 12px;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  font-size: 20px;
  color: #272a33;
  border: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .side_content_area .reatured_diet_card .card_add_btn button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .card_add_btn button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.side_content_area .reatured_diet_card .card_item_area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .card_item_area {
    margin-top: 18px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .side_content_area .reatured_diet_card .card_item_area {
    flex-wrap: wrap;
  }
}

.side_content_area .reatured_diet_card .card_item_area .card_item_img {
  width: 84px;
  height: 84px;
  min-width: 60px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .card_item_area .card_item_img {
    width: 72px;
    height: 72px;
    min-width: 72px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .side_content_area .reatured_diet_card .card_item_area .card_item_img {
    width: 50px;
    height: 60px;
  }
}

.side_content_area .reatured_diet_card .card_item_area .card_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .side_content_area .reatured_diet_card .card_item_area .card_item_img {
    width: 100%;
    height: fit-content;
  }

  .side_content_area .reatured_diet_card .card_item_area .card_item_img img {
    object-fit: cover;
  }
}

.side_content_area .reatured_diet_card .card_item_area .card_item_title {
  padding-bottom: 9px;
  border-bottom: 1px solid #dadada;
}

.side_content_area .reatured_diet_card .card_item_area .card_item_title h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--bs-primary);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .card_item_area .card_item_title h4 {
    font-size: 14px;
  }
}

.side_content_area .reatured_diet_card .card_item_area .card_item_title p {
  font-weight: 500;
  font-size: 12px;
  color: #8a8c90;
  margin-top: 6px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .card_item_area .card_item_title p {
    font-size: 10px;
  }
}

.side_content_area .reatured_diet_card .food_image {
  border-radius: 12px;
  width: 100%;
  height: 240px;
  margin-top: 20px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .food_image {
    height: 192px;
  }
}

.side_content_area .reatured_diet_card .food_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.side_content_area .reatured_diet_card .food_meta_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.side_content_area .reatured_diet_card .food_meta_area .food_name h4 {
  font-weight: 600;
  font-size: 16px;
  color: #272a33;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .food_meta_area .food_name h4 {
    font-size: 14px;
  }
}

.side_content_area .reatured_diet_card .food_meta_area .food_name .food_rating {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.side_content_area
  .reatured_diet_card
  .food_meta_area
  .food_name
  .food_rating
  span {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #ff8700;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area
    .reatured_diet_card
    .food_meta_area
    .food_name
    .food_rating
    span {
    font-size: 14px;
  }
}

.side_content_area
  .reatured_diet_card
  .food_meta_area
  .food_name
  .food_rating
  p {
  font-weight: 500;
  font-size: 12px;
  color: #8a8c90;
  padding-left: 10px;
  border-left: 1px solid #c3e66e;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area
    .reatured_diet_card
    .food_meta_area
    .food_name
    .food_rating
    p {
    font-size: 10px;
  }
}

.side_content_area .reatured_diet_card .food_meta_area .enquiry_btn button {
  padding: 9px 17px;
  background: #c3e66e;
  font-weight: 500;
  font-size: 14px;
  color: #272a33;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: none;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .food_meta_area .enquiry_btn button {
    font-size: 12px;
    padding: 5px 6px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .side_content_area .reatured_diet_card .food_meta_area .enquiry_btn button {
    padding: 7px 10px;
    font-size: 11px;
  }
}

.side_content_area .reatured_diet_card .treding_ingridients_card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.side_content_area .reatured_diet_card .treding_ingridients_card:last-child {
  padding-bottom: 0px;
}

.side_content_area .reatured_diet_card .treding_ingridients_card:nth-child(1) {
  margin-top: 27px;
}

.side_content_area .reatured_diet_card .treding_ingridients_card:last-child {
  border-bottom: none;
}

.side_content_area .reatured_diet_card .treding_ingridients_card .card_image {
  width: 70px;
  height: 70px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area .reatured_diet_card .treding_ingridients_card .card_image {
    width: 66px;
    height: 66px;
  }
}

.side_content_area
  .reatured_diet_card
  .treding_ingridients_card
  .card_image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.side_content_area .reatured_diet_card .treding_ingridients_card .card_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 90px);
}

.side_content_area .reatured_diet_card .treding_ingridients_card .card_arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.side_content_area
  .reatured_diet_card
  .treding_ingridients_card
  .card_arrow
  span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: rgba(39, 42, 51, 0.3);
}

.side_content_area
  .reatured_diet_card
  .treding_ingridients_card
  .card_arrow
  span:nth-child(1) {
  color: #c3e66e;
  font-size: 16px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area
    .reatured_diet_card
    .treding_ingridients_card
    .card_arrow
    span:nth-child(1) {
    font-size: 14px;
  }
}

.side_content_area
  .reatured_diet_card
  .treding_ingridients_card
  .card_title
  h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--bs-primary);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area
    .reatured_diet_card
    .treding_ingridients_card
    .card_title
    h4 {
    font-size: 14px;
  }
}

.side_content_area .reatured_diet_card .treding_ingridients_card .card_title p {
  font-weight: 500;
  font-size: 12px;
  color: #8a8c90;
  margin-top: 14px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .side_content_area
    .reatured_diet_card
    .treding_ingridients_card
    .card_title
    p {
    font-size: 10px;
  }
}

.other_diet {
  margin-right: 20px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .other_diet {
    margin-right: 10px;
  }
}

.other_diet span {
  font-weight: 600;
  font-size: 20px;
  color: #c3e66e;
  padding: 11px 15px;
  border: 1px solid #c3e66e;
  border-radius: 12px;
}

@media (min-width: 1601px) and (max-width: 1650px) {
  .other_diet span {
    font-size: 18px;
  }
}

@media (min-width: 1401px) and (max-width: 1601px) {
  .other_diet span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .other_diet span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .other_diet {
    margin-top: 20px;
    width: 54%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) and (max-width: 438px) {
  .other_diet {
    width: 64%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .other_diet span {
    font-size: 18px;
    width: 100% !important;
    display: inline-block;
    padding: 8px 10px;
  }
}

.card_item_tag {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 5px 9px;
  width: 100%;
  background-color: var(--bs-dark);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .card_item_tag {
    margin-right: 5px;
    padding: 6px;
    gap: 4px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .card_item_tag {
    padding: 3px 5px;
    gap: 4px;
  }
}

.card_item_tag span {
  font-weight: 600;
  font-size: 8px;
  color: var(--bs-primary) !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 9px;
  border-right: 0.5px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .card_item_tag span {
    font-size: 6px;
    padding-right: 4px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .card_item_tag span {
    padding-right: 4px;
  }
}

.card_item_tag span:last-child {
  border-right: none;
}

.card_item_tag span img {
  margin-right: 6px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .card_item_tag span img {
    margin-right: 3px;
    width: 6px;
    height: 6px;
    object-fit: contain;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .card_item_tag span img {
    margin-right: 4px;
  }
}

.card_item_tag.style_1 {
  padding: 0px 0px 0px 26px;
  gap: 26px;
  margin-top: 49px;
}

@media (min-width: 1610px) and (max-width: 1662px) {
  .card_item_tag.style_1 {
    padding: 0px 0px 0px 13px;
    gap: 13px;
  }
}

@media (min-width: 1301px) and (max-width: 1662px) {
  .card_item_tag.style_1 {
    padding: 0px 0px 0px 6px;
    gap: 9px;
    margin-top: 9px;
  }

  .card_item_tag.style_1 span {
    padding-right: 9px !important;
    font-size: 6px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .card_item_tag.style_1 {
    gap: 12px;
    padding-left: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .card_item_tag.style_1 {
    gap: 22px !important;
    padding-left: 18px !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 400px) {
  .card_item_tag.style_1 {
    padding-left: 0px;
    gap: 18px !important;
  }
}

.card_item_tag.style_1 span {
  font-weight: 600;
  font-size: 8px;
  color: #272a33;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 26px;
  text-align: center;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .card_item_tag.style_1 span {
    font-size: 6px;
    padding-top: 8px !important;
    padding-bottom: 8px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .card_item_tag.style_1 span {
    font-size: 7px !important;
  }
}

.card_item_tag.style_1 span img {
  margin-right: 10px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .card_item_tag.style_1 span img {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .card_item_tag.style_1 span {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .card_item_tag.style_1 {
    gap: 8px;
    padding-left: 10px;
    margin-top: 10px;
  }

  .card_item_tag.style_1 span {
    padding-right: 22px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}

@media (max-width: 400px) {
  .card_item_tag.style_1 span {
    padding-right: 9px;
  }
}

.item_filter_area {
  margin-top: 30px;
  background-color: var(--bs-dark);
  padding: 0px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .item_filter_area {
    margin-top: 21px;
  }
}

.item_filter_area .foods_item_card_area {
  padding: 20px 20px 50px 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .item_filter_area .foods_item_card_area {
    padding: 10px;
    margin-top: 10px;
  }
}

.item_filter_area .item_filter_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0px;
  background-color: var(--bs-dark);
  border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  -ms-border-radius: 12px 12px 0px 0px;
  -o-border-radius: 12px 12px 0px 0px;
  border-bottom: 1px solid #dadada;
  transition: all 0.4s ease;
}

.item_filter_area .item_filter_btn::-webkit-scrollbar {
  display: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .item_filter_area .item_filter_btn {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .item_filter_area .item_filter_btn {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item_filter_area .item_filter_btn {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .item_filter_area .item_filter_btn {
    justify-content: flex-start;
    border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 12px 12px 0px 0px;
    -ms-border-radius: 12px 12px 0px 0px;
    -o-border-radius: 12px 12px 0px 0px;
  }
}

.item_filter_area .item_filter_btn button {
  padding: 15px 10px;
  font-weight: 600;
  text-wrap: nowrap;
  font-size: 15px;
  color: #797979;
  border: none;
  background-color: var(--bs-dark);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .item_filter_area .item_filter_btn button {
    padding: 19px 21px;
    font-size: 14px;
    color: #797979;
  }
}

.item_filter_area .item_filter_btn button:nth-child(1) {
  border-radius: 12px 0px 0px 0px;
  -moz-border-radius: 12px 0px 0px 0px;
  -webkit-border-radius: 12px 0px 0px 0px;
  -ms-border-radius: 12px 0px 0px 0px;
  -o-border-radius: 12px 0px 0px 0px;
  padding: 19px 34px;
}

@media (max-width: 1700px) {
  .item_filter_area .item_filter_btn button:nth-child(1) {
    padding: 19px 20px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .item_filter_area .item_filter_btn button:nth-child(1) {
    padding: 19px 40px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .item_filter_area .item_filter_btn button:nth-child(1) {
    padding: 15px 40px;
  }
}

.item_filter_area .item_filter_btn button:last-child {
  border-radius: 0px 12px 0px 0px;
  -moz-border-radius: 0px 12px 0px 0px;
  -webkit-border-radius: 0px 12px 0px 0px;
  -ms-border-radius: 0px 12px 0px 0px;
  -o-border-radius: 0px 12px 0px 0px;
}

.item_filter_area .item_filter_btn button.active {
  background-color: #c3e66e;
  color: #000000;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .item_filter_area .item_filter_btn button {
    padding: 15px 16px;
  }
}

.foods_card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: var(--bs-body-bg);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .foods_card {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card {
    flex-wrap: wrap;
    position: relative;
  }
}

.foods_card .foods_details_area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .foods_card .foods_details_area {
    gap: 10px;
    width: 68%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .foods_card .foods_details_area {
    width: 70%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_details_area {
    flex-wrap: wrap;
    gap: 16px;
  }
}

.foods_card .foods_img {
  width: 200px;
  height: 200px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .foods_card .foods_img {
    width: 186px;
    height: 186px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_img {
    width: 100% !important;
  }
}

.foods_card .foods_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: all 0.4s ease;
}

.foods_card .foods_img img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.foods_card .foods_details .foods_tag {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_details .foods_tag {
    gap: 8px;
  }
}

.foods_card .foods_details .foods_tag span {
  padding: 7px 16px;
  font-weight: 600;
  font-size: 8px;
  color: #272a33;
  border-radius: 6px;
  background: #c3e66e;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 400px) {
  .foods_card .foods_details .foods_tag span {
    padding: 7px 10px;
  }
}

.foods_card .foods_details .foods_tag span.lunch {
  background: #f1cd81;
}

.foods_card .foods_details .foods_tag span.dinner {
  background: #ff8700;
}

.foods_card .foods_details .foods_tag span.style_1 {
  background-color: #fff;
}

.foods_card .foods_details .foods_tag span:nth-child(2) {
  background-color: #fff;
}

.foods_card .foods_details .foods_title {
  margin-top: 12px;
}

.foods_card .foods_details .foods_title h4 a {
  font-weight: 600;
  font-size: 18px;
  color: var(--bs-primary);
  transition: all 0.4s ease;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .foods_card .foods_details .foods_title h4 a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_details .foods_title h4 a {
    font-size: 16px;
  }
}

.foods_card .foods_details .foods_title h4 a:hover {
  color: #c3e66e;
}

.foods_card .foods_details .foods_title p {
  font-weight: 500;
  font-size: 14px;
  color: #8a8c90;
  margin-top: 6px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .foods_card .foods_details .foods_title p {
    font-size: 12px;
    margin-top: 9px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_details .foods_title p {
    font-size: 12px;
  }
}

.foods_card .foods_score_area {
  padding-right: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .foods_card .foods_score_area {
    width: 100%;
    padding-right: 0px;
    margin-top: 11px;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_score_area {
    width: 100%;
    padding-right: 0px;
    margin-top: 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.foods_card .foods_score_area .health_score {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .foods_card .foods_score_area .health_score {
    gap: 4px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_score_area .health_score {
    position: absolute;
    top: 54%;
    right: 10px;
    gap: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) and (max-width: 400px) {
  .foods_card .foods_score_area .health_score {
    top: 54%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .foods_card .foods_score_area .health_score {
    gap: 10px;
  }
}

.foods_card .foods_score_area .add_to_card_btn {
  margin-top: 102px;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .foods_card .foods_score_area .add_to_card_btn {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_score_area .add_to_card_btn {
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }
}

.foods_card .foods_score_area .add_to_card_btn button {
  font-weight: 600;
  font-size: 12px;
  color: #272a33;
  padding: 12px 34px;
  background: #c3e66e;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: none;
}

@media (min-width: 1610px) and (max-width: 1662px) {
  .foods_card .foods_score_area .add_to_card_btn button {
    padding: 10px 27px;
  }
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .foods_card .foods_score_area .add_to_card_btn button {
    padding: 10px 20px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .foods_card .foods_score_area .add_to_card_btn button {
    padding: 12px 11px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_score_area .add_to_card_btn button {
    font-size: 12px;
    padding: 10px 10px;
    width: 100%;
    margin-top: 10px;
  }
}

.foods_card .foods_score_area p {
  font-weight: 500;
  font-size: 14px;
  color: #8a8c90;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .foods_card .foods_score_area p {
    font-size: 12px;
  }

  .foods_card .foods_score_area p span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_score_area p {
    font-size: 12px;
  }
}

.foods_card .foods_score_area p span {
  font-size: 16px;
  color: #272a33;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_score_area p span {
    font-size: 14px;
  }
}

.foods_card .foods_score_area .score_line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .foods_card .foods_score_area .score_line {
    gap: 2px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_score_area .score_line {
    gap: 2px;
  }
}

.foods_card .foods_score_area .score_line span {
  border-radius: 100px;
  width: 6px;
  height: 20px;
  background: #ff8700;
  display: inline-block;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .foods_card .foods_score_area .score_line span {
    width: 4px;
    height: 14px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .foods_card .foods_score_area .score_line span {
    width: 4px;
    height: 14px;
  }
}

.details_content_area {
  background-color: var(--bs-dark);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-top: 30px;
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area {
    padding: 20px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area {
    padding: 15px;
    margin-top: 0px;
  }
}

.details_content_area .rosted_card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

@media (min-width: 1281px) and (max-width: 1700px) {
  .details_content_area .rosted_card {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .details_content_area .rosted_card {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area .rosted_card {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details_content_area .rosted_card {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card {
    flex-wrap: wrap;
  }
}

.details_content_area .rosted_card .rosted_card_wrapper {
  background-color: var(--bs-body-bg);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 30px;
  width: 85%;
}

@media (min-width: 1281px) and (max-width: 1700px) {
  .details_content_area .rosted_card .rosted_card_wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .details_content_area .rosted_card .rosted_card_wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area .rosted_card .rosted_card_wrapper {
    width: 100%;
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details_content_area .rosted_card .rosted_card_wrapper {
    width: 100%;
    padding: 15px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card .rosted_card_wrapper {
    width: 100%;
    padding: 10px;
  }
}

.details_content_area .rosted_card .rosted_card_details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .details_content_area .rosted_card .rosted_card_details {
    gap: 16px;
  }
}

@media (min-width: 1700px) and (max-width: 1850px) {
  .details_content_area .rosted_card .rosted_card_details {
    gap: 16px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .details_content_area .rosted_card .rosted_card_details {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area .rosted_card .rosted_card_details {
    width: 100%;
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details_content_area .rosted_card .rosted_card_details {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card .rosted_card_details {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}

.details_content_area .rosted_card .rosted_img {
  border-radius: 12px;
  width: 300px;
  height: 296px;
}

@media (min-width: 1700px) and (max-width: 1850px) {
  .details_content_area .rosted_card .rosted_img {
    width: 294px;
    height: 267px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .details_content_area .rosted_card .rosted_img {
    width: 294px;
    height: 267px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area .rosted_card .rosted_img {
    width: 270px;
    height: 270px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card .rosted_img {
    width: 100%;
    height: 368px;
  }
}

.details_content_area .rosted_card .rosted_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.details_content_area .rosted_card .rosted_content {
  width: calc(100% - 300px);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .details_content_area .rosted_card .rosted_content {
    width: calc(100% - 294px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area .rosted_card .rosted_content {
    width: calc(100% - 270px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details_content_area .rosted_card .rosted_content {
    width: calc(100% - 309px);
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card .rosted_content {
    width: 100%;
  }
}

.details_content_area .rosted_card .card_title h4 {
  font-weight: 600;
  font-size: 24px;
  color: var(--bs-primary);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .details_content_area .rosted_card .card_title h4 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area .rosted_card .card_title h4 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card .card_title h4 {
    font-size: 16px;
  }
}

.details_content_area .rosted_card .card_title p {
  font-weight: 500;
  font-size: 20px;
  color: #8b8c90;
  margin-top: 8px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .details_content_area .rosted_card .card_title p {
    font-size: 12px;
    margin-top: 6px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area .rosted_card .card_title p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card .card_title p {
    font-size: 14px;
    margin-top: 0px;
  }
}

.details_content_area .rosted_card .rosted_tag {
  margin-top: 20px;
}

@media (min-width: 1700px) and (max-width: 1850px) {
  .details_content_area .rosted_card .rosted_tag {
    margin-top: 10px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .details_content_area .rosted_card .rosted_tag {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area .rosted_card .rosted_tag {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card .rosted_tag {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .details_content_area .rosted_card .rosted_tag span {
    width: calc(33.33% - 5px) !important;
    display: inline-block;
    text-align: center;
  }
}

.details_content_area .rosted_card .rosted_tag span {
  padding: 7px 12px;
  font-weight: 600;
  font-size: 12px;
  color: #272a33;
  border-radius: 6px;
  background: #c3e66e;
}

@media (min-width: 1700px) and (max-width: 1850px) {
  .details_content_area .rosted_card .rosted_tag span {
    padding: 4px 7px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .details_content_area .rosted_card .rosted_tag span {
    padding: 4px 7px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card .rosted_tag span {
    gap: 12px;
  }
}

.details_content_area .rosted_card .rosted_tag span.style_1 {
  background-color: #f1cd81;
}

.details_content_area .rosted_card .rosted_tag span.style_2 {
  background-color: #ff8700;
}

.details_content_area .rosted_card .rosted_card_key {
  margin-top: 16px;
  background-color: var(--bs-dark);
  padding: 10px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.details_content_area .rosted_card .rosted_card_key p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8b8c90;
}

@media (min-width: 1700px) and (max-width: 1850px) {
  .details_content_area .rosted_card .rosted_card_key p {
    font-size: 12px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .details_content_area .rosted_card .rosted_card_key p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area .rosted_card .rosted_card_key p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card .rosted_card_key p {
    font-size: 10px;
  }

  .details_content_area .rosted_card .rosted_card_key p br {
    display: none;
  }
}

.details_content_area .rosted_card .rosted_card_key p span {
  font-weight: 500;
  color: var(--bs-primary);
}

.details_content_area .rosted_card .add_to_card_btn {
  margin-top: 29px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area .rosted_card .add_to_card_btn {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card .add_to_card_btn {
    margin-top: 15px;
  }
}

.details_content_area .rosted_card .add_to_card_btn button {
  width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 10px;
  background: #c3e66e;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #272a33;
}

@media (min-width: 1700px) and (max-width: 1850px) {
  .details_content_area .rosted_card .add_to_card_btn button {
    font-size: 14px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .details_content_area .rosted_card .add_to_card_btn button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .details_content_area .rosted_card .add_to_card_btn button {
    font-size: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details_content_area .rosted_card .add_to_card_btn button {
    font-size: 12px;
  }
}

@media (max-width: 1700px) {
  .rosted_mini_card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
  }

  .rosted_mini_card .mini_card {
    width: calc(25% - 10px) !important;
  }
}

@media only screen and (max-width: 1700px) and (min-width: 0px) and (max-width: 767px) {
  .rosted_mini_card .mini_card {
    width: calc(50% - 10px) !important;
  }
}

@media only screen and (max-width: 1700px) and (min-width: 0px) and (max-width: 767px) {
  .rosted_mini_card {
    flex-wrap: wrap !important;
  }
}

.mini_card {
  border-radius: 12px;
  background-color: #c3e66e;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 23px;
  margin-bottom: 10px;
  gap: 20px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .mini_card {
    padding: 15px;
    gap: 10px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .mini_card {
    padding: 15px;
    gap: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .mini_card {
    padding: 15px;
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_card {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mini_card {
    gap: 10px;
    padding: 10px;
  }
}

.mini_card.cardbs {
  background-color: #ffcb65;
}

.mini_card.proteins {
  background-color: #ffa157;
}

.mini_card.fats {
  background-color: #e1e1e3;
}

.mini_card .icon {
  border-radius: 8px;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .mini_card .icon {
    min-width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .mini_card .icon {
    min-width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .mini_card .icon {
    min-width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mini_card .icon {
    border-radius: 6px;
    width: 50px;
    height: 42px;
    line-height: 42px;
  }

  .mini_card .icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }
}

.mini_card p {
  font-weight: 500;
  font-size: 16px;
  color: #8b8c90;
  margin-top: 0px !important;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .mini_card p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .mini_card p {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .mini_card p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mini_card p {
    font-size: 14px;
  }
}

.mini_card b {
  font-weight: 600;
  font-size: 18px;
  color: #272a33;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .mini_card b {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .mini_card b {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .mini_card b {
    font-size: 14px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mini_card b {
    font-size: 14px;
  }
}

.mini_card b span {
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .mini_card b span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .mini_card b span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .mini_card b span {
    font-size: 14px;
  }
}

.meta_area_wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #dadada;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .meta_area_wrapper {
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area_wrapper {
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .meta_area_wrapper {
    justify-content: flex-start;
    gap: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area_wrapper {
    gap: 12px;
    justify-content: flex-start;
  }
}

.meta_area_wrapper .preparing_time {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

.meta_area_wrapper .preparing_time .icon_time {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #c3e66e;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area_wrapper .preparing_time .icon_time {
    width: 22px;
    height: 22px;
    line-height: 19px;
    text-align: center;
  }

  .meta_area_wrapper .preparing_time .icon_time img {
    width: 14px;
    height: 12px;
    object-fit: contain;
  }
}

.meta_area_wrapper .preparing_time p {
  font-weight: 600;
  font-size: 14px;
  color: var(--bs-primary);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .meta_area_wrapper .preparing_time p {
    font-size: 10px;
  }
}

.meta_area_wrapper .preparing_time p span {
  font-weight: 500;
  color: #8b8c90;
}

.ingredients_area {
  border-radius: 12px;
  margin-top: 33px;
  width: 100%;
  background-color: var(--bs-body-bg);
  padding: 16px 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ingredients_area {
    padding: 14px;
  }
}

.ingredients_area .heading {
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}

.ingredients_area h4 {
  font-weight: 600;
  font-size: 24px;
  color: var(--bs-primary);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ingredients_area h4 {
    font-size: 16px;
  }
}

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

.ingredients_area ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .ingredients_area ul li {
    gap: 10px;
  }
}

.ingredients_area ul li p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--bs-primary);
  margin-bottom: 20px;
  width: calc(100% - 50px);
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients_area ul li p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .ingredients_area ul li p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ingredients_area ul li p {
    font-size: 12px;
  }
}

.ingredients_area ul li span {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  background: #c3e66e;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #272a33;
  display: inline-block;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .ingredients_area ul li span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ingredients_area ul li span {
    font-size: 16px;
  }
}

.popular_menu_area {
  margin-top: 20px;
  border-radius: 12px;
  background: var(--bs-body-bg);
  padding: 16px;
}

.popular_menu_area .heading h3 {
  font-weight: 600;
  font-size: 18px;
  color: var(--bs-primary);
}

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

.popular_menu_area .popular_card {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popular_menu_area .popular_card {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popular_menu_area .popular_card {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}

.popular_menu_area .popular_card .popular_content_area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  max-width: 70%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popular_menu_area .popular_card .popular_content_area {
    max-width: 100%;
  }
}

.popular_menu_area .popular_card .popular_food_img {
  width: 100px;
  height: 70px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .popular_menu_area .popular_card .popular_food_img {
    min-width: 80px;
    height: 56px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .popular_menu_area .popular_card .popular_food_img {
    min-width: 50px;
    height: 50px;
  }
}

.popular_menu_area .popular_card .popular_food_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popular_menu_area .popular_card .card_title {
    width: calc(100% - 130px);
  }
}

.popular_menu_area .popular_card .card_title h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--bs-primary);
  line-height: 18px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .popular_menu_area .popular_card .card_title h4 {
    font-size: 12px;
    line-height: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .popular_menu_area .popular_card .card_title h4 {
    font-size: 10px;
    line-height: 14px;
  }
}

.popular_menu_area .popular_card .card_title .rating {
  margin-top: 14px;
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .popular_menu_area .popular_card .card_title .rating {
    margin-top: 5px;
  }
}

.popular_menu_area .popular_card .card_title .rating span {
  height: 18px;
  padding: 0px 6px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #ff8700;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .popular_menu_area .popular_card .card_title .rating span {
    font-size: 9px;
    padding: 0px 3px;
  }
}

.popular_menu_area .popular_card .card_title .rating span i {
  margin-right: 6px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popular_menu_area .popular_card .btn_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
}

.popular_menu_area .popular_card .btn_wrapper .add_btn {
  text-align: right;
}

.popular_menu_area .popular_card .btn_wrapper .add_btn span {
  border-radius: 4px;
  width: 25px;
  display: inline-block;
  color: #272a33;
  font-size: 14px;
  height: 25px;
  background: #c3e66e;
  text-align: center;
  line-height: 24px;
}

.popular_menu_area .popular_card .btn_wrapper .breakfast {
  margin-top: 26px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .popular_menu_area .popular_card .btn_wrapper .breakfast {
    margin-top: 0px;
  }
}

.popular_menu_area .popular_card .btn_wrapper .breakfast span {
  padding: 4px 11px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 10px;
  color: #272a33;
  background: #c3e66e;
}

.nutrition_facts_container {
  margin-top: 50px;
  background-color: var(--bs-body-bg);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .nutrition_facts_container {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .nutrition_facts_container {
    margin-top: 20px;
  }
}

.nutrition_facts_container .nutrition_facts_container_header {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 24px;
  color: var(--bs-primary);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .nutrition_facts_container .nutrition_facts_container_header {
    font-size: 16px;
  }
}

.nutrition_facts_container .row .col-lg-6.style_1 {
  border-right: 1px solid #dadada;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nutrition_facts_container .row .col-lg-6.style_1 {
    border-right: none;
  }
}

.nutrition_facts_container .fact_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 10px 40px;
  border-top: 1px solid #dadada;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .nutrition_facts_container .fact_item {
    padding: 14px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .nutrition_facts_container .fact_item {
    padding: 10px 15px 10px 15px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .nutrition_facts_container .fact_item {
    padding: 10px 20px 10px 20px;
  }
}

.nutrition_facts_container .fact_item_details {
  width: calc(100% - 60px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.nutrition_facts_container .fact_item_icon {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .nutrition_facts_container .fact_item_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .nutrition_facts_container .fact_item_icon img {
    width: 10px;
    height: 14px;
    object-fit: contain;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .nutrition_facts_container .fact_item_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }

  .nutrition_facts_container .fact_item_icon img {
    width: 10px;
    height: 16px;
    object-fit: contain;
  }
}

.nutrition_facts_container .fact_item_name {
  font-weight: 600;
  font-size: 16px;
  width: calc(100% - 70px);
  color: var(--bs-primary);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .nutrition_facts_container .fact_item_name {
    font-size: 14px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .nutrition_facts_container .fact_item_name {
    font-size: 12px;
  }
}

.nutrition_facts_container .fact_value_box {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #272a33;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 4px 10px;
  display: inline-block;
  background-color: #c3e66e;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .nutrition_facts_container .fact_value_box {
    font-size: 10px;
  }
}

.nutrition_facts_container .fact_value_box.fact_value_box_style_2 {
  background-color: #ffcb65;
}

.nutrition_facts_container .fact_value_box.fact_value_box_style_3 {
  background-color: #ffa157;
}

.nutrition_facts_container .fact_value_box.fact_value_box_style_4 {
  background-color: #e1e1e3;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .nutrition_facts_container .fact_value_box {
    font-size: 10px;
  }
}

.review_card_wrapper {
  margin-top: 20px;
}

.review_card {
  padding: 10px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background-color: var(--bs-dark);
  margin-bottom: 10px;
}

.review_card .review_card_meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.review_card .review_card_meta .profile {
  width: 30px;
  height: 30px;
}

.review_card .review_card_meta .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.review_card .review_card_meta .profile_name h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--bs-primary);
}

.review_card .review_description {
  margin-top: 16px;
  position: relative;
}

.review_card .review_description .vector {
  position: absolute;
  top: -14px;
  left: 15px;
}

.review_card .review_description p {
  padding-left: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #8b8c90;
}

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

.trainer_content {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background-color: var(--bs-dark);
  padding: 30px;
  margin-top: 30px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trainer_content {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .trainer_content {
    margin-top: 23px;
    padding: 16px;
  }
}

.trainer_content .trainer_card_wrapper {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .trainer_content .trainer_card_wrapper {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .trainer_content .trainer_card_wrapper {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trainer_content .trainer_card_wrapper {
    justify-content: flex-start;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .trainer_card_wrapper {
    gap: 10px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .trainer_content .trainer_card_wrapper {
    gap: 10px;
  }
}

.trainer_content .heading_area h2 {
  font-weight: 600;
  font-size: 20px;
  color: var(--bs-primary);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .heading_area h2 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .trainer_content .heading_area h2 {
    font-size: 16px;
  }
}

.trainer_content .heading_area p {
  font-weight: 500;
  font-size: 14px;
  color: #8a8c90;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .heading_area p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .trainer_content .heading_area p {
    font-size: 12px;
  }
}

.trainer_content .trainer_card {
  background: var(--bs-body-bg);
  padding: 20px 16px 16px 16px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: calc(20% - 16px);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .trainer_card {
    padding: 10px;
    width: calc(20% - 10px);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .trainer_content .trainer_card {
    width: calc(33.33% - 16px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .trainer_content .trainer_card {
    width: calc(33.33% - 16px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trainer_content .trainer_card {
    width: calc(33.33% - 16px);
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .trainer_content .trainer_card {
    width: calc(50% - 5px);
  }

  .trainer_content .trainer_card:nth-child(5) {
    display: none;
  }
}

.trainer_content .trainer_card .trainer_img {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.trainer_content .trainer_card .trainer_profile {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .trainer_card .trainer_profile {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .trainer_content .trainer_card .trainer_profile {
    width: 60px;
    height: 60px;
  }
}

.trainer_content .trainer_card .trainer_profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.trainer_content .trainer_card .trainer_title {
  margin-top: 14px;
}

.trainer_content .trainer_card .trainer_title h4 {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: var(--bs-primary);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .trainer_card .trainer_title h4 {
    font-size: 14px;
  }
}

.trainer_content .trainer_card .trainer_rating {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 13px;
  width: 100%;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .trainer_card .trainer_rating {
    gap: 8px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .trainer_content .trainer_card .trainer_rating {
    margin-top: 12px;
    gap: 8px;
  }
}

.trainer_content .trainer_card .trainer_rating .rating span {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #ff8700;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .trainer_card .trainer_rating .rating span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .trainer_content .trainer_card .trainer_rating .rating span {
    font-size: 14px;
  }
}

.trainer_content .trainer_card .trainer_rating .trainer_profession {
  padding-left: 16px;
  border-left: 1px solid #c3e66e;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .trainer_card .trainer_rating .trainer_profession {
    padding-left: 8px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .trainer_content .trainer_card .trainer_rating .trainer_profession {
    padding-left: 8px;
  }
}

.trainer_content .trainer_card .trainer_rating .trainer_profession p {
  font-weight: 500;
  font-size: 14px;
  color: #8a8c90;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .trainer_card .trainer_rating .trainer_profession p {
    font-size: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .trainer_content .trainer_card .trainer_rating .trainer_profession p {
    font-size: 12px;
  }
}

.trainer_content
  .trainer_card
  .trainer_rating
  .trainer_profession
  p:nth-child(2) {
  margin-top: 4px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content
    .trainer_card
    .trainer_rating
    .trainer_profession
    p:nth-child(2) {
    margin-top: 0px;
  }
}

.trainer_content .trainer_card .trainer_btn {
  width: 100%;
  margin-top: 22px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .trainer_card .trainer_btn {
    margin-top: 9px;
  }
}

.trainer_content .trainer_card .trainer_btn button {
  border-radius: 8px;
  padding: 8px;
  width: 100%;
  background: #c3e66e;
  font-weight: 500;
  font-size: 16px;
  color: #272a33;
  border: none;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .trainer_card .trainer_btn button {
    font-size: 12px;
    padding: 5px 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .trainer_content .trainer_card .trainer_btn button {
    font-size: 12px;
  }
}

.trainer_content .view_more_btn {
  margin-top: 60px;
  text-align: center;
}

@media (max-width:768px) {
  .trainer_content .view_more_btn {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .view_more_btn {
    margin-top: 36px;
  }
}

.trainer_content .view_more_btn a {
  font-weight: 500;
  font-size: 16px;
  color: var(--bs-primary);
  padding: 12px 34px;
  border: 1px solid #c3e66e;
  border-radius: 12px;
  transition: all 0.4s ease;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .trainer_content .view_more_btn a {
    font-size: 12px;
    padding: 10px 34px;
  }
}

.trainer_content .view_more_btn a:hover {
  background-color: #c3e66e;
}

.active_programs_area {
  margin-top: 20px;
  background: var(--bs-dark);
  padding: 16px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .active_programs_area {
    padding: 10px;
  }
}

.active_programs_area .heading_area h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--bs-primary);
}

.active_programs_area .heading_area p {
  font-weight: 500;
  font-size: 14px;
  color: #8a8c90;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .active_programs_area .heading_area p {
    font-size: 12px;
  }
}

.active_programs_area .active_programs_card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .active_programs_area .active_programs_card {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .active_programs_area .active_programs_card {
    flex-wrap: wrap;
  }
}

.active_programs_area .active_programs_card.style_1 {
  margin-top: 30px;
}

.active_programs_area .active_programs_card .active_content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.active_programs_area .active_programs_card .active_food_img {
  border-radius: 10px;
  width: 100px;
  height: 70px;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .active_programs_area .active_programs_card .active_food_img {
    min-width: 80px;
    height: 70px;
  }
}

.active_programs_area .active_programs_card .active_food_img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.active_programs_area .active_programs_card .food_name h5 {
  font-weight: 600;
  font-size: 16px;
  color: var(--bs-primary);
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .active_programs_area .active_programs_card .food_name h5 {
    font-size: 12px;
  }
}

.active_programs_area .active_programs_card .food_name .rating {
  margin-top: 4px;
}

.active_programs_area .active_programs_card .food_name .rating span {
  border-radius: 4px;
  padding: 6px 10px;
  background-color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #ff8700;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .active_programs_area .active_programs_card .food_name .rating span {
    padding: 2px 6px;
    font-size: 10px;
  }
}

.active_programs_area .active_programs_card .food_name p {
  margin-top: 9px;
  font-weight: 500;
  font-size: 12px;
  color: #8a8c90;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .active_programs_area .active_programs_card .food_name p {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .active_programs_area .active_programs_card .food_btn {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .active_programs_area .active_programs_card .food_btn {
    width: 100%;
  }
}

.active_programs_area .active_programs_card .food_btn button {
  border-radius: 4px;
  padding: 8px 12px;
  background: #c3e66e;
  font-weight: 600;
  font-size: 10px;
  color: #272a33;
  border: none;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .active_programs_area .active_programs_card .food_btn button {
    padding: 8px 8px;
    font-size: 8px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .active_programs_area .active_programs_card .food_btn button {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .active_programs_area .active_programs_card .food_btn button {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
  }
}

.active_programs_area .view_more_btn {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .active_programs_area .view_more_btn {
    margin-top: 20px;
  }
}

.active_programs_area .view_more_btn button {
  border: none;
  border-radius: 8px;
  padding: 8px 43px;
  font-weight: 500;
  font-size: 16px;
  color: #272a33;
  background-color: #c3e66e;
}

@media (min-width: 1301px) and (max-width: 1520px) {
  .active_programs_area .view_more_btn button {
    font-size: 12px;
    padding: 8px 30px;
  }
}

.filter_modal_overlay_select .filter_modal_overlay_select {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-end;
  font-family: Arial, sans-serif;
}

.filter_modal_overlay_select .filter_modal_content_select {
  width: 100%;
  max-width: 350px;
  height: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.filter_modal_overlay_select .filter_header_select {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.filter_modal_overlay_select .filter_header_select h3 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #333;
}

.filter_modal_overlay_select .filter_header_select .close_btn_select {
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  color: #888;
}

.filter_modal_overlay_select .filter_body_select {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px 20px;
}

.filter_modal_overlay_select .filter_group_select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.filter_modal_overlay_select .filter_group_select:last-child {
  border-bottom: none;
}

.filter_modal_overlay_select .filter_group_select .select_label_select {
  display: block;
  font-size: 1em;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.filter_modal_overlay_select .custom_select_wrapper_select {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.filter_modal_overlay_select .program_length_select,
.filter_modal_overlay_select .program_category_select,
.filter_modal_overlay_select .sorting_options_select {
  width: 100%;
  padding: 10px;
  font-size: 0.9em;
  color: #333;
  border: none;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}

.filter_modal_overlay_select select option {
  padding: 10px;
  background-color: white;
  color: #333;
}

.filter_modal_overlay_select
  .program_length_select
  option[value="less_than_1_week"]:checked,
.filter_modal_overlay_select
  .sorting_options_select
  option[value="most_popular"]:checked {
  background-color: #fffbf9 !important;
  color: #333;
}

.filter_modal_overlay_select .filter_footer_select {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #ddd;
  background-color: white;
}

.filter_modal_overlay_select .filter_footer_select button {
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  width: 50%;
  font-size: 0.9em;
  transition: background-color 0.2s;
}

.filter_modal_overlay_select .filter_footer_select .clear_btn_select {
  background-color: #f5f5f5;
  color: #777;
}

.filter_modal_overlay_select .filter_footer_select .clear_btn_select:hover {
  background-color: #e0e0e0;
}

.filter_modal_overlay_select .filter_footer_select .apply_btn_select {
  background-color: #9acd32;
  color: white;
}

.filter_modal_overlay_select .filter_footer_select .apply_btn_select:hover {
  background-color: #8bb92d;
}

.close-filter {
  cursor: pointer;
}

.filter_iteam_card {
  margin-top: 30px;
  height: 50px;
}

.filter_option_area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.251);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}

.filter_option_area.active {
  visibility: visible;
  opacity: 1;
}

.filter_option_area .filter_container {
  position: absolute;
  right: 54px;
  top: 205px;
  border-radius: 12px;
  width: 380px;
  padding: 20px;
  height: 100%;
  padding-bottom: 50px;
  background-color: var(--bs-dark);
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .filter_option_area .filter_container {
    right: 42px;
    top: 211px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .filter_option_area .filter_container {
    right: 46px;
    top: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter_option_area .filter_container {
    right: 37px;
    top: 398px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .filter_option_area .filter_container {
    top: 0px;
    left: 0px;
  }
}

.filter_option_area .filter_container.style_1 {
  right: 492px;
  top: 235px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .filter_option_area .filter_container.style_1 {
    right: 419px;
    top: 260px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .filter_option_area .filter_container.style_1 {
    right: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter_option_area .filter_container.style_1 {
    right: 37px;
    top: 328px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .filter_option_area .filter_container.style_1 {
    top: 0px;
    left: 0px;
  }
}

.filter_option_area .filter_container .filter_actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.filter_option_area .filter_container .filter_actions button {
  border-radius: 12px;
  padding: 10px;
  width: 160px;
  height: 50px;
  background: #eee;
  font-weight: 600;
  font-size: 16px;
  color: #8a8c90;
  border: none;
}

.filter_option_area .filter_container .filter_actions button:nth-child(2) {
  background-color: #96d400;
  color: #272a33;
}

.filter_option_area .filter_container .filter_heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.filter_option_area .filter_container .filter_heading h3 {
  font-weight: 600;
  font-size: 22px;
  color: var(--bs-primary);
}

.filter_option_area .filter_container .filter_heading span {
  border-radius: 12px;
  width: 36px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  color: #767574;
  background: var(--bs-body-bg);
}

.filter_option_area
  .filter_container
  .filter_iteam_card
  .option.selected.focus {
  display: none;
}

.filter_option_area .filter_container .filter_iteam_card .nice-select {
  width: 100%;
  border: 1px solid rgba(138, 140, 144, 0.4);
  border-radius: 12px;
  padding: 0px 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  font-size: 20px;
}

.filter_option_area .filter_container .filter_iteam_card .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
}

.filter_option_area .filter_container .filter_iteam_card .nice-select .current {
  font-weight: 600;
  font-size: 20px;
  color: var(--bs-primary);
  opacity: 1;
}
/* on hover op option */
.filter_option_area
  .filter_container
  .filter_iteam_card
  .nice-select
  .list
  .option:hover {
  background-color: var(--bs-body-bg) !important;
  color: var(--bs-primary);
  opacity: 1;
}

.filter_option_area .filter_container .filter_iteam_card .nice-select .option {
  font-weight: 600;
  color: var(--bs-primary);
  background-color: transparent;
  padding: 6px 10px;
  margin-bottom: 3px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 18px;
  opacity: 1;
}

.filter_option_area .filter_container .filter_iteam_card .nice-select .list {
  margin-top: 6px;
  width: 100%;
  background-color: var(--bs-dark);
  padding: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.meal-selector-container {
  margin-top: 40px;
}

.meal-selector-container .header {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  user-select: none;
  border: 1px solid rgba(138, 140, 144, 0.4);
  border-radius: 12px;
  padding: 10px 20px;
  width: 100%;
  height: 56px;
  font-weight: 600;
  font-size: 20px;
  color: var(--bs-primary);
}

.meal-selector-container .arrow-icon {
  transition: transform 0.3s ease-in-out;
  color: #555;
  font-size: 14px;
}

.meal-selector-container .dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
  background: var(--bs-dark);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-top: 6px;
}

.meal-selector-container .dropdown-content.show {
  max-height: 500px;
  padding-bottom: 8px;
  padding-top: 5px;
}

.meal-selector-container .checkbox-container {
  display: flex;
  align-items: center;
  padding: 13px 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #8a8c90;
}

.meal-selector-container .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.meal-selector-container .custom-checkbox {
  height: 20px;
  width: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.meal-selector-container .custom-checkbox .fa-check {
  color: #fff;
  font-size: 12px;
  display: none;
}

.meal-selector-container .checkbox-container input:checked ~ .custom-checkbox {
  background-color: #96d400;
  border-color: #96d400;
}

.meal-selector-container
  .checkbox-container
  input:checked
  ~ .custom-checkbox
  .fa-check {
  display: block;
}

.meal-selector-container .checkbox-container:hover {
  background-color: var(--bs-body-bg);
  border-radius: 10px;
}

.meal-selector-container .checkbox-container {
  margin: 5px 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0px;
}

ul,
ol {
  list-style-type: none;
}

.text-right {
  text-align: right !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tk_none_sm {
    display: none !important;
  }

  .tk_block_sm {
    display: block !important;
  }
}

.btn {
  background: var(--bs-button-bg);
  padding: 10px 12px;
  border-radius: 11px;
  outline: none;
  border: none;
}

.chart-card {
  width: 100%;
  border-radius: 15px;
}

canvas {
  width: 100%;
  height: 200px;
}

/* about me and others button style in sidebar */

.btn-custom {
  font-family: Arial, sans-serif;
  font-size: 12.5px;
  color: #8a8c90;
  background-color: transparent;
  border: 1.5px solid #c0c0c0;
  border-radius: 999px; /* Fully rounded corners */
  padding: 6px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background: #ffdeb3;
  color: #272a33;
  transition: all 0.3s ease;
}

.active {
  padding: 6px 20px;
}

.faq {
  padding: 6px 25px;
}

#privacy_policy {
  display: block;
  border-top: 1px solid #dadada;
  padding-top: 35px;
}

/* copyright text */
.copyright_text {
  color: #8a8c90;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 7px;
  border-top: 1px solid #dadada;
  padding-top: 35px;
}

/* workout code start here */
.header-box {
  background: var(--bs-dark);
  border-radius: 10px;
  padding: 20px;
  margin-top: 22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.header-box h5 {
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--bs-primary);
}

.header-box small {
  color: #8a8c90;
}

.diet_btn {
  color: var(--bs-success);
  background-color: transparent;
  border: 1.5px solid var(--bs-success);
  border-radius: 12px; /* Fully rounded corners */
  padding: 6px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
}

.workout_filter_btn {
  color: black;
  background-color: var(--bs-success);
  border-radius: 12px; /* Fully rounded corners */
  padding: 4px 12px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.diet_btn:hover {
  background: var(--bs-success);
  color: #272a33;
  transition: all 0.3s ease;
}

.workout_list {
  background-color: var(--bs-dark);
  padding: 0px 15px 15px 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  height: 100%;
}
/* filter button group */
.filter-btn-group {
  background-color: var(--bs-dark);
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.filter-btn-group button:first-child {
  padding: 12px 17px !important;
}

.filter-btn-group button {
  background-color: var(--bs-dark);
  color: #8a8c90;
  border: none;
  padding: 12px 12px;
  font-weight: 500;
  font-size: 13px;
  border-radius: 5px 0px 0px 0px !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (min-width: 1300px) and (max-width: 1455px) {
  .filter-btn-group button {
    padding: 12px 10px !important;
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1320px) {
  .filter-btn-group button {
    padding: 12px 10px !important;
    font-size: 11px;
  }
}

/* Filter Buttons */
.filter-btn-group button.active,
.filter-btn-group button:hover {
  background: #b9f12d;
  color: #000;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* Workout Card */
.workout-card {
  background: var(--bs-body-bg);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
  margin-left: 18px;
  padding: 10px;
  align-items: center;
}

.workout-card img {
  width: 180px;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
}

.workout-info h6 {
  font-weight: 700;
  margin-bottom: 6px;
}

.workout-info p {
  margin-bottom: 4px;
  font-size: 14px;
  color: #8a8c90;
}

.workout-info strong {
  color: var(--bs-primary);
  opacity: 0.7;
  font-size: 12px;
}

.add-btn {
  color: #272a33;
  background-color: #b9f12d;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 13px;
  transition: 0.3s;
}

.add_tablet_btn {
  color: #272a33;
  background-color: #b9f12d;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  padding: 8px 16px;
  font-size: 14px;
  transition: 0.3s;
  display: none;
}

.add-btn:hover {
  background-color: #a1da22;
}
/* workout sidebar */
.workout_sidebar {
  background-color: var(--bs-dark);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-right: 12px;
  height: 100%;
}
.workout_sidebar-card {
  background: var(--bs-body-bg);
  border-radius: 12px;
  padding: 20px 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.workout_sidebar-card h6 {
  color: var(--bs-primary);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;
}

.workout_sidebar-card small {
  color: #8a8c90;
}

.workout_sidebar-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}

.workout_sidebar-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.workout_sidebar-item p {
  color: var(--bs-primary);
  font-size: 14px;
}
.workout_sidebar-item small {
  font-size: 13px;
  color: #8a8c90;
}

.workout_view_more_btn {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  background: var(--bs-success);
  border: none;
  border-radius: 12px;
  padding: 8px 20px;
  color: black;
}

.workout_sidebar-plus {
  background-color: #96d400;
  padding: 0px 7px;
  border-radius: 5px;
  color: black;
  font-size: 20px;
}

.workout_sidebar-plus:hover {
  background-color: #85b300;
  color: #272a33;
  transition: all 0.5s ease;
}

.workout_view_more_btn:hover {
  background-color: #96d400;
  color: #272a33;
  transition: all 0.5s ease;
}

.badge-sm {
  font-size: 12px;
  border-radius: 6px;
  padding: 2px 6px;
  background: #eff7e6;
  color: #4a7b00;
}

.workout_time {
  font-size: 11.7px;
  color: #8a8c90;
}

.workout_time > small {
  background-color: #c3e66e;
  padding: 3px 3px;
  border-radius: 3px;
  margin-right: 7px;
}

.workout_time strong {
  color: var(--bs-primary);
}
/* mobile responsive */
@media (max-width: 576px) {
  .header-box {
    margin: 10px;
  }
  .header-box h5 {
    font-size: 14px;
  }
  .header-box small {
    font-size: 11px;
  }

  .workout_sidebar {
    display: none;
  }
  .diet_btn,
  .workout_filter_btn button {
    flex: 1;
    padding: 6px 10px;
  }

  .diet_btn {
    font-size: 13px;
  }
}

/* landscape responsive */
@media (max-width: 768px) {
  .workout-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .header-box {
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left;
  }

  .diet_and_filter_button {
    width: 100%;
    justify-content: space-between;
    margin-top: 15px !important;
  }

  .workout_filter_btn button {
    border: none;
    color: black;
    border-radius: 6px;
    padding: 11px 7px;
  }

  .workout_filter_btn span img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .workout_sidebar {
    display: none;
  }
  .workout_list {
    margin: 0 10px;
  }

  .add-btn {
    width: 100%;
  }

  .filter-btn-group {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.2rem;
    scrollbar-width: none;
  }

  /* Hide scrollbar for Chrome, Edge, Safari */
  .filter-btn-group::-webkit-scrollbar {
    display: none;
  }

  .filter-btn-group button {
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    white-space: nowrap;
  }
  .workout-card img {
    width: 100%;
    height: auto;
  }
}

/* Responsive for tablet device */
@media (min-width: 768px) and (max-width: 992px) {
  .workout_list {
    margin: 0 10px;
  }
  .header-box {
    margin: 10px;
  }
  .workout_sidebar {
    display: none;
  }

  .header-box {
    margin-top: 20px;
  }
  .workout_content {
    width: 100%;
  }

  .workout-card img {
    width: 200px;
    height: auto;
  }

  .diet_and_filter_button {
    width: 100%;
    justify-content: space-between;
    margin-top: 15px !important;
  }

  .add-btn {
    display: none;
  }

  .add_tablet_btn {
    display: block;
    width: 100%;
  }

  .filter-btn-group {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.2rem;
    scrollbar-width: none;
  }

  /* Hide scrollbar for Chrome, Edge, Safari */
  .filter-btn-group::-webkit-scrollbar {
    display: none;
  }

  .filter-btn-group button {
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    white-space: nowrap;
  }
}
/* responsive for desktop */
@media (min-width: 992px) and (max-width: 1300px) {
  .header-box {
    margin-left: 10px;
  }
  .workout_list {
    margin: 0 10px;
  }
  .header-box {
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left;
  }

  .diet_and_filter_button {
    width: 100%;
    justify-content: space-between;
    margin-top: 15px !important;
  }
}

@media (min-width: 1300px) and (max-width: 1456px) {
  .header-box h5 {
    font-size: 15px;
  }

  .header-box small {
    font-size: 12px;
  }
}

.no-data-message {
  text-align: center;
  color: #888;
  font-size: 16px;
  margin-top: 50px;
}

/* work type code end here */
.topbar {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  height: 56px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.search-box {
  background-color: #fcf9f7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  width: 320px;
  transition: all 0.2s ease;
}

.search-box input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  padding-left: 8px;
  font-size: 15px;
  color: #333;
}

.icon-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.light {
  background-color: var(--bs-light) !important;
}

.icon-item {
  position: relative;
  background-color: var(--bs-body-bg);
  border-radius: 12px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.icon-item:hover {
  background-color: #f2eeeb;
}

.icon-item .dotOne {
  position: absolute;
  top: 9px;
  right: 11px;
  width: 10px;
  height: 10px;
  background-color: #ff8c42;
  border-radius: 50%;
}

.icon-item .dotTwo {
  position: absolute;
  top: 5px;
  right: 3px;
  width: 10px;
  height: 10px;
  background-color: #ff8c42;
  border-radius: 50%;
}

.icon-item .dotThree {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10px;
  height: 10px;
  background-color: #ff8c42;
  border-radius: 50%;
}

.profile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 12px;
  width: 160px;
}

.profile img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.profile .name {
  font-weight: 600;
  font-size: 16px;
  color: var(--bs-primary);
  line-height: 1.1;
  margin-bottom: 4px;
}

.profile .role {
  font-size: 13px;
  color: #888;
}

@media (min-width: 767px) {
  .meta_area.style_01 {
    display: none;
  }
}

.custom-select-wrapper > option {
  color: var(--bs-primary) !important;
}

/* life style dashboard style */

/* gender area */
.gender_container {
  margin-right: 10px;
}

.info-card {
  background: var(--bs-dark);
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  transition: transform 0.2s;
  border-left: 05px solid red;
}

.gender {
  border-left: 5px solid #c3e66e;
}
.gender .icon_span {
  background-color: #f6fbf9;
  padding: 5px 16px;
  border: 02px solid #c3e66e;
  border-radius: 10%;
}

.height {
  border-left: 5px solid #ffcb65;
}

.height .icon_span {
  background-color: #fff6e5;
  padding: 7px 13px;
  border: 02px solid #ffcb65;
  border-radius: 10%;
}

.wieght {
  border-left: 5px solid #a02cfa;
}

.wieght .icon_span {
  background-color: #f4e6fe;
  padding: 12px 10px;
  border: 02px solid #a02cfa;
  border-radius: 10%;
}

.bmt {
  border-left: 5px solid #ffa157;
}

.bmt .icon_span {
  background-color: #fff1e5;
  padding: 10px 10px;
  border: 02px solid #ffa157;
  border-radius: 10%;
}

.info-text {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.info-text span:first-child {
  font-size: 0.9rem;
  color: #8a8c90;
}

.info-text span:last-child {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--bs-primary);
}

/* chart area */
.chart-card {
  background: var(--bs-dark);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  width: 100%;
  margin-left: 12px;
}

.chart-card_steps {
  background: var(--bs-dark);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 15px 10px;
  margin: auto;
}

.chart-card_steps h2 {
  color: var(--bs-primary);
  opacity: 0.8;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}

.chart-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--bs-primary);
  opacity: 0.8;
  margin-bottom: 10px;
}

#chartContainer {
  position: relative;
  height: 220px;
  width: 100%;
}

canvas {
  width: 100% !important;
  height: 100% !important;
}

.progress-card {
  background: var(--bs-dark);
  border-radius: 12px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  width: 112%;
}

.sidebar-collapsed .progress-card {
  width: 111% !important;
  margin-left: 0px !important;
  margin-right: 0 !important;
}

.progress-card h3 {
  text-align: left;
  font-size: 17px;
  color: var(--bs-primary);
  margin-bottom: 16px;
  opacity: 0.8;
  font-weight: 600;
  border-bottom: 01px solid #0000001a;
  padding-bottom: 15px;
}

.chart-container {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 10px 10px 10px 10px;
}

@media (max-width: 768px) {
  .chart-card {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1085px) {
  .chart_container .col-md-2,
  .chart_container .col-md-4 {
    flex: 0 0 48% !important; /* width: 50% */
    max-width: 48% !important;
  }
}
.chart-container span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
  color: #9bd650;
}

.progress-left {
  color: var(--bs-primary);
  opacity: 0.8;
  font-weight: 500;
  padding-top: 4px;
  font-size: 13px;
}

.progress-left span {
  color: #9bd650;
}

.programs-left small {
  font-size: 5px;
}

.calories {
  color: #ff8700 !important;
}

.row.justify-content-center {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.chart_container {
  margin-right: 10px !important;
}

@media (max-width: 768px) {
  .info-card {
    max-width: 100%;
  }
  .progress-card {
    width: 100%;
  }

  .chart-card {
    width: 100%;
  }

  .progress-card h3 {
    font-size: 16px;
  }

  .chart-title {
    font-size: 1rem;
  }
  .crab_area {
    display: none !important;
  }
  .tracker-search {
    display: none;
  }
  .gender_container {
    margin-left: 10px;
  }
  .chart_container {
    margin-right: 0px !important;
    margin-left: 1px;
  }
  .steps_cnontainer {
    margin: 0px 10px 0px 7px;
  }
  .tracker-container {
    margin: 0px 10px 0px 15px;
  }
  .trainer_card_mobile {
    margin: 0px 15px;
  }
}

@media (max-width: 768px) {
  .tracker-table th:not(:nth-child(2)):not(:nth-child(6)):not(:nth-child(8)),
  .tracker-table td:not(:nth-child(2)):not(:nth-child(6)):not(:nth-child(8)) {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1052px) {
  .tracker-table th:nth-child(3),
  .tracker-table td:nth-child(3),
  .tracker-table th:nth-child(4),
  .tracker-table td:nth-child(4) {
    display: none;
  }
}

.tracker-container {
  margin-right: 13px;
}

.steps_cnontainer {
  margin-right: 5px !important;
}

/* total crab, proteins and fat area */
.cabs {
  border-left: 6px solid #c3e66e;
}

.total_cabs {
  width: 33%;
  max-width: 100%;
  height: 120px;
  background-color: var(--bs-dark);
  padding: 10px;
  border-radius: 10px;
  flex-shrink: 1;
}

.total_cabs_collapse .total_cabs {
  width: 34.5% !important;
}

@media (min-width: 992px) {
  .crab_area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1rem;
  }
  .total_cabs {
    width: 33%;
    max-width: 100%;
    height: 120px;
    background-color: var(--bs-dark);
    padding: 10px;
    border-radius: 10px;
    flex-shrink: 1;
  }
}

/* For medium screens (tablets) */
@media (max-width: 1030px) {
  .crab_area {
    display: none !important;
  }
  .steps_cnontainer {
    margin-top: -10px !important;
  }
}

.protein .icon_span {
  background-color: #fff1e5;
  padding: 7px 10px;
  border: 02px solid #ff8700;
  border-radius: 10%;
  margin-right: 10px;
}

.fats .icon_span {
  background-color: #f4e9ff;
  padding: 4px 11px;
  border: 02px solid #a02cfa;
  border-radius: 10%;
  margin-right: 10px;
}

.cabs .icon_span {
  background-color: #fbf6f9;
  padding: 7px;
  border: 02px solid #c3e66e;
  border-radius: 10%;
  margin-right: 10px;
}

.fats {
  border-left: 06px solid #a02cfa;
}

.protein {
  border-left: 06px solid #ff8700;
}

.total_crab p {
  color: #8a8c90;
  font-size: 12px;
}
.total_crab h2 {
  color: var(--bs-primary);
  font-size: 17px;
  font-weight: 500;
}

.cabs_btn {
  background-color: #c3e66e;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.protine_btn {
  background-color: #ff8700;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.fats_btn {
  background-color: #a02cfa;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.gram {
  color: #8a8c90;
  font-size: 10px;
  margin-right: 34px;
}
.crablastbtn2 {
  background-color: transparent;
  color: #c3e66e;
  padding: 4px 15px;
  width: 80px;
  font-size: 10px;
  border: 2px solid #c3e66e;
  border-radius: 999px;
}
.protinelastbtn2 {
  background-color: transparent;
  color: #ff8700;
  padding: 4px 15px;
  width: 80px;
  font-size: 10px;
  border: 2px solid #ff8700;
  border-radius: 999px;
}
.fatslastbtn2 {
  background-color: transparent;
  color: #a02cfa;
  padding: 4px 15px;
  width: 80px;
  font-size: 10px;
  border: 2px solid #a02cfa;
  border-radius: 999px;
}
.progress-container {
  width: 120px;
  background-color: #f3f6f8;
  border-radius: 4px;
  overflow: hidden;
}

/* Inner bar */
.progress-bar {
  width: 80%;
  background-color: #c3e66e;
  text-align: center;
  color: white;
  padding: 2px;
  border-radius: 4px 0 0 4px;
}

.cabs .progress-bar {
  background-color: #c3e66e;
}
.protein .progress-bar {
  background-color: #ff8700;
}
.fats .progress-bar {
  background-color: #a02cfa;
}

.cabs_align {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (min-width: 1400px) and (max-width: 1490px) {
  .cabs_align {
    gap: 18px;
  }
}

@media (min-width: 1300px) and (max-width: 1410px) {
  .cabs_align {
    gap: 16px;
  }
  .total_crab p {
    font-size: 10px;
  }
  .total_crab h2 {
    font-size: 15px;
  }
  .progress-container {
    width: 100px;
  }

  /* Inner bar */
  .progress-bar {
    width: 60%;
  }
  .cabs_btn {
    font-size: 11px;
  }
  .gram {
    font-size: 9px;
  }
  .crablastbtn2 {
    padding: 4px 12px;
    width: 70px;
    font-size: 10px;
  }
}

@media (min-width: 1089px) and (max-width: 1250px) {
  .cabs_align {
    gap: 16px;
  }
  .total_crab p {
    font-size: 10px;
  }
  .total_crab h2 {
    font-size: 15px;
  }
  .progress-container {
    width: 100px;
  }

  /* Inner bar */
  .progress-bar {
    width: 60%;
  }
  .cabs_btn {
    font-size: 11px;
  }
  .gram {
    font-size: 9px;
  }
  .crablastbtn2 {
    padding: 4px 12px;
    width: 70px;
    font-size: 10px;
  }
}

@media (min-width: 1030px) and (max-width: 1089px) {
  .cabs_align {
    gap: 14px;
  }
  .total_crab p {
    font-size: 9px;
  }
  .total_crab h2 {
    font-size: 14px;
  }
  .progress-container {
    width: 90px;
  }

  /* Inner bar */
  .progress-bar {
    width: 50%;
  }
  .cabs_btn {
    font-size: 10px;
  }

  .gram {
    font-size: 8px;
  }
  .crablastbtn2 {
    padding: 4px 10px;
    width: 70px;
    font-size: 9px;
  }
  .protine_btn {
    font-size: 10px;
  }

  .fats_btn {
    font-size: 10px;
  }
}

@media (min-width: 1570px) and (max-width: 1631px) {
  .cabs_align {
    gap: 38px;
  }
  .total_crab p {
    font-size: 11px;
  }
  .total_crab h2 {
    font-size: 15px;
  }
  .progress-container {
    width: 140px;
  }

  /* Inner bar */
  .progress-bar {
    width: 80%;
  }
  .cabs_btn {
    font-size: 12px;
  }
  .gram {
    font-size: 10px;
  }
  .crablastbtn2 {
    padding: 4px 14px;
    width: 70px;
    font-size: 10px;
  }
  .protine_btn {
    font-size: 12px;
  }

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

@media (min-width: 1730px) and (max-width: 1830px) {
  .cabs_align {
    gap: 60px;
  }
  .total_crab p {
    font-size: 13px;
  }
  .total_crab h2 {
    font-size: 16px;
  }
  .progress-container {
    width: 160px;
  }

  /* Inner bar */
  .progress-bar {
    width: 90%;
  }
  .cabs_btn {
    font-size: 13px;
  }
  .gram {
    font-size: 11px;
  }
  .crablastbtn2 {
    padding: 4px 15px;
    width: 70px;
    font-size: 10px;
  }
  .protine_btn {
    font-size: 13px;
  }

  .fats_btn {
    font-size: 13px;
  }
}

@media (min-width: 1830px) and (max-width: 1930px) {
  .cabs_align {
    gap: 75px;
  }
  .total_crab p {
    font-size: 13px;
  }
  .total_crab h2 {
    font-size: 16px;
  }
  .progress-container {
    width: 170px;
  }

  /* Inner bar */
  .progress-bar {
    width: 90%;
  }
  .cabs_btn {
    font-size: 13px;
  }
  .gram {
    font-size: 11px;
  }
  .crablastbtn2 {
    padding: 4px 15px;
    width: 70px;
    font-size: 10px;
  }
  .protine_btn {
    font-size: 13px;
  }

  .fats_btn {
    font-size: 13px;
  }
}

@media (min-width: 1632px) and (max-width: 1730px) {
  .cabs_align {
    gap: 51px;
  }
  .total_crab p {
    font-size: 12px;
  }
  .total_crab h2 {
    font-size: 16px;
  }
  .progress-container {
    width: 150px;
  }

  /* Inner bar */
  .progress-bar {
    width: 90%;
  }
  .cabs_btn {
    font-size: 13px;
  }
  .gram {
    font-size: 11px;
  }
  .crablastbtn2 {
    padding: 4px 15px;
    width: 70px;
    font-size: 10px;
  }
  .protine_btn {
    font-size: 13px;
  }

  .fats_btn {
    font-size: 13px;
  }
}

@media (min-width: 1570px) and (max-width: 1670px) {
  .cabs_align {
    gap: 38px;
  }
  .total_crab p {
    font-size: 11px;
  }
  .total_crab h2 {
    font-size: 15px;
  }
  .progress-container {
    width: 140px;
  }

  /* Inner bar */
  .progress-bar {
    width: 80%;
  }
  .cabs_btn {
    font-size: 12px;
  }
  .gram {
    font-size: 10px;
  }
  .crablastbtn2 {
    padding: 4px 14px;
    width: 70px;
    font-size: 10px;
  }
  .protine_btn {
    font-size: 12px;
  }

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

/* workout progress tacker */
.card {
  background-color: var(--bs-dark);
  border-radius: 15px;
}

.table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.tracker-container {
  background: var(--bs-dark);
  border-radius: 12px;
  padding: 25px 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.tracker-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 01px solid #e0e0e0;
  padding-bottom: 10px;
  gap: 50px;
}

.tracker-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--bs-primary);
  opacity: 0.8;
}

.tracker-search input {
  border: none;
  outline: none;
  border-radius: 6px;
  padding: 10px 14px;
  width: 350px;
  font-size: 0.95rem;
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
  opacity: 0.8;
}

.tracker-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  color: var(--bs-primary);
  opacity: 0.8;
}

.tracker-table thead {
  color: var(--bs-primary);
  font-size: 15px;
}
.tracker-table tbody {
  font-size: 15px;
}
.tracker-table th,
.tracker-table td {
  text-align: left;
  padding: 12px 16px;
}

@media (min-width: 1052px) and (max-width: 1443px) {
  .tracker-table thead {
    font-size: 15px;
  }
  .tracker-table tbody {
    font-size: 14px;
  }
  .tracker-table th,
  .tracker-table td {
    padding: 12px 5px;
  }
}

.tracker-table thead {
  background-color: var(--bs-dark);
  border-bottom: 1px solid #e0e0e0;
  opacity: 1;
}

.tracker-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}

.tracker-table tbody tr:hover {
  background-color: var(--bs-body-bg);
}

.progress_day {
  background-color: #f0f4f6;
  padding: 10px;
  border-radius: 5px;
  color: #038fd5;
  font-weight: 550;
}

/* Badges */
.status {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
}

.status.completed {
  background-color: #e5ffe5;
  color: #00c700;
}

.status.inprogress {
  background-color: #fff3e5;
  color: #ff8700;
}

.status.notstarted {
  background-color: #f1f3f4;
  color: #677a86;
}

/* Percentage badge */
.percentage {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
}

.percentage.p100 {
  background-color: #00b300;
}
.percentage.p60 {
  background-color: #ff8000;
  padding: 6px 16px;
}
.percentage.p0 {
  background-color: #555;
  padding: 6px 20px;
}

.breakfast {
  background-color: #e5ffe5;
  color: #00c700;
  padding: 6px 15px;
  border-radius: 3px;
}

.energized {
  background-color: #00c700;
  color: #ffffff;
  padding: 6px 19px;
  border-radius: 3px;
}

.quite {
  background-color: #ff8700;
  color: #ffffff;
  padding: 6px 5px;
  border-radius: 3px;
  font-size: 14px;
}

.guilty {
  background-color: #ffbe11;
  color: #ffffff;
  padding: 6px 34px;
  border-radius: 3px;
}

.uncomfortable {
  background-color: #f9468b;
  color: #ffffff;
  padding: 6px 5px;
  border-radius: 3px;
  font-size: 14px;
}

.trainer-section {
  background-color: var(--bs-dark);
  border-radius: 12px;
  padding: 0px 10px 0 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.trainer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 20px;
}

.trainer-header h4 {
  font-weight: 600;
  color: var(--bs-primary);
  opacity: 0.8;
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .trainer-header h4 {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .trainer-header h4 {
    font-size: 15px;
  }
  .view-more-btn {
    font-size: 12px;
  }
}

.view-more-btn {
  background-color: #c3e66e;
  border: none;
  color: black;
  font-weight: 500;
  padding: 8px 22px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.view-more-btn:hover {
  background-color: #aeea4d;
}

.trainer-card {
  background-color: var(--bs-body-bg);
  border-radius: 14px;
  text-align: center;
  padding: 25px 10px;
  min-width: 100%;
  transition: all 0.3s ease;
}

.trainer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.trainer-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.trainer-card h6 {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 8px;
}

.rating {
  color: #f39c12;
  font-weight: 600;
  font-size: 1rem;
}

.trainer-info {
  font-size: 0.9rem;
  color: #999;
}

.send-btn {
  background-color: #f8ffe6;
  border: 1px solid #8fc901;
  color: #8fc901;
  font-weight: 600;
  border-radius: 8px;
  padding: 6px 14px;
  margin-top: 12px;
  transition: all 0.3s ease;
}

.send-btn:hover {
  background-color: #e8f9bd;
}
.trainer_card_mobile {
  display: none;
}

.crab_area {
  margin-right: 13px !important;
}
.view-more-btn_for_mobile {
  background-color: #c3e66e;
  border: none;
  color: black;
  font-weight: 500;
  padding: 8px 22px;
  width: 200px;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin: 0 auto 50px;
  display: block;
}

.trainer-header_mobile {
  color: var(--bs-primary);
  opacity: 0.8;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}
/* tracker card for mobile responsive */
@media (max-width: 768px) {
  .trainer-card {
    margin-bottom: 20px;
  }
  .trainer_card_mobile {
    display: block;
  }
  .recomended_section {
    display: none;
  }
  .recommnd {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 512px) {
  .trainer-header_mobile h4 {
    font-size: 13.8px;
    margin-top: 5px;
  }
  .tracker-title {
    font-size: 17px;
  }
  .tracker-table thead {
    font-size: 13px;
  }
  .tracker-table tbody {
    font-size: 13px;
  }
  .tracker-table th,
  .tracker-table td {
    padding: 12px 8px;
  }
}

.recommnd {
  padding-right: 30px !important;
  margin-bottom: 40px;
}

/* alingment fixed for 769px to 1300px */
@media (min-width: 769px) and (max-width: 1300px) {
  .gender_container {
    margin-left: 13px !important;
  }
  .chart_container {
    margin-left: 2px;
  }
  .steps_cnontainer {
    margin-left: 7px;
  }
  .tracker-container {
    margin-left: 15px;
  }
  .recommnd {
    padding-left: 12px;
  }
  .crab_area {
    margin-left: 13px;
  }
}

/* channerl style here */
.channel-page {
  background-color: var(--bs-dark);
  border-radius: 12px;
  padding: 0px 10px 0 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  margin-right: 13px;
}

.cover-photo {
  padding: 0 5px;
}

.channel_profile {
  padding: 0px 8px;
  margin-bottom: 50px;
}

.channel_profile h4 {
  color: var(--bs-primary);
  font-size: 21px;
  font-weight: 600;
}

.channel_profile span {
  margin-left: 10px;
}

.channel_profile small {
  color: #8a8c90;
  font-weight: 400;
}

.channel_profile button {
  background-color: #c3e66e;
  color: #000;
  border: none;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 8px 20px;
  border-radius: 999px;
}

.subscribes {
  background-color: #c3e66e;
  color: #000;
  border: none;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 8px 20px;
  border-radius: 999px;
  width: 100%;
  display: none;
  margin-bottom: 15px;
  margin-top: -5px;
}

.channel_profile button:hover {
  background-color: #a9c862;
  transition: all 0.3s ease;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.channel_search {
  background-color: var(--bs-body-bg);
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  margin-left: 30px;
  padding: 10px 10px 5px 20px;
  margin-top: -3px;
}

.channel_search button {
  border: none;
  background-color: var(--bs-body-bg);
}

.channel_search input {
  border: none;
  background-color: var(--bs-body-bg);
  outline: none;
  color: var(--bs-primary);
  opacity: 0.8;
}

/* Main Tabs Style */
.main-tabs {
  padding-bottom: 8px;
}
.main-tabs .nav-link {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  color: var(--bs-primary);
  opacity: 0.8;
  background: transparent;
  font-weight: 500;
  border: none;
  font-size: 15px;
  transition: all 0.3s ease;
}
.main-tabs .nav-link.active {
  color: var(--bs-primary);
  font-weight: 600;
  background-color: transparent;
}

.main-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1.5px;
  background-color: #ff8700;
}

/*  Video Sub Tabs Style */
.video-tabs .nav-link {
  background-color: var(--bs-dark);
  color: var(--bs-primary);
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-right: 8px;
  padding: 6px 18px;
  transition: 0.3s;
  margin-bottom: 5px;
}
.video-tabs .nav-link.active {
  background-color: #c3e66e;
}

.tab-pane {
  margin-left: -15px;
  margin-right: -20px;
}

#home {
  padding: 0px 10px;
}

#videos ul {
  border: none;
}

.features_video {
  border-bottom: 02px solid #0000001a;
  padding-bottom: 40px;
  margin-top: -40px;
  margin-left: -10px;
}

.features_video h2 {
  border-bottom: none;
}

.recent_uploads {
  border-bottom: 02px solid #0000001a;
  padding-bottom: 40px;
  margin-left: -10px;
}
.recent_uploads h2 {
  border-bottom: none;
}
.popular_videos {
  border-bottom: 02px solid #0000001a;
  padding-bottom: 40px;
  margin-left: -10px;
  margin-top: 40px;
}
.popular_videos h2 {
  border-bottom: none;
}
.similar_channels {
  margin-left: -10px;
}
.similar_channels h2 {
  border-bottom: none;
}
.latest_video {
  margin-right: 10px;
}

/* about channel */
.channel-info {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 0px;
  width: 100%;
}

.section-title {
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.description {
  font-size: 14px;
  font-weight: 500px;
  color: #8a8c90;
  line-height: 1.5;
  padding: 0px 20px 20px 20px;
}

.links {
  padding: 0 20px 20px 20px;
}

.links a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--bs-primary);
  font-weight: 600;
  margin-right: 20px;
  margin-top: 8px;
  font-size: 15px;
}

.links img {
  margin-right: 8px;
  font-size: 1.1rem;
}

.email-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
  padding: 10px 20px;
}

.email-list a {
  text-decoration: none;
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.email-list img {
  margin-right: 10px;
  font-size: 1.1rem;
}

.stats-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.stats-title {
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 12px;
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
}

.stats-box p {
  padding: 10px 20px;
  color: #8a8c90;
}

.channel_message {
  padding: 17px 30px;
  border-top: 01px solid #ddd;
}
@media (max-width: 768px) {
  .links a {
    display: block;
  }
  .stats_container {
    width: 100% !important;
  }
  .cover-photo img {
    height: 130px;
  }
  .channel_profile button {
    display: none;
  }
  .subscribes {
    display: block !important;
  }
  .channel_profile {
    margin-bottom: 30px;
  }
  .main-tabs .nav-link {
    padding: 8px 5px;
    font-size: 13px;
  }
  .channel_search {
    display: none;
    margin-left: 10px;
    padding: 5px 10px;
    margin-top: 0;
    gap: 10px !important;
  }
  .channel_search input {
    width: 90px;
    font-size: 13px;
  }
}

.stats-title {
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.stats-content {
  flex-grow: 1;
}

.channel_message {
  display: flex;
  gap: 10px;
  margin-top: auto;
}
/* account style here */
.account_tab_nav {
  padding-top: 15px;
}

.programs_you_created {
  margin-top: -80px;
  margin-left: -19px;
  margin-right: -17px;
}

.programs_you_created h2 {
  margin-left: -10px;
  border-bottom: none;
  margin-bottom: -10px;
}

.account_recomended_programs {
  margin-top: 30px;
  margin-left: -19px;
  margin-right: -17px;
}

.account_recomended_programs h2 {
  margin-left: -15px;
  border-bottom: none;
}

.your_uploaded_videos_style h2 {
  margin-left: -15px;
  border-bottom: none;
  margin-bottom: -10px;
}

.your_uploaded_videos_style {
  margin: -80px -17px 0px -19px;
  border-bottom: 01px solid #0000001a;
  padding-bottom: 40px;
}
@media (min-width: 1300px) and (max-width: 1520px) {
  .programs_you_created {
    margin-top: -50px;
  }
  .your_uploaded_videos_style {
    margin-top: -50px;
  }
}
.account_uploaded_quicks {
  margin: 31px -13px 0px -13px;
  border-bottom: 01px solid #0000001a;
  padding-bottom: 40px;
}
.account_uploaded_quicks h2 {
  margin-left: -15px;
  border-bottom: none;
}
.account_saved_videos h2 {
  margin-left: -15px;
  border-bottom: none;
  margin-bottom: -10px;
}
.account_saved_videos {
  margin: 31px -17px 0px -19px;
  border-bottom: 01px solid #0000001a;
  padding-bottom: 40px;
}
.account_recomended_channels {
  margin: 42px -17px 0px -19px !important;
  border-bottom: 01px solid #0000001a;
  padding-bottom: 40px;
}
.account_recomended_channels h2 {
  margin-left: -15px;
  border-bottom: none;
  margin-bottom: -10px;
}
.full_video_playlist {
  margin: 42px -17px 0px -19px !important;
}
.full_video_playlist h2 {
  margin-left: -15px;
  border-bottom: none;
  margin-bottom: -10px;
}

.playlist_thumb {
  position: relative !important;
  width: 100%;
  margin: 0 auto;
}

.playlist_thumb::before {
  content: "";
  width: 88%;
  height: 5px;
  top: -6.5px;
  left: 15px;
  position: absolute;
  background-color: #768393;
  border-radius: 200px 200px 0px 0px;
}

.playlist_thumb::after {
  content: "";
  width: 74%;
  height: 4.5px;
  top: -12.5px;
  left: 35px;
  position: absolute;
  background-color: #768393;
  border-radius: 129px 141px 0px 0px;
}
/* Your info here */
.info_container {
  margin-top: -40px;
  margin-left: -10px;
  margin-right: -5px;
}
.admin-info-card h5 {
  color: var(--bs-primary);
  font-size: 16px;
}

.admin-info-card {
  margin-left: 5px;
  border-bottom: 01px solid #0000001a;
  padding: 0px 20px 50px 20px;
}

.admin-avatar {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 12px;
}

.tab-box {
  border: 1px solid #bcbcbc;
  border-radius: 12px;
  overflow: hidden;
  width: 370px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.tab-item {
  border-right: 1px solid #bcbcbc;
  color: #6c757d;
  cursor: pointer;
  transition: color 0.2s ease;
}

.tab-item:last-child {
  border-right: none;
  padding: 20px 40px;
}

.tab-item.active .tab-number {
  color: #ff8700;
  font-weight: 600;
}

.tab-number {
  display: block;
  font-size: 16px;
  color: #ff8700;
}

.tab-label {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}

.admin-info-card input {
  background: var(--bs-body-bg);
  border: 1px solid #8a8c904d;
  padding: 10px;
  width: 100%;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  color: var(--bs-primary);
  outline: none;
}

.info-input:focus {
  border: 2px solid #8a8c904d;
  outline: none;
}

.form-label {
  color: #8a8c90;
  font-weight: 600;
}
.full_body_image {
  margin: 40px 25px 0px 25px;
}

.full_body_image h2 {
  color: var(--bs-primary);
  font-size: 20px;
  margin-bottom: 20px;
}

.full_body_image span {
  margin-right: 10px;
}
.full_body_image small {
  color: #8a8c90;
  font-size: 16px;
}
.full_body_content h4 a {
  color: var(--bs-primary);
  font-size: 16px;
  text-align: center !important;
  display: block;
  margin-top: 20px;
  font-weight: 600;
}
.full_body_content p {
  color: #8a8c90;
  font-size: 15px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .channel-page {
    margin-left: 13px;
  }
}

@media (max-width: 766px) {
  .tab-content {
    padding-top: 30px;
  }
  .admin-info-card {
    margin-top: -34px;
  }
}

/* edit channels start here */
.edit_channels {
  margin: -15px -13px 0px -15px;
  border-bottom: 01px solid #0000001a;
  padding-bottom: 40px;
}

.edit_channels h2 {
  border-bottom: none;
  margin-bottom: -5px;
}

.edit_videos {
  margin: 25px -13px 0px -15px;
  border-bottom: 01px solid #0000001a;
  padding-bottom: 40px;
}
.edit_videos h2 {
  border-bottom: none;
  margin-bottom: -5px;
}
.account_setting_quick_videos {
  margin: 25px 0px 0px 0px;
  border-bottom: 01px solid #0000001a;
  padding-bottom: 40px;
}
.account_setting_quick_videos h2 {
  border-bottom: none;
  margin-bottom: -5px;
}
.account_setting_your_programs {
  margin: 25px -13px 0px -15px;
}
.account_setting_your_programs h2 {
  border-bottom: none;
  margin-bottom: -5px;
}
.video_options button {
  background-color: var(--bs-dark);
  padding: 7px 9px;
  border-radius: 4px;
  cursor: pointer;
  border: 01px solid #ffffff4d;
  color: var(--bs-primary);
  outline: none;
}

/* Small modal (dropdown style) */
.video_modal {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  border: 02px solid #ffffff4d;
  background: var(--bs-dark);
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  min-width: 140px;
  overflow: hidden;
}

.video_modal.show {
  display: block;
}

.video_modal button {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 5px 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.video_modal button:first-child i {
  color: #afd25a;
  background-color: #f6fbe9;
  padding: 5px;
  border-radius: 3px;
}

.video_modal button:last-child i {
  color: #ff8700;
  background-color: #fff1e5;
  font-size: 13px;
  padding: 5px;
  border-radius: 3px;
}

.video_modal button:hover {
  background: var(--bs-body-bg);
}

/* Sidebar container */
.account-sidebar {
  margin-top: 30px;
  background: var(--bs-dark);
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 15px;
}

/* Section styling */
.sidebar-section {
  background-color: var(--bs-body-bg);
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}

.sidebar-section h3 {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bs-primary);
  border-bottom: 02px solid #c7c7c74d;
  padding-bottom: 20px;
  margin: 0 0 10px 0;
}

.sidebar-section .icon {
  font-size: 18px;
}

.account_notification {
  background-color: var(--bs-dark);
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}

.account_notification h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-primary);
  border-top: 1px solid #c7c7c74d;
  border-bottom: 1px solid #c7c7c74d;
  padding: 20px 0;
}

.account_notification span {
  margin-right: 5px;
}

.sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bs-dark);
  border: 1px solid #c7c7c74d;
  border-radius: 10px;
  padding: 10px 14px;
  text-decoration: none;
  color: var(--bs-primary);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.02);
}

.sidebar-links a:hover {
  background-color: #faf8f7;
  border-color: #e3e0dd;
  color: black;
}

.sidebar-links a span {
  font-size: 14px;
  opacity: 0.7;
}

@media (min-width: 1300px) {
  .account_setting_container {
    margin-left: 0px;
    margin-right: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .account_setting_container {
    margin-left: 15px;
    margin-right: 30px !important;
  }
}
@media (max-width: 992px) {
  .account_setting_video_area {
    margin-left: 10px;
    margin-right: -8px;
    width: 100%;
  }
  .account-sidebar {
    display: none;
  }
}

@media (max-width: 766px) {
  .edit_channels {
    padding-left: 10px;
    padding-right: 10px;
  }
  .edit_videos {
    padding-left: 10px;
    padding-right: 10px;
  }
  .account_setting_quick_videos {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account_setting_your_programs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile_margin {
    margin-bottom: 20px;
  }
}

/* Sidebar */
.admin_sidebar {
  background: var(--bs-dark);
  border-radius: 10px;
  padding: 20px 15px;
  height: 100% !important;
}
.admin_nav {
  background-color: var(--bs-body-bg);
  padding: 10px;
  border-radius: 4px;
}
.admin_sidebar h5 {
  font-weight: 600;
  padding-bottom: 20px;
  color: var(--bs-primary);
  border-bottom: 01px solid #0000001a;
  margin-bottom: 15px;
}
.admin_sidebar a {
  display: block;
  background: var(--bs-dark);
  color: var(--bs-primary);
  padding: 10px 15px;
  border: 01px solid #c7c7c74d;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.3s;
  font-weight: 600;
}

.admin_sidebar img {
  margin-right: 5px;
  margin-top: -5px;
}
.admin_sidebar a:hover {
  background: var(--bs-body-bg);
}

.admin_sidebar a.active {
  background: #ffdeb3;
  color: black;
}

/* Form Section */
.form-container {
  background: var(--bs-dark);
  border-radius: 10px;
  padding: 20px 20px;
  margin-right: 15px;
}

.form-container h5 {
  font-weight: 600;
  padding-bottom: 20px;
  color: var(--bs-primary);
  border-bottom: 01px solid #0000001a;
  margin-bottom: 15px;
}

.progress-wrapper {
  width: 50%;
  margin: 40px auto;
  padding: 5px 2px;
  border: 2px solid #ffa500;
  border-radius: 50px;
  background: var(--bs-dark);
  position: relative;
}
@media (max-width: 576px) {
  .progress-wrapper {
    width: 80%;
  }
}
.progressbar {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 2px 0;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.progressbar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #ddd;
  z-index: 1;
}

.progress {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #ffa500;
  z-index: 1;
  transition: 0.4s ease;
}

.step {
  z-index: 2;
  background: #fff;
  border: 2px solid #ffa500;
  color: #ffa500;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  box-sizing: border-box;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}

.step.active {
  background-color: #ffa500;
  border-color: #ffa500;
  color: #fff;
  box-sizing: border-box;
}
/* .first_step {
  
} */
.first_step label {
  margin-bottom: 5px;
  color: var(--bs-primary);
  font-weight: 600;
  opacity: 0.9;
}
.first_step span {
  color: #ff8700;
}
.first_step input {
  background-color: var(--bs-body-bg);
  border: 01px solid #c7c7c74d;
  padding: 12px 20px;
  border-radius: 10px;
  color: var(--bs-primary);
  opacity: 0.8;
  font-weight: 500;
}

.first_step input::placeholder {
  color: #8a8c90;
  font-weight: 500;
}
.first_step input:focus {
  border: 01px solid #8a8c90;
  outline: none;
}
.first_step textarea {
  background-color: var(--bs-body-bg);
  border: 01px solid #8a8c904d;
  padding: 12px 20px;
  border-radius: 10px;
  color: var(--bs-primary);
  opacity: 0.8;
  font-weight: 500;
  height: 100px;
}
.first_step textarea:focus {
  border: 01px solid #8a8c90;
  outline: none;
}
.select_wrapper {
  position: relative;
  width: 100%;
}

.select_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #8a8c90;
  border-bottom: 2px solid #8a8c90;
  opacity: 0.7;
}

.select_country {
  width: 100%;
  background-color: var(--bs-body-bg);
  border: 1px solid #8a8c904d;
  padding: 12px 20px;
  border-radius: 10px;
  color: var(--bs-primary);
  opacity: 0.8;
  font-weight: 500;
  appearance: none; /* remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.select_country:focus {
  border: 01px solid #8a8c90;
  outline: none;
}

.form-step {
  display: none;
  animation: fadeEffect 0.5s;
  margin-left: -25px;
  margin-right: -25px;
}

.form-step.active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.prev_next_button {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.btn-next {
  background: #c3e66e;
  color: black;
  border: none;
  padding: 8px 25px;
  border-radius: 5px;
  transition: 0.3s;
  margin-top: 20px;
  font-weight: 600;
}

.btn-prev {
  background: #e5e5e5;
  color: black;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  transition: 0.3s;
  margin-top: 20px;
  font-weight: 600;
}

.btn-prev button {
  border: none;
  outline: none;
  margin-left: 10px;
  background: #e5e5e5;
  color: black;
}

.btn-next:hover {
  background: #ccf273;
}

.btn-prev:hover {
  background: #cfcccc;
}

.btn-prev:hover button {
  background: #cfcccc;
}

.upload-box {
  border: 2px dashed #bdbdbd;
  border-radius: 10px;
  background-color: var(--bs-body-bg);
  padding: 20px 20px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.upload-box:hover {
  border-color: #b5e48c;
}

.upload-btn {
  background-color: #c4ef6d;
  border: none;
  color: #333;
  padding: 10px 35px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.upload-btn:hover {
  background-color: #b0e061;
}

.upload-icon {
  font-size: 30px;
  color: #b0e061;
  margin-bottom: 10px;
}

.support-text {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

img.preview {
  margin-top: 15px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: none;
}

.mobile_nav_admin {
  display: none;
}

.mobile_nav_admin button {
  background: #ffdeb3;
  color: black;
  border: 01px solid #c7c7c7;
  padding: 8px 30px;
  width: 100%;
  border-radius: 5px;
  transition: 0.3s;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#pages {
  background-color: var(--bs-body-bg);
  padding: 10px;
  border-radius: 10px;
  display: none;
}
#pages a.active {
  background-color: #ffdeb3;
}
@media (max-width: 768px) {
  .admin_nav {
    display: none;
  }
  .mobile_nav_admin {
    display: block;
  }
  .admin_sidebar {
    margin-right: 10px;
    margin-left: 10px;
  }
  .admin_sidebar_container {
    margin-bottom: 10px;
  }
  .form-container {
    margin-right: 10px;
    margin-left: 10px;
  }
  .prev_next_button {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .btn-next {
    width: 100%;
  }
  .btn-prev {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .admin_sidebar {
    margin-left: 10px;
  }
}
.account_setting_container {
  margin-right: 20px;
}

/* General styling */
.date_input {
  color: var(--bs-dark);
  padding: 12px 10px;
  border-radius: 10px;
  width: 100% !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  position: relative;
}

/* Remove the default calendar icon (on Chrome, Edge, etc.) */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 10px;
}

/* For Firefox */
input[type="date"]::-moz-focus-inner {
  border: 0;
}

/* custom icon */
input[type="date"]::after {
  content: "📅";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* placeholder-like text when empty */
input[type="date"]:not(:valid):before {
  content: attr(placeholder);
  color: #999;
  position: absolute;
  left: 12px;
}

/* content creators style here */
.main-content {
  background: var(--bs-dark);
  border-radius: 10px;
}

.main-content h4 {
  color: var(--bs-primary);
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
  padding-bottom: 17px;
  margin-top: -3px;
}

.creators_table {
  background: var(--bs-dark);
  border-radius: 10px;
  overflow: auto;
  text-align: left;
}

.creators_table table {
  width: 100%;
}

.creators_table th {
  font-weight: 700;
  color: var(--bs-primary);
  opacity: 0.9;
  font-size: 12px;
  white-space: nowrap;
  padding: 15px 0px 15px 0px;
  border-top: 01px solid #c7c7c7;
}

.creators_table td {
  font-size: 10.9px;
  vertical-align: middle;
  white-space: nowrap;
  padding: 13px 5px;
  border-bottom: 01px solid #c7c7c7;
  border-top: 01px solid #c7c7c7;
}

/* custom style */
.content_creator_container {
  display: flex;
  gap: 15px;
  height: 100vh;
}

.content_creator_sidebar {
  width: clamp(200px, 20%, 230px);
  flex-shrink: 0;
  font-size: 13px;
}

.content_creator_sidebar h5 {
  font-size: 17px;
}

.main-content {
  flex: 1;
  overflow-x: hidden;
  margin-right: 10px;
}

.creators_table {
  color: var(--bs-primary);
  opacity: 0.7;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}
.status-active {
  background: var(--bs-body-bg);
  color: #9ecf25;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 10px;
}

.status-inactive {
  background: var(--bs-body-bg);
  color: #ff8700;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 10px;
}

.verify-yes {
  background: var(--bs-body-bg);
  color: #9ecf25;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 10.5px;
}

.verify-no {
  background: var(--bs-body-bg);
  color: #ff8700;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 10.5px;
}

.eye_action_btn {
  background-color: #e5e5e5;
  padding: 5px;
  border-radius: 2px;
  font-weight: bold;
  border: none;
  outline: none;
  margin: 1px;
  opacity: 1;
}

.pencil_action_btn {
  background-color: #f6fbe9;
  padding: 5px;
  color: #afd25a;
  border-radius: 2px;
  font-weight: bold;
  border: none;
  outline: none;
  margin: 1px;
}

.delete_action_btn {
  background-color: #fff1e5;
  color: #ff8700;
  padding: 5px;
  border-radius: 2px;
  font-weight: bold;
  border: none;
  outline: none;
  margin: 1px;
}

@media (max-width: 768px) {
  .content_creator_sidebar {
    width: 100%;
  }
  .content_creator_container {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .main-content {
    margin-right: 11px;
    margin-left: 10px;
  }
}
.table_name {
  padding-left: 10px !important;
}
/* modals style here */
.custom-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(16, 2, 2, 0.724);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  overflow: auto;
  transition: all 0.5s ease-in-out;
  padding: 40px 15px;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.custom-modal {
  width: 90%;
  max-width: 650px;
  background: var(--bs-dark);
  border-radius: 10px;
  position: relative;
  padding-bottom: 20px;
  animation: fadeEffect 0.5s;
  border: 1px solid #b7b8ba4d;
}

.modal-header-text {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--bs-primary);
  border-bottom: 01px solid #0000001a;
  padding: 15px 0px 15px 15px;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  color: var(--bs-primary);
  opacity: 0.7;
  background-color: var(--bs-body-bg);
  padding: 2px 7px;
  border-radius: 3px;
}

.close-modal:hover {
  background-color: var(--bs-body-bg);
}

.profile-img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  position: relative;
}

.online-dot {
  width: 16px;
  height: 16px;
  background: #29c351;
  border-radius: 50%;
  border: 3px solid white;
  position: absolute;
  bottom: 8px;
  right: 11px;
}

.profile-name {
  font-size: 18px;
  font-weight: 600;
  opacity: 0.8;
  text-align: center;
  margin-top: 12px;
  color: var(--bs-primary);
}

.verified-icon {
  width: 18px;
  margin-left: 7px;
  vertical-align: middle;
}

.profile-location {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #eae7e366;
  margin-bottom: 15px;
}

.edit-btn {
  display: block;
  margin: 0 auto;
  padding: 7px 10px;
  border-radius: 6px;
  background: var(--bs-body-bg);
  color: var(--bs-primary);
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
  border: none;
  outline: none;
  cursor: pointer;
}

.details_section_modalOne {
  padding: 0px 20px;
}

.info-label {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #8a8c90;
}

.info_label_two {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--bs-primary);
}

.info-input {
  background: var(--bs-body-bg);
  border: 1px solid #8a8c904d;
  padding: 10px;
  width: 100%;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bs-primary);
  opacity: 0.8;
}

.modal_brief_input {
  background: var(--bs-body-bg);
  border: 1px solid #8a8c904d;
  padding: 10px 10px 70px 10px;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: var(--bs-primary);
  opacity: 0.8;
  border-radius: 10px;
}
.modal_brief_input:focus {
  border: 1px solid #8a8c904d;
  outline: none;
}
.modal_update_button {
  width: 100px;
  background-color: #c3e66e;
  color: #272a33;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 10px 15px;
  margin-left: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.modal_update_button:hover {
  background-color: #d6fd7a;
}
/* delete modals */
.delete_details_modal {
  width: 500px;
  text-align: center;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.delete_details_modal h3 {
  font-size: 17px;
  color: var(--bs-primary);
  opacity: 0.7;
  font-weight: 600;
  margin-top: 20px;
}
.delete_details_modal p {
  font-size: 11px;
  text-align: center;
  color: #01213566;
  font-weight: 500;
  margin-top: 5px;
}
@media (max-width: 576px) {
  .delete_details_modal {
    width: 100%;
    max-width: 95%;
    padding: 0 20px;
  }

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

  .delete_details_modal p {
    font-size: 12px;
    line-height: 1.4;
    word-break: break-word;
  }
}
.modal_delete_button {
  width: 230px;
  background-color: #c3e66e;
  color: #272a33;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-weight: 600;
  margin-left: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.modal_delete_button:hover {
  background-color: #d6fd7a;
}

@media (max-width: 768px) {
  .custom-modal {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
  }
  .modal-header-text {
    font-size: 15px;
    padding: 12px 10px;
    width: 250px;
  }

  .profile-img {
    width: 90px;
    height: 90px;
  }

  .profile-name {
    font-size: 16px;
  }
  .custom-modal::-webkit-scrollbar {
    display: none;
  }
  .custom-modal::-webkit-scrollbar-thumb {
    background: var(--bs-dark);
    border-radius: 10px;
  }
}

/* video details style here */
.video-card {
  margin: 20px auto;
  padding: 15px;
  font-family: Arial, sans-serif;
  background-color: var(--bs-dark);
  border-radius: 12px;
  height: 100%;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
}

.video-thumbnail {
  width: 100%;
  border-radius: 10px;
}

.video_progress_container {
  position: absolute;
  bottom: 57px;
  left: 0;
  width: 100%;
  background-color: #ffffff99;
  border-radius: 4px;
  height: 2px;
  overflow: hidden;
  cursor: pointer;
}

/* BUFFERED PART */
.buffered_bar {
  position: absolute;
  height: 100%;
  width: 0%;
  background: #ffffffcc;
  z-index: 1;
  border-radius: 3px;
}

/* LOADED PART */
.loaded_bar {
  position: absolute;
  height: 100%;
  width: 0%;
  background: green;
  z-index: 2;
  border-radius: 3px;
}

/* PLAYED PART */
.played_bar {
  position: absolute;
  height: 100%;
  width: 0%;
  background: #ff8700;
  z-index: 3;
  border-radius: 3px;
}

.forward-text {
  position: absolute;
  top: 45%;
  right: 5%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 15px;
  display: none;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: none;
  z-index: 999;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.controls {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.controls-left {
  display: flex;
  align-items: center;
  gap: 5px;
}

.controls-right {
  display: flex;
  align-items: center;
  gap: 5px;
}

.control-btn {
  width: 34px;
  height: 34px;
  color: black;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
}

.control-btn i {
  color: white !important;
  font-size: 19px;
}

.time {
  font-size: 14px;
  margin-left: 15px;
  color: white !important;
}

/* Toggle dot */
.toggle-dot {
  width: 24px;
  height: 10px;
  background: white;
  border-radius: 20px;
}

.icon {
  font-size: 18px;
  cursor: pointer;
}

.video-title {
  margin-top: 10px;
  font-size: 20px;
}
.toggle {
  width: 35px;
  height: 17px;
  background: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  transition: background 0.3s;
  border: 2px solid #8b6a4a20;
  margin-right: 6px;
}

.circle {
  width: 9px;
  height: 9px;
  background: #8b6a4a;
  border-radius: 50%;
  transition: transform 0.3s;
}

.toggle.active .circle {
  transform: translateX(13px);
}

.video-title {
  color: var(--bs-primary);
  font-weight: 600;
  margin: 20px 0px 10px 0px;
}

/* channel info here */
.video_details_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  width: 100%;
}

.video_channel_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.video_channel_info h4 {
  margin: 0;
  color: var(--bs-primary);
  font-size: 15px;
  font-weight: 600;
}

.video_channel_info p {
  margin: 0;
  font-size: 13px;
  color: gray;
  font-weight: 500;
}

.video_subscribe_btn {
  background: #c3e66e;
  border: none;
  padding: 8px 25px;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 10px;
  font-weight: 600;
  cursor: pointer;
  color: #272a33;
}
.video_subscribe_btn:hover {
  background-color: #a1cc5c;
  transition: 0.3s;
}
.actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.like-dislike {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bs-body-bg);
  color: var(--bs-primary);
  opacity: 0.9;
  padding: 9px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.like-dislike .divider {
  width: 2px;
  height: 18px;
  background: #929191;
}

.icon-btn {
  background: var(--bs-body-bg);
  color: var(--bs-primary);
  opacity: 0.9;
  border: none;
  padding: 9px 18px;
  border-radius: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 8px;
  cursor: pointer;
}

@media (min-width: 1300px) and (max-width: 1450px) {
  .video_channel_info {
    gap: 8px;
  }

  .avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: -5px;
  }

  .video_channel_info h4 {
    font-size: 14spx;
  }

  .video_channel_info p {
    font-size: 11px;
  }

  .video_subscribe_btn {
    padding: 8px 20px;
    font-size: 12px;
  }
  .actions {
    gap: 8px;
  }

  .like-dislike {
    gap: 8px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .like-dislike .divider {
    width: 2px;
    height: 18px;
    background: #929191;
  }

  .icon-btn {
    padding: 8px 13px;
    font-size: 11px;
    gap: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .video_channel_info {
    gap: 5px;
  }

  .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: -5px;
  }

  .video_channel_info h4 {
    font-size: 12spx;
  }

  .video_channel_info p {
    font-size: 11px;
  }

  .video_subscribe_btn {
    padding: 8px 15px;
    font-size: 10px;
  }
  .actions {
    gap: 8px;
  }

  .like-dislike {
    gap: 6px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .like-dislike .divider {
    width: 2px;
    height: 18px;
    background: #929191;
  }

  .icon-btn {
    padding: 8px 12px;
    font-size: 11px;
    gap: 8px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .video_details_header {
    flex-direction: column !important;
    gap: 10px;
    align-items: flex-start;
  }
}

/* channel description here */
.channel_description_card {
  width: 100%;
  margin: 20px auto;
  background: white;
  background-color: var(--bs-body-bg);
  padding: 20px;
  border-radius: 12px;
}

.top-info {
  font-size: 14px;
  color: var(--bs-primary);
  font-weight: 600;
  margin-bottom: 8px;
}

.top-info .title {
  font-weight: 500;
  color: #666666;
}

.dot {
  margin: 0 5px;
}

.desc {
  color: var(--bs-primary);
  opacity: 0.8;
  font-size: 15px;
  line-height: 1.4;
}

#more {
  display: none;
  color: var(--bs-primary);
}

#dots,
#lessBtn {
  color: var(--bs-primary);
  cursor: pointer;
  font-weight: 600;
}

#lessBtn {
  display: none;
  margin-top: 30px;
  color: var(--bs-primary);
}

#sessionDesc {
  display: none;
}

.video_category_title {
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
/* comment area */
.comment-section {
  width: 100%;
  margin: 10px;
  background: var(--bs-dark);
  border-radius: 8px;
}

.comment-section h3 {
  color: var(--bs-primary);
  opacity: 0.9;
  font-size: 18px;
  font-weight: 600;
}

.comment-box {
  display: flex;
  margin-top: 20px;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.content {
  margin-left: 15px;
  width: 100%;
}

.header {
  font-size: 14px;
  margin-bottom: 5px;
}

.username {
  font-weight: bold;
  color: var(--bs-primary);
  opacity: 0.9;
}

.time_ago {
  color: #666666;
  margin-left: 10px;
}

.text {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
  color: var(--bs-primary);
  opacity: 0.9;
}

.actions {
  margin-top: 10px;
}

.comment_actions button {
  margin-right: 8px;
  cursor: pointer;
}

.actions .delete {
  background: #ffdddd;
}

.likes {
  margin-right: 15px;
  font-size: 14px;
  gap: 15px;
  display: inline-flex;
  align-items: center;
  color: gray;
}

.likes i {
  cursor: pointer;
}

.cmt_reply {
  color: #666666;
  background-color: transparent;
  border: none;
}

.edit {
  background-color: var(--bs-body-bg);
  color: #abd545;
  padding: 5px 14px;
  border: 02px solid #abd545;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
}

.delete {
  background-color: var(--bs-body-bg);
  color: #ff8700;
  padding: 5px 14px;
  border: 02px solid #ff8700;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
}

.delete-warning {
  background: #fff2e4;
  padding: 8px 12px;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 14px;
  color: #ff8700;
  margin-right: 20px;
}

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

.confirm,
.cancel {
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
}

.confirm {
  background-color: var(--bs-body-bg);
  color: #abd545;
  padding: 5px 14px;
  border: 02px solid #abd545;
  margin-right: 6px;
}

.cancel {
  background-color: var(--bs-body-bg);
  color: #ff8700;
  padding: 5px 14px;
  border: 02px solid #ff8700;
}

.hidden {
  display: none;
}

.comment_box_input {
  display: flex;
  gap: 10px;
  width: 100% !important;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.comment_box_input input {
  flex: 1;
  padding: 5px 10px;
  outline: none;
  background-color: transparent;
  width: 100%;
  border: none;
  color: var(--bs-primary);
  opacity: 0.9;
  font-size: 16px;
  border-bottom: 01px solid #0000001a;
}
.comment_box_input i {
  font-size: 20px;
  color: #666666;
}
.comment_box_input input::placeholder {
  color: #666666;
  font-size: 16px;
}
.com_input {
  width: 100%;
}

/* video details sidebar */
.video_details_sidebar {
  background-color: var(--bs-dark);
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  margin-right: 10px;
}
.ad_box_area {
  background-color: var(--bs-body-bg);
  padding: 15px;
  border-radius: 10px;
}
.ad_box_area p {
  color: var(--bs-primary);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
}
.ad_box_area h4 {
  color: var(--bs-primary);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
}
@media (min-width: 1300px) and (max-width: 1385px) {
  .ad_box_area p {
    font-size: 14px;
  }
  .ad_box_area h4 {
    font-size: 15px;
  }
  .details-meta {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1145px) {
  .ad_box_area p {
    font-size: 12.5px;
  }
  .ad_box_area h4 {
    font-size: 13.5px;
  }
}
/* details video card */
.details-video-card {
  width: 100%;
  height: auto;
  background: var(--bs-body-bg);
  border-radius: 10px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-family: sans-serif;
  margin-bottom: 15px;
}

.details-thumbnail {
  position: relative;
  width: 350px;
  height: 135px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 1;
}

.details-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details-time-badge {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #272a33;
  background: #d7f787;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 600;
}

.details-video-info {
  overflow: hidden;
  margin-top: 10px;
}

/* .details-menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  cursor: pointer;
} */

.details-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  color: var(--bs-primary);
  opacity: 0.9;
}

.details-channel {
  font-size: 14px;
  color: #8a8c90;
  margin-bottom: 6px;
}

.details-meta {
  font-size: 13px;
  color: #8a8c90;
}
.details_quick_video {
  width: 100%;
  overflow: hidden;
  border-bottom: 01px solid #0000001a;
  padding-bottom: 20px;
}

.details_quick_video .scroll-wrapper {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 0px 10px 0px;
  cursor: grab;
}

.scroll-wrapper .slick-list {
  padding-right: 60px; /* adjust width of peek */
  margin-left: -8px;
}

.details_quick_video .scroll-wrapper:active {
  cursor: grabbing;
}

.scroll-wrapper::-webkit-scrollbar {
  height: 3px;
  display: none;
}

.scroll-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* .diet_card {
  min-width: 48%;
  background: var(--bs-dark);
  border-radius: 10px;
  flex-shrink: 0;
} */

.details_quick_video .diet_card {
  width: 103% !important;
  background: var(--bs-dark);
  border-radius: 10px;
  flex-shrink: 0;
}

.diet_thum img {
  width: 100%;
  border-radius: 10px;
}
.diet_content_details {
  background-color: var(--bs-body-bg);
}
.diet_content_details h4 a {
  color: var(--bs-primary);
  font-size: 16px;
  font-weight: 600;
}
.diet_content_details p {
  color: #8a8c90;
}
@media (max-width: 576px) {
  .video_details_header {
    flex-direction: column;
    align-items: flex-start;
  }

  /* .video_channel_info {
    width: 100%;
    justify-content: space-between;
  } */
  .scroll-wrapper::-webkit-scrollbar {
    height: 3px;
    display: none;
  }

  .actions {
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .actions .icon-btn,
  .like-dislike {
    flex-shrink: 0;
  }
  .like-dislike {
    font-size: 11px !important;
    padding: 8px 10px;
    border-radius: 10px;
    border: none;
    margin-top: 5px;
  }
  .icon-btn {
    font-size: 11px !important;
    padding: 8px 10px;
    border-radius: 10px;
    gap: 6px;
    border: none;
    margin-top: 5px;
  }
  .actions {
    gap: 3px;
  }
  .video-card {
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .controls {
    padding: 12px 5px;
  }
  .controls-left {
    gap: 5px;
  }
  .controls-right {
    gap: 2px;
  }
  .control-btn {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .control-btn i {
    color: white !important;
    font-size: 19px;
  }
  .time {
    font-size: 14px;
    margin-left: 10px;
  }
  .comment_box_input input {
    width: 95%;
    font-size: 14px;
    margin-top: -10px;
  }
  .comment-section {
    margin: 0;
  }
  .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: -5px;
  }
  .header {
    font-size: 12px;
  }
  .time_ago {
    font-size: 10px;
  }
  .text {
    font-size: 12px;
  }
  .likes {
    margin-right: 15px;
    font-size: 12px;
    gap: 10px;
  }
  .cmt_reply {
    font-size: 12px;
  }
  .edit {
    padding: 5px 10px;
    font-size: 12px;
  }

  .delete {
    padding: 5px 10px;
    font-size: 12px;
  }

  .delete-warning {
    font-size: 12.5px;
    margin-right: 10px;
  }

  .confirm,
  .cancel {
    font-size: 12px;
  }
  .details-title {
    font-size: 13px;
  }

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

  .details-meta {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .ad_box_area {
    display: none;
  }
  .border_box {
    display: none;
  }
  .video_category_title {
    margin: 0;
  }
}
/* share modal */
.share-modal {
  position: fixed;
  inset: 0;
  background: rgba(16, 2, 2, 0.724);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
  font-family: sans-serif;
  transition: all 0.5s ease-in-out;
}

.modal-content {
  background: var(--bs-dark);
  width: 420px;
  border-radius: 12px;
  padding: 30px 30px;
  position: relative;
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1);
  animation: fadeEffect 0.5s;
  border: 1px solid #8a8c904d;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 22px;
  cursor: pointer;
  font-size: 15px;
  color: #4e4e4e;
  background-color: #e5e5e5;
  padding: 2px 7px;
  border-radius: 3px;
  border: none;
  outline: none;
}

.close-btn:hover {
  background-color: #e0e0e0;
}

.modal-content h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-primary);
  border-bottom: 1px solid #0000001a;
  padding-bottom: 20px;
}

.share-title,
.copy-title {
  color: var(--bs-primary);
  margin-bottom: 10px;
  font-weight: 500;
  margin-bottom: 20px;
}

.share-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.s_icons {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #b8e986;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #000;
}

.fb {
  background: #b8e986;
}

.x {
  color: var(--bs-primary);
}

.wa {
  color: var(--bs-primary);
}

.rd {
  color: var(--bs-primary);
}

.pn {
  color: var(--bs-primary);
}

.copy-box {
  display: flex;
  width: 100%;
  border: 01px solid var(--bs-body-bg);
  border-radius: 8px;
  overflow: hidden;
}

.copy-box input {
  flex: 1;
  padding: 8px 12px;
  border: 01px solid var(--bs-body-bg);
  background-color: var(--bs-dark);
  outline: none;
}

.copy-btn {
  background: #c3e66e;
  padding: 0 25px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #272a33;
}

@media (max-width: 768px) {
  .modal-content {
    width: 105%;
  }

  .modal-content h2 {
    font-size: 17px;
  }
  .copy-box input {
    flex: 1;
    width: 120px;
    font-size: 14px;
  }
  .copy-btn {
    font-size: 12px;
  }
}
/* table responsive */
@media (min-width: 1300px) and (max-width: 1510px) {
  .creators_table th:nth-child(4),
  .creators_table td:nth-child(4) {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .creators_table td:nth-child(4),
  .creators_table th:nth-child(4),
  .creators_table td:nth-child(7),
  .creators_table th:nth-child(7) {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .content_creator_sidebar {
    display: none;
  }
  .main-content {
    margin-left: 10px;
  }
  .creators_table td:nth-child(4),
  th:nth-child(4) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .creators_table td:nth-child(3),
  .creators_table td:nth-child(4),
  .creators_table td:nth-child(5),
  .creators_table td:nth-child(6),
  .creators_table td:nth-child(7),
  .creators_table th:nth-child(3),
  .creators_table th:nth-child(4),
  .creators_table th:nth-child(5),
  .creators_table th:nth-child(6),
  .creators_table th:nth-child(7) {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .creators_table td:nth-child(2),
  .creators_table td:nth-child(3),
  .creators_table td:nth-child(4),
  .creators_table td:nth-child(5),
  .creators_table td:nth-child(6),
  .creators_table td:nth-child(7),
  .creators_table td:nth-child(8),
  .creators_table th:nth-child(8),
  .creators_table th:nth-child(2),
  .creators_table th:nth-child(3),
  .creators_table th:nth-child(4),
  .creators_table th:nth-child(5),
  .creators_table th:nth-child(6),
  .creators_table th:nth-child(7) {
    display: none !important;
  }
}
/* responsive fixed */
@media (min-width: 992px) and (max-width: 1131px) {
  .setting_video_content h4 a {
    font-size: 13px !important;
    line-height: 10px;
  }
  .setting_views p {
    font-size: 10px !important;
  }
}
@media (min-width: 1300px) and (max-width: 1520px) {
  .setting_video_row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .workout_time {
    font-size: 9px;
  }
}
@media (max-width: 576px) {
  .full_body_content p {
    font-size: 10px;
  }
  .full_body_content h4 a {
    font-size: 13.5px;
  }
  .full_body_image h2 {
    font-size: 15px;
  }
  .full_body_image small {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1358px) {
  .full_body_content p {
    font-size: 12px;
  }
}
.admin_page_nav a {
  font-size: 15px;
}

@media (min-width: 1150px) and (max-width: 1368px) {
  .content_admin_sidebar a {
    font-size: 12px;
  }
}
/* sidebar about responsive */
@media (min-width: 1300px) and (max-width: 1509px) {
  .btn-custom {
    font-size: 11px;
  }
}

svg {
  fill: var(--bs-primary);
  margin-right: 10px;
}

.svg_sidebar svg {
  fill: var(--bs-primary);
}

.svg_sidebar span {
  font-size: 6px;
}

.sidebar_iframe > i {
  font-size: 16px;
  margin-left: 0px !important;
  color: var(--bs-primary);
  opacity: 0.6;
}

/* chat modal styles code here */
.note-chat_modal_parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
  z-index: 999;
}

.chat_modal {
  background: var(--bs-dark);
  color: var(--bs-primary);
  position: fixed;
  right: 0;
  top: 85px;
  width: 26.4%;
  z-index: 999999999;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 90px);
}

.messages_section {
  position: relative;
}

.msg-input-wrapper {
  background: var(--bs-body-bg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 12px 18px;
  box-sizing: border-box;
  width: 90%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.msg-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: var(--bs-primary);
  opacity: 0.9;
}

.msg-input::placeholder {
  color: var(--bs-primary);
  opacity: 0.9;
}
.msg_input_box {
  width: 100%;
  position: relative;
}

.msg-send-btn {
  background: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  cursor: pointer;
  color: var(--bs-primary);
  position: absolute;
  top: 1/2;
  right: 0;
}

@keyframes noteFadeUp {
  from {
    opacity: 0;
    transform: translateX(240px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes noteFadeDown {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(240px);
  }
}

.noteFadeUp {
  animation: noteFadeUp 0.5s ease forwards;
}

.noteFadeDown {
  animation: noteFadeDown 0.5s ease forwards;
}

.chat_modal::-webkit-scrollbar {
  display: none;
}

.chat_tabs {
  display: flex;
  background-color: #efefef;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  margin: 05px;
  color: white;
  border-radius: 10px;
}

.chat_tabs button {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 0px;
  font-weight: 600;
  background: var(--bs-body-bg);
}

.chatTab.active {
  background-color: #c3e66e;
  border-radius: 05px;
  color: black;
}

.chat_header {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid;
  border-color: var(--bs-border-color);
}

.chat-list-title h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 05px;
}

.chat-list-title p {
  font-size: 12px;
  border-bottom: 01px solid #ddd;
  margin-right: 16px;
}

.hidden {
  display: none;
}

.chatTab {
  cursor: pointer;
}

.chat-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: var(--bs-body-bg);
  color: #abd545;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
}

.chat-ellips i {
  background-color: var(--bs-body-bg);
  padding: 3px 15px;
  border-radius: 5px;
  font-size: 20px;
}

.section-label {
  padding: 8px 20px;
  font-size: 14px;
  color: var(--bs-primary);
  font-weight: bold;
  border-top: 01px solid;
  border-bottom: 01px solid;
  border-color: var(--bs-border-color);
}

.chat-item {
  display: flex;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid;
  border-color: var(--bs-border-color);
  cursor: pointer;
}

.chat-item img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.chat_avatar_wrapper {
  position: relative;
  width: 42px;
  height: 42px;
}

.chat_avatar_wrapper img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.status-dot {
  position: absolute;
  bottom: -2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.status-dot.online {
  background: #abd545;
}

.status-dot.offline {
  background: #ffa157;
}

.chat-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chat-name {
  font-size: 15px;
  font-weight: bold;
}

.chat-status {
  color: var(--bs-primary);
  font-size: 13px;
  opacity: 0.9;
}
/* notes area */
@keyframes drop-down {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.tab-content {
  animation: drop-down 0.7s;
}

.note-container {
  width: 100%;
  background: var(--bs-dark);
  border-radius: 8px;
  overflow: hidden;
}

.note-header {
  padding: 13px 20px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.note-header-left h2 {
  color: var(--bs-primary);
  font-size: 18px;
  font-weight: 700;
}

.note-add-new {
  color: #abd545;
  font-size: 13px;
  margin-top: 4px;
  font-weight: 500;
  cursor: pointer;
}

.note-header-right {
  display: flex;
  gap: 12px;
}

.note-search-btn {
  width: 32px;
  height: 32px;
  background: var(--bs-body-bg);
  color: #828487;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.note-icon-btn {
  width: 32px;
  height: 32px;
  background: var(--bs-border-color);
  color: #abd545;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.note-item {
  padding: 14px 20px;
  border-bottom: 1px solid;
  border-color: var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
}

.note-item:hover {
  background: var(--bs-body-bg);
}

.note-text {
  display: flex;
  flex-direction: column;
}

.note-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--bs-primary);
}

.note-date {
  font-size: 13px;
  color: #bdbdbd;
  font-weight: 600;
}

.note-actions {
  display: flex;
  gap: 10px;
}

.note-edit,
.note-delete {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.note-edit {
  background: #f6fbe9;
  color: #abd545;
}

.note-delete {
  background: #fff1e5;
  color: #ff8700;
}

/* message section */
.hidden {
  display: none;
}

.msg-container {
  width: 100%;
  height: calc(100vh - 210px);
  background: var(--bs-dark);
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}

.msg-container::-webkit-scrollbar {
  display: none !important;
}

.msg-header {
  padding: 10px 15px;
  border-bottom: 1px solid;
  border-top: 01px solid;
  border-color: var(--bs-border-color);
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.msg-header button {
  border: none;
  outline: none;
  background-color: transparent;
}

.msg-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: -4px;
}

.msg-header small {
  font-size: 11px;
  font-weight: 500;
  color: #abd545;
}

.back-btn {
  color: var(--bs-primary);
}

.msg-body {
  padding: 15px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.msg-body::-webkit-scrollbar {
  display: none !important;
}

.msg-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 95%;
}

.msg-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.msg-bubble {
  background: #c7e86a;
  width: fit-content;
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  border-radius: 0px 10px 10px;
  padding: 6px 10px;
  margin-top: 5px;
}

/* Tail shape (left side triangle) */
.msg-bubble::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 0px;
  height: 0px;
  border-top: 15px solid #c7e86a;
  border-left: 15px solid transparent;
  border-bottom: 0;
}

.msg-time {
  margin-top: 8px;
  font-size: 10px;
  color: #636363;
  display: block;
}

.msg-right-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 5px;
  margin-bottom: 27px;
  margin-top: 25px;
}

.msg-right {
  background: var(--bs-body-bg);
  width: fit-content;
  color: var(--bs-primary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  border-radius: 10px 0px 10px 10px; /* opposite of incoming */
  padding: 6px 10px;
}

/* Right-side tail */
.msg-right::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  width: 0px;
  height: 0px;
  border-top: 15px solid;
  border-color: var(--bs-body-bg);
  border-right: 15px solid transparent;
  border-bottom: 0;
}

.msg-right-box .msg-time {
  text-align: right;
  color: var(--bs-primary);
  opacity: 0.9;
}

@media (min-width: 980px) and (max-width: 1280px) {
  .chat_modal {
    top: 90px;
    width: 29%;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .chat_modal {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .chat_modal {
    width: 95%;
    border-radius: 10px;
    margin-right: 10px;
    height: calc(100vh - 145px);
  }

  .msg-container {
    height: calc(100vh - 230px);
  }
}

/* sign up and login styles here */
.sign_out_body {
  background-color: var(--bs-dark);
}
.form-wrapper {
  max-width: 1000px;
  margin: 40px auto;
  background: var(--bs-body-bg);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #c3e66e;
}

.form-wrapper h5 {
  font-size: 24px;
  color: var(--bs-primary);
}

.sign_up_logo {
  background-color: var(--bs-dark);
  padding: 6px 22px;
  border-radius: 30px;
}

.sign-up-upload-box {
  border: 2px dashed #dcd2bd;
  border-color: #bdbdbd;
  border-radius: 12px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--bs-dark);
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.sign-up-upload-box span {
  background-color: var(--bs-body-bg);
  color: #abd545;
  border: 01px solid #abd545;
  padding: 4px 15px;
  border-radius: 10px;
  margin-bottom: 02px;
}

.sign-up-upload-box small {
  color: #a8a091;
  font-size: 11px;
}

.sign_up_label {
  color: var(--bs-primary);
  font-size: 16px;
  font-weight: 600;
  opacity: 0.8;
}

.sign_up_input {
  background-color: var(--bs-dark);
  border: none;
  outline: none;
  color: #272a3360;
  padding: 15px;
  font-size: 13px;
  border-radius: 5px;
}

.sign_me_btn {
  background-color: #c3e66e;
  border: none;
  outline: none;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 34px;
}

.sign_me_btn:hover {
  background-color: #b7da4f;
}

.have_account {
  font-size: 14px;
  color: #a9aaad;
}

.login-link {
  color: #abd545;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 768px) {
  .form-wrapper {
    padding: 20px;
  }

  .upload-box {
    height: 120px;
  }

  h5 {
    font-size: 18px;
  }

  .form-control {
    height: 44px;
  }
}

@media (max-width: 1020px) {
  .upload-box {
    height: 110px;
  }

  .form-wrapper {
    margin: 15px;
  }
}

/* login style here */
.login_container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_title {
  color: var(--bs-primary);
}

.main-box {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

.left-box {
  border: 1px solid #c3e66e;
  border-radius: 10px;
  padding: 48px 70px;
  background-color: var(--bs-body-bg);
}

.left-box img {
  width: 100%;
  max-width: 450px;
  object-fit: cover;
  object-position: center;
}

.right-box {
  width: 430px;
}

.login-box {
  background: var(--bs-body-bg);
  border: 1px solid #e0efc4;
  border-radius: 10px;
  padding: 50px 20px;
}

.login-box input {
  height: 45px;
  border-radius: 6px;
}

.remember span {
  color: var(--bs-primary);
  opacity: 0.9;
  font-weight: 600;
  font-size: 11px;
}

.btn-login {
  background: #c5e86c;
  color: #000;
  opacity: 0.9;
  width: 100%;
  height: 45px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

.btn-login:hover {
  background: #b7da4f;
  color: #000;
}

.small-text {
  color: #a9aaad;
  font-size: 13px;
}

.small-text a {
  text-decoration: none;
  color: #abd545;
  font-size: 13px;
}
@media (max-width: 1040px) {
  .main-box {
    flex-direction: column;
    gap: 20px;
    margin: 50px 100px; /* left & right 5px */
  }

  .left-box,
  .right-box {
    width: 100%; /* Equal width */
  }

  .left-box {
    display: flex; /* Center image */
    justify-content: center;
    align-items: center;
    padding: 30px 25px;
  }

  .right-box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main-box {
    flex-direction: column;
    gap: 10px;
    margin: 15px;
  }

  .left-box {
    display: none;
  }

  .right-box {
    width: 100%;
  }

  .login-box {
    width: 100%;
    padding: 40px 15px;
  }
  .small-text a {
    font-size: 11px;
  }
}

/* shorts video style here */
.shorts-container {
  background-color: var(--bs-dark);
  height: calc(var(--vh, 1vh) * 100 - 100px);
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  margin-top: 15px;
  overflow-x: hidden;
}

.short {
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 15px;
  padding: 15px 0;
  height: calc(var(--vh, 1vh) * 100 - 100px);
}

.video-box {
  position: relative;
  width: 380px;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  background: #222;
  flex-shrink: 1;
}

@media (min-width: 1600px) {
  .video-box {
    width: 450px;
  }
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.short_actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* Sound Button */
.short_controller {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  gap: 10px;
}

.short_controller i {
  color: white;
  background: #595c6599;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}

.short_controller button {
  background-color: transparent;
  cursor: pointer;
}

/* Bottom Progress Bar */
.short_progress {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 95%;
  height: 5px;
  background: #ffffff99;
  margin-left: 10px;
  margin-right: 10px;
}

.short_progress_fill {
  height: 100%;
  width: 0%;
  background: #ff8700;
  transition: width 0.1s linear;
}

/* Right side buttons */
.short_actions i {
  background-color: var(--bs-short-action);
  text-align: center;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--bs-primary);
  opacity: 0.9;
}

.short_actions i:hover {
  background-color: var(--bs-border-color);
  transition: 0.3s;
}

.short_actions span {
  display: block;
  color: var(--bs-primary);
  opacity: 0.8;
  font-size: 10px;
  margin-top: 3px;
  text-align: center;
  font-weight: 600;
}

.short_profile {
  width: 40px;
  height: 40px;
  border-radius: 7px;
}

.short {
  position: relative;
}

/* Bottom info */
.info {
  position: absolute;
  bottom: 40px;
  left: 15px;
  color: white;
}

.small-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.short_name {
  margin-left: 10px;
  font-weight: bold;
  font-size: 14px;
}

.sub {
  margin-left: 12px;
  background: #c3e66e;
  font-size: 13px;
  color: #000;
  padding: 5px 16px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}

.short_desc {
  margin-top: 9px;
  font-size: 14px;
  color: white;
  opacity: 1;
  margin-left: 9px;
}

@media (max-width: 576px) {
  .short_actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    position: absolute;
    right: 10px;
    bottom: 30px;
  }
  .shorts-container {
    margin-top: 0px;
    padding-bottom: 30px;
    border-radius: 0px;
  }
  .video-box {
    border-radius: 0px;
    width: 100%;
  }
  .short_controller {
    position: absolute;
    top: 50%;
    left: 45%;
    display: none !important;
    gap: 10px;
  }
  .short_controller.show {
    display: flex !important;
  }
  .short_controller span:last-child {
    display: none !important;
  }
  .short_actions i {
    background-color: transparent;
    color: white;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.9;
  }
  .short_actions span {
    font-size: 11px;
    color: white;
    opacity: 0.9;
    margin-top: -7px;
    font-weight: 500;
  }
  .short_progress {
    height: 3px;
  }
  .small-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  .short_name {
    font-size: 13px;
  }

  .sub {
    font-size: 12px;
  }

  .short_desc {
    font-size: 13px;
  }
  .short_profile {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
}

.header_navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 50;
}

@media (min-width: 1300px) {
  .header_navbar_collapsed .header_navbar {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .header_navbar {
    width: 100%;
  }
}

.margin_top_90 {
  padding-top: 85px;
}

.side_content {
  padding-top: 85px;
}

/* short comment box */
.short_parent {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}

.short_video_comment_section {
  width: 500px;
  flex-shrink: 1;
  background: var(--bs-dark);
  border: 2px solid;
  border-color: var(--bs-border-color);
  overflow-y: scroll;
  border-radius: 8px;
  position: relative;
  display: none;
  padding: 0px 0px 0px 0px;
  margin-top: 13px;
  font-family: Arial, sans-serif;
  height: calc(var(--vh, 1vh) * 100 - 126px);
}

/* CLOSE */

@media (min-width: 768px) {
  .short_video_comment_section.active {
    animation: slideIn 0.5s forwards;
    pointer-events: auto;
  }
  .short.show {
    animation: slideOut 0.5s forwards;
  }

  .short.animate {
    animation: slideIn 0.5s forwards;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(60%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateX(-60%);
  }
  to {
    transform: translateX(0);
  }
}

.short_video_comment_section::-webkit-scrollbar {
  display: none;
}

.short_video_comment_section.active {
  display: block;
}

.comment_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 15px 10px 15px;
  border-bottom: 1px solid;
  border-color: var(--bs-border-color);
  color: var(--bs-primary);
}

.comment_header h3 {
  font-size: 16px;
  font-weight: 600;
}

.comment_header h3 span {
  font-weight: 400;
  color: var(--bs-primary);
  opacity: 0.6;
  margin-left: 5px;
}

.short_close_btn {
  border: none;
  background: var(--bs-short-action);
  padding: 0px 8px;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.5s;
}

.short_close_btn:hover {
  background: var(--bs-body-bg);
}

.comments_list {
  height: calc(100vh - 250px);
  overflow-y: auto;
}

.comments_list::-webkit-scrollbar {
  display: none;
}

.comment_item {
  display: flex;
  padding: 10px 15px;
}

.comment_avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.comment_content {
  margin-left: 10px;
  flex: 1;
}

.comment_content small {
  margin-left: 10px;
  font-size: 12px;
  color: gray;
  font-weight: normal;
}

.username {
  font-weight: bold;
  margin: 0;
  font-size: 14px;
}

.comment_text {
  font-size: 14px;
  margin: 3px 0;
  color: var(--bs-primary);
}

.comment_actions {
  display: flex;
  gap: 15px;
  font-size: 12px;
  color: var(--bs-primary);
  opacity: 0.6;
  align-items: center;
  margin-top: 10px;
}

.comment_actions i {
  margin-right: 5px;
}

.reply_item {
  background: var(--bs-dark);
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 5px;
}


.shot_reply_button {
  display: none;
  cursor: pointer;
  color: #ff8700;
  font-size: 12px;
  margin-top: 5px;
}

.sht_reply_btn.active {
  font-weight: bold;
  color: var(--bs-primary) !important;
}

.add_comment {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  gap: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* wrapper */
.input_wrapper {
  position: relative;
  flex: 1;
}

/* image inside input */
.input_wrapper img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* input */
.input_wrapper input {
  width: 100%;
  padding: 15px 40px 15px 60px;
  font-size: 14px;
  color: var(--bs-primary);
  background-color: var(--bs-short-action);
  border-radius: 10px;
  outline: none;
  border: none;
  border: 01px solid;
  border-color: var(--bs-border-color);
}

/* mobile overly */
@media (max-width: 768px) {
  .short_parent {
    position: relative;
  }

  .short_video_comment_section {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85vh;
    z-index: 9999;
    display: block;
    transform: translateY(100%);
    transition: transform 0.35s ease-in-out;
    border-radius: 16px 16px 0 0;
  }

  .comment_text {
    font-size: 12px;
  }

  .comment_content small {
    font-size: 9px;
  }

  .username {
    font-size: 12px;
  }

  /* ACTIVE STATE */
  .short_video_comment_section.active {
    transform: translateY(0);
  }

  /* Scroll inside comment list */
  .comments_list {
    height: calc(85vh - 110px);
    overflow-y: auto;
  }

  /* Sticky header */
  .comment_header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Input fixed bottom */
  .add_comment {
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 10px;
  }

  .input_wrapper input {
    padding: 12px 40px 12px 60px;
  }
}

.short_msg_send {
    position: absolute;
    top: 11px;
    right: 15px;
    border: none;
    color: var(--bs-primary);
    opacity: 0.8;
    background-color: var(--bs-short-action);
    font-size: 18px;
}

/* short share modal */
.short_share_modal {
  position: fixed;
  inset: 0;
  background: rgba(16, 2, 2, 0.724);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
  font-family: sans-serif;
  transition: all 0.5s ease-in-out;
}

.short_modal_content {
  background: var(--bs-dark);
  width: 370px;
  border-radius: 12px;
  padding: 20px 20px;
  margin-left: 12%;
  position: relative;
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1);
  animation: fadeEffect 0.5s;
  border: 1px solid #8a8c904d;
}

.short_share_close_btn {
  position: absolute;
  top: 20px;
  right: 22px;
  cursor: pointer;
  font-size: 15px;
  color: #4e4e4e;
  background-color: #e5e5e5;
  padding: 2px 7px;
  border-radius: 3px;
  border: none;
  outline: none;
}

.short_share_close_btn:hover {
  background-color: #e0e0e0;
}

.short_modal_content h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-primary);
  border-bottom: 1px solid #0000001a;
  padding-bottom: 20px;
}

.short_share_title,
.short_copy_title {
  color: var(--bs-primary);
  margin-bottom: 10px;
  font-weight: 500;
  margin-bottom: 20px;
}

.short_share_icons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.short_s_icons {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #b8e986;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #000;
}

.fb {
  background: #b8e986;
}

.x {
  color: var(--bs-primary);
}

.wa {
  color: var(--bs-primary);
}

.rd {
  color: var(--bs-primary);
}

.pn {
  color: var(--bs-primary);
}

.copy-box {
  display: flex;
  width: 100%;
  border: 01px solid var(--bs-body-bg);
  border-radius: 8px;
  overflow: hidden;
}

.copy-box input {
  flex: 1;
  padding: 8px 12px;
  border: 01px solid var(--bs-body-bg);
  background-color: var(--bs-dark);
  outline: none;
}

.share_copy_btn {
  background: #c3e66e;
  padding: 0 20px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #272a33;
}

@media (max-width: 768px) {
  .short_modal_content {
    margin-left: 0px;
    width: 105%;
  }

  .short_modal_content h2 {
    font-size: 17px;
  }
  .copy-box input {
    flex: 1;
    width: 120px;
    font-size: 14px;
  }
  .copy-btn {
    font-size: 12px;
  }
}
