html {
  height: 100vh;
}

body {
	font-size: 1.1em;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
	background-color: #fff;
}


.rotateRight {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
  }
  
  .rotateLeft {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
  }
  


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff; 
  font-size: 5px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader.small{
  font-size: 2px;
  margin: auto;
  top: 50%;
  transform: translateY(-100%);
}
.loader.grey{
  color: rgb(145, 142, 142);
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes slideout {
  0%{
    transform:  translateX(0px);
    opacity: 1;
  }
  100% {
    transform:  translateX(1000px);
    opacity: 0;
    display: none;
  }
}


.rotate {
  /*
	width: 960px!important;
	height: 600px!important;
  */
  
	/*padding: 5px 46px!important;*/
	/*padding-top: 5px!important;*/
}


.rotate .mpadd {
  /*margin: 5px 25px!important;
  margin-left: 25px!important; */
}

.rotateIcn {
	position: absolute;
    right: 0;
    top: 0px;
    margin-top: 7px;
    margin-right: 18px;
    background: url('/rotate1.png');
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.bubble {
	display: flex;
  flex-direction: column;
  align-items: flex-start;
	width: 100%;
}

.bubble > div {	
	background: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 10px;
    border-radius: 5px 5px 5px 0px;
    color: #000;
    margin-left: 10px;
    margin-bottom: 5px;
}

.bubble > p {
  margin:  10px;
  box-sizing: border-box;
  font-size: 13px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #6f8496;
  font-weight: 500;
}

.dframe {
  
    /*
	  width: 164px;
    height: 240px;
    */
    
    /* background-color: red;
    text-align: center;
    display: block;
    -webkit-border-radius: 25px; */
    border-radius: 0px;/*42*/  
    /* background: #444;
    border: 1px solid #ddd;
    margin: auto; */
    /* position: absolute; */

    /* -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left; */
  /*
  -webkit-transition: all 500ms ease-in-out !important;
  transition: all 500ms ease-in-out !important;
  */
}

.screen {
	  transform: rotate(0deg);
    width: 100%;
    height: 100%;
    color: white;
    z-index: 2;
    text-align: center;
    display: block;
    -webkit-border-radius: 1px;
    border-radius: 1px;

    /*margin: 25px 5px;
    position: absolute; 
    margin-top: 25px; */

    /*-webkit-box-shadow: 0 0 0 3px #111;*/
    /*box-shadow: 0 0 0 3px #111;*/
}

.mscreen {
	/*box-shadow: 0 0 0 3px #111;*/
	/* background-color: #ddd; */
	/* background-color:#f1f1f1;
	height: 100%; */
  /*margin: 25px 5px; 
  margin-top: 25px;*/


    /* display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;

        border-radius: 0px; */
        /*background-color: #000; */
}

.fill-height {
  min-height: 100%;
}

.marvel-device.s5 {
	width: 400px;
}

.btn-group {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.btn-group button {
  background-color: #4CAF50; /* Green background */
  border: 1px solid green; /* Green border */
  color: white; /* White text */
  padding: 8px 15px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  width:33.3333%;
  /* height: 60px; */
  font-size: 75%;
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #3e8e41;
}

.height-zero
{
height:0px !important;
}

.file-explorer {
  overflow-y: hidden;
}

.file-explorer .dframe {
  width: 100%;
  border: none;
}






/* File Manager CSS */





.filemanager {
  width: 100%;
  height: 100vh;
}


/* .dframe{
  width: 100vw;
  height: 100vh;
} */

.bg {
  width: 100%;
  height: 100%;
}

.rectangle-6 {
  width: 100%;
  height: 100%;
  background: #FBFAFA 0% 0% no-repeat padding-box;
  border: 0px;
  opacity: 1;
}

.rectangle-2 {
  width: 100%;
  height: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 6px 10px 10px 10px;
}

.top-action {
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
}

.searchfunction {
  width: 128px;
  height:30px;
  margin-left: 5px;
  border:1px solid #c2c7c7;
  background-color:#ffffff;
  border-radius:4px;
  padding: 5px 5px 5px 10px;
}

.searchinput {
  width: 90px;
  height:100%;
  text-align:left;
  padding: 5px 5px 5px 0px;
  font: normal 12px/15px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.34px;
  color: #333333;
  border: 0px;
  border-radius:4px;
}

.searchinput::placeholder{
  color: #c2c7c7;
}

.searchinput:focus {
  outline:0 !important;
}

.searchfunction .search-icon {
  width: 12px;
  height: 12px;
  float: right;
  margin-top: 3px;
  opacity: 1;
}

.searchfunction .search-icon:hover, .search-icon:focus{
  cursor: pointer;
}

.searchfunction:hover {
  border: 1px solid #888888;
}

.searchfunction:focus {
  border: 1px solid #888888;
}

.button-1 {
  border: 1px solid #357ebd;
  height:30px;
  border-radius:4px;
  padding: 7px 10px;
  background: #428bca 0% 0% no-repeat padding-box;
  max-width:270px;
  min-width:83px;
  text-align: left;
  font: normal 12px/15px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.34px;
  color: #ffffff;
}

.button-1:hover {
  border: 1px solid #888888;
}

.button-1:focus {
  outline:0 !important;
}

.action-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.dropdown-menu {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  opacity: 1;
  padding: 10px 0px 10px 0px;
}

.dropdown-menu button {
  background: transparent;
  border: 0px;
  width: 100%;
  height: 24px;
  text-align: left;
  font: normal 12px/15px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.34px;
  color: #333333;
  opacity: 1;
  text-decoration: none;
  padding: 0px;
}

.dropdown-menu button:focus {
  outline:0 !important;
}

.dropdown-menu li {
  height: 24px;
  padding: 5px 10px 5px 13px;
}

.dropdown-menu li:hover {
  background-color: #F9F9F9;
}

.dropdown-menu li img {
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 3px;
}

.dropdown-menu li i {
  font-size: 12px;
  font-weight: 400;
}

.dropdown-menu li span {
  padding-left: 14px;
}

.line-1 {
  width: 100%;
  margin: 0px;
  border: 0.5px solid #F1F1F1;
  opacity: 1;
}

.content {
  width: 100%;
  height: 100%;
}

.side-nav {
  width: 22%;
  height: 100%;
  padding: 15px 15px 0px 0px;
}

@media only screen and (max-width:500px){
 .side-nav{
   width: 28%;
 }
}

@media only screen and (max-width:400px){
  .side-nav{
    width: 34%;
  }
 }

 @media only screen and (max-width:320px){
  .side-nav{
    width: 44%;
  }
 }

.rectangle-26 {
  width: 100%;
  min-height: 72px;
  background: #F9F9F9 0% 0% no-repeat padding-box;
  opacity: 1;
  border: 0px;
  margin-bottom: 8px;
}

.rectangle-26:focus {
  outline:0 !important;
}

.fa-caret-down {
  padding-top: 1px;
  float: right;
}

.side-nav-box-1 {
  width: 100%;
  height: 60%;
  padding: 15px 0px 0px 10px;
}

.side-nav-box-2 {
  width: 100%;
  height: 40%;
  padding: 1px 10px 12px 10px;
}

.text-1 {
  text-align: left;
  font: normal 17px/21px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.48px;
  color: #6E829B;
  opacity: 1;
}

.menu-nav-arrow-2 {
  width: 10px;
  height: 11px;
  margin-top: 7px;
  background: transparent 0% 0% no-repeat padding-box;
  opacity: 1;
}

.text-2 {
  width: 100%;
  height: 100%;
  text-align: left;
  font: normal 10px/12px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.28px;
  color: #888888;
  opacity: 1;
}

.line-2 {
  width:0px;
  height: 100%;
  margin: 0px;
  border: 1px solid #F1F1F1;
  opacity: 1;
}

.container-board {
  width: 100%;
  height: 100%;
  padding: 16px 37px 0px 31px;
}

.file-path {
  width: 100%;
  min-height: 30px;
  overflow-x: visible;
  margin-bottom: 6px;
  white-space: nowrap;
}

.folder-icon-breadcrumbs {
  width: 14px;
  height: 12px;
  margin: 1px 2px 0px 0px;
}

.file-path-name {
  margin: 0px 3px 0px 3px;
  padding: 0px;
  text-align: left;
  font: normal 13px/16px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #888888;
  opacity: 1;
  cursor: pointer;
}

.file-path-name:hover {
  opacity: 0.75;
}

.greater-than-symbol {
  margin: -1px 0px 0px 4px;
}

.greater-than-symbol img {
  height: 8px;
  width: 7px;
}

.file-path-name-current {
  margin: 0px 0px 0px 3px;
  text-align: left;
  font: normal 13px/16px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #131111;
  opacity: 1;
}

.selection-menu {
  width: 100%;
  height: 14px;
  margin: 4px 0px 20px 0px;

}

.rectangle-7 {
  margin-right: 16px;
}

.folder-view .rectangle-7 {
  margin-right: 0px;
}

.checkbox {
  width: 12px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  border: 0.5px solid #F1F1F1;
}

.checkbox:focus {
  outline:0 !important;
}

.sort-by {
  width: 51px;
  height: 13px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0px;
  text-align: left;
  font: normal 13px/16px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.34px;
  color: #6E829B;
  opacity: 1;
  padding: 0px;
  cursor: default;
}

.sort-by:focus {
  outline:0 !important;
}

.line-3 {
  width: 100%;
  margin: 0px;
  border: 0.5px solid #F1F1F1;
  opacity: 1;
}

.explorer {
  height: 100%;
  padding-bottom: 200px;
}

.container-view {
  overflow-y: scroll;
  width: 100%;
  max-height: 98%;
}

.folder-view {
  width: 100px;
  min-height: 85px;
  max-height: 135px;
  margin: 26px 18px 0px 0px;
  padding: 10px 0px 7px 4px;
}

.folder-view.background-color {
  background-color: #F9F9F9;
}

.folder-icon-name {
  width: 73px;
  min-height: 100%;
  cursor: pointer;
}

.folder-icon {
  margin-left: 12px;
  position: relative;
  width: 60px;
  height: 50px;
}

.folder-icon-img {
  margin: auto;
  height: 50px;
}
.folder-icon-img.cancel-btn{
  position: absolute;
  background: none;
  border: none;
  padding: 0px 5px;
  width: 55px;
  height: 55px;
  top: 0px;
  left: 0px;
}

.folder-name {
  width: 100%;
  max-height: 100%;
}

.folder-name .text, .filesizetext {
  margin: 0px;
  padding: 16px 0px 0px 12px;
  width: 100%;
  max-height: 100%;
  text-align: center;
  font: normal 12px/15px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.34px;
  color: #6E829B;
  opacity: 1;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.filesizetext{
  -webkit-line-clamp: 1;
  padding: 0px 0px 0px 6px;
}

.modal-dialog {
  top: 25%;
  width: 575px;
  min-height: 209px;
  max-height: 467px;
}

.modal-for-controls {
  margin-top: auto;
  min-height: unset;
  display: flex;
  flex-direction: column;
  color: black;
  padding: 10px;
}
.modal-for-controls p {
  margin-bottom: 0px;
}
.modal-title-wrapper, .model-content-wrapper, .model-actionbtn-wrapper {
  width: 100%;
  padding: 15px;
  display: flex;
} 



.model-content-wrapper {
  min-height: 80px; 
  display: flex;
  align-items: center;
}

.model-content {
  background-color: #fff ;
  padding: 30px 20px 20px 20px;
  color: #6e829b;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 1.428571429;
}

.modal-title-wrapper {
  align-items: center;
  justify-content: space-between;
  background: #517B9E 0% 0% no-repeat padding-box;
  border-radius: 4px 4px 0px 0px;
  opacity: 1;
}

.remote-modal-title {
  font-family: 'Lato', sans-serif;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  width: 100%;
  margin: 0;
  line-height: 1.428571429;
}

.modal-dismiss {
  width: 22px;
  height: 26px;
  opacity: 1;
  border: none;
  background: none;
  color: #41627E;
}

.model-actionbtn-wrapper{
  justify-content: right;
  align-items: center;
}
.model-actionbtn{
  justify-content: right;
  align-items: center;
  width: 153px;
  height: 38px;
/* UI Properties */
  background: #428BCA 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border: none;
  opacity: 1;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.model-actionbtn:hover, .model-actionbtn:focus{
  color: #fff;
  background-color: #357ebd;
}


.modal-content {
  width: 100%;
  min-height: 204px;
  max-height: 467px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 27px #00000015;
  border-radius: 4px;
  opacity: 1;
}

.modal-header {
  width: 100%;
  height: 53px;
  padding: 17px 20px 16.5px 28px;
  border-bottom: 1px solid #F1F1F1;
}

.modal-title {
  text-align: left;
  font: normal 16px/19px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.45px;
  color: #333333;
  opacity: 1;
}

.modal-header .close {
  padding: 0px;
  margin: 0px;
  opacity: 1;
  font-size: 15px;
  font-weight: 300;
  color: #888888;
}
.closesearch{
  font-size: 17px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  color: #000 !important;
  opacity: .3 !important;
}

.modal-header .close:focus {
  outline:0 !important;
}

.modal-file-view {
  height: 341px;
}

.modal-file-path {
  height: 49px;
  text-align: left;
  font: normal 13px/16px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.36px;
  opacity: 1;
  padding: 16.5px 32px 11.5px 32px;
  border-bottom: 1px solid #F1F1F1;
}

.modal-file-path .file-path {
  margin: 0px;
}

.modal-file-path .file-path-name-current {
  color: #0A0A0A;
}

.modal-body {
  overflow: scroll;
  padding: 8.5px 32px 0px 32px;
  height: 100%;
}

.file-view {
  padding: 12.5px 0px 15px 5px;
  border-bottom: 0.5px solid #F1F1F1;
  cursor: pointer;
}

.file-view-icon img{
  width: 34px;
  height: 28px;
}

.file-view-name {
  width: 100%;
  text-align: left;
  font: normal 14px/17px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.39px;
  color: #333333;
  opacity: 1;
  padding: 5px 0px 0px 30px;
}

.modal-footer {
  border: 0px;
  padding: 10px 30px 25px 47.5px;
}
.modal-footer.download{
  border-top: 1px solid #F1F1F1;
  padding-top: 17px;
  padding-bottom: 10px
}
.modal-main-content {
  height: 83.5px;
  padding: 32.5px 91px 0px 28px;
}
.modal-main-content.download{
  padding-bottom: 86.5px;
}

.modal-main-content p {
  text-align: left;
  font: normal 14px/17px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.39px;
  color: #333333;
  opacity: 1;
}

.modal-footer button {
  width: 114px;
  height: 36px;
  border: 1px solid #C2C7C7;
  border-radius: 4px;
  opacity: 1;

  text-align: center;
  font: normal 14px/17px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.39px;
  color: #888888;
}

.button-paste button{
 background-color: #428BCA;
 color: #FFFFFF;
}

.modal-footer .new-folder {
  width: 124px;
  height: 16px;
  border: none;
  border-radius: 0px;
  text-align: left;
  font: normal 12px/15px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.34px;
  color: #428BCA;
  opacity: 1;
  cursor: pointer;
}

.new-folder .fa-plus {
  padding-right: 9.5px;
}

.action-button button {
  color: #FFFFFF;
  background: #428BCA 0% 0% no-repeat padding-box;
  border: none;
}

#loadModal .modal-content {
  min-height: 170px;
}

#loadModal .modal-body {
  padding: 32.5px 0px 42px 28px;
}

.load-content {
  text-align: left;
  font: normal 14px/17px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.39px;
  color: #333333;
  opacity: 1;
}

.load-progress {
  text-align: left;
  font: normal 10px/12px Lato, sans-serif;
  font-weight: 400;
  letter-spacing: -0.28px;
  color: #888888;
  opacity: 1;
  margin-top: 9px;
}

.load-progress .progress {
  height: 10px;
  width: 88px;
  margin: 2.5px 8px 0px 0px;
  border-radius: 2px;
}

.load-progress .progress-bar {
  background-color: #428BCA;
}

.load-text {
  height: 10px;
}

#newfolderModal .modal-body {
  padding-top: 20px;
}

.foldername-input {
  margin-top: 10px;
}

.foldername-input .form-control {
  border: 0px;
  border-bottom: 2px solid #FFFFFF;
  transition: none;
  transition: border 200ms;
}

.form-control:focus {
  border-radius: 0px;
  outline:0 !important;
  box-shadow: none;
  border-bottom: 2px solid #F1F1F1;
}

.form-control::placeholder {
  color: #c2c7c7;
}

#newfolderModal .modal-footer {
  margin-top: 10px;
  padding: 0px;
}

#newfolderModal button {
  width: 80px;
  height: 33px;
}

button:focus {
  outline:0 !important;
}

.modal-backdrop {
  opacity: 0.2 !important;
  max-width: 94%;
  margin-left: 3%;
}

.load-more-button{
  cursor: pointer;
  padding-top: 10px;
}

.load-text{
  /* font: normal 17px/21px Lato, sans-serif; */
  font-weight: 400;
  color: #6E829B;
}

.down-arrow{
  width: 7px;
  height: 7px;
}

.nothing{
  color: #6e829b;
  font-size: 20px;
  padding-top: 25px;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 1px 4px #00000026;
  padding:10px;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-size: 40px;
}

.settingsbtn {
  padding: 20px 27px;
  line-height: 1.5;
  color: #333;
  text-align: left;
	min-width: 335px;
	position: absolute;
	top: 98px;
	left: -430px;
	z-index: 1000;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
	border-radius: 15px;
	 
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  border-radius: 2px;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*==========================================================
                    REMOTE VIEW FRAME
===========================================================*/
body{
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.remote-section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: unset;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset; */
  font-family: Arial, sans-serif;
  color: #fff;
  background-color: #FFFFFF;
  height: 90%;
  width: 100%;
  padding:0px;
}
.sidecontrollbar{
  height: 100%;
  width: 200px;
  margin-top: 87px;
}

.controlspace {
  height: 100%;
  width: 70px;  
}

.sidebarbtn, .remotefeaturebtn{
  width: 100%;
  padding: 12px;
}
.sidebarbtn > p {
  margin-bottom: 0px;
  font-size: 15px;
}

.remotefeaturebtn{
  display: flex;
  align-items: center;
  height: 55px;
  width: 80%;
  justify-content: center;
  border: unset;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
  background-color: unset;
}
.remotefeaturebtn > p {
  font-size: 14px;
}
.sidebarbtn {
  display: flex;
  background-color: unset;
  align-content: center;
  justify-content: center;
  height: 50px;
  gap: 15px;;
  border: solid 1px rgb(197, 196, 196);
}
.sidebarbtnactive {
  background-color:rgb(26 26 160 / 28%);
}

.remoteoptionsbtncontainer{
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: max-height 0.2s ease-out;
}
.notifyusercheckcontainer {
  display: flex;
  gap: 10px;
  align-items: center;
}
.controlbtnimg{
  width: 30px;
  height: 30px;
}
.dframewrapper{
  flex: 1;
  height: 100%;
  position: relative;
}
.dframe {
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
}
.dframe #positioner video.owr-overlay-video {
  /*box-sizing: inherit;*/
  box-shadow: none;
  color: inherit;
  display: block;
  float: none;
  font: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  letter-spacing: 0;
  line-height: inherit;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  padding: 0;
  position: static;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  transition: none;
  word-wrap: normal;
  -webkit-tap-highlight-color: rgb(255,255,255);
  -webkit-user-select: none;
  -webkit-font-smoothing: antialiased;

  background: transparent;
  display: block;
  height: 100%;
  max-height: none;
  max-width: none;
  position: static;
  visibility: visible;
  width: 100%;
  object-fit: contain;
}
.dframe-container{
  display: block;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.dframe-control{
  height: 100%;
  /* overflow: hidden; */
  position: relative;
  width: 100%;
}
.h-video-wrapper{
  /*box-sizing: inherit;*/
  box-shadow: none;
  color: inherit;
  display: block;
  float: none;
  font: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  letter-spacing: 0;
  line-height: inherit;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  padding: 0;
  position: static;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  transition: none;
  word-wrap: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
  -webkit-font-smoothing: antialiased;

  height: 100%;
  position: relative;
  top: 0px;
  width: 100%;
  opacity: 1;
  background-color: rgb(0, 0, 0);
  background-color: #fff;
}
.h-video-container{
  position: relative;
  -webkit-box-shadow: 1px 1px 7px 0px #ccc;
  -moz-box-shadow: 1px 1px 7px 0px #ccc;
  box-shadow: 1px 1px 7px 0px #ccc;
}

.recording-sign-wrapper {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
}

.rightcontrolbtn {
  all: unset;
  transition: transform 0.5s ease;
}

.rightcontrolbtn > img {
  float: left;
}

.right-video-controls {
  position: absolute;
  top: 80px;
  right: -86px;
  width: 75px;
  color: black;
  display: flex;
  flex-direction: column;
  color: black;
  gap: 12px;
}

.right-video-controls.bottom-on-bottom,  .right-video-controls.bottom-on-right{
  top: 80px;
  right: -86px;
  left: unset;
  bottom: unset;
}
.right-video-controls.bottom-on-bottom {
  flex-direction: column;
  transform: rotate(0deg);
}
.right-video-controls.bottom-on-right {
  flex-direction: row;
  transform: rotate(90deg);
}
.right-video-controls.bottom-on-top, .right-video-controls.bottom-on-left {
  top: unset;
  right: unset;
  bottom: 80px;
  left: -86px;
}
.right-video-controls.bottom-on-top {
    transform: rotate(180deg);
    flex-direction: column;
}

.right-video-controls.bottom-on-left {
  flex-direction: row;
  transform: rotate(-90deg);
}
.record-duration {
  margin-left: 30px;
  font-size: 15px;
}

.qualityBtn {
  width: 24px;
  height: 24px;
  opacity: 1;
  border: none;
  background: url('../img/settings.png') 0% 0% no-repeat padding-box;
}
.rotateBtn {
  width: 24px;
  height: 24px;
  opacity: 1;
  border: none;
  background: url('../img/rotate-right.png') 0% 0% no-repeat padding-box;
}
.screenshotBtn {
  width: 24px;
  height: 24px;
  opacity: 1;
  border: none;
  background: url('../img/screenshot.png') 0% 0% no-repeat padding-box;
}
.startRecBtn {
  width: 24px;
  height: 24px;
  opacity: 1;
  border: none;
  background: url('../img/start-recording.png') 0% 0% no-repeat padding-box;
}
.pauseRecBtn {
  width: 24px;
  height: 24px;
  opacity: 1;
  border: none;
  background: url('../img/pause-recording.png') 0% 0% no-repeat padding-box;
}
.resumeRecBtn {
  width: 24px;
  height: 24px;
  opacity: 1;
  border: none;
  background: url('../img/resume-recording.png') 0% 0% no-repeat padding-box;
}
.stopRecBtn {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  opacity: 1;
  border: none;
  background: url('../img/stop-recording.png') 0% 0% no-repeat padding-box;
}
.dropdown-content a{
  font-size: 14px;
  padding: 4px 6px;
}
.settingsbtn{
  top: 20px;
  left: -88px;
  border-radius: 4px;
  padding: 6px 6px;
  min-width: 120px;
  line-height: 1.2;
}
.settingsbtn.dropdown-content > a{
  font-size: 14px!important;
}
.settingsbtn.dropdown-content a i{
  font-size: 14px;
  color: rgb(99, 197, 99);
  float: right;
}
.btn-group{
  position: relative;
  bottom: 0px;
}
.btn-request-control {
    padding: 5px 10px;
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-request-control:hover, .btn-request-control:focus, .btn-request-control:active, .btn-request-control.active{
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}


.rightMenu {
  display: flex;
  align-items: space;
  flex-direction: column;
  position: absolute;
  top: 0;
  row-gap: 5px;
  z-index: 3;
  height: 300px;
  width: 50px;
}
.dframe #positioner video.owr-overlay-video.video{
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.loader-div{
  width: 100%;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.loader-div.bg-white{
  background-color: #FFFFFF;
}
.file-explorer-dropdown{
  position: relative;
  right: 0px;
}
.file-explorer-container{
  background-color: #ddd;
  width:100%;
  height:100%;
}
button:disabled {
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
    color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
    border-color: -internal-light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
}

.copywait{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #cccccc;
  opacity: .5;
  padding: 5px;
}
.copywait .fa-3x{
  margin-top: 40%;
  margin-left: 45%;
}
.copywait .fa-spinner{
  color: #fff;
}
/* file download progress ring and cancel download */

.progress-ring {
  fill: none;
  stroke: #191919;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 0, 1000;
  transition: stroke-dasharray 0.8s ease-in-out;
  transform: rotate(-90deg); /* Rotate the circle to start from the top */
  transform-origin: 50% 50%;
}
.ring-container{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
}
.cross{
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translate(-50%,-50%);
} 

/* notification in file explorer */
.fxplrnotification{
  margin: -10px 0px 8px 0px;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 5px;
  border-radius: 4px;
  box-shadow: none;
  text-align: center;
  font-size: 17.5px;
  }

  .info-notif {
    background-color: #0c0b0b12;
    color: rgb(51 46 46);
  }
  .alert-notif {
    background-color: red;
    color: white;
  }
  .success-notif {
    background-color: #3e8e41;
    color: white;
  }
  .alert-notif, .success-notif{
    -webkit-animation: slideout 2s ease 3s forwards;
    -moz-animation: slideout 2s ease 3s forwards;
    -ms-animation: slideout 2s ease 3s forwards;
    -o-animation: slideout 2s ease 3s forwards;
    animation: slideout 2s ease 3s forwards;
  }
  .reverseslideout{
    transform:  translateX(0px);
    opacity: 1;
    display: block;
  }
  .beta_tag{
    width: 30px !important;
    margin-left: 5px !important;
  }
  .li_dsplay{
    display: flex;
  }
