.error_msg {
  color: red;
  padding-left: 45px;
}

.no-scroll {
  overflow: hidden !important;
}

/*
.todo-compose-sidebar {
    max-height: 100%;
    overflow: scroll !important;
}*/

.btn-small {
  height: 1rem !important;
  line-height: 0.95rem !important;
  font-size: 0.5rem !important;
  padding: 0.2rem 0.4rem 0 0.4rem !important;
}

.btn-small i {
  font-size: 0.5rem !important;
}

.btn-small i.left {
  margin-right: 5px !important;
}

.nav-collapsible span.badge.pill {
  right: 15px !important;
}

.modal-template {
  display: none;
}

.modal-content .is_picture img {
  width: 100%;
}

.modal-footer .btn-small {
  line-height: 0.6rem !important;
}

@media only screen and (max-width: 768px) {
  .vlist-wrapper .responsive-table .vlist-data-table {
    width: 100% !important;
  }

  .sidenav-main .brand-sidebar .brand-logo {
    padding: 0px 12px 20px 12px !important;
  }

  .brand-sidebar .logo-wrapper {
    padding-top: 0 !important;
    padding-left: 0 !important;
    margin-left: 20px !important;
    margin-top: 0px !important;
  }

  .sidenav-main img {
    height: 39px !important;
  }
}

.browser-default {
  padding-top: 22px;
}

.select2-selection__rendered {
  padding-top: 10px;
}

#modalVerifyTransacctions,
#modalComponent {
  overflow: hidden;
  /* li {
      list-style-type: disc;
      margin-left: 1rem;
  }*/
}

#modalVerifyTransacctions h1,
#modalComponent h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3rem;
  padding: 0;
  margin: 10px;
  line-height: 110%;
}

#modalVerifyTransacctions h2,
#modalVerifyTransacctions h4,
#modalComponent h2,
#modalComponent h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 0;
  margin: 0;
  line-height: 110%;
}

#modalVerifyTransacctions p,
#modalComponent p {
  margin: 0;
  padding: 0;
}

#modalVerifyTransacctions h3,
#modalComponent h3 {
  line-height: 110%;
  font-size: 1rem;
  color: red;
  font-weight: bold;
  margin: 0;
}

#modalVerifyTransacctions ul:not(.dropdown-content),
#modalComponent ul:not(.dropdown-content) {
  margin: 0;
  padding-left: 2rem;
}

#modalVerifyTransacctions #reference_img,
#modalVerifyTransacctions #reference_transfer_img,
#modalComponent #reference_img,
#modalComponent #reference_transfer_img {
  width: 100%;
}

.card-link {
  cursor: pointer;
}

.full-width-flex {
  flex-grow: 1 !important;
}

.deleteAll {
  display: none;
}

.input-field > label {
  transform: translateY(0px) !important;
}

.input-field > label:not(.label-icon).active {
  transform: translateY(-18px) scale(0.8) !important;
}

