.editorily {

  /* margin-top: ; */
  height: 100%;
  width: 100%;
  /* background-color:white; */
  display: flex;


}

.sidenav {

  z-index: 1;
  /* background-image: url("image/mono_blue.png"); */
  background-size: cover;
  background-color: #F3F3F3;
  overflow-x: hidden;
  transition: 0.5s;
  /* filter: grayscale(100%); */

  height: 100%;
  width: 0%;
  min-width: 0px;


}


.container {

  overflow: hidden;
  background-color: rgb(44, 45, 43);
  transition: margin-left .5s;


  height: 100%;

  flex: 1;
  /* margin-top: 20px; */
  /* margin-left:25px; */

}

.sidenav2  {


  /* resize: horizontal; */
  z-index: 1;
  background-color: #F3F3F3;
  /* background-image: url("image/mono_blue.png"); */
  /* background-size: cover; */
  /* background-color: #1a1a1a; */
  /* background-color: #aa3333; */
  /* border-left: 5px solid rgb(65, 64, 64); */
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.5s;
  /* filter: grayscale(100%); */

  height: 100%;

  width: 0%;
  min-width: 0px;
  /* filter: sepia(60%); */
  /* filter: none; */
  /* margin-left:25px; */

}

.sidenav2_inside {
  /* width: 100%; */
  /* padding-left: 20px; */
  /* margin-left: 10px; */
  /* margin-right: 2px; */
  /* margin: 10%; */

  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  /* background-color: rgba(47, 59, 59, 0.152); */
}

.sidenav2_inside_ul {

  /* margin-left: 0; */
  padding: 0;
  padding-top: 35px;


}


.sidenav2_inside_ul_details {

  
  /* margin-left: 0; */
  z-index: 8;
  display: none;
  position: fixed;
  width: 250px;
  bottom: -15px;
  right: 14px;
  /* left: 1px; */
  background-color: #F3F3F3;
  color: white;
  padding: 10px 20px;
  /* transition: 10.5s; */
  
  /* border: #0f0f0f solid 1px; */
  /* border-radius: 5px; */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset; */
  /* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
  /* box-shadow: rgba(106, 106, 106, 0.25) 0px 30px 60px -12px inset, rgba(119, 118, 118, 0.3) 0px 18px 36px -18px inset; */
  /* box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; */
}






.ace_mobile-button {
  display: none;
}



.first {
  display: inline;
}


#button_pages {
  opacity: 0;
  transition: opacity 0.4s linear;
}

#button_pages_1 {
  transition: margin-top .120s;
}

#button_pages_2 {
  transition: margin-top .120s;
}


.loading-text {
  color: #0f0f0f;
  font-size: 50px;
  position: absolute;
  top: 50%;
  /* Center vertically */
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, -50%);

}


.be_inline {

  width: 70px;
  height: 25px;
  /* display: none; */
  /* background-color: #f7f7f7; */
  background-color: #f9f9f9;
  /* background-color: #f0f0f0; */
  /* background-color: #ffffff; */
  border: 0;
  border-radius: .2rem;
  box-sizing: border-box;
  color: #111827;
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  /* padding: .75rem 1rem; */
  /* padding: 6px; */
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.be_inline_about {
  padding-top: 10px;
  width: 70px;
  height: 25px;
  /* display: none; */
  /* background-color: #f7f7f7; */
  background-color: transparent;
  font-size: 11px;
  color: #2c74cd;
  border: none;
  cursor: pointer;
  text-align: center;
}

.be_inline_about:hover {
  text-decoration: underline;
}


.be_inline_tc {
  padding-top: 0px;
  width: 70px;
  height: 25px;
  /* display: none; */
  /* background-color: #f7f7f7; */
  background-color: transparent;
  font-size: 9px;
  color: #2c74cd;
  border: none;
  cursor: pointer;
  text-align: center;
}

.be_inline_tc:hover {
  text-decoration: underline;
}


.be_inline:hover {
  background-color: rgb(201, 203, 204);
}

.be_inline:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.be_inline:focus-visible {
  box-shadow: none;
}






html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: rgb(18, 18, 17);
}



#editor-1 {
  /* float: left; */
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* border: solid rgb(255, 255, 255) 2px; */
  background-color: rgb(82, 82, 85);


}

/* #editor-2 {
  float: left;
  width: 33%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgb(61, 61, 63);


}

#editor-3 {
  float:right;
  width: auto;
  height: 100%;
  box-sizing: border-box;
  background-color: rgb(45, 45, 47);
} */

/* #editor1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */



#mydiv {

  /* display: none; */
  position: fixed;
  z-index: 999998;
  top: 11%;
  left: 69%;
  background-color: #f1f1f1;
  /* background-color: #d8d8d8; */
  /* text-align: center; */
  /* border: 1px solid #d3d3d3; */
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;

  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;

  height: 510px;
  /* overflow: hidden; */

  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;

  transition: height ease-in-out 150ms;
}



#mydivheader {
  /* padding: 10px; */

  cursor: hand;
  z-index: 10;
  background-color: #ced0d2;
  color: #fff;

  /* background: lightblue; */
  border-radius: 50%;
  width: 110px;
  height: 110px;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;



}




/* .sidenav {
  border-right: 5px solid rgb(175, 29, 29);
} */

/* 
.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;

} */

/* .sidenav a:hover {
  color: #f1f1f1;
} */

.closebtn {
  display: inline;
  /* width: 50%; */
  /* background-color: #6fcfff ; */
  position: absolute;
  top: 0;
  right: 15px;
  margin-top: 19px;
  /* font-size: 27px; */

}

/* @media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
} */



.label {
  width: 100%;
  color: rgb(251, 251, 251);
  appearance: none;
  background: transparent;
  border: none;
  /* text-align: center; */
  font-size: 14px;
  margin-left: 10px;
  letter-spacing: 1.5px;
}

.label:focus {


  box-shadow: none;
  border: none;
  outline: none;
}


.label_text {

  width: 100%;
  border: none;
  color: white;
  font-size: 14px;
  border-bottom: 1px solid rgb(246, 245, 214);
  appearance: none;
  background: transparent;

}

.label_custom {
  /* border-bottom: 1px solid rgb(246, 245, 214); */
  border: 1px solid rgb(246, 245, 214);
}

.heading {
  color: #6fcfff;
  margin-left: 10px;
  margin-top: 8px;
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif
}

.label_button {
  border: 1px solid rgb(78, 214, 255);
  background: transparent;
  color: rgb(103, 192, 255);

}




[class*="page_button-"] {

  width: 73%;
  height: 34px;
  background: transparent;
  /* background-color: #6fcfff; */
  /* color: rgb(197, 194, 194); */
  /* color: rgb(210, 210, 210); */
  /* color: rgb(211, 209, 209); */
  /* color:rgb(215, 215, 215); */
  /* rgb(203, 200, 200) */
  color: rgb(32, 31, 31);
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: none;
  /* border-bottom: 1px solid rgb(92, 92, 92); */

  /* padding-bottom: 10px; */
  /* margin-bottom: 15px; */
  letter-spacing: 1px;
  padding-left: 15px;
  /* margin-top: 20px; */
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* transition: 0.2s; */
  cursor: pointer;
  user-select: none;
  transition: font-size 0.2s ease;
}

[class*="page_button-"]:hover {


  font-size: 18px;
  color: rgb(32, 31, 31);
  background-color: #e9e8e8;
}


li {
  list-style-type: none
}



[class*="page_button_delete-"] {


  width: 14%;

  height: 34px;
  background: transparent;
  /* background-color: #D3D2D1; */
  color: transparent;
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: none;
  /* border-bottom: 1px solid rgb(92, 92, 92); */
  cursor: pointer;
  /* padding-bottom: 10px; */
  /* margin-bottom: 15px; */
  letter-spacing: 1px;
  /* padding-right:90px ; */
  /* margin-top: 20px; */
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;


}


[class*="page_button_delete-"]:before {
  font-family: FontAwesome;
  font-size: 17px;
  display: inline-block;
  content: '\f014';
  color: rgb(93, 93, 93);
}

.class_delete {

  background-color: #D3D2D1;
  /* padding-top: 6.5px;
  padding-bottom: 7.5px;  */
  border-left: 1px solid rgb(255, 255, 255);

  /* //recolor the . with background color */
  color: transparent;
}






[class*="page_button_rename-"] {
  width: 13%;

  height: 34px;
  background: transparent;
  /* background-color: #6fcfff; */
  color: transparent;
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: none;
  /* border-bottom: 1px solid rgb(92, 92, 92); */
  cursor: pointer;
  /* padding-bottom: 10px; */
  /* margin-bottom: 15px; */
  letter-spacing: 1px;
  /* padding-right:90px ; */
  /* margin-top: 20px; */
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

[class*="page_button_rename-"]:before {
  font-family: FontAwesome;
  font-size: 17px;
  display: inline-block;
  content: '\f040';
  color: rgb(93, 93, 93);
}


.class_rename {


  background-color: #D3D2D1
    /* padding-top: 6.5px;
  padding-bottom: 8px;  */

}







[class*="folder_button-"] {
  width: 80%;
  height: 34px;
  background: transparent;
  /* background-color: #ff9a6f; */
  color: rgb(32, 31, 31);
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: none;
  /* border-bottom: 1px solid rgb(92, 92, 92); */
  cursor: pointer;
  /* padding-bottom: 10px; */
  /* margin-bottom: 15px; */
  letter-spacing: 1px;
  padding-left: 11px;
  /* margin-top: 20px; */
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  transition: 0.2s;
}

[class*="folder_button-"]:hover {


  font-size: 18px;
  color: rgb(32, 31, 31);
  background-color: #e9e8e8;
}


[class*="folder_button_rename-"] {
  width: 20%;
  height: 34px;
  background: transparent;
  /* background-color: #D3D2D1; */
  color: transparent;
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: none;
  /* border-bottom: 1px solid rgb(92, 92, 92); */
  cursor: pointer;
  /* padding-bottom: 10px; */
  /* margin-bottom: 15px; */
  letter-spacing: 1px;
  /* padding-right:90px ; */
  /* margin-top: 20px; */
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

[class*="folder_button_rename-"]:before {
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
  content: '\f040';
  color: rgb(93, 93, 93);
}


.folder_rename {


  background-color: #D3D2D1;
  /* padding-top: 6.5px;
  padding-bottom: 8px;  */
}


.new-class {
  background: red;
}


.class0 {
  /* width: 60%; */
  /* background: transparent; */
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: none;
  /* margin-bottom: 15px; */
  letter-spacing: 1px;
  /* text-align: left; */
  font-weight: 500;
  color: rgb(32, 31, 31);

  background-color: #e9e8e8;
  /* background-color: rgba(11, 11, 11, 0.677); */

  /* padding-top: 5px;
  padding-bottom: 5px; */
  /* box-shadow:inset 1px 1px 1px #706f6f;  */
  /* padding-top: 10px; */
  /* margin-top: 5px;
  margin-bottom: 5px; */
  /* border: #191919 solid 1px; */
}




.create_page {

  width: 100%;
  background: transparent;
  /* background-color: #2c74cd; */
  color: rgb(32, 31, 31);
  font-size: 21px;
  font-family: 'REM';
  border: none;
  /* border-bottom: 1px solid rgb(92, 92, 92); */
  /* cursor: pointer; */
  /* padding-bottom: 10px; */

  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: 0px;
  /* padding-right:90px ; */
  /* margin-top: 20px; */
  text-align: left;

}

/* .create_page:after 
{
  font-family: FontAwesome; 
  font-size: 18px; 
  display: inline-block; 
  color: white;
  content: '\f055';
  
  
} */



.folder_ul {
  padding: 0;
  margin: 0;
}

.folder_li {
  padding: 0px;
  /* margin-top: 9px; */
  background: transparent;
  /* background-color: #6fcfff; */
  width: 100%;
  height: 40px;
  /* margin-left: -80px; */
}



.page_ul {
  padding: 0;
  margin: 0;
}

.page_li {
  padding: 0px;
  /* margin-top: 9px; */

  background: transparent;
  /* background-color: #f04106; */
  width: 100%;
  height: 40px;
  /* margin-left: -80px; */
}



.add_folder {
  width: 40%;
  height: 31px;
  float: left;
  /* background: transparent;  */
  /* background-color:rgba(52, 48, 46, 0.677); */
  background-color: #DCDCDC;
  /* background-color:rgba(33, 31, 31, 0.677); */
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  /* border-radius: 25px; */
  color: rgb(32, 31, 31);
  text-align: center;
  /* cursor: pointer; */
  padding-top: 13px;
  font-weight: 500;
  font-size: 15px;
  /* box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0; */
  user-select: none;
  /* border-right: 1px solid #444343; */
  /* border: 1px solid #202122; */

}

/* .add_folder:hover {
  background: #4e4e4e;
  
  box-shadow:inset 1px 1px 10px #333; 
} */

.add_folder_icon:before {
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
  color: #CEC3A8;
  content: '\f07b';
  /* box-shadow: rgba(0, 0, 0, .2) 0 3px 3px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0; */
}



.add_page {

  width: 59.7%;
  height: 31px;
  /* background: transparent;  */
  background-color: #DCDCDC;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  float: right;
  color: rgb(32, 31, 31);
  /* border-radius: 25px; */
  text-align: center;
  /* cursor: pointer; */
  padding-top: 13px;
  font-weight: 500;
  font-size: 15px;
  /* border-left: 1.5px solid #444343; */
  /* box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0; */
  user-select: none;
  /* border: 1px solid #202122; */
}



/* .add_page:hover {
  background: #4e4e4e;
  box-shadow:inset 1px 1px 10px #333;
  
} */

/* .add_page:focus {
  outline: none;
  border: 8px solid #4285f4;
} */



.add_page_icon:before {
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
  color: #9BA6D7;
  content: '\f15c';
  /* box-shadow: rgba(0, 0, 0, .2) 0 3px 3px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0; */
}




.folder_icon:before {
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
  color: rgb(101, 98, 98);
  content: '\f07c';
  cursor: pointer;
  /* box-shadow:inset 1px 1px 10px #333; */
  padding: 2px;
  transition: 0.5s;
}


.folder_icon:hover:before {
  /* background-color: rgb(230, 226, 226); */
  color: rgb(199, 193, 193);
}



.folder_icon:hover .folder_tip {
  visibility: visible;
}

.folder_tip {
  visibility: hidden;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  width: 100px;
  background-color: rgba(11, 11, 11, 0.836);
  color: #eeeeee;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}



.page_icon:before {
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
  color: rgb(101, 98, 98);
  content: '\f0f6';
  cursor: pointer;
  /* content: '\f0f6'; */
  transition: 0.5s;
  padding-left: 10px;
}

.page_icon:hover:before {
  /* background-color: rgb(230, 226, 226); */
  color: rgb(199, 193, 193);

}


.page_icon:hover .page_tip {
  visibility: visible;
}

.page_tip {
  visibility: hidden;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  width: 90px;
  background-color: rgba(11, 11, 11, 0.836);
  color: #eeeeee;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -48px;
}





.close_icon:before {
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  color: rgb(101, 98, 98);
  content: '\f00d';
  cursor: pointer;
  /* content: '\f0f6'; */
  transition: 0.5s;
  padding-left: 10px;
}

.close_icon:hover:before {
  /* background-color: rgb(230, 226, 226); */
  color: rgb(199, 193, 193);
}


.close_icon:hover .close_tip {
  visibility: visible;
}

.close_tip {
  visibility: hidden;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  width: 80px;
  background-color: rgba(11, 11, 11, 0.836);
  color: #eeeeee;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -30px;
}

/* #arrayList
{
  display: block;
  
  margin-left: -4%;
} */




.clear_icon:before {
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block;
  color: rgb(205, 201, 201);
  content: '\f0e2';
  cursor: pointer;
  /* content: '\f0f6'; */
  transition: 0.5s;
  margin-left: 1px;
  margin-top: 1px;
  user-select: none;
}


.be_inline_tool {
  width: 100%;
  height: 4%;
  /* display: none; */
  /* background-color: #f7f7f7; */
  /* background-color: transparent; */
  background-color: #f5f4f4;
  /* background-color: #ffffff; */
  border: 0;
  /* border-radius: .2rem; */
  border: 1px solid #cdcfd2;
  box-sizing: border-box;
  color: rgb(32, 31, 31);
  font-family: "REM";
  font-size: .895rem;
  font-weight: 500;
  line-height: 1.25rem;
  /* padding: .75rem 1rem; */
  /* padding: 6px; */
  text-align: left;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 4px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */

}


.be_inline_tool:hover {

  background-color: #cbcaca;
  color: #121313;

}


.be_inline_tool_head {
  width: 100%;
  height: 25px;
  background-color: #d4d2d2;
  border: 0;
  border-radius: .2rem;
  color: rgb(0, 0, 0);
  font-family: "REM";
  font-size: .855rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  margin-top: 17px;
  letter-spacing: 0.4px;
}

.be_inline_tool_text {
  height: 4%;
  /* background-color: transparent; */
  background-color: #fbf8f1;
  border: 1px solid #cdcfd2;
  border-radius: .1rem;
  color: rgb(32, 31, 31);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  /* margin-top: 2px; */

  /* margin-top: 35px; */
  /* margin-left: ; */
  /* border: 1px solid rgb(162, 57, 57); */
  /* border-bottom: 1px solid rgb(146, 146, 146); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;  */

  /* box-shadow: -5px 5px 0px -4px #afadad, 5px 5px 0px -4px #afadad; */
}


.close_icon_tool:before {
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  color: rgb(101, 98, 98);
  content: '\f00d';
  background-color: transparent;
  cursor: pointer;
  /* content: '\f0f6'; */
  transition: 0.5s;
  /* padding-left: 10px; */

}

.close_icon_tool {
  background-color: transparent;
  border: 0;

}


input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}


.be_inline_tool_details {
  width: 100%;
  height: 4%;
  /* display: none; */
  /* background-color: #f7f7f7; */
  /* background-color: transparent; */
  /* background-color: #4746467d; */
  /* background-color: #ffffff; */
  border: 0;
  /* border-radius: .2rem; */
  box-sizing: border-box;
  color: rgb(32, 31, 31);

  font-family: 'Play';
  font-size: 12px;

  font-weight: 200;

  /* font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem; */
  /* padding: .75rem 1rem; */
  /* padding: 6px; */
  text-align: left;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 4px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */

}


.be_inline_tool_details_text {
  width: 100%;
  height: 4%;
  /* display: none; */
  /* background-color: #f7f7f7; */
  /* background-color: transparent; */
  /* background-color: #4746467d; */
  /* background-color: #ffffff; */
  border: 0;
  /* border-radius: .2rem; */
  box-sizing: border-box;


  color: rgb(32, 31, 31);
  font-family: 'Play';
  font-size: 12px;

  font-weight: 200;

  /* 
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
   */

  /* padding: .75rem 1rem; */
  /* padding: 6px; */
  text-align: left;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
  /* cursor: pointer; */
  /* user-select: none; */
  /* -webkit-user-select: none; */
  touch-action: manipulation;
  margin-top: 4px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */

}



.dropdown {
  position: relative;
  display: inline-block;
  /* background-color:#F3F3F3; */
  background-color: transparent;
  /* width: 100%; */
}

.dropbtn_header {
  background-color: transparent;
  color: rgb(17, 17, 17);
  padding: 6px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.dropbtn_page {
  background-color: transparent;
  color: rgb(39, 37, 37);
  padding: 6px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.dropbtn_page:hover {
  /* background-color: #dcdddc;
  color: rgb(39, 37, 37); */
}

.dropbtn_tool {
  background-color: transparent;
  color: rgb(39, 37, 37);
  padding: 6px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.dropbtn_tool:hover {
  /* background-color: #dcdddc;
  color: rgb(39, 37, 37); */
}



.dropbtn_view {
  background-color: transparent;
  color: rgb(39, 37, 37);
  padding: 6px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}


.dropbtn_view:hover {
  /* background-color: #dcdddc; */
  /* color: rgb(39, 37, 37); */
}

.dropbtn_view:focus {
  /* background-color: #dcdddc;
  color: rgb(39, 37, 37); */
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #eeeeee;
  /* min-width: 160px; */
  box-shadow: 0px 1px 1px 0px rgba(92, 91, 91, 0.2);
  z-index: 1;
  padding: 10px;
  margin-left: 153px;
  margin-top: -3px;
}

/* .dropbtn_view:focus + .dropdown-content {
  display: block;
}


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











.dropbtn_backup {
  background-color: transparent;
  color: rgb(39, 37, 37);
  padding: 6px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.dropbtn_backup:hover {
  /* background-color: #dcdddc;
  color: rgb(39, 37, 37); */
}


.dropbtn_backup:focus {
  /* background-color: #dcdddc;
  color: rgb(39, 37, 37); */
}


.dropbtn_backup:focus+.dropdown-content-backup {
  /* display: block; */
}


.dropdown-content-backup {
  display: none;
  position: absolute;
  background-color: #eeeeee;
  /* min-width: 160px; */
  box-shadow: 0px 1px 1px 0px rgba(92, 91, 91, 0.2);
  z-index: 1;
  padding: 10px;
  margin-left: 199px;
  margin-top: -3px;
}


.dropdown-content-backup:hover {
  /* display: block; */
}



.dropbtn_about {
  background-color: transparent;
  color: rgb(39, 37, 37);
  padding: 6px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}











.dropbtn_clear {
  background-color: transparent;
  color: rgb(39, 37, 37);
  padding: 6px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.dropbtn_clear:hover {
  /* background-color: #dcdddc;
  color: rgb(39, 37, 37); */
}




/* .dropdown-content:focus + .dropbtn_view {
  background-color: red;
} */


.show {
  display: block;
}


/* .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
} */

/* .dropdown-content a:hover {background-color: #f1f1f1} */

/* .dropbtn_file:hover .dropdown-content {
  display: block;
} */

/* .dropdown:hover .dropbtn {
  background-color: #dcdddc;
} */

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


body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #646161;
}


.top {
  top: 0;
  position: absolute;
  width: 100%;
  background-color: #F3F3F3;
  display: none;
}

.bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
  background-color: #F3F3F3;
}





/* Search */



.result-item {
  /* width: 60%; */
  /* background: transparent; */
  font-size: 14.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: none;
  /* margin-bottom: 15px; */
  letter-spacing: 1px;
  /* text-align: left; */
  font-weight: 500;
  color: rgb(32, 31, 31);

  background-color: #e9e8e8;
  /* background-color: rgba(11, 11, 11, 0.677); */

  padding-top: 5px;
  padding-bottom: 5px;
  /* box-shadow:inset 1px 1px 1px #706f6f;  */
  /* padding-top: 10px; */
  /* margin-top: 5px;
  margin-bottom: 5px; */
  border: #ffffff solid 1px;

  cursor: pointer;
  user-select: none;
  transition: font-size 0.2s ease;

}

.result-item:hover {


  font-size: 15px;
  color: rgb(32, 31, 31);
  background-color: #dbdada;
}


.data-result {
  color: gray;
  font-size: 0.9em;
  margin-left: 10px;
  user-select: none;
}



.searchInput {
  height: 3.9%;

  /* background-color: transparent; */
  background-color: #faf9f7;
  border: 1px solid #cdcfd2;
  border-radius: .1rem;
  color: rgb(32, 31, 31);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  border-radius: 3px;


  outline: none;

  /* margin-top: 2px; */

  /* margin-top: 35px; */
  margin-left: 6px;
  /* border: 1px solid rgb(162, 57, 57); */
  /* border-bottom: 1px solid rgb(146, 146, 146); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;  */

  /* box-shadow: -5px 5px 0px -4px #afadad, 5px 5px 0px -4px #afadad; */

}




.searchInput:focus {


  outline: none;

}




/* loading*/

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none; /* Hidden by default */
}

/* Loading Box */
.loading-box {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Spinner Animation */
.spinner {
  width: 40px;
  height: 40px;
  border: 5px solid #3498db;
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Loading Text */
.loading-box p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}