.selected{
  border-style: solid;
  border-width: 2px;
  border-color: red;
}
.searchres{
  height: 100px;
  width: auto;
  padding: 5px;
  cursor: pointer;
}
.settings_block.pictsettings{
  height: 55px;
}
.picgroup {
  width: 100%;
  height: 100%;
  margin-top: -15px;
}
.picgroup .input_settings {
  width: 100%;
  margin-top: 5px;
}
.file_drop {
  text-align: center;
  line-height: 105px;
  background-color: #efefef;
  color: darkgray;
  width: 98%;
  height: 105px;
}
.text_drop {
  margin-top: -30px;
  cursor: pointer;
}
.box__file {
  display: none;
}
#drop_zone {
  width: 100%;
  height: 100%;
  border: 2px dashed #bbb;
  background-color: #efefef;
}
.settings_block {
  width: calc(100% - 30px);
  height: 25px;
  display: flex;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 17px;
}
.label_settings {
  width: 30%;
  height: 25px;
  margin-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hideFilterInput{
  display: none;
}
.filterText.input_settings {
  width: 100%;
}
.input_settings {
  width: 70%;
  height: 25px;
}
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}
.modal__btn.exportBtn{
  margin-top: 10px;
  width: 200px;
  text-align: inherit;
}
.modal__btn:hover{
  opacity: 0.7;
}
.panel_border{
  border-radius: 5px;
  border: 0px;
  border-color: #e1e2e4;
  border-style: solid;
  width: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.force .modal__overlay {
  position: relative;
  top: 0px;
  height: 100%;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center; 
}
.modal__overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center; 
}

.modal__container {
  background-color: #31353D;
  padding: 5px;
  max-width: 700px;
  max-height: 100vh;
  /* min-height: 625px; */
  min-width: 650px;
  /* border-radius: 4px; */
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__header button{
  background-color: transparent;
  border-width: 0px;
  height: 28px;
  width: 30px;
  padding-left: 0px;
}
.modal__header button:hover{
  background-color: rgba(255,255,255,.4);
  border-radius: 4px;
}

.modal__header svg{
  width: 1.5rem;
    height: 1.5rem;
    margin: 2px 3px;
    color: white;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #707782;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.3em;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content.settings {
  height: initial;
} 
.modal__content {
  line-height: 1.5;
  color: rgba(0,0,0,.8);
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 200px;
  overflow: auto;
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  margin-right: 5px;
}
#modal-1 .modal__close {
  margin-right: -16px;
}
/* .modal__btn:focus, .modal__btn:hover {

} */

footer.modal__footer {
  background-color: #3c4045;
  padding: 10px;
}

.modal select{
  width: 100%;
  color: #707782;
  height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
summary:focus{
  outline-width: 0px;
  outline-style:initial;
}
.modal__btn-primary {
  background-color: #31353D;
  color: #fff;
}
main#modal-1-content {
  margin-top: 0;
  margin-bottom: 0;
}
details .modal__footer {
  margin-bottom: 5px;
}
.modal details{
  /* border-radius: 5px; */
  color: #707782;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
  /* border-style: solid;
  border-width: 1px;
  border-color: lightgray; */
  padding: 5px;
}

@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
#shareCode{
  width: 98.5%;
  height: 232px;
}

.tgl-text{
  line-height: 35px;
  color: white;
  margin-left: 40px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #28a745;
}

input:focus + .slider {
  box-shadow: 0 0 1px #28a745;
}

input:checked + .slider:before {
  -webkit-transform: translateX(155px);
  -ms-transform: translateX(155px);
  transform: translateX(155px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.viewName{
  width: 99%;
}

@media only screen and (max-width: 590px) {
  .nw details {
    width: 300px;
  }
  #shareCode{
    width: 95.5%;
  }
}
