#hybrid-client {
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
}
#hybrid-client h3{
  font-size: 16px;
}
#hybrid-client a {
  color: var(--primary);
}
#hybrid-client form, #hybrid-client input{
  background: transparent;
  border: none;
  width: 100%;
  color: #000;
}
@media only screen and (max-width: 768px) {
/*     #hybrid-client,
    #hybrid-client * {
font-size: revert !important;
} */
#hybrid-client h1{
font-size: 21px !important;
}

}

[class^=HybridClient__ClientModalTarget] {
    bottom: unset !important;
    height: 100vh !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 100000 !important
}

[class^=HybridClient__HCRoot] {
    position: static !important
}
[class^=BlackLabelFooter],[class^=Overlay__StyledReportComplaintButton] {
    display: none !important;
}
#performer-player-wrapper {
    position: relative;
    max-width: 1600px!important;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
}

.sticky-video-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: min(320px, 45vw);
    max-height: 45vh;
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 1050;
}

.sticky-video-container.active {
    display: block;
}

.sticky-video-container video {
    width: 100%;
    height: auto;
    display: block;
}

.sticky-video-container .sticky-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  z-index: inherit;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}
button.Favorite{
    display: none !important;
}
@media (max-width: 767.98px) {
    [class^=TabsContainer]{
        display: none;
    }
    [class^=MobileOfflineProfileHeader]{
  color: #fff;
  font-size: large!important;

    }

    .sticky-video-container {
        width: min(220px, 70vw);
        bottom: 16px;
        right: 16px;
    }

    .sticky-video-container .sticky-close {
        width: 24px;
        height: 24px;
        font-size: 16px;
    }
    #performer-player-wrapper {
        max-height: 400px;
    }
    #performer-player-wrapper div {
        max-height: inherit;
}
 /*#performer-player-wrapper video{
    position: absolute;
    aspect-ratio: 3/4;
   padding-bottom: 50px;
    height: 100%;
    max-height: 350px;
    top: 0;
    bottom: 0;
}*/
}
