  body {margin:0; font-family: Arial, Helvetica, sans-serif;}

  body{
    margin:0px;
    padding:0px;
  }

  .leftNavBtn{
    border:none;
    display:inline-block;
    overflow:hidden;
    float:left;
    color:inherit;
    background-color:inherit;
    cursor:pointer;
    white-space:nowrap;
    font-size:24px;
    width: 45px!important;
    height: 45px!important;
    background-size: contain;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0!important;
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }

  .rightNavBtn{
    border:none;
    display:inline-block;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
    font-size:24px;
    width: 45px!important;
    float:right;
    height: 45px!important;
    background-size: contain;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }

  .navbar {
    overflow: hidden;
    background-color: white;/*#00a8ff;*/
    position: fixed;
    text-align:center;
    top: 0;
    width: 100%;
    z-index: 1000000000000;
    height: 45px;
    color: white;
    font-size: 20px;
    line-height: 45px;
    max-height: 45px!important;
    margin-top: 0px!important;
    border-bottom: 1px solid #cccccc;
    color: #00eaab;
  }

  .navText {
    display:inline-block;
    text-align: center;
  }

  .main {
    padding: 10px;
    margin: auto;
    margin-top: 35px;
  }

  .navImg {
    display:inline;
    margin-top: 5px;
    height: 35px;
    width: 160px;
    max-height: 35px;
    max-width: 160px;
    object-fit: contain;
  }

  .thumbnailImg {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    width: 35px;
    height: 35px;
    max-width: 35px;
    max-height: 35px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #cccccc;
  }

  .fullWidthBtn {
    display: block;
    min-width: 100%;
    min-height: 45px;
    width: 100%
    height: 45px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #00eaab;
    overflow:hidden;
    text-decoration:none;
    border: none;
    color: white;
  }

  .displayImg {
    display: block;
    width: 100%;
    object-fit: contain;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .selector {
    width: 100%;
    height: 35px;
    font-size: 18px;
  }

  .clickableText {
    margin-top: 10px;
  }

  .topText {
    margin-top: 10px;
    margin-bottom: 10px;
  }

.select-css {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  height: 45px;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa;
}

.fileSelector {
  cursor: pointer;
  display: block;
  min-width: 100%;
  min-height: 45px;
  width: 100%
  height: 45px;
  border-radius: 10px;
  background-color: white;
  overflow:hidden;
  text-decoration:none;
  border: none;
  color: black;
  text-align: center;
  vertical-align:middle;
  line-height: 45px;
  border: 1px solid #cccccc;
}

#upload-photo {
   opacity: 0;
   position: absolute;
   z-index: -1;
}

#upload-photo2 {
   opacity: 0;
   position: absolute;
   z-index: -1;
}

#upload-video {
   opacity: 0;
   position: absolute;
   z-index: -1;
}

.inputField {
  width: 100%;
  height: 45px;
  font-size: 18px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  padding-right: 10px;
}

input, textarea, select, a, button { outline: none; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  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: #2196F3;
}

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

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

.menu {
  width: 100%;
  height: 100%;
  z-index: 1000000000001;
  display: none;
  position:fixed!important;
  overflow:auto;
}

.menuItem {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #bebebe;
}

.menuItemShort {
  width: calc(100%-90);
  height: 45px;
  margin-left: 45px;
  margin-right: 45px;
  border-bottom: 1px solid #bebebe;
}

.menuText {
  line-height: 45px;
  color: black;
}

.menuText:hover {
  color:#008aff;
}

.previewPanel {
  width: 100%;
  height: calc(100% - 46px);
  z-index: 1000000000001;
  display: none;
  position:fixed!important;
  overflow:auto;
  margin-top: 46px;
}

.progressContainer {
  width: 100%;
  display: none;
  border-radius: 10px;
  border: 1px solid #cccccc;
  overflow: hidden;
}

.progressBar {
  width: 0%;
  height: 10px;
  background-color: #008aff;
}


*.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}


