/* 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;
}

/* 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;
}

.dropdown-menu.show {
    background-color: antiquewhite;
}

/* 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;
    background-color: var(--surya-body-bg);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    height: 60px;
    background-color: indianred;
    color: #fff !important;
    font-weight: 400 !important;
}

    .footer .session-text {
        font-size: 0.5rem;
        color: #7C1D48;
    }

.card {
    background-color: var(--surya-card-bg);
    border-color: var(--surya-card-border-color);
}

.flex-center {
    align-items: center;
    justify-content: center;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.bg-card-gradient {
    background-image: var(--surya-card-gradient);
    background-position: center;
}

.bg-registration-card-gradient {
    background-image: var(--surya-registration-gradient);
    background-position: center;
}

.nav-bar-gradient {
    background-image: var(--surya-navbar-gradient);
    background-position: center;
}

.z-index-1 {
    z-index: 1;
}

.flex-between-center {
    justify-content: space-between;
    align-items: center;
}

.fs-error {
    font-size: 10rem;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.text-300 {
    color: var(--surya-error-code-300-grey) !important;
}

.text-800 {
    color: var(--surya-error-code-800-grey) !important;
}

.font-sans-serif {
    font-family: Sans-Serif;
}

.table {
    font-weight: 400 !important;
    color: #680000 !important;
}

.accordion-item {
    color: #680000 !important;
}

table > thead tr > th {
    /*text-align: center !important;*/
    vertical-align: middle;
}

table > tbody tr > td {
    vertical-align: middle;
}

input.disabled:hover {
    cursor: not-allowed
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}

.endpoint-table-textbox {
    background-color: #F5fcff;
    border: 1px solid #d3d3d3;
}

    .endpoint-table-textbox:hover {
        border: 1px solid #000;
    }

    .endpoint-table-textbox:focus {
        background-color: #F5fcff;
    }

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: unset !important;
}

.cursor-pointer {
    cursor: pointer;
}

.fs-small {
    font-size: small !important;
}

.fs-medium {
    font-size: medium !important;
}

.fs-xx-large {
    font-size: xx-large !important;
}

.ml--1-rem {
    margin-left: -1rem !important;
}

.color-gray-600 {
    color: var(--bs-gray-600) !important;
}

.fw-bold {
    font-weight: bolder !important;
}
