@font-face {
  font-family: 'Roboto';
  src: url('font/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
}

html * {
  user-select: none;
  font-family: roboto;
}

html, 
body,
#wrapper-editor{
  height: 100%; 
}

#loader{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: white;
  z-index: 99999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#uploadfile,#uploadfileImagesSettings,#uploadfileExcel {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 20px;
  margin: 20px; 
  height: calc(100% - 40px) !important; 
  text-align: center;
}

.draged{
  background-color: whitesmoke !important;
  border: 2px dashed #a1a1a1;
}

#uploadIconSettings{
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 25px);
  z-index: 1;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

#uploadIcon{
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  z-index: 1;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.dropzone {
  height: 100%;
}

.selected-files {
  margin-top: 10px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

#fileinput{
  height: 100%;
  width: 100%;
}

.dragdrop-fileinput::-webkit-file-upload-button {
  visibility: hidden;
}

.dragdrop-fileinput {
  color: transparent;
  cursor: pointer;
}

.dragdrop-fileinput:hover::before {
  border-color: black;
}

.dragdrop-fileinput:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#svg{
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  background-color: white;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

svg {
  user-select: none;
}

#table-wrapper{
  overflow-y: auto;
  overflow-x: hidden;
  display:block;
  width:100%;
  height: calc(100% - 30px);
}


/* Editor Btns */

.btnLine{
  width: 100%;
  height: 48px;
  display: inline-flex;
  position: relative;
}

.col{
  padding: 3px;
}

.col-3{
  padding: 0px;
}

#wrapper-editor{
  background-color: whitesmoke;
}

.btnGroup{
  margin: 5px;
  border: 1px solid #9A9898;
  border-radius: 10px;
  background-color: #e9e9e9;
}

.btnGroupHeader{
  height:20px; 
}

.btnGroupHeader p{
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  text-align: left;
}

.toolBtn{
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 3px;
  border: 1px solid #9A9898;
  border-radius: 10px;
  float: left;
  background-color: #F5F5F5;
}

.toolBtnDownload{
  width: 60px;
  height: 40px;
  padding: 5px;
  margin: 3px;
  border: 1px solid #9A9898;
  border-radius: 10px;
  float: left;
  background-color: #F5F5F5;
}

.toolBtnExport{
  width: 90px;
  height: 40px;
  padding: 5px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-top: 3px;
  border: 1px solid #9A9898;
  border-radius: 10px;
  float: right;
  background-color: #F5F5F5;
}

.toolBtnImport{
  width: 90px;
  height: 40px;
  padding: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-top: 3px;
  border: 1px solid #9A9898;
  border-radius: 10px;
  float: left;
  background-color: #F5F5F5;
}

.btnIconExport{
  height: 50%;
  float: right;
}

.btnIconImport{
  height: 50%;
  float: left;
}

.btnIconDownload{
  height: 100%;
}

.left{
  float: left;
}

.right{
  float: right;
}

.actionBtn:hover,
button:hover{
  background-color: #bdbdbd;
}

.actionBtn{
  padding: 3px;
  max-width: 30px;
  border-radius: 3px;
}

.actionBtnTab{
  padding: 3px;
  border-radius: 3px;
}

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

.btnActive{
  background-color: #9A9898;
  color:white;
}

.toolBtn:disabled:hover,
.toolBtn[disabled]:hover{
  background-color: #F5F5F5;
}

.toolBtn:disabled,
.toolBtn[disabled]{
  opacity: 0.3;
}

.editor{
  height: calc(100% - 183px);
  overflow: hidden;
  gap: 5px;
  margin-left: 0px;
  margin-right: 0px;
}

.table-wrapper thead{
  position: sticky;
  top: 0px;
  background-color: whitesmoke;
}

#table-wrapper table{
  border-radius: 10px;
  margin-top: 5px;
  background-color: whitesmoke;
}

#table-wrapper table select{
  border-radius: 6px
}

.bigBtn{
  height: 40px;
  padding: 5px;
  margin: 3px;
  border: 1px solid #9A9898;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.bigBtn img{
  margin-right: 3px;
}

#new-file{
  left: 3px;
}

.btnTextIconRight{
  float: right;
  height: 28px;
}

.btnTextIconLeft{
  float: left;
  height: 28px;
}

.btnText{
  margin: auto;
  display: inline-block;
}

.selectGroup{
  text-align: left;
}

.selectGroup .selectWrapper{
  margin-left: 5px;
  width: calc(100% - 55px); 
}

.selectGroup select{
  border-radius: 6px;
  width: 100%;
}

.selectHeader{
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
  text-align: left;
}

.selectHeader p{
  display: inline;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F5F5F5; 
  border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
  background: #9A9898; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #8a8989; 
}

.activeTab{
  display: block;
}

.tabGroup{
  height: 30px;
  width: fit-content;
  text-align: left;
  vertical-align: middle;
  border-radius: 15px;
  border: 1px solid #bdbdbd;
}

.tab{
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  float: left;
}

.tab:nth-child(n+2) {
 margin-left: 5px;
}

.tab:hover{
  background-color: #9A9898;
  border-radius: 15px;
}

.tabActive{
  background-color: #bdbdbd;
  border-radius: 15px;
}

.activeTable{
  display: block !important;
}

.table{
  display: none;
}

.bottombar{
  height: 50px;
  margin-top: 5px;
  /* border-radius: 5px; */
  border-top: 1px solid #9A9898;
  background-color: #e9e9e9;
}

.svg-wrapper{
  width: calc(100% - 300px);
  display: flex;
  justify-content: center;
  
  transition: width 0.5s ease-out;
  align-items: center;
  position: relative;
}

.table-area{    
  background-color: #e9e9e9;  
  max-width: 0px;
  transition: max-width 0.5s ease-out;
  z-index: 2;
  border-radius: 10px;
  height: calc(100% - 192px);
  position: absolute;
  right: 0;
}

.row{
    --bs-gutter-x: 0; 
    --bs-gutter-y: 0;
}

.container-fluid{
  --bs-gutter-x: 0; 
  --bs-gutter-y: 0;
}

#wrapper-settings{
  height:100%;
}

.settings-area{
  margin: 5px;
  margin-top:0px;
  border: 1px solid #9A9898;
  background-color: #e9e9e9;
  border-radius: 10px;

  text-align: left;
}

.settings-area-header{
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
  text-align: left;
}

.input-group{
  margin: 11px;
  width: calc(100% - 22px);
}
/**/
.input-group-prepend{
  width: 150px;
}

.settings-area select{  
  margin: 5px;
  border-radius: 5px;
  height: calc(100% - 5px);
}

.btn-select-btn{
  height: 40px;
}

.btn-select-btn button:last-of-type{
  float: right;
}

.btn-select-btn select{
  width: calc(100% - 153px);
}

.small{
  width: 50px;
}

#symbolsTab{
  height: 256px;
}

.previewWrapper{
  width: 100%;
  height: 100%;
  border: 1px solid black;
  margin: auto;
}

#symbolPreview{
  width: 100px;
  margin: auto;
  display: block;
  max-height: 135px;
}

.zoom-wrapper{
  margin: auto;
  display: flex;
}

#zoomText{
  padding-left: 5px;
  padding-right: 5px;
}

#alert{
  position: fixed;
  top: 0px;
  left: calc(50% - 150px);
  width: 300px;
  height: fit-content;
  border-radius: 25px;
  z-index: 9999999999999999;
}

#alert-msg{
  padding: 10px;
  line-height: 15px;
}

.success{
  background-color: rgba(235, 255, 232, 1);
  border: 1px solid rgba(108, 255, 81, 1);
}

.error{
  background-color: rgba(255, 202, 202, 1);
  border: 1px solid rgba(235, 0, 0, 1);
}

#toast-container{
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: 9999999999999;
}

.toast{
  margin: 5px;
}

:root {
  --tooltip-font-size:14px;
  --tooltip-max-width: 200px;
  --tooltip-color: #fff;
  --tooltip-bg: #000;
  --tooltip-border-radius: 8px;
  --tooltip-opacity: 0.9;
  --tooltip-padding-y: 5px;
  --tooltip-padding-x: 5px;
  --tooltip-margin: 0;

  --tooltip-arrow-width: 8px;
  --tooltip-arrow-height: 4px;
  --tooltip-arrow-color: var(--tooltip-bg);
}

.tooltip {
  font-size: var(--tooltip-font-size);
  max-width: var(--tooltip-max-width);
  color: var(--tooltip-color);
  background-color: var(--tooltip-bg);
  border-radius: var(--tooltip-border-radius);
  opacity: var(--tooltip-opacity);
  padding: var(--tooltip-padding-y) var(--tooltip-padding-x);
  margin: var(--tooltip-margin);
}

.btn-success{
  margin: 5px;
}

.btn-danger{
  margin: 5px;
}

#replaceImgUploadArea{
  position: fixed;
  width: 300px;
  height: fit-content;
  left: calc(50% - 150px);
  top: calc(50% - 100px);
  z-index: 10;
  background-color: white;
  border-radius: 20px;
}

#uploadLoader{
  position: absolute;
  left: calc(50% - 4rem);
  top: calc(50% - 4rem);
  z-index: 1;
  width: 8rem;
  height: 8rem;
  pointer-events: none;
}

#styles{
  position: relative;
}

.styles-wrapper{
  position: absolute;
  max-height: 200px;
  top: 26px;
  left: 0;
  background: white;
  border: 1px solid black;
  width: 100%;
  padding: 5px;
  z-index: 9;
  overflow-y: auto;
}

.custom-option:hover{
  background-color: #0d6efd;
  color: white;
}

.custom-option{
  width: 200px;
  word-break: break-all;
}

.hidden{
  display: none;
}

.visible{
  display: block !important;
}

.select-title{
  border-radius: 6px;
  width: 100%;
  background-color: white;
  border: 1px solid;
  padding-left: 4px;
  padding-right: 4px; 
  margin: 0;
  width: 222px;
  overflow: hidden;
  white-space: nowrap;
}

.previewImg{
  float: right;
  display: inline-block;
  height: 20px;
}

td{
  word-break: break-all;
}

table select{
  width: calc(100% - 20px);
}

.center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.center form {
  max-width: 100%;
  padding: 40px;
  border: 1px solid;
  border-radius: 40px;
  border-color: #a0a2a5;
}

.save-btn{ 
  width: 150px;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 10px;
  background-color: #198754;
  color: white;
}

.propertie{
  width: 280px;
  display: inline-block;
}

.recentFile{
  height: 20vh;
  border: 1px solid;
  border-color: #a0a2a5;
  margin: 20px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
}



.recentFilePreview{
  height:80%; 
  max-width: 100%;
  opacity: 0.7;
}

.recentFilePreview:hover{
  opacity: 1;
}

.recentFileTitle{
  position: absolute;
  bottom: 0px;
  width: calc(100% - 2rem);
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  margin: 0;
  display: -webkit-box;
  margin-left: 1rem;
  margin-right: 1rem;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.headerArea{
  height: 60px;
}

.recentWorked{
  height: calc(100vh - 350px);
}

.uploadNewFileArea{
  height: 270px;
}

.manageIcon{
  padding: 5px; 
  cursor: pointer;
  border-radius: 5px;
}

.manageIcon:hover{
  background-color: #e3e3e3;
}

.subrow{
  padding-left: 30px;
}

.subrow .col{  
  word-break: break-all;
}

.subrow *{
  font-size: 90%;
}

.header{
  font-size: 120%;
  font-weight: bold;
}

.sync-wrapper{
    margin: auto;
    display: flex;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
}

.red-status{
  background-color: red; 
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-top: auto;
  margin-bottom: auto;
}

.yellow-status{
  background-color: yellow; 
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-top: auto;
  margin-bottom: auto;
}

.green-status{
  background-color: green; 
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-top: auto;
  margin-bottom: auto;
}

.status-message{
  margin-left: 5px;
  margin-bottom: 0px;
}

.btn-toggle-content-view{
  position: fixed;
  top: 135px;
  right: 8px;
  height: 34px;
  width: 34px;
  border: 1px solid;
  padding: 5px;
  border-radius: 22px;
  cursor: pointer;
  z-index: 3;
  background-color: #F5F5F5;
}

.btn-toggle-content-view:hover{  
  background-color: #bdbdbd;
}

.fullscreen-editor{
  width:100%; 
}

.disabled{
  width: 100%; 
  height: 100%;
  position: fixed;
  opacity: 0.4;
  background-color: black;
  z-index: 9999999;
}

.deleteIconRecent{
  position: absolute;
  right: 2px;
  top: 2px;
  width: 50px;
  height: 50px;
  border: 1px solid #a0a2a5;
  border-radius: 18px; 
  background-color: white;
}

.deleteIconRecent:hover{
  background-color: #F5F5F5;
}

.mobileBtn{
  display: none;
}

#mobileSteps{
  display:none;
}

@media screen and (min-width: 800px) and (max-width: 1400px) {
  .svg-wrapper{
    width:100% !important;
  }
}

@media screen and (min-width: 630px) and (max-width: 800px) {
  .svg-wrapper{
    width:100% !important;
  }

  #bigSteps{
    display:none;
  }

  #mobileSteps{
    display: block;
    margin: auto;
  }

  #syncStatusMessage{
    display: none;
  }

  .sync-wrapper {
    width: 20px;
  }

  .tooltip{
    display: none;
  }
}

@media screen and (min-width: 500px) and (max-width: 630px) {
  .svg-wrapper{
    width:100% !important;
  }

  .tooltip{
    display: none;
  }
  
  #syncStatusMessage{
    display: none;
  }

  #bigSteps{
    display:none;
  }

  .mobileBtn{
    display: flex;
  }

  .table-area{
    width: calc(50% - 10px);
  }

  .btn-toggle-content-view{
    top: 8px;
  }

  .toolbar{
    display: none;
  }

  .editor{
    height: calc(100% - 55px);
  }
  
  .table-area{
    height: calc(100% - 58px);
  }

  #importExcel{
    display: none;
  }
  
  .recentWorked{
    height: calc(100vh - 230px);
  }
  
  .uploadNewFileArea{
    height: 150px;
  }

  .mobileBtn{
    margin-left: auto;
  }

  #zoomText{
    display: none;
  }
  
  #zoomPlusBtn{
    display: none;
  }
  
  #zoomRange{
    display: none;
  }
  
  #zoomMinusBtn{
    display: none;
  }
  
  .zoom-wrapper{
    margin: unset;
  }

  #mobileSteps{
    display: block;
    margin: auto;
  }

  .sync-wrapper {
    width: 20px;
  }
}

@media screen and (max-width: 500px) {
  .svg-wrapper{
    width:100% !important;
  }

  .tooltip{
    display: none;
  }

  .sync-wrapper {
    width: 20px;
  }

  #syncStatusMessage{
    display: none;
  }

  #zoomText{
    display: none;
  }
  
  #zoomPlusBtn{
    display: none;
  }
  
  #zoomRange{
    display: none;
  }
  
  #zoomMinusBtn{
    display: none;
  }
  

  .zoom-wrapper{
    margin: unset;
  }

  #bigSteps{
    display:none;
  }

  #mobileSteps{
    margin: auto;
    display: block;
  }

  .mobileBtn{
    display: flex;
    margin-left: auto;
  }

  .table-area{
    width: calc(100% - 10px);
  }

  .btn-toggle-content-view{
    top: 8px;
  }

  .toolbar{
    display: none;
  }

  .editor{
    height: calc(100% - 55px);
  }

  #download-file{
    display: none;
  }

  .table-area{
    height: calc(100% - 58px);
  }

  #replaceImg, #importExcel{
    display: none;
  }

  .recentWorked{
    height: calc(100vh - 230px);
  }
  
  .uploadNewFileArea{
    height: 150px;
  }

  #fileTableContent td:nth-child(1){

  }

  #fileTableContent td:nth-child(2){
    width: 40%;
  }

  #fileTableContent td:nth-child(3){
    width: 20%;
  }

  #fileTableContent td:nth-child(4){
    width: 40%;
  }

  #fileTableContent td:nth-child(5){

  }

  #fileTableContent .sharedFrom{
    width: 80% !important; 
  }
}

.tblbtn{
  cursor: pointer;
}

.tblCheck{
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}

#multiEditTitle{
  font-size: 90%;
}

.emailList{
  list-style: none;
}

.emailPara{
  margin: 0px;
  height: 24px;
}

.deleteIconMail{
  float: left;
  height: 24px;
  cursor: pointer;
}

.deleteIconMail:hover{
  background-color: #e3e3e3;
}

#emailList{
  padding-left: 0px;
  margin-bottom: 20px;
}

.shareRow{
  cursor: pointer;
}

#embedPreview{
  max-width: 100%; 
  max-height: 100%; 
  display: block; 
  margin: 0 auto;
}

.export-form{
  display: none;
  margin: 5px;
}

.pointRow td{
  border: none;
}

.pointRow{
  vertical-align: middle;
  border-top-width: var(--bs-border-width);
}

.row .metadataCell:nth-child(2){
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}

.row .metadataCell:nth-child(3) {
  border-bottom: 1px solid var(--bs-border-color);
}

.row .metadataCell{
  width: 50% !important;
  padding: 3px;
}

.deleteIcon{
  width: 30px;
  margin-right: 5px;
}

#pointsList .deleteIcon{
  width: 22px;
  padding: 3px;
  border-radius: 3px;
  margin: auto;
}

#pointsList .deleteIcon:hover{
  background-color: #bdbdbd;
}

.subrows{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.domaindata{
  height: 400px;
  margin-top: -100px;
}

.directionContainer{
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}


.tableHeader{
  font-size: 16px;
  font-weight: bold;
  /*border-top: 1px solid var(--bs-border-color);  */
  padding-left: 11px;
  padding-top: 10px;
  text-align: left;
}

.tableHeader p{
  display: inline;
}

/*
.directionContainer img:nth-child(1){
  position: absolute;
  top: 38px;
  left: 0px;
}

.directionContainer img:nth-child(2){
  position: absolute;
  left: 20px;
  top: 18px;
}

.directionContainer img:nth-child(3){
  position: absolute;
  left: 20px;
  top: 58px;
}

.directionContainer img:nth-child(4){
  position: absolute;
  top: 38px;
  left: 40px;
}*/

#table-wrapper td{
  padding: 5px;
}

.expandMetadata{
  left: 69px;
  top: 5%;
  position: absolute;
}

.rotatePoint{
  float: right !important;
}
/*
.magnet{
  position: absolute;
  top: 38px;
  left: 20px; 
}*/

.btnDisabled{
  opacity: 0.5;
  pointer-events: none;
}

.subrowsMeta{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  position: relative;
}

.metadataCell td{
  padding: 0px !important;
}

.selectedMetadata{
  background-color: #dfefff;
}

.selectedMetadataParent{
  background-color: #dfefff;
}

.childImg{
  max-width: 300px; 
  max-height: 200px;
  width: auto; 
  height: auto; 
}

.uploadChildArea{
  height: 100px;
  width: calc(100% - 10px);
  border: 2px dashed #ccc;
  border-radius: 10px;
  position: relative;
  margin: 5px;
  cursor: pointer;
}

.dragdrop-fileinput-child{
  color: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.dragdrop-fileinput-child::-webkit-file-upload-button {
  visibility: hidden;
}

.dragdrop-fileinput-child{
  color: transparent;
  cursor: pointer;
}

.dragdrop-fileinput-child:hover::before {
  border-color: black;
}

.dragdrop-fileinput-child:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.childImgWrapper{
  height: 100px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.childImgWrapper img{
  max-width: 100%;
  max-height: 100%;
}

.imgActionContainer{
  display: block;
}

#pageinationContainer{
  justify-content: center;
  align-items: center;
  display: flex;
}

.searchTable tbody tr:hover{
  background-color: #ccc;
}