﻿/* 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. */


/* 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.theme-button {
    max-height: 70px;
    height: 70px;
    margin-top: 20px;
    width: 100%;
    border-radius: 40px;
    border: none;
    font-weight: 600;
    display: inline-flex;
    max-width: 400px;
    padding-top: 10px;
}
.try-again-button {
    display: inline-block;
    font-size: 18px;
    margin-top: 40px;
    max-height: 70px;
    height: 70px;
    width: 100%;
    border-radius: 40px;
    border: none;
    font-weight: 600;
    max-width: 400px;
    background-color: #4e7f90;
    color:white;
    padding-top:10px;
}
.try-again-div {
    text-align: center;
    margin-top: 40px;
}
.link-top-margin {
    margin-top: 10px;
}
.theme-button-alternate {
    background-color: transparent;
    max-height: 70px;
    height: 70px;
    margin-top: 20px;
    width: 100%;
    border-radius: 40px;
    font-weight: 600;
    border: 2px solid;
    display: inline-flex;
    max-width: 400px;
    padding-top: 10px;
}
.parent-div {
    text-align: center;
    margin-top: 25%;
}
.img-icon {
    max-height: 125px;
    border-radius:20px;
}
.top-margin-20 {
    margin-top: 20px;
}
.top-margin-100 {
    margin-top: 100px;
}
.top-margin-35-percent {
    margin-top: 35%;
}
.btn-icon-width {
    width: 20%;
}
.btn-text-width {
    width: 80%;
    text-align:left;
}

.btn-heading {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-subheading {
    font-size: 12px
}
.mobile-icon-margin {
    margin-top: 10px;
    font-size:30px;
}
.browser-icon-margin {
    margin-top: 10px;
    font-size: 28px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
}


.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
}
    .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;
    }