.app_support_container {
  max-width: auto;
  margin: 20px auto;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.app_support_container p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

.app_support_container a {
  color: #007bff;
  text-decoration: none;
}

.app_support_container a:hover {
  text-decoration: underline;
}

.app_support_container div label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.app_support_container div input[type="text"],
.app_support_container div textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  background-color: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.app_support_container div input[type="text"]:focus,
.app_support_container div textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}

#verify-username {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}

#verify-username:hover {
  background-color: #0056b3;
}

#verification-message {
  font-size: 14px;
  color: #555;
}

.app_support_container div .btn {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  background-color: #28a745;
  border: none;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.app_support_container div .btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.app_support_container div .btn:hover:not(:disabled) {
  background-color: #218838;
}
.msg-flash-notice{
  color: #080;
  background-color: #24262b;
  font-size: 1.5rem;
  text-align: center;
  font-family: inherit;  
}

.msg-flash-alert{
  color: #a01;
  background-color: #24262b;
  font-size: 1.5rem;
  text-align: center;
  font-family: inherit;
}
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.header-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.header-logo-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0;
}

.header-logo {
  width: 100%;
  height: 100%;
}

.header-text {
  text-align: center;
}

.header-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.header-subtitle {
  font-size: 0.75rem;
  color: #e3342f;
  font-style: italic;
}

@media (min-width: 640px) {
  .header-flex {
    flex-direction: row;
  }

  .header-logo-wrapper {
    margin-right: 0.5rem;
  }

  .header-text {
    text-align: left;
  }
}

.navbar {
  display: none;
}

@media (min-width: 768px) {
  .navbar {
    display: flex;
    gap: 2rem;
  }

  .get-app-desktop {
    display: block;
  }
}

.nav-link {
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #e3342f;
}

.get-app-desktop {
  display: none;
}

.get-app-button {
  background-color: #e3342f;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: background-color 0.3s;
}

.get-app-button:hover {
  background-color: #c53030;
}

.mobile-menu-button {
  display: inline-block;
  color: #718096;
  outline: none;
}

@media (min-width: 768px) {
  .mobile-menu-button {
    display: none;
  }
}

.mobile-menu {
  display: none;
  background-color: white;
  border-top: 1px solid #e2e8f0;
}

.mobile-nav-link {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
}

.mobile-nav-link:hover {
  background-color: #f7fafc;
  color: #e3342f;
}

.mobile-app-button {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  background-color: #e3342f;
  color: white;
}

.mobile-app-button:hover {
  background-color: #c53030;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&disply=swap");

:root {
  --red-color: #e71d36;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.header-body {
  min-height: 100vh;
  /* background: url(/background.jpg) no-repeat; */
  background: black;
  background-size: cover;
  background-position: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: .7rem 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  backdrop-filter: blur(50px);
  z-index: -1;
}

/* 
.header-flex {
  display: flex;
  align-items: center;
  gap: .6rem;
} */

.header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;

  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;

  -webkit-column-gap: .6rem;
          column-gap: .6rem;
}

.header-logo-wrapper {
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

.header-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: auto;
}

.header-text {
  color: #000;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: left;
}

.header-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
}

.header-subtitle {
  font-size: .9rem;
  font-weight: 515;
  font-style: italic;
  margin: 0;
  opacity: 0.85;
  color: var(--red-color);
}

.navbar a {
  font-size: 1.15rem;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  margin-left: 2.5rem;
}

#check {
  display: none;
}

.icons {
  position: absolute;
  right: 5%;
  font-size: 2.8rem;
  color: #000;
  cursor: pointer;
  display: none;
}

/* BREAKPOINTS */

@media (max-width: 992px) {
  .header {
    padding: .7rem 5%;
  }
}

@media (max-width: 858px) {
  .icons { display: inline-flex; }

  #check:checked~.icons #menu-icon { display: none; }
  .icons #close-icon { display: none; }
  #check:checked~.icons #close-icon { display: block; }

  .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: #e9ecef;
    backdrop-filter: blur(50px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: .3s ease;
  }

  #check:checked~.navbar {
    height: 17.7rem;
  }

  .navbar a {
    display: block;
    block-size: 1.1rem;
    margin: 1.5rem 0;
    text-align: center;
    transform: translateY(-50px);
    transition: .3s ease;
  }

  #check:checked~.navbar a {
    transform: translateY(0);
    transition-delay: calc(.15s * var(--i));
  }
}

/* Iphone Breakpoint */
@media (max-width: 500px) {
  .header-title {
    font-size: 1.1rem;
  }

  .header-subtitle {
    font-size: .8rem;
  }
}

/* Samsung Andriod Breakpoint */
@media (max-width: 384) {
  .header-title {
    font-size: 1.1rem;
  }

  .header-subtitle {
    font-size: .8rem;
  }
}
/*


 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&disply=swap");

*{
  margin: 0;
  padding: 0;
}

body{
  min-height: 100vh;
}
