@font-face {
  font-family: "Segoe UI Symbol";
  src: url("../fonts/SegoeUISymbol.woff2") format("woff2"), url("../fonts/SegoeUISymbol.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn-success {
  border-color: #22c55e;
  background-color: #22c55e;
}
.btn-success.success {
  border-color: #16A34A;
  background-color: #16A34A;
}

.min-w-106 {
  max-width: 106px;
  width: 100%;
}

.min-w-286 {
  max-width: 286px;
  width: 100%;
}

.btn {
  padding: 11px 25px;
}

.btn-outline-secondary {
  border-color: #D1D5DB;
}
.btn-outline-secondary:disabled {
  border-color: #D1D5DB;
}

.text-success {
  color: #16A34A !important;
}

.text-info {
  color: #2563EB !important;
}

.btn-lg {
  font-size: 16px;
  padding: 11px 24px;
}

.btn-light {
  border-color: #E5E7EB !important;
}

body {
  font-family: "Segoe UI Symbol";
  color: #6B7280;
  font-size: 14px;
}

.form-control {
  padding: 0.44rem 0.75rem;
  min-height: 48px;
}

.content-wrapper {
  min-height: 100vh;
  background: linear-gradient(135deg, #28a745, #007bff);
  padding: 110px 40px;
}
@media (max-width: 767px) {
  .content-wrapper {
    padding: 15px;
	padding-top:60px;
  }
}

.records-header {
  color: #fff;
}
@media (min-width: 1200px) {
  .records-header {
    /*margin-bottom: 50px;*/
  }
}
@media (max-width: 767px) {
  .records-header {
    flex-direction: column;
  }
}



.ui-dialog-title  .header-title i {
  background-color: #0c913d;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ui-dialog-title  .header-title i span {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: inline-block;
  background-color: #fff;
}



.records-header .header-title i {
  background-color: #0c913d;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.records-header .header-title i span {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: inline-block;
  background-color: #fff;
}
.records-header a {
  color: #86efac;
  text-decoration: none;
}

.side-nav {
  margin-top: 20px;
  flex: 0 0 304px;
  max-width: 304px;
}
@media (max-width: 767px) {
  .side-nav {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.side-nav .nav-item {
  margin-bottom: 12px;
}
.side-nav .nav-item .nav-link {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 16px;
  padding: 12px;
  color: #D1D5DB;
  border-color: transparent;
}
.side-nav .nav-item .nav-link span {
  margin-right: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  display: inline-flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #7E8187;
  font-size: 12px;
}
.side-nav .nav-item .nav-link.active, .side-nav .nav-item .nav-link:hover {
  background-color: #4ADE80;
  border: 1px solid #16A34A;
  color: #fff;
  font-weight: 500;
}
.side-nav .nav-item .nav-link.active span, .side-nav .nav-item .nav-link:hover span {
  background-color: #16A34A;
  color: #fff;
}

.container-form {
  max-width: 1076px;
  width: 100%;
  margin: 0 auto;
}

.card-form {
  border-radius: 16px;
  padding: 32px;
  border: 0px !important;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .card-form {
    padding: 15px;
  }
}
.card-form.filevine {
  padding-top: 30px;
  padding-bottom: 64px;
 /* margin-bottom: 144px;*/
}
@media (max-width: 1180px) {
  .card-form.filevine {
    padding: 15px;
    margin-bottom: 0px;
  }
}
.card-form .form-label {
  font-size: 15px;
}
.card-form h4 {
  font-size: 17.86px;
}
.card-form h4.large {
  font-size: 24px;
}

.text-gray {
  color: #6B7280;
}

textarea.form-control {
  min-height: 100px;
}

.form-check-input {
  border-color: #0F172A;
}

footer {
  background-color: #262626;
}

.form-section {
  width: calc(100% - 304px);
}
.form-section.w-full {
  width: 100%;
}
@media (max-width: 767px) {
  .form-section {
    width: 100%;
  }
}
.form-section p {
  color: #6B7280;
}
.form-section .form-label {
  color: #374151;
}
.form-section small {
  color: #9CA3AF;
  margin-bottom: 12px;
  display: block;
}
.form-section.name-on-record {
  max-width: 914px;
}

.progress-bar-wrapper {
  text-align: center;
}
.progress-bar-wrapper .progress {
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
}
.progress-bar-wrapper .progress-bar {
  background-color: #4ADE80;
}
.progress-bar-wrapper p {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin: 10px 0 25px 0;
}

.mandatory-label::after {
  content: "*";
  color: red;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.more-info p {
  font-size: 15px;
  line-height: 24px;
  color:#6B7280;
  padding-top:4px;
}

.custom-card {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 25px;
  margin-top: 46px;
}
@media (max-width: 767px) {
  .custom-card {
    margin-top: 15px;
  }
}
.custom-card .card-head {
  display: flex;
  align-items: start;
  margin-bottom: 22px;
}
.custom-card .card-head img {
  margin-right: 12px;
}
.custom-card .card-head h3 {
  font-size: 20px;
  line-height: 1;
}
.custom-card .card-head h3 span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #4B5563;
  line-height:17px;
}
.custom-card ul {
  margin: 0px -15px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.custom-card ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .custom-card ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.action-row {
  flex-wrap: wrap;
  margin-top: 112px;
}
@media (max-width: 767px) {
  .action-row {
    justify-content: center !important;
    margin-top: 30px;
  }
}

.upload-block {
  margin-top: 15px;
  border: 2px dashed #D1D5DB;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
}

.drop-zone {
  padding: 50px 0 34px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
}

.drop-zone__prompt span {
  color: #16A34A;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.authorization-block {
  background-color: #F9FAFB;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 16px;
  color: #374151;
}
.authorization-block p {
  font-size: 13.78px;
}

.form-check-label {
  color: #374151;
  font-size: 13.78px;
}

.card-table {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  overflow: hidden;
}
.card-table .table {
  margin: 0px;
}
@media (max-width: 767px) {
  .card-table .table {
    min-width: 1000px;
  }
}
.card-table .table th {
  padding: 16px;
  background-color: #f9fafb;
  color: #374151;
  font-size: 14px;
  font-weight: 400;
}
.card-table .table td {
  padding: 16px;
  color: #4B5563;
  font-size: 13.78px;
  font-weight: 400;
}
.card-table .link-success {
  color: #16A34A;
}

.pagination-wrapper {
  border-top: 1px solid #E5E7EB;
  margin-top: 24px;
  padding: 17px 100px 0 100px;
}
@media (max-width: 767px) {
  .pagination-wrapper {
    padding: 15px;
  }
}
.pagination-wrapper .page-link {
  border: 0px;
  border-radius: 6px;
  color: #4B5563;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .page-link.active {
  background-color: #22C55E;
  color: #fff;
}
.pagination-wrapper .page-number {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 767px) {
  .pagination-wrapper .page-number {
    position: static;
    transform: none;
  }
}
.pagination-wrapper .pagination {
  flex-wrap: wrap;
}

.form-section {
  position: relative;
}
.form-section .btn-close {
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px;
}

.card-table {
  margin-top: 24px;
}

.email-alert {
  background-color: #F8F5F5;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.email-alert .inlin-form {
  display: inline-flex;
  align-items: center;
}
.email-alert .inlin-form label {
  display: inline-block;
  flex: 0 0 180px;
  max-width: 180px;
}
.email-alert .inlin-form .form-select {
  display: inline-block;
  min-width: 124px;
  font-size: 13.78px;
}

.final-author h3 {
  font-size: 24px;
  margin-bottom: 37px;
  color: #1F2937;
}
.final-author p {
  font-size: 16px;
  margin-bottom: 34px;
  color: #374151;
}

.card-form h4 {
  font-size: 18px;
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 14px;
  margin-bottom: 16px;
}

.alert-info {
  background-color: #F3F4F6;
  border: 0px;
  padding: 16px;
  font-size: 16px;
  margin-bottom: 24px;
}

.submission-recived h5 {
  font-size: 17.72px;
  color: #374151;
  margin-bottom: 18px;
}
.submission-recived p {
  font-size: 16px;
  color: #374151;
}

.w-318 {
  min-width: 318px;
}

.toggle-container {
  display: inline-flex;
  background-color: #68cba7;
  border-radius: 6px;
  overflow: hidden;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.toggle-btn {
  padding: 10px 30px;
  border: none;
  font-size: 14px;
  background: transparent;
  color: white;
  border-radius: 4px;
  font-weight: 500;
  transition: background 0.3s;
}
@media (min-width: 1200px) {
  .toggle-btn {
    min-width: 213px;
  }
}

.toggle-btn.active {
  background: #27ae60;
}

.toggle-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.custom-tab {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .custom-tab {
    text-align: center;
  }
}


input[type=button]:hover { 
background-color: #85C13F;
/*transform: scale(1.07);
-ms-transform: scale(1.07); 
-webkit-transform: scale(1.07);*/
}

input[type=submit]:hover { 
background-color: #146c43;
/*transform: scale(1.07);
-ms-transform: scale(1.07); 
-webkit-transform: scale(1.07);*/
}
nav#main-nav > ul > li.current-menu-item > a, nav#main-nav > ul > li.current-menu-ancestor > a {
    color: #85c13f;
}

a {text-decoration: none!important;}

label{
    color: #374151;
	font-size: 15px;
	font-family: "Segoe UI Symbol";	
}

.card-head h3 {
    font-size: 20px;
    line-height: 1;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
     margin-bottom: 0px; 
    line-height: inherit;
}


.chk legend{
    display:none!important;
}
.bp_12, .bp_13, .bp_14{margin-top:5px!important;}

/*.page-body{margin-top:30px!important;}*/

.error{color:#CC3300}


.info_txt{color:#6B7280;font-style: italic; font-size:13px;}

.info_txt1{color:#6B7280;font-size:13px;}


.checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;

    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }
  
  
  
/* =====================================================
 State Performance Review Page 18 june 2026
 ===================================================== */

.pr-top-bar {
  background: linear-gradient(135deg, #28a745, #007bff);
}

.pr-hero {
  background: linear-gradient(110deg, #02261f 0%, #0b3e2f 55%, #102d22 100%);
}

.pr-hero .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.pr-hero-field {
  height: 48px;
  min-height: 48px;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--bs-border-radius, 0.375rem);
}

.pr-hero .pr-hero-field:focus,
.pr-hero .pr-hero-field:focus-visible {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.12);
  outline: none;
}

.pr-hero .form-select.pr-hero-field {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.pr-hero .form-select.pr-hero-field option {
  color: #212529;
  background-color: #fff;
}

.pr-table-wrap {
  max-height: 260px;
  overflow: auto;
  border: 1px solid #e9ebed;
  border-radius: 10px;
}

.pr-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

.pr-table th,
.pr-table td {
  border-bottom: 1px solid #e9ebed;
}

.pr-table th {
  position: sticky;
  top: 0;
  background: #f8f9f9;
  z-index: 1;
}

.pr-row-active {
  background-color: #edf4e4;
  font-weight: 700;
}

.pr-table-wrap:focus-visible {
  outline: 3px solid #85C03F;
  outline-offset: 2px;
}


.records-header2 .header-title i {
  background-color: #0c913d;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.records-header2 .header-title i span {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: inline-block;
  background-color: #fff;
}
.records-header2 a {
  color: #4eff8e;
  text-decoration: none;
}

.ui-widget-content {
	background: linear-gradient(110deg, #02261f 0%, #0b3e2f 55%, #102d22 100%)!important;
	color:#fff!important;
}


/* copy code from here */

/* =====================================================
 registration intro text
 ===================================================== */

.hero-intro {
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.hero-intro__title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-intro__lead,
.hero-intro__subtext {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.hero-intro__lead {
  margin-bottom: 0;
  max-width: 42rem;
}

.hero-intro__subtext {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.hero-intro__features {
  gap: 0;
  margin-top: 3rem;
}

.hero-intro__feature {
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-intro__feature:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.hero-intro__feature-text {
  line-height: 1.25;
}

.hero-intro__icon {
  color: #4ADE80;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .hero-intro {
    margin-top: 2.5rem;
    text-align: center;
  }

  .hero-intro__title {
    font-size: 2rem;
  }

  .hero-intro__features {
    gap: 1rem;
    align-items: center;
    margin-top: 1.5rem;
  }

  .hero-intro__feature {
    width: 100%;
    justify-content: center;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}
/* copy code to here */


/* start a request */
.border-bottom-success {
  border-bottom: 1px solid #85C03F;
}
.request-card:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}
.request-card:hover h4{
color: #85C03F !important;
}


/* =====================================================
   Account Success
   ===================================================== */
   .as-hero {
    min-height: 100vh;
    background: #121212;
	padding-top:47px!important;
  }

  .account-success-title {
    font-size: 64px !important;
  }

  .w-30 {
    width: 30%;
  }
  
  .as-hero__bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 0% -10%, color-mix(in srgb, #85C03F 70%, transparent), transparent 30%),
      radial-gradient(circle at 100% 100%, color-mix(in srgb, #85C03F 70%, transparent), transparent 30%),
      linear-gradient(130deg,
        color-mix(in srgb, #1E3D3A 95%, #121212) 0%,
        color-mix(in srgb, #1E3D3A 84%, #177934) 55%,
        color-mix(in srgb, #1E3D3A 30%, #177934) 100%);
  }
  
  .as-hero__accent {
    position: absolute;
    z-index: 1;
    top: var(--as-accent-top);
    left: -140px;
    width: 130px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent 0%, color-mix(in srgb, #85C03F 35%, transparent) 22%, #85C03F 65%, #85C03F 100%);
    box-shadow: 0 0 6px #85C03F, 0 0 14px #85C03F;
    animation: asAccentMove 7s linear infinite;
    animation-delay: var(--as-accent-delay);
  }
  
  .as-hero__accent--1 { --as-accent-top: 43%; --as-accent-delay: 0s; }
  .as-hero__accent--2 { --as-accent-top: 10%; --as-accent-delay: 1.5s; }
  .as-hero__accent--3 { --as-accent-top: 80%; --as-accent-delay: 3.1s; }
  
  @keyframes asAccentMove {
    0% { transform: translateX(0); opacity: 0; }
    8% { opacity: 1; }
    100% { transform: translateX(130vw); opacity: 0; }
  }
  
  .as-panel {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  .as-email-badge {
    padding: 10px 24px;
    border: 1px solid #85C03F;
    border-radius: 6px;
    width: fit-content;
    font-size: 20px !important;
  }

  .support-text, .description-text, .success-text {
    font-size: 22px !important;
  }

  .as-feature {
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: -1% !important;
    font-weight: 400 !important;
  }

  .mb-16{
    margin-bottom: 64px !important;
  }

  .success-box {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 12px;
    padding: 36px 48px;
  }
  
  .as-feature {
    padding: 20px;
    border: 1px solid #85C03F;
    border-radius: 12px;
    background: rgba(133, 192, 63, 0.15) !important;
  }
  
  .as-link {
    color: #85C03F;
  }
  
  .as-link:hover {
    color: #75A937;
  }

  .gap-12 {
    gap: 12px !important;
  }
  
  @media (max-width: 64rem) {
    .as-hero {
      display: block;
      padding: 3rem 0;
    }
.as-hero__bg{
  background: radial-gradient(circle at 0% -10%, 
color-mix(in srgb, #122326 70%, transparent), transparent 30%), radial-gradient(circle at 100% 100%, 
color-mix(in srgb, #122326 70%, transparent), transparent 30%), linear-gradient(130deg, 
color-mix(in srgb, #1E3D3A 95%, #121212) 0%, 
color-mix(in srgb, #1E3D3A 84%, #85c03f) 55%, 
color-mix(in srgb, #1E3D3A 30%, #177934) 100%);
}
    .w-30 {
      display: none;
    }

    .success-box {
      padding: 0px !important;
    }

    .mb-16{
      margin-bottom: 42px !important;
    }

    .gap-12 {
      gap: 20px !important;
    }

    .as-feature {
      width: fit-content !important;
    }
  }

  @media (max-width: 768px) {
  	 .as-hero {
		
		padding-top:10px!important;
	  }
    .as-panel {
      max-width: 100%;
      background: none;
      padding: 0px !important;
      border: none;
      backdrop-filter: none;
      border-radius: none;
    }

    .mb-16{
      margin-bottom: 56px !important;
    }
  }
  
  
    /* =========================== Registration Success — reusable utilities =============================== */
.as-panel-pad {
  padding: 60px;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.as-login-btn {
  background-color: #85C03F;
  width: fit-content !important;
  border-color: #85C03F;
  color: #fff;
  padding: 25px 73px !important; 
  line-height: 0% !important;
}

.as-login-btn:hover,
.as-login-btn:focus {
  background-color: #75A937;
  border-color: #75A937;
  color: #fff;
}

.as-login-btn__arrow {
  filter: brightness(0) invert(1);
}

@media (max-width: 64rem) {
  .as-panel-pad {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .as-panel-pad {
    padding: 20px !important;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
  }

  .mb-35 {
    margin-bottom: 25px !important;
  }
  
    .as-login-btn {
      width: 100% !important;
    }
  
    .as-email-badge {
      width: fit-content;
      max-width: 100%;
    }
  
    .support-text {
      width: fit-content;
      max-width: 100%;
    }

}

.as-hero {
  min-height: 768px;
  max-height: 100vh;
  background: #121212;
}

/* =========================== Site Footer =============================== */
.site-footer {
  background-color: #121212;
  color: #ffffff;
}

.site-footer__logo-wrap {
  padding: 32px 24px;
}

.site-footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 24px;
  padding-right: 24px;
}

.footer-logo {
  max-width: 280px;
  width: 100%;
  height: auto;
}

.site-footer__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.site-footer__link:hover {
  color: #ffffff;
  opacity: 0.85;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid #ffffff;
  border-radius: 2px;
}

.site-footer__social-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .site-footer__logo-wrap {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-logo {
    max-width: 360px;
  }

  .site-footer__bar {
    margin-left: 24px;
    margin-right: 24px;
  }
}

/* =========================== Registration Page Only =============================== */

.as-hero--registration {
  min-height: 100vh;
  max-height: none;
}

.registration-title {
  font-size: 36px !important;
}
.description-text {
    font-size: 15px !important;
  }

@media (max-width: 64rem) {
  .registration-title {
    font-size: 24px !important;
  }

  .description-text {
    font-size: 15px !important;
  }
}

/* =========================== Registration Form =============================== */

.reg-form.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

@media (max-width: 64rem) {
  .reg-form.row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }
}

.reg-divider {
  border-top: 1px solid #85C03F;
  width: 100%;
  opacity: 1;
}

@media (max-width: 768px) {
  .reg-divider {
    margin: 20px 0;
  }
}

.as-panel .reg-form .form-label {
  color: #ffffff;
  font-size: 14px;
}

legend 	label {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.option-label {
  color: #ffffff;
  font-size: 16px;
}
.as-panel .form-check-label {
  color: #ffffff;
  font-size: 16px;
}

.as-cancel-btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 25px 73px !important;
  width: fit-content !important;
  line-height: 0% !important;
}

.as-cancel-btn:hover,
.as-cancel-btn:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
}

@media (max-width: 768px) {
  .as-cancel-btn {
    width: 100% !important;
  }
}

/* ============================= Site header  ============================== */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
  background:none;
  box-shadow: none;
}

.site-header.is-sticky {
  position: fixed;
  box-shadow: 0 4px 18px rgba(18, 18, 18, 0.12);
}

.site-header--white {
  background: #fff;
}

.site-header__logo--dark {
  display: none;
}

.site-header--white .site-header__logo--light {
  display: none;
}

.site-header--white .site-header__logo--dark {
  display: block;
}

.site-header__logo {
  max-height: 40px;
  width: auto;
}

.site-header__link,
.site-header__dropdown-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}

.site-header--transparent:not(.site-header--white) .site-header__link,
.site-header--transparent:not(.site-header--white) .site-header__dropdown-toggle {
  color: #fff;
}

.site-header--white .site-header__link,
.site-header--white .site-header__dropdown-toggle {
  color: #444;
}

.site-header__link:hover,
.site-header__link--active,
.site-header__item--has-submenu.is-submenu-open > .site-header__dropdown-toggle {
  color: #85C03F;
}

.site-header__item {
  position: relative;
}

.site-header__chevron {
  display: inline-flex;
  line-height: 0;
  transition: transform 0.2s ease;
}

.site-header__item--has-submenu.is-submenu-open .site-header__chevron {
  transform: rotate(180deg);
}

.site-header__submenu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 15.5rem;
  padding: 0.5rem;
  border-radius: 0.75rem;
  background: rgba(18, 18, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  z-index: 40;
}

.site-header__item--has-submenu:hover .site-header__submenu,
.site-header__item--has-submenu.is-submenu-open .site-header__submenu {
  display: block;
}

.site-header__submenu-link {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.4rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
}

.site-header__submenu-link:hover {
  background: rgba(133, 192, 63, 0.18);
  color: #85C03F;
}

.site-header__menu-toggle {
  display: none;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid #85C03F;
  border-radius: 0.4rem;
  background: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.site-header--white .site-header__menu-toggle {
  background: #fff;
}

.site-header__menu-line {
  display: block;
  width: 1rem;
  height: 2px;
  margin: 2px auto;
  background: #fff;
}

.site-header--white .site-header__menu-line {
  background: #121212;
}

.site-header__auth-btn {
  font-size: 0.875rem !important;
  padding: 0.5rem 1rem !important;
  text-decoration: none;
  color: #fff;
}

.site-header--white .site-header__auth-btn {
  color: #121212;
}

@media (max-width: 1024px) {
  .site-header__menu-toggle {
    display: inline-flex;
  }

  .site-header__menu {
    display: none;
  }

  .site-header.is-menu-open .site-header__menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    margin-top: 12px;
    margin-left: calc(50% - 50vw);
    padding: 0.75rem 1.25rem;
    background: #121212;
    border-radius: 12px;
    z-index: 40;
  }

  .site-header__nav {
    flex-direction: column;
    align-items: stretch !important;
  }

  .site-header__item--has-submenu:hover .site-header__submenu {
    display: none;
  }

  .site-header__item--has-submenu.is-submenu-open .site-header__submenu {
    display: block;
    position: static;
    transform: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    padding: 0.5rem 0 0;
  }

  .site-header__dropdown-toggle,
  .site-header__nav > .site-header__link {
    width: 100%;
    justify-content: space-between;
    color: #fff !important;
  }

  .site-header__actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 0.25rem;
  }
  
  .site-header__auth-btn {
    width: auto !important;
    flex: 0 0 auto;
    font-size: 0.875rem !important;
    padding: 0.625rem 1.25rem !important;
    line-height: 1 !important;
    text-align: center;
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #85C03F;
    border-radius: 6px;
  }
}

@media (min-width: 1025px) {
  .site-header__menu {
    display: flex !important;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    gap: 2rem;
  }
  .site-header__item--has-submenu::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0.5rem;
  }
  .site-header__submenu {
    top: 100%;
    padding-top: 0.5rem;
  }
}