@font-face {
    font-family: "Haas Light";
    src: url("../fonts/haas-light.otf");
}
.haas-light {
    font-family: "Haas Light";
    letter-spacing: 2px;
}
@font-face {
    font-family: "Haas Regular";
    src: url("../fonts/haas-regular.otf");
}
.haas-regular {
    font-family: "Haas Regular";
}
@font-face {
    font-family: "Haas Bold";
    src: url("../fonts/haas-bold.otf");
}
.haas-bold {
    font-family: "Haas Bold";
}
@font-face {
    font-family: "Haas Medium";
    src: url("../fonts/haas-medium.otf");
}
.haas-medium {
    font-family: "Haas Medium";
}
@font-face {
    font-family: "Haas Black";
    src: url("../fonts/haas-black.otf");
}
.haas-black {
    font-family: "Haas Black";
}

html {
    background: #1F2021;
    color: white !important;
}
html, body {
    margin: 0 !important;
    padding: 0 !important;
}
a {
    text-decoration: none;
    color: unset;
}
a.primary {
    color: teal;
}
a.gold, .verified-badge.text-gold {
    color: rgb(202, 162, 109);
}
a.userModal {
    text-align: right;
}
body {
    font-family: "Haas Regular";
}
h1 {
    font-size: 36px;
    margin: auto 0;
}
p {
    font-size: 18px;
    line-height: 30px;
}
hr {
    border-color: rgb(70, 70, 70);
    border-style: solid;
    border-top: none;
}
ul.pagination {
    text-align: center;
    padding-left: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
ul.pagination a {
    display: inline;
    padding: 7px 7px;
    margin: 0 4px;
    border-radius: 5px;
    border: 2px solid grey;
    transition: all 0.15s ease-in;
}
ul.pagination a:hover {
    background: rgba(128, 128, 128, 0.25);
}
ul.pagination a {
    color: grey;
    text-decoration: none;
}
ul.pagination a.no-bg {
    border: none;
}
ul.pagination a.no-bg:hover {
    background: none;
}
.container {
    width: 30%;
    margin: auto;
}
.container-wide {
    width: 80%;
    margin: auto;
}
.main {
    margin-bottom: 75px;
}
.main.profile {
    margin-bottom: 52px !important;
}
.top-nav {
    padding-top: 5px;
    display: grid;
    grid-template-columns: 75% 25%;
}
.top-nav .pfp {
    width: 50px;
    margin: auto;
    margin-right: 0;
    border-radius: 100px;
    float: right;
}
.content {
    padding-top: 15px;
}
#lp-wp .content {
    padding: 200px 0;
}
#lp-wp .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#lp-wp .subtitle {
    margin: 0 auto;
    font-size: 14px;
    opacity: 0.6;
}
#lp-wp .title {
    font-size: 56px;
    letter-spacing: 2px;
}
#lp-wp .main .text {
    margin-top: 0;
    font-size: 16px;
}
#lp-wp .main .panel {
    background-color: rgba(0, 0, 0, 0.33);
    backdrop-filter: blur(15px);
    padding: 25px;
    max-width: 40%;
    margin: auto;
}
.section-title {
    display: inline-block;
}
div.spacer {
    padding: 100px;
}
@media screen and (max-width: 680px) {
    div.spacer {
        padding: 50px;
    }
}
.event {
    padding: 30px 15px;
    border-radius: 10px;
    margin: 10px 0;
}
.event:hover {
    cursor: pointer;
}
.event:hover .event-title {
    opacity: 0.75;
}
.event:hover .event-details {
    opacity: 0.35;
}

#lp-wp {
    background: linear-gradient( rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33) ), url("../img/lp-wp.jpg");
    background-size: cover;
    background-position: center;
}
#lp-wp .btn {
    padding: 1rem 2rem;
}
.event-row {
    display: grid;
    grid-template-columns: 80% 20%;
}
.event .event-title {
    font-family: "Haas Medium";
    color: white;
    font-size: 24px;
    margin: 0 !important;
    letter-spacing: 1px;
    text-align: left;
}
.event .event-details {
    font-family: "Haas Light";
    color: white;
    margin: 0;
    font-size: 15px;
    letter-spacing: 3px;
    opacity: 0.6;
    text-align: left;
}
.event-host {
    margin: auto;
    margin-right: 0;
}
.event-host-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100px;
    z-index: 1000;
}
.event-ongoing {
    border-left: 5px solid #FF9100;
}
.event-ongoing .event-details {
    color: #FF9100;
}
img.pfp {
    width: 41%;
    border-radius: 100%;
}
@media screen and (max-width: 1000px) {
    .container {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .container {
        width: 90%;
    }
    .main {
        padding: 20px 0;
    }
    #lp-wp .main .panel {
        max-width: 70%;
    }
}
.mw-500 {
    max-width: 500px;
}
.haas-rg {
    font-family: "Haas Regular";
}
.haas-bk {
    font-family: "Haas Black";
}
.page-indicator {
    font-size: 16px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.25);
}
.btn {
    display: inline-block;
    text-align: center;
    padding: 1rem 0;
    letter-spacing: 1px;
    border-radius: 5px;
    backdrop-filter: blur(15px);
    color: white;
    transition: background 0.15s ease-in-out;
    font-family: "Haas Medium";
    border: 0;
    font-size: 16px;
}
@media screen and (max-width: 580px) {
    .btn {
        padding: 1.25rem;
        display: block;
    }
    #lp-wp .main .panel {
        max-width: 80%;
    }
}
.btn-primary {
    background: rgba(39, 221, 160, 0.5);
}
.btn-primary:hover {
    background: rgba(39, 221, 160, 0.75);
}
.btn-secondary {
    background: rgba(0, 0, 0, 0.5);
}
.btn-secondary:hover {
    background: rgba(30, 30, 30, 0.5);
}
.btn-gold {
    background: #866C4A;
}
.btn-gold:hover {
    background: rgb(105, 85, 59);
}
.btn-secondary-solid {
    background: rgba(60, 60, 60, 1.0);
}
.btn-secondary-solid:hover {
    background: rgba(30, 30, 30, 1.0);
}
.btn-secondary-outline {
    color: rgba(127, 127, 127, 0.5);
    background: transparent;
    border: 2px solid rgba(127, 127, 127, 0.5);
}
.btn-secondary-outline:hover {
    background: rgba(127, 127, 127, 0.1);
}
.btn-danger {
    background: rgba(173, 39, 39, 0.5);
}
.btn-danger:hover {
    background: rgba(173, 39, 39, 0.75);
}
.btn-warning {
    background: rgba(173, 130, 39, 0.5);
}
.btn-warning:hover {
    background: rgba(173, 130, 39, 0.75);
}
.btn-block {
    display: block;
}
button.btn-block {
    width: 100%;
}


.text-opaque {
    opacity: 0.5;
}
.text-center {
    text-align: center;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    color: white;
    backdrop-filter: blur(15px);
}
.modal.profile {
    display: block;
}  
.modal-content#profile {
    color: white;
    padding-bottom: 15px;
}
/* Modal Content/Box */
.modal .modal-content {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) );
    background-size: cover;
    background-position: center;
    margin: auto; /* 15% from the top and centered */
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px 10px 0 0;
    width: 30%; /* Could be more or less, depending on screen size */
}
.modal-content.confirmation {
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .modal .modal-content {
        width: 95%;
    }
}
@media screen and (max-width: 560px) {
    .modal .modal-content {
        width: 84%;
    }
}
@media screen and (max-width: 320px) {
    .modal .modal-content {
        width: 84%;
    }
}

/* The Close Button */
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .event-title {
    font-family: "Haas Black";
    color: white;
    font-size: 56px;
    text-transform: uppercase;
    margin: 0 !important;
    letter-spacing: 1px;
}
.modal-content hr {
    opacity: 0.5;
    border-color: rgb(150, 150, 150);
}
.event-type {
    margin-top: 0;
    opacity: 0.5;
    font-family: "Haas Light";
    letter-spacing: 2px;
    font-style: oblique;
    text-transform: uppercase;
}
.user-title {
    color: mediumspringgreen !important;
    font-size: 20px;
}
.user-title.user-list {
    font-style: italic;
}
.modal-content .event-text {
    margin-top: 50px;
    font-family: "Haas Regular";
}
.event-detail-row {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 10% 90%;
}
.modal-content .event-detail-row:last-of-type {
    margin-bottom: 50px;
}
.modal-content .event-detail-icon {
    margin: auto;
    min-width: 32px;
    color: white;
    text-align: center;
}
.modal-content .event-detail {
    letter-spacing: 1px;
    margin: 0;
}
.modal-body > .event-detail:last-of-type {
    margin-bottom: 50px;
}
.modal-content .event-details .event-detail:first-of-type {
    font-family: "Haas Bold";
    color: white;
    opacity: 1.0;
    margin-bottom: -10px;
    text-transform: uppercase;
}
.modal-content .event-details .event-detail:last-of-type {
    opacity: 0.6;
}
.modal-content .author-row {
    display: grid;
    grid-template-columns: 75% 25%;
}
.author-row p {
    opacity: 0.5;
    margin-bottom: 0;
}
.author-row .event-host-img {
    margin: auto;
    margin-right: 0;
}
.button-row {
    display: grid;
    margin-top: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
}
.modal-content .admin-button-row {
    display: grid;
    margin-top: 15px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}
@media screen and (max-width: 568px) {
    .button-row, .admin-button-row {
        grid-template-columns: 1fr;
        grid-column-gap: 5px;
    }
    .button-row a, .admin-button-row a {
        margin-top: 15px;
    }
    .modal-content .admin-button-row .btn-block {
        width: unset;
    }
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #262829;
    color: gray;
    padding: 10px 0;
    text-align: center;
}
@media screen and (max-width: 568px) {
    .footer {
        padding-bottom: 25px;
    }
}
.footer a:hover {
    color: rgb(88, 88, 88);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.error:not(:empty) {
    display: block;
    background: rgb(255, 72, 72);
    color: white;
    padding: 0.25rem;
    text-align: center;
}
.inviter {
    margin: 5px 15px;
    font-size: 16px;
}
.invite-card {
    border: 1px solid rgb(51, 52, 54);
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.invite-card .event {
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0 0 10px 10px;
}
.text-danger {
    color: rgb(197, 32, 32);
}
.text-warning {
    color: rgba(173, 130, 39);
}
hr.spacer {
    margin-top: 30px;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb {
    background: rgba(100,100,100,0.5);
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


input, textarea {
    border-radius: 0 !important;
}
.form__group {
    position: relative;
    padding: 15px 0;
    margin-top: 10px;
}
  
.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 1.3rem;
    color: #fff;
    padding: 7px 0;
    background: transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}
  
.form__field::-webkit-input-placeholder {
    color: transparent;
}
  
.form__field:-ms-input-placeholder {
    color: transparent;
}
  
.form__field::-ms-input-placeholder {
    color: transparent;
}
  
.form__field::placeholder {
    color: transparent;
}
  
.form__field:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
}
  
.form__label {
    position: absolute;
    top: 0;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
    pointer-events: none;
}
  
.form__field:focus {
    padding-bottom: 6px;
    border-width: 3px;
    -o-border-image: linear-gradient(to right, rgb(199, 156, 101), rgb( 109, 88, 61));
    /*-o-border-image: linear-gradient(to right, #11998e, #38ef7d);*/
    border-image: -webkit-gradient(linear, left top, right top, from(rgb(199, 156, 101)), to(rgb( 109, 88, 61)));
    border-image: linear-gradient(to right, rgb(199, 156, 101), rgb( 109, 88, 61));
    border-image-slice: 1;
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}
  
.form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 1rem;
    /* color: #11998e; */
    color: rgb(199, 156, 101);
    font-weight: 700;
}
  
/* reset input */
.form__field:required, .form__field:invalid {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form__group .text-opaque {
    margin-bottom: 5px;
}

.form__group img {
    margin-top: 10px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
  
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #484b4e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #484b4e;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.event-members-img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 100px;
    z-index: 1000;
    border: 4px solid #1F2021;
    margin-right: -30px;
    margin-top: 5px;
    margin-left: 10px;
}

.more-ind {
    opacity: 0.43;
    margin-top: 17px;
    margin-left: 30px;
    position: absolute;
}
.more-ind-all {
    float: right;
    margin-right: 15px;
    position: relative;
}
.members-card {
    border: 1px solid rgb(51, 52, 54);
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.members-card .event {
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 10px 10px 0 0;
}

.verified-badge {
    color: deepskyblue;
    font-size: 20px;
    vertical-align: super;
}
.profile-title {
    word-wrap: break-word;
}
.notifications {
    color: white;
    font-size: 14px;
    background: rgba(209, 46, 46, 0.75);
    padding: 1px 5px;
    border-radius: 50%;
    position: absolute;
}
.tabcontent {
    display: none;
}
.tablinks:focus {
    outline: none !important;
}
.tab button.active {
    border-color: rgb(202, 162, 109);
    color: rgb(202, 162, 109);
    background: rgba(202, 162, 109, 0.1);
}
.tab.button-row {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
}

.dt-only {
    display: block !important;
}
.mb-only {
    display: none !important;
}
@media screen and (max-width: 680px) {
    .dt-only {
        display: none !important;
    }
    .mb-only {
        display: block !important;
    }
}
.ongoing-panel {
    text-align: center;
    background: linear-gradient(90deg, rgba(187, 99, 20, 0) 0%, rgba(187, 99, 20, 0.5) 50%, rgba(187, 99, 20, 0) 100%);
    backdrop-filter: blur(5px);
    padding: 10px 0;
    border-top: 1px solid rgba(227, 139, 60, 0.3);
    border-bottom: 1px solid rgba(227, 139, 60, 0.3);
    color: rgba(255, 168, 88, 0.65);
    letter-spacing: 4px;
}