/*****Profile Video Story CSS*****/
.profile-story-video-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1A1A1A;
    z-index: 999998;
    display: none;
}
.profile-story-video-modal.open{
	display: inline-block;
}
.profile-model-popup-close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    outline: none;
    padding: 0.6rem;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.profile-model-popup-close:hover {
    -webkit-transform: rotate( 180deg );
    transform: rotate( 180deg );
}
.profile-model-popup-close span{
	display: block;
}
.popup-logo {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 15rem;
    height: 2.6rem;
}
.popup-logo img {
    display: block;
    max-width: 100%;
    width: 14rem;
}
button.profile-model-popup-close {
    background-color: transparent;
    border: 0;
}
.bg-card-icon {
    height: 2.4rem;
    width: 2.4rem;
    min-height: 2.4rem;
    min-width: 2.4rem;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
}
.slide {
    margin: 25px auto;
    display: grid;
    box-shadow: 0 4px 20px 2px rgb(0 0 0 / 40%);
    align-items: start;
    align-content: space-around;
    height: calc(100vh - 50px);
    position: relative;
    /* max-height: 700px; */
    width: calc(100vh * 9 / 16);
}

.slide-items {
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide-nav {
    z-index: 1;
    display: flex;
    position: relative;
    justify-content: space-between;
	padding: 0 20px;
}

.slide-nav button {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 1;
    border: 0;
    background: no-repeat;
    width: 36px;
    height: 36px;
    padding: 0;
    outline: none;
	cursor: pointer;
}
button.slide-prev {
    transform: rotate(180deg);
}
.slide-items video {
    position: absolute;
    top: 0px;
    opacity: 1;
    pointer-events: none;
    
    width: 100%;
    height: 100%;
}
.slide-items > div {
        width: 100%;
    height: 100%;
    position: relative;
    opacity: 1;
    
    pointer-events: none;
    display: none;
}
.slide-items > div.activeStory{
	width: 100%;
    height: 100%;
    position: relative;
    opacity: 1;
    
    pointer-events: none;
    display: block !important;
}
.slide-items > div video{
	display:none;
}
.slide-items > div.activeStory video{
	display:block;
}
.slide-items  video.active {
  position: relative;
  opacity: 1;
  object-fit: cover;
  pointer-events: none;
  display:block !important;
}
.portrait-video{
	 transform: scale(3.2); 
}
.square-video{
	transform: scale(1.8);
}
.slide-thumb {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 10px 10px;
}

.slide-thumb > span {
  flex: 1;
  display: block;
  height: 3px;
  background: rgb(255 255 255 / 30%);
  margin: 5px;
  border-radius: 3px;
  overflow: hidden;
}

.slide-thumb > .activeStory span {

  display: block;
  height: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  transform: translateX(-100%);
  
}

.slide-thumb > span.activeStory.replay-video {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}
.slide-thumb > span.viewed-video::after {
  content: '';
  display: block;
  height: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}
.pause-icon {
    background: transparent;
    border: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
img.pause-video {
    display: none;
}

.pause-icon .play-video-icon{
	display:block
}
.pause-icon .pause-video-icon{
	display: none;
}

.pause-icon.play-video .pause-video-icon{
	display:block
}
.pause-icon.play-video .play-video-icon{
	display:none
}
.video-header-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgb(0 0 0 / 63%) 0%, rgb(0 0 0 / 14%) 60%, rgba(0,0,0,0) 100%);
}
.video-meatball-menu {
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	margin-left: 15px;
}
.video-meatball-menu .dropdown-menu{
	padding: 0;
    margin: 0;
    min-width: 15rem;
    border-radius:.6rem;
    overflow: hidden;
    box-shadow: 0 .4rem .6rem 0 rgb(0 0 0 / 20%);
}
.video-meatball-menu .dropdown-item {
    font-size: var(--x-smallFontSize);
    color: var(--darkGrayColor);
    padding: 1.2rem;
    margin: 0;
}
@keyframes thumb {
  to {
    transform: initial;
  }
}

video::-webkit-media-controls {
  display: none;
}

/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button {
	  display: none;
}

video::-webkit-media-controls-volume-slider {
	  display: none;
}

video::-webkit-media-controls-mute-button {
	  display: none;
}

video::-webkit-media-controls-timeline {
	  display: none;
}

video::-webkit-media-controls-current-time-display {
	  display: none;
}
.video-js {
    width: 100%;
    height: 100%;
}
.video-mute-icon {
	background-image:url('/resources/assets/images/common/unmute-white-icon.svg');
	border: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    cursor: pointer;
	margin-left: 15px;
	
}
.video-unmute-icon {
	background-image:url('/resources/assets/images/common/mute-white-icon.svg');
}
/***controls css****/
.video-button-controls {
    display: flex;
    align-items: center;
}
.video-top-info-controls {
    width: 100%;
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}
/** css****/
.video-title-info {
    color: #fff;
    font-size: var(--mediumFontSize);
}
.profile-bottom-info {
    position: absolute;
    width: 100%;
    z-index: 999999;
    color: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 20px 15px;
	display: flex;
    justify-content: space-between;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0 0 0 / 62%) 0%, rgb(0 0 0 / 12%) 60%, rgba(0,0,0,0) 100%);
}
.profile-bottom-user-profile-pic {
    width: 42px;
    height: 42px;
    background-color: var(--bg-whiteColor);
    border-radius: 5px;
	margin-right:15px;
}
.profile-bottom-left-user-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	width: calc(100% - 30px);
}
.profile-bottom-left-user-action {
    width: 30px;
}
.profile-bottom-user-heading {
    font-size: var(--mediumFontSize);
    font-weight: 500;
    color: var(--bg-whiteColor);
}
.profile-bottom-user-heading-id {
    font-size: var(--smallFontSize);
    color: var(--bg-whiteColor);
}
.previous-user-profile {
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    transform: translate(-90px, 0);
    border: 0;
    background: none;
    outline: 0;
}
.next-user-profile {
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    transform: translate(90px, 0) rotate(180deg);
    border: 0;
    background: none;
    outline: 0;
}
.previous-user-profile img,
.next-user-profile img{
	width: 38px;	
	vertical-align: middle;
}
img.meatball-more-option {
    width: 2rem;
}
.video-meatball-menu .more-icon-wrapper:hover, .video-meatball-menu .dropdown.show .more-icon-wrapper {
    background: none !important;
}
.video-meatball-menu > .dropdown {
    z-index: 10;
}
button.slide-prev:disabled {
	opacity: .3;
	cursor: auto;
}
button.slide-next:disabled {
	opacity: .3;
	cursor: auto;
}
button.previous-user-profile:disabled {
	opacity: .3;
	cursor: auto;
}
button.next-user-profile:disabled {
	opacity: .3;
	cursor: auto;
}

/**Hide video default controls**/
.vjs-text-track-display {
    display: none;
}
.vjs-loading-spinner {
    display: none;
}
button.vjs-big-play-button {
    display: none;
}
.vjs-control-bar {
    display: none;
}
.vjs-error-display.vjs-modal-dialog.vjs-hidden {
    display: none;
}
.vjs-modal-dialog.vjs-hidden.vjs-text-track-settings {
    display: none;
}
/**Hide video default controls**/
.close-modal-popup-mobile{
	display: none;
}
@media only screen and (max-width: 568px) and (min-width: 992px) {
	.popup-logo {
	    width: 10rem;
	}
}

@media only screen and (max-width: 567px){
	.profile-story-video-wraper > div {
   		max-width: 100%;
	    height: 100vh;
	    margin: 0 auto;
	}
	.popup-logo {
	    display: none;
	}
	.profile-model-popup-close {
	    display: none;
	}
	.close-modal-popup-mobile {
	    width: 3rem;
	    height: 3rem;
	    cursor: pointer;
	    outline: none;
	    padding: 0.5rem;
	    background: transparent;
	    border: 0;
	    margin-left: 15px;
	    display: block;
	}
	.close-modal-popup-mobile span{
		display: block;
	}
}
 .clientImg{
   width:42px;
   height:42px;
   border-radius:4px;
   background-color:#fff;
   overflow:hidden;
 }
 .client-video .white-text{
  color:#fff;
 }
 .client-video .eee-text{
  color:#eeeeee;
 }
 .client-video .bdbd-text{
  color:#bdbdbd;
 }
  .client-video .apply-now-btn{
    background-image: linear-gradient(225deg, #02BDF9 0%, #025DFD 48.84%, #6015FF 100%);
 border-radius: 6px;
 width: 120px;
 height: 42px;
 }
 .forward-btn{
   width:42px;
   height:42px;
   background-color: rgba(0, 0, 0, 0.42);
   border-radius:6px;
 }
.deleteVideo-popup{
	z-index: 999999;
}