#toast, #topTips{
    margin-top: 30vh;
    text-align: center;
}
#topTips *{
    color: #e64340;
}
.glyphicon{
    font-family: 'Glyphicons Halflings' !important;
}
.form-control{
    -webkit-appearance: none;
    height: auto;
}
.custom-select{
    height: auto;
}
.btn{
    white-space: nowrap;
}
.caret.caret-up{
    border-bottom: 4px dashed;
    border-top: 0;
    content: "";
}
.dropdown-menu.show{
    max-height: calc(100vh - 1.25rem);
    overflow-y: auto;
    z-index: 9999999;
}
.custom-switch{
    white-space: nowrap;
}
.modal-draggable{
    pointer-events: none;
    touch-action: none;
}
.modal-draggable .modal-dialog{
    position: fixed;
    max-width: auto;
}
.modal-draggable-open > .modal-backdrop{
    display: none;
}
#bootstrapToast{
    position: relative;
}
#bootstrapToastContent{
    bottom: 1em;
    position: fixed;
    right: 1em;
    z-index: 999999;
}
#bootstrapToastContent .toast{
    background-color: rgba(255,255,255,.95);
}
#bootstrapToastContent .toast-body{
    overflow-wrap: break-word
}



html.mobile #bootstrapToastContent{
    bottom: auto;
    top: 1em;
}



@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}