@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,700");
body {
    font-family: 'Roboto', sans-serif !important;
}
.help-block ul {
    color: #D74B4B;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.help-block ul li {
    padding: 0;
    margin: 0;
}
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    transition: 0.2s
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0
}
.card.card-blue.card-outline {
    border-top-color: #007bff!important;
}
#back-to-top {
    z-index: 10000;
}

::-webkit-input-placeholder { /* Edge */
    font-size: small;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: small;
}

::placeholder {
    font-size: small;
}
.pac-container {
    z-index: 10000 !important
}
