﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: white;
}

maincontent {
    padding-left: 25vh;
    padding-right: 25vh;
}

.navbar {
    background: #04242D;

}

.header {
    font-size: 1.9vw;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
  height: 10rem;
  width: 30rem;
}

.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;
  font-family: 'Arial Nova';
}
@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%;
  font-family: 'Arial Nova';
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.button-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 5rem; /* Use the full height of the viewport */
}

.text {
    color: #333;
    text-align: justify;
    font-family: Arial Nova;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    /* line-height: normal; */
    letter-spacing: 0.03rem;
    line-height: 1.5rem;
}

.warningtext {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
}
.container {
    width: 100%;
}



.custom-btn {
    width: auto;
    height: 40px;
    color: #04242d;
    border-radius: 20px;
    border-color: #ff6b4c;
    border-width: 2px;
    border-style: solid;
    background: #fff;
    padding: 0px 18px;
    font-family: 'Arial Nova';
    transition: all 0.3s ease;
}


    .custom-btn:hover {
        background: #ff6b4c;
        transition: all 0.3s ease;
    }

.gif-popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0,0,0,0.4); /* Dimmed background */
}

.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered horizontally */
    padding: 20px;
    border: 1px solid #888;
    width: 100%; /* Could be adjusted */
    max-width: 500px; /* Maximum width */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

/* Popup GIF */
.popup-content img {
    display: block;
    margin: auto; /* Center the image within the popup */
    width: 100%; /* Adjust as necessary */
    max-width: 500px; /* Maximum width */
}

/* The Close Button */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #f44336;
        cursor: pointer;
    }

.sidebar {
    border-left: #ff8369 4px solid;
    padding-left: 1rem;
}
