/*************************************************************************
 * Your custom CSS file
 *************************************************************************/

.custom-dropdown {
  width: 240px;
}

.custom-textbox {
  width: 240px;
}

#dialog-1,
#dialog-2,
#dialog-3,
#dialog-4,
#share-dialog {
  display: none;
}

#share-url {
  width: 100%;
  -webkit-touch-callout: default !important;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

#share-url-copy-prompt {
  display: none;
  color: #007bff;
}

.horizontal   {
  font-family: inherit;
  font-weight: bold;
  letter-spacing: inherit;
  text-transform: inherit;
  line-height: inherit;
  color: inherit;
  display: flex;
  position: relative;
  
  
    &::after {
      content: '';
      height: 1px;
      border-bottom: 3px solid #3a6cf4;
      margin: auto 1rem;
      width: 100%;
      max-width:  inherit;
      flex: 1;
    }

 

}