@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700&display=swap');

html,
body {
    background-color: #F7F7F7;
    width: 100%;
    line-height: 1.5;
    font-family: Barlow, sans-serif;
    font-size: 16px;
}

* {
    font-family: inherit;
    text-decoration: none;
    outline: 0;
    position: relative;
}

.centered {
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    display:-ms-flexbox!important;
    -ms-flex-pack:center!important;
    -ms-flex-align:center!important;
}

.centered-vertical {
    display:flex!important;
    align-items:center!important;
    display:-ms-flexbox!important;
    -ms-flex-align:center!important;
}

.pointer:hover {
    cursor: pointer;
}

.min-height-600 {
    min-height: 600px;
}

.min-height-200 {
    min-height: 200px;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus
{
    box-shadow: 0 0 0 0.2rem rgba(37,187,88, 0.25);
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(37,187,88, 0.25);
}

#wrapper {
    min-height: 100vh;
    color: #454545;
}

.m-5r {
    margin-right: 5px;
}

.m-10b {
    margin-bottom: 10px;
}
.modal-header {
    white-space: break-spaces;
    word-break: break-word;
}
