
/* .SidePanel  {
  width: 57vw;
  position: fixed;
  z-index: 1;
  bottom:0;
  top: 0;
  left: 0;
  background-color: #FAFAFA;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 5.8vw;
} */
input{
  padding-top: 10px;
  padding-left: 10px;
}

@media (min-width: 1px) {
.DigiID {
   zoom: calc(100vw/420);
    -moz-transform: scale(calc(100vw/420));
}
}
@media (min-width: 420px) {
.DigiID {
   zoom: 1;
    -moz-transform: scale(1);
}
}
.Searchable a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}
 input::placeholder
 {
   font-weight: normal;
 }
 input::-webkit-input-placeholder { /* WebKit browsers */

    font-weight: normal;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   
    font-weight: normal;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   
    font-weight: normal;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */

    font-weight: normal;
}
input{
  border:1px solid #CCCCCC;
}
input:focus{
  border:1px solid rgb(59 130 246);
}
.Searchable a:hover {background-color: #ddd;}
#container {
  touch-action: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
      input::-ms-reveal,
      input::-ms-clear {
        display: none;
      }
      
      input::placeholder {
   overflow: visible;
}
@keyframes bg {
  0% { background: #FFFFFF; }
  25% { background: #CCCCCC; }
  50% { background: #FFFFFF; }
  75% { background: #CCCCCC; }
  100% { background: #FFFFFF; }
}
@font-face {
  font-family: Helvetica;
  color: #000000;
  src: url(/fonts/Helvetica.ttf);
}
@font-face {
  font-family: Helvetica;
  color: #000000;
  src: url(/fonts/Helvetica-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Helvetica;
  color: #000000;
  src: url(/fonts/Helvetica-Oblique.ttf);
  font-style: oblique;
}
@font-face {
  font-family: Helvetica;
  src: url(/fonts/Helvetica-BoldOblique.ttf);
  font-weight: bold;
  font-style: oblique;
}
@font-face {
  font-family: Helvetica;
  src: url(/fonts/helvetica-light-587ebe5a59211.ttf);
  font-weight:400;
}



  .toolbar-container .ql-font span[data-label="Sans Serif"]::before {
    font-family: "Sans Serif";
  }
  
  .toolbar-container .ql-font span[data-label="Inconsolata"]::before {
    font-family: "Inconsolata";
  }
  
  .toolbar-container .ql-font span[data-label="Roboto"]::before {
    font-family: "Roboto";
  }
  
  .toolbar-container .ql-font span[data-label="Mirza"]::before {
    font-family: "Mirza";
  }
  
  .toolbar-container .ql-font span[data-label="Arial"]::before {
    font-family: "Arial";
  }
  /* Set content font-families */
  
  .ql-font-inconsolata {
    font-family: "Inconsolata";
  }
  
  .ql-font-roboto {
    font-family: "Roboto";
  }
  
  .ql-font-mirza {
    font-family: "Mirza";
  }
  
  .ql-font-arial {
    font-family: "Arial";
  }
/* Extra small devices (phones, 600px and down) */
/*  */
/* 
div {

flex-wrap: wrap;
}
 */
