<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-116 .elementor-element.elementor-element-6c1bf71{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--background-transition:0.3s;}.elementor-116 .elementor-element.elementor-element-6c1bf71:not(.elementor-motion-effects-element-type-background), .elementor-116 .elementor-element.elementor-element-6c1bf71 &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-116 .elementor-element.elementor-element-6c1bf71, .elementor-116 .elementor-element.elementor-element-6c1bf71::before{--border-transition:0.3s;}.elementor-116 .elementor-element.elementor-element-6c1bf71.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-116 .elementor-element.elementor-element-59431e7 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-116 .elementor-element.elementor-element-59431e7 &gt; .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-116 .elementor-element.elementor-element-2a7dde8 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-116 .elementor-element.elementor-element-2a7dde8 &gt; .elementor-widget-container{margin:0px 0px 0px 0px;}body.elementor-page-116:not(.elementor-motion-effects-element-type-background), body.elementor-page-116 &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-116 .elementor-element.elementor-element-59431e7.elementor-element{--align-self:center;}.elementor-116 .elementor-element.elementor-element-2a7dde8{text-align:center;width:100%;max-width:100%;}.elementor-116 .elementor-element.elementor-element-2a7dde8.elementor-element{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}}/* Start custom CSS for html, class: .elementor-element-853e487 */.chanells {
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  height: max-content;
  max-height: 78vh;
  overflow: auto;
  overflow-x: hidden;
  min-width: 13rem;
  width: 13rem;
}

.chanells::-webkit-scrollbar-track {
  background: #333;
  border-radius: 10px;
  margin-top: 0rem !important;
}

.start_side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 1rem;
  position: relative;
  height: 10vh;
}

.start_side&gt;input {
    position: relative;
    width: 100%;
    height: 2.5rem;
    outline: transparent;
    padding-inline: 1.5rem;
}

.start_side&gt;img {
  /*        transform: rotate(97deg);*/
  position: absolute;
  width: 1.5rem;
  right: 5%;
  cursor: pointer;
}

hr {
  width: 80%;
  position: absolute;
  border: 1px solid #333;
  bottom: 0;
}

.country_container {
  display: flex;
  height: auto;
}

.left_side {
    width: 30vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 78vh;
    overflow: auto;
    padding-block: 1rem;
    height: 78vh;
    border-left: 2px solid #989ba1;
}

.left_side&gt;button {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 80%;
  min-height: 2.5rem;
  color: #989ba1;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
}

.left_side&gt;button::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #595ee0;
  transition: width 0.5s;
  position: absolute;
  bottom: 0;
  left:0;
  right: 0;
}

.left_side&gt;button.active {
  color: #595ee0;
}

.left_side&gt;button.active::after {
  width: 100%;
}

.hide {
  display: none;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #333;
  border-radius: 10px;
  margin-top: 1rem;
}

::-webkit-scrollbar-thumb {
  background: #989ba1;
  border-radius: 10px;
}

.right_side {
  width: 70vw;
  padding-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  padding-inline: 1rem;
  height: max-content;
  max-height: 78vh;
  overflow: auto;
}

.item {
    padding-inline: 7px;
    cursor: pointer;
    align-items: center;
    background-color: #f8f8f8;
    border-left: 3px solid #595ee0;
    display: flex;
    font-size: 18px;
    height: 60px;
    justify-content: center;
    text-align: center;
    /* width: 20%; */
    color: #989ba1;
    font-size: 1rem;
    font-weight: 600;
}
@media screen and (max-width: 500px) {
  .start_side&gt;input {
    width: 80%;
    font-size: 1.25rem;
  }

  .start_side&gt;img {
    right: 11%;
  }

  /* .item {
    width: 147px;
  } */
  /* .right_side {
    overflow: hidden;
  } */
  .left_side {
    /* overflow: hidden; */
    width: 55vw;
  }

  .chanells {
    overflow: hidden;
    min-width: inherit;
  }

  .left_side&gt;button,
  .item {
    font-size: 1.1rem;
  }
}


.swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;}/* End custom CSS */</pre></body></html>