body {
	font-family: "Calibri", Trebuchet MS, Tahoma, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    background-color: #000;
    color: #FFF;
    overflow: hidden;
}

.header {
    background: #ece904;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
    font-weight: 400;
}

@media only screen and (max-width: 790px) {

	h1, h2, h3, h4 {
		padding: 0 1rem;
		margin-bottom: 0;
	}
}

video.fullscreen {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.4;
}

.bold {
	font-weight: bold;
}

.btn {
	padding: 0.75rem 1rem;
    font-size: 1.5rem;
    width: 100%;
    border-radius: 2rem;
    color: #fff
}

.btn:hover {
    color: #fff
}


.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}

.btn-brand {
	background-color: #ff9df7;
	color: #000;
	border: 1px solid #ff9df7;
}

.btn-brand:hover {
    background-color: #f5a7ee;
    color: #000000;
    border: 1px solid #f5a7ee;
}

.header img {
    height: 44px;
    margin: 8px 8px;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    background: #000;
    padding: 6px;
    transform: rotate(-1deg);
    border-radius: 8px;
}

fieldset .justify-content-center {
    position: relative;
    height: 100%;
}

.col-setw {
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 20%;
}

.col-setw p span, .col-setw h1 span {
    display: inline; /* Keeps the span inline */
    padding: 10px;
    background: linear-gradient(#000, #000); /* Ensures background only under text */
    background-repeat: no-repeat;
    background-size: 100% 100%; /* Adjusts to text width per line */
    background-origin: padding-box;
    color: #fff; /* Adjust text color if needed */
    border-radius: 8px;
    line-height: 3.25rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.col-setw i {
    font-style: normal;
}

.usp {
	text-align: left;
    width: 250px;
    margin: 8px auto 1rem;
}

.usp i {
	color: #015C4B;
    font-size: 1.25rem;
    position: relative;
    top: 2px;
}

.usp p {
    margin-bottom: 0.5rem;
}

.spinner-border {
	margin: 1rem;
	color: #015C4B;
}

.btn .spinner-border {
	color: #FFF;
	margin: 0;
}

.error {
	margin-top: 4px;
    color: red;
    font-size: 12px;
}

/* --- PAGE SPECIFIC --- */

fieldset {
	height: 100vh;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

fieldset::-webkit-scrollbar{
    display: none; /* Chrome */
}

/* HTML: <div class="loader"></div> */
.loader {
  margin: auto;
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#ff9df7 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}


/*@media (max-width: 767px) {*/
    .next_delay_result .profile-img {
        max-height: 30vh;
        object-fit: cover;
    }

.next_delay_result ul {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: left;
    margin: 0.5rem;
}

.next_delay_result ul li:not(:last-child) {
    margin-bottom: 8px;
}
