﻿:root {
    --clr-hft-blue-500: #1d2e42;
    --clr-hft-blue: #23364C;
    --clr-hft-blue-300: #293f58;
    --clr-hft-blue-fade: #35404d;
    --clr-hft-green-500: #22b954;
    --clr-hft-green: #33CC66;
    --clr-hft-green-300: #57d380;
    --clr-hft-green-fade: #7fc496;
    --clr-hft-gray: #8C8B7D;
    --clr-hft-construction-yellow: #fac716;
}
.user-icon{
    padding-right: 12px;
}
.navbar {
    border-bottom: #61d836 solid 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .25rem;
    background-color: white;
    color: white;
}

.pfp-menu {
    position: absolute !important;
    top: 5px;
}

    .pfp-menu-container:hover .profile-pic {
        box-shadow: 0 0 15px rgba(67, 183, 87, 0.4), 0 0 25px rgba(67, 183, 87, 0.3), 0 0 35px rgba(67, 183, 87, 0.25), 0 0 45px rgba(67, 183, 87, 0.2);
    }

.k-i-arrow-60-down {
    width: 100px;
}
.k-i-arrow-60-down, k-icon {
    display: none;
    width: 100px;
}

.k-item {
    width: 100%;
    height: 100%;
}

.k-menu {
    background-color: transparent !important;
    width: 50px;
    height: 50px;
}

.k-menu, .k-item {
    box-shadow: none !important;
}

.profile-pic {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    img
{
    width: 100%;
    height: auto;
    object-fit: cover;
}
}

.center-links {
    position-area: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.tier-banner {
    width: 150px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.member-info {
    display: flex;
    position: absolute;
    right: 10px;
    top: 5px;
    align-items: center;
}

.navbar .nav-link {
    color: white;
}

    .navbar .nav-link:hover {
        text-decoration: underline;
    }

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
        color: white;
    }

.navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
}

.navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Provide sufficient contrast against white background */
a {
    color: black;
    font-weight: bolder;
}
    a:hover {
        color: black;
        text-decoration: underline black;
    }

.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;
}

/* 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 {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding-bottom: 12.5rem; /* Footer space */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 2rem;
    height: 12rem;
    color: white;
    background-color: var(--clr-hft-blue);
}

    .footer > div {
        white-space: pre-line;
    }

.footer a {
    color: white;
}

    .footer a:hover {
        color: var(--clr-hft-green);
        text-decoration: none;
    }

    @media (max-width: 510px){
        .prize-btns {
            width:1.5rem !important;
            height:1.5rem !important;
        }
    }

@media (min-width: 768px) {
    .content-wrap {
        padding-bottom: 4rem; /* Footer space */
    }

    .footer {
        line-height: 60px;
        padding-bottom: 0;
        height: 3.8rem;
    }

        .footer > div {
            white-space: nowrap;
        }

    .welcome-header h3 {
        font-size: 3.5rem;
    }
}

.k-form-buttons {
    margin-top: 0.75rem;
}

/* Bootstrap/Kendo Overrides and Extensions */
.k-button-solid-primary,
.btn-hft {
    color: #fff;
    background-color: var(--clr-hft-green);
    border-color: var(--clr-hft-green);
    text-shadow: 1px 1px #0001;
    font-weight: 600;
}

    .k-button-solid-primary:hover,
    .btn-hft:hover {
        color: #fff;
        background-color: var(--clr-hft-green-500);
        border-color: var(--clr-hft-green-500);
    }

    .k-button-solid-primary:focus, .k-button-solid-primary.focus,
    .btn-hft:focus, .btn-hft.focus {
        color: #fff;
        background-color: var(--clr-hft-green-500);
        border-color: var(--clr-hft-green-500);
        box-shadow: 0 0 0 0.2rem rgba(66, 190, 133, 0.5);
    }

    .k-button-solid-primary:disabled, .k-button-solid-primary.disabled
    .btn-hft:disabled, .btn-hft.disabled {
        color: #fff;
        background-color: var(--clr-hft-green-fade);
        border-color: var(--clr-hft-green-fade);
    }

    .k-button-solid-primary:not(:disabled):not(.disabled):active,
    .k-button-solid-primary:not(:disabled):not(.disabled).active,
    .show > .k-button-solid-primary.dropdown-toggle,
    .btn-hft:not(:disabled):not(.disabled):active, 
    .btn-hft:not(:disabled):not(.disabled).active, 
    .show > .btn-hft.dropdown-toggle {
        color: #fff;
        background-color: var(--clr-hft-green-500);
        border-color: var(--clr-hft-green-500);
    }

        .k-button-solid-primary:not(:disabled):not(.disabled):active:focus,
        .k-button-solid-primary:not(:disabled):not(.disabled).active:focus, 
        .show > .k-button-solid-primary.dropdown-toggle:focus,
        .btn-hft:not(:disabled):not(.disabled):active:focus, 
        .btn-hft:not(:disabled):not(.disabled).active:focus, 
        .show > .btn-hft.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(66, 190, 133, 0.5);
        }

/* Header Styles*/
.welcome-header {
    color: #23364c;
}

.construction-notice {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    width: 100%;
    color: white;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--clr-hft-green);
    box-shadow: 0 2px 3px #0003, 0 -2px 3px #0003;
    text-shadow: 2px 2px #0002;
}

@media (min-width: 768px) {
    .construction-notice {
        font-size: 1.5rem;
    }
}

/* Video List Styles */

.video-list-item {
    display: grid;
    grid-template-columns: 2fr 3fr;
    min-height: 12rem;
    border-radius: 5px;
    color: white;
    background-color: var(--clr-hft-blue);
    text-align: center;
    cursor: pointer;
    box-shadow: 2px 2px 3px #0005;
    transition: all 200ms ease-in-out;
    overflow: hidden;
}
    .video-list-item + .video-list-item {
        margin-top: 0.5rem;
    }

    .video-list-item:hover {
        transform: scale(1.01);
        background: var(--clr-hft-blue-300);
    }

.video-list-item-image {
    background-image: url('/images/video-thumbs/placeholder-thumb.png');
    background-position: center !important;
    background-size: cover !important;
    box-shadow: 2px 0 4px #0003;
}
.video-list-item-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
}

#videoView {
    margin-bottom: 0.5rem;
}

#vdo {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.request-step-count{
    height:5%;
    padding-left: 1rem;
    padding-top: 1rem;
}
.request-header{
    height:15%;
    padding-left: 1rem;
    margin-top: 1rem;
}
.request-header-initial {
    height: 15%;
    padding-left: 0;
    margin-bottom: 2rem;
}
.request-content{
    height:80%;
}
.k-floating-label-container:focus-within > .k-label[for="StepOne_Pronouns"] {
    transform:scale(0.8);
}

.employed-btn {
    margin-bottom: 1rem;
}

.step-two-container {
    height: max-content;
}

.request-membership-labels {
    width: 20em;
    z-index: 0;
    background-color: lightgray;
    display: flex;
}

.request-membership-text-area {
    height: 6em;
    width: 30em;
}
d

.step-three-input {
    background-color: lightgray;
    z-index: 0;
}

.request-btn {
    min-width: 5em;
}

.button-request {
    gap: 1rem;
}

.k-floating-label-container {
    margin-left: 1em;
}

#email-text {
    padding-left: 10em;
    padding-right: 10em;
}
.membership-forms {
    margin-left: 1em;
}


@media (min-width: 768px) {
    .video-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .video-list-item + .video-list-item {
        margin-top: 0;
    }
}

@media screen and (max-width: 485px) {
    #email-text {
        text-align: center;
        margin-left: 1rem;
        margin-right: 1rem;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 385px) {
    .request-membership-labels {
        width: 100%;
    }
}

@media(max-width: 576px){
    .desktop-header{
        display: none;
    }

    .mobile-header{
        display: flex;
    }

    .center-links {
        flex-direction: column;
        gap: 0px;
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0px;
    }

    .navbar-collapse{
        height: 12vh;
    }

    .member-info {
        flex-direction: column;
        position: relative;
    }
}

@media(min-width: 576px) {
    .desktop-header {
        display: flex;
    }

    .mobile-header {
        display: none;
    }
}

@media screen and (max-width: 950px) and (min-width: 576px){
    .tier-banner{
        display: none;
    }
}


@media screen and (max-width: 650px) and (min-width: 576px) {
    .profile-pic {
        display: none;
    }
}