﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@200;400;500;600;800&display=swap');


:root {
    --background: #10154e;
    --primary: #10154e;
    --secondary: #be346a;
    --color1: #faf4f6;
    --color2: #6f7583;
    --gradient: linear-gradient(45deg, #4c3d69 0, #c73e67 100%);
}

h1, h2, h3, h4, h5, h6, h7,
.h1, .h2, .h3, .h4, .h5, .h6, .h7 {
    color: var(--primary);
}

:root {
    --background: #10154e;
    --primary: #10154e;
    --secondary: #be346a;
    --color1: #faf4f6;
    --color2: #6f7583;
    --gradient: linear-gradient(45deg, #4c3d69 0, #c73e67 100%);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    width: 10rem;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: var(--secondary) !important;
    border: none !important;
    outline: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--secondary);
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    font-family: Sora, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-bottom: 180px;
    color: var(--color2);
}

a {
    color: var(--secondary);
}

a:hover {
    color: var(--secondary);
}

header {
    height: 6rem;
}

.footer {
    background: var(--background);
    color: var(--color1);
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.footer a {
    color: var(--color1);
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus, .form-control:focus {
    border-color: rgba(190, 52, 106, .5);
    border: 1px solid rgba(190, 52, 106, .5);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group > label {
    font-weight: 600;
}

.input-validation-error {
    border: 2px solid rgba(255, 52, 52, .5);
    outline: none;
}

.btn-secondary, .btn-secondary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.survey-icon {
    fill: var(--secondary);
    height: 5rem;
    padding-top: 1rem;
}

.download-icon {
    fill: #fff;
    height: 1rem;
    width: 1rem;
    margin: 0 1rem 0 0;
}

.row {
    row-gap: 1rem;
}

.e-dlg-container {
    position: fixed !important;
}

.e-dialog {
    min-height: 10rem !important;
}

.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper {
    font-family: Sora, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    color: var(--color2);
}

.form-control::placeholder {
    color: #a6a6a6;
}

.grid-bool-icon-positive {
    fill: var(--green);
    height: 2rem;
    width: 2rem;
}

.grid-bool-icon-negative {
    fill: var(--red);
    height: 2rem;
    width: 2rem;
}

.btn-link, .btn-link:hover {
    color: var(--secondary);
}

.language-icon {
    width: 1rem;
    border: 1px solid #00000029
}
.language-icon:before {
    width: 1rem;
    background-color: black;
    content: "";
}

.language-icon:hover{
    cursor: pointer;
}

.grid-btns:not(:last-child) {
    margin-right: 0.5rem;
}