/*
Theme Name: xvideosharing.com
Author: Max Palamarchuk
Telegram: https://t.me/maks_palamar
Url: https://xvstheme.com/
*/
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.custom-scrollbar {
  scrollbar-color: #A5AAB6 #C7C9CE;
  scrollbar-width: thin;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #C7C9CE;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #A5AAB6;
}

textarea {
  resize: none;
}

.mw-0 {
  min-width: 0;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.form-select-sm {
  background-position: right .75rem center;
}

.nav-link:focus-visible {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.text-dark, .link-dark {
  color: #fff !important;
}

.link-dark:hover {
  color: #6EE8FC !important;
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.submit-btn {
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 8px;
  font-size: 1.25rem;
  height: 56px;
}

.big-btn {
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 6px;
  font-size: 1.125rem;
  height: 52px;
}

.icon-btn {
  width: 2rem;
  height: 2rem;
  border: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-outline-light {
  color: var(--bs-secondary-color);
  border-color: #3C3F40;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #f8f9fa;
  border-color: #3b3e3f;
}

.table-fixed {
  table-layout: fixed;
}

.break-all {
  word-break: break-all;
}

.text-content blockquote, .text-content p, .text-content ul, .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6, .text-content table {
  margin-bottom: 1.5rem;
}

.text-content .text-list {
  padding-left: rem;
}

.text-list {
  list-style: none;
  padding-left: 0;
}

.text-list li {
  padding-left: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%236EE8FC' d='M9 0C4 0 0 4 0 9s4 9 9 9 9-4 9-9-4-9-9-9ZM7.6 13.2 3.5 9l1.6-1.6L7.6 10 13 4.6l1.6 1.6-7 7Z'/%3E%3C/svg%3E") no-repeat 0 50%;
  margin-bottom: .5rem;
}

.text-list li:last-child {
  margin-bottom: 0;
}

.accordion-item {
  position: relative;
  border-radius: 0 !important;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-color: #3C3F40 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-item button {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 1.15rem;
  font-weight: 500;
}

.accordion-item button:after {
  background-position: center;
}

.paging {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.paging-centered .paging {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging-centered .paging small {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 1rem;
}

.paging a,
.paging b,
.paging span {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 40px;
  padding-left: .85rem;
  padding-right: .85rem;
  background-color: rgba(110, 232, 252, 0.1);
  border-radius: 6px;
  font-size: 14px;
  margin: .25rem;
  font-weight: 500;
}

.paging a:hover {
  background-color: rgba(110, 232, 252, 0.15);
}

.paging span,
.paging b {
  background-color: #6EE8FC;
  font-weight: 500;
  color: #fff;
}

.paging small {
  color: var(--bs-secondary-color);
  margin-left: auto;
  font-size: .8em;
}

.block {
  background-color: #222428;
  border-radius: 6px;
  text-align: left;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .block {
    margin-bottom: 1rem;
  }
}

.block-tabs {
  -webkit-box-shadow: inset 0 -1px 0 #3C3F40;
          box-shadow: inset 0 -1px 0 #3C3F40;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.block-tabs .nav-link {
  font-weight: 600;
  font-size: .875rem;
  border-bottom: 3px solid transparent;
  color: #f8f9fa;
  padding: 13px 2rem;
}

@media (max-width: 1200px) {
  .block-tabs .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.block-tabs .nav-link:hover {
  color: #6EE8FC;
}

.block-tabs .nav-link.active {
  border-color: #6EE8FC;
  color: #6EE8FC;
}

.alert .btn-close {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.codes-input {
  position: relative;
}

.codes-input .form-control {
  padding-right: 3rem;
  padding-left: 1.5rem;
}

.codes-input .icon-btn {
  position: absolute;
  top: 50%;
  right: .75rem;
  padding: 0;
  margin-top: -16px;
}

.codes-textarea {
  position: relative;
}

.codes-textarea .form-control {
  border-radius: 0 0 8px 8px;
  border: 0 !important;
  background-color: #222428;
}

.codes-textarea .btn {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
}

.tab-buttons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .25rem;
  border: 1px solid #3C3F40;
  border-radius: 10px;
  white-space: nowrap;
}

.tab-buttons .nav-link {
  color: var(--bs-secondary-color);
  border-radius: 6px;
  font-size: .875rem;
  padding-top: .425rem;
  padding-bottom: .425rem;
  font-weight: 600;
}

@media (max-width: 575px) {
  .tab-buttons .nav-link {
    width: 100%;
  }
}

.tab-buttons .nav-link.active {
  background-color: #6EE8FC;
  color: #16181A;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  font-size: 14px;
}

.dropdown-menu .dropdown-item {
  font-weight: 500;
}

.table thead th {
  background-color: #222428;
  color: var(--bs-secondary-color);
  vertical-align: middle;
}

.table thead th a {
  color: inherit;
}

.search {
  position: relative;
}

@media (min-width: 768px) {
  .search {
    width: 380px;
  }
  .search.catalog-search {
    width: 320px;
  }
}

.search-field {
  padding-left: 2.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M12.6 12L16 15.4L14.9 16.5L11.5 13.1C10.2 14.1 8.7 14.7 7.1 14.7C3.2 14.7 0 11.5 0 7.6C0 3.7 3.2 0.5 7.1 0.5C11 0.5 14.2 3.7 14.2 7.6C14.2 9.2 13.6 10.8 12.6 12ZM11 11.4C12 10.4 12.6 9 12.6 7.6C12.6 4.6 10.1 2.1 7.1 2.1C4 2.1 1.6 4.5 1.6 7.6C1.6 10.6 4.1 13.1 7.1 13.1C8.5 13.1 9.9 12.5 10.9 11.5L11 11.4Z' fill='%237E879D'/%3E%3C/svg%3E") no-repeat 0.75rem 50%;
  border-radius: 8px;
  height: 38px;
}

.search-submit {
  position: absolute;
  right: .25rem;
  top: 50%;
  padding: 0 .75rem;
  height: 30px;
  margin-top: -15px;
}

.search-field ~ .search-submit {
  padding-right: 80px;
}

.tabs {
  padding: .5rem .5rem 0;
  background-color: #222428;
  border-radius: 8px 8px 0 0;
  margin-bottom: .5rem;
  -webkit-box-shadow: inset 0 -1px 0 #3C3F40;
          box-shadow: inset 0 -1px 0 #3C3F40;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tabs .nav-link {
  border-radius: 5px 5px 0px 0px;
  border: 1px solid transparent;
  border-bottom-color: #3C3F40;
  background: #16181A;
  margin-right: .25rem;
  font-weight: 600;
}

.tabs .nav-link.active {
  background-color: #222428;
  color: #f8f9fa;
  border-color: #3C3F40;
  border-bottom-color: #222428;
}

.bottom-space {
  height: 72px;
}

.control-buttons {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: .75rem 1rem;
  border-top: 1px solid #2D2F30;
  background-color: #232529;
}

@media (min-width: 1200px) {
  .control-buttons {
    left: 300px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.control-buttons .btn-more {
  padding: 0 !important;
  width: 34px;
  height: 34px;
}

.divider-text {
  border-top: 1px solid #3C3F40;
  padding-top: 1.5rem;
  position: relative;
}

.divider-text span {
  margin-bottom: 0;
  padding: 0 .5rem;
  line-height: 1;
  font-size: 14px;
  background-color: #222428;
  position: absolute;
  left: 50%;
  top: -9px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.table thead a img {
  opacity: .25;
  width: 12px;
  vertical-align: middle;
}

.table-rounded {
  border-radius: 6px;
  border: 1px solid #3C3F40;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
}

.table-rounded th + th,
.table-rounded td + td {
  border-left: 1px solid #3C3F40 !important;
}

.table-rounded > *:last-child > tr:last-child th,
.table-rounded > *:last-child > tr:last-child td {
  border-bottom: 0 !important;
}

.table-justify {
  text-align: center;
}

.table-justify td:last-child,
.table-justify th:last-child {
  text-align: right;
}

.table-justify td:first-child,
.table-justify th:first-child {
  text-align: left;
}

.table-fixed {
  table-layout: fixed;
}

.channel-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.btn-options:after {
  content: "Less options";
}

.btn-options.collapsed:after {
  content: "More options";
}

html {
  height: 100%;
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100%;
  position: relative;
  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;
  font-size: 1rem;
  overflow-x: hidden;
}

.small {
  font-size: 0.875em !important;
}

.xsmall {
  font-size: 0.75em !important;
}

.large {
  font-size: 1.125em !important;
}

.xlarge {
  font-size: 1.5em !important;
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  border-bottom: 1px solid #3C3F40;
  margin-bottom: 2rem;
  position: relative;
  z-index: 100;
}

.header .nav-link {
  font-size: 15px;
  font-weight: 500;
}

.header-row {
  height: 74px;
}

.header .dropdown-menu {
  min-width: 210px;
}

.header-lang .dropdown-menu {
  min-width: 150px;
}

.header-lang .dropdown-item {
  font-size: .8125rem;
  padding: .5rem 1rem;
}

.header-lang .dropdown-item img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

@media (max-width: 575px) {
  .header .logo img {
    height: 34px;
  }
}

.footer {
  background-color: #1D1F21;
  font-size: .875rem;
  padding: 50px 0;
}

.footer .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}

.footer .nav-link:hover {
  color: #55e4fb;
}

.footer-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #CCCDCE;
}

.footer .btn-light {
  background-color: #F0F1F4;
  border-color: #F0F1F4;
}

.footer .btn-light:hover, .footer .btn-light:focus, .footer .btn-light:active {
  background-color: #E8E9EB;
  border-color: #E8E9EB;
}

.login-btn,
.reg-btn {
  font-size: 15px;
  height: 40px;
}

.login-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent !important;
}

.login-btn:hover, .login-btn:focus, .login-btn:active {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: transparent !important;
}

.section {
  margin-bottom: 4rem;
}

.page {
  margin-bottom: 3em;
}

.notfound {
  padding: 1rem;
  text-align: center;
  margin: auto;
  width: 700px;
  max-width: 100%;
}

body.admin {
  padding-top: 34px;
}

.admin-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #111;
  z-index: 1000;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-menu .nav-link {
  font-size: 12px;
  padding: 8px .5rem;
  font-weight: 500;
  color: #C9CED5;
}

.admin-menu .nav-link:hover {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.slide {
  margin-top: calc(-2rem - 1px);
  position: relative;
  padding-top: 50px;
  padding-bottom: 250px;
}

@media (min-width: 1200px) {
  .slide {
    padding-top: 150px;
    padding-bottom: 450px;
  }
}

@media (min-width: 1200px) {
  .slide-h1 {
    margin-bottom: 1rem;
  }
  .slide-h1 .xlarge {
    font-size: 1.65em !important;
  }
}

.slide-text {
  opacity: .75;
  font-weight: 300;
  letter-spacing: 10%;
  text-transform: uppercase;
}

.slide-image {
  background: url("../images3/image.svg") no-repeat 0/cover;
  width: 250px;
  height: 188px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .slide-image {
    width: 356px;
    height: 267px;
  }
}

.slide-image:after {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -35px;
  content: "";
  background: url("../images3/anim-play.gif") no-repeat center/cover;
  width: 75px;
  height: 75px;
}

@media (min-width: 1200px) {
  .slide-image:after {
    top: 60px;
  }
}

.slide .wave {
  background: -webkit-gradient(linear, left top, left bottom, from(#16181A), color-stop(46.65%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2C35A2), color-stop(60%, #1A1F61), color-stop(95%, #10143F), to(#0F133B));
  background: -o-linear-gradient(top, #16181A 0%, rgba(0, 0, 0, 0) 46.65%), -o-linear-gradient(#2C35A2 1%, #1A1F61 60%, #10143F 95%, #0F133B 100%);
  background: linear-gradient(180deg, #16181A 0%, rgba(0, 0, 0, 0) 46.65%), linear-gradient(#2C35A2 1%, #1A1F61 60%, #10143F 95%, #0F133B 100%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.advantages {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='123' fill='none'%3E%3Cpath fill='%2316181A' d='M4326 1984c0 1095.73-1506.79 1984-3365.5 1984-1858.714 0-3365.5-888.27-3365.5-1984C-2405 888.267-898.214 0 960.5 0 2819.21 0 4326 888.267 4326 1984Z'/%3E%3C/svg%3E") no-repeat top/auto 123px;
  position: relative;
  z-index: 10;
  margin-top: -123px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .advantages {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.advantages-item {
  min-height: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.advantages-item h3 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 10%;
}

.advantages-icon {
  border-radius: 24px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8D139B), color-stop(17%, #851BA1), color-stop(43%, #6E33B2), color-stop(76%, #4958CD), to(#2979E4));
  background-image: -o-linear-gradient(left, #8D139B 0%, #851BA1 17%, #6E33B2 43%, #4958CD 76%, #2979E4 100%);
  background-image: linear-gradient(to right, #8D139B 0%, #851BA1 17%, #6E33B2 43%, #4958CD 76%, #2979E4 100%);
  margin-bottom: 1rem;
  padding: 3px;
}

.advantages-icon div {
  width: 100px;
  height: 100px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 21px;
  background-color: #16181A;
}

@media (min-width: 1200px) {
  .advantages-icon div {
    width: 120px;
    height: 120px;
  }
}

.advantages-icon svg {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.advantages-item:hover .advantages-icon svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.advantages:after {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #6EE8FC;
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
}

.faqs {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 28, 89, 0)), to(#171C59)) no-repeat bottom;
  background: -o-linear-gradient(top, rgba(23, 28, 89, 0) 0%, #171C59 100%) no-repeat bottom;
  background: linear-gradient(to bottom, rgba(23, 28, 89, 0) 0%, #171C59 100%) no-repeat bottom;
}

@media (min-width: 1200px) {
  .faqs {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.faqs .accordion {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .faqs .accordion {
    grid-template-columns: repeat(2, 1fr);
  }
}

.faqs .accordion-item {
  padding: 25px 15px;
  border: 0;
}

.faqs .accordion-button {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5%;
  font-size: 1.25rem;
}

.faqs .accordion-button:not(.collapsed) {
  color: #6EE8FC;
}

.login {
  background-color: #1D1F21;
  border: 1px solid #3C3F40;
  padding: 2rem;
  border-radius: 12px;
  width: 540px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .login {
    padding: 3rem;
  }
}

.login-social {
  position: relative;
}

@media (min-width: 1200px) {
  .col-sidebar {
    width: 240px;
    -webkit-flex-basis: 240px;
        -ms-flex-preferred-size: 240px;
            flex-basis: 240px;
  }
}

@media (min-width: 1200px) {
  .col-catalog {
    width: calc(100% - 240px);
    -webkit-flex-basis: calc(100% - 240px);
        -ms-flex-preferred-size: calc(100% - 240px);
            flex-basis: calc(100% - 240px);
  }
}

.catmenu .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: inherit;
  font-weight: 500;
  font-size: .9em;
}

.catmenu .nav-link:hover {
  color: #55e4fb;
}

.tags {
  gap: .25rem;
}

.tag {
  background-color: #34353C;
  padding: .15rem .5rem;
  font-weight: 600;
  border-radius: 6px;
}

.tag:hover, .tag:focus {
  background-color: #E6F0FC;
  color: #55e4fb;
}

.videoItem {
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .videoItem {
    margin-bottom: 1rem;
  }
}

.videoItem-title {
  font-size: .8125rem;
  overflow: hidden;
  font-weight: bold;
  max-height: 2.1rem;
  line-height: 1.2;
  margin-bottom: .25rem;
}

.videoItem-details {
  font-size: .65em;
  color: var(--bs-secondary-color);
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-between span;
  -webkit-justify-content: space-between span;
      -ms-flex-pack: space-between span;
          justify-content: space-between span;
  justify-content-display: inline-flex;
  justify-content-align-items: center;
}

.videoItem-cover {
  padding-top: 56.25%;
  position: relative;
}

.videoItem-cover a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.videoItem-cover .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  border-radius: 6px;
}

.videoItem-cover .icon {
  height: 56px;
}

.videoItem-addto, .videoItem-added {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

.videoItem-added {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.videoItem-addto {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}

.videoItem-addto:focus, .videoItem-addto:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.videoItem-time {
  padding: .25px .35rem;
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  line-height: 19px;
}

.download-title {
  font-weight: 600;
  font-size: 1rem;
}

.download-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .75rem;
  color: var(--bs-secondary-color);
}

.download-meta > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  font-weight: 500;
}

.download-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.download-rating .btn {
  padding: .15rem .75rem;
}

.download-rating .rating-minus.active {
  border-color: #E55A5A;
  background-color: transparent;
  color: #E55A5A;
}

.download-rating .rating-plus.active {
  border-color: #3bc67a;
  background-color: transparent;
  color: #3bc67a;
}

.download-btn {
  width: 240px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(5, 104, 225, 0.23);
          box-shadow: 0px 4px 24px 0px rgba(5, 104, 225, 0.23);
  text-align: left;
  line-height: 1.4;
  height: 64px;
}

.download-btn:not([disabled]) [data-status="disabled"] {
  display: none !important;
}

.download-btn[disabled] [data-status="active"] {
  display: none !important;
}

.download-btn[disabled] {
  background-color: rgba(110, 232, 252, 0.1) !important;
  color: rgba(85, 228, 251, 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: transparent !important;
  cursor: default;
  opacity: 1 !important;
}

.download-btn[disabled] .spinner-border {
  border-left-color: transparent;
  width: 20px;
  height: 20px;
}

.relatedVideo {
  margin-bottom: 1rem;
}

.relatedVideo-image {
  width: 87px;
  height: 58px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.relatedVideo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.relatedVideo .playing {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .25rem;
  background-color: rgba(0, 0, 0, 0.35);
  font-size: .75rem;
  color: #fff;
}

.fulltext {
  font-size: .8125rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #3C3F40;
  font-weight: 500;
}

.fulltext .tags a:before {
  content: "#";
}

.download-item {
  padding: .5rem;
  border: 1px solid #3C3F40;
  margin-bottom: .5rem;
  border-radius: 8px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.download-item:hover {
  border-color: #6EE8FC;
  color: #6EE8FC;
}

.premiumPlan {
  padding: 1.5rem 2rem;
  border-radius: 6px;
  background-color: #1D1F21;
}

@media (max-width: 767px) {
  .premiumPlan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.premiumPlan .btn {
  font-size: 1rem;
  padding: .5rem 2rem;
}

.premiumTable {
  background-color: #1D1F21;
  border: 1px solid #3C3F40;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 2rem;
  text-align: center;
  font-size: .875rem;
}

.premiumTable .col {
  padding: 1rem;
  background-color: #222428;
}

.premiumTable .col.premium {
  background-color: #263439;
}

.premiumTable .col:first-child {
  max-width: 440px;
  -webkit-flex-basis: 440px;
      -ms-flex-preferred-size: 440px;
          flex-basis: 440px;
  background-color: #1D1F21;
  border-left: 0;
  color: #f8f9fa;
}

@media (max-width: 1399px) {
  .premiumTable .col:first-child {
    max-width: 300px;
    -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px;
  }
}

@media (max-width: 991px) {
  .premiumTable .col:first-child {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .premiumTable .col:nth-child(2) {
    border-left: 0;
  }
}

.premiumTable .premiumTable-heading {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .premiumTable .premiumTable-heading {
    font-size: .75rem;
  }
}
