.header-mobile__logo-img,
.header-logo__img {
  width: 100%;
  /* height: 11rem; */
  left: -4rem;
  top: 6px;
}

.slider-wrapper {
  overflow: hidden;
  height: 80vh;
  /* Adjust height as needed */
}

.custom-slider {
  position: absolute;
  overflow: hidden;
  background-size: cover;
  background-position: center;

  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.custom-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  opacity: 0;

}

.custom-slider__item.active {
  opacity: 1;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.zoom-in {
  animation: zoomIn 20s infinite;
}

.zoom-out {
  animation: zoomOut 20s infinite;
}

.banner-heading {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: white;
  text-align: center;
  padding: 20px;

  border-radius: 8px;
}

.banner-heading a {
  color: white;
}

.page-heading__title {
  font-size: 3rem;
  margin: 0;
  color: white;

}

.banner-logo img {
  width: 15%;
  position: absolute;
  left: 4%;
  top: 22%;
}

.header-mobile_logo-img,
.header-logo_img {
  width: 100%;
  height: 80px;
}

.rightpattern {
  right: -6%;
  width: 26%;
  position: absolute;
  /* bottom: 74%; */
  top: 34%;
}

.leftpattern {
  top: -1%;
  left: -10%;
  position: absolute;
  width: 19%;
  transform: rotate(184deg);
}

.posts-slider--center .posts__inner {
  top: 66%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  right: auto;
  background: none;
  text-align: center;
  width: 80%;
  padding: 0;
  z-index: 2;
}

.footer-logo__img {
  width: 100px;
  height: 85px;
}

.foot-logo img {
  width: 11%;
  background: white;
  padding: 5px;
  height: 50%;
  border-radius: 0px 0px 20px 20px;
}

.medalimg {
  width: 50%;
}

.maschot__map svg {
  width: 100%;
  height: 100%;
}

.bg-100 {
  --phoenix-bg-opacity: 1;
  background-color: linear-gradient(27deg, #82016d, #ec7b1d);
}

.btn-outline-light {
  border-radius: 5px;
}

.site-content {
  height: 98vh;
}

.map {
  background-size: cover;
  height: 38rem;
  background-repeat: no-repeat;
}

.text-700 {
  --phoenix-text-opacity: 1;
  margin: 20px 10px;
  color: rgba(var(--phoenix-700-rgb), var(--phoenix-text-opacity)) !important;
}

.text-700 span {
  margin-right: 2px;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.lh-sm {
  line-height: 1.2 !important;
}

.container-small .col-3 img {
  width: 100%;
  height: 80%;
}

.container-small .col-12 h5 {
  margin-bottom: 0px;
}

.footer-widgets__inner {
  padding: 5px 0 10px 0;
}

.footer__logo {
  width: 105px;
  height: 90px;
}

.grid-container {
  display: grid;
  grid-template-columns: 50px 50px 50px;
  grid-template-rows: 50px 50px;
  gap: 10px;
}

.grid-container div {
  position: relative;
}

.grid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.img1 {
  grid-column: 1;
  grid-row: 1;
}

.img2 {
  grid-column: 2;
  grid-row: 1;
}


.img3 {
  grid-column: 1;
  grid-row: 2;
}

.img4 {
  grid-column: 2;
  grid-row: 2;
}


.img5 {
  grid-column: 3;
  grid-row: 1 / span 2;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
  }

  .img5 {
    grid-row: 5;
    grid-column: 1;
  }
}

.about-part h1 {
  color: black;
  font-weight: 700;
  /* font-family: emoji; */
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.about-part p {
  color: black;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-right: 26px;
}

.aboutpattern2 img {
  position: absolute;
  top: -15%;
  left: 0%;
  filter: none;
  z-index: -99;
}

.about-patterns img {
  filter: contrast(0.5);
  top: 8%;
  position: absolute;
  left: 75%;
}

.row-columns .col {
  width: 12.5% !;
}

.card {
  margin-bottom: 0px;
}

.sportsimg {
  border: 1px solid #ddcaca;
  ;
}

.secondbackground .card-body {
  margin: 3px;
  color: #000;
  text-align: center;
  padding: 20px 0px;
  border-radius: 0px 0px 10px 10px;
}

.secondbackground .card-img-top {
  height: 160px;
  width: auto;

  filter: hue-rotate(45deg);
  padding: 25px;
  object-fit: contain;
}

.secondbackground {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 10px;
  position: relative;
  background-color: #edeff4;
}

.right-back {
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -99999;
  position: absolute;
}

.bg-bottom {
  position: absolute;
  width: 100%;
  z-index: -11;
  bottom: 0;
  height: 40%;
  color: #000;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card {
  box-shadow: none;
}

@media (max-width: 992px) {
  .row-columns .col {
    width: 25% !important;
  }
}

.card-title {
  font-weight: 300 !important;
  font-size: 19px;
}

.patternside img {
  filter: none;
  right: -8%;
  position: absolute;
  top: -11%;
}

.flowerpatttern img {
  position: absolute;
  top: 34%;
  width: 22%;
  left: -13%;
}

/* Tabs */
.accordion-container {
  display: flex;
  width: 100%;

  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -4px 8px 20px 0px;
}

.left-tabs {
  width: 40%;
  background-color: #fff;
}

.tabs {
  list-style-type: none;
}

.tab {
  /*margin: 0px 1px 1px 19px;*/
  /* padding: 11px; */
  /*padding: 12px;*/
  color: #0c0c0c;
  cursor: pointer;
  text-align: left;
  /*border-bottom: 1px solid #000000;*/
  transition: background 0.3s ease;
}

/* Basic styles for the slider container */
.cy_banner_wrapper {
  position: relative;
}

/* Style for the menu */
.cy_menu_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  z-index: 100;
  backface-visibility: hidden;
}

/* Style for logo box */
.cy_logo_box {
  position: absolute;
  width: 385px;
  background-color: #f27131;
  padding: 19px 43px 18px 70px;
  text-align: right;
  top: -70px;
  z-index: 1;
}

/* Logo box pseudo-element */
.cy_logo_box:after {
  position: absolute;
  width: 131px;
  height: 100%;
  background-color: #f27131;
  content: "";
  right: -75px;
  top: 0;
  transform: skew(35deg);
  z-index: -1;
}

/* Logo box image styling */
.cy_logo_box img {
  display: inline-block;
  max-width: 100%;
  /* Ensure images fit within the box */
  height: auto;
  /* Maintain aspect ratio */
}

/* Adjustments for IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cy_logo_box {
    padding: 46px 85px;
  }
}

/* Menu button styling */
button.cy_menu_btn {
  display: none;
}

/* Menu styling */
.cy_menu {
  width: calc(100% - 50px);
  float: left;
}

.cy_menu ul {
  width: auto;
  float: right;
  padding: 0;
  margin: 0;
}

.cy_menu ul>li {
  float: left;
  list-style: none;
  margin-right: 30px;
  position: relative;
}

.cy_menu ul>li>a {
  padding: 30px 0 15px;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #2f3942;
  font-weight: 500;
  position: relative;
  transition: all 0.5s;
}

.cy_menu ul>li>a.active {
  color: #ff712a;
}

.cy_menu ul>li>a.active:after {
  width: 100%;
}

.cy_menu ul>li:hover>a {
  color: #ff712a;
}

.cy_menu ul>li:last-child {
  margin-right: 0;
}

.cy_menu ul>li>a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #ff712a;
  height: 3px;
  transition: all 0.5s;
}

.cy_menu ul>li:hover>a:after {
  width: 100%;
}

.cy_menu ul>li:last-child>a {
  padding-right: 0;
}

/* Search styling */
.cy_search {
  float: right;
  padding: 30px 0;
}

.cy_search a i {
  color: #222222;
}

/* Search form styling */
.cy_search_form {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 400;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.6s;
}

.cy_search_form.search_opened {
  transform: scaleY(1);
}

.cy_search_input {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.cy_search_input input {
  width: 100%;
  border: none;
  height: 55px;
  padding: 0 65px 0 20px;
  font-size: 22px;
}

.cy_search_input i {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #ff712a;
  text-align: center;
  background: #ff712a;
  color: #fff;
}

.cy_search_input i:hover {
  cursor: pointer;
}

.tab:hover {

  color: #0a0a0a;
}

.right-content {
  width: 60%;
  padding: 20px;
  position: relative;
}


.content img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.details-link {
  display: inline-block;
  margin-top: 10px;
  color: black;
  float: right;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid #7c016b;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.details-link:hover {
  color: #ede536;
  border-color: #ede536;
}

.right-content img {
  width: 100%;
  height: 285px;
}

.tab.active {
  background-color: #7c016b;
  color: #fff;
}

.tabs {
  padding: 1.2rem 0 0 0;
}

.scheduletable {
  box-shadow: -4px 8px 20px 0px;
  background: white;
  /* margin: 0px 10px 10px 10px; */
  padding: 0px 20px 20px 20px;
}

.patternvenue img {
  width: 37%;
  position: absolute;
  top: 173rem;
  left: 71%;
  z-index: -99;
  transform: rotate(269deg);
}

.patternscedule img {
  z-index: -99;
  left: -5%;
  width: 18%;
  position: absolute;
  top: 215rem;
  transform: rotate(78deg);
}

/* medal tally */
.select-role {
  background: url(../img/main-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.select-role {
  position: relative;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  background: #F5F6FA;
  /* height: calc(100vh - 120px); */
}

@media (min-width: 1200px) {
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

table {
  margin: 1em 0;
  border-collapse: collapse;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

tr:nth-child(odd) {
  border-bottom: 0.01em solid #ccc;
}

tr {
  background-color: #e3e6ed;
}

th,
td {
  padding: 0.75em 0.5em 0.75em 1em;
  vertical-align: text-top;
  text-align: center;
  border: 2px solid white;
  color: #000;
}

tr:first-child th {
  color: #fff;
}

.text-color td {
  color: #fff;
}

td[colspan] {
  padding-left: 0.5em;
}

table table th,
table table td {
  border: 0.01em solid #ccc;
}

.mywidth {
  width: 10%;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--phoenix-card-spacer-y) var(--phoenix-card-spacer-x);
  color: var(--phoenix-card-color);
}

.gap-2 {
  gap: .5rem !important;
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.col-xxl-12 {
  width: 100%;
  margin-block: 10px;
  padding-inline: 10px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

button i {
  transition: transform 0.3s ease;
}

button i.fa-caret-up {
  animation: rotate 0.5s ease-in;
}

tbody div {
  filter: hue-rotate(45deg);
}

.sponsors-grid img {
  filter: sepia(1) hue-rotate(336deg) saturate(5.8);
}



.animated-gradient-text {
  background: linear-gradient(270deg, #FFA500, #FFD700, #FFA500);
  /* orange to yellow */
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 5s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.footer-widgets {
  padding: 50px;
}

.district-box li {
  font-size: 16px;
  position: relative;
  text-align: center;
  background: rgb(246, 246, 246);
  padding: 18px 30px;
  border-radius: 15px;
  border-bottom: 4px solid rgb(236, 123, 29);
  margin: 12px;
}

.district-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;
}

.text-dark {
  color: #121619;
}









.about-us-section {
	padding: 80px 0 56px;
}
.about-inner-img {
	margin-bottom: 24px;
	border-radius: 10px;
}
.about-inner-img img {
	border-radius: 10px;
}
.about-us-head h6 {
	color: #FF6900;
	margin-bottom: 5px;
}
.about-us-head h2 {
	font-size: 28px;
	margin-bottom: 10px;
	max-width: 500px;
}
.about-us-head p {
	margin-bottom: 15px;
}
.about-us-head h5 {
	font-size: 20px;
	margin-bottom: 10px;
}
.about-features {
	display: flex;
}
.about-features .list-one {
	margin-right: 24px;
}
.about-features ul li {
	margin-bottom: 15px;
}
.about-features ul li span {
	margin-right: 5px;
}
.about-us-header {
	text-align: center;
	margin-bottom: 40px;
}
.why-choose-sec {
	background: #FDF6F1;
	padding: 80px 0 56px;
}
.about-us-header h2 {
	font-size: 28px;
	margin-bottom: 10px;
}
.about-us-header p {
	max-width: 490px;
	margin: auto;
}
.why-choose-card {
	background: #fff;
	box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
	border-radius: 10px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 24px;
   	transition: 0.5s all;
}
.why-choose-card:hover {
	transform: translateY(-5px);
   	transition: 0.5s all;
}
.card-icon {
	width: 63px;
	height: 71px;
	border-radius: 64% 36% 26% 74% / 66% 75% 25% 34%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF1E7;
	margin: 0 auto 15px;
}
.why-choose-card h4 {
	font-size: 18px;
	margin-bottom: 15px;
}
.why-choose-card p {
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	margin-bottom: 0;
}
.popular-category-sec {
	padding: 80px 0;
}
.popular-category-sec .about-us-header {
	margin-bottom: 20px;
}
.popular-cat-card {
	border: 1px solid #4F4F4F;
	padding: 24px 0;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: 0.5s all;
	margin-top: 20px;
	box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.category-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 10px;
	background: #1D1D1D;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	transition: 0.5s all;
}
.popular-cat-card:hover .category-icon {
	background: #FF6900;
	transition: 0.5s all;
}
.popular-cat-card:hover {
	transform: translateY(-10px);
	transition: 0.5s all;
}
.popular-cat-card h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
.popular-cat-card span {
	font-size: 14px;
	font-weight: 600;
}
.popular-category-slider .owl-dots {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.popular-category-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #E6E6E6;
	border-radius: 20px;
	margin-right: 5px;
}
.popular-category-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.popular-category-slider .owl-dots .owl-dot.active {
	width: 30px;
	background: #FF6900;
}
.client-review-sec {
	background: #FDF6F1;
	padding: 80px 0;
}
.review-card {
	background: #FFF;
	border-radius: 10px;
	padding: 24px;
}
.review-card h4 {
	font-size: 20px;
	margin: 24px 0 15px;
}
.review-card p {
	margin-bottom: 15px;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.review-user {
	display: flex;
	align-items: center;
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px dashed #B4B4B4;
}
.owl-carousel .quotation-icon img {
	width: auto;
}
.owl-carousel .review-user img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 15px;
}
.review-user h6 {
	margin-bottom: 0;
	font-size: 16px;
}
.review-user h6 span {
	display: block;
	font-size: 14px;
	color: #4F4F4F;
	margin-top: 3px;
}
.owl-carousel.review-slider .owl-nav {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.owl-carousel.review-slider .owl-nav button {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #CDCDCD;
	border-radius: 50%;
	margin-right: 10px;
	color: rgba(29, 29, 29, 1);
	transition: 0.5s all;
}
.owl-carousel.review-slider .owl-nav button:hover {
	background: #1D1D1D;
	color: #fff;
	transition: 0.5s all;
}
.start-seller-sec {
	padding: 80px 0;
}
.seller-inner-img img {
	border-radius: 10px;
	width: 100%;
}
.seller-info-content {
	background: #fff;
	box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
	border-radius: 10px;
	padding: 40px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: auto 0 auto -100px;
	height: 530px;
}
.seller-info-content p {
	margin-bottom: 15px;
}
.seller-info-content h3 {
	font-size: 28px;
	margin-bottom: 15px;
}
.seller-para {
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.sllers-list {
	display: flex;
	align-items: center;
	flex-direction: column;
	align-items: self-start;
	flex-shrink: 0;
	margin-right: 15px;
}
.sllers-list li {
	margin-bottom: 15px;
}
.sllers-list li span {
	color: rgba(26, 190, 23, 1);
	margin-right: 10px;
}
.seller-small-img img {
	border-radius: 10px;
	width: 100%;
}


/* chatbott */
.botIcon {
  bottom: 0px;
  right: 0px;
  position: fixed;
  z-index: 9999;
}

.iconInner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* background: #a64bf4; */
  /* background: -webkit-linear-gradient(
    to left,
    #00dbde,
    #fc00ff,
    #00dbde,
    #fc00ff
  ); */
  /* background: -o-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -moz-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff); */
  background-position: 50%;
  background-size: 300%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.5em;
  height: 9cap;
  justify-content: center;
  width: 8em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
  display: none;
}

.botIcon .Messages,
.botIcon .Messages_list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.chat_close_icon {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 12px;
  z-index: 9;
}

.chat_on {
  background-color: #8a57cf;
  bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 45px;
  padding: 9px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 45px;
  z-index: 10;
}

.chat_on_icon {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.botIcon .Layout {
  -webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: rgb(63, 81, 181);
  bottom: 20px;
  border-radius: 10px;
  box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
  box-sizing: content-box !important;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-height: 30px;
  max-width: 300px;
  min-width: 50px;
  opacity: 0;
  pointer-events: auto;
  position: fixed;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  z-index: 999999999;
}

.botIcon .Layout-open {
  border-radius: 10px;
  color: #fff;
  height: 500px;
  max-height: 500px;
  max-width: 300px;
  overflow: hidden;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  width: 100%;
}

.botIcon .Layout-expand {
  display: none;
  height: 400px;
  max-height: 100vh;
  min-height: 300px;
}

.showBotSubject.botIcon .Layout-expand {
  display: block;
}

.botIcon .Layout-mobile {
  bottom: 10px;
}

.botIcon .Layout-mobile.Layout-open {
  min-width: calc(100% - 20px);
  width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}

.botIcon .Messenger_messenger {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.botIcon .Messenger_header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(22, 46, 98);
  color: rgb(255, 255, 255);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  padding-left: 10px;
  padding-right: 40px;
}

.botIcon .Messenger_header h4 {
  -webkit-animation: slidein 0.15s 0.3s;
  -ms-animation: slidein 0.15s 0.3s;
  animation: slidein 0.15s 0.3s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 16px;
  opacity: 0;
}

.botIcon .Messenger_prompt {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.botIcon .Messenger_content {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 80px;
}

.botIcon .Messages {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.botIcon .Input {
  background-color: #fff;
  border-top: 1px solid #e6ebea;
  color: #96aab4;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 15px;
  padding-top: 17px;
  position: relative;
  width: 100%;
}

.botIcon .Input-blank .Input_field {
  max-height: 20px;
}

.botIcon .Input_field {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 45px;
  resize: none;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px !important;
}

.botIcon .Input_button-emoji {
  right: 45px;
}

.botIcon .Input_button {
  background-color: transparent;
  border: none;
  bottom: 15px;
  cursor: pointer;
  height: 25px;
  outline: none;
  padding: 0;
  position: absolute;
  width: 25px;
}

.botIcon .Input_button-send {
  right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
  fill: #2c2c46;
}

.Icon svg {
  height: auto;
  width: 100%;
}

.msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.msg.user {
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.msg+.msg {
  margin-top: 15px;
}

span.responsText {
  color: #000;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  max-width: calc(100% - 50px);
}

.msg.user span.responsText {
  margin-left: 0;
  margin-right: 10px;
}

span.avtr {
  display: inline-block;
  width: 30px;
}

span.avtr figure {
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin: 0;
  padding-bottom: 100%;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes appear {
  0% {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes slidein {
  0% {
    opacity: 0;
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 412px) {
  .botIcon .Layout-open {
    width: 250px;
  }
}

.Layout-left {
  right: 20px;
}