.tox-notifications-container {
    display: none;
}

.tox-statusbar__branding {
    display: none;
}

/* .bootstrap-tagsinput .tag {
    display: inline-block;
    background-color: #58c5ca;
    color: #fff !important;
    border-radius: 40px;
    padding: 3px 3px 0 7px;
    margin-right: 5px;
    margin-bottom: 5px;
} */
.bootstrap-tagsinput {
    width: 100%;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}

.label-info {
    background-color: #5bc0de;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.tag {
    color: #fff !important;
}

#map {

    margin-top: 10px;
    
    max-width: 100%;
    width: 100%;
  
    height: 350px;
  
  }
  
  .mapControls {
  
    margin-top: 10px;
  
    border: 1px solid transparent;
  
    border-radius: 2px;
  
    box-sizing: border-box;
  
    -moz-box-sizing: border-box;
  
    height: 45px;
  
    outline: none;
  
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  
  }
  
  #searchMapInput {
  
    border-radius: 5px;
    font-size: 12px;
    height: auto;
    padding: 12px 15px;
    max-width: 100%;
    width: 100%;
    background: #fff;
    color: #62626e;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
  
  }

  *,
  *::after {
    box-sizing: border-box;
    margin: 0;
  }
  
  .ticket {
    display: grid;
    grid-template-rows: auto 1fr auto;
    max-width: 30rem;
  }
  .ticket__header, .ticket__body, .ticket__footer {
    padding: 1.25rem;
    background-color: white;
    border: 1px solid #abb5ba;
    box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
  }
  .ticket__header {
    font-size: 1.5rem;
    border-top: 0.25rem solid #dc143c;
    border-bottom: none;
    box-shadow: none;
  }
  .ticket__wrapper {
    box-shadow: 0 2px 4px rgba(41, 54, 61, 0.25);
    border-radius: 0.375em 0.375em 0 0;
    overflow: hidden;
  }
  .ticket__divider {
    position: relative;
    height: 1rem;
    background-color: white;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .ticket__divider::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    border-bottom: 2px dashed #e9ebed;
  }
  .ticket__notch {
    position: absolute;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
  }
  .ticket__notch::after {
    content: "";
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    right: 100%;
    top: -50%;
    border: 0.5rem solid white;
    border-radius: 50%;
    box-shadow: inset 0 2px 4px rgba(41, 54, 61, 0.25);
  }
  .ticket__notch--right {
    left: auto;
    right: -0.5rem;
  }
  .ticket__notch--right::after {
    right: 0;
  }
  .ticket__body {
    border-bottom: none;
    border-top: none;
  }
  .ticket__body > * + * {
    margin-top: 0.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ebed;
  }
  .ticket__section > * + * {
    margin-top: 0.2rem;
  }
  /* .ticket__section > h4 {
    font-size: 1.125rem;
    margin-bottom: 0.9rem;
  } */
  .ticket__header, .ticket__footer {
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
  }
  .ticket__footer {
    border-top: 2px dashed #e9ebed;
    border-radius: 0 0 0.325rem 0.325rem;
  }


