/* 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. */


@media (max-width: 500px) {

    footer {
        font-size: 3vw !important;
        text-align: left !important;
    }
}


.cc-revoke, .cc-window {
    font-family: Open Sans!important;
}



.dataTables_length {

    color: white !important;
}

hr {
    background-color: white;
}
.btn-hp {
    background-color: #008567;
    color: white;
    font-weight: bold;
    border-color: #606B7D;
}

    .btn-hp:hover {
        background-color: #01A982;
        color: white;
        font-weight: bold;
        border-color: #606B7D;
    }

.a-hp {
    color: #28a745;
}
    .a-hp:hover {
        color: white;
    }

.background-contrast {
    background-color: transparent;
}

.input-hpe {
    background-color: transparent;
    color: white;
}

    .input-hpe:focus {
        border-color: #01A982;
        background-color: transparent;
        color: white;
    }
    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: #002F6C;
    border-color: #606B7D;
}

.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%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: Open Sans;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 30px; /* Vertically center the text there */
}

/*SCROLLBAR*/

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}


::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}


.divimage {
    display: flex;
    justify-content: center;
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

    #tooltip:after /* triangle decoration */ {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #111;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

.promotion-card-wrapper {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
}

.promotion-card {
    height: 450px;
    transition: all 0.15s ease-in-out;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    overflow: hidden;
}

.promotion-card:hover {
    outline: var(--info) solid 6px;
}

.promotion-card-no-hover:hover {
    outline: none;
}

.promotion-card__img {
    max-height: 360px;
    min-width: 350px;
}

.promotion-card__title {
    background-color: #E3E2E2;
    color: black;
    border-top: 1px solid #c4c4c4;
    width: 100%;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
}

section.content {
    background-image: url("/img/hexdot.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

p.content__description{
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
}

hr.break-line {
    margin: 0;
    height: 10px;
    background-color: #F4F4F5;
}