
.imgmsg {
  position: fixed;
  cursor: pointer;
  right: 10px;
  top: 140px;
  z-index: 1000;
  width: 30px;
}

.imgmsg1 {
  top: 140px;
}

.imgmsg2 {
  top: 180px;
}

.imgmsg3 {
  top: 220px;
}


.jssocials-shares a {
  border-radius: 100px;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 11px;
}

#share-container {
  display: none;
  position: fixed;
  top: 219px;
  right: 5px;
  z-index: 1000;
  height: 30px;
  width: 40px;
  z-index: 100000;
}
#share-container > div {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
}
#share-container:hover > div {
  visibility: visible;
  opacity: 1;
}
#share-container.hover > div {
  visibility: visible;
  opacity: 1;
}
#share {
  position: fixed;
  top: 215px;
  right: 49px;
  z-index: 1000;
}

.jssocials-share-whatsapp, .jssocials-share-telegram {
  display: none;
}

.ewoadmin {
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  .ewoadmin button {
    margin-right: 10px;
  }
  .gui-checkmark {
    height: 13px !important;
    width: 13px !important;
    border: 2px solid #c5c5c5 !important;
  }
  .gui-checkmark:after {
    left: 4px !important;
    border-color: gray !important;
    width: 3.2px !important;
    height: 7px !important;
}

::placeholder {
  color: gray !important;
}

.paddingzero {
  padding: 0px;
}

.ngx-dropdown-container .ngx-dropdown-button {
  border: none !important;
  background: #f6f7f8 !important;
  padding: 8px !important;
}

.multiselect-dropdown {
    border: none !important;
    background: #f6f7f8 !important;
    padding: 8px !important;
}

.multiselect-dropdown .dropdown-btn {
  border: none !important;
  padding: 0px !important;
}

.multiselect-dropdown .dropdown-multiselect__caret{
  padding-left: 20px !important;
}

.dropdown-multiselect--active .dropdown-multiselect__caret,
.multiselect-dropdown .dropdown-btn .dropdown-multiselect--active .dropdown-multiselect__caret{
  padding-left: 0px !important;
}

.multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
  transition: none !important;
}

.multiselect-dropdown .dropdown-multiselect__caret::before, .dropdown-multiselect--active .dropdown-multiselect__caret::before {
  border-color: cornflowerblue transparent !important;
}

.modal-header {
  padding: 10px !important;
  background: #f2f2f2 !important;
}

.footersave {
  display: flex;
  justify-content: center;
}

.container.ewoapp {
  margin-top: 50px;
}

menu {
  padding: 0px !important;
}

.disabled {
  background: #dddddd !important;
}
@media only screen and (max-width: 768px) {

  .nomobile {
    display: none;
  }
  .jssocials-share-whatsapp, .jssocials-share-telegram {
    display: inline-block;
  }
  .container.ewoapp {
    margin-top: 0px;
  }
  .ewoadmin button {
    margin-right: 0px;
}
  #menu {
    display: none;
  }
  section {
    padding: 50px 0px !important;
  }
  .page-title {
    padding: 20px !important;
  }
}