:root{
	 --projectAccent: #1cb8ee;
}
.hiddenButton{
	display: none;
}
/* .hiddenX {
	width:23px;
	height:20px;
	position:absolute;
	top:15px;
	right:0;
	color: white;
	font-size: 20px;
	font-weight: bold;
} */
.hiddenX.remove{
	color: #cb2c04;
}
.hiddenX.restore{
	color: #009c49;
}
.hiddenX {
   
    position: absolute;
    top: 20px;
    right: 5px;
    
    font-size: 20px;
    font-weight: bold;

    background: white;
    padding: 1px 3px;
    border-radius: 3px;
}
table .hiddenX{
	top:5px;
}
.video:hover  .hiddenButton, .assetImage:hover .hiddenButton{
	display: block;
}
.video:hover  .hiddenButton.changeToPublic, .assetImage:hover .hiddenButton.changeToPublic{
	display: flex;
	align-items: center;
	justify-content: center;
}
.video:hover {
	/*  border-bottom: 4px solid var(--projectAccent); */
	border-radius: 5px;
	/*  box-shadow: 0 0 5px rgba(0,0,0,.4); */
	 /* padding-bottom: 5px; */

/* .video:hover .videoTitle{
	padding-top: 5px;
} */
transform: scale(1.1);
}
.video.noscale:hover {
	transform: none;
}
.video.donotscale:hover {
	transform: none;
}
.video.videoLive:hover{
	transform: none;
}
.video.videoLive .getVideoURL {
	display: none;
}

/* .video:hover .videoTitle{
	padding-top: 5px;
} */

.hiddenXtip {
	display: none;
	width:67px;
	height:22px;
	position:absolute;
	top:-10px;
	right:-20px;
	color:var(--projectAccent);
	font-size: 11px;
	border-radius: 5px;
	background: white;
	padding-left: 3px;
}

.shareIcon {
	display: block;
	width:57px;
	height:80px;
	position:absolute;
	top:0px;
	right:0px;
}

.getVideoURL {
	position:absolute;
	top:20px;
	 background: white;
	 padding: 3px;
	 border-radius: 3px;
	 left:5px;
}
table .getVideoURL{
	top:5px;
}


.copyURLtip {
	display: none;
	width:73px;
	padding-left: 2px;
	/* height:22px; */
	position:absolute;
	top:-10px;
	left:0px;
	font-size: 11px;

	background: white;
}

.rsbIsActive{
	transform: rotate(90deg);
}

@media (min-width: 600px){
	.getVideoURL:hover {
		display: block;
		cursor: pointer;
	}
	.getVideoURL:hover + .copyURLtip {
		display: block;
	}
	.hiddenX:hover {
		display: block;
		cursor: pointer;
	}
	.hiddenX:hover + .hiddenXtip {
		display: block;
	}

	.thumbnail:hover + .hiddenX {
		display: block;
	}
}
@media (max-width: 600px) {
	.importVid, .hiddenX, .hiddenXtip, .cloneVid, .exportVid {
		display: none;
		pointer-events: none;
	}
}
@media (max-width: 575px) {
	

	.thumb-href {
      width: 85vw;
	}
	.changeToPublic {
		
    left: 76% !important;
	}
	.thumb-href img {
		width: 100%;
		max-height: 100% !important;
		
	}
.video:hover {
transform: scale(1);
}}
.cloneVid {
	position:absolute;
	top:20px;
	right:40px;
	 background: white;
	 padding: 3px;
	 border-radius: 3px;
}
table .cloneVid{
	top:5px;
}

.cloneVidtip {
	display: none;
	border-radius: 5px;
	background: white;
	width:76px;
	height:20px;
	position:absolute;
	top:-10px;
	right:15px;
	font-size: 11px;
	padding-left: 2px;
}

.cloneVid:hover {
	display: block;
	cursor: pointer;
}
.cloneVid:hover + .cloneVidtip {
	display: block;
}

.toggleSelectAll {
	margin-top:4px;
	margin-left:4px;
	margin-bottom:20px;
	width:18px;
	height:18px;
	border: 2px solid rgb(45,35,200)
}

.toggleSelectAll:hover {
	cursor: pointer;
}

.toggleAllLabel {
	display: inline;
	margin-left: 10px;
}

/*.toggleSelectAll:hover + .toggleAllLabel {
	display: inline;
}*/

.toggleShowData {
	display: block;
	width:18px;
	height:18px;
	position:absolute;
	top:4px;
	left:4px;
	border: 2px solid rgb(45,35,200)
}

.toggleShowData:hover {
	cursor: pointer;
}

#toggleTable:hover {
	cursor: pointer;
}
.hiddenShowDatatip {
	display: none;
	width:70px;
	height:20px;
	position:absolute;
	top:-17px;
	left:0;
	color:var(--projectAccent);
	font-size: 12px;
}

.toggleShowData:hover + .hiddenShowDatatip {
	display: block;
}

.importVid {
	position:absolute;
	top:9px;
	left:45%;
	 background: white;
	 padding: 3px;
	 border-radius: 3px;
}
.importVidtip {
	display: none;
	border-radius: 5px;
	background: white;
	height:22px;
	position:absolute;
	top:-22px;
	left:35%;
	font-size: 15px;
	width: 113px;
}
.importVid:hover {
	display: block;
	cursor: pointer;
}
.importVid:hover + .importVidtip {
	display: block;
}
.exportVid {
	position:absolute;
	top: 72%;
	left: 5px;
	background: white;
	padding: 3px;
	border-radius: 3px;
}
table .changeToPublic{
	top: 74%;
    left: 64%;
}
.changeToPublic {
	position:absolute;
	top: 56.3%;
	left: 70%;
	background: white;
	padding:0 3px;
	border-radius: 3px;
}
.changeToPublic label {
	margin-bottom: 0;
	margin-left: 2px;
}
.unhiddenBtn.changeToPublic{
	display: flex;
	align-items: center;
	justify-content:center;
}
.exportVidtip {
	display: none;
	height:20px;
	position:absolute;
	top: 85%;
	left: 0%;
	font-size: 11px;
	border-radius: 5px;
	background: white;
	padding-left: 2px;
	width: 52px;
}
.exportVid:hover {
	display: block;
	cursor: pointer;
}
.exportVid:hover + .exportVidtip {
	display: block;
}

.sharingIcon {	
	position: absolute;
    cursor: pointer;
    /* border-radius: 6px; */
    opacity: .8;
    background-image: url(../images/share.svg);
    /* background-color: white; */
    /* background-size: contain; */
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
	bottom: -35px;
    right: 0;
}
div.video .sharingIcon{
    /* bottom: 10px;
    right: -7px; */
	bottom: -20px;
    right: -10px;
}
.table-row.video .sharingIcon{
    bottom: -36px;
    right: -11px;
}

/* options icon style */
.optionsIcon {	
    padding: 5px;
    position: absolute;
	cursor: pointer;
	right: 0;
    bottom: -27px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.video .optionsIcon{
    /* bottom: 28px;
    right: 0px; */
	bottom: -10px;
    right: -10px;	
}
.table-row.video .optionsIcon{
    bottom:-28px;
	right:0px;
}
/* options popup style */



.hideSharingBox {
	display: none;
}

.videoHeadingText {
	font-size: 18px;
}
.easylinkerHeadingText{
	color:white;
	padding-top: 37px;
	font-size: 16pt;
}
@media (max-width: 991px){
	.easylinkerHeadingText{
		font-size: 12pt;
	}
}
.pinkTextColor {
	color: #EA3582;
}

#share_reddit,
#share_line,
#share_telegram,
#share_whatsapp,
#share_kik,
#share_slack
 {
	filter: grayscale(100);
	cursor: default;
}

.videoListTitle span{
	text-align: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 25px;
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: 2px solid #000;
    background: #626262;
	letter-spacing: 2px;
}

.videoListTitle {
	height: 38px;
  
    text-align: center;
    display: block;
    width: 100%;
}
#future_meetings .videoListTitle{
	height: auto;
}
#future_meetings .videoListTitle span{
	width: auto;
	padding: 0 1rem;
}
.nodatafound {
	display: block;
	width: 100%;
	text-align: center;
}
#clients .clientTitle{
	font-size: 30px;
}
#clients .clientList {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}
#clients .clientDetail{
	text-align: center;    
    border-right: 2px solid #8C8C8C;
    cursor: pointer;
    padding: 0 5px;
    margin: 0 10px;
}

#clients .clientDetail:not(:first-child) {
    margin-left: -10px;
}

#clients .clientDetail:last-child {
  border: none;
}

#clients .companyName{
	font-size: 20px;
	padding: 4px 60px;
}
#clients .activeCompany {
    border: 2px solid #EA3582;
    border-radius: 30px;
    width: max-content;
}
/* #listViewStagedVideos{
	padding-bottom: 40px;
} */
#listViewActiveVideos, #listViewStagedVideos{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.connected-sortable .video {
	flex: 1 1 1 25%;
}

@media (max-width: 575px) {
	#clients .clientDetail {
		border: none;
	}
	div.video .sharingIcon {
		bottom: -5px;
		width: 20px;
		height: 28px;
	}
}


.videoPreview {
	width: 114%;
    height: 142.3%;
    position: absolute;
    top: -10%;
    left: -7%;
    right: 0;
    background-color: white;
	border: 1px solid black;
    z-index: 999;
	display: flex;
	flex-direction: column;
	padding: 0;
    /* padding-bottom: 100px; */
}
.videoPreview iframe{
	height: calc(100%);
	width: 100%;
	background-color: black;
}

.videoPreviewTitle{
	font-size: 16px;
	font-weight: bold;
	font-family: "Roboto","Arial",sans-serif ;
	padding: 0 5px;
	
	color: grey;
	/* height: 30px; */
	display: flex;
	align-items: center;
	padding-left: 1.1rem !important;
}
.videoPreviewDetails{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 1.1rem;
}
.videoPreviewDetailsViews{
	text-align: left;
	font-size: 12px;
	font-family: "Roboto","Arial",sans-serif ;
	padding: 0 5px;
	color: grey;
	height: 16px;
	display: flex;
	padding-left: 0px;
	align-items: center;
}
.videoPreviewDot{
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: grey;
	margin: 0 3px;
}
.videoTitle.time{
	padding-left: 5px !important;
}
.video img{
border:1px solid lightgrey;
}

.videoPreviewDetailsTime{
	font-size: 12px;
	font-family: "Roboto","Arial",sans-serif ;
	padding: 0 5px;
	color: grey;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.videoPreviewCopyBox{
	padding: 5px;
	font-size: 14px;
}
.videoPreviewCopyButton{
	height: 36px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E9E9E9;
	color: black;
	border-radius: 3px;
}
.videoPreviewCopyButton i{
	padding-left: 5px;
}
/* mobile settings */
div.video.mobile-preview{
	
	display: flex;
	align-items: center;
	justify-content: center;
}
div.video.mobile-preview{
	max-height: 290px;
	min-height: 290px;
	height: 290px;
	/* width: auto; */
}
div.video.mobile-preview img{
    max-height: 225px;
    min-height: 225px;
    height: 225px;
    width: 100%;
}
#mobileVideoPreview{
	position: absolute;
    top: 10px;
    left: 5px;
    right: 5px;
    max-height: 230px;
    min-height: 230px;
    height: 230px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobileVideoPreview iframe{
	height: 100%;
	width: 100%;
}

.customPathPopUp{
	position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    padding: 10px;
    box-shadow: 2px 2px 5px 1px grey;
    border-radius: 5px;
    transform: translate(-50%, -50%);
	width: 270px;
	z-index: 9999;
}

/* .customPathPopUp .form-group input[type="checkbox"] {
	visibility: hidden;
 

} */
/* .customPathPopUp input[type="checkbox"] + label:before {
	border: 1px solid #333;
	content: "\00a0";
	display: inline-block;
	font: 16px/1em sans-serif;
	height: 16px;
	margin: 0 .25em 0 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
  }
  .customPathPopUp input[type="checkbox"]:checked + label:before {
	background: rgb(14, 14, 14);
	color: rgb(226, 226, 226);
	content: "\2713";
	text-align: center;
	transform: translateY(4px);
  }*/
#customPathInput:active, #customPathInput:focus{
	border: 1px solid #000000 !important;
	box-shadow: none !important;
} 

.customPathUpdate.btn{
	color: white;
	background-color: #000;
}
.customPathBtnSet{
	justify-content: space-between;
}
.img-thumbnail{
	max-height: 114px;

}
.threed.assetImage{
height: 200px !important;
width: 200px !important;
max-height: 200px !important;
}
.threed.assetImage img{
	height: 100%;
	width: 100%;
}
.assetModel {
	height: 300px;
    margin-bottom: 50px;
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
}
#orgUList .selected{
	background-color: #191919;
	color: white;
}
.optionsMenu {
	display: none;
	position: absolute;
    z-index: 99;
    width: 200px;
	background-color: #fff;
	border-radius: 4px;
	padding: 5px 0;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}
/* div.video .optionsMenu{
    left: -8%;
	bottom: 30%;
}
.table-row.video .optionsMenu{
    left: -6%;
	bottom: 0%;
} */

.albums .optionsMenu{
	position: absolute;
}
.albums div.video .optionsMenu{
	left: -8%;
	bottom: 30%;
}
.albums .table-row.video .optionsMenu{
	left: -6%;
	bottom: 0%;
}
.optionsMenuItem{
	height: 36px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.optionsMenuItem:hover{
	background-color: #e5e5e5;
}
.optionsMenuItem i{
	height: 100%;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.optionsMenuItem span, .optionsMenuItem label{
	padding-left: 5px;
	font-size: 14px;
	height: 100%;
	width: calc(100% - 36px);
	display: flex;
	align-items: center;
}
.optionsMenuItem label{
	width: auto;
	margin: 0;
	cursor: pointer;
}
.optionsMenuItem input{
	margin-left: 5px;
}
#orgsPopup .modal-body{
	max-height: 80vh;
	overflow: auto;
}
#orgsPopup .optionsMenuItem{
	padding: 0 5px;
}
#orgsPopup .optionsMenuItem.selected{
	background-color: #191919;
	color: white;
}



@media screen and (max-height: 870px) {
	.StagedTableWrapper{
		max-height: calc(350px + 36px) !important;
	}
}


.ActiveTableWrapper::-webkit-scrollbar-button, .StagedTableWrapper::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}
.ActiveTableWrapper::-webkit-scrollbar, .StagedTableWrapper::-webkit-scrollbar {
    width: 12px;
	height: 12px;
}
 
.ActiveTableWrapper::-webkit-scrollbar-track, .StagedTableWrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
	background-color: #e4e4e4;
}
.ActiveTableWrapper::-webkit-scrollbar-thumb , .StagedTableWrapper::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}
.ActiveTableWrapper::-webkit-scrollbar-thumb:active  , .StagedTableWrapper::-webkit-scrollbar-thumb:active  {
  background-color: #5d5d5d;
}

.ui-sortable-helper{
	cursor: grabbing;
}

.orgColorInput{
	width: 40px;
    height: 40px;
}
#asset_file{
	width: calc(100% - 40px);
	margin-right: 10px;
}
#saveImageBtn{
	background-color: #191919;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 50px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.connected-sortable {
	padding-bottom: 30px;
	overflow: auto;
}


/* Time Data Popup Styles */
.fullscreen-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

.popup-content {
    background: white;
    border-radius: 10px;
    padding: 30px;
    max-width: 600px;
    width: 90%;
    max-height: 80%;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
}

.popup-content .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #ff4444;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

.popup-content .close-btn:hover {
    background: #cc0000;
}

.popup-content h2 {
    color: #142d4c;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid #09D3F9;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}

.time-data-grid {
    display: grid;
    gap: 20px;
}

.time-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.time-item.start-time {
    border-left: 4px solid #09D3F9;
}

.time-item.end-time {
    border-left: 4px solid #28a745;
}

.time-item.duration {
    border-left: 4px solid #ffc107;
}

.time-item.encoded-time {
    border-left: 4px solid #17a2b8;
}

.time-item.tagged-time {
    border-left: 4px solid #6f42c1;
}

.time-item.validation-passed {
    background: #d4edda;
    border-left: 4px solid #28a745;
}

.time-item.validation-failed {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
}

.time-item h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.time-item.start-time h3 {
    color: #09D3F9;
}

.time-item.end-time h3 {
    color: #28a745;
}

.time-item.duration h3 {
    color: #ffc107;
}

.time-item.encoded-time h3 {
    color: #17a2b8;
}

.time-item.tagged-time h3 {
    color: #6f42c1;
}

.time-item.validation-passed h3 {
    color: #28a745;
}

.time-item.validation-failed h3 {
    color: #dc3545;
}

.time-item p {
    margin: 0;
    font-weight: bold;
    color: #333;
}

.time-item .epoch-text {
    margin: 5px 0 0 0;
    font-size: 0.9em;
    color: #666;
    font-weight: normal;
}

.popup-close-button {
    background: linear-gradient(180deg, #385170 0%, #1E2D5D 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease;
    margin-top: 25px;
}

.popup-close-button:hover {
    background: linear-gradient(180deg, #2C1E4A 0%, #142d4c 100%);
}

@media (max-width: 768px) {
    .popup-content {
        width: 95%;
        padding: 20px;
        max-height: 90%;
    }
    
    .popup-content h2 {
        font-size: 24px;
    }
    
    .time-item {
        padding: 12px;
    }
    
    .time-item h3 {
        font-size: 16px;
    }
}