#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;
}

#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;
}