/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

html, body {
    min-height: 100% !important;
    height: 100%;
}

body {
    background: white;
    font-family: 'Roboto', 'Arial', 'sans-serif' !important;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.0;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pr-font-large {
    font-size: 18px;
}

.pr-font-larger {
    font-size: 24px;
}

a {
    text-decoration: none !important;
    color: #1B5096 !important;
    font-weight: 700;
}

a:focus, a:hover {
    text-decoration: underline !important;
}

.pr-dark-blue {
    color: #1b5096;
}

.bg-dark-blue {
    background-color: #1B5096 !important;
}

.pr-border-dark-blue {
    border: 2px solid #1b5096;
}

.pr-bg-gray {
    background-color: #cad2e2;
}

.pr-border {
    border: 1px solid #cad2e2;
}

.pr-border-top-gray {
    border-top: 2px solid #cad2e2;
}

.invalid-format, .invalid-confirmation {
    color: #dc3545;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
}

.card:hover {
    /*transform: scale(1.05);*/
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.card h3 {
    font-weight: 600;
}
.art-bg {
    background-color: rgb(250, 247, 243);
}

.art-blue {
    color: rgb(0, 50, 124) !important;
}
.art-bg-blue {
    background-color: rgb(0, 50, 124) !important;
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, rgb(248, 250, 252), rgb(255, 255, 255), rgb(248, 250, 252));
}

.pr-text-primary {
    color: rgb(30, 58, 95) !important;
}

.pr-bg-primary {
    background-color: rgb(30, 58, 95) !important;
}

