@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap);
body {
  font-family: Inter, sans-serif;
}
.sidebar-300_ {
  width: 300px;
}
.btnserver{
    margin: 10px 10px 0;
}
/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 10px;
  position: relative;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 200px;
  background-color: #fff;
  z-index: 1;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  max-width: 100%;
  background-color: #25282c;
}

.filter_ {
  width: 94.3%;
}
.btn.btn-block.btxtrailer {
  background: #ff457c;
  margin: 10px 0 0;
}
.btn.btn-block.btxtrailer:hover {
  background: #fdd329;
  color: #000!important;
  margin: 10px 0 0;
}
.card-quality {
  background: #000;
  padding: 10px 20px 10px;
  margin: -6px 0 0;
  border-radius: 0px 0 5px 5px;
  border-top: solid #fff 3px;
}
.metainfos {
  background: #000;
  padding: 20px;
  margin: 10px 0 0;
  border-radius: 5px;
}
.genres_ {
  width: 512px;
  text-align: center;
  padding: 5px;
}
.views-cols_ {
  width: 94%;
  margin-left: 33px;
}
.badge-duration {
  background: #00cbcc;
  padding: 3px 10px 3px;
  font-size: 10px;
  color: #fff;
  border-radius: 100px;
}
.badge-rate {
  background: #f7a300;
  padding: 3px 10px 3px;
  font-size: 10px;
  color: #fff;
  border-radius: 100px;
}
.container-footer_ {
  width: 90%;
  margin: auto;
}
.section-title.library {
  margin: 60px 0px 0px;
  padding-bottom: 45px;
}
.btn-donation {
  background: #fff;
  padding: 4px 20px 4px;
  border-radius: 100px;
  margin-left: 388px;
}
.title-sa_ {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 160px;
  font-size: 14px;
  color: #fff!important;
  margin-bottom: 25px;
  text-transform: capitalize;
  margin-top: 10px;
}
.title-sa_:hover{
  color: #f43f73!important;
}
.boxcard_streamapi {
    max-width: 14.2%!important;
}
.bi.bi-play-fill {
  font-size: 50px;
  color: #fff;
}
.bi.bi-play-fill:hover {
  font-size: 50px;
  color: #f3c528;
}
.accordion {
  background-color: #0b0e17;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 3px;
}

.activee, .accordion:hover {
  background-color: #000;
}

.text-capitalize.text-justify {
  padding: 18px 0 10px !important;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activee:after {
  content: "\2212";
}

.panel {
  padding: 0px 18px;
  background-color: black;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
}
.box-responsive {
  max-width: 1219px;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.api-content-box1, .api-content-box2 {
  background-color: #000;
  color: white;
  padding: 15px;
  border-radius: 7px;
}

.api-box-responsive {
  margin: 25px 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #242a38;
  padding: 27px 0 1px;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 1px;
  background: #fff;
  bottom: 1px;
  left: calc(50% - 75px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 75px;
  height: 3px;
  background: #ffe300;
  bottom: 0;
  left: calc(50% - 37px);
}

.section-title p {
  margin-bottom: 30px;
}
.bubbles{
  position:absolute;
  width:100%;
  height: 100%;
  z-index:0;
  overflow:hidden;
  top:0;
  left:0;
}
.bubble{
  position: absolute;
  bottom:-100px;
  width:40px;
  height: 40px;
  background:#f1f1f1;
  border-radius:50%;
  opacity:0.1;
  animation: rise 10s infinite ease-in;
}
.bubble:nth-child(1){
  width:40px;
  height:40px;
  left:10%;
  animation-duration:8s;
}
.bubble:nth-child(2){
  width:20px;
  height:20px;
  left:20%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(3){
  width:50px;
  height:50px;
  left:35%;
  animation-duration:7s;
  animation-delay:2s;
}
.bubble:nth-child(4){
  width:80px;
  height:80px;
  left:50%;
  animation-duration:11s;
  animation-delay:0s;
}
.bubble:nth-child(5){
  width:35px;
  height:35px;
  left:55%;
  animation-duration:6s;
  animation-delay:1s;
}
.bubble:nth-child(6){
  width:45px;
  height:45px;
  left:65%;
  animation-duration:8s;
  animation-delay:3s;
}
.bubble:nth-child(7){
  width:90px;
  height:90px;
  left:70%;
  animation-duration:12s;
  animation-delay:2s;
}
.bubble:nth-child(8){
  width:25px;
  height:25px;
  left:80%;
  animation-duration:6s;
  animation-delay:2s;
}
.bubble:nth-child(9){
  width:15px;
  height:15px;
  left:70%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(10){
  width:90px;
  height:90px;
  left:25%;
  animation-duration:10s;
  animation-delay:4s;
}
@keyframes rise{
  0%{
    bottom:-100px;
    transform:translateX(0);
  }
  50%{
    transform:translate(100px);
  }
  100%{
    bottom:1080px;
    transform:translateX(-200px);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: #242a38;
  background-size: cover;
  position: relative;
}
.search-home {
  width: 40%;
  margin: auto;
}
#hero:before {
  content: "";
  background: #242a38;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 70px;
  font-weight: bold;
  line-height: 75px;
  color: #fff;
  font-variant: petite-caps;
}

#hero h1 span {
  color: #ffc451;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 27px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #ffc451;
}

#hero .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.navbar-content .btn {
  line-height: 1;
}
.movie-card {
  position: relative;
  overflow: hidden;
}
.movie-card.watched {
  background-color: #014483 !important;
}
.movie-card .front {
  position: relative;
  padding: 150% 0 0;
}
.movie-card .front .poster-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;  
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.movie-card .front .bottom,
.movie-card .front .top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 8px;
}
.movie-card .front .bottom {
  top: initial;
  bottom: 0;
}
.movie-card .back {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  background-color: var(--lm-base-text-color-light);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s linear, opacity 0.2s linear;
}
.movie-card .back .title {
  text-align: center;
}
.movie-card.selected,
.movie-card.selected .select-btn {
  cursor: default;
}
.movie-card.selected .front .poster-img,
.movie-card:hover .front .poster-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);  
}
.movie-card.selected .back,
.movie-card:hover .back {
  visibility: visible;
  opacity: 1;
  background: linear-gradient(45deg, rgb(25 42 58 / 53%), rgba(100,216,243,.7), rgba(234,236,198,.7), rgba(245,146,176,.7), rgba(52,219,216,.7)) 0 0 / 1000%;
	-webkit-animation: gradientAnimation 40s ease infinite;
	animation: gradientAnimation 40s ease infinite;
}
.tabs .btn.tab-active {
  background-color: var(--dm-card-bg-color) !important;
}
#embed-player .main-content {
  position: relative;
  height: 100vh;
}
#embed-player .cover {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;  
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#embed-player .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.4);
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    width: 5.5rem;
    height: 5.5rem;
    transition: all .1s linear 0s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#embed-player .play-btn img {
  margin-left: 3px;
}
#embed-player .loader {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: var(--dm-base-text-color);
  z-index: 1;
}
#embed-player .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.5);
  box-shadow: 0px 0 30px rgb(1 41 112 / 12%);
}
#embed-player .frame {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#embed-player iframe {
  height: 100%;
}
#embed-player .error {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--dm-navbar-bg-color);
  color: var(--dm-base-text-color);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
#embed-player .error,
#embed-player .frame,
#embed-player .loader {
  display: none;
}
.movie-not-found {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 15px;
}
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
  background-color: var(--primary-color);
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
.genres-list .dropdown-item {
  min-width: 33.33%;
  width: auto;
  float: left;
}
.tabs {
  border-radius: 5rem;
  display: flex;
  align-items: center;
}
.tabs .btn {
  border-radius: 2rem;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.sidebar-menu .btn:hover {
  color: var(--dm-base-text-color) !important;
}
.trending-btn:hover {
  background-color: var(--danger-color) !important;
}
.recommend-btn:hover {
  background-color: var(--success-color) !important;
}
.new-release-btn:hover {
  background-color: var(--primary-color) !important;
}
.imdb-top-btn:hover {
  background-color: var(--secondary-color) !important;
}
.sidebar-menu .btn:hover i {
  color: var(--dm-base-text-color) !important;
}
#search-input {
  font-size: 4rem;
  padding: 3rem;
}
#search-input:active,
#search-input:focus {
  box-shadow: none;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.btn .spinner-border {
  display: none;
}
.btn-loading .spinner-border {
  display: inline-block;
}
.g-recaptcha {
  display: inline-block;
  visibility: hidden !important;
}
.card .qe-version {
  position: absolute;
  right: 0;
  border-radius: 3px;
  padding: 3px 15px;
  font-size: 12px;
  margin-top: 3px;
}
.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  height: 1.2em;
  white-space: nowrap;
  display: inline-block;
}
body.with-admin-bar {
  overflow-y: hidden;
  -ms-overflow-y: hidden;
}
.with-admin-bar .modal.show .modal-content .close,
.with-admin-bar .modal:target .modal-content .close,
.with-admin-bar .page-wrapper > .navbar:not(.navbar-fixed-bottom),
body.with-admin-bar {
  top: 38px;
}
.with-admin-bar .page-wrapper.with-navbar > .content-wrapper,
.with-admin-bar .page-wrapper.with-navbar > .sidebar {
  top: 7rem;
}
.dl-jump-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7.5rem;
}
.dl-jump-group a {
  text-decoration: none;
}
.dl-jump-group .next-episode,
.dl-jump-group .prev-episode {
  display: flex;
  justify-content: end;
  width: auto;
  max-width: 35rem;
  opacity: 0.7;
}
.episode-title {
  font-size: 1.6rem;
  margin: 0 0 8px;
  color: var(--dm-base-text-color);
}
.dl-jump-group .img-wrap {
  padding: 3px;
  background-color: var(--dm-card-bg-color);
}
.dl-jump-group .img-wrap img {
  display: block;
  height: 7.5rem;
}
.dl-jump-group .next-episode:hover,
.dl-jump-group .prev-episode:hover {
  opacity: 1;
}
.ve-ad--wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.ve-ad--728 {
  max-width: 728px;
}
.ve-ad--300 {
  max-width: 300px;
}
.page-error-card {
  margin-top: 10rem;
}
.page-error-card .error-title {
  font-size: 10rem;
  font-weight: 700;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #151820;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
.bi.bi-square-fill {
  margin-right: 6px;
}
.desc {
  width: 90%;
  font-size: 13px;
}

.logofooter {
  margin: 9px 0 15px;
  height: 33px;
}

#footer .footer-top {
  background: #000;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 3px;
  color: #9fc658;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #fff;
  color: #f31856;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #4c6bff;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #fff;
  width: 80%;
}

#footer .footer-top h4::after {
  background: #4c6bff;
  width: 175px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f31856;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #94c045;
  border: 0;
  border-radius: 0 4px 4px 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #789d35;
}

#footer .copyright {
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.home-viewsall {
  background: #954aff;
  color: #fff!important;
  padding: 5px 15px 5px;
  border-radius: 100px;
  margin: 0 10px 0;
}
.home-viewsall:hover {
  background: #f31856;
  color: #fff!important;
  padding: 5px 15px 5px;
  border-radius: 100px;
  margin: 0 10px 0;
}

.text-desc_ {
  text-align: justify;
  text-transform: capitalize;
}

.server-hide {
  display: none;
}

@media only screen and (max-width: 600px) {
   .boxcard_streamapi {
   max-width: 50% !important;
   }
   .mx-10 {
   margin-left: 0px!important;
   margin-right: 0px!important;
   }
   .h-20.h-sm-30 {
   margin: 0 77px 0;
   width: auto;
   height: 30px !important;
   }
   .btn-donation {
   background: #fff;
   padding: 4px 20px 4px;
   border-radius: 100px;
   margin-left: 388px;
   }
   .navbar-content .btn {
   margin-left: -15px;
   }
   .text-capitalize {
   text-transform: capitalize !important;
   width: 75%;
   margin: 15px auto 15px;
   }
   .search-home {
   width: 75%;
   margin: 10px auto -60px;
   }
}


.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

