:root {
  --vod-white-color:#fff;
  --vod-body-bg:#141214;
  --vod-body-text-color:#fff;
  --vod-font-family:"Roboto", "Lato", sans-serif;
  --vod-font-size:17px;
  --vod-font-weight:400;
  --vod-footer-bg:#141214;
  --vod-header-gradient-top:#141214; 
  --vod-header-gradient-bottom:rgba(20, 18, 20, 0); 
  --vod-scroll-header-gradient-left:rgba(27,37,48,1);
  --vod-scroll-header-gradient-right:#1b2530;
  --vod-primary: #AD0099;
  --vod-success:#00E676;
  --vod-danger:#B71C1C;
  --vod-info:#425265;
  --vod-menu-bg:#141214;
  --vod-card-bg:#141214;
  --vod-card-bg2:#19232c;
  --vod-card-gradient:#192530;
  --vod-table-bg:#1b2530;
  --vod-table-th:#23303e;
  --vod-table-td:#23303e;
  --vod-input-color:#323232;
  --vod-input-color2:#0f171e;
  --vod-package-btn:#6c757d;
  --vod-sign-login-bg:rgba(20, 18, 20, 0.85);
  --vod-placeholder-color:rgba(242, 244, 246, 0.7);
  --vod-profile-default-box:#272727;
  --vod-profile-light-blue:#039be5;
  --vod-profile-red:#E53935;
  --vod-profile-indigo:#3949ab;
  --vod-profile-teal:#00897b;
  --vod-footer-link:white;
  --vod-grey-text:#A1A0A1;
  --vod-date-picker:#333;
  --vod-svg-color:#fff;
  --vod-nav-text-color:rgba(255, 255, 255, 0.6);
  --dl-space-space-unit: 16px;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-space-space-fourunits: 64px;
  --vod-header-white: rgba(255, 255, 255, 0.6);
  --vod-card-bg1-gradient1:#360C38; 
  --vod-card-bg1-gradient2:#141214; 
  --vod-card-bg2-gradient1:#AD0099; 
  --vod-card-bg2-gradient2:#F44336; 
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  transition: all 5000s ease-in-out 0s;
  transition-property: background-color, color;
}

.headerMain {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.innerHeader {
  height: 64px;
  margin: 10px 10px;
}

.headerMain2,
.headerMain {
  background: -moz- oldlinear-gradient(180deg, var(--vod-header-gradient-top) 0, var(--vod-header-gradient-bottom));
  background: -o-linear-gradient(180deg, var(--vod-header-gradient-top) 0, var(--vod-header-gradient-bottom));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--vod-header-gradient-top)), to(var(--vod-header-gradient-bottom)));
  background: -o-linear-gradient(top, var(--vod-header-gradient-top) 0, var(--vod-header-gradient-bottom));
  background: linear-gradient(180deg, var(--vod-header-gradient-top) 35.47%, var(--vod-header-gradient-bottom) 100%);
}

.headerMain2 .topNav .v-list {
  color: var(--vod-white-color);
}
.headerMain2 .topNav .v-list .v-list-item__content {
  color: var(--vod-white-color);
}

.logo {
  width: 160px;
  height: 44px;
}
.logo a {
  display: block;
  height: 100%;
}
.logo img {
  width: 100%;
  vertical-align: text-top;
}

.searchIcon {
  color: var(--vod-white-color);
}
.searchIcon i {
  font-size: 24px;
}
.searchIcon:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appHeaderOpt .headerMain {
  background: -moz- oldlinear-gradient(180deg, var(--vod-header-gradient-top) 35.47%, var(--vod-header-gradient-bottom) 100%);
  background: linear-gradient(180deg, var(--vod-header-gradient-top) 35.47%, var(--vod-header-gradient-bottom) 100%);
}
.appHeaderOpt .headerMain2 {
  background: white !important;
  border-color: white !important;
}
.appHeaderOpt .headerMain2 .topNav .v-list .v-list-item__content,
.appHeaderOpt .headerMain2 .searchBtn,
.appHeaderOpt .headerMain2 .profileBtn,
.appHeaderOpt .headerMain2 .browseBtn {
  color: rgba(0, 0, 0, 0.87) !important;
}

.signupMain .v-app-bar.v-toolbar.v-sheet,
.loginMain .v-app-bar.v-toolbar.v-sheet {
  background: none !important;
}

.topNav ul li a {
  padding: 0 12px;
  color: var(--vod-header-white) !important;
  font-size: 15px;
  font-weight: 400;
  line-height:normal
}
.topNav ul li a:hover, .topNav ul li a.active {
  color: #fff !important;
}
.topNav ul li a.active {
  font-weight: 500;
}

.dropDwonMenu span {
  font-size: 14px;
}
.dropDwonMenu a .v-list-item__title {
  font-size: 14px;
}
.dropDwonMenu a:first-child, .dropDwonMenu a:last-child {
  text-decoration: none !important;
}
.dropDwonMenu a:hover {
  text-decoration: underline;
}

.searchHolder {
  position: relative;
  overflow: hidden;
  text-align: right;
}
.searchHolder .searchBlock {
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  z-index: -10;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.searchHolder .searchBlock input {
  background-color: #1e1e1e;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 6px 12px 6px 40px;
  height: 40px;
}
.searchHolder .searchBlock.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  width: 100%;
}
.searchHolder .searchBtn1,
.searchHolder .searchBtn {
  color: var(--vod-white-color);
}
.searchHolder .searchBtn1.openField,
.searchHolder .searchBtn.openField {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
}
.searchHolder .searchBtn1 i,
.searchHolder .searchBtn i {
  font-size: 24px;
}
.searchHolder .searchBtn1:focus,
.searchHolder .searchBtn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.searchHolder .searchBtn1 {
  position: absolute;
  top: 1px;
  left: 3%;
  z-index: 1;
}

.headerDropMenu {
    background-color: var(--vod-menu-bg) !important;
    padding: 20px;
    width: 223px;
    background: linear-gradient(130.43deg, var(--vod-card-bg1-gradient1) 0%, var(--vod-card-bg1-gradient2) 64.16%, var(--vod-card-bg1-gradient2) 100%) !important;
    border-radius: 8px;
}
.headerDropMenu .dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 1rem;
}
.headerDropMenu a {
  color: #A1A0A1 !important;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  display: block;
  background-color: transparent !important;
  margin:0 0 16px;
  text-align: right;
}
.headerDropMenu a:last-child {
    margin-bottom: 0;
}
.headerDropMenu a:hover, .headerDropMenu a.active {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff !important;
}

.userMenu .dropdown-toggle:after {
  display: none !important;
}
.userMenu img {
  width: 30px;
}

.langChange .dropdown-menu {
  left: auto !important;
  right: 0;
}

.footerHolder {
  background-color: var(--vod-footer-bg);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footerHolder .footerInner {
  width: 100%;
}
.footerHolder .container {
  max-width: none;
}
.footerHolder ul li {
  margin-bottom: 16px;
  line-height: 14px;
}
.footerHolder span,
.footerHolder a {
  color: var(--vod-footer-link);
}
.footerHolder a.anchorText:hover {
  text-decoration: underline;
}

ul.socialIocns li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
ul.socialIocns li > a.svgIcon svg {
  fill: var(--vod-svg-color);
}
ul.socialIocns li > a i {
  color: var(--vod-svg-color);
  font-size: 30px;
  line-height: 24px;
}
ul.socialIocns li > a i.mdi-android {
  font-size: 34px;
  line-height: 24px;
}
ul.socialIocns li > a span {
  font-size: 18px;
}
ul.socialIocns li > a:hover {
  text-decoration: none;
}
ul.socialIocns li > a img {
  width: 28px;
  height: 25px;
  margin: 0px 11px 0px -3px;
  position: relative;
  top: 0;
}

.ftLink {
  position: relative;
  z-index: 1;
  color: var(--vod-grey-text);
  font-size: 14px;
  font-weight: 400;
}

.androidTv {
  background-color: #429846;
  width: 36px;
  height: 36px;
  border-radius: 7px;
  display: block;
  text-align: center;
  padding: 5px 0 0 1px;
}
.androidTv i {
  font-size: 18px !important;
}
.androidTv span {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500;
}

.appIcon svg {
  width: 36px;
}

.bg {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  /*z-index: 1;
  position: fixed;*/
}

.bgInner {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(130.43deg, #360C38 0%, #141214 64.16%, #141214 100%);
    opacity: 0.5;
  width: 100%;
  height: 100%;
}

.vh-height {
  height: 100vh;
}

.forgotLink {
  position: relative;
  z-index: 1;
}

.passwordBlock {
  position: relative;
}
.passwordBlock .eyeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

.loginContent2,
.loginContent {
  max-width: 650px;
  margin: 0 auto;
  background-color: var(--vod-sign-login-bg);
  border-radius: 6px;
  position: relative;
  z-index: 2;
  width: 100%;
  border: 1px solid #AD0099;
}
.loginContent2 .inner,
.loginContent .inner {
  padding: 24px 40px;
}

.loginContent2 {
  background-color: rgba(255, 255, 255, 0.8);
}

.inputFiled .v-input__slot {
  margin-bottom: 0;
}
.inputFiled.v-text-field.v-text-field--enclosed .v-text-field__details {
  margin-bottom: 4px;
}
.inputFiled .v-input__control, .inputFiled.v-text-field--filled > .v-input__control > .v-input__slot {
  min-height: 50px;
}
.inputFiled.v-text-field--filled {
  border-radius: 4px;
}
.inputFiled.v-text-field > .v-input__control > .v-input__slot:before {
  border: 0 !important;
}
.inputFiled.v-text-field input {
  padding: 0;
  margin-top: 16px !important;
  font-size: 14px;
}
.inputFiled.v-input-is--focused .v-input__control > .v-input__slot:before {
  border: 0 !important;
}
.inputFiled .v-label {
  top: 15px !important;
}
.inputFiled .v-select__selection {
  font-size: 14px;
}

.forgotLink {
  margin-top: 0;
}
.forgotLink a {
  color: var(--vod-white-color);
}

.signUpContent2,
.signUpContent {
  max-width: 1000px;
  margin: 0 auto;
  background-color: var(--vod-sign-login-bg);
  border-radius: 4px;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 600px;
}
.signUpContent2 .inner,
.signUpContent .inner {
  padding: 24px 40px;
}

.signUpContent2 {
  background-color: rgba(255, 255, 255, 0.8);
}

.signUpField .v-input__slot {
  margin-bottom: 0;
}
.signUpField.v-text-field.v-text-field--enclosed .v-text-field__details {
  margin-bottom: 4px;
  padding: 4px 0 0;
}

.reccptchaHolder div {
  height: 85px !important;
}
.reccptchaHolder div iframe {
  height: 85px !important;
}
.reccptchaHolder div .rc-anchor-normal {
  height: 85px !important;
}
.reccptchaHolder div .rc-anchor-normal .rc-anchor-error-msg-container {
  width: 100% !important;
}

.gj-picker {
  color: var(--vod-date-picker) !important;
}

.gj-icon.chevron-left:before,
.gj-icon.chevron-right:before {
  font-size: 22px !important;
}

.gj-icon.chevron-left:before {
  content: "<" !important;
}

.gj-icon.chevron-right:before {
  content: ">" !important;
}

.datepickerHolder .input-group-append {
  display: none !important;
}

.profileBlock {
  position: relative;
  width: 100%;
  padding: 100% 0 0 !important;
  background-color: var(--vod-profile-default-box) !important;
  color: #fff !important;
  border: 0 !important;
}
.profileBlock div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profileBlock span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profileBlock i {
  font-size: 40px;
}
.profileBlock.light-blue {
  background-color: var(--vod-profile-light-blue) !important;
}
.profileBlock.red {
  background-color: var(--vod-profile-red) !important;
}
.profileBlock.indigo {
  background-color: var(--vod-profile-indigo) !important;
}
.profileBlock.teal {
  background-color: var(--vod-profile-teal) !important;
}

.profileText {
  font-size: 1.3vw;
  color: var(--vod-grey-text);
  font-weight: 400;
}

.profileManageBtn {
  padding: 0.7rem 2.6rem;
  letter-spacing: 2px;
  font-size: 1.3vw;
  border-radius: 0 !important;
}

.accountProfile {
  background: transparent !important;
}
.accountProfile .v-list-item .profileBox {
  margin-right: 16px !important;
}
.accountProfile .v-list-item .profileBox .btn {
  padding: 30px 10px;
}
.accountProfile .v-list-item .v-avatar {
  width: 60px !important;
  height: 60px !important;
}

.editOptions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
}

.stepperAccounts {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.stepperAccounts .v-stepper__content {
  padding: 0;
}

.v-dialog.vuedl-layout .v-card__text {
  font-size: 14px !important;
}

.editProfileContainer {
  max-width: 800px;
  margin: 0 auto;
}

.profileHeading {
  font-size: 3.5vw !important;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 360px;
  overflow-x: hidden;
  background-color: var(--vod-body-bg);
  color: var(--vod-body-text-color);
  font-family: var(--vod-font-family);
  font-size: var(--vod-font-size);
  font-weight: var(--vod-font-weight);
}
body.rtl {
  direction: rtl;
}
body.rtl .swiper-container.featured .maturityLevel {
  right: auto;
  left: 0;
  border-style: none solid none none;
  padding: 0.5vw 0.8vw 0.5vw 3.5vw;
}
body.rtl .swiper-container.featured .swiper-editorpickPagination {
  left: 1.5%;
  right: auto;
}
body.rtl .swiper-container .swiper-button-prev.swiper-button-next, body.rtl .swiper-container .swiper-button-next.swiper-button-next {
  right: auto !important;
  left: -4% !important;
}
body.rtl .swiper-container .swiper-button-prev.swiper-button-prev, body.rtl .swiper-container .swiper-button-next.swiper-button-prev {
  left: auto !important;
  right: -4% !important;
}
body.rtl .passwordBlock .eyeIcon {
  right: auto;
  left: 10px;
}
body.rtl .footerHolder ul.socialIocns li {
  margin: 0 0 0 12px;
}

html,
body {
  height: 100%;
}

body.notEditorPick .overLapEditor {
  margin-top: 70px !important;
}
body.page-login .contentHolder, body.page-signup .contentHolder, body.page-profiles .contentHolder,  body.page-forgot_password .contentHolder {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--vod-placeholder-color);
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--vod-placeholder-color);
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--vod-placeholder-color);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--vod-placeholder-color);
}

#wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100%;
}

a {
  text-decoration: none;
}

.theme--dark .v-label,
.theme--dark a {
  color: var(--vod-white-color) !important;
}

ul li {
  list-style-type: none;
}

.headBtn {
  font-weight: 300;
  text-transform: uppercase;
}

.btn.btn-primary {
  background-color: var(--vod-primary) !important;
  border-color: var(--vod-primary) !important;
}
.btn.btn-success {
  background-color: var(--vod-success) !important;
  border-color: var(--vod-success) !important;
}
.btn.btn-danger {
  background-color: var(--vod-danger) !important;
  border-color: var(--vod-danger) !important;
}
.btn.btn-info {
  background-color: var(--vod-info) !important;
  border-color: var(--vod-info) !important;
}
.btn.btn-outline-primary {
  border-color: var(--vod-primary) !important;
}
.btn.btn-outline-primary:active, .btn.btn-outline-primary:hover {
  background-color: var(--vod-primary) !important;
}
.btn.btn-outline-success {
  border-color: var(--vod-success) !important;
}
.btn.btn-outline-success:active, .btn.btn-outline-success:hover {
  background-color: var(--vod-success) !important;
}
.btn.btn-outline-danger {
  border-color: var(--vod-danger) !important;
}
.btn.btn-outline-danger:active, .btn.btn-outline-danger:hover {
  background-color: var(--vod-danger) !important;
}
.btn.btn-outline-info {
  border-color: var(--vod-info) !important;
}
.btn.btn-outline-info:active, .btn.btn-outline-info:hover {
  background-color: var(--vod-info) !important;
}

.text-primary {
  color: var(--vod-primary) !important;
}

.text-success {
  color: var(--vod-success) !important;
}

.text-danger {
  color: var(--vod-danger) !important;
}

.text-info {
  color: var(--vod-info) !important;
}

.bg-primary {
  background-color: var(--vod-primary) !important;
}

.bg-success {
  background-color: var(--vod-success) !important;
}

.bg-danger {
  background-color: var(--vod-danger) !important;
}

.bg-info {
  background-color: var(--vod-info) !important;
}

.fill-height {
  height: 100%;
}

.globalMessages {
  position: fixed;
  width: 94%;
  left: 3%;
  right: 3%;
  top: 8%;
  z-index: 100;
}
.globalMessages i {
  display: inline-block;
  vertical-align: middle;
  line-height: initial;
}

.headerMain2 .v-toolbar__content,
.headerMain .v-toolbar__content {
  padding: 4px 0;
}
.headerMain2 .v-toolbar__content .profileBtn,
.headerMain .v-toolbar__content .profileBtn {
  margin-right: -10px !important;
  min-width: 40px !important;
}

.globalMessages {
  position: fixed;
  width: 94%;
  left: 3%;
  right: 3%;
  top: 8%;
  z-index: 100;
}
.globalMessages i {
  display: inline-block;
  vertical-align: middle;
  line-height: initial;
}

.whiteColor {
  color: var(--vod-white-color) !important;
}

.greyText {
  color: var(--vod-grey-text) !important;
}

.insidePadding {
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.spacer {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.letter-spacing {
  letter-spacing: inherit !important;
}

.seriesIndex {
  font-size: 24px;
}

.iconzie {
  font-size: 18px;
}

.iconzie24 {
  font-size: 24px;
}

.card-img-overlay {
  z-index: 2;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.form-control {
  background: var(--vod-input-color) !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  /*color: var(--vod-white-color) !important;*/
  height: 48px;
  font-size: 14px;
}
.form-control.form-controlBg {
  background: var(--vod-input-color2) !important;
}

select.form-control option.firstOption {
  color: #6c757d !important;
}

.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.progressBar {
  overflow: hidden;
}
.progressBar .progress {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  top: auto;
}

.modal-content {
  background-color: var(--vod-menu-bg) !important;
  background: linear-gradient(130.43deg, #360C38 0%, rgba(54, 12, 56, 0) 64.16%, rgba(54, 12, 56, 0) 100%), #141214;
  border-radius: 6px;
}
.modal-content .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.modal-content .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.btnHeght {
  height: 32px;
}

.messageDiv {
  line-height: 12px;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 12px;
  min-height: 14px;
  min-width: 1px;
  position: relative;
}

.mainDropMenu {
  top: 65px !important;
  right: 2%;
  left: auto !important;
}

.no-focus.v-btn:focus:before,
.no-focus.v-btn--active:before,
.no-hover.v-btn--active:before,
.no-hover.v-btn:hover:before,
.no-hover.v-btn:focus:before {
  background-color: transparent !important;
}

.no-hover.v-btn--active:before,
.no-hover.v-btn:hover:before,
.no-hover.v-btn:focus:before {
  opacity: 0 !important;
}

.relative {
  position: relative;
}

.colorForField {
  color: #333 !important;
}

.theme--dark.v-list-item .v-list-item__mask {
  background: transparent !important;
}

.customLabel {
  line-height: normal !important;
}

.fullWidth {
  width: 100%;
}

.imgFull {
  width: 100%;
  vertical-align: bottom;
}

.btn-white {
  border-color: var(--vod-white-color) !important;
  background-color: var(--vod-white-color) !important;
}

.btn-outline-white {
  color: var(--vod-white-color) !important;
  border-color: var(--vod-white-color) !important;
}

.playResumeBtn {
  border-color: var(--vod-white-color) !important;
  background-color: var(--vod-white-color) !important;
  font-size: 1.1rem !important;
  font-weight: 600;
  padding: 0.2rem 1rem !important;
}
.playResumeBtn i, .playResumeBtn span {
  display: inline;
  vertical-align: middle;
}
.playResumeBtn .iconsize {
  height: 1.8rem;
  width: 1.8rem;
  line-height: 1.8rem;
  font-size: 1.5rem;
}
.playResumeBtn .iconsize.mdi-play {
  font-size: 2rem;
}
.playResumeBtn:hover, .playResumeBtn:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.rundedBtn {
  width: auto !important;
  height: auto !important;
  min-width: 32px;
  min-height: 32px;
  max-width: 42px;
  max-height: 42px;
  background: rgba(255, 255, 255, 0.2);
  /* background-color: rgba(42, 42, 42, 0.6) !important;
  border: 2px solid rgba(255, 255, 255, 0.6) !important; */
  border: none;
  color: white;
  padding: 0.8rem !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    transition:all .3s ease-in-out
}
.rundedBtn i {
  height: 1.5rem !important;
  width: 1.5rem !important;
  line-height: 1.5rem !important;
  font-size: 1.5rem !important;
}
.rundedBtn:hover, .rundedBtn:active {
  background-color: #2a2a2a !important;
  /* border: 2px solid white !important; */
}

.no-border {
  border: none !important;
}

.divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.portraitImg .v-image__image--cover {
  background-size: 100% 100%;
}

.ratio {
  position: relative;
  overflow: hidden;
}
.ratio div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.ratio.ratio-16x9 {
  padding-top: 56.25%;
}
.ratio.portrait {
  padding-top: 150%;
}

.player-ratio iframe,
.player-ratio .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.player-ratio.ratio-16x9 {
  padding-top: 56.25%;
}
.player-ratio.fullHeight {
  height: 100vh;
}

.videoCategoriesMenu .v-list-item {
  min-height: 30px !important;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 0 10px;
}
x .videoCategoriesMenu .v-list-item:hover {
  text-decoration: underline;
}

.switchBtn {
  min-width: 40px !important;
}

.noCursor {
  cursor: auto !important;
}

.cursorPointer {
  cursor: pointer !important;
}

.headline-2 {
  font-size: 2rem !important;
  font-weight: 500;
}

.caption {
  font-size: 12px !important;
}

.body-3 {
  font-size: 18px !important;
}

.spaceBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.space-between-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.badge-secondary-outline {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  line-height: normal !important;
  border-radius: 2px;
  font-weight: 300;
  padding: 1px 0 0;
}

.textColor {
  color: #D2D2D2 !important;
}

.maturityTextBadge {
  border: 1px solid #8A8A8A;
  line-height: normal !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 4px 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #D2D2D2;
  font-size: 12px;
}

.boxBtn {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255,.1);
  border: none;
  color: var(--vod-white-color);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    margin-right: .40rem !important;
}
.boxBtn.playBtn2 {
  background-color: var(--vod-white-color);
  border: 1px solid var(--vod-white-color);
}
.boxBtn.playBtn2 i {
  color: black;
  font-size: 26px;
}
.boxBtn i {
  font-size: 20px;
  line-height: 8px;
}
.boxBtn i.plusIcon {
  font-size: 24px;
}
.boxBtn i.more {
  font-size: 24px;
  margin-top: 1px;
}
.boxBtn:hover, .boxBtn:active {
  /* border: 1px solid rgba(255, 255, 255,.2); */
}

.videoBlockDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/*slider*/
.swiper-container {
  width: 100%;
  margin-top: -64px;
  overflow: unset !important;
  /*min-height: 120px;*/
  position: relative;
}
.swiper-container .swiper-wrapper {
  height: auto;
}
.swiper-container .swiper-wrapper.swiperZindex {
  z-index: 11;
}
.swiper-container.featured {
  width: 100%;
  margin-top: 0;
  padding-bottom: 10px !important;
}
.swiper-container.featured .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-container.featured .maturityLevel {
  position: absolute;
  right: 0;
  bottom: 35%;
  border: solid 3px #dcdcdc;
  border-style: none none none solid;
  background-color: rgba(51, 51, 51, 0.6);
  font-size: 1.1vw;
  padding: 0.5vw 3.5vw 0.5vw 0.8vw;
  z-index: 2;
}
.swiper-container.featured .swiper-editorpickPagination {
  bottom: auto;
  left: auto;
  width: auto;
  position: absolute;
  top: 35%;
  right: 1.5%;
  z-index: 1;
}
.swiper-container.featured .swiper-editorpickPagination span {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 0 6px;
}
.swiper-container.featured .swiper-editorpickPagination .swiper-pagination-bullet-active {
  background-color: var(--vod-white-color);
}
.swiper-container.swiper-videoBlock {
  margin-top: 0;
  overflow-y: unset;
  overflow-y: unset;
  overflow: unset;
}
.swiper-videoBlock .swiper-pagination {
    bottom: auto !important;
    top: -36px;
    right: 0;
    width: auto !important;
    left: auto !important;
}
.swiper-videoBlock .swiper-pagination-bullet {
    width: 20px !important;
    height: 2px !important;
    background: #fff !important;
    opacity: .2 !important;
    border-radius: 0 !important;
    margin: 0 0 0 4px !important;
}
.swiper-videoBlock .swiper-pagination-bullet-active {
    opacity:1 !important
}
.swiper-container .swiperInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3% 0;
  z-index: 10;
}
.swiper-container .slideLogo img {
  width: 240px;
}
.swiper-container .text_description {
  font-size: 1.4vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.0045);
  line-height: normal;
}
.swiper-container .sliderInnerShadow2,
.swiper-container .slideRightShadow,
.swiper-container .sliderInnerShadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(var(--vod-body-bg)), to(var(--vod-body-bg)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0) 0%, var(--vod-body-bg), var(--vod-body-bg));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.swiper-container .sliderInnerShadow2 {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(#fff), to(#fff));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0) 0%, #fff, #fff);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.swiper-container .sliderInnerShadow {
  height: 14.7vw;
  bottom: -1px;
  opacity: 0;
}
.swiper-container .slideRightShadow {
  height: 100%;
  bottom: auto;
  top: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0));
  opacity: .5;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 1;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  color: var(--vod-white-color);
  top: 22px;
  height: 100%;
  width: 4%;
  opacity: 0;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-container .swiper-button-prev.swiper-button-next,
.swiper-container .swiper-button-next.swiper-button-next {
  right: -4% !important;
  left: auto;
}
.swiper-container .swiper-button-prev.swiper-button-prev,
.swiper-container .swiper-button-next.swiper-button-prev {
  left: -4% !important;
  right: auto;
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  font-size: 28px;
}

.sldieBtns .btn {
  font-size: 1.2rem !important;
  font-weight: 600;
}
.sldieBtns .btn.btn-secondary {
  background-color: rgba(109, 109, 110, 0.7) !important;
  border-color: rgba(109, 109, 110, 0.7) !important;
}
.sldieBtns .btn.btn-secondary:hover, .sldieBtns .btn.btn-secondary:focus {
  background-color: rgba(109, 109, 110, 0.5) !important;
}
.sldieBtns .btn .iconsize {
  height: 2.4rem;
  width: 2.4rem;
  line-height: 2.4rem;
  font-size: 2rem;
}
.sldieBtns .btn .iconsize.mdi-play {
  font-size: 2.4rem;
}
.sldieBtns .btn:hover, .sldieBtns .btn:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
/* .sldieBtns .btn {
  padding: 0.4rem 2rem !important;
} */
.sldieBtns .btn {
    padding: 4px 24px !important;
  }
.sldieBtns .btn i, .sldieBtns .btn span {
  display: inline;
  vertical-align: middle;
}

.slideBlock {
  position: relative;
  z-index: 3;
}
.slideBlock:hover + .swiper-slide {
  z-index: 1;
}

.slideTitle {
  font-size: 35px;
}

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

.overLapEditor {
  margin-top: 70px;
}

.featureSlider {
  margin-top: -6rem;
}

.featureSlider + .overLapEditor {
  /* margin-top: -17vw; */
  margin-top: 0;
  z-index: 3;
}

.cardBg {
  background-color: var(--vod-card-bg2) !important;
}

.hoverBlock {
  position: relative;
  z-index: 3;
}
.hoverBlock .areaCovered {
  display: none;
  padding: 56% 0 0;
  z-index: 1;
}

.hoverBlock:hover + .insidePadding,
.hoverBlock:hover + .cateHolder,
.hoverBlock:hover + div {
  z-index: 1;
  display: block;
}

.cateHolder {
  position: relative;
}

.cateHolder:hover + div {
  z-index: 1;
  display: block;
}

.cateHoverBlock {
  position: relative;
  z-index: 2;
}

.cateHoverBlock:hover + div {
  z-index: 1;
}

.card {
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.7);  
    box-shadow: 0 0 20px 0 rgba(0,0,0,.7);
    background:#141214
}
.card > a{
    background: linear-gradient(130.43deg, var(--vod-card-bg1-gradient1) 0%, var(--vod-card-bg1-gradient2) 64.16%, var(--vod-card-bg1-gradient2) 100%) !important;
}
.card.card2 {
  background: linear-gradient(130.43deg, var(--vod-card-bg1-gradient1) 0%, var(--vod-card-bg1-gradient2) 64.16%, var(--vod-card-bg1-gradient2) 100%) !important;
}

.cardBg {
  overflow: hidden;
  background: linear-gradient(130.43deg, var(--vod-card-bg1-gradient1) 0%, var(--vod-card-bg1-gradient2) 64.16%, var(--vod-card-bg1-gradient2) 100%) !important;
  border-radius: 4px;
}

.videoBlock {
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.videoBlock .video-js,
.videoBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(130.43deg, var(--vod-card-bg1-gradient1) 0%, var(--vod-card-bg1-gradient2) 64.16%, var(--vod-card-bg1-gradient2) 100%) !important;
  border-radius: 6px;
}
.videoBlock .card-img-overlay {
  padding: 10px 10px 6px;
  bottom: -1px;
  border-radius: 0;
}
.videoBlock .card-img-overlay.boxShadow {
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--vod-card-gradient)), color-stop(30%, transparent));
  background: linear-gradient(130.43deg, var(--vod-card-bg1-gradient1) 0%, var(--vod-card-bg1-gradient2) 64.16%, var(--vod-card-bg1-gradient2) 100%) !important;
}
.videoBlock > img {
  border-radius: 4px;
  height: 100%;
}
.card-bg2 .res-img,
.videoBlock .gifImg,
.videoBlock .res-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.videoBlock .gifImg {
  z-index: 1;
}
.videoBlock .v-card {
  overflow: hidden;
}
.videoBlock .thumbsBox {
  position: relative;
  z-index: 3;
}
.videoBlock .titleBox .title {
  line-height: 20px;
}
.videoBlock .titleBox .logoImg {
  width: 60px !important;
  position: static !important;
  height: auto !important;
}
.videoBlock .videoInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  z-index: -1;
}
.videoBlock .cardActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.videoBlock:hover, .videoBlock:active {
  z-index: 100;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  width: inherit;
}
.videoBlock:hover img, .videoBlock:active img {
  border-radius: 4px 4px 0 0;
}
.videoBlock:hover .videoInfo, .videoBlock:active .videoInfo {
  position: relative;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.videoBlock:hover .swiper-button-next,
.videoBlock:hover .swiper-button-prev, .videoBlock:active .swiper-button-next,
.videoBlock:active .swiper-button-prev {
  opacity: 1;
}
.videoBlock.hoverOnVideo .swiper-button-next,
.videoBlock.hoverOnVideo .swiper-button-prev {
  opacity: 0;
}
.videoBlock.hoverOnVideo:hover, .videoBlock.hoverOnVideo:active {
  z-index: 100;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  width: inherit;
}
.videoBlock.hoverOnVideo:hover .videoThumb, .videoBlock.hoverOnVideo:active .videoThumb {
  border-radius: 0;
}
.videoBlock.hoverOnVideo:hover .videoInfo, .videoBlock.hoverOnVideo:active .videoInfo {
  position: relative;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.videoBlock.hoverOnVideo:hover .swiper-button-next,
.videoBlock.hoverOnVideo:hover .swiper-button-prev, .videoBlock.hoverOnVideo:active .swiper-button-next,
.videoBlock.hoverOnVideo:active .swiper-button-prev {
  opacity: 1;
}
.videoBlock.hoverOnVideo:hover .progress, .videoBlock.hoverOnVideo:active .progress {
  display: none;
}
.videoBlock.portraitBlock {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.videoBlock:hover .card-img-overlay.boxShadow,
.videoBlock .card-img-overlay,
.videoBlock:hover .video-js {
    background:none !important;
}

.swiper-slide:hover:parent > .swiper-button-prev {
  display: none !important;
}

.selectInput {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selectInput input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  cursor: pointer;
}

.detailsContainer {
  max-width: 1440px !important;
}

.detailsModal {
  max-width: 850px;
}

.videoDetails {
  position: relative;
  background-color: var(--vod-card-bg) !important;
}
.videoDetails .video-js,
.videoDetails iframe {
  width: 100%;
  height: 100%;
}
.videoDetails .card {
  background-color: var(--vod-card-bg) !important;
}
.videoDetails .close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  text-shadow: none !important;
  opacity: 1 !important;
  color: var(--vod-white-color);
  background-color: #181818 !important;
  border-color: #181818 !important;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
}
.videoDetails .innerShade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--vod-card-bg);
  background: -webkit-gradient(linear, left bottom, left top, from(var(--vod-card-bg)), color-stop(50%, transparent));
  background: linear-gradient(0deg, var(--vod-card-bg), transparent 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.videoDetails .innerRightShade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz- oldlinear-gradient(13deg, var(--vod-card-bg) 30%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(77deg, var(--vod-card-bg) 24%, rgba(0, 0, 0, 0) 80%);
}
.videoDetails .overlapData {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: -8vw 0 0;
}
.videoDetails .videoLogo img {
  width: 100px;
}
.videoDetails .detailsIcon {
  width: 100%;
}

.videoDetails2 {
  background-color: var(--vod-white-color) !important;
}
.videoDetails2 .card {
  background-color: var(--vod-white-color) !important;
}
.videoDetails2 .innerShade {
  background: var(--vod-white-color);
  background: -webkit-gradient(linear, left bottom, left top, from(var(--vod-white-color)), color-stop(50%, transparent));
  background: linear-gradient(0deg, var(--vod-white-color), transparent 50%);
}
.videoDetails2 .cardBg {
  background: #e6e6e6 !important;
}

.v-footer--absolute, .v-footer--fixed {
  z-index: 0 !important;
}

.caption2 {
  font-size: 14px;
}

.hoverUnderLineText:hover {
  text-decoration: underline;
}

.hoverUnderLineTextWhite {
  cursor: pointer;
}
.hoverUnderLineTextWhite:hover {
  text-decoration: underline;
}

.listMenu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: transparent !important;
}
.listMenu a {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.listMenu .img {
  max-width: 100%;
  width: 22%;
  position: relative;
}
.listMenu .img img {
  border-radius: 4px;
}

.textColor {
  color: #d2d2d2;
}

.body-3 {
  font-size: 18px !important;
}

.shadowRemoved {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btnHeight {
  height: auto !important;
}

.playBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player .video-js {
  width: 100% !important;
  height: 100% !important;
}
.player.embedded-player iframe {
  width: 100%;
  height: 100%;
}

.player.playerNotFixed {
  height: 92vh !important;
}

.player.vidlixPlayer {
  height: 100vh !important;
}

.embedPlayer iframe {
  width: 100% !important;
  height: 100vh !important;
}

.signupMain .v-main,
.loginMain .v-main,
.profilesMain .v-main,
.watchVideo .v-main {
  padding: 0 !important;
}

.planBtn {
  display: block !important;
  width: 100%;
}

.selectedPkg {
  color: #dd2c00;
}
.selectedPkg.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background-color: #dd2c00 !important;
}
.selectedPkg i {
  color: #dd2c00 !important;
}

.paymentHolder .fieldBgColor .v-input__slot {
  background-color: #272727 !important;
}

.videoThumbs {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  text-align: right;
  cursor: pointer;
  overflow: hidden;
}
.videoThumbs .deleteHolder {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.videoThumbs:hover, .videoThumbs:active, .videoThumbs:focus, .videoThumbs.active {
  background-color: var(--vod-white-color);
}

.paginationsHolder button {
  outline: none !important;
}

.selectOpt {
  border: 1px dashed rgba(255, 255, 255, 0.3);
}

.castDirectorInput .v-input:focus .v-label {
  display: none !important;
}

.watchVideo .v-main {
  margin-bottom: 0 !important;
}

.radioCard {
  min-height: 83px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap !important;
}
.radioCard:before {
  -webkit-transition: none !important;
  transition: none !important;
}
.radioCard:active:before, .radioCard:focus:before, .radioCard.active:before {
  display: none;
  background: black !important;
}
.radioCard.active {
  border: 1px solid #fff !important;
  background-color: black !important;
}
.radioCard .paymentLogoImg {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
}
.radioCard .paymentLogoImg svg {
  fill: var(--vod-svg-color);
  width: 100%;
}
.radioCard .paymentLogoImg.stripe {
  width: 60px;
}
.radioCard .paymentLogoImg.flutterWave, .radioCard .paymentLogoImg.authroizeNet {
  width: 120px;
}
.radioCard .paymentLogoImg.ccbill {
  margin: -9px -20px 0 0px;
}
.radioCard .paymentLogoImg img {
  width: 100%;
}

.plansBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.plansBtn .spaceLeft {
  width: 33%;
}
.plansBtn .btns {
  width: 67%;
}

.plansBtns {
  white-space: nowrap;
}
.plansBtns span {
  display: inline-block;
  vertical-align: middle;
}

.responsePlans {
  overflow-x: auto;
  /*white-space: nowrap;*/
}
.responsePlans .v-data-table {
  display: table !important;
  width: 100%;
}
.responsePlans .v-data-table .v-data-table__wrapper {
  overflow: unset !important;
}
.responsePlans .v-data-table table {
  white-space: nowrap;
}
.responsePlans .innderBox {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.plansBtn span {
  display: inline-block;
}

.loadMoreIcon {
  margin-top: -30px;
}

.btnWidthHeightAuto.v-btn:not(.v-btn--round).v-size--default {
  height: auto !important;
  min-width: auto !important;
}

.commetsArrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  margin-left: -18px;
}

.commentsHolder {
  max-width: 960px;
  margin: 0 auto;
}

.cookieConsentBar {
    margin: 0 3% 10px;
    width: 94% !important;
    max-width: 700px !important;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 1.25em;
    color: #fff;
    background-color: #000;
    border: #1e1e1e;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.cateMenu {
  min-width: 460px;
}
.cateMenu .innerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cateMenu .innerMenu a {
  min-height: 30px !important;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 0;
  margin-bottom: 6px;
  transition:all .3s ease-in-out
}

.profileAvatar {
  width: 48px;
}

.backIcon {
  height: 36px;
  width: 36px;
}
.backIcon i {
  line-height: 24px;
}

.commentAvatar div {
  width: 40px;
}
.commentAvatar i {
  font-size: 30px;
}
.commentAvatar img {
  width: 40px;
}

.overlayPage {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.copyDiv {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.gj-picker {
  color: #777 !important;
}
.gj-picker table tbody td {
  color: #777 !important;
}

.gj-picker-bootstrap div[role=navigator] {
  color: #000 !important;
}

.swal2-popup,
.swal2-popup.swal2-toast {
  background: var(--vod-card-bg) !important;
  color: var(--vod-white-color) !important;
  -webkit-box-shadow: 0 0 0.625em #5a5a5a !important;
          box-shadow: 0 0 0.625em #5a5a5a !important;
  padding: 0.625em !important;
}
.swal2-popup .swal2-html-container,
.swal2-popup .swal2-title,
.swal2-popup.swal2-toast .swal2-html-container,
.swal2-popup.swal2-toast .swal2-title {
  margin: 0 !important;
  color: var(--vod-white-color) !important;
}

.watchVideoPage .headerMain {
  position: relative !important;
}

.table {
  background-color: var(--vod-table-bg) !important;
}
.table td {
  border-color: var(--vod-table-td) !important;
}

.packageBtns {
  background-color: var(--vod-package-btn) !important;
  border-color: var(--vod-package-btn) !important;
}

.openColorSetting {
  position: fixed !important;
  top: 70px;
  right: 0;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px 0 0 5px;
  margin: 0 0 0;
  position: relative;
  z-index: 99;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.themeColors {
  width: 300px;
  height: 100%;
  position: fixed;
  right: -9999px;
  visibility: hidden;
  top: 0;
  z-index: 101;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f5f5f5;
  padding: 16px 16px 40px;
  overflow-y: auto;
  color: #333;
}
.themeColors .input-group {
  width: auto;
}
.themeColors .input-group .input-group-text {
  padding: 8px;
  margin: 0;
}
.themeColors .color_picker_active span:before, .themeColors .color_picker_active span:after {
  display: none;
}
.themeColors .updateConfigsBtn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 280px;
}

.loginModalHolder input {
  background-color: var(--vod-input-color2) !important;
  border-color: var(--vod-input-color2) !important;
}

body.colorMenuActive .themeColors {
  right: 0;
  visibility: visible;
}

.themeChangerBox {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}
.themeChangerBox .openColorSetting {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px 0 0 5px;
  margin: 70px 0 0;
  position: relative;
  z-index: 100;
}

.swiperTitle {
  font-size: 20px;
}

.watchVideoInner .not-player {
  position: relative !important;
}

.nav a {
  color: var(--vod-white-color) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--vod-primary);
}

.cateAnchor a {
  color: var(--vod-white-color) !important;
}
.cateAnchor:last-child a .comma {
  display: none;
}

.visitText {
  line-height: 30px;
}

body.emisGateWay .paymentSidebar {
  right: 0;
}
body.emisGateWay .paymentSidebar.card {
  margin: 0;
}
body.emisGateWay .card {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 405px;
}

.paymentSidebar {
  position: fixed;
  top: 0;
  right: -999px;
  width: 425px;
  height: 100%;
  z-index: 100;
  overflow: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.paymentSidebar iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.paymentSidebar .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  text-shadow: none !important;
  opacity: 1 !important;
  color: var(--vod-white-color);
  background-color: var(--vod-primary);
  border-color: var(--vod-primary);
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
}

.planBox {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.planBox:hover, .planBox:focus {
  border-color: var(--vod-primary);
}

.tooltip.bs-tooltip-top {
  top: -10px !important;
}

.voucherCard {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
}

.ch-search {
  position: relative;
}
.ch-search .ch-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #fff;
}
.ch-search .ch-btn i {
  font-size: 24px;
}

.espnBox {
  margin: 0 -1px;
  padding: 0 10px;
}
.espnBox h2 {
  font-size: 18px;
}

.timerLi {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timerLi li {
  white-space: nowrap;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}

.epgCard {
  overflow: unset !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.epgCard > div .timer-box:nth-child(odd) {
  background: var(--vod-footer-bg);
}
.epgCard > div .timer-box:nth-child(even) {
  background: #1e1e1e;
}

.scrollbar {
  overflow-x: auto;
}

.scrollbar::-webkit-scrollbar {
  width: 4px !important;
  height: 4px;
  border: 1px solid #181818;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 0;
  background: #181818;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #333;
}

.timer-box {
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.timer-box h3 {
  font-size: 18px;
}

.timer-line {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  z-index: 1;
  background: #6D905A;
}

.lveCatBox .imgBox {
  background: black;
  width: 100px;
  height: 60px;
}
.lveCatBox .info {
  width: 70%;
}

#bundlesMain .priceBox {
  width: 120px;
}
.headingMain h2 + a{
    display:none
}
@media only screen and (max-width: 1660px) {
  .sldieBtns .btn {
    font-size: 1.2rem !important;
    font-weight: 600;
  }
  .sldieBtns .btn .iconsize {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    font-size: 2rem;
  }
  .sldieBtns .btn .iconsize.mdi-play {
    font-size: 2.4rem;
  }
  .sldieBtns .btn {
    padding: 0.2rem 1.6rem !important;
  }
}
@media only screen and (max-width: 1200px) {
  .sldieBtns .btn {
    font-size: 1.1rem !important;
    font-weight: 600;
  }
  .sldieBtns .btn .iconsize {
    height: 1.7rem;
    width: 1.7rem;
    line-height: 1.7rem;
    font-size: 1.7rem;
  }
  .sldieBtns .btn .iconsize.mdi-play {
    font-size: 2.1rem;
  }
  .sldieBtns .btn {
    padding: 0.2rem 1.2rem !important;
  }

  .featureSlider + .overLapEditor {
    margin-top: -12vw;
  }
}
@media only screen and (max-width: 961px) {
  .swiper-container {
    /*min-height: 120px;*/
  }
  .swiper-container .slideTitle {
    font-size: 30px;
  }

  .profileContainer .col {
    max-width: 30%;
  }

  .swiper-container .text_description {
    font-size: 14px;
  }

  .profileText {
    font-size: 14px !important;
  }

  .sldieBtns .btn {
    font-size: 1rem !important;
    font-weight: 600;
  }
  .sldieBtns .btn .iconsize {
    height: 1.4rem;
    width: 1.4rem;
    line-height: 1.4rem;
    font-size: 1.4rem;
  }
  .sldieBtns .btn .iconsize.mdi-play {
    font-size: 1.7rem;
  }
  .sldieBtns .btn {
    padding: 0.2rem 1.2rem !important;
  }
}
@media only screen and (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
  .footerLoading {
        opacity: 1;
        visibility:visible
    }
  body .contentHolder {
    padding-top: 0 !important;
  }
  body.page-login .contentHolder, body.page-signup .contentHolder, body.page-profile .contentHolder {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  body.page-login, body.page-signup {
    background-color: var(--vod-body-bg) !important;
    margin-top: -64px !important;
  }

  .headerMain {
    position: relative;
  }
  .headerMain .navDropMenu {
    height: 19px;
  }

  .featureSlider {
    margin-top: -3rem;
  }

  .swiper-container {
    overflow: unset !important;
  }
  .swiper-container .slideTitle {
    font-size: 20px;
  }
  .swiper-container.featured {
    width: 100%;
    margin-top: 0;
    padding-bottom: 20px !important;
  }
  .swiper-container.featured .swiper-pagination {
    width: 100%;
    bottom: 10px;
  }
  .swiper-container .slideLogo img {
    width: 100px;
  }
  .swiper-container .swiper-button-next.swiper-button-next {
    right: -3% !important;
  }
  .swiper-container .swiper-button-prev.swiper-button-prev {
    left: -3% !important;
  }

  .featureSlider + .overLapEditor {
    margin-top: -10vw;
  }

  .text_description {
    display: none;
  }

  .videoBlock {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .videoBlock:hover, .videoBlock:active {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .videoBlock:hover .videoInfo, .videoBlock:active .videoInfo {
    display: none !important;
  }

  .searchBtn {
    margin-right: 8px;
  }

  .searchInput {
    position: fixed !important;
    top: 13px;
    z-index: 6;
    right: 3%;
    left: 3%;
    width: 94%;
  }

  .searchHolder .searchBlock.active + button {
    position: fixed;
    left: 4%;
    top: 13px;
    z-index: 1;
  }

  .headBtn.btn-primary {
    padding: 0;
    background: none !important;
    border: 0 !important;
    color: #dc3545;
    height: auto;
  }

  .videoDetails .innerShade {
    margin-bottom: 0 !important;
  }

  .swiper-container.featured .maturityLevel {
    bottom: auto;
    top: 12px;
  }

  .swiper-container.featured .maturityLevel {
    font-size: 14px;
    padding: 2px 14px 2px 6px;
  }

  .swiper-container .text_description {
    font-size: 14px;
  }

  .swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    opacity: 0 !important;
  }

  .sldieBtns .btn .iconsize {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    font-size: 2rem;
  }

  .sldieBtns .btn .iconsize.mdi-play {
    font-size: 2rem;
  }

  .sldieBtns .btn {
    font-size: 1rem !important;
    padding: 0.2rem 1rem !important;
  }

  .profileHeading {
    font-size: 6vw !important;
  }

  .profileManageBtn {
    font-size: 14px;
  }

  .swiperBlockMobile {
    padding-bottom: 3rem !important;
  }

  .featureSlider + .overLapEditor {
    margin-top: 0;
  }

  .swiper-container .sliderInnerShadow {
    bottom: -2px;
  }

  .playResumeBtn {
    font-size: 1rem !important;
    padding: 0.3rem 1.4rem !important;
  }

  #searchPage .serachBlock {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #searchPage .serachBlock .searchHolder {
    margin: 0 0 10px;
  }
  #searchPage .serachBlock .searchHolder .searchBtn1 {
    position: absolute !important;
    left: 2%;
    top: 2px;
  }
  #searchPage .btn-group {
    width: 100%;
    margin-left: 0 !important;
  }

  .listMenu .img {
    width: 36%;
  }

  body.emisGateWay .paymentSidebar {
    position: relative;
    width: 100%;
    right: 0;
    margin: 0 0 20px !important;
    z-index: inherit;
  }
  body.emisGateWay .paymentSidebar .close {
    display: none;
  }
  body.emisGateWay .paymentSidebar iframe {
    height: 500px;
  }
  body.emisGateWay .card {
    margin: 0;
  }

  .paymentStatusBox {
    position: fixed;
    left: 3%;
    right: 3%;
    width: 94%;
    bottom: 20px;
    z-index: 2;
  }

  .socialIocnsHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .bannerHolder .content .inner .title {
    font-size: 32px !important;
  }

  .cateMenu {
    min-width: 300px;
    left: auto;
    right: auto;
  }
  .cateMenu .innerMenu a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .footer-v2-badge {
    width: 80%;
    height: auto;
  }
  .footer-v2-badge-text {
    margin-left: 0.5rem;
    margin-top: 0;
    flex: 1;
  }
  .footer-v2-text02 {
    width: auto;
  }
  .footer-text-header.mdi.mdi-plus {
    float: right;
  }
  i[aria-expanded=true].footer-text-header.mdi.mdi-plus:before {
    transition: .3s transform ease-in-out;
    transform: rotate(45deg);
  }
  .footer-v2-textlink {
    width: 90%;
  }
  .footer-v2-textlink .link-list {
    margin-left: 1rem;
  }
  .footer-mobile-divider {
    border-top: 1px solid white !important;
    width: 100%;
  }
  .logo {
    width: 160px !important;
    height: auto !important;
    margin: 0 10px !important;
  }
  .innerHeader {
    justify-content: space-between;
  }
  .toybg {
    margin-top: -3rem;
  }
  .signUpContent {
    flex-direction: column;
    background-color: transparent !important;
  }
  .signUpContent-guide {
    width: 100% !important;
    align-items: center;
    text-align: center;
    background-color: transparent !important;
  }
  .signup-form-wrapper {
    background-color: var(--vod-sign-login-bg) !important;
    margin: 10px !important;
    width: auto !important;
    border-radius: 5px !important;
  }
  .signup-wrapper {
    background-color: rgba(255, 255, 255, 0.1) !important;
    margin: 0 !important;
    padding: 120px 0 30px 0; 
  }
  .subscription-wrapper {
    flex-direction: column;
  }
  .checkbox-container.preferences .checkmark{
    left: 30px !important;
  }
  .hero-text {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 90%;
  }
  .hero-text-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 80%;
  }
  .artists-card {
    background-position: 30% 0 !important;
  }
  .artist-swiper {
    height: 300px !important;
  }
  .artist-swiper-slide {
    height: inherit !important;
  }
  .artist-bottom-img {
    background-repeat: no-repeat;
    background-size: contain;
  }
  .artist-bottom {
    justify-content: flex-end !important;
  }
  .footerHolder {
    position: relative;
  }
  #wrapper {
    padding-bottom: 0 !important;
  }
  .footer-v2-footer-wrap {
    width: 100%;
  }
}

.footer-v2-footer-wrap {
  width: 95%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  flex-shrink: 1;
  border-color: transparent;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.footer-v2-trust-badges {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  box-sizing: border-box;
  align-items: center;
  flex-shrink: 1;
  border-color: transparent;
  justify-content: center;
}
.footer-v2-trust-divider {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  flex-shrink: 1;
  border-color: transparent;
  justify-content: center;
}
.footer-v2-badge {
  display: flex;
  flex-wrap: wrap;
  margin: var(--dl-space-space-twounits);
}
.footer-v2-badge-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-color: transparent;
}
.footer-v2-badge-text {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-family: Roboto;
}
.footer-v2-text01 {
  color: #ffffff !important;
  font-style: normal;
  font-weight: 700;
}
.footer-v2-text02 {
  color: #ffffff !important;
  color: var(--dl-color-default-white10009957);
  height: auto;
  align-self: auto;
  font-style: normal;
  margin-top: var(--dl-space-space-halfunit);
  text-align: left;
  line-height: 150%;
  font-stretch: normal;
  text-decoration: none;
}

/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 25px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--vod-primary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container-toy {
  min-width: 350px;
  background-color: rgba(255, 255, 255, 0.05);
  display: block;
  position: relative;
  padding: 20px 100px 20px 60px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container-toy  .checkmark {
  position: absolute;
  top: 18px;
  left: 18px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 24px;
  border: 2px solid var(--vod-primary);
}

.checkbox-container-toy input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container-toy:hover input ~ .checkmark {
  background-color: rgb(76, 68, 77, 0.3);
}

.checkbox-container-toy input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container-toy .checkmark:after {
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  background-color: var(--vod-primary);
  border-radius: 6px;
}

.checkbox-container.payment{
  min-width: 350px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 14px 100px 14px 60px;
  transition: all .2s ease-in-out;
}

.checkbox-container.payment.active{
    background: #141214;
    border: 1px solid #A30090;
}

.checkbox-container.payment .checkmark{
  top: 14px;
  left: 18px;
}

.checkbox-container.preferences .checkmark{
  top: 38px;
  left: 60px;
}

.checkbox-container.preferences{
  text-align: center;
  flex: 1;
  min-width: 150px;
  padding: 36px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  color: #A1A0A1;
}

.checkbox-container.preferences.active {
  background: #141214;
  border: 1px solid #A30090;
  border-radius: 4px;
  color: var(--vod-white-color);
}

.checkbox-container.feed {
  margin: 5px;
  display: block;
  position: relative;
  padding: 5px 20px 5px 20px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  color: var(--vod-grey-text);
  background: rgb(32 30 32);
  border-radius: 48px;
  border: 1px solid #343434;
}

/* .checkbox-container.feed .checkmark{
  top: 7px;
  left: 10px;
} */

.checkbox-container.feed.active {
  background: rgba(255, 255, 255, 0.05);
  color: var(--vod-white-color);
  padding: 5px 20px 5px 40px;
  
}
.checkbox-container.feed.active .checkmark{
    top: 7px;
    left: 10px;
}
.loginLogo {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
}

.modal-center {
  -webkit-transform: translate(0, calc(50vh - 50%)) !important;
  -ms-transform: translate(0, 50vh) translate(0, -50%) !important;
  -o-transform: translate(0, calc(50vh - 50%)) !important;
  transform: translate(0, 50vh) translate(0, -50%) !important;
}

.loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.5);
  z-index: 99;
}

.loader-overlay .loader {
  position: absolute;
  top: 50%;
  left: 50%;
}

.btn.btn-secondary {
  color: #000;
  background-color: #fff !important;
  border-color: #fff !important;
}

.toy-connect-btn {
  color: white;
  background: linear-gradient(90deg, #E53935 0%, #E35D5B 100%);
  border-radius: 4px;
  padding: .5rem 1rem;
}
.toy_connect {
    margin-right: 1rem !important;
}
.header-trial-cd {
  border-style: solid;
  border-width: 1px;
  border-image: linear-gradient(45deg, rgba(173, 0, 153, 1), rgba(244, 67, 54, 1)) 1;
  font-weight: 500;
  padding: 5px;
}

.notification-bell {
  position: relative;
  display: inline-block;
}

.active-notification-bell {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 5px;
  border-radius: 50%;
  background: red;
  color: white;
}

.footer-v2-textlink {
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer-v2-company {
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: var(--dl-space-space-twounits);
}

.footer-hr {
  border-top: 1px solid white !important;
  width: 100%;
  flex: 1;
}

.footer-text {
  font-weight: 500;
  font-size: 15px;
  color: white;
  line-height: 30px;
}

.footer-text-header {
  color: #F9B621 !important;
  font-weight: 500;
  font-size: 14px;
}

.footer-v2-right {
  margin: 0 var(--dl-space-space-unit);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-v2-payment {
  height: 40px;
  display: flex;
  align-self: stretch;
  box-sizing: border-box;
  align-items: flex-start;
  flex-shrink: 1;
  border-color: transparent;
  justify-content: space-between;
}

.footer-v2-payment-image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-color: transparent;
  border-radius: 10px;
}

.footer-v2-text {
  color: var(--vod-white-color);
  font-size: 10px;
  align-self: auto;
  text-align: right;
  font-weight: 500;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 100%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: var(--vod-sign-login-bg); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav-list {
  padding-top: 64px; /* Place content 60px from the top */
  width: 60%;
  background-color: var(--vod-body-bg);
  height: 100%;
  transition: 0.5s;
}

.sidenav-hide {
  left: -100%;
}

.sidenav-show {
  left: 0;
}

.toy-connect-desc {
  font-weight: 400;
  font-size: 14px;
  width: 350px;
}

.flex-one {
  flex: 1;
}

.toyBtnGroup {
  width: 80%;
  flex-direction: column-reverse;
  margin: 0 auto;
}

.toybg {
  background: 
  linear-gradient(155.43deg, #360C38 0%, #141214 64.16%, #141214 100%);
}

.bg-transparent {
  background-color: transparent !important;
}

.font-size-24 {
  font-size: 24px;
}

.signup-wrapper {
  margin: 120px 0;
}

.signup-form-wrapper {
  margin: 0 auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0px 4px 4px 0px;
}

.signup-form {
  padding: 5vw;
}
.signup-form2 {
  padding: 4vw;
}
.signup-form-secure {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  float: right;
  font-weight: 400;
}

.signUpContent-guide {
  background-color: rgba(255, 255, 255, 0.1);
  width: 30%;
  height: auto;
  justify-content: space-between;
  border-radius: 4px 0px 0px 4px;
}

.signup-btn {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.signup-progress {
  height: 4px;
  background: #FFFFFF;
  border-radius: 7px;
  position: relative;
  top:2px;
}

.signup-progress-container {
  width: 215px;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.signup-progress-container .number{
    position: relative;
}
.subscription-container {
  margin: 5px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  width: 50%;
}

.subscription-container.active {
  /*background: #141214;*/
  border: 2px solid #A30090;
  border-radius: 4px;
}

.signup-payment-icon-container {
  top:9px;
  position: absolute;
  right: 20px;
}

.signup-payment-icon {
  height: 36px;
}

.subscription-plan {
  background: #141214;
  border-radius: 4px;
}

.signup-feed {
  min-height: 300px;
  justify-content: center;
}

.passwordBlock .eyeIconFeelx {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}

.star-img {
  border-radius: 50%;
  height: 120px;
}

.star-img.active {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #A30090;
  border-radius: 50%;
}

.artists-container {
  margin-top: -6rem;
}

.artists-card {
  position: relative;
  min-height: 700px;
  background-position: 50% 0;
}

.hero-overlay {
  height: 700px;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(0deg, #141214 -2.39%, rgba(20, 18, 20, 0) 77.18%);
}

.div-center {
  margin: 0 auto;
}

.artists-faq {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

i[aria-expanded=true].mdi.mdi-plus:before {
  transition: .3s transform ease-in-out;
  transform: rotate(45deg);
}

.artist-swiper {
  width: 100%;
  height: 658px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.artist-swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 6px;
  max-width: 265px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.artist-swiper .swiper-wrapper{
  height: inherit;
}

.artist-name {
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #141214 35.47%, rgba(20, 18, 20, 0) 100%);
  z-index: 1;
}

.card-bg2 {
  position: relative;
  height: 380px;
  /* width: 320px; */
  background: -webkit-gradient(linear, left bottom, left top, from(var(--vod-card-bg2-gradient1) 0%), to(var(--vod-card-bg2-gradient2) 100%));
  background: linear-gradient(225deg, var(--vod-card-bg2-gradient1) 0%, var(--vod-card-bg2-gradient2) 100%);
}

.artist-bottom {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #141214 12.5%, rgba(20, 18, 20, 0) 100%);
}

.div-right-vmid {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}

.categories-container {
  min-height: 300px;
}

.categories-list {
  /* max-width: 246px; */
  width: 246px;
  background-color: #2B2A2B;
}
.categories-list2 {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 30px;
}
.categories-search {
  padding-left: 30px;
  color: #000 !important;
  min-width: 40%;
  background-color: white !important;
}

.categories-icon1 {
  position: absolute;
  left: 5px;
  top: 5px;
}

.categories-icon2 {
  position: absolute;
  right: 5px;
  top: 5px;
}

.categories-container .dropdown-toggle::after {
  color: var(--vod-primary);
}

.categories-search::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var( --vod-body-bg);
}

.categories-search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var( --vod-body-bg);
}

.categories-search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var( --vod-body-bg);
  opacity: 1;
}

.categories-search:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var( --vod-body-bg);
}

.categories-media {
  background-color: #424242;
  /* width: 250px;
  height: 140px; */
  overflow:hidden;
  padding-top: 56.06%;
  position  :relative
}

.categories-media .play {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.categories-media > i {
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 10px;
}
.categories-page-number {
  padding: 7px 16px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
}

.categories-page-number.active {
  background-color: white;
  color: black;
}

.categories-mobile {
  z-index: 100;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: var(--vod-sign-login-bg);
  transition: 0.5s;
  top: 0;
  left: 0;
  overflow: auto;
  max-width: 60%;
  padding-bottom: 1rem;
}

.categories-fav{
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: var(--vod-sign-login-bg);
}

.categories-fav-inner {
  max-width: 650px;
}

.categories-fav-inner .items {
  border: 1px solid #A30090;
  border-radius: 4px;
}

.categories-fav2{
  padding-top: 6rem;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: var(--vod-sign-login-bg);
}

.categories-media img {
    width:100%;
    position:absolute;
    top: 0;
}

.all-artist-grid {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.artist-grid {
  /* grid-gap: 10px; */

  display: grid;
  grid-template-columns: repeat(auto-fill, 20%);
  justify-content: space-around;
  /* grid-gap: 10px; */
}

.categories-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 250px);
  justify-content: space-around;
  grid-gap: 10px;
}
.footerLoading {
    opacity: 0;
    visibility:hidden
}
.top10-index {
  color: #fff;
    font-size: 13vmax;
    font-weight: 800;
    position: absolute;
    top:0;    
    /* transform: translateY(-50%);
    top:47%; */
    top: -9px;
    line-height: 1;
    left: 11px !important;
}
.swiper-slide.slideBlock:last-child .top10-index {
  font-weight: 700;
    letter-spacing: -19px;
    left: 16px !important;
}

.swiper-slide.slideBlock:first-child .top10-index {
  left: 60px !important;
  
}


.videoBlock .res-img-top10 {
    position: absolute;
    transform: translateY(-50%);
    top:50%;
    left: 35%;
    width: 65%;
    height: 70%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.videoBlock .imgTop10 {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  /* left: 35%; */
  /* bottom: 0; */
  right: 0;
  width: 55%;
  height: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.anchor-link {
    color:#A30090
}
.cate-link {
    color:#A1A0A1
}
.card.top10 .boxShadow,
.card.top10 > a {
    background:none !important;
}
.card.top10 .video-js {
    background:none !important;
    background-color: none !important;
}
.cate-video-block {
    width:250px;
}
.outline-none {
    outline: none !important;
}
.noti-dropdown .dropdown-menu {
    padding: 0px;
    width: 379px;
    background: rgba(20, 18, 20, 0.8);
    border-radius: 6px;
    left:auto !important;
    right:-220px;
}
.noti-dropdown .head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 10px 10px 20px;
    gap: 10px;
    width: 379px;
    background: #141214;
    border-radius: 8px 8px 0px 0px;
    color:#fff
}
.noti-dropdown .body .box{
    padding:20px;
    transition:all .5s ease-in-out;
}
.noti-dropdown .body .box:hover{
    background-color: rgba(255, 255, 255, .5);
}
.noti-dropdown .body .box:hover .dots-icon > i {
    color:#fff
}
.noti-dropdown .body .img {
    width:80px;
    height:60px;
    background: linear-gradient(130.43deg, var(--vod-card-bg1-gradient1) 0%, var(--vod-card-bg1-gradient2) 64.16%, var(--vod-card-bg1-gradient2) 100%) !important;
    border-radius: 8px;
    flex: 1 0 auto;
}
.noti-dropdown .body .info {
   padding-left: 16px; 
}
.noti-dropdown .body p {
    color:rgba(255, 255, 255, .6)
}
.dots-icon > i {
    color:rgba(255, 255, 255, .6)
}
.dots-icon .dropdown-menu {
    top: 10%;
    left: auto;
    right:40px;
    background: #141214;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    color:#fff;
    width: 240px;
    padding:10px 0;
}
.dots-icon .dropdown-menu a {
    color:#fff;
    padding:10px;
    transition: all .5s ease-in-out;
}
.dots-icon .dropdown-menu a:hover{
    text-decoration:none;
    color: #EB5757;
}
.checkbox-container.remember-check {
    margin-bottom: 25px;
}
.remember-check .checkmark {
    background:transparent;
    border:1px solid #AD0099;
    margin-bottom: 24px;
}
.remember-check .checkmark:hover {
    background:transparent !important;
}
.modal-dialog.message-modal {
    max-width:650px;
}
.message-modal .modal-content {
    min-height: 320px;
}
.artists-swiper-holder {
    margin: 0 7%;
    overflow: hidden;
}
/* .artists-swiper-holder .swiper-container{
    overflow:hidden !important
} */
.artists-swiper-holder:hover .swiper-button-prev,
.artists-swiper-holder:hover .swiper-button-next {
  opacity: 1;
}
.artists-swiper-holder .swiper-button-prev,
.artists-swiper-holder .swiper-button-next {
  color: var(--vod-white-color);
  top: 22px;
  height: 100%;
  width: 4%;
  opacity: 0;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.artists-swiper-holder .swiper-button-prev.swiper-button-next,
.artists-swiper-holder .swiper-button-next.swiper-button-next {
  right: 0 !important;
  left: auto;
}
.artists-swiper-holder .swiper-button-prev.swiper-button-prev,
.artists-swiper-holder .swiper-button-next.swiper-button-prev {
  left: -1% !important;
  right: auto;
}
.artists-swiper-holder .swiper-button-prev:after,
.artists-swiper-holder .swiper-button-next:after {
  font-size: 28px;
}
.artists-faq-holder {
    margin:0 auto;
    max-width: 690px;
    padding:0 20px;
}
.page-categories .headerMain {
    background:linear-gradient(0deg,rgba(20, 18, 20, 0) 100%), #141214 35.47% !important; 
}
.page-categories .contentHolder {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.page-categories .categories-container{
    padding-top: 8rem !important;
}
.top-section-cate .left{
    width: 246px
}
.top-section-cate .left a {
    font-weight: 400;
    font-size: 14px;
    color: #6D6F80;
}
.top-section-cate .breadcrumb {
    padding: 0;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: 0;
}
.top-section-cate .breadcrumb-item.active {
    color: #6D6F80;
    font-size: 14px;
}

.top-section-cate .categories-icon1 {
    left: 15px;
    top: 2px;
}
.top-section-cate .categories-icon2:before,
.top-section-cate .categories-icon1:before {
    font-size: 30px;
}
.top-section-cate .categories-icon2 {
    right: 10px;
    top: 2px;
}
.top-section-cate .categories-search {
    padding: 0 50px;
}
.heartSubIcon:before {
    font-size: 20px;
}
.artistsSwiper .swiper-slide{
    border-radius: 6px;
    overflow: hidden;
}
#editor-picks .slideTitle {
    max-width:60%;
}

.banner{
  background-image: url(../images/natalia-starr-2000x600.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  position: relative;
}
.banner::after{
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(To bottom, transparent, rgba(0, 0, 0, 0.9));
  z-index: 0;
}
.banner .container{
  position: relative;
  z-index: 9;
}
.banner h1{
  font-size: 48px;
  color: white;
}
.banner p{
  font-size: 24px;
  color: white;
}
.banner-btn-1{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
}
.banner-btn-2{
  background-color: #fff !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: #141214;
}
.banner-btn-2 i{
  font-size: 14px;
  color: #141214;
  margin-right: 6px;
}
.banner-heading{
  display: none;
}
.counter{
  padding: 100px 0;
  background-color: rgba(3, 1, 2, 1);
}

.toy-bg{
  background-image: url(../images/Rectangle\ 241.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px 0;
}
.heading{
  font-size: 48px;
  color: white;
}
.subheading{
  font-size: 18px;
  color: white;
}
.toy-bg button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
  margin-right: 10px;
}
.toy-bg img{
  width: 100px;
  margin: 0 8px;
}
.toy-img{
  margin-top: 100px;
}
.toy{
  background: linear-gradient(130.43deg, #360C38 0%, #141214 64.16%, #141214 100%);
  padding: 80px 0;
}
.toy img{
  width: 100px;
  height: 200px;
  margin-bottom: 15px;
}
.toy .card .card-body{
  border: 4px solid #551558;
  border-radius: 10px;
}
.toy .row{
  margin-top: 60px;
}
.toy .card{
  border: none;
}
.toy .card-title{
  font-size: 14px;
}
.toy .card-title i{
  font-size: 8px;
  background-color: #FFA41D;
  padding: 3px ;
  border-radius: 50%;
}
.toy button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
  margin-right: 10px;
  margin-top: 150px;
}
.porn{
  background-image: url(../images/image\ 2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
  position: relative;
}
.porn::after{
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(To top, transparent, rgba(0, 0, 0, 0.8));
  z-index: 0;
}
.porn .container{
  position: relative;
  z-index: 9;
}
.porn i{
  font-size: 8px;
  background-color: #FFA41D;
  padding: 3px ;
  border-radius: 50%;
}
.porn button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
  margin-right: 10px;
  margin-top: 100px;
}
.partner{
  padding: 50px;
  background-color: #141214;
}
.partner-img{
  width: 170px;
}
.device{
  margin: 100px 0;
}
.device button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
  margin-right: 10px;
  margin-top: 100px;
}
.membership{
  background-image: url(../images/slide-1_1600x\ 1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
  position: relative;
}
.membership::after{
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(To top, transparent, rgba(0, 0, 0, 0.8));
  z-index: 0;
}
.membership .container{
  position: relative;
  z-index: 9;
}
.membership li i{
  font-size: 8px;
  background-color: #FFA41D;
  padding: 3px ;
  border-radius: 50%;
}
.membership button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
  margin-right: 10px;
  margin-top: 70px;
}
.mySwiper-2 img{
  border-radius: 50%;
}
.slider-2 .swiper-slide{
  flex-direction: column !important;
  margin-top: 40px;
}
.slider-2{
  padding: 80px 0;
}
.reals{
  padding: 80px 0;
}
.reals button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 15px;
  color: white;
  margin-right: 10px;
  margin-top: 70px;
}
.privacy{
  background-image: url(../images/Otions\ 2\ 2\ \(1\)\ 1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
  position: relative;
}
.privacy i{
  font-size: 10px;
  background-color: #FFA41D;
  padding: 5px ;
  border-radius: 50%;
  margin-left: -33px;
  margin-right: 7px;
}
.privacy .row{
  margin-top: 70px !important;
}
.privacy .card-text{
  font-size: 16px;
  color: #b6b6b6;
}
.w-10{
  width: 5%;
}
.w-60{
  width: 60%;
}
.w-35{
  width: 35%;
}
.w-65{
  width: 65%;
}
.img-icon{
  width: 60px;
}
.w-90{
  width: 95%;
}
.feelx{
  background: linear-gradient(130.43deg, #360C38 0%, #141214 64.16%, #141214 100%);
  padding: 70px 0;
}
.feelx .heading{
  font-size: 28px;
}
.feelx .subheading{
  font-size: 16px;
}
.feelx li{
  font-size: 16px;
}
.feelx i{
  font-size: 10px;
  background-color: #FFA41D;
  padding: 3px ;
  border-radius: 50%;
}
.feelx button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
  margin-right: 10px;
  margin-top: 30px;
}

.swiper-3 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide-3 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.blog{
  background: linear-gradient(130.43deg, #360C38 0%, #141214 64.16%, #141214 100%);
  padding: 70px 0;
}
.blog span{
  font-size: 14px;
  color: #919191;
}
.blog .swiper-slide img{
  border-radius: 20px !important;
}
.faq .accordion-button:not(.collapsed){
  background-color: #444;
  color: rgb(201, 201, 201);
  box-shadow: none;
}
.faq .accordion-button{
  color: rgb(201, 201, 201) ;
  font-size: 18px;
}
.faq .accordion-button::after{
  background-image: url(../images/add_24px.png) !important;
  transform: scale(0.6);
}
.faq .accordion-button:not(.collapsed)::after{
  transform: rotateZ(45deg) scale(0.6) !important;
}
.faq .accordion{
  box-shadow: none;
  border: none;
}
.faq .accordion-body{
  color:rgb(170, 170, 170) ;
  font-size: 16px;
}
.faq .accordion-item{
  background-color: rgb(48, 48, 48);
  border: none;
}
.faq [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
  background-color: rgb(48, 48, 48);
}
.faq .accordion-button:focus{
  border: none;
  box-shadow: none;
}
.faq{
  padding: 80px 0;
}
.experience{
  background-image: url(../images/artist-img2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
  position: relative;
}
.experience::after{
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(To bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  z-index: 0;
}
.experience .container{
  position: relative;
  z-index: 9;
}
.experience button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
  margin-right: 10px;
  margin-top: 50px;
}

.blog .swiper {
  width: 100%;
  height: 100%;
}
.w-40{
  width: 40%;
}

.blog .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.blog .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .swiper-slide p{
  font-size: 16px;
}
.slider-2 .mySwiper-3 .swiper-slide img{
  border-radius: 50%;
}
.swiper-pagination-bullet{
  background-color: white !important;
  opacity: 0.3 !important;
}
.swiper-pagination-bullet-active{
  opacity: 1 !important;
}
.slider-2 .mySwiper-3 .swiper-slide p{
  font-size: 12px !important;
}
.slider-2 .mySwiper-3 .swiper-slide h4{
  font-size: 14px !important;
}
.slider-2 .mySwiper-3 .swiper-button-next, .swiper-button-prev {
  transform: translateY(-50%) scale(0.6) !important;
}
.reals .heading{
  font-size: 38px !important;
}
.reals .subheading{
  font-size: 22px !important;
}
.privacy button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
  margin-right: 10px;
  margin-top: 50px;
  width: 200px;
}

.gay-banner{
  background-image: url(../images/depositphotos_138433738-stock-photo-naked-sexy-man-sits-and\ 1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 200px 0 80px;
  position: relative;
}
.gay-banner .container{
  position: relative;
  z-index: 9;
}
.gay-banner .subheading{
  color: rgba(255, 255, 255, 0.6) !important;
}

.gay-banner::after{
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(To top left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  z-index: 0;
  display: none;
}

.porn-x .container{
  padding: 80px 0 60px;
}
.porn-x .heading{
  font-size: 32px !important;
}
.porn-x .sub-text{
  font-size: 24px !important;
}
.sm-text{
  font-size: 14px !important;
  color: white;
}

.border-b{
  border-bottom: 1.5px solid rgb(97, 97, 97);
}

.sub-text{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.thin-text{
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.section-3 .heading{
  font-size: 38px;
}
.s-heading{
  font-size: 24px;
  color: white;
  line-height: 1.5;
}
.porn-x button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
  margin-top: 80px;
}
.star{
  color: #AD0099;
  font-size: 8px;
  padding: 3px;
  background-color: white;
  border-radius: 50%;
}
.section-3{
  padding: 80px 0 0px;
  
}
.section-3 .card{
  background-color: rgb(39, 39, 39);
  padding-top: 30px;
}
.section-3 .card .card-text span{
  color: #AD0099;
}
.p-80-0{
  padding: 80px 0 50px;
}
.porn-star button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
}
.porn-star .s-heading{
  font-size: 18px !important;
}
.porn-star .heading{
  font-size: 32px !important;
}
.offer .heading{
  font-size: 32px !important;
}
.offer .s-heading{
  font-size: 18px !important;
}
.offer button{
  background-color: #AD0099 !important;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  color: white;
}
.cancelPage-1{
  background: linear-gradient(130.43deg, #360C38 0%, #141214 64.16%, #141214 100%);
}
.cancelPage-1 .subheading{
  font-size: 28px !important;
  font-weight: 500 !important;
}
.cancelPage-1 .w-35{
  background-color: #141214;
}
.cancelPage-1 .box{
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 900;
  padding: 20px;
  line-height: 150%;
}
.cancelPage-1 .bg-thin{
  height: 89% !important;
  background: rgba(255, 255, 255, 0.2);
}
.cancelPage-1 .line{
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.cancelPage-1 .line::after{
  position: absolute;
  content: '';
  bottom: 0%;
  left: 0%;
  width: 25%;
  background-color: #A30090;
  height: 4px;
}
.cancelPage-1 .line-2{
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.cancelPage-1 .line-2::after{
  position: absolute;
  content: '';
  bottom: 0%;
  left: 0%;
  width: 50%;
  background-color: #A30090;
  height: 4px;
}
.cancelPage-1 .line-3{
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.cancelPage-1 .line-3::after{
  position: absolute;
  content: '';
  bottom: 0%;
  left: 0%;
  width: 75%;
  background-color: #A30090;
  height: 4px;
}
.cancelPage-1 .list-group{
  border: 0.5px solid #a3a3a3;
}
.cancelPage-1 .list-group-item{
  border: 0.5px solid #6d6d6d;
  font-size: 18px;
  font-weight: 500;
  color: #e0e0e0;
}
.cancelPage-1 .list-group-item input{
  width: 18px;
  height: 18px;
}
.table-footer i{
  font-size: 30px;
  color:  #A30090;
}
.table-footer span{
  color:  #A30090;
  cursor: pointer;
}
.table-footer{
  background: rgba(32, 30, 32, 0.8);
}
.table-footer button{
  padding: 6px 17px;
  border-radius: 4px;
  background-color:  #A30090;
}
.cancelPage-1 .mail i{
  position: relative;
  font-size: 20px;
}
.cancelPage-1 .mail i::after{
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.cancelPage-1 .w-65 ul i{
  background-color: #FFA41D;
  padding: 2px;
  font-size: 10px;
  border-radius: 50%;
}
.cancelPage-1 .thin-card{
  background: rgba(20, 18, 20, 0.4);
  padding: 20px;
  border-radius: 5px;
}
.cancelPage-1 .thin-card button{
  background-color: #A30090;
  padding: 7px 15px;
  border-radius: 4px;
}
.cancelPage-1 .table-footer .text-black{
  color: black !important;
}
.text-18{
  font-size: 18px;
  font-weight: 600;
  color: white;
}

@media (max-width:992px) {
  .offer .w-60{
    width: 80% !important;
  }
  .porn-star .w-60{
    width: 80% !important;
  }
  .section-3 .w-60{
    width: 80% !important;
  }
  .porn-x .w-60{
    width: 80% !important;
  }
  .experience .heading{
    width: 70% !important;
  }
  .blog .mySwiper-3 .swiper-slide .w-50{
    width: 75% !important;
  }
  .feelx .d-flex{
    flex-wrap: wrap !important;
  }
  .feelx ul + p{
    display: none !important;
  }
  .feelx img + p{
    display: block !important;
  }
  .feelx button{
    width: 50% !important;
  }
  .feelx .w-50{
    width: 100% !important;
  }
  .reals .subheading + p{
    display: none !important;
  }
  .reals .btn-2{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .reals .btn-2 button{
    width: 40% !important;
    padding: 8px 0 !important;
  }
  .reals .d-flex{
    flex-wrap: wrap-reverse !important;
  }
  .reals .w-50{
    width: 100% !important;
  }
  .porn .w-50{
    width: 75% !important;
  }
  .toy .subheading{
    width: 75% !important;
  }
  .toy-bg .subheading{
    width: 75% !important;
  }
  .counter h1{
    font-size: 28px !important;
  }
  .banner .d-flex:first-child{
      flex-wrap: wrap-reverse !important;
  }
  .banner {
    background-image: url(../images/Natalia\ Starr\ 2000x600.png) !important;
  }
  .banner .w-50{
      width: 100% !important;
  }
  .banner img{
      width: 100% !important;
      margin-bottom: 60px !important;
  }
  .banner .heading{
      display: none !important;
  }
  .banner-heading{
      display: block !important;
      margin-bottom: 50px !important;
      font-size: 48px !important;
  }
  .partner .subheading{
    padding-right: 50px !important;
  }
}
@media (max-width:768px) {
  .cancelPage-1 .mail span{
    padding: 0 0 0 8px !important;
  }
  .cancelPage-1 .subheading{
    font-size: 20px !important;
  }
  .porn-x button{
    margin-top: 40px !important;
  }
  .gay-banner .w-50{
    width: 100% !important;
  }
  .faq .w-75{
    width: 100% !important;
  }
  .blog .swiper-1{
    display: none !important;
  }
  .blog .swiper-2{
    display: block !important;
  }
  .blog .swiper-2 p{
    font-size: 22px !important;
  }
  .slider-2 .mySwiper-2 p{
    font-size: 14px;
  }
  .slider-2 .mySwiper-2 h4{
    font-size: 16px;
  }
  .partner .row-1{
    flex-wrap: wrap-reverse !important;
  }
  .partner .w-50{
    width: 100% !important;
  }
  .partner .heading{
    text-align: right !important;
    margin-top: 50px;
  }
  .partner .subheading{
    text-align: right !important;
    padding-right: 0% !important;
  }
  .partner .justify-content-end{
    justify-content: center !important;
  }
  .porn .subheading{
    width: 100% !important;
  }
  .porn .w-50{
    width: 100% !important;
  }
  .counter{
    padding:0px 0 50px 0 !important;
  }
  .heading{
    font-size: 32px;
  }
  .toy .subheading{
    width: 100% !important;
  }
}
@media only screen and (max-width: 720px) {
  
  .footer-hr {
    display: none;
  }
  .footer-v2-trust-divider {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  
  .footer-v2-badge {
    width: 175px;
    height: 128px;
  }
  .footer-v2-badge-text {
    margin-top: 0;
  }
  .footer-v2-text02 {
    width: 175px;
  }
  .footer-v2-textlink {
    width: 200px;
    margin: var(--dl-space-space-twounits);
  }
  .footer-mobile-divider {
    display: none;
  }
  .signup-form-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 55%;
  }
  .artist-swiper-slide {
    height: calc((100% - 30px) / 2) !important;
  }
  .hero-text-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 55%;
  }
  .hero-text-left.hero-text-left2 {
    width: 100%;
    height:100%;
    top: 0;
    left:0;
    transform: translateY(0);
  }
  .insidePadding2 {
    padding:0 8%;
  }
}
@media (max-width:578px) {

    .sign-up button{
        width: 80%;
      }
  .porn-x .sub-text{
    font-size: 20px !important;
  }
  .offer .heading{
    font-size: 24px !important;
  }
  .porn-star .heading{
    font-size: 26px !important;
  }
  .section-3 .heading{
    font-size: 26px !important;
  }
  .porn-x .heading{
    font-size: 26px !important;
  }
  .porn-x .sub-text{
    padding: 0% !important;
  }
  .porn-star .s-heading{
    padding: 0 !important;
  }
  .border-b{
    border: none !important;
  }
  .offer button{
    width: 100% !important;
  }
  .porn-star button{
    width: 100% !important;
  }
  .s-heading{
    font-size: 20px !important;
  }
  .section-3{
    background: linear-gradient(130.43deg, #360C38 0%, #141214 64.16%, #141214 100%) !important;
  }
  .section-3 .w-60{
    width: 95% !important;
  }
  .gay-banner{
    background-image: url(../images/depositphotos-2.png) !important;
  }
  .gay-banner::after{
    display: block;
  }
  .gay-banner .banner-btn-1{
    width: 100% !important;
  }
  .blog .swiper-2 p{
    font-size: 16px !important;
  }
  .feelx button{
    width: 100% !important;
  }
  .privacy button{
    width: 100% !important;
  }
  .reals .heading{
    font-size: 28px !important;
  }
  .reals .subheading{
    font-size: 16px !important;
  }
  .reals button{
    width: 50% !important;
    margin-top: 20px !important;
    font-size: 12px !important;
  }
  .slider-2 .mySwiper-2{
    display: none !important;
  }
  .slider-2 .mySwiper-3{
    display: flex !important;
  }
  .device button{
    margin-top: 50px !important;
    width: 95% !important;
  }
  .device{
    margin: 40px 0 60px !important;
  }
  .device .heading{
    font-size: 26px !important;
  }
  .device .card{
    padding: 3px !important;
  }
  .partner-img {
    width: 140px !important;
}
  .partner .subheading{
    font-size: 16px !important;
  }
  .porn button{
    margin-top: 45px !important;
    width: 100%;
  }
  .porn{
    background-image: url(../images/porn-2.png) !important;
  }
  .toy .row{
    display: none;
  }
  .mobile-row{
    display: block !important;
    margin-top: 30px !important;
  }
  .toy button{
    margin-top: 50px !important;
  }
  .toy-bg .subheading{
    width: 95% !important;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    transform: scale(0.6);
  }
  .toy-bg img{
    width: 70px !important;
  }
  .toy-bg button{
    padding: 5px 10px !important;
  }
  .banner-heading{
      margin-bottom: 30px !important;
      font-size: 38px !important;
  }
  .banner img{
    margin-bottom: 15px !important;
  }
  .toy .row{
    margin-top: 20px !important;
  }
  .porn li{
    font-size: 16px !important;
  }
  .reals {
    padding: 20px 0 !important;
  }
  .privacy{
    padding: 50px 0 !important;
  }
  .faq{
    padding: 10px 0 50px !important;
  }
  .gay-banner{
    padding: 160px 0 40px !important;
  }
  .porn-x .container {
    padding: 50px 0 20px !important;
}
.section-3 {
  padding: 50px 0 10px !important;
}
.p-80-0 {
  padding: 30px 0px !important;
}

}
@media (max-width:470px) {
  .step-3-list img{
        width: 25px;
      }
  .cancelPage-1 .w-90:first-child{
        width: 100% !important;
      }
  .porn-star .sub-text{
    text-align: center !important;
  }
  .offer .w-60{
    width: 95% !important;
  }
  .offer li .sub-text{
    padding-left: 10px !important;
  }
  .porn-star .w-60{
    width: 95% !important;
  }
  .section-3 li .sub-text{
    padding-left: 10px !important;
  }
  .porn-x .w-60{
    width: 95% !important;
  }
  .porn-x .heading{
    margin-bottom: 15px !important;
  }
  .porn-x img + p{
    margin-top: 15px !important;
  }
  .porn-x button{
    width: 100% !important;
    margin-top: 20px !important;
  }
  .accordion-button {
    font-size: 16px !important;
  }
  .experience .heading{
    width: 90% !important;
  }
  .reals button{
    font-size: 10px !important;
  }
  .membership button{
    margin-top: 50px !important;
    width: 100% !important;
  }
  .toy img {
    width: 70px;
    height: 160px;
}
.toy .card-title{
  font-size: 12px !important;
}
  .toy-bg button{
    font-size: 14px !important;
  }
  .counter h1{
    font-size: 20px !important;
  }
  .counter p{
    font-size: 12px !important;
  }
  .banner p{
    font-size: 16px;
  }
  .banner-btn-1{
      font-size: 14px !important;
      padding: 5px 15px !important;
  }
  .banner-btn-2{
      font-size: 14px !important;
      padding: 5px 15px !important;
      margin: 0 0 0 8px !important;
  }
  .banner-btn-2 i{
    font-size: 12px !important;
    margin-right: 5px !important;
  }

.category-pagination {
  cursor: pointer;
  
}
.category-pagination:hover {
  text-decoration: underline;
  
}
.breadcrumb {
  align-items: center !important;
}
.dropdown-item:hover {
  background-color: transparent !important;
  cursor: pointer !important;
  text-decoration: underline !important;
} 

}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #AD0099 !important;
  border-color: #007bff;
}

.main-mp-banner-text{
	position: absolute;
	top: 50%;
	margin: 0;
  font-size: 7rem;
  font-weight: 700;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.75rem;
}
.left-mp-sidebar{
}
@media (max-width:992px) {
  .main-mp-banner-text{
    font-size: 4rem;
    letter-spacing: 0.5rem;
  }
}
@media (max-width:768px) {
  .main-mp-banner-text{
    font-size: 3rem;
    letter-spacing: normal;
  }
  .left-mp-sidebar{
    margin-top: -50px;
  }
}
@media (max-width:528px) {
  .main-mp-banner-text{
    font-size: 2rem;
    letter-spacing: normal;
  }
  .left-mp-sidebar{
    margin-top: 50px;
  }
}

.sidebar-profile-detail {
  font-size: 12px;
  color: #eee !important;
  text-align: justify !important;
  letter-spacing: 1px;
}

.left-mp-sidebar div{
  background-color: #202020;
}
.padding-top-2 {
  padding-top: 2rem;
}
.small-control-btn .cardActions .boxBtn {
  width: 24px !important;
  height: 24px !important;
}
.small-control-btn .cardActions .boxBtn .mdi {
  font-size: 18px !important;
}


.top10-index-portrait {
  color: #fff;
  font-size: 15vmax;
  font-weight: 700;
  position: absolute;
  top: -26px;
  line-height: 1;
  left: 5px !important;
}
.swiper-slide.slideBlock:last-child .top10-index-portrait {
  font-weight: 600;
  letter-spacing: -44px;
  left: -30px !important;
}

.swiper-slide.slideBlock:first-child .top10-index-portrait {
  left: 16px !important
  
}

.top10-index-landscape {
  color: #fff;
  font-size: 90px;
  font-weight: 800;
  /* position: absolute; */
  /* top: -12px; */
  line-height: 1;
  left: 5px !important;
}

.swiper-slide.slideBlock:last-child .top10-index-landscape {
  font-weight: 700;
  letter-spacing: -19px;
  left: -20px !important;
}

.swiper-slide.slideBlock:first-child .top10-index-landscape {
  left: 7px !important;
}


.ratio.top10-portrait {
  padding-top: 80% !important;
}
.ratio.top10-landscape {
  padding-top: 48%;
}
.top10 img {
  position: absolute;
  width: 60%;
  right: 0;
  top: 0;
  height: 159px;
}
.top10-landscape img {
  position: absolute;
  width: 79%;
  right: 0;
  top: 0;
}
.top10-portrait img {
  position: absolute;
  width: 60%;
  right: 0;
  top: 0;
}

.top10 .ratio{ padding-top: 0 !important;}

.top10-landscape > a {

  background: transparent !important;
}
.top10-portrait > a {

  background: transparent !important;
}

.ratio.portrait-top10 {
  padding-top: 90% !important;
}

.vr-right {  
  margin-right: 153px;

}

@media (max-width: 600px) {
  .artist-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill,50%);
      justify-content: space-around;
  }
}
.alphabet-section {
  max-width: 100%;
  overflow: auto;
  padding: 0 3%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */

}

.alphabet-section::-webkit-scrollbar {
  display: none;
}


.sign-up h1 span{
    color: #A30090;
  }
  .sign-up{
    background: linear-gradient(130.43deg, #360C38 0%, #141214 64.16%, #141214 100%);
    padding: 30px 0 50px;
  }
  .sign-up .main-sign-up{
    background-color: rgb(17, 17, 17);
    border-radius: 10px;
    border: 2px solid #a300909d;
  }
  .sign-up input{
    background-color: #444142;
    padding: 7px;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
  }
  .sign-up input::placeholder{
    color: rgb(175, 174, 174);
  }
  .sign-up-step-2{
    border: 1px solid #D7D7D7;
  border-radius: 6px;
  }
  .sign-up-step-2 input{
    width: 18px;
      height: 18px;
      appearance: none;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.336);
      border: none;
  }
  .sign-up-step-2 input:checked{
    background-color: #A30090;
  }
  .sign-up-step-3{
    border: 1px solid #d7d7d741;
  }
  .step-3-list{
    border: 1px solid #D7D7D7;
  }
  .sign-up button{
    font-size: 16px;
    width: 40%;
    background-color: #A30090;
    padding: 10px;
    border-radius: 5px;
  }
  .last-step img{
    width: 20px;
    margin-right: 10px;
  }

  .artist-container {
    height: 320px;
    width: 100%;
    object-fit: cover;
  }
  .select-category {
    text-decoration: underline;
  }
  .top10-portrait {
    padding-top: 80% !important;
  }

  .static {
    position:absolute;
    background: white;
  }
  
  .static:hover {
    opacity:0;
  }
  .artist-link {
    height: 360px;

  }
  .artist-list {
    height: 320px;
    width: 180px;
  }
  .all-artist-name{
    text-align: center;
    font-size: 18px;
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: 20px;
    background: linear-gradient(0deg, #141214 35.47%, rgba(20, 18, 20, 0) 100%);
    z-index: 1;
  }

  .person-container .row.pl-md-4  {
    padding-left: 0 !important;

  }
  .person-container.p-4 {
    padding-left: 0 !important;
  }
  .categories-media:hover .banner-image {
    display: none !important;
  }  
  .categories-media:hover .gif {
    display: block !important;
  }
  .custom-prev-button {
    top:50% !important;
  }

.artist-all {
  width: 100%;
}

@media (max-width:991px) {
  .artist-swiper {
    height: 600px;
  }
}
@media (max-width:768px) {
  .artist-swiper {
    height: 500px;
  }
}
.res-img-artist {
  position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.top10-image-portrait {
  width: 40%; 
  position: absolute; 
  top: 10%;
}
.top10-image-landscape {
  width: 20%; 
  position: absolute; 
  top: 10%;
}


.handy.handy-bg {
  background-image: url("../images/background-image.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.handy input {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 8px 15px;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 85%;
  outline: none !important;
}
.handy button.primary {
  background-color: #a30090;
  width: auto;
}
.handy button:hover {
  opacity: 0.7;
}
.handy button.secondry {
  background: rgba(255, 255, 255, 0.2);
  width: auto;
}
.handy .gap {
  gap: 1rem;
}
@media (max-width: 769px) {
  .handy p,
  .handy h1 {
    text-align: center !important;
  }
  .handy.handy-bg {
    background-image: url("../images/mobile-bg.png");
  }
  .handy .image-section {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    margin: auto;
    padding: 1.5rem 1rem;
  }
  .handy input {
    width: 100%;
  }
  .handy button {
    width: 100%;
  }
}

.trial.trial-bg {
  background-image: url("../images/bg-trial.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.trial .trial-section {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  margin: auto;
  width: 90%;
  max-width: 600px;
  padding: 1.5rem 1rem;
}
.trial .free-section {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  margin: auto;
  width: 90%;
  max-width: 600px;
  padding: 1.5rem 1rem;
}
.trial input {
  padding: 8px 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none !important;
}
.trial button.primary {
  background-color: #a30090;
  width: auto;
}
.trial button:hover {
  opacity: 0.7;
}

  .trial.trial-bg {
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      min-height: 100vh;
    }
    .trial .trial-section {
      background: linear-gradient(
        130.43deg,
        #360c38 0%,
        #141214 64.16%,
        #0c0c0c 100%
      );
      border: 1px solid #a30090;
      border-radius: 30px;
      margin: auto;
      width: 90%;
      max-width: 600px;
      padding: 1.5rem 1rem;
    }
    .trial .free-section {
      background: linear-gradient(
        130.43deg,
        #360c38 0%,
        #141214 64.16%,
        #0c0c0c 100%
      );
      border: 1px solid #a30090;
      border-radius: 30px;
      margin: auto;
      width: 90%;
      max-width: 800px;
      padding: 1.5rem 1rem;
    }

    .trial h4 {
      line-height: 1.75;
    }
    .trial .time {
      font-size: 3rem;
    }
    .trial .gap {
      gap: 0.5rem;
    }


    .thanks.thanks-bg {
      background: linear-gradient(
        0deg,
        #141214 -2.39%,
        rgba(20, 18, 20, 0) 48.7%
      );
      /* display: flex; */
      min-height: 100vh;
    }
    .thanks-popular-bg {
      background-image: url("./theme/images/handy/middle-bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .thanks .thanks-section {
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 30px;
      margin: auto;
      width: 90%;
      max-width: 600px;
      padding: 1.5rem 1rem;
    }
    .thanks input {
      background-color: #323232;
      padding: 8px 15px;
      border: 1px solid transparent;
      border-radius: 4px;
      outline: none !important;
    }
    button.primary {
      background-color: #a30090;
      width: auto !important;
    }
    button.primary:hover {
      opacity: 0.7;
    }
    .thanks .primary-bg {
      background-color: #a30090;
    }
    .swiper-slide p {
      font-weight: 400;
    }
    .swiper-slide h5 {
      font-weight: 700;
    }

.trial .cookies-section {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  margin: auto;
  width: 90%;
  max-width: 846px;
  padding: 1.5rem 1rem;
}



.trial .cookies-section {
  background: linear-gradient(
    130.43deg,
    #360c38 0%,
    #141214 64.16%,
    #0c0c0c 100%
  );
  border: 1px solid #a30090;
  border-radius: 30px;
  margin: auto;
  width: 90%;
  max-width: 846px;
  padding: 1.5rem 1rem;
}


.trial.cookies-bg {
  /* background-image: url("../images/age-restriction-bg.png"); */
  /* background-size: cover;
  background-position: right;
  background-repeat: no-repeat; */
  min-height: 70vh !important;
}

.trial.cookies-bg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 100vh;
}

.heading-landing-text {
  color: #A30090;
}

.con-button {
  width: 100% !important;
  background-color: #a30090 !important;
}

.landing-image-c {
  display: flex;
  align-items: center;
}
.free-bg {
  background: linear-gradient( 130.43deg, #360c38 0%, #141214 64.16%, #0c0c0c 100% );
}



.thnks-button {

  width: 100% !important;
  background-color: white !important;

}

/* For 1366 Resolution */  
@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px)  
{ 
  .thanks-section { 
    margin-right: 286px;
    margin-left: 286px;
  }
}  

.thanks-section { 
  margin-right: 286px;
  margin-left: 286px;
}
.light-text {
  color: #999999;
}

@media only screen and (max-width: 1026px) {
  
    .thanks-section { 
    margin-right: 0px;
    margin-left: 0px;
    }
}

.breadcrumb-bar { background: none;padding: 0;}
.breadcrumb-bar li a{
    color:rgba(255,255,255,.6)
}
.breadcrumb-bar .breadcrumb-item.active {
    color:rgba(255,255,255,1)
}
.fllowBtn {
    font-size: large;
    border-radius: 12px;
}

.cate-banner {
    background: #141214;
}
.cate-banner .inner-banner .box {
    padding: 0 5%;
}
.cate-banner .inner-banner .img {
    position: relative;
}
.cate-banner .inner-banner .img img{
    width: 100%;
}
.cate-banner .inner-banner .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:50%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#141214), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #141214, rgba(0, 0, 0, 0));
    z-index: 1;
}
.cates-nav {
    background: rgba(43, 42, 43, 1);
}

.cates-nav .cate-nav-tabs{

}
.cates-nav .cate-nav-tabs li{

}
.cates-nav .cate-nav-tabs li span {
    color: var(--white);
    text-decoration: none;
    padding: 5px 16px;
    transition: all .7s ease;
}
.cates-nav .cate-nav-tabs li span:hover{
    background: var(--vod-primary);
    border-radius: 15px;
}

.categories-container .dropdown-toggle::after {
    position: relative;
    top:3px;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.cateDropMenu .dropdown-item:hover {
    background-color: rgba(0, 0, 0, .4);
}
.info-status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(43, 42, 43, 1);
}

.new-pagination .categories-page-number {
    border: 0;
    background: rgba(43, 42, 43, 1);
}
.new-pagination .categories-page-number.active {
    background-color:var(--vod-primary);
    color:var(--white);
}
.all-artist-grid-new .artist-link {
    width: 19%;
}
.all-artist-grid-new .artist-list{
    width: auto;
}

.artist-banner {
    background: rgba(43,42,43,1);
    position: relative;
}
#allartists2 .artist-banner{
    position: relative;
    top: -4rem;
    height: 80vh;
}
#allartists2 .artist-banner .cols,
#allartists2 .artist-banner > div > div,
#allartists2 .artist-banner > div {
    height: 100%;
}
#allartists2 .artist-banner .cols:first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#allartists2 .artist-banner .cols:last-child{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.artist-banner .inner-shade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30% !important;
    background: linear-gradient(360deg, var(--vod-header-gradient-top) 15%, var(--vod-header-gradient-bottom) 100%);
    z-index: 1;
}
.allArtist-mian .img {
    position: relative;
}
.allArtist-mian .img img{
    border-radius: 20px 20px 0 0;
}
.allArtist-mian .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, var(--vod-header-gradient-top) 15%, var(--vod-header-gradient-bottom) 100%);
    display: flex;
    justify-content: center;
    align-items: end;
}
.allArtist-mian .btn-block .btn {
    width: 100%;
}
.allArtist-mian .description p{
    font-size: 14px;
}
.allCategory-main {
    padding: 0 6%;
}

.alphabetical-drop ul{
    width: 320px;
}
.alphabetical-drop ul.dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
}

.new-noti-dropdown .btn-link{
    background: transparent;
}
.new-noti-dropdown .btn-link:focus{
    box-shadow: none;
}
.noti-dropdown.new-noti-dropdown .dropdown-menu{
    background: #2B2A2B;
    
}
.noti-item .img{
    float: left;
    width: 56px;
    margin-right: 16px;
}
.noti-item .img img{
    width: 100%;
}
.noti-item .infos{
    overflow: hidden;
}
.noti-dropdown.new-noti-dropdown .dropdown-menu .inner {
    padding: 50px 16px !important;
}
.noti-dropdown.new-noti-dropdown .dropdown-menu .head,
.noti-dropdown.new-noti-dropdown .dropdown-menu .view-all {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: #2B2A2B;
}
.noti-dropdown.new-noti-dropdown .dropdown-menu .head {
    top:0;
    bottom: auto;
}
.noti-dropdown.new-noti-dropdown .notification-item {
    border-radius: 6px;
}
.noti-dropdown.new-noti-dropdown .notification-item.read {
    background: transparent;
}
.noti-dropdown.new-noti-dropdown .notification-item.unread {
    background: #A1A0A1;
}
.noti-dropdown.new-noti-dropdown .notification-item, 
.noti-dropdown.new-noti-dropdown .notification-item.unread {
    border: 0;
}
.noti-dropdown.new-noti-dropdown .dropdown-menu .view-all a{
    text-decoration: none;
}
.noti-dropdown.new-noti-dropdown .dropdown-menu .view-all a:hover{
   color: var(--vod-primary);
}