﻿/* 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/css?family=Norican");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,900;1,400;1,600;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,900;1,400;1,600;1,900&display=swap');

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  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%;
}

.container {
    background-color: rgba(0, 0, 0, 0.05);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}

.nav .nav-item {
    white-space: nowrap;
    color: #F40F46;
}

.payoff {
    font-family: "Norican", sans-serif;
    font-size: 30pt;
}

.navbar-light .navbar-toggler, .navbar-toggler collapsed {
    color: rgb(255,0,0) !important;
    border-color: rgb(255,0,0) !important;
}

a.nav-link {
    color: #64307A !important;
    font-weight: bold;
    font-size: 18pt;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: #C00;
}

.subtitle {
    height: 58px;
    font-family: 'Secular One', sans-serif;
    font-size: 38pt;
    font-weight: bold;
    color: #F40F46;
    text-transform: uppercase;
    /*padding-top: 93px;*/
}

img.border {
    border: 2px solid #64307A !important;
}

a, a:link, a:visited {
    color: #64307A;
}


/* --------------------------------------------------------------------------------------- */


body {
    background: #fff url("../images/circle-background.png") no-repeat bottom center fixed;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: "Norican", sans-serif;*/
    min-height: 20vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
}
/*
.wrap {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.head {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: red;
    border: 3px solid #fff;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFCCE7;
    font-size: 1.1rem;
    padding: 1.8rem;
}

    .head h1 {
        color: #fff;
        text-align: center;
        font-weight: bold;
        display: block;
        font-size: 1.75rem;
    }

    .head p {
        margin: 0;
    }

.navbar {
    background-color: transparent;
}

@media (max-width: 767.98px) {

    .wrap {
        margin-top: 330px !important;
    }


    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}*/


/*.onlymobile {
    display: none;
    visibility: hidden;
}

.nomobile {
    display: normal;
    visibility: visible;
}

@media (max-width: 767.98px) {
    .onlymobile {*/
        /*display: normal;*/
        /*visibility: visible;
    }
    .nomobile {*/
        /*display: none;*/
        /*visibility: hidden;
    }
}*/

@media (max-width: 767.98px) {
    .logo {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .subtitle {
        height: 36px;
        font-size: 24pt;
    }
}




/*-------------------------------------------------------------------------------*/

.textboxPadding {
    padding-bottom: 5px;
}



/* ------------------------------------------------------------------------------ */
/* Cookies banner */
.hidden {
    display: none;
}

#cookie-banner {
    padding: 1rem;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #F40F46;
}

    #cookie-banner div {
        background-color: #F2C2DB;
        color: #ebf8ff;
        border-radius: 9999px;
        padding: 0.5rem 0.75rem;
        line-height: 1;
        align-items: center;
        display: inline-flex;
        color: #F40F46;
    }

        #cookie-banner div span:first-child {
            text-align: left;
            margin-right: 0.5rem;
            font-size: smaller;
            flex: 1 1 auto;
        }

#consent-cookies {
    padding: 0.25rem 0.5rem;
    display: flex;
    font-size: smaller;
    cursor: pointer;
    border-radius: 9999px;
    background-color: #F40F46;
    color: #fff;
}

/* -------------------------------------------------------------------------------- */
a.mail-popup, a.mail-popup:link, a.mail-popup:visited {
    color: blue !important;
}
    .mail-popup:hover {
        text-decoration: underline;
    }
