body.stall_layout {
  line-height: inherit;
  padding-bottom: 0px;
  min-height: initial;
}
.st_container .header {
  /* height: 50px; */
  padding: 10px;
  background-color: white;
  justify-content: space-around;
  align-items: center;
  display: flex;
  width: 100%;
}
.st_container .container {
  max-width: 100% !important;
  padding: 0px;
  position: relative;
}
/* .st_container .content-page{ */
/* margin-top:0px; */
/* } */
.st_container .st-user {
  color: #cdd1d2;
  font-weight: bold;
  display: grid;
  justify-content: center;
  grid-template-columns: 30px auto;
  padding: 0px 15px;
  grid-gap: 10px;
  align-items: center;
  line-height: 70px;
}
.st_container .menu-ico i {
  color: #908585;
  font-size: 25px;
}
.st_container .navbar-custom .topnav-menu .menu-ico .nav-link {
  padding-top: 7px;
}
.st_container .user-ico {
  height: 30px;
  width: 30px;
}
/* .st_container .menu-ico{ */
/* display: grid; */
/* justify-content: center; */
/* grid-template-columns: auto; */
/* padding: 10px; */
/* grid-gap: 10px; */
/* } */
/* .header .col{
    padding: 10px;
} */
.st_container .header .sm-b:not(.sm-g) {
  margin-right: 10px;
}
.st_container .stall-lng,
.stall-logout,
.st-notify {
  display: grid;
  justify-content: center;
  grid-template-columns: 22px auto;
  padding: 10px;
  grid-gap: 0px;
}
.stall-logout i {
  font-size: 19px;
}
.stall-lng i {
  margin-top: 5px;
}
.st-notify {
  position: relative;
  grid-gap: 15px;
}
.st-notify i {
  font-size: 19px;
}
.st-notify-ico {
  position: relative;
  margin-right: 10px;
}
.st-label-count {
  position: absolute;
  top: -13px;
  right: -14px;
  font-size: 14px;
  line-height: 15px;
  background-color: red;
  padding: 2px 5px;
  /* -webkit-border-radius: 3px; */
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: white;
}
/* Style the search field */
.stall_search {
  position: relative;
}
.stall_search input[type="text"] {
  padding: 10px;
  font-size: 17px;
  float: left;
  width: 100%;
  background: #f5f6fa;
  border: none;
  border-radius: 9999px;
  border-color: #f1f3f5;
  border-width: 0.125rem;
  -webkit-appearance: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 0.1s ease-in-out;
  padding-left: 44px;
}
.btn-search {
  border: none;
  position: absolute;
  left: 15px;
  top: 12px;
  background-color: transparent;
}

.btn-attendies .btn-txt {
  background-image: linear-gradient(to right, #f48f82, #f7b085);
  border-color: #f7b085;
  font-size: 12px;
}
.btn-attendies .btn-cnt {
  background-image: linear-gradient(to right, #f8be86, #f7ac85);
  border-color: #f7b085;
}
.btn-liveStall .btn-txt {
  background-image: linear-gradient(to right, #41db9c, #3cb7b5);
  border-color: #3dc2ad;
  font-size: 12px;
}
.btn-liveStall .btn-cnt {
  background-image: linear-gradient(to right, #3bb2b8, #3dc2ad);
  border-color: #3dc2ad;
}

.bg_img1 {
  /* background-color: red; */
  height: 100%;
  /* position: relative; */
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: auto;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0px;
}
.bg_img1 img {
  width: 100%;
}
.st_container .container_box {
  display: block;
  height: 587px;
  background-color: #cdd1d2;
  position: relative;
  width: 100%;
  margin: 0px;
}

/* Bottom menu start............. */
.st_container .navbar {
  width: auto;
  margin: auto;
  background-color: #292d44;
  overflow: auto;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  padding: 0.2rem 1rem;
  box-shadow: 0 0 7px 0px #292d44;
}

.st_container .navbar a {
  float: left;
  padding: 10px;
  color: #afabab;
  text-decoration: none;
  font-size: 13px;
  border-right: 1px solid #afabab;
}
.st_container .navbar .no-border {
  border: none;
}

.st_container .navbar a:hover {
  color: white;
}

.st_container .active {
  color: black !important;
}
.stall_bottom_menu {
  background-color: #cdd1d2;
  margin: 0px;
}
/*.............  Bottom menu end*/

/* Play icons... */
.stall-play-icons {
  background: transparent;
  float: left;
  list-style: none;
  position: relative;
  text-align: center;
  /* margin: 20px; */
  display: grid;
  justify-content: center;
  grid-template-columns: 58px auto;
  /* padding: 10px; */
  grid-gap: 20px;
  margin-bottom: 0px;
}
.s-play-box {
  flex-direction: row-reverse;
  /* background-color: #cdd1d2; */
  margin: 0px;
  padding: 15px 0px;
  position: absolute;
  z-index: 9;
  float: right;
  right: 0;
}
.play-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.stall-play-icons li {
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 10px;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 13px;
}
.stall-play-icons i {
  font-size: 20px;
  color: #3ec7aa;
}
/* Social media icons left start............... */
.social,
.social-chat,
.stall-product-ico {
  border-radius: 3px;
  box-shadow: 0 1px 0 #e9e9e9 inset;
  background: white;
  border-color: #d1d1d1 #e7e7e7 #e4e4e4;
  border-radius: 40px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 #e9e9e9 inset;
  float: left;
  list-style: none;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  margin: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  margin-top: 0px;
}
.social-chat {
  border-radius: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  position: absolute;
  right: 0px;
}
.social-chat span {
  font-size: 11px;
  line-height: 0px;
  display: block;
  padding: 8px 0px;
}
.social-chat.social li a {
  width: auto;
}

.social li:last-child {
  border-bottom: 0px;
}

.social li {
  border-bottom: 1px solid gainsboro;
  padding: 15px 0px;
}

.social li a {
  display: block;
  background: transparent;
  color: #efefef;
  /* border-radius: 15px; */
  text-decoration: none;
  line-height: 30px;
  width: 30px;
  font-size: 25px;
}
.social a.tw {
  color: #55aded;
}
/* .social a.tw:hover {
    background: #55aded
  } */

.social a.fb {
  color: #4867aa;
}
.social a.insta {
  border-radius: 10px;
  color: #bc2a8d;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social a.gp:hover {
  background: #dd4b39;
}
.social a.lin {
  color: #1a0dab;
}
.social a.youtube {
  color: #fe0000;
}
.social a.wapp {
  color: #1ad03f;
}
.social-chat {
  cursor: pointer;
}
.social-chat a.vc {
  color: #707180;
}
.social-chat a.vc:hover {
  color: #ff9500;
}
.social-chat a.gm {
  color: #3ec4ac;
}
.social-chat a.zm {
  color: #49cce0;
}
.social-chat a.ec {
  color: #707180;
}

.social-chat a.ec:hover {
  color: #ff787e;
}

/* Social media icons left end..............*/
.stall-product-ico {
  background-color: transparent;
  box-shadow: none;
  border: none;
  grid-template-columns: auto auto auto;
  display: grid;
  justify-content: center;
  width: 23%;
  top: 50%;
  transform: translateY(-98%);
}
.stall-product-ico.two_B {
  padding-left: 3%;
}
.stall-product-ico.one_B {
  display: grid;
  justify-content: end;
}
.stall-product-ico li {
  display: flex;
  flex-direction: column;
}
.stall-product-ico button {
  border-radius: 50px;
  background-image: linear-gradient(
    to right,
    #ff6c80 0%,
    #ff9f77 51%,
    #ff9f77 100%
  );
  border-color: #ff9f77;
  /* box-shadow:0 0 7px 2px #ff9f77; */
  border: none;
  padding: 3px 25px;
}
.st-circle {
  height: 30px;
  width: 30px;
  background-color: white;
  border-radius: 50%;
  line-height: 30px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 12px;
  color: #ff9f77;
}
/* @media (min-width: 1200px){
.container {
    max-width: -webkit-fill-available;
}
} */
.st_container .footer-inner a .fa-play-circle {
  color: #19606f;
  margin-right: 5px;
  font-size: 13px;
}
.st_container .footer-inner a .fa-comment {
  color: #145497;
}
.st_container .navbar a .fa-building {
  color: #89433c;
}
.st_container .navbar a .fa-cube {
  color: #b67917;
}
.st_container .navbar a .fa-tv {
  color: #944c62;
}
.st_container .navbar-custom .topnav-menu .nav-link {
  padding: 0 7px;
}
.st_container .navbar-custom .app-search {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .stall-product-ico {
    width: 17%;
  }
}
@media (min-width: 1200px) {
  .stall-product-ico {
    width: 13%;
  }
}
/* @media (min-width: 576px){
    .stall-product-ico {
        width: 17%;
    }
} */
@media only screen and (max-width: 600px) {
  .st_container .header {
    javascript: void(0);
    display: grid;
  }
  .st_container .header .sm-b:not(.sm-g) {
    padding: 6px;
  }
  .st_container .navbar {
    display: grid;
    /* width: 100%;
    justify-content: center; */
  }
  .st_container .navbar a {
    border-bottom: 1px solid #afabab;
    border-right: 0px;
  }
}
@media (max-width: 991px) {
  .st_container .content-page {
    margin-top: 8%;
  }
}
@media (max-width: 1045px) {
  .st_container .navbar-custom .app-search .form-control {
    width: auto;
  }
}
@media (max-width: 1025px) {
  .st_container .footer .container-fluid .col-md-7 {
    flex: 1 0 58.33333%;
    max-width: 85%;
  }
}
@media (max-width: 701px) {
  .st_container .navbar-custom {
    background-color: #fff;
    padding: 0 calc(24px / 2) 0 0;
    position: fixed;
    left: 240px;
    right: 0;
    height: 70px;
    z-index: 100;
  }

  .s-play-box {
    top: -67px;
  }
}

@media (max-width: 941px) {
  .st_container .content-page {
    /* margin-left: 170px !important; */
    overflow: hidden;
    padding: 0 12px 2px 12px;
    min-height: 80vh;
    margin-top: 70px;
  }

  .st_container #myDIVsasa {
    top: 70px;
  }
  .st_container .navbar-custom {
    background-color: #fff;
    padding: 0 calc(24px / 2) 0 0;
    position: fixed;
    left: 240px;
    right: 0;
    height: 70px;
    z-index: 100;
  }
  .st_container .navbar-custom {
    left: 0px;
  }
}
@media (max-width: 767.98px) {
  .st_container #myDIVsasa {
    overflow-y: auto;
  }
  /* .st_container ul.footer-nav li {
    padding: 6px 0px !important;
  } */
  /* .st_container.st_container .footer {
    position: relative !important;
  } */
  /* .st_container ul.footer-nav {
    flex-direction: column;
  } */
  .st_container .footer .container-fluid .col-md-7 {
    max-width: 40%;
  }
  .st_container .footer-inner {
    border-radius: 35px 35px 0px 0px;
  }
  .st_container ul.footer-nav li {
    padding: 0px 10px;
    /* border-right: none; */
    /* border-bottom: 1px solid #6c757d; */
  }
  .st_container .container_box {
    padding-top: 0px;
    background-color: transparent;
  }
  .st_container #myDIVsasa {
    display: block;
    z-index: 10 !important;
    top: 70px;
  }
  .enlarged .st_container #myDIVsasa {
    display: none !important;
  }
  .stall-product-ico {
    width: calc(76% - 140px);
    top: 33%;
  }
  .stall-product-ico.one_B {
    justify-content: center;
  }
  .stall-product-ico.two_B {
    padding-left: 0px;
  }
}

@media (max-width: 701px) {
  .st_container .left-side-menu {
    width: 170px;
  }
}
@media (max-width: 699px) {
  .st_container .left-side-menu {
    width: 170px;
  }
  .st_container .content-page.left-nav-hide {
    margin-left: 0px !important;
    float: none !important;
  }
  .st_container .content-page {
    margin-left: 170px !important;
    margin-top: 80px;
    float: left;
  }

  /* .st_container #myDIVsasa {
    top: 0px;
  } */
}
/*toggle left menu*/
.enlarged .left-side-menu {
  display: none;
}
.enlarged .navbar-custom {
  left: 0px !important;
}
.enlarged .content-page {
  margin-left: 0px !important;
}
.st_container .content-page,
.st_container .container-fluid {
  padding: 0px;
}
.st_container.st_container .footer {
  background: transparent;
  position: absolute;
  bottom: 0px;
  z-index: 9;
}
.st_container .notification-list .noti-icon {
  font-size: 27px;
}
.st_container .notification-list .flag-ico,
.st_container .notification-list .logout-ico {
  font-size: 16px;
}
.st_container .button-menu-mobile {
  display: none !important;
}
