
@media screen and (min-width: 481px){

/* HOME.HTML CSS */

.landing-body {
  max-width: 100vw;
  background-color:transparent;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.landing-hero-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:#050505;
}
  
.landing-hero-content {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 5em 20em 3em 5em;
}

.landing-hero-button-holder { 
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.landing-header-holder {
width: 60%;
padding-right: 20em;
margin-top: 15px;
margin-bottom: 50px;
}

.color-gradient-div {
  height: 30px;
  margin-top: -40px;
  width: 100%;
  background-image: linear-gradient(to right, #7DDFAF,#9CE9F3,#504EBE,#9580D2); 
}

.text-container { 
  overflow: hidden;
  display: block;
}

.pricing-grid {
  width: 80%;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}


/* Auth Components */

.auth-wrapper {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  background-color: var(--purple-100);
  padding-bottom: 50px;
}

.auth-holder { 
  width: auto; 
  max-width: 325px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 50px 30px;
  border-radius: 10px;
}

.auth-holder-wide { 
  width: auto; 
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-radius: 10px;
}

.auth-logo-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  padding: 12px 12px 14px 12px;
  border: 1px solid var(--purple-200);
  background-image: linear-gradient(to top, var(--purple-200), var(--white)) ;
  border-radius: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
}

.auth-logo {
  width: 100%;
  height: auto;
}

.auth-holder-header { 
  width: 100%;
  margin-bottom: 20px; 
  border-bottom: 1px solid var(--purple-200);
}

.password-action-holder { 
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.auth-input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 12px 10px;
  border: 1px solid var(--purple-200);
  outline-width: 0;
  outline-color: transparent;
  outline-style: none;
  background-color: var(--white);
  color: var(--purple-400);
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: ease .15s;
}

.auth-input:focus {
  border: 1px solid var(--purple-400);
  outline-width: 0;
  outline-color: transparent;
  outline-style: none;
  background-color: var(--white);
  color: var(--purple-400);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: ease .15s;
}

.auth-input::placeholder {
  color: var(--grey-300);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.login-holder-static { 
  width: auto; 
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(50px) saturate(180%);
  -webkit-backdrop-filter: blur(50px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.50);
}

.auth-acknowledgment-wrapper {
  width: 100%;
}

.auth-acknowledgment-wrapper a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--grey-300);
  width: 100%;
  transition: ease .25s;
  cursor: pointer;
}

.auth-acknowledgment-wrapper a:hover {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--grey-400);
  width: 100%;
  transition: ease-out .25s;
  cursor: pointer;
}

.auth-text-link {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--grey-300);
  width: 100%;
  transition: ease .25s;
  cursor: pointer;
}

.auth-text-link:hover {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--grey-400);
  width: 100%;
  transition: ease .25s;
  cursor: pointer;
}

.teamfi-full-logo {
  width: 225px;
  margin-bottom: 20px;
  margin-right: 5px;
}

.login-form { 
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 250px;
}

.form-label { 
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3e3e3e;
}

.form-label-normal { 
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
}

.form-label-small { 
  font-family: 'Lexend', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #E0E0f3;
}

.form-label-super-small-dark { 
  font-family: 'Lexend', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: var(--grey-500);
}

.form-label-wrapper { 
  width: 100%; 
  display: flex;
  flex-direction: row;
  gap: 6px;
  padding: 0 0 5px 0;
  align-items: center;
  justify-content: flex-start;
  color: var(--grey-300);
}

.form-label-wrapper.no-space { 
  width: 100%; 
  display: flex;
  flex-direction: row;
  gap: 3px;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
}

.form-label-copy-holder {
  max-width: auto;
}

.form-label-help-holder { 
  width: auto;
  height: auto;
  padding-top: 3px;
}

.normal-input { 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 10px 7px;
  border-style: solid;
  border-width: 1px;
  border-color:#fff;
  background-color: #fff;
  color: var(--purple-400);
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.normal-dollar-input { 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 10px 7px 10px 32px;
  border-style: solid;
  border-width: 1px;
  border-color:#fff;
  color: var(--purple-400);
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-image: url("/static/fundraiser/icons/dollar-sign.cb76bc56738e.svg");
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 8px;
}

.normal-dollar-input:focus { 
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color:#504ebe;
  border-radius: 4px;
}

.normal-dollar-input::placeholder { 
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--grey-300);
}

.normal-file-input { 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 10px 7px;
  border-style: solid;
  border-width: 1px;
  border-color:#fff;
  background-color: #fff;
  color: var(--grey-300);
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.outlined {
  border: solid 1px var(--grey-200)
}

.outlined-purple-200 {
  border: solid 1px var(--purple-200)
}

.normal-input:focus { 
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color:#504ebe;
  border-radius: 4px;
}

.normal-input::placeholder { 
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--grey-300);
}

.secondary-input { 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 10px 7px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.20);
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.secondary-input::placeholder { 
  color: rgba(255, 255, 255, 0.5);
}

.secondary-input:focus { 
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color:#fff;
  border-radius: 4px;
}

.normal-select {
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 10px 7px;
  border: 1px solid var(--grey-200);
  border-radius: 4px;
  color: var(--purple-400);
  background-color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  background-image: url("/static/fundraiser/icons/select-background.3eaccb375369.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}

.normal-select.more-space {
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid var(--purple-200);
  border-radius: 4px;
  color: var(--purple-400);
  background-color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  background-image: url("/static/fundraiser/icons/select-background.3eaccb375369.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}

.normal-select.more-space:invalid{
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid var(--purple-200);
  border-radius: 4px;
  color: var(--grey-300);
  background-color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  background-image: url("/static/fundraiser/icons/select-background.3eaccb375369.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}

.normal-select:focus { 
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: var(--purple-400);
  border-color:#504ebe;
  border-radius: 4px;
}

.primary-checkbox { 
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px var(--purple-200) solid;
  background-color: var(--white);
}

.primary-checkbox:hover { 
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px var(--purple-200) solid;
  background-color: var(--purple-200);
}

.primary-checkbox:checked { 
  background-color: var(--purple-400);
  background-image: url("/static/fundraiser/icons/check-icon.1e2497a11405.svg");
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  border: 1px var(--purple-400) solid;
}

.primary-checkbox-wrapper { 
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.secondary-checkbox { 
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px var(--purple-200) solid;
  background-color: var(--white);
}

.secondary-checkbox:hover { 
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px var(--purple-200) solid;
  background-color: var(--purple-200);
}

.secondary-checkbox:checked { 
  background-color: var(--purple-400);
  background-image: url("/static/fundraiser/icons/check-icon.1e2497a11405.svg");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  border: 1px var(--purple-400) solid;
}

.secondary-checkbox-wrapper { 
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.primary-toggle-switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
}

.primary-toggle-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.primary-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background-color: var(--grey-300);
  -webkit-transition: ease-out .25s;
  transition: ease-out .25s;
}

.primary-toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-transition:  ease-out .25s;
  transition:  ease-out .25s;
}

input:checked + .primary-toggle-slider {
  background-color: var(--green-300);
}

input:focus + .primary-toggle-slider {
  box-shadow: 0 0 1px var(--green-300);
}

input:checked + .primary-toggle-slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

.dotted { 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 10px 7px;
  border-style: dotted;
  border-width: 2px;
  border-color:#E9E9E9;
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.larger { 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 100px;
  width: 100%;
  max-width: 100%;
  padding: 10px 7px;
  border-width: 2px;
  border-color:#E9E9E9;
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 60px;
  overflow: hidden;
}

.text-area {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 100px;
  max-height: 100px;
  width: 100%;
  max-width: 100%;
  padding: 10px 7px;
  border-width: 2px;
  border-color:#E9E9E9;
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 60px;
  overflow: hidden;
}

/* SIGN_UP.HTML */

.signup-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh; 
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.signup-holder { 
  position: absolute;
  z-index: 1;
  width: auto; 
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(50px) saturate(180%);
  -webkit-backdrop-filter: blur(50px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.65);
}

.signup-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 500px;
}

.signup-form-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 20px;
}

.signup-field {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* CREATE_FUNDRAISER.HTML  */

.create-fundraiser-wrapper {
  width: 100vw;
  min-height: 100vh; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.create-fundraiser-holder { 
  width: auto; 
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.create-fundraiser-header { 
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.initial-create-fund-radio-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.initial-create-fund-radio-item {
  position: relative;
}

.initial-create-fund-radio-wrapper input[type="radio"] {
  -webkit-appearance:none;
  appearance: none;
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.initial-create-fund-radio-wrapper input[type="radio"]:hover {
  background: var(--white);
  border: 1px solid var(--purple-300);
  transition: ease-out .10s;
}

.initial-create-fund-radio-wrapper input[type="radio"]:checked {
  background: var(--purple-400);
  border: 1px solid var(--purple-500);
}

.initial-create-fund-radio-wrapper label {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 12px;
  background-color: var(--white);
  padding: 14px 20px 14px 20px;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  transition: ease-out .10s;
}

.initial-create-fund-radio-wrapper label:hover {
  border-color: var(--purple-275);
  transition: ease-out .10s;
}

.initial-create-fund-radio-wrapper input[type="radio"]:focus + label {
  border: 1px dashed var(--purple-300);
  transition: ease-out .10s;
}

.initial-create-fund-radio-wrapper input[type="radio"]:checked + label {
  background-color: var(--purple-100);
  border-color: var(--purple-400);
  transition: ease-out .10s;
}

.athon-field {
  display: inline-flex; 
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 10px 7px;
  border: 1px solid var(--purple-200);
  background-color: #fff;
  color: var(--purple-400);
  border-radius: 4px;
  margin-bottom: 5px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400; 
}

.athon-field:focus-within {
  border-color: var(--purple-400);           
  transition: border-color .15s
}

.athon-input {
  width: 1ch;
  min-width: 1ch;
  border: none;        
  font: inherit;
  color: var(--purple-400);
  background: transparent;
  outline: none;
}

.athon-input:focus {
  outline: none;        
}

.athon-suffix { 
  margin-left: 0;
  user-select: none;
  pointer-events: none;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--grey-300);
  white-space: nowrap;
}

.athon-preview-wrapper { 
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}

.athon-preview-holder { 
  width: auto;
  max-width: fit-content;
  padding: 6px 12px;
  background-color: var(--purple-100);
  border-radius: 12px;
}


.teamfi-form { 
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.header-text-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2vh;
  padding-bottom: 5vh;
}

/* PROFILE.HTML */

.ad-dashboard-subheader { 
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.ad-dashboard-left { 
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
}

.ad-subheader-holder-mobile { 
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
  row-gap: 10px;
}

.ad-filter-wrapper { 
  width: auto;
  height: 25px;
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}

.ad-filter-button-holder {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.ad-filter-button-holder input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.ad-filter-button-holder label {
  width: auto; 
  padding: 3px 8px; 
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: var(--grey-400) solid 1px;
  border-radius: 8px;
  background-color: var(--white);
  color: var(--grey-400);
  cursor: pointer;
  transition: ease .25s;
}

.ad-filter-button-holder label:hover {
  background-color: var(--grey-200);
  transition: ease .25s;
}

.ad-filter-button-holder input[type="radio"]:focus + label {
    border: 1px solid var(--purple-300);
}

.ad-filter-button-holder input[type="radio"]:checked + label {
    background-color: var(--grey-400);
    border-color: var(--grey-400);
    color: var(--white);
    transition: ease .25s;
}

.ad-filter-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.ad-fund-all-holder { 
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  min-height: 330px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-fund-invited-holder {
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  min-height: 330px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-fund-onboarding-holder {
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  min-height: 330px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-fund-active-holder {
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  min-height: 330px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-fund-complete-holder {
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  min-height: 330px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-metric-wrapper {
  width: 100%;
  padding: 1.5em;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  border: var(--purple-200);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-metric-grid { 
  width: 100%;
  min-height: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-metric-item-wrapper { 
  width: 33.33%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-metric-item-holder { 
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 50px;
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-metric-divider {
  width: 1.5px;
  height: 90px;
  background-color: var(--purple-200);
  border-radius: 5px;
}

.ad-metric-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 15px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-metric-top {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.ad-metric-bottom { 
  min-width: auto;
  min-height: 30px;
  margin-left: -10px;
  border-radius: 5px;
}

.ad-add-coach-button {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  background-color: var(--purple-400);
  color: var(--white);
  padding: 8px 15px;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  line-height: 18px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-add-coach-button:hover {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  background-color: var(--purple-500);
  color: var(--white);
  padding: 8px 15px;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  line-height: 18px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: 0.2s;
  transition-timing-function: ease-out;  
}

.ad-add-coach-button-mobile {
  width: auto;
  height: auto;
  display: none;
  align-items: center;
  background-color: #504ebe;
  color: white;
  padding: 8px 15px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ad-add-coach-button-mobile:hover {
  width: auto;
  height: auto;
  display: none;
  align-items: center;
  background-color: #9580D2;
  color: white;
  padding: 8px 15px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.fundraiser-dashboard-header { 
  width: 100%;
  height: auto;
  background-image: linear-gradient(to right, #504ebe, #9580d2);
  padding: 2em 2em; 
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 2em;
}

.fundraiser-dashboard-wrapper{ 
  width: 100%;
}

.ind-fundraiser-content { 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  padding: 1.25em 1.25em calc(1.25em - 5px) 1.25em;
  border-style: solid;
  border-color: var(--purple-200);
  border-width: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ind-fundraiser-img-holder {
  width: 300px;
  height: 125px;
  box-sizing: border-box;
  overflow: hidden;
}

.fundraiser-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0f3;
}

.ind-fundraiser-top-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 20px;
}

.ind-fundraiser-top-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  gap: 5px;
  padding-bottom: 10px;
}

.ind-fundraiser-bottom-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ind-fundraiser-subitem-wrapper { 
  width: auto; 
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--grey-400);
  margin-top: -2px;
}

.ind-fundraiser-subitem-holder { 
  width: auto; 
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--grey-400);
}

.ind-fundraisers-item-tag {
  display: flex;
  flex-direction: row;
  padding: 4px 8px;
  border-radius: 8px;
  margin-bottom: 5px;
}

.ind-fundraisers-item-tag.onboarding {
  background-color: var(--blue-100);
  color: var(--blue-300);
  border: 1px solid var(--blue-300)
}

.ind-fundraisers-item-tag.active {
  background-color: var(--green-100);
  color: var(--green-300);
  border: 1px solid var(--green-300)
}

.ind-fundraisers-item-tag.complete {
  background-color: var(--red-100);
  color: var(--red-200);
  border: 1px solid var(--red-200)
}

/* PROFILE.HTML – PENDING FUNDRAISER ITEMS */

.pending-fundraiser-wrapper {
  position: relative;
  height: 100%;
  max-height: 100%;
  width: 100%;
}

.delete-coach-holder {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 5;
  position: absolute;
  padding: 5px 8px;
  top: 8px;
  right: 8px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: #504ebe solid 1px;
  border-radius: 5px;
}

.pending-fundraiser-copy-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pending-fundraiser-copy-holder { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pending-fundraiser-content { 
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  padding: 1.25em;
  border-style: solid;
  border-color: var(--purple-200);
  border-width: 1px;
  box-sizing: border-box;
}

.pending-fundraiser-img-holder {
  width: 275px;
  height: 125px;
  background-color: #F6F6FC;
  border-radius: 8px;
}

.pending-fundraiser-name {
  width: 250px;
  min-height: 35px;
  background-color: #F6F6FC;
  border-radius: 5px;
}

.pending-fundraiser-teamname {
  width: 140px;
  min-height: 20px;
  background-color: #F6F6FC;
  border-radius: 5px;
}

.pending-fundraiser-status-holder {
  width: 100px;
  min-height: 25px;
  border-radius: 5px;
  background-color: #F6F6FC;
}

.pending-options {
  width: 20%;
  min-height: 20px;
  border-radius: 5px;
  background-color: #F6F6FC;
  margin-top: 2px;
}

.fundraiser-progress-wrapper {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  background-color: var(--white);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 1px solid var(--purple-200);
  padding-top: 10px;
  margin-bottom: 8px;
}

.fundraiser-progress-wrapper-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: var(--purple-100);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pending-fundraiser-progress-wrapper {
  width: 100%;
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  background-color: #F6F6FC;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 8px;
}

.ind-fundraiser-progress-holder {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.fundraiser-progress { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 4px;
  overflow: hidden;
}

.fundraiser-progress[value]::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 2px;
}

.fundraiser-progress[value]::-moz-progress-bar{
  background: linear-gradient(90deg, #7ddfaf, #7ddfaf, #56BB89);
  border-radius: 0px 4px 4px 0px;
}

.fundraiser-progress[value]::-webkit-progress-value {
  background-image: linear-gradient(to right, #7DDFAF, #9CE9F3);
  border-radius: 3px;
}

.donation-fundraiser-progress { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 20px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--purple-200);
  background-color: var(--purple-100);
}

.donation-fundraiser-progress[value]::-webkit-progress-bar {
  background-color: var(--purple-100);
}

.donation-fundraiser-progress[value]::-moz-progress-bar{
  background: linear-gradient(90deg, #7ddfaf, #7ddfaf, #56BB89);
  border-radius: 0px 8px 8px 0px;
}
    
.donation-fundraiser-progress[value]::-webkit-progress-value {
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg, #7ddfaf, #7ddfaf, #56BB89, #7ddfaf, #7ddfaf);
  background-size: 200% 200%;

  -webkit-animation: progress-animation 7s ease infinite;
  -moz-animation: progress-animation 7s ease infinite;
  animation: progress-animation 7s ease infinite;
}

    @-webkit-keyframes progress-animation {
        0%{background-position:10% 0%}
        50%{background-position:91% 100%}
        100%{background-position:10% 0%}
    }
    @-moz-keyframes progress-animation {
        0%{background-position:10% 0%}
        50%{background-position:91% 100%}
        100%{background-position:10% 0%}
    }
    @keyframes progress-animation { 
        0%{background-position:10% 0%}
        50%{background-position:91% 100%}
        100%{background-position:10% 0%}
    }

.fundraiser-options-wrapper {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.add-coach-content { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 1.25em;
  border-style: solid;
  border-color: #F6F6FC;
  border-width: 1px;
  box-sizing: border-box;
  filter: drop-shadow(0 0 0.75rem #3e3e3e2c);
  background-image: linear-gradient(to right, #504ebe, #9580d2);
  cursor: pointer;
}

.add-coach {
  filter: drop-shadow(0 0 0.75rem #3e3e3e2c);
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 10; 
  padding-top: 10vh; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: rgba(0,0,0,0.6); 
}

.modal-content {
  position: relative;
  width: 40%;
  max-height: 75vh;
  background-color: var(--white);
  margin: auto;
  padding: 2em;
  border: 1px solid var(--purple-100);
  border-radius: 8px;
  overflow: scroll;
}

.modal-content-nopadding {
  position: relative;
  background-color: #fff;
  margin: auto;
  border: 1px solid #F6F6FC;
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.modal-padded-content-holder {
  background-color: #fff;
  padding: 2em 2em 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.modal-padded-button-holder {
  background-color: #fff;
  padding: 2em 2em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.modal-header-holder{ 
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 15px 0 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.modal-important-notice {
  width: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--purple-300);
  background-color: var(--purple-100);
  border: 1px solid var(--purple-300);
  border-radius: 8px;
  padding: 8px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.modal-body-holder{ 
  width: 100%;
  margin: 20px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  padding: 10px;
  max-height: 340px;
  overflow: scroll;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.modal-line-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 6px 0px;
  border-bottom: 1px dashed var(--purple-200);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.modal-footer-holder.horizontal{ 
  width: 100%;
  border-top: solid 1px var(--purple-200);
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.modal-footer-holder.vertical{ 
  width: 100%;
  border-top: solid 1px var(--purple-200);
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.modal-warning-holder {
  width: 100%;
  display: flex;
  justify-content: space-between;
}


/* The Close Button */
.close {
  color: #3e3e3e;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #050505;
  text-decoration: none;
  cursor: pointer;
}

/* The Close Button */
.close2 {
  color: #3e3e3e;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #050505;
  text-decoration: none;
  cursor: pointer;
}

.modal-close-holder { 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 8px;
}

/* FUNDRAISER.HTML (WEB) */

.coach-fundraiser-dashboard-header { 
  width: 100%;
  height: auto;
  position: relative;
  background-image: linear-gradient(to right, #504ebe, #9580d2);
  padding: 2em;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 1em;
  overflow: hidden;
}

.coach-fundraiser-dashboard-subheader { 
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.coach-dashboard-grid {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 275px 1.5fr;
  column-gap: 20px;
  row-gap: 20px;
  min-height: 100vh;
}

.coach-dash-wrapper { 
  height: 100%;
}

.coach-dash-left { 
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 95px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: auto;
}

.coach-dash-left-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--purple-200);
  margin-bottom: 10px;
}

.coach-dash-left-subheader {
  width: 100%;
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
}

.fundraiser-status-wrapper {
  background-color: #fff;
  border-radius: 8px; 
  padding: 1.5em;
  border: var(--purple-200);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
}

.fundraiser-status-holder { 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 5px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.fundraiser-status-holder.divider-bottom { 
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--purple-200);
}

.player-fundraiser-indicator {
  position: relative;
  min-height: 175px;
  width: 100%;
  background-color: var(--purple-100);
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.player-fundraiser-indicator-copy-holder {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-image: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,.8));
  padding: 4px 8px 8px 8px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(8px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.green-fundraiser-status { 
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 4px 8px;
  color: var(--green-400);
  background-color: var(--green-100);
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  gap: 4px;
}

.orange-fundraiser-status { 
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 4px 8px;
  color: var(--orange-300);
  background-color: var(--orange-100);
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  gap: 4px;
}

.purple-fundraiser-status { 
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 4px 8px;
  color: var(--purple-300);
  background-color: var(--purple-100);
  border: 1px solid var(--purple-200);
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  gap: 4px;
}

.red-fundraiser-status { 
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 4px 8px;
  color: var(--red-300);
  background-color: var(--red-100);
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  gap: 4px;
}

.share-fundraiser-holder {
  width: 100%;
  margin: 10px 0px 5px 0px;
}

.fundraiser-details-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5em;
  border: var(--purple-200);
  border-style: solid;
  border-width: 1px;
}

.activate-fund-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  background-color: #fff;
  margin: auto;
  padding: 2em;
  border: 1px solid #F6F6FC;
  width: 35%;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
}

.activate-fund-modal-close-holder { 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 8px;
}

.activate-fund-team-wrapper { 
  width: 100%; 
  min-height: 40px;
  height: auto;
  border: var(--purple-200);
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  overflow: hidden;
}

.activate-fund-team-top { 
  height: auto;
  padding: 12px 0px;
  background-color: var(--purple-200);
  border-radius: 10px 10px 0px 0px;
}

.activate-fund-img-holder { 
  width: 100%;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.activate-fund-img {
  height: auto;
  width: 100%;
}

.complete-fund-payout-wrapper {
  width: 100%;
  display: flex;
  position: fixed;
  z-index: 5;
  bottom: 25px; 
}

.complete-fund-payout-holder {
  width: 85%;
  max-width: 1350px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px;
  background-color: var(--green-100);
  border-radius: 8px;
  border: 1px solid var(--green-200);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.complete-fund-payout-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  padding: 0px 0px 1px 0px;
  background-color: transparent;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--grey-400);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  border: none;
  transition: 0.15s ease-out; 
  border-bottom: 1px solid var(--grey-400);
 }

.complete-fund-payout-button:hover {
  color: var(--black);
  border-bottom: 1px solid var(--black);
  transition: 0.15s ease-out;  
}

.payout-details-content {
  width: 100%;
  border: 1px solid var(--purple-200);
  background-color: var(--purple-100);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payout-details-top {
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 10px;
  border-bottom: 1px solid var(--purple-200);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payout-details-bottom { 
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payout-details-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3px;
  border-bottom: 1px dashed var(--purple-200);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payout-details-item-header { 
  width: auto;
  display: flex;
  gap: 4px;
  align-items: center;
}

.pending-coach-dash-left { 
  position: -webkit-sticky; /* Safari */
  min-height: 70vh;
  position: sticky;
  top: 95px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: auto;
}

.fundraiser-field-holder { 
  width: 100%;
  border-radius: 5px;
  background-color: var(--purple-100);
  padding: 10px 10px;
  overflow-wrap: break-word;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: var(--purple-200);
  border-style: solid;
  border-width: 1px;
}

.coach-dash-right { 
  width: auto;
  border-radius: 8px;
}

.fundraiser-performance { 
  padding: 1.5em;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  border: var(--purple-200);
  border-style: solid;
  border-width: 1px;
}

.fundraiser-performance-item-holder { 
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fundraiser-performance-option-holder {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 25px;
  border-bottom: 1px solid var(--purple-200);
  margin-bottom: 15px;
}

.fundraiser-performance-button {
  width: auto;
  padding: 8px 0px;
  background-color: var(--white);
  color: var(--purple-250);
  border-bottom: solid 1px var(--purple-200);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: -1px;
  cursor: pointer;
  transition: ease .15s;
}

.fundraiser-performance-button.active {
  width: auto;
  padding: 8px 0px;
  background-color: var(--white);
  color: var(--purple-400);
  border-bottom: solid 1px var(--purple-400);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: -1px;
  cursor: pointer;
  transition: ease .15s;
}

.fundraiser-performance-button:hover {
  width: auto;
  color: var(--purple-275);
  border-bottom: solid 1px var(--purple-200);
}

.fundraiser-performance-button.active:hover {
  width: auto;
  color: var(--purple-400);
  border-bottom: solid 1px var(--purple-400);
}

.coach-dash-performance-wrapper { 
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
  border: var(--purple-200);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.coach-dash-main-metric-holder {
  min-height: 20px; 
  width: 100%;
  display: flex;
  gap: 40px;
}

.coach-dash-main-metric { 
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 15px 20px;
}

.coach-dash-main-metric-top { 
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.coach-dash-main-metric-bottom {
  min-width: 200px;
  min-height: 30px;
  margin-left: -10px;
  border-radius: 5px;
}

.coach-dash-main-metric-info { 
  width: 15px;
  height: 15px;
  background-image: url("/static/fundraiser/icons/info-icon.52a1d00bb5db.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2px;
}

.coach-dash-main-metric-divider { 
  width: 100%;
  height: 1px;
  background-color: var(--purple-200);
  margin-top: 15px;
}

.coach-dash-groups-holder { 
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 15px;
  padding-top: 10px;
}

.coach-dash-secondary-metric-holder { 
  width: 100%;
  display: flex;
  gap: 20px;
}

.coach-dash-secondary-metric { 
  width: 100%;
  min-height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 12px 0px;
  background-color: var(--purple-100);
}

.coach-dash-secondary-metric-pending { 
  width: 100%;
  min-height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 12px 0px;
  border: var(--purple-200);
  border-style: solid;
  border-width: 1px;
}

.coach-dash-secondary-metric-label {
  width: 70%; 
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.coach-dash-secondary-metric-divider {
  width: 1px;
  height: 100%;
  background-color: var(--purple-200);
}

.coach-dash-secondary-metric-number {
  width: 30%;
  height: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
}

.fundraiser-roster {
  display: none;
  padding: 1em;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  filter: drop-shadow(0 0 0.5rem #3e3e3e2c);
}

.roster-header-wrapper { 
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.roster-button-wrapper { 
  width: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.roster-button-holder { 
  display: flex;
  flex-direction: row;
  justify-content: end;
  width: auto;
}

.roster-table-header { 
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 3px;
  row-gap: 20px;
  min-height: auto;
}

.roster-header-tab { 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #e0e0f3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.roster-grid { 
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}

.roster-table { 
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 3px;
  min-height: auto;
}

.roster-table-cell { 
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #F6F6FC;
}

.flex-center { 
  width: 100%;
  display: flex;
  justify-content: center;
}

.player-photo {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 30px;
  margin-right: 8px;
}

/* NEW PLAYER TABLE */

.player-table-header-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qr-code-wrapper{ 
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-code-holder {
  width: 296px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: var(--purple-200) 1px solid;
  border-radius: 8px;
}

.player-table-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  border: var(--purple-200);
  border-style: solid;
  border-width: 1px;
}

.player-table-holder { 
  width: 100%;
  max-width: 100%;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.player-table {
  width: 100%;
}

.player-table tfoot {
  background-color: var(--purple-100);
}

.table-sortable th {
	cursor: pointer;
  padding: 20px 12px;
}

.table-sortable th:hover {
	cursor: pointer;
  background-color: var(--purple-200);
}

.table-sortable .th-sort-asc::after {
	content: url("/static/fundraiser/icons/down-arrow.97a5b6726362.svg");
}

.table-sortable .th-sort-desc::after {
	content: url("/static/fundraiser/icons/up-arrow.32a5dcd53f70.svg");
}

.table-sortable .th-sort-asc::after,
.table-sortable .th-sort-desc::after {
	margin-left: 5px;
}

.table-sortable .th-sort-asc,
.table-sortable .th-sort-desc {
	background: var(--purple-200);
}

.player-table-head {
  width: 100%;
}

.player-table-head-cell { 
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  min-width: 120px;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.player-table-name-holder {
  max-width: 130px;
  height: auto;
  white-space: normal;
}

.pending-player-table-body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.pending-player-table-copy-holder {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pending-player-table-head-cell{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pending-player-name {
  width: 100px;
  height: 20px;
  border-radius: 5px;
}

.pending-player-table-div {
  width: 70%;
  height: 20px;
  border-radius: 5px;
}

/* END NEW PLAYER TABLE */

.pending-roster-wrapper { 
  position: relative;
}

.pending-roster-copy-holder {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pending-roster-row { 
  width: 100%;
}

.pending-roster-table { 
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 3px;
  row-gap: 20px;
  min-height: auto;
}

.pending-roster-tab { 
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #e0e0f3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.share-link-holder { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.your-link { 
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--green-300);
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.share-button { 
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 15px;
  max-width: 200px;
  border-style: solid;
  border-width: 2px;
  border-color: #504EBE;
  border-radius: 4px;
  background-color: #504EBE;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.share-button:hover {
  background-color: #3e3e3e;
  color: #fff;
  border-color: #3e3e3e;
  transition: 0.2s;
  transition-timing-function: ease-out;  
}

.add-player-button { 
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 15px;
  max-width: 200px;
  border-style: solid;
  border-width: 2px;
  border-color: #504EBE;
  border-radius: 4px;
  background-color: #504EBE;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 400;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.add-player-button:hover {
  background-color: #3e3e3e;
  color: #fff;
  border-color: #3e3e3e;
  transition: 0.2s;
  transition-timing-function: ease-out;  
}

.player-athon-actuals-form-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
}

.player-athon-actuals-form-grid-item { 
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* FUNDRAISER.HTML – COACH ONBOARDING (WEB) */
.coach-onboarding-wrapper {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.coach-onboarding-step-holder { 
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15PX;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.coach-onboarding-step-holder.six-steps { 
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15PX;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.coach-onboarding-step { 
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  padding: 5px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.coach-onboarding-left { 
  display: flex;
  justify-content: start;
  align-items: center;
  width: 80%;
  height: 100%;
}

.coach-onboarding-right {
  display: flex;
  justify-content:flex-end;
  align-items: center;
  min-width: 20%;
  height: 100%;
}

.completed-coach-step { 
  width: 100%;
  background-color: #fff;
}

.future-coach-step {
  opacity: 0.2;
}

.coach-onboarding-progress { 
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 4px;
  margin-top: 5px;
}


/* The Onboarding Modal (background) */
.coach-onboarding-modal {
  display: none; 
  position: absolute; 
  z-index: 1; 
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.90);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px;
  border-color: #504ebe;
  border-style: solid;
  border-radius: 7.5px;
}

.onboarding-modal-content {
  margin: auto;
  padding: 2em 2em;
  width: auto;
}

.onboarding-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--purple-400);
  font-size: 28px;
  font-weight: bold;
  transition: ease .25s;
}

.onboarding-close:hover,
.onboarding-close:focus {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  transition: ease .25s;
}

/* DONATION PAGE */

.donation-dashboard-header { 
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background-color: var(--white);
  border: solid 1px var(--purple-200);
  padding: 2em; 
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 2em;
}

.donation-dashboard-top {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.donation-dashboard-top-subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#share-fund1-web {
  display: block;
}

#share-fund1-mob {
  display: none;
}

.donation-dashboard-bottom { 
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}

.donation-header-left { 
  width: 55%; 
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.team-donation-photo {
  width: 100%;
  height: 255px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--purple-200)
}

.team-donation-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
}

.player-intro-wrapper { 
  width: 100%;
  height: 255px;
  display: flex;
  flex-direction: row;
  row-gap: 20px;
  padding: 1.5em;
  align-items: center;
  background-color: var(--purple-100);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid var(--purple-200);
}

.player-intro-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: start;
  align-items: start;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.donation-player-photo-holder {
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  border: 1px solid var(--purple-200);
  border-radius: 100%;
  margin-right: 20px;
  overflow: hidden;
}

.player-photo-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.closed-fundraiser-message-holder { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  width: 100%; 
  min-height: 150px;
  border: 1px solid var(--purple-200);
  border-radius: 10px;
  background-color: var(--purple-400);
  gap: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.donation-button-holder { 
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 12px;
}

.donation-button { 
  padding: 12px 20px;
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: var(--purple-400);
  border-radius: 8px;
  background-color: var(--purple-400);
  font-family: 'Polysans bulky', sans-serif;
  color: var(--white);
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  transition: 0.15s ease-out; 
}

.donation-button:hover {
  background-color: var(--purple-500);
  color: var(--white);
  border-style: solid;
  border-width: 2px;
  border-color: var(--purple-500);
  transition: 0.15s ease-out; 
}

.donation-pay-button { 
  padding: 12px 20px;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #7ddfaf;
  border-radius: 4px;
  background-color: #7ddfaf;
  font-family: 'Polysans bulky', sans-serif;
  color: var(--black);
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
}

.donation-pay-button:hover {
  background-color: var(--green-200);
  border-color: var(--black);
}

.tip-modal-holder{
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin: auto;
  border: 1px solid #F6F6FC;
  border-radius: 8px;
  overflow: hidden;
  width: 600px;
  max-width: 600px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.tip-modal-top { 
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  background-color: var(--purple-100);
  padding: 1em 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 8 8 0 0;
}

.tip-modal-middle {
  width: 100%;
  padding: 2em 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.tip-modal-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1em 2em 2em 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.donation-tip-wrapper {
  width: 100%;
  background-color: var(--green-100);
  padding: 1em 2em;
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.tip-warning-wrapper {
  width: 100%;
  border-radius: 8px;
  background-color: var(--red-100);
  border: 1px solid var(--red-200);
  padding: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.custom-donation-error-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  max-width: 200px;
  margin-right: 10px;
}

.donation-type-switch-holder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
}

.donation-type-switch-option {
  width: 50%;
  padding: 12px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--purple-200);
  background-color: var(--white);
  font-family: 'Lexend', sans-serif;
  color: var(--grey-300);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  transition: 0.15s ease-out; 
}

.donation-type-switch-option:hover {
  width: 50%;
  padding: 12px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--purple-200);
  background-color: var(--purple-100);
  font-family: 'Lexend', sans-serif;
  color: var(--grey-400);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  transition: 0.15s ease-out; 
}

.donation-type-switch-option.active-option {
  width: 50%;
  padding: 12px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--purple-400);
  background-color: var(--purple-400);
  font-family: 'Lexend', sans-serif;
  color: var(--white);
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  transition: 0.15s ease-out; 
}

.donation-preset-button-holder {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 8px;
  row-gap: 8px;
  margin-bottom: 20px;
}

.donation-preset-button-holder input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.donation-preset-button-holder label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  padding: 20px 20px;
  font-family: 'Polysans bulky', sans-serif;
  color: var(--black);
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  border: 1px solid var(--purple-200);
  border-radius: 5px;
  transition: ease .2s;
}

.donation-preset-button-holder label:hover {
  background-color: var(--purple-100);
  transition: ease .2s;
}

.donation-preset-button-holder input[type="radio"]:focus + label {
    border: 1px solid var(--purple-300);
    transition: ease .2s;
}

.donation-preset-button-holder input[type="radio"]:checked + label {
    background-color: var(--purple-200);
    border-color: var(--purple-300);
    transition: ease .2s;
}

.donation-option-break-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.donation-option-break-line {
  width: 50%;
  height: 1px;
  background-color: var(--purple-200);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payment-invoice-wrapper {
  width: 100%;
  padding: 0 2em 10px 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payment-invoice-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
  border-bottom: 1px solid var(--purple-200);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.donation-header-spacer-horizontal {
  width: 100%;
  min-height: 2px;
  background-color: #fff;
}

.donation-header-right {
  width: 45%; 
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.fundraiser-donation-progress-wrapper {
  width: 100%;
}

.fundraiser-donation-progress-holder {
  width: 100%;
  margin-bottom: 15px;
}

.fundraiser-donation-progress-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.fundraiser-donation-progress-top-item {
  width: auto;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.fundraiser-donation-progress-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 8px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--purple-200);
  margin-bottom: 25px;
}

.donation-header-right-content{
  width: 100%;
  height: 100%;
  max-height: 360px;
  display: grid;
  grid-template-rows: 1fr 1fr 3fr;
  row-gap: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.recent-donation-details-holder { 
  width: auto;
  display: flex;
  flex-direction: column;
}

.donation-page-bottom-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 55fr 45fr;
  background-color: var(--purple-100);
  column-gap: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 2em;
}

.donation-page-subhead-holder {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--purple-200);

}

.donation-page-bottom-grid-left { 
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
}

.donation-page-bottom-grid-left-content { 
  width: 100%;
  height: auto;
  padding: 2em;
  background-color: var(--white);
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.donation-page-bottom-grid-right { 
  width: 100%;
  padding: 2em;
  overflow: auto;
  background-color: var(--white);
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.about-fundraiser-wrapper { 
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.donation-team-progress-top-wrapper { 
  width: 100%;
  height: auto;
  padding: 1.5em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #F6F6FC;
  border-radius: 5px;
  margin-bottom: 2em;
}

.donation-team-progress-top-holder {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.donation-team-progress-top-item {
  width: 100%;
  height: 100%;
  background-color: #F6F6FC;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.donation-team-progress-wrapper{
  width: 100%;
  padding: 0 0 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.donation-team-progress {
  width: 100%;
  height: auto;
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 2px solid #504EBE;
}

.donation-team-progress-percentage {
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #e0e0f3;
}

.donation-team-progress-bottom-wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.donation-team-progress-bottom-holder {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


.recent-donations-holder {
  width: 100%;
  height: auto;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.empty-donations-holder { 
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--purple-100);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.recent-donation-item {
  width: 100%;
  padding: 15px 0px;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 15px;
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: var(--purple-100);
}

.recent-donation-amount-holder { 
  min-width: 80px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px var(--purple-200);
}

.fliter -label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.other-donation-input {
  width: 100%;
  background-color: var(--white);
  padding: 15px 20px;
  font-family: 'Lexend', sans-serif;
  color: var(--black);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border: 1px solid var(--purple-200);
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.other-donation-input:focus {
  outline: none;
  border: 1px solid var(--purple-400);
}

.other-donation-input-has-value {
  width: 100%;
  background-color: var(--purple-200);
  padding: 15px 20px;
  font-family: 'Lexend', sans-serif;
  color: var(--black);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border: 1px solid var(--purple-300);
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.teamfi-tag-wrapper {
  position: fixed;
  z-index: 5;
  bottom: 12px; 
  right: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 3px;
  padding: 4px 8px;
  background-color: var(--green-100);
  border-radius: 8px;
  border: 1px solid var(--green-200);
  transition: ease .25s;
}

.teamfi-tag-logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 1px;
}

.teamfi-tag-icon {
  margin-top: 2px;
  height: 20px;
  width: auto;
}

.teamfi-tag-wordmark {
  height: 14px;
  width: auto;
}

.teamfi-tag-wrapper:hover img.teamfi-tag-icon {
  transform: rotate(360deg);
  transition: ease .5s;
}

/* PLEDGE_HTML (WEB) */

.pledge-page-header {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 2em;
  border: 1px solid var(--purple-300);
  border-radius: 8px;
  background-color: var(--purple-200);
  padding: 2em;
  margin-bottom: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pledge-page-header-logo-holder { 
  width: 175px;
  min-width: 175px;
  height: 150px;
  min-height: 150px;
  border: 1px solid var(--purple-200);
  border-radius: 12px;
}

.pledge-dashboard-header { 
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 2em;
  background-color: var(--white);
  border: solid 1px var(--purple-200);
  padding: 2em; 
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 2em;
}

.pledge-header-left { 
  width: 55%;
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pledge-player-intro-wrapper { 
  width: 100%;
  display: flex;
  padding: 1em;
  border-radius: 8px;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pledge-results-wrapper { 
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

.pledge-results-goal-holder { 
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 12px;
  border: 1px solid var(--purple-200);
  background-color: var(--purple-100);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pledge-results-actual-holder { 
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 12px;
  border: 1px solid var(--green-300);
  background-color: var(--green-100);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pledge-results-vertical-spacer { 
  width: 1px; 
  height: 100%;
  background-color: var(--purple-200);
}

.pledge-results-vertical-spacer.green { 
  width: 1px; 
  height: 100%;
  background-color: var(--green-300);
}

.pledge-header-right { 
  width: 45%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  padding: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pledge-invoice-wrapper {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pledge-invoice-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 15px;
  align-items: flex-end;
  padding: 3px 0;
  border-bottom: 1px solid var(--purple-200);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pledge-confirmation-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  background-color: var(--purple-100);
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* margin-bottom: 20px; */
}

/* ADD_CONTACT HTML – PLAYER ONBOARDING (WEB) */

.player-onboarding-step-holder { 
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15PX;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.player-dashboard-grid {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 300px 1.5fr;
  column-gap: 20px;
  row-gap: 20px;
  min-height: 100vh;
}

.player-dash-wrapper { 
  height: 100%;
}

.player-dash-left-wrapper {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 95px;
}

.player-dash-left { 
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5em;
  border: var(--purple-200);
  border-width: 1px;
  border-style: solid;
 
}

.player-profile-photo-holder {
  width: 100%;
  max-width: 270px;
  height: 250px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  border: solid 1px var(--purple-200);
}

.player-profile-photo-holder.smaller {
  width: 100%;
  height: 234px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  border: solid 1px var(--purple-200);
}

.player-profile-photo-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.player-profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.player-dash-right { 
  width: auto;
  border-radius: 8px;
}

.player-dash-item {
  position: relative;
  padding: 1.5em;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  border: var(--purple-200);
  border-width: 1px;
  border-style: solid;
}

.player-fundraiser-top-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

button#rollover-button.button-primary-minimal-small:hover svg {
  transform: rotate(180deg);
  transition: .25s ease-out;
}

.rollover-modal-content-holder { 
  position: relative;
  width: 50%;
  min-width: 700px;
  max-height: 75vh;
  background-color: var(--white);
  margin: auto;
  padding: 2em;
  border: 1px solid var(--purple-100);
  border-radius: 8px;
  overflow: scroll;
}

.rollover-modal-content { 
  width: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid var(--purple-200);
}

.rollover-modal-fundraiser-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.rollover-modal-visual-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: var(--purple-200);
  transition: .25s ease;
}

.rollover-modal-visual-holder .web-rollover-arrow {
  display: block;
}

.rollover-modal-visual-holder .mobile-rollover-arrow {
  display: none;
}

.rollover-modal-visual-contact-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  transition: .25s ease;
}

.player-fundraiser-top {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pending-player-fundraiser-top {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 5px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: #E0E0f3;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.player-add-contact-wrapper {
  background-color: #F6F6FC;
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
}

.player-contact-acknowledgement-holder {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.player-participation-wrapper {
  padding: 1em;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--purple-200);
  border-width: 1px;
}

.player-participation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .75em;
  background-color: #F6F6FC;
  border-radius: 5px;
}

.player-participation-grade-wrapper{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.player-participation-grade-holder{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5em 0;
  background-color: #F6F6FC;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.player-participation-grade-help-holder { 
  width: auto;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
}

.player-participation-grade-help { 
  width: auto;
}

.player-added-contacts-wrapper { 
  width: 100%;
}

.player-added-contacts-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5em 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: solid #504EBE 1px;
}

.player-added-contacts-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0em 0em 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: solid #504EBE 1px;
  margin-top: 10px;
}

.player-added-contacts-holder { 
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}

.player-added-contacts-item {
  width: 100%;
  display: grid; 
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  background-color: #F6F6FC;
  padding: 12px 15px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 

.player-added-contacts-item-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F6F6FC;
  padding: 12px 15px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 

.player-added-contact-delete-holder { 
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* Donate-a-day */

.calendar-page-header {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 2em;
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  background-color: var(--white);
  padding: 2em;
  margin-bottom: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.calendar-page-logo-holder { 
  width: 225px;
  min-width: 225px;
  height: 150px;
  min-height: 150px;
  border: 1px solid var(--purple-200);
  border-radius: 10px;
}

.calendar-page-logo-holder-modal { 
  width: 100%;
  min-width: 225px;
  height: 250px;
  min-height: 150px;
  border: 1px solid var(--purple-200);
  border-radius: 10px;
  margin-bottom: 10px;
}

.calendar-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.calendar-day {
  width: 100%;
  height: 100%;
  min-height: 95px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  background-color: var(--purple-100);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid var(--purple-200);
}

.calendar-day.donated {
  width: 100%;
  height: 100%;
  min-height: 95px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  background-color: var(--green-100);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid var(--green-200);
}

.calendar-donation-page-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  background-color: var(--purple-100);
  column-gap: 40px;
  row-gap: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 2em;
}

.calendar-donation-days-holder {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 10px;
}

.calendar-donation-day {
  display: block;
  position: relative;
  min-height: 55px;
  padding-left: 10px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.calendar-donation-day input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.donate-day-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 55px;
  width: 100%;
  background-color: var(--white);
  border-radius: 8px;
  border: 1px solid var(--purple-200);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: ease .25s;
}

.calendar-donation-day input:disabled ~ .donate-day-checkbox {
  background-color: var(--grey-100);
  border: 1px solid var(--grey-200);
  cursor: default;
}

.calendar-donation-day input:disabled ~ .donate-day-checkbox ~ .donate-day-label {
  color: var(--grey-300);
}

.calendar-donation-day .donate-day-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
  margin-block-start: 0;
  margin-block-end: 0;
  color: var(--black);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: ease .25s;
}

.calendar-donation-day:hover input ~ .donate-day-checkbox {
  background-color: var(--purple-200);
  transition: ease .25s;
}

.calendar-donation-day:hover input:disabled ~ .donate-day-checkbox {
  background-color: var(--grey-100);
}

.calendar-donation-day input:checked ~ .donate-day-checkbox {
  background-color: var(--purple-275);
  border: 1px solid var(--purple-300);
  transition: ease .25s;
}

.donate-day-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.calendar-donation-day input:checked ~ .donate-day-checkbox:after {
  display: block;
}

.calendar-donation-day .donate-day-checkbox:after {
  left: 45%;
  top: 45%;
  width: 5px;
  height: 10px;
  border: solid var(--purple-400);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selected-dates-wrapper {
  display: flex;
  max-width: 200px;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 3px;
  margin-top: 3px;
}

.selected-dates-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  column-gap: 6px;
}

.inline-horizontal-spacer {
  width: 100%;
  height: 1px;
  background-color: var(--purple-200);
  margin: 15px 0;
}

.calendar-help-wrapper { 
  width: auto;
  grid-column: 4 / 8;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--purple-200);
  border-radius: 8px;
}

.fundraiser-line-items-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}

/* Payment Page WEB */

.payment-wrapper {
  width: 100vw;
  height: auto; 
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--purple-100);
  padding-top: 20px;
}

.payment-holder { 
  width: 40%; 
  min-width: 400px;
  max-width: 550px;
  height: auto;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  border: var(--purple-200);
  border-style: solid;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.70);
  box-shadow: 0px 0px 20px 0 var(--grey-300);
  margin: auto 0 auto 0;
}

.payment-success-top-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.success-lottie-holder {
 width: auto;
 height: 75px;
}

.success-lottie-holder-smaller {
  width: auto;
  height: 40px;
}

.success-lottie { 
  width: 75px; 
  height: auto;
}

.payment-success-middle-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.share-donation-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: auto;
  border: var(--white);
  border-top: solid var(--purple-200) 1px;
  border-width: 1px;
  padding: 25px 30px 10px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.share-button-holder {
  display: flex;
  gap: 12px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.share-donation-button {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 6px 15px;
  max-width: 200px;
  border-radius: 8px;
  background-color: var(--white);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: var(--purple-400);
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: var(--white) solid 1px;
}

.share-donation-button:hover {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 6px 15px;
  max-width: 200px;
  border-radius: 8px;
  background-color: var(--purple-100);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: var(--purple-400);
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: var(--purple-200) solid 1px;
}

.share-donation-button-secondary {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 6px 15px;
  max-width: 200px;
  border-radius: 8px;
  background-color: var(--purple-100);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: var(--purple-400);
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: var(--purple-200) solid 1px;
}

.share-donation-button-secondary:hover {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 6px 15px;
  max-width: 200px;
  border-radius: 8px;
  background-color: var(--purple-200);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: var(--purple-400);
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: var(--purple-200) solid 1px;
}

.payment-success-bottom-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.success-email-sub-wrapper {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: var(--grey-100);
  border: 1px solid var(--grey-200);
  border-radius: 8px;
}

.success-email-sub-holder {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.success-email-sub-holder .email-success-message {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0; 
  right: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: var(--green-100);
  border: 1px solid var(--green-300);
  border-radius: 4px;
}

/* Admin Page Web */

.invited-coach-wrapper {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 8px;
  row-gap: 8px;
}

.invited-coach-holder {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
  padding: 10px;
  background-color: var(--purple-100);
  border-radius: 5px;
  border: 1px solid var(--purple-200);
}

.invited-coach-delete {
  width: auto;
}

.transfer-form-details-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.transfer-form-detail-item {
  width: auto;
  padding: 8px 16px; 
  background-color: var(--purple-100);
  border: 1px solid var(--purple-200);
  border-radius: 8px;
}


}

/* END WEB */

/* –––––––––––––––––––––––––––––––––––––––––––––– */

/* START MOBILE */
@media screen and (max-width: 480px){ 

    /* HOME.HTML CSS */

  .landing-body {
    max-width: 100vw;
    background-color:transparent;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  .landing-hero-wrapper {
      position: relative;
      width: 100vw;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color:#050505;
  }

  .landing-hero-content {
      position: absolute;
      z-index: 2;
      display: flex;
      flex-direction: column;
      padding: 5em 20em 3em 5em;
  }

  .landing-hero-button-holder { 
    display: flex;
    flex-direction: row;
    justify-content: start;
  }

  .landing-header-holder {
  width: 60%;
  padding-right: 20em;
  margin-top: 15px;
  margin-bottom: 50px;
  }

  .color-gradient-div {
    height: 30px;
    margin-top: -40px;
    width: 100%;
    background-image: linear-gradient(to right, #7DDFAF,#9CE9F3,#504EBE,#9580D2); 
  }

  .text-container { 
    overflow: hidden;
    display: block;
  }

  .pricing-grid {
    width: 80%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }

  /* LOGIN.HTML */

  .auth-wrapper {
    width: 100vw;
    height: auto; 
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--purple-100);
    padding-bottom: 50px;
  }

  .auth-holder { 
    width: auto; 
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
  }

  .auth-holder-wide { 
    width: auto; 
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 90px 30px 30px 30px;
    border-radius: 10px;
  }

  .auth-logo-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    padding: 10px 10px 12px 10px;
    border: 1px solid var(--purple-200);
    background-image: linear-gradient(to top, var(--purple-200), var(--white)) ;
    border-radius: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
    }
    
    .auth-logo {
      width: 100%;
      height: auto;
    }

  .auth-holder-header { 
    width: 100%;
    margin-bottom: 12px; 
    border-bottom: 1px solid var(--purple-200);
  }
  
  .password-action-holder { 
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  
  .auth-input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 10px 7px;
    border: 1px solid var(--purple-200);
    outline-width: 0;
    outline-color: transparent;
    outline-style: none;
    background-color: var(--white);
    color: var(--purple-400);
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  
  .auth-input:focus {
    border: 1px solid var(--purple-400);
    outline-width: 0;
    outline-color: transparent;
    outline-style: none;
    background-color: var(--white);
    color: var(--purple-400);
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  
  .auth-input::placeholder {
    color: var(--grey-300);
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .login-holder-static { 
    width: auto; 
    max-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
    backdrop-filter: blur(50px) saturate(180%);
    -webkit-backdrop-filter: blur(50px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.50);
  }

  .auth-acknowledgment-wrapper {
    width: 100%;
  }
  
  .auth-acknowledgment-wrapper a {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: var(--grey-300);
    width: 100%;
    transition: ease .25s;
  }
  
  .auth-acknowledgment-wrapper a:hover {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: var(--grey-400);
    width: 100%;
    transition: ease-out .25s;
  }

  .auth-text-link {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: var(--grey-300);
    width: 100%;
    transition: ease .25s;
  }

  .auth-text-link:hover {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: var(--grey-400);
    width: 100%;
    transition: ease .25s;
  }

  .teamfi-full-logo {
    width: 225px;
    margin-bottom: 20px;
    margin-right: 5px;
  }

  .login-form { 
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 250px;
  }

  .form-label { 
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #3e3e3e;
  }

  .form-label-normal { 
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3e3e3e;
  }

  .form-label-small { 
    font-family: 'Lexend', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--purple-200);
  }

  .form-label-super-small-dark { 
    font-family: 'Lexend', sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: var(--grey-500);
  }

  .form-label-small-dark { 
    font-family: 'Lexend', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--grey-500);
  }

  .form-label-wrapper { 
    width: 100%; 
    display: flex;
    flex-direction: row;
    gap: 6px;
    padding: 0 0 5px 0;
    align-items: center;
    justify-content: flex-start;
    color: var(--grey-300);
  }

  .form-label-copy-holder {
    max-width: 220px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .form-label-help-holder { 
    width: auto;
    height: auto;
    padding-top: 3px;
  }

  .normal-input { 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 10px 7px;
    border-style: solid;
    border-width: 1px;
    border-color:#fff;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--purple-400);
  }

  .normal-dollar-input { 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 10px 7px 10px 25px;
    border-style: solid;
    border-width: 1px;
    border-color:#fff;
    color: var(--purple-400);
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-image: url("/static/fundraiser/icons/dollar-sign.cb76bc56738e.svg");
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 8px;
  }
  
  .normal-dollar-input:focus { 
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color:#504ebe;
    border-radius: 4px;
  }

  .normal-dollar-input::placeholder { 
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--grey-300);
  }


  .normal-file-input { 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 10px 7px;
    border-style: solid;
    border-width: 1px;
    border-color:#fff;
    background-color: #fff;
    color: var(--grey-300);
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .outlined {
    border-style: solid;
    border-width: 1px;
    border-color: var(--grey-200);
  }

  .normal-input:focus { 
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color:#504ebe;
    border-radius: 4px;
  }

  .normal-input::placeholder { 
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--grey-300);
  }

  .secondary-input { 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 10px 7px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }

  .secondary-input::placeholder { 
    color: rgba(255, 255, 255, 0.5);
  }

  .secondary-input:focus { 
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color:#fff;
    border-radius: 4px;
  }

  .normal-select {
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 10px 7px;
    border: 1px solid var(--grey-200);
    border-radius: 4px;
    color: var(--purple-400);
    background-color: var(--white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    background-image: url("/static/fundraiser/icons/select-background.3eaccb375369.svg");
    background-repeat: no-repeat;
    background-position: 97% 50%;
  }

  .normal-select.more-space {
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid var(--purple-200);
    border-radius: 4px;
    color: var(--purple-400);
    background-color: var(--white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    background-image: url("/static/fundraiser/icons/select-background.3eaccb375369.svg");
    background-repeat: no-repeat;
    background-position: 97% 50%;
  }

  .normal-select.more-space:invalid{
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid var(--purple-200);
    border-radius: 4px;
    color: var(--grey-300);
    background-color: var(--white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    background-image: url("/static/fundraiser/icons/select-background.3eaccb375369.svg");
    background-repeat: no-repeat;
    background-position: 97% 50%;
  }
  
  .normal-select:focus { 
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: var(--purple-400);
    border-color:#504ebe;
    border-radius: 4px;
  }

  .primary-checkbox { 
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px var(--purple-200) solid;
    background-color: var(--white);
  }
  
  .primary-checkbox:hover { 
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px var(--purple-200) solid;
    background-color: var(--purple-200);
  }
  
  .primary-checkbox:checked { 
    background-color: var(--purple-400);
    background-image: url("/static/fundraiser/icons/check-icon.1e2497a11405.svg");
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    border: 1px var(--purple-400) solid;
  }

  .primary-checkbox-wrapper { 
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .secondary-checkbox { 
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px var(--purple-200) solid;
    background-color: var(--white);
  }
  
  .secondary-checkbox:hover { 
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px var(--purple-200) solid;
    background-color: var(--purple-200);
  }
  
  .secondary-checkbox:checked { 
    background-color: var(--purple-400);
    background-image: url("/static/fundraiser/icons/check-icon.1e2497a11405.svg");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    border: 1px var(--purple-400) solid;
  }
  
  .secondary-checkbox-wrapper { 
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .primary-toggle-switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 21px;
  }
  
  .primary-toggle-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .primary-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background-color: var(--grey-300);
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
  }
  
  .primary-toggle-slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    border-radius: 50%;
    background-color: var(--white);
    -webkit-transition:  ease-out .25s;
    transition:  ease-out .25s;
  }
  
  input:checked + .primary-toggle-slider {
    background-color: var(--green-300);
  }
  
  input:focus + .primary-toggle-slider {
    box-shadow: 0 0 1px var(--green-300);
  }
  
  input:checked + .primary-toggle-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  
  .dotted { 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 10px 7px;
    border-style: dotted;
    border-width: 2px;
    border-color:#E9E9E9;
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .larger { 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 100px;
    width: 100%;
    max-width: 100%;
    padding: 10px 7px;
    border-width: 2px;
    border-color:#E9E9E9;
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .text-area {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 100px;
    max-height: 100px;
    width: 100%;
    max-width: 100%;
    padding: 10px 7px;
    border-width: 2px;
    border-color:#E9E9E9;
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 60px;
    overflow: hidden;
  }

  /* SIGN_UP.HTML */

  .signup-wrapper {
    position: relative;
    width: 100vw;
    min-height: 125vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .signup-holder { 
    position: absolute;
    z-index: 1;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(50px) saturate(180%);
    -webkit-backdrop-filter: blur(50px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.50);
  }
  
  .signup-form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .signup-form-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .signup-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }  

  /* CREATE_FUNDRAISER.HTML  */

  .create-fundraiser-wrapper {
    width: 100vw;
    height: auto;
    padding-top: 12vh;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
  }
  
  .create-fundraiser-holder { 
    width: auto; 
    max-width: 95%;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow: scroll;
  }

  .create-fundraiser-header { 
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .initial-create-fund-radio-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .initial-create-fund-radio-item {
    position: relative;
  }
  
  .initial-create-fund-radio-wrapper input[type="radio"] {
    -webkit-appearance:none;
    appearance: none;
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  
  .initial-create-fund-radio-wrapper input[type="radio"]:hover {
    background: var(--white);
    border: 1px solid var(--purple-300);
    transition: ease-out .10s;
  }
  
  .initial-create-fund-radio-wrapper input[type="radio"]:checked {
    background: var(--purple-400);
    border: 1px solid var(--purple-500);
  }
  
  .initial-create-fund-radio-wrapper label {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 12px;
    background-color: var(--white);
    padding: 14px 20px 14px 20px;
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    border: 1px solid var(--purple-200);
    border-radius: 8px;
    transition: ease-out .10s;
  }
  
  .initial-create-fund-radio-wrapper label:hover {
    border-color: var(--purple-275);
    transition: ease-out .10s;
  }
  
  .initial-create-fund-radio-wrapper input[type="radio"]:focus + label {
    border: 1px dashed var(--purple-300);
    transition: ease-out .10s;
  }
  
  .initial-create-fund-radio-wrapper input[type="radio"]:checked + label {
    background-color: var(--purple-100);
    border-color: var(--purple-400);
    transition: ease-out .10s;
  }
  
  .athon-field {
    display: inline-flex; 
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 10px 7px;
    border: 1px solid var(--purple-200);
    background-color: #fff;
    color: var(--purple-400);
    border-radius: 4px;
    margin-bottom: 5px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400; 
  }
  
  .athon-field:focus-within {
    border-color: var(--purple-400);           
    transition: border-color .15s
  }
  
  .athon-input {
    width: 1ch;
    min-width: 1ch;
    border: none;        
    font: inherit;
    color: var(--purple-400);
    background: transparent;
    outline: none;
  }
  
  .athon-input:focus {
    outline: none;        
  }
  
  .athon-suffix { 
    margin-left: 0;
    user-select: none;
    pointer-events: none;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--grey-300);
    white-space: nowrap;
  }
  
  .athon-preview-wrapper { 
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
  }
  
  .athon-preview-holder { 
    width: auto;
    max-width: fit-content;
    padding: 6px 12px;
    background-color: var(--purple-100);
    border-radius: 12px;
  }
  


  .teamfi-form { 
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .header-text-holder { 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2vh;
    padding-bottom: 5vh;
  }

  /* PROFILE.HTML */

  .fundraiser-dashboard-header { 
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, #504ebe, #9580d2);
    padding: 1em; 
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 1em;
  }

  .ad-dashboard-subheader { 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1em;
  }

  .ad-dashboard-left { 
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    column-gap: 15px;
    row-gap: 12px;
  }

  .ad-subheader-holder-mobile { 
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    row-gap: 10px;
  }

  .ad-filter-wrapper { 
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    column-gap: 5px;
  }
  
  .ad-filter-button-holder {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
  }
  
  .ad-filter-button-holder input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }
  
  .ad-filter-button-holder label {
    width: auto; 
    display: flex;
    padding: 3px 8px; 
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: var(--grey-400) solid 1px;
    border-radius: 8px;
    background-color: var(--white);
    color: var(--grey-400);
    cursor: pointer;
    transition: ease .25s;
  }
  
  .ad-filter-button-holder label:hover {
    background-color: var(--grey-200);
    transition: ease .25s;
  }
  
  .ad-filter-button-holder input[type="radio"]:focus + label {
      border: 1px solid var(--purple-300);
  }
  
  .ad-filter-button-holder input[type="radio"]:checked + label {
      background-color: var(--grey-400);
      border-color: var(--grey-400);
      color: var(--white);
      transition: ease .25s;
  }
  
  .ad-filter-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }
  
  .ad-fund-all-holder { 
    width: 100%;
    height: auto;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 15px;
    row-gap: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
  }
  
  .ad-fund-invited-holder {
    width: 100%;
    height: auto;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    column-gap: 15px;
    row-gap: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
  }
  
  .ad-fund-onboarding-holder {
    width: 100%;
    height: auto;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    column-gap: 15px;
    row-gap: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
  }
  
  .ad-fund-active-holder {
    width: 100%;
    height: auto;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    column-gap: 15px;
    row-gap: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
  }
  
  .ad-fund-complete-holder {
    width: 100%;
    height: auto;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    column-gap: 15px;
    row-gap: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
  }

  .ad-metric-wrapper {
    width: 100%;
    padding: 1em;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    border: var(--purple-200);
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .ad-metric-grid { 
    width: 100%;
    min-height: 10px;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 25px;
    row-gap: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .ad-metric-item-wrapper { 
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .ad-metric-item-holder { 
    display: flex;
    padding: .5em;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-height: 50px;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .ad-metric-divider {
    width: 100%;
    height: 1px;
    background-color: var(--purple-200);
    border-radius: 5px;
  }
  
  .ad-metric-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 5px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .ad-metric-top {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
  }
  
  .ad-metric-bottom { 
    min-width: auto;
    min-height: 30px;
    margin-left: -10px;
    border-radius: 5px;
  }

  .ad-add-coach-button {
    width: auto;
    height: auto;
    display: none;
    align-items: center;
    background-color: #504ebe;
    color: white;
    padding: 8px 15px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    line-height: 14px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .ad-add-coach-button:hover {
    width: auto;
    height: auto;
    display: none;
    align-items: center;
    background-color: var(--purple-500);
    color: var(--white);
    padding: 8px 15px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    line-height: 14px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.2s;
    transition-timing-function: ease-out;  
  }

  .ad-add-coach-button-mobile {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    background-color: #504ebe;
    color: white;
    padding: 8px 7px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    line-height: 14px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .ad-add-coach-button-mobile:hover {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    background-color: var(--purple-500);
    color: var(--white);
    padding: 8px 7px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    line-height: 14px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.2s;
    transition-timing-function: ease-out;  
  }

  .fundraiser-dashboard-wrapper{ 
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .ind-fundraiser-content { 
    max-width: 100%;
    height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 1em;
    border-style: solid;
    border-color: var(--purple-200);
    border-width: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .ind-fundraiser-img-holder {
    width: 100%;
    height: 125px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .fundraiser-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0f3;
  }

  .ind-fundraiser-top-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-bottom: 15px;
  }

  .ind-fundraiser-top-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    gap: 3px;
    padding-bottom: 10px;
  }

  .ind-fundraiser-bottom-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .ind-fundraiser-subitem-wrapper { 
    width: auto; 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--grey-400);
    margin-top: -2px;
  }
  
  .ind-fundraiser-subitem-holder { 
    width: auto; 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--grey-400);
  }
  
  .ind-fundraisers-item-tag {
    display: flex;
    flex-direction: row;
    padding: 4px 8px;
    border-radius: 8px;
    margin-bottom: 5px;
  }
  
  .ind-fundraisers-item-tag.onboarding {
    background-color: var(--blue-100);
    color: var(--blue-300);
    border: 1px solid var(--blue-300)
  }
  
  .ind-fundraisers-item-tag.active {
    background-color: var(--green-100);
    color: var(--green-300);
    border: 1px solid var(--green-300)
  }
  
  .ind-fundraisers-item-tag.complete {
    background-color: var(--red-100);
    color: var(--red-200);
    border: 1px solid var(--red-200)
  }

  /* PROFILE.HTML – PENDING FUNDRAISER ITEMS */

  .pending-fundraiser-wrapper {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 100%;
  }
  .delete-coach-holder {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 5;
    position: absolute;
    padding: 5px 8px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: #504ebe solid 1px;
    border-radius: 5px;
  }

  .pending-fundraiser-copy-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pending-fundraiser-copy-holder { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pending-fundraiser-content { 
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    padding: 1.25em;
    border-style: solid;
    border-color: var(--purple-200);
    border-width: 1px;
    box-sizing: border-box;
  }

  .pending-fundraiser-img-holder {
    width: 100%;
    height: 125px;
    background-color: #F6F6FC;
    border-radius: 8px;
  }

  .pending-fundraiser-name {
    width: 250px;
    min-height: 30px;
    background-color: #F6F6FC;
    border-radius: 5px;
    margin-bottom: 3px;
  }

  .pending-fundraiser-teamname {
    width: 175px;
    min-height: 15px;
    background-color: #F6F6FC;
    border-radius: 5px;
    margin-bottom: 3px;
  }

  .pending-fundraiser-status-holder {
    width: 125px;
    min-height: 20px;
    border-radius: 5px;
    background-color: #F6F6FC;
    margin-bottom: 3px;
  }

  .pending-options {
    width: 100px;
    min-height: 15px;
    border-radius: 5px;
    background-color: #F6F6FC;
    margin-top: 2px;
  }

  .fundraiser-progress-wrapper {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    background-color: var(--white);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid var(--purple-200);
    padding-top: 5px;
    margin-bottom: 8px;
  }
  
  .fundraiser-progress-wrapper-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--purple-100);
    border-radius: 8px;
    padding: 8px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pending-fundraiser-progress-wrapper {
    width: 100%;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    background-color: #F6F6FC;
    padding: 1em;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 5px;
  }

  .ind-fundraiser-progress-holder {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  .fundraiser-progress { 
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--purple-100);
    margin-top: 5px;
  }

  .fundraiser-progress[value]::-webkit-progress-bar {
    background-color: #fff;
    border-radius: 2px;
  }

  .fundraiser-progress[value]::-moz-progress-bar{
    background: linear-gradient(90deg, #7ddfaf, #7ddfaf, #56BB89);
    border-radius: 0px 4px 4px 0px;
  }

  .fundraiser-progress[value]::-webkit-progress-value {
    background-image: linear-gradient(to right, #7DDFAF, #9CE9F3);
    border-radius: 3px;
  }

  .donation-fundraiser-progress { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--purple-200);
    background-color: var(--purple-100);
  }

  .donation-fundraiser-progress[value]::-webkit-progress-bar {
    background-color: var(--purple-100);
  }

  .donation-fundraiser-progress[value]::-moz-progress-bar{
    border-radius: 0px 8px 8px 0px;
    background: linear-gradient(90deg, #7ddfaf, #7ddfaf, #56BB89);
  }

  .donation-fundraiser-progress[value]::-webkit-progress-value{
    border-radius: 0 8px 8px 0;
    background: linear-gradient(90deg, #7ddfaf, #7ddfaf, #56BB89, #7ddfaf, #7ddfaf);
    background-size: 200% 200%;
  
    -webkit-animation: mobile-progress-animation 7s ease infinite;
    -moz-animation: mobile-progress-animation 7s ease infinite;
    animation: mobile-progress-animation 7s ease infinite;
  }
  
    @-webkit-keyframes mobile-progress-animation {
        0%{background-position:10% 0%}
        50%{background-position:91% 100%}
        100%{background-position:10% 0%}
    }
    @-moz-keyframes mobile-progress-animation {
        0%{background-position:10% 0%}
        50%{background-position:91% 100%}
        100%{background-position:10% 0%}
    }
    @keyframes mobile-progress-animation { 
        0%{background-position:10% 0%}
        50%{background-position:91% 100%}
        100%{background-position:10% 0%}
    }
  

  .fundraiser-options-wrapper {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .add-coach-content { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 1.25em;
    border-style: solid;
    border-color: #F6F6FC;
    border-width: 1px;
    box-sizing: border-box;
    filter: drop-shadow(0 0 0.75rem #3e3e3e2c);
    background-image: linear-gradient(to right, #504ebe, #9580d2);
    cursor: pointer;
  }

  .add-coach {
    filter: drop-shadow(0 0 0.75rem #3e3e3e2c);
  }

  .modal {
    display: none; 
    position: fixed; 
    z-index: 10; 
    padding-top: 5vh; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: rgba(0,0,0,0.6); 
  }

  .modal-content {
    position: relative;
    width: 85%;
    max-height: 80vh;
    background-color: var(--white);
    margin: auto;
    padding: 1em;
    border: 1px solid (var(--purple-100));
    border-radius: 8px;
    overflow: scroll;
  }

  .modal-content-nopadding {
    position: relative;
    background-color: var(--white);
    margin: auto;
    border: 1px solid var(--purple-100);
    width: 95%;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .modal-padded-content-holder {
    background-color: #fff;
    padding: 1em 1em 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .modal-padded-button-holder {
    background-color: #fff;
    padding: 1em 1em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .modal-header-holder{ 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 10px 0 10px 0;
  }

  .modal-important-notice {
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: var(--purple-300);
    background-color: var(--purple-100);
    border: 1px solid var(--purple-300);
    border-radius: 8px;
    padding: 6px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .modal-body-holder{ 
    width: 100%;
    margin: 20px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border: 1px solid var(--purple-200);
    border-radius: 8px;
    padding: 10px;
    max-height: 310px;
    overflow: scroll;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .modal-line-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 0px 0px 8px 0px;
    border-bottom: 1px dashed var(--purple-200);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .modal-footer-holder.horizontal{ 
    width: 100%;
    border-top: solid 1px var(--purple-200);
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  
  .modal-footer-holder.vertical{ 
    width: 100%;
    border-top: solid 1px var(--purple-200);
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
  
  .modal-warning-holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  

  /* The Close Button */
  .close {
    color: #3e3e3e;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #050505;
    text-decoration: none;
    cursor: pointer;
  }

  /* The Close Button */
  .close2 {
    color: #3e3e3e;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close2:hover,
  .close2:focus {
    color: #050505;
    text-decoration: none;
    cursor: pointer;
  }

  .modal-close-holder { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 3;
    top: 6px;
    right: 6px;
  }

  /* FUNDRAISER.HTML (MOBILE) */

  .coach-fundraiser-dashboard-header { 
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
    background-image: linear-gradient(to right, #504ebe, #9580d2);
    padding: 1em 1em; 
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 1em;
  }

  .coach-fundraiser-dashboard-subheader { 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  
  .coach-dashboard-grid {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .coach-dash-wrapper { 
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .coach-dash-left { 
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 1em;
    border-color: var(--purple-200);
    border-width: 1px;
    border-style: solid;
  }

  .coach-dash-left-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--purple-200);
    margin-bottom: 10px;
  }
  
  .coach-dash-left-subheader {
    width: 100%;
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
  }

  .fundraiser-status-wrapper {
    background-color: #fff;
    border-radius: 8px; 
    padding: 1em;
    border: var(--purple-200);
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
  }
  
  .fundraiser-status-holder { 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .fundraiser-status-holder.divider-bottom { 
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--purple-200);
  }

  .player-fundraiser-indicator {
    position: relative;
    min-height: 175px;
    width: 100%;
    background-color: var(--purple-100);
    border: 1px solid var(--purple-200);
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .player-fundraiser-indicator-copy-holder {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,.8));
    padding: 4px 8px 8px 8px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(8px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .green-fundraiser-status { 
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 4px 8px;
    color: var(--green-400);
    background-color: var(--green-100);
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    gap: 4px;
  }
  
  .orange-fundraiser-status { 
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 4px 8px;
    color: var(--orange-300);
    background-color: var(--orange-100);
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    gap: 4px;
  }
  
  .purple-fundraiser-status { 
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 4px 8px;
    color: var(--purple-300);
    background-color: var(--purple-100);
    border: 1px solid var(--purple-200);
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    gap: 4px;
  }
  
  .red-fundraiser-status { 
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 4px 8px;
    color: var(--red-300);
    background-color: var(--red-100);
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    gap: 4px;
  }
  
  .share-fundraiser-holder {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  
  .fundraiser-details-wrapper {
    background-color: #fff;
    border-radius: 8px;
    padding: 1em;
    border: var(--purple-200);
    border-style: solid;
    border-width: 1px;
  }

  .activate-fund-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    background-color: #fff;
    margin: auto;
    padding: 1em;
    border: 1px solid #F6F6FC;
    width: 90%;
    border-radius: 8px;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .activate-fund-modal-close-holder { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 3;
    top: 8px;
    right: 8px;
  }

  .activate-fund-team-wrapper { 
    width: 100%; 
    min-height: 40px;
    height: auto;
    border: var(--purple-200);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .activate-fund-team-top { 
    height: auto;
    padding: 12px 0px;
    background-color: var(--purple-200);
    border-radius: 10px 10px 0px 0px;
  }
  
  .activate-fund-img-holder { 
    width: 100%;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .activate-fund-img {
    height: auto;
    width: 100%;
  }


  .complete-fund-payout-wrapper {
  width: 100%;
  display: flex;
  position: fixed;
  z-index: 5;
  bottom: 10px; 
  }

  .complete-fund-payout-holder {
  width: 95%;
  max-width: 1350px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 12px;
  background-color: var(--green-100);
  border-radius: 8px;
  border: 1px solid var(--green-200);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }

.complete-fund-payout-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  padding: 0px 0px 1px 0px;
  background-color: transparent;
  font-family: 'Lexend', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: var(--grey-400);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  border: none;
  transition: 0.15s ease-out; 
  border-bottom: 1px solid var(--grey-400);
}

.complete-fund-payout-button:hover {
  color: var(--black);
  border-bottom: 1px solid var(--black);
  transition: 0.15s ease-out;  
}

.payout-details-content {
  width: 100%;
  border: 1px solid var(--purple-200);
  background-color: var(--purple-100);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payout-details-top {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 8px;
  border-bottom: 1px solid var(--purple-200);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payout-details-bottom { 
  width: 100%;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }

.payout-details-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3px;
  border-bottom: 1px dashed var(--purple-200);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payout-details-item-header { 
  width: auto;
  display: flex;
  gap: 4px;
  align-items: center;
}
  
  .pending-coach-dash-left { 
    position: static;
    min-height: auto;
    position: static;
    top: 95px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 1em;
    border: var(--purple-200);
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
  }

  .fundraiser-field-holder { 
    width: 100%;
    border-radius: 5px;
    background-color: var(--purple-100);
    border: var(--purple-200) 1px solid;
    padding: 8px;
    overflow-wrap: break-word;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .coach-dash-right { 
    width: auto;
    max-width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .fundraiser-performance { 
    padding: 1em;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    border: var(--purple-200);
    border-style: solid;
    border-width: 1px;
  }

  .fundraiser-performance-item-holder { 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .fundraiser-performance-option-holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 18px;
    border-bottom: 1px solid var(--purple-200);
    margin-bottom: 15px;
  }
  
  .fundraiser-performance-button {
    width: auto;
    padding: 8px 0px;
    background-color: var(--white);
    color: var(--purple-250);
    border-bottom: solid 1px var(--purple-200);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-family: 'Lexend', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin-bottom: -1px;
    cursor: pointer;
    transition: ease .15s;
  }

  .fundraiser-performance-button.active {
    width: auto;
    padding: 8px 0px;
    background-color: var(--white);
    color: var(--purple-400);
    border-bottom: solid 1px var(--purple-400);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-family: 'Lexend', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin-bottom: -1px;
    cursor: pointer;
    transition: ease .15s;
  }
  
  .fundraiser-performance-button:hover {
    width: auto;
    color: var(--purple-275);
    border-bottom: solid 1px var(--purple-200);
  }

  .fundraiser-performance-button.active:hover {
    width: auto;
    color: var(--purple-400);
    border-bottom: solid 1px var(--purple-400);
  }
  
  .coach-dash-performance-wrapper { 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 1em;
    border: var(--purple-200);
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .coach-dash-main-metric-holder {
    min-height: 20px; 
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .coach-dash-main-metric { 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 15px 0px;
  }
  
  .coach-dash-main-metric-top { 
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
  }
  
  .coach-dash-main-metric-bottom {
    min-width: 200px;
    min-height: 30px;
    margin-left: -10px;
    border-radius: 5px;
  }
  
  .coach-dash-main-metric-info { 
    width: 15px;
    height: 15px;
    background-image: url("/static/fundraiser/icons/info-icon.52a1d00bb5db.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 2px;
  }
  
  .coach-dash-main-metric-divider { 
    width: 100%;
    height: 1px;
    background-color: var(--purple-200);
    margin-top: 15px;
  }

  .coach-dash-groups-holder { 
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 10px;
    padding-top: 10px;
  }
  
  .coach-dash-secondary-metric-holder { 
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .coach-dash-secondary-metric { 
    width: 100%;
    min-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 8px 0px;
    background-color: var(--purple-100);
  }
  
  .coach-dash-secondary-metric-pending { 
    width: 100%;
    min-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 12px 0px;
    border: var(--purple-200);
    border-style: solid;
    border-width: 1px;
  }
  
  .coach-dash-secondary-metric-label {
    width: 70%; 
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .coach-dash-secondary-metric-divider {
    width: 1px;
    height: 25px;
    background-color: var(--purple-200);
  }
  
  .coach-dash-secondary-metric-number {
    width: 30%;
    height: 100%;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
  }

  .fundraiser-roster {
    display: none;
    padding: 1em;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    filter: drop-shadow(0 0 0.5rem #3e3e3e2c);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .roster-header-wrapper { 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .roster-button-wrapper { 
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .roster-button-holder { 
    display: flex;
    flex-direction: row;
    justify-content: end;
    width:auto;
  }

  .roster-table-header { 
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 3px;
    row-gap: 20px;
    min-height: auto;
  }

  .roster-header-tab { 
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: #e0e0f3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .roster-grid { 
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .roster-table { 
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
    column-gap: 3px;
    min-height: auto;
  }

  .roster-table-cell { 
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F6F6FC;
  }

  .flex-center { 
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .player-photo {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 30px;
    margin-right: 8px;
  }

  /* NEW PLAYER TABLE (MOBILE) */

  .player-table tfoot {
    background-color: var(--purple-100);
  }

  .table-sortable th {
    cursor: pointer;
  }

  .table-sortable th:hover {
    cursor: pointer;
    background-color: var(--purple-200);
  }

  .table-sortable .th-sort-asc::after {
    content: url("/static/fundraiser/icons/down-arrow.97a5b6726362.svg");
  }

  .table-sortable .th-sort-desc::after {
    content: url("/static/fundraiser/icons/up-arrow.32a5dcd53f70.svg");
  }

  .table-sortable .th-sort-asc::after,
  .table-sortable .th-sort-desc::after {
    margin-left: 7px;
  }

  .table-sortable .th-sort-asc,
  .table-sortable .th-sort-desc {
    background: var(--purple-200);
  }

  .player-table-header-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .qr-code-wrapper{ 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .qr-code-holder {
    width: 296px;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: var(--purple-200) 1px solid;
    border-radius: 8px;
  }

  .player-table-wrapper {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    border: var(--purple-200);
    border-style: solid;
    border-width: 1px;
  }

  .player-table-holder { 
    width: 100%;
    overflow: scroll;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .player-table {
    width: 100%;
  }

  .player-table-head {
    width: 100%;
  }

  .player-table-head-cell { 
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    min-width: 120px;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .player-table-name-holder {
    font-family: 'Lexend', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    max-width: 130px;
    min-width: 130px;
    height: auto;
    white-space: normal;
  }

  .pending-player-table-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  .pending-player-table-copy-holder {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .pending-player-table-head-cell{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .pending-player-name {
    width: 100px;
    height: 20px;
    border-radius: 5px;
  }
  
  .pending-player-table-div {
    width: 70%;
    height: 20px;
    border-radius: 5px;
  }

/* END NEW PLAYER TABLE (MOBILE) */

  .pending-roster-wrapper { 
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pending-roster-copy-holder {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pending-roster-row { 
    width: 100%;
  }

  .pending-roster-table { 
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 3px;
    row-gap: 20px;
    min-height: auto;
  }

  .pending-roster-tab { 
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: #e0e0f3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .share-link-holder { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    row-gap: 10px;
  }

  .your-link { 
    width: 90%;
    padding: 10px;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: #7DDFAF;
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .share-button { 
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 15px;
    max-width: 200px;
    border-style: solid;
    border-width: 2px;
    border-color: #504EBE;
    border-radius: 4px;
    background-color: #504EBE;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .share-button:hover {
    background-color: #3e3e3e;
    color: #fff;
    border-color: #3e3e3e;
    transition: 0.2s;
    transition-timing-function: ease-out;  
  }

  .add-player-button { 
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 15px;
    max-width: 200px;
    border-style: solid;
    border-width: 2px;
    border-color: #504EBE;
    border-radius: 4px;
    background-color: #504EBE;
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .add-player-button:hover {
    background-color: #3e3e3e;
    color: #fff;
    border-color: #3e3e3e;
    transition: 0.2s;
    transition-timing-function: ease-out;  
  }

  .player-athon-actuals-form-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px 12px;
  }
  
  .player-athon-actuals-form-grid-item { 
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  /* FUNDRAISER.HTML – COACH ONBOARDING (MOBILE)  */

.coach-onboarding-wrapper {
  width: 100%;
  height: auto;
}

.coach-onboarding-step-holder { 
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  gap: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 15px;
}

.coach-onboarding-step-holder.six-steps { 
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  gap: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 15px;
}

.coach-onboarding-step { 
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  padding: 5px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.coach-onboarding-left { 
  display: flex;
  justify-content: start;
  align-items: center;
  width: 80%;
  height: 100%;
}

.coach-onboarding-right {
  display: flex;
  justify-content:flex-end;
  align-items: center;
  min-width: 20%;
  height: 100%;
}

.completed-coach-step { 
  width: 100%;
  background-color: #fff;
}

.future-coach-step {
  opacity: 0.2;
}

.coach-onboarding-progress { 
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 4px;
  margin-top: 5px;
}

/* The Onboarding Modal (background) */
.coach-onboarding-modal {
  display: none; 
  position: absolute; 
  z-index: 1; 
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.90);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px;
  border-color: #504ebe;
  border-style: solid;
  border-radius: 7.5px;
}

.onboarding-modal-content {
  margin: auto;
  padding: 2em 2em;
  width: auto;
}

.onboarding-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--purple-400);
  font-size: 28px;
  font-weight: bold;
  transition: ease .25s;
}

.onboarding-close:hover,
.onboarding-close:focus {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  transition: ease .25s;
}


/* DONATION PAGE CSS (MOBILE) */

  .donation-dashboard-header { 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border: 1px solid var(--purple-200);
    padding: 1em 1em; 
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 1em;
  }

  .donation-dashboard-top {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5px;
  }
  
  .donation-dashboard-top-subhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
  }

  #share-fund1-web {
    display: none;
  }

  #share-fund1-mob {
    display: block;
  }

  .donation-dashboard-bottom { 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    column-gap: 40px;
    row-gap: 10px;
  }

  .donation-header-left { 
    width: 100%;
    padding: 0;
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .team-donation-photo {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--purple-200)
  }
  
  .team-donation-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .player-intro-wrapper { 
    width: 100%;
    display: flex;
    padding: 1em;
    background-color: var(--purple-100);
    border: 1px solid var(--purple-200);
    border-radius: 8px;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .player-intro-holder { 
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    justify-content: start;
    align-items: start;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .donation-player-photo-holder {
    width: 125px;
    min-width: 125px;
    height: 125px;
    min-height: 125px;
    border: 1px solid var(--purple-200);
    border-radius: 100%;
    margin-right: 15px;
    overflow: hidden;
  }

  .player-photo-large {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .closed-fundraiser-message-holder { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 40px;
    width: 100%; 
    min-height: 150px;
    border: 2px solid var(--green-200);
    border-radius: 10px;
    background-color: var(--purple-400);
    gap: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .donation-button-holder { 
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .donation-button { 
    padding: 12px 8px;
    width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: var(--purple-400);
    border-radius: 4px;
    background-color: var(--purple-400);
    font-family: 'Polysans bulky', sans-serif;
    color: var(--white);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.15s ease-out; 
  }

  .donation-button:hover {
    background-color: var(--purple-500);
    color: var(--white);
    border-style: solid;
    border-width: 2px;
    border-color: var(--purple-500); 
    transition: 0.15s ease-out; 
  }

  .donation-pay-button { 
    padding: 12px 20px;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #7ddfaf;
    border-radius: 4px;
    background-color: #7ddfaf;
    font-family: 'Polysans bulky', sans-serif;
    color: var(--black);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
  }

  
  .donation-pay-button:hover {
    background-color: var(--green-200);
    border-color: var(--black);
  }

  .tip-modal-holder{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: auto;
    border: 1px solid #F6F6FC;
    border-radius: 8px;
    overflow: hidden;
    width: 90%;
    max-height: 90vh;
    overflow-y: scroll;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .tip-modal-top { 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    background-color: var(--purple-100);
    padding: 1em 2em 1em 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 8 8 0 0;
  }
  
  .tip-modal-middle {
    width: 100%;
    padding: 1em 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .tip-modal-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 1em 1em 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .donation-tip-wrapper {
    width: 100%;
    background-color: var(--green-100);
    padding: 1em 1em .5em 1em;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .tip-warning-wrapper {
    width: 100%;
    border-radius: 8px;
    background-color: var(--red-100);
    border: 1px solid var(--red-200);
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .custom-donation-error-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
    max-width: 170px;
    margin-right: 10px;
  }

  .donation-type-switch-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
  }
  
  .donation-type-switch-option {
    width: 50%;
    padding: 8px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--purple-200);
    background-color: var(--white);
    font-family: 'Lexend', sans-serif;
    color: var(--grey-300);
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    transition: 0.15s ease-out; 
  }
  
  .donation-type-switch-option:hover {
    width: 50%;
    padding: 8px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--purple-200);
    background-color: var(--purple-100);
    font-family: 'Lexend', sans-serif;
    color: var(--grey-400);
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    transition: 0.15s ease-out; 
  }
  
  .donation-type-switch-option.active-option {
    width: 50%;
    padding: 8px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--purple-400);
    background-color: var(--purple-400);
    font-family: 'Lexend', sans-serif;
    color: var(--white);
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    transition: 0.15s ease-out; 
  }

  .donation-preset-button-holder {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 5px;
    margin-bottom: 15px;
  }
  
  .donation-preset-button-holder input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }
  
  .donation-preset-button-holder label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    padding: 14px 8px;
    font-family: 'Polysans bulky', sans-serif;
    color: var(--black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    border: 1px solid var(--purple-200);
    border-radius: 5px;
    transition: ease .2s;
  }
  
  .donation-preset-button-holder label:hover {
    background-color: var(--purple-100);
    transition: ease .2s;
  }
  
  .donation-preset-button-holder input[type="radio"]:focus + label {
      border: 1px solid var(--purple-300);
      transition: ease .2s;
  }
  
  .donation-preset-button-holder input[type="radio"]:checked + label {
      background-color: var(--purple-200);
      border-color: var(--purple-300);
      transition: ease .2s;
  }

  .donation-option-break-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  
  .donation-option-break-line {
    width: 50%;
    height: 1px;
    background-color: var(--purple-200);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .payment-invoice-wrapper {
    width: 100%;
    padding: 0 1em 1em 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .payment-invoice-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 15px;
    align-items: flex-end;
    padding: 3px 0;
    border-bottom: 1px solid var(--purple-200);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .donation-header-spacer-horizontal {
    width: 100%;
    min-height: 2px;
    background-color: #fff;
  }

  .donation-header-right { 
    width: 100%; 
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .fundraiser-donation-progress-wrapper {
    width: 100%;
  }
  
  .fundraiser-donation-progress-holder {
    width: 100%;
    margin-bottom: 8px;
  }
  
  .fundraiser-donation-progress-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  
  .fundraiser-donation-progress-top-item {
    width: auto;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
  
  .fundraiser-donation-progress-bottom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--purple-200);
    margin-bottom: 12px;
  }

  .donation-header-right-content{
    width: 100%;
    height: 100%;
    max-height: 370px;
    display: grid;
    grid-template-rows: 1fr 1fr 3fr;
    row-gap: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .recent-donation-details-holder { 
    width: auto;
    display: flex;
    flex-direction: column;
  }

  .donation-page-bottom-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    background-color: var(--purple-100);
    column-gap: 40px;
    row-gap: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 2em;
  }
  
  .donation-page-subhead-holder {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--purple-200);
  }
  
  .donation-page-bottom-grid-left { 
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .donation-page-bottom-grid-left-content { 
    width: 100%;
    height: auto;
    padding: 1em;
    background-color: var(--white);
    border: 1px solid var(--purple-200);
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .donation-page-bottom-grid-right { 
    width: 100%;
    padding: 1em;
    overflow: scroll;
    background-color: var(--white);
    border: 1px solid var(--purple-200);
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .about-fundraiser-wrapper { 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: start;
  }

  .donation-team-progress-top-wrapper { 
    width: 100%;
    height: auto;
    padding: 1em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F6F6FC;
    border-radius: 5px;
    margin-bottom: 1em;
  }

  .donation-team-progress-top-holder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .donation-team-progress-top-item {
    width: 100%;
    height: 100%;
    background-color: #F6F6FC;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .donation-team-progress-wrapper{
    width: 100%;
    padding: 0 0 1em 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .donation-team-progress {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #504EBE;
  }

  .donation-team-progress-percentage {
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #e0e0f3;
  }

  .donation-team-progress-bottom-wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .donation-team-progress-bottom-holder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .recent-donations-holder {
    width: 100%;
    max-height: 500px;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .empty-donations-holder { 
    width: 100%;
    height: 100%;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--purple-100);
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .recent-donation-item {
    width: 100%;
    padding: 15px 0px;
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 15px;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: var(--purple-100);
  }

  .recent-donation-amount-holder { 
    min-width: 55px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px var(--purple-200);
  }
  
  .other-donation-input {
    width: 100%;
    background-color: var(--white);
    padding: 15px 20px;
    font-family: 'Lexend', sans-serif;
    color: var(--black);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    border: 1px solid var(--purple-200);
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .other-donation-input:focus {
    outline: none;
    border: 1px solid var(--purple-400);
  }
  
  .other-donation-input-has-value {
    width: 100%;
    background-color: var(--purple-200);
    padding: 15px 20px;
    font-family: 'Lexend', sans-serif;
    color: var(--black);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    border: 1px solid var(--purple-300);
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }  

  .teamfi-tag-wrapper {
    position: fixed;
    z-index: 5;
    bottom: 8px; 
    right: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 2px;
    padding: 3px 7px;
    background-color: var(--green-100);
    border-radius: 8px;
    border: 1px solid var(--green-200);
  }

  .teamfi-tag-logo {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 1px;
  }
  
  .teamfi-tag-icon {
    margin-top: 2px;
    height: 17px;
    width: auto;
  }
  
  .teamfi-tag-wordmark {
    height: 12px;
    width: auto;
  }
  
  .teamfi-tag-wrapper:hover img.teamfi-tag-icon {
    transform: rotate(360deg);
    transition: ease .5s;
  }

  /* PLEDGE_HTML (MOBILE) */

  .pledge-page-header {
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    border: 1px solid var(--purple-300);
    border-radius: 8px;
    background-color: var(--purple-200);
    padding: 1em;
    margin-bottom: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pledge-page-header-logo-holder { 
    width: 100%;
    min-width: 175px;
    height: 175px;
    min-height: 175px;
    border: 1px solid var(--purple-200);
    border-radius: 12px;
  }

  .pledge-dashboard-header { 
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1em;
    background-color: var(--white);
    border: solid 1px var(--purple-200);
    padding: 1em; 
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 1em;
  }

  .pledge-header-left { 
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pledge-player-intro-wrapper { 
    width: 100%;
    display: flex;
    padding: 1em;
    border-radius: 8px;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pledge-results-wrapper { 
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pledge-results-goal-holder { 
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 8px;
    border: 1px solid var(--purple-200);
    background-color: var(--purple-100);
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pledge-results-actual-holder { 
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 8px;
    border: 1px solid var(--green-300);
    background-color: var(--green-100);
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pledge-results-vertical-spacer { 
    width: 1px; 
    height: 100%;
    background-color: var(--purple-200);
  }

  .pledge-results-vertical-spacer.green { 
    width: 1px; 
    height: 100%;
    background-color: var(--green-300);
  }

  .pledge-header-right { 
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--purple-200);
    border-radius: 8px;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pledge-invoice-wrapper {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pledge-invoice-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 15px;
    align-items: flex-end;
    padding: 3px 0;
    border-bottom: 1px solid var(--purple-200);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .pledge-confirmation-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: var(--purple-100);
    border: 1px solid var(--purple-200);
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

/* ADD_CONTACT HTML – PLAYER ONBOARDING (MOBILE) */

.player-onboarding-step-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10PX;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 1em;
}

.player-dashboard-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 20px;
  min-height: none;
}

.player-dash-wrapper { 
  height: 100%;
}

.player-dash-left-wrapper {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
}

.player-dash-left { 
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
  border: var(--purple-200);
  border-width: 1px;
  border-style: solid;
}

.player-profile-photo-holder {
  width: 100%;
  max-width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  margin: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0f3;
}

.player-profile-photo-holder.smaller {
  width: 100%;
  max-width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  border: solid 1px var(--purple-200);
}

.player-profile-photo-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.player-profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.player-dash-right { 
  width: auto;
  border-radius: 8px;
}

.player-dash-item {
  padding: 1em;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  border: var(--purple-200);
  border-width: 1px;
  border-style: solid;
}

.player-fundraiser-top-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

button#rollover-button.button-primary-minimal-small:hover svg {
  transform: rotate(180deg);
  transition: .25s ease-out;
}

.rollover-modal-content-holder { 
  position: relative;
  width: 90%;
  max-height: 85vh;
  background-color: var(--white);
  margin: auto;
  padding: 1em;
  border: 1px solid var(--purple-100);
  border-radius: 8px;
  overflow: scroll;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.rollover-modal-content { 
  width: 100%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid var(--purple-200);
}

.rollover-modal-fundraiser-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.rollover-modal-visual-holder {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: var(--purple-200);
  transition: .25s ease;
}

.rollover-modal-visual-holder .web-rollover-arrow {
  display: none;
}

.rollover-modal-visual-holder .mobile-rollover-arrow {
  display: block;
}

.rollover-modal-visual-contact-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  transition: .25s ease;
}

.player-fundraiser-top {
  position: relative;
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 20px;
}

.pending-player-fundraiser-top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 5px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: #E0E0f3;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
}

.player-add-contact-wrapper {
  background-color: #F6F6FC;
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
}

.player-contact-acknowledgement-holder {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.player-participation-wrapper {
  padding: 1em;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--purple-200);
  border-width: 1px;
}

.player-participation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .75em;
  background-color: #F6F6FC;
  border-radius: 5px;
}


.player-participation-grade-wrapper{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.player-participation-grade-holder{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .75em;
  background-color: #F6F6FC;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.player-participation-grade-help-holder { 
  /* display: none; hidden on mobile */
  width: auto;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
}

.player-participation-grade-help { 
  width: auto;
}

.player-added-contacts-wrapper { 
  width: 100%;
}

.player-added-contacts-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5em 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: solid #504EBE 1px;
}

.player-added-contacts-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0em 0em 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: solid #504EBE 1px;
  margin-top: 10px;
}

.player-added-contacts-holder { 
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}

.player-added-contacts-item {
  width: 100%;
  display: grid; 
  grid-template-columns: 2fr 1fr 1fr;
  background-color: #F6F6FC;
  padding: 10px 8px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 

.player-added-contacts-item-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #F6F6FC;
  padding: 10px 8px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 

.player-added-contact-delete-holder { 
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* Donate-a-day */

.calendar-page-header {
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  background-color: var(--white);
  padding: 1em;
  margin-bottom: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.calendar-page-logo-holder { 
  width: 100%;
  min-width: 225px;
  height: 125px;
  min-height: 125px;
  border: 1px solid var(--purple-200);
  border-radius: 10px;
}

.calendar-page-logo-holder-modal { 
  width: 100%;
  height: 250px;
  min-height: 150px;
  border: 1px solid var(--purple-200);
  border-radius: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.calendar-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.calendar-day {
  width: 100%;
  height: 100%;
  min-height: 75px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  background-color: var(--purple-100);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid var(--purple-200);
}

.calendar-day.donated {
  width: 100%;
  height: 100%;
  min-height: 75px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  background-color: var(--green-100);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid var(--green-200);
}

.calendar-donation-page-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  background-color: var(--purple-100);
  column-gap: 40px;
  row-gap: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 2em;
}

.calendar-donation-days-holder {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 10px;
}

.calendar-donation-day {
  display: block;
  position: relative;
  min-height: 48px;
  padding-left: 8px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.calendar-donation-day input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.donate-day-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 100%;
  background-color: var(--white);
  border-radius: 8px;
  border: 1px solid var(--purple-200);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: ease .25s;
}

.calendar-donation-day input:disabled ~ .donate-day-checkbox {
  background-color: var(--grey-100);
  border: 1px solid var(--grey-200);
  cursor: default;
}

.calendar-donation-day input:disabled ~ .donate-day-checkbox ~ .donate-day-label {
  color: var(--grey-300);
}

.calendar-donation-day .donate-day-label {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 5;
  font-family: 'Lexend', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: left;
  margin-block-start: 0;
  margin-block-end: 0;
  color: var(--black);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: ease .25s;
}

.calendar-donation-day:hover input ~ .donate-day-checkbox {
  background-color: var(--purple-100);
  transition: ease .25s;
}

.calendar-donation-day:hover input:disabled ~ .donate-day-checkbox {
  background-color: var(--grey-100);
}

.calendar-donation-day input:checked ~ .donate-day-checkbox {
  background-color: var(--purple-275);
  border: 1px solid var(--purple-300);
  transition: ease .25s;
}

.donate-day-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.calendar-donation-day input:checked ~ .donate-day-checkbox:after {
  display: block;
}

.calendar-donation-day .donate-day-checkbox:after {
  left: 45%;
  top: 45%;
  width: 5px;
  height: 10px;
  border: solid var(--purple-400);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selected-dates-wrapper {
  display: flex;
  max-width: 100px;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 2px;
}

.selected-dates-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  column-gap: 4px;
}

.inline-horizontal-spacer {
  width: 100%;
  height: 1px;
  background-color: var(--purple-200);
  margin: 15px 0;
}

.calendar-help-wrapper { 
  display: none;
  width: auto;
  grid-column: 1 / 4;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  margin-top: 10px;
  border: 1px solid var(--purple-200);
  border-radius: 8px;
}

.fundraiser-line-items-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}

/* Payment Page MOBILE */

.payment-wrapper {
  width: 100vw;
  height: auto;
  min-height: 100vh; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--purple-100);
  padding-top: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payment-holder { 
  width: 90%; 
  min-width: 200px;
  height: auto;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding:15px 0px 0px 0px;
  border-radius: 10px;
  border: 1px solid var(--purple-200);
  background-color: rgba(255, 255, 255, 0.50);
  box-shadow: 0px 0px 15px 0 var(--grey-300);
  margin-bottom: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.payment-success-top-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.success-lottie-holder {
 width: auto;
 height: 55px;
}

.success-lottie-holder-smaller {
  width: auto;
  height: 35px;
}

.success-lottie { 
  width: 75px; 
  height: auto;
}

.payment-success-middle-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 10px;
}

.share-donation-holder { 
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: 100%;
  border: var(--white);
  border-top: solid var(--purple-200) 1px;
  border-width: 1px;
  padding: 15px 10px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.share-button-holder {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.share-donation-button {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 15px;
  width: 100%;
  border-radius: 8px;
  background-color: var(--white);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: var(--purple-400);
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: var(--white) solid 1px;
}

.share-donation-button:hover {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 6px 15px;
  max-width: 200px;
  border-radius: 8px;
  background-color: var(--purple-100);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: var(--purple-400);
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: var(--purple-200) solid 1px;
}

.share-donation-button-secondary {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 15px;
  width: 100%;
  border-radius: 8px;
  background-color: var(--purple-100);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: var(--purple-400);
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: var(--purple-200) solid 1px;
}

.share-donation-button-secondary:hover {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 6px 15px;
  width: 100%;
  border-radius: 8px;
  background-color: var(--purple-200);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: var(--purple-400);
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: var(--purple-200) solid 1px;
}

.payment-success-bottom-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px 10px 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.success-email-sub-wrapper {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: var(--grey-100);
  border: 1px solid var(--grey-200);
  border-radius: 8px;
}

.success-email-sub-holder {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.success-email-sub-holder .email-success-message {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0; 
  right: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: var(--green-100);
  border: 1px solid var(--green-300);
  border-radius: 4px;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Admin Page Mobile */

.invited-coach-wrapper {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 8px;
  row-gap: 8px;
}

.invited-coach-holder {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
  padding: 10px;
  background-color: var(--purple-100);
  border-radius: 5px;
  border: 1px solid var(--purple-200);
}

.invited-coach-delete {
  width: auto;
}

.transfer-form-details-holder { 
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.transfer-form-detail-item {
  width: auto;
  padding: 8px 16px; 
  background-color: var(--purple-100);
  border: 1px solid var(--purple-200);
  border-radius: 8px;
}


}

/* END MOBILE */