.html {
  background: #f2f2f2;
}

.dark-html {
  background: #484848;
}

h2 {
  font-size: 2vw;
}
body {
  font-family: "Raleway", sans-serif;
  color: black;
  background: #f2f2f2;
  font-size: 1vw;
}

.dark-body {
  color: #f5f5f5;
  background: #484848;
}

#my {
  zoom: 75%;
}

hr {
  margin-bottom: 3px;
  margin-top: 3px;
}

#show {
  width: 200px;
  height: 300px;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
  border: solid;
  right: 0px;
}

.imgShow {
  width: 200px;
  height: 300px;
  object-fit: cover;
}

#preview {
  z-index: 5;
  height: 67%;
  width: 25%;
  display: block;
  position: fixed;
  right: 10px;
  border-radius: 10px;
  /* border: solid 1px; */
  box-shadow: 3px 4px 7px #616161;
}

/** CLASS*/
.overlay {
  width: 100%;
  height: fit-content;
  min-height: 400vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  top: 0px;
  left: 0%;
  position: absolute;
  /**padding-top: 200vh;*/
}

.iconDiv {
  height: auto;
  min-height: 300px;
  background-color: #f3f3f3;
  margin: 40px;
  border-radius: 10px;
  text-align: center;
  padding: 40px;
  color: black;
  width: 30%;
  margin-left: 35%;
  position: relative;
}

.endDiv {
  background-color: #f3f3f3;
  margin: auto;
  margin-top: 10%;
  border-radius: 10px;
  text-align: center;
  padding: 150px;
  color: black;
  width: 40%;
  position: "fixed";
  pointer-events: "auto";
}

.iconDivWidth {
  width: 50%;
}

.langDiv {
  height: auto;
  min-height: 300px;
  background-color: #f3f3f3;
  margin: 40px;
  border-radius: 10px;
  text-align: center;
  padding: 150px;
}

#iconPreview {
  height: 150px;
  width: 100px;
  background: black;
  border-radius: 10px;
  color: white;
  padding: 15px;
}
#iconPreview2 {
  height: 150px;
  width: 100px;
  background: black;
  border-radius: 10px;
  color: white;
  padding: 15px;
}
#iconPreview3 {
  height: 150px;
  width: 100px;
  background: black;
  border-radius: 10px;
  color: white;
  padding: 15px;
}

.w30 {
  width: 50%;
  height: 30px;
  font-size: 1vw;
}

.section {
  height: auto;
  min-height: 100vh;
  background-color: #f2f2f2;
  padding: 50px 100px 100px 50px;
  position: relative;
}
.dark-section {
  background: #484848;
}

option {
  font-size: 1vw;
}

.blackButton {
  background-color: black;
  border: 0px;
  min-width: 20%;
  width: fit-content;
  color: white;
  border-radius: 5px;
  padding: 7px;
  box-shadow: 3px 3px 5px #616161;
  cursor: pointer;
}

.blackButton:active {
  transform: translateY(4px);
  box-shadow: 6px 6px 10px #666;
}

.buttonFormat {
  display: inline-block;
}
.dark-light {
  background-color: white;
  font-size: 10px;
}
.dark-black-button {
  background-color: black;
  border: 0px;
  width: 20%;
  color: white;
  border-radius: 5px;
  padding: 7px;
  box-shadow: 3px 3px 5px black;
}
.blackButton:hover {
  background-color: #00AADD;
  color: black;
  border: 0px;
  min-width: 20%;
}

.blackButtonPreview {
  background-color: black;
  border: 0px;
  min-width: 20%;
  width: fit-content;
  color: white;
  border-radius: 5px;
  padding: 7px;
  box-shadow: 3px 3px 5px #616161;
}

.blackButtonPreview:active {
  transform: translateY(4px);
  box-shadow: 6px 6px 10px #666;
}

.blackButtonPreview:hover {
  background-color: #00AADD ;
  color: black;
}

.orangeButtonPreview {
  color: black;
  background-color: #00AADD ;
}

.orangeButton:hover {
  background-color: white;
  color: black;
  border: 0px;
  width: 20%;
  width: 22%;
  height: 5%;
}
.orangeButton {
  background-color: #00AADD ;
  border: 0px;
  border-radius: 5px;
  width: 20%;
  height: 4%;
}
.blackButton2 {
  background: black;
  color: white;
  border: 10px;
  position: relative;
  left: 40%;
  top: 40%;
}
input[type="checkbox"] {
  margin-bottom: 10px;
}

.infoDiv {
  padding: 10px;
  border-radius: 10px;
  /* text-align: left; */
  color: black;
  /* margin: 25px; */
}
.infoDiv .note-editor {
  border-radius: 5px;
  width: 522px;
  /* margin: auto; */
}

.iframe-placeholder {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23FF0000" x="50%" y="50%", text-anchor="middle">LOADING...</text></svg>')
    0px 0px no-repeat;
}

.imgPreview {
  height: 200px;
  width: 50%;
  /* background-size: auto; */
  display: none;
  /* cursor: pointer; */
  border-radius: 10px;
  padding: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
}

#dropdownMenuButton {
  background: black;
  border-radius: 5px;
  min-width: fit-content;
  width: 20%;
  box-shadow: 3px 3px 5px #616161;
  font-size: 1vw;
}
.dropdownMenuButton {
  background: black;
  border-radius: 5px;
  box-shadow: 3px 3px 5px #616161;
}
.dropdownMenuButton:hover {
  background: black;
  border-radius: 5px;
}

#addButtonSubmit {
  margin-top: 20px;
}
#updateButtonSubmit {
  margin-top: 20px;
  margin-left: 20px;
}

.selectedPdf {
  background-color: #00AADD ;
  border-radius: 1px;
}

#pdfURLinput {
  margin-top: 59px;
  display: block;
  width: 99%;
}

.overlay button {
  background-color: black;
  border: 0px;
  width: fit-content;
  height: 4%;
  color: white;
  border-radius: 5px;
  margin: 10px;
}

#dadDiv {
  display: none;
  margin-left: 200px;
}
.login {
  width: 30%;
  text-align: center;
  background: #f2f2f2;
  position: absolute;
  left: 35%;
  margin-top: 5%;
}
.dark-login {
  background: #484848;
  color: #f5f5f5;
}

#logout {
  position: absolute;
  top: 10px;
  right: 10px;
}

.callBtns {
  margin-left: 10px;
}

.svg {
  margin: 5px;
  border: solid;
  text-align: center;
  min-height: 100%;
  padding: 10px;
  border-radius: 10px;
  color: black;
  min-width: 60px;
}

.svg:hover {
  color: white;
  background-color: black;
}

#phoneType {
  position: fixed;
  right: 10px;
  top: 800px;
  width: 25%;
  text-align: center;
  background: white;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 10px;
}
.phone:hover {
  background-color: black;
  color: white;
}

#iportalIMG {
  position: absolute;
  display: list-item;
}

.header {
  text-align: center;
  border-bottom: 5px solid black;
  background: white;
  position: relative;
  height: 4vw;
}

#headline {
  font-size: 3vw;
  position: absolute;
  left: 50px;
}

.dark-header {
  color: #f5f5f5;
  /* background: #383838; */
  background: #282828;
}

.signedMessage {
  position: absolute;
  right: 2%;
  margin-top: 5px;
  bottom: 0;
}

h1 {
  display: inline;
  font-size: 65px;
  padding-bottom: 30px;
}

#speedDialSection {
  display: none;
}

#map {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

#searchInput {
  font-size: large;
  border-radius: 10px;
  border-color: #00AADD ;
  height: 50px;
  width: 250px;
}

.form-control {
  font-size: 1em;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e77233;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #e7723340;
}

#refresh {
  position: fixed;
  right: 10px;
  /* top: 77.25%; */
  top: 73%;
  width: 25%;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 11;
  box-shadow: 3px 4px 7px #616161;
  color: black;
  background: white;
}
#refresh:active {
  transform: translateY(4px);
  box-shadow: 6px 6px 10px #666;
}

#changeOrder {
  position: fixed;
  right: 10px;
  top: 75.9%;
  width: 25%;
  text-align: center;
  background: white;
  color: black;
  padding: 7px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 11;
  box-shadow: 3px 3px 5px #616161;
  border: 0px;
}
#changeOrder:active {
  transform: translateY(4px);
  box-shadow: 6px 6px 10px #666;
}

.morePreviews {
  position: fixed;
  right: 10px;
  top: 80.9%;
  width: 25%;
  text-align: center;
  padding: 7px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 12;
  box-shadow: 3px 3px 5px #616161;
  color: black;
  background: white;
  border: 0px;
}
.morePreviews:active {
  transform: translateY(4px);
  box-shadow: 6px 6px 10px #666;
}

.inline {
  display: inline;
}

.center {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

body.dragging,
body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

ol.example li {
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 1px 1px 4px black;
  height: 35px;
  cursor: pointer;
  padding-top: 5px;
  margin: 5px;
  width: 100%;
}

#tigerLogo img {
  width: 25%;
  margin-bottom: 30px;
}

.details {
  background: white;
  border-radius: 10px;
  padding: 20px;
  min-width: 50%;
  max-width: 70%;
  box-shadow: 3px 4px 10px #616161;
  margin-bottom: 25px;
}
.dark-details {
  background: #282828;
  border-radius: 10px;
  padding: 20px;
  min-width: 50%;
  max-width: 65%;
  box-shadow: 3px 4px 10px black;
}

.detailsDash {
  background: white;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  box-shadow: 3px 4px 10px #616161;
  margin-bottom: 25px;
}

.configDiv {
  background: white;
  border-radius: 10px;
  padding: 20px;
  min-width: 50%;
  max-width: 65%;
  box-shadow: 3px 4px 10px #616161;
}
.darkConfigDiv {
  background: #282828;
  box-shadow: 3px 4px 10px black;
}

.headerConfigDiv {
  background: white;
  border-radius: 10px;
  padding: 20px;
  min-width: 50%;
  max-width: 65%;
  box-shadow: 3px 4px 10px #616161;
}

.dark-headerConfigDiv {
  background: #282828;
  box-shadow: 3px 4px 10px black;
}

.loginBox {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px #616161;
  background: white;
}

.dark-loginBox {
  padding: 20px;
  border-radius: 0px;
  box-shadow: 3px 4px 10px black;
  background: #282828;
}

.langCountDiv {
  display: inline;
  width: 29px;
  border-radius: 50%;
  background-color: orange;
  font-size: 16px;
  padding-top: -17px;
  padding: 2px;
  margin-right: 10px;
  position: absolute;
  right: 0px;
  text-align: center;
  box-shadow: 2px 2px 2px black;
  margin-top: -3px;
}

.copyStyleBtn {
  display: block;
  /* margin-left: 35%; */
  /* width: fit-content; */
  /* height: 5%; */
  margin: auto;
  margin-bottom: 10px;
  background: white;
  border-radius: 5px;
  border: 0px;
  box-shadow: 2px 2px 5px;
  /* min-width: 40%; */
  width: 50%;
}

.info {
  padding-bottom: 4px;
  padding-left: 4px;
  color: #007bff;
}

.darkInfo {
  color: #00AADD ;
}

.opacity_view {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding-left: 10px;
}

.succMsg {
  color: green;
}

.unSuccMsg {
  color: red;
}

.noteBgc {
  background: white;
}

.themeBtn {
  margin: 20px;
}

.style-tooltip {
  background: black;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  align-items: center;
  /* top: 5%; */
  box-shadow: 3px 4px 10px #616161;
  border-radius: 10px;
  z-index: 1100;
}

.modal-content-width {
  width: 50%;
}

.menuBlackButtons {
  width: 52%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.close {
  color: #aaaaaa;
  /* font-size: 34px; */
  font-weight: bold;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  background-color: #00AADD;
  top: 0;
  left: 0;
  z-index: 999;
}

.sidenavNav {
  color: #000;
  padding: 8px 0px 8px 32px;
  display: block;
}

.helloUser {
  color: #818181;
  padding: 8px 0px 8px 32px;
  display: block;
}

.sidenavMenu {
  color: #000;
  padding: 8px 8px 8px 8px;
  display: inline-block;
}

.sidenav span:hover {
  color: #fff;
  cursor: pointer;
}
.hoverStyle:hover {
  color: #fff;
  cursor: pointer;
}

.setLog {
  position: absolute;
  bottom: 1%;
}
.linksFor {
  color: #818181;
}
.linksFor:hover {
  color: white;
}

.sideNavDiv {
  margin-top: 30px;
  position: absolute;
  margin-left: 15px;
  padding-right: 40%;
}

.addOrange {
  color: #fff;
}

.phone-item {
  cursor: pointer;
  background: #00AADD ;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 5px;
  position: relative;
}
.deleteIt {
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.phone-item:hover .deleteIt {
  visibility: visible;
  color: red;
  font-size: larger;
}

.modal-backdrop {
  z-index: 0 !important;
}

.user-item {
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 5px;
}

.overlay1 {
  position: fixed;
  top: 0px;
  height: fit-content;
  min-height: 400vh;
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
  overflow: scroll;
  z-index: 999;
}

.speedDiv {
  background-color: #111;
  position: fixed;
  height: auto;
  border-radius: 10px;
  text-align: center;
  padding: 50px;
  width: 50%;
  color: white;
  border: solid;
  border-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navBtn {
  margin: 5px;
  width: 15%;
}

.dark-hr {
  background: white;
}

.blackLogo {
  width: 100%;
  margin-top: 15px;
}

.blinking {
  animation: blinkingText 3s infinite;
}
@keyframes blinkingText {
  49% {
    color: white;
  }
  /* 60% {
    color: transparent;
  }
  99% {
    color: transparent;
  } */
  100% {
    color: #00AADD ;
  }
}

.chart-container {
  position: relative;
  width: 100%;
}

.trialMsg {
  position: fixed;
  right: 7%;
  bottom: 8%;
}
.topTrialMsg {
  position: absolute;
  right: 2%;
  margin-top: 5px;
  top: 0;
}
.qrDiv {
  background-color: white;
  color: black;
  width: 25%;
  padding: 10px;
  border-radius: 10px;
  z-index: 13;
  bottom: 0;
  right: 0;
  position: fixed;
  height: 14%;
  margin-right: 10px;
  box-shadow: 3px 4px 7px #616161;
}

.qrCode {
  background: white;
  /* border-radius: 10px; */
  padding: 5px;
  /* border: black 1px solid; */
  width: 7em;
  position: absolute;
  right: 1%;
  top: 0;
  height: 95%;
  margin: auto;
  bottom: 0;
}
.qrDownload {
  position: fixed;
  bottom: 0.5%;
  right: 0%;
  width: 6em;
  height: 6em;
  background: white;
  border-radius: 10px;
  padding: 1px;
  margin-right: 10px;
  cursor: pointer;
  /* box-shadow: 3px 4px 10px #616161; */
}
.qrDownloadText {
  font-weight: bold;
  cursor: pointer;
  color: #007bff;
  font-size: 0.9vw;
}

#p_parent {
  font-size: 12px;
  margin: 0px;
}
/* #addButton {
  margin: 15px;
  background-color: black;
  border: 0px;
  min-width: 20%;
  width: fit-content;
  height: 4%;
  color: white;
  border-radius: 5px;
  padding: 7px;
} */
#subDiv {
  /* border: solid 1px lightgrey;
  border-radius: 10px;
  padding: 25px; */
  margin-top: 20px;
}
/* #subConfig {
  margin-bottom: 30px;
} */
.redMarked {
  border: solid 5px red !important;
}

/* signup page */

.signUpH1 {
  text-align: center;
}

.signUpBox {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px #616161;
}

.signup {
  width: 30%;
  text-align: center;
  margin: auto;
  margin-bottom: 10%;
}

.signUpCenter {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.signDiv {
  text-align: center;
  margin-top: 20px;
}

.signMsg {
  font-size: 20px;
  font-family: auto;
}

.signUpText {
  text-align: left !important;
  margin-top: 5px;
}

.label {
  margin-top: 10px;
  /* margin-bottom: 0.7em; */
}

.licenseDivCopy {
  width: 57.5%;
  margin-left: 8%;
  display: inline;
}
.copyIconDiv {
  border: solid 2px black;
  border-radius: 5px;
  padding: 5.5px;
  background: black;
  display: inline;
  cursor: pointer;
}

.qrText {
  bottom: 0%;
  position: fixed;
  right: 16.5%;
  width: 8em;
  font-weight: bold;
  margin-bottom: 5px;
}

#licenceNumInput {
  width: 57%;
}

.custom-toggle {
  user-select: none;
  width: 7rem;
  height: 1.5rem;
  position: relative;
  overflow: hidden;
}
.custom-toggle label {
  width: 7rem;
  height: 1.5rem;
  border-radius: 3.5rem;
  background-color: #dedede;
  cursor: pointer;
  display: block;
}
.custom-toggle label:active:after {
  width: 3.5rem;
}
.custom-toggle label:after {
  width: 2.9rem;
  height: 1.5rem;
  background-color: black;
  content: "";
  position: absolute;
  border-radius: 7rem;
  top: 0;
  left: 0;
  transition: all 0.1s;
}
.custom-toggle label .text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  user-select: none;
  border: 1px solid;
  border-radius: 10px;
  border-color: black;
}
.custom-toggle label .text .on {
  color: #00AADD ;
  font-size: 1rem;
}
.custom-toggle label .text .off {
  color: #292929;
  font-size: 1rem;
}
.custom-toggle input {
  display: none;
}
.custom-toggle input:checked + label {
  background-color: white;
}
.custom-toggle input:checked + label:after {
  left: unset;
  background-color: black;
  right: 0.7rem;
  transform: translateX(0.7rem);
}

.checker {
  line-height: 2.8;
}
.checker label {
  margin-top: 15px;
  margin-left: 250px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  /* left: 3em; */

  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 0.4);
}
.checker label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checker label:hover::after {
  opacity: 0.3;
}
.checker input[type="checkbox"] {
  visibility: hidden;
}
.checker input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.tasks {
  width: 40%;
  height: 500px;
  position: absolute;
}

.checkList {
  border-radius: 10px;
  background: white;
  height: 80px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #2c3e50;
  color: black;
  text-transform: capitalize;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 1px;
  text-indent: 20px;
  cursor: pointer;
  transition: all 0.7s ease;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 3px 4px 10px #616161;
  margin-top: 10px;
}
.checklistSub {
  display: block;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: normal;
  color: #00AADD ;
}
.checkList:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  display: block;
  position: absolute;
  border-radius: 100%;
  right: 20px;
  top: 30%;
  transition: border 0.7s ease;
}
#label-1:checked ~ label[for="label-1"],
#label-2:checked ~ label[for="label-2"],
#label-3:checked ~ label[for="label-3"],
#label-4:checked ~ label[for="label-4"],
#label-5:checked ~ label[for="label-5"] {
  background: lightgray;
  border-bottom: 1px solid #34495e;
  color: black;
}
#label-1:checked ~ label[for="label-1"] h2 span,
#label-2:checked ~ label[for="label-2"] h2 span,
#label-3:checked ~ label[for="label-3"] h2 span,
#label-4:checked ~ label[for="label-4"] h2 span,
#label-5:checked ~ label[for="label-5"] h2 span {
  color: #00AADD ;
}
#label-1:checked ~ label[for="label-1"]:before,
#label-2:checked ~ label[for="label-2"]:before,
#label-3:checked ~ label[for="label-3"]:before,
#label-4:checked ~ label[for="label-4"]:before,
#label-5:checked ~ label[for="label-5"]:before {
  background: url("https://i.imgur.com/eoPQ05r.png") no-repeat center center;
}

.progressExtras {
  width: 2%;
  height: 65%;
  border-radius: 20px;
  position: fixed;
  right: 26%;
}

.progressBarExtras {
  position: absolute;
  width: 100%;
}

.forgotPwP {
  margin-top: 10px;
  color: #007bff;
}

.forgotPwP:hover {
  text-decoration: underline;
  cursor: pointer;
}

.redAsterisk {
  font-size: 25px;
  color: red;
}

#login {
  position: relative;
  bottom: 15%;
}

.copyWarning {
  width: 70%;
  font-size: 14px;
  color: red;
  text-align: center;
}

.dropdown-item {
  cursor: pointer;
}

.modalBody {
  width: 80%;
  margin-left: 15%;
}

.note-image-btn {
  background-color: black !important;
  border-color: black !important;
}

.change-item {
  padding-left: 10px;
}

/* summernote fixes? */
/*fix dropdown*/
.note-btn-group .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: black;
  white-space: nowrap;
}
.note-popover .popover-content .note-color .dropdown-toggle,
.note-editor .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 1px;
}

/*fix icon button*/
.note-editor .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.note-editor .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.note-editor .dropdown-toggle:after {
  content: initial;
}

/*fix background toolbar*/
.note-editor .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/*fix modal*/
.note-editor .modal-header {
  display: block;
}

/*fix popover*/
.note-popover {
  display: none;
}
.panel-heading {
  background-color: #f5f5f5;
}

p {
  margin-bottom: 0rem;
}

.modal-header .close {
  padding: 0;
  margin: 20px;
}

.disablePointer {
  pointer-events: none;
}

/* fix ul and ol */
.note-editable ul {
  list-style: disc !important;
  list-style-position: inside !important;
}

.note-editable ol {
  list-style: decimal !important;
  list-style-position: inside !important;
}

.note-editable {
  text-align: center;
}

.formSize {
  max-width: 322px;
  margin: auto;
}
/* summernote */

/* button preview */
.buttonPreview {
  padding: 10px;
}

.subbuttonPreview {
  background-position: center;
  height: 150px;
  background-repeat: no-repeat;
  border: 5px;
  position: relative;
  /* border-radius: 5px; */
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
}

.subbuttonPreview p {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: -webkit-center;
  text-align: -moz-center;
  transform: translateY(-50%);
}

.threed_button:active {
  box-shadow: 0 6px #666;
  transform: translateY(4px);
}
/* button preview */

/* iframe preview devices */
.smartphone {
  position: relative;
  width: 320px;
  height: 568px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
  zoom: 90%;
}

/* The horizontal line on the top of the device */
.smartphone:before {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
  /* width: 360px; */
  height: 468px;
  background: white;
}

/*  */

/* cookie message */
.consent-give {
  border-radius: 5px;
}

.deviceDropdowns {
  width: 25%;
  height: auto;
  font-size: 1vw;
}

.deviceFlexbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/*  */

*,
:before,
:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

@keyframes colorful {
  0% {
    background: RGB(255, 0, 0);
  }
  8.33% {
    background: RGB(255, 128, 0);
  }
  16.66% {
    background: RGB(255, 255, 0);
  }
  24.99% {
    background: RGB(128, 255, 0);
  }
  33.32% {
    background: RGB(0, 255, 0);
  }
  41.65% {
    background: RGB(0, 255, 128);
  }
  49.98% {
    background: RGB(0, 255, 255);
  }
  58.31% {
    background: RGB(0, 128, 255);
  }
  66.64% {
    background: RGB(0, 0, 255);
  }
  74.97% {
    background: RGB(128, 0, 255);
  }
  83.33% {
    background: RGB(255, 0, 255);
  }
  91.63% {
    background: RGB(255, 0, 128);
  }
  99.96% {
    background: RGB(255, 0, 0);
  }
}

.container {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  z-index: 1000;
}

.container:nth-child(1) {
  transform: rotate(0deg);
}

.container:nth-child(2) {
  transform: rotate(18deg);
}

.container:nth-child(3) {
  transform: rotate(36deg);
}

.container:nth-child(4) {
  transform: rotate(54deg);
}

.container:nth-child(5) {
  transform: rotate(72deg);
}

.container:nth-child(6) {
  transform: rotate(90deg);
}

.container:nth-child(7) {
  transform: rotate(108deg);
}

.container:nth-child(8) {
  transform: rotate(126deg);
}

.container:nth-child(9) {
  transform: rotate(144deg);
}

.container:nth-child(10) {
  transform: rotate(162deg);
}

.container:nth-child(11) {
  transform: rotate(180deg);
}

.container:nth-child(12) {
  transform: rotate(198deg);
}

.container:nth-child(13) {
  transform: rotate(216deg);
}

.container:nth-child(14) {
  transform: rotate(234deg);
}

.container:nth-child(15) {
  transform: rotate(252deg);
}

.container:nth-child(16) {
  transform: rotate(270deg);
}

.container:nth-child(17) {
  transform: rotate(288deg);
}

.container:nth-child(18) {
  transform: rotate(306deg);
}

.container:nth-child(19) {
  transform: rotate(324deg);
}

.container:nth-child(20) {
  transform: rotate(342deg);
}

.container .object {
  position: absolute;
  top: 56px;
  left: 112px;
  background: #00AADD ;
  border-radius: 16px;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  0% {
    width: 16px;
    height: 16px;
  }
  100% {
    width: 0px;
    height: 0px;
  }
}

.container:nth-child(1) .object {
  animation-delay: 0s;
}

.container:nth-child(2) .object {
  animation-delay: 0.05s;
}

.container:nth-child(3) .object {
  animation-delay: 0.1s;
}

.container:nth-child(4) .object {
  animation-delay: 0.15s;
}

.container:nth-child(5) .object {
  animation-delay: 0.2s;
}

.container:nth-child(6) .object {
  animation-delay: 0.25s;
}

.container:nth-child(7) .object {
  animation-delay: 0.3s;
}

.container:nth-child(8) .object {
  animation-delay: 0.35s;
}

.container:nth-child(9) .object {
  animation-delay: 0.4s;
}

.container:nth-child(10) .object {
  animation-delay: 0.45s;
}

.container:nth-child(11) .object {
  animation-delay: 0.5s;
}

.container:nth-child(12) .object {
  animation-delay: 0.55s;
}

.container:nth-child(13) .object {
  animation-delay: 0.6s;
}

.container:nth-child(14) .object {
  animation-delay: 0.65s;
}

.container:nth-child(15) .object {
  animation-delay: 0.7s;
}

.container:nth-child(16) .object {
  animation-delay: 0.75s;
}

.container:nth-child(17) .object {
  animation-delay: 0.8s;
}

.container:nth-child(18) .object {
  animation-delay: 0.85s;
}

.container:nth-child(19) .object {
  animation-delay: 0.9s;
}

.container:nth-child(20) .object {
  animation-delay: 0.95s;
}

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

.propName {
  position: absolute;
  left: 50px;
  font-size: 2vw;
  color: #00AADD;
  top: 0;
}

.groupBarSt {
  width: 85%;
  margin: auto;
}

#propertyModTop {
  font-size: 1.2vw;
  color: #000;
}

@media (max-width: 1300px) {
  #preview {
    height: 64%;
  }
  .progressExtras {
    height: 64%;
  }
  #changeOrder {
    top: 73.4%;
  }
  #refresh {
    top: 70%;
  }
  .morePreviews {
    top: 79.7%;
  }
  .blackLogo {
    width: 170px;
    margin-left: 15px;
  }
  .sideNav {
    width: 200px;
  }
  .largePhoneSize {
    width: 280px;
    height: 550px;
  }
  .ipadSize {
    height: 550px;
  }

  input[type="radio"] {
    height: 0.7em;
  }
}

@media (min-width: 1300px) {
  #propertyModTop {
    font-size: 1.5vw;
  }
  .groupBarSt {
    width: 70%;
    margin: auto;
  }
  .pieSize {
    width: 70%;
    margin: auto;
  }
  .chart-container {
    width: 60%;
    margin: auto;
  }
  .qrText {
    bottom: 2%;
  }
  #login {
    bottom: 30%;
  }
  .sidenav {
    width: 220px;
  }
  .closeOverlay {
    top: 0.5%;
  }
  .closeCopy {
    top: 8%;
  }
  .login {
    margin-top: 10%;
  }
  .w30 {
    height: 2vw;
  }
  .progressExtras {
    right: 25.7%;
  }
  #licenceNumInput {
    width: 79%;
  }
  .modalBody {
    margin-left: 0;
  }
  .modal-dialog {
    max-width: 800px;
  }
}

/* overide bootstrap default focus */
.blackButton:focus {
  background-color: black;
  color: white;
}

#socialPreview {
  padding-top: 30px;
  padding-bottom: 30px;
}
#social_icon {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border-radius: 5rem;
  box-shadow: var(--box-shadow-sm) !important;
  right: 5px;
}
#social_icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
}
#feedback_question_div {
  border: solid 1px gray;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

#add_question {
  margin-top: 10px;
  width: auto;
}

.question_holder {
  margin-top: 20px;
  padding: 10px;
  position: relative;
  background-color: lightgray;
  border-radius: 5px;
  word-break: break-word;
}

.remove_question {
  position: absolute;
  right: 6px;
  border: 0px;
  width: 20px;
  border-radius: 2px;
  top: 0px;
}
.up_and_down {
  position: absolute;
  width: 20px;
  border: 0px;
  border-radius: 2px;
  height: 20px;
  top: 0px;
}

#commentLeft {
  display: inline-block;
  position: absolute;
  left: 40%;
  font-size: 20px;
  cursor: pointer;
}

#commentRight {
  display: inline-block;
  position: absolute;
  right: 40%;
  font-size: 20px;
  cursor: pointer;
}
#commentInfo {
  margin-bottom: 10px;
}

#commentContent {
  min-height: 100px;
  padding: 10px;
  background-color: #e9ecef;
  border-radius: 10px;
}
#commentControl {
  height: 10px;
}
.templatePreview {
  display: inline;
  margin: 15px;
  cursor: pointer;
}

.tempPreviewImg {
  height: 35vh;
  border-radius: 10px;
}

.tempPreviewImg:hover {
  transform: scale(1.2);
}
#templateModalShowProp {
  margin: 50px;
  position: relative;
}
