@font-face {
  font-family: 'The Editorial Method';
  src: url('font/TheEditorialMethod.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BauhausGeoDisplay';
  src: url('font/BauhausGeoDisplay.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BauhausGeoDisplayLight';
  src: url('font/BauhausGeoDisplay-Light.otf') format('opentype');
}
@font-face {
  font-family: 'BauhausGeoDisplayHeavyBold';
  src: url('font/BauhausGeoDisplayHeavyBold.otf') format('opentype');
}

.yearbook-modal {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
}


.yearbook-form {
    background: #1C1917;
    color: white;
}

.yearbook-form label,
.yearbook-form input,
.yearbook-form textarea {
    color: #FFFDED;
    font-size: 15px;
}

.yearbook-form h2 {
    color: #FFFDED;
    font-size: 30px;
    font-family: 'BauhausGeoDisplay';
    margin-top: 40px;
}

.yearbook-form input {
    background: transparent !important;
    border-bottom: 2px solid!important;
    padding-inline: 0 !important;
    outline: none;
}

.yearbook-form textarea {
    background: rgba(255, 255, 255, 0.2) !important;
    border-bottom: 2px solid;
    outline: none;
}
.yearbook-mt {margin-top: 51px;}
.yearbook-pt-12{ padding-top: 4rem;}
.yearbook-form-wrapper {
    overflow: auto;
    padding-bottom: 5rem;
    font-family: 'BauhausGeoDisplay';
}

.thin-scrollbar::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.thin-scrollbar::-webkit-scrollbar-button {
    display: none;
}

.thin-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.close-modal {
    position: absolute;
    top: -60px;
    right: -60px;
}

.person-img-wrapper {
    z-index: 1;
    padding: 2px;
    background: #FFFDED;
}

.person-img-wrapper>img {
    max-width: 250px;
    max-height: 400px;
    height: 350px;
    object-fit: cover;
}

.yearbook-field {
    border-bottom: 2px solid black;
}
.yearbook-form-field input::placeholder,
.yearbook-form-field textarea::placeholder,
.yearbook-form-field .upload-photo-text {
    color: rgba(255, 253, 237, 0.70);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "BauhausGeoDisplayLight";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.32px;
}
.yearbook-data {
    min-height: 85vh;
    max-height: 85vh;
    overflow: auto;
    background: #FFFDED;
}
.yearbook-data p {
    font-family: 'BauhausGeoDisplayLight','Lucida Grande', 'Helvetica', sans-serif;
    /* font-weight: bold; */
    font-size: 16px;
}
.yearbook-data label{
    font-family: 'BauhausGeoDisplay','Lucida Grande', 'Helvetica', sans-serif;

}

.person-img-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.share-yb a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1;
}
.share-yb a:hover img {
   scale: 1.1;
}
.page-template-yearbook-page {
    background: #1c1917;
}

.yearbook-section {
    display: flex;
    align-items: center;
    /* align-items: stretch; */
    padding: 60px 60px 0;
    gap: 40px;
    justify-content: space-around;
}

.left-content,
.right-content {
    /*  flex: 1 1 50%;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;*/
    widows: 50%;
    min-height: 300px;
    /* equal height baseline */
}

.about-text {
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'BauhausGeoDisplayLight', 'Lucida Grande', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #E8E5DA;
}

.yearbook-title {
    font-family: 'BauhausGeoDisplayHeavyBold';
    font-size: 90px;
    line-height: 100%;
    color: #E8E5DA;
    text-transform: uppercase;
}
.class-subtitle {
    font-style: italic;
    font-weight: 400;
    font-size: 90px;
    line-height: 130%;
    letter-spacing: -0.06em;
    margin-top: -15px;
    vertical-align: middle;
    font-family: 'The Editorial Method','Comic Sans MS', cursive, sans-serif;
    transform-origin: 0 0;
    transform: rotate(-2.608deg) scale(1, 1);
    background: linear-gradient(88.63deg, #4776E6 0.02%, #8E54E9 149.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right-content {
    flex: 1;
    max-width: 486px;
}

.about-title {
    font-family: 'BauhausGeoDisplayHeavyBold','Lucida Grande', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #E8E5DA;

}



.get-featured-btn, .yearbook-submit {
    position: relative;
    color: var(--textColor2, #fff);
    border-radius: 400px;
    padding: 13px 24px;
    font-family: 'BauhausGeoDisplayHeavyBold', 'Lucida Grande', 'Helvetica', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border: none;
    cursor: pointer;
    background-size: 400%;
    background-position: 0% 0%;
    transition: 0.3s ease-in-out;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(89deg, #4776E6 0.02%, #8E54E9 149.06%);
    width: 206px;
    height: 60px;
}

.gradient-btn {
    position: relative;
    color: var(--textColor2, #fff);
    border-radius: 400px;
    padding: 13px 24px;
    font-family: 'BauhausGeoDisplayHeavyBold', 'Lucida Grande', 'Helvetica', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border: none;
    cursor: pointer;
    background-size: 400%;
    background-position: 0% 0%;
    transition: 0.3s ease-in-out;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(89deg, #4776E6 0.02%, #8E54E9 149.06%);
    width: 206px;
    height: 60px;
    min-width: max-content;
}
.get-featured-btn::before,
.yearbook-submit::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 26px;
    background-image: linear-gradient(90deg, #0065ff, #6942ef, #6554c0, #008cff, #0065ff, #6942ef);
    background-size: 500%;
    background-position: 0% 0%;
    filter: blur(10px);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s;
}

.gradient-btn::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 26px;
    background-image: linear-gradient(90deg, #0065ff, #6942ef, #6554c0, #008cff, #0065ff, #6942ef);
    background-size: 500%;
    background-position: 0% 0%;
    filter: blur(10px);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s;
}

.get-featured-btn:hover,
.yearbook-submit:hover {
    animation: gradientRotate 2s infinite;
}

.gradient-btn:hover {
    animation: gradientRotate 2s infinite;
}

.get-featured-btn:hover::before,
.yearbook-submit:hover::before {
    opacity: 1;
    animation: gradientRotate 2s infinite;
}

.gradient-btn:hover::before {
    opacity: 1;
    animation: gradientRotate 2s infinite;
}

.get-featured-btn:focus::before,
.yearbook-submit:focus::before {
    opacity: 1;
}
.gradient-btn:focus::before {
    opacity: 1;
}

.get-featured-btn:active,
.yearbook-submit:active {
    color: #c3c4d5;
}
.gradient-btn:active {
    color: #c3c4d5;
}
.gradient-btn{
    height: 70px;
    border-radius: 100px;
}

.yearbook-submit {
    width: 230px;
    font-size: 20px;
    height: 70px;
    border-radius: 100px;
}
.yearbook-submit-wrapper{
    margin-top: -45px;
}
p.notFound {
    font-size: 25px;
    text-align: center;
    color: #fff;
    background: #9b989861;
    padding: 16px;
    text-transform: capitalize;
}

.showaftersubmission h3{
    color: #E8E5DA;
    text-align: center;
    font-family: 'BauhausGeoDisplay', 'Lucida Grande', 'Helvetica', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3; 
    letter-spacing: -0.6px;
}

.showaftersubmission p{
    color: #E8E5DA;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'BauhausGeoDisplay', 'Lucida Grande', 'Helvetica', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3; 
}

.go-back-home-wrapper{
    margin-top:50px;
}
.flower-bg-class {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;

}
.flower-bg{
    background-image: url('../images/flowers.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}
.yearboook-main-wrapper {
    position: relative;
}
.yb-bg {
    background-image: url('../images/yb-bg.png');
    background-repeat: repeat;
    background-size: contain;
    background-position-x: -200px;
    opacity: 0.5;
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 20%;
}
@keyframes gradientRotate {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 100%;
    }
}

section.yearbook-grids,
.yearbook-grid-header {
    max-width: 80%;
    margin-inline: auto;
    position: relative;
}

.stars {
    position: absolute;
    right: 0;
    top: -50px;
}

.small-star {
    width: 25px;
    top: -10px;
    position: relative;
    animation: blinkShrinkStar 1s infinite ease-in-out;
}

@keyframes blinkShrinkStar {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0;
        transform: scale(0.5);
    }
}

.big-star {
    animation: blinkShrinkStar 1s infinite ease-in-out;
    animation-delay: .3s;
}


.yearbook-main .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 35px;
}

#yearbookDataModal .max-w-4xl {
    max-width: 65rem;
}
/** icon floating on image**/
.card.yearbook-completed .special-icons {
    display: block;
    position: absolute!important;
    width: 115px;
    z-index: 2;
    border: 0 !important;
    pointer-events: none;
    transition: none;
}
.card.yearbook-completed.special-icon-1 .overlay-icon-1 {
    bottom: 20%;
    right: -31px;
}
.card.yearbook-completed.special-icon-2 .overlay-icon-2 {
    top: 10%;
    left: 16px;
    width: 32px;
}
.card.yearbook-completed.special-icon-3 .overlay-icon-3 {
    top: 5%;
    left: 15px;
    width: 47px;
}
.card.yearbook-completed.special-icon-4 .overlay-icon-4 {
    top: 6%;
    left: 30px;
    width: 45px;
}
.card.yearbook-completed.special-icon-5 .overlay-icon-5 {
    top: 5%;
    left: 16px;
    width: 37px;
    z-index: 2;
}
.card.yearbook-completed.special-icon-1, 
.card.yearbook-completed.special-icon-2, 
.card.yearbook-completed.special-icon-3,
.card.yearbook-completed.special-icon-4,
.card.yearbook-completed.special-icon-5{
    position: relative;
    overflow: visible!important;
}
/** icon floating on image**/
@media (min-width: 1200px) {
    .yearbook-main .grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.yearbook-main .card {
    /*      background-color: #2a2a2a;
border-radius: 10px;*/
    overflow: hidden;
    transition: transform 0.3s;
    cursor: pointer;
}

.yearbook-main .card:hover {
    transform: scale(1.05);
}

.yearbook-main .card img {
    width: 100%;
    height: auto;
    display: block;
    border: 5px solid #E8E5DA;
    /* max-height: 280px; */
}

.yearbook-main .card .name {
    padding: 10px 0 20px;
    text-align: left;
    font-family: 'BauhausGeoDisplay';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #FFFDED;
}

.search-wrapper {
    background: rgba(255, 255, 255, 0.2);
    width: 90%;
    max-width: 410px;
}
.search-scholar {
    height: 40px;
    width: 85%;
    background: none;
    background-color: rgba(0, 0, 0, 0) !important;
    color: white !important;
    border: none;
    outline: none;
    padding-left: 7px!important;
    font-family: 'BauhausGeoDisplay';
    font-weight: 700;

}

.search-scholar::-ms-clear,
.search-scholar::-webkit-clear-button,
.search-scholar::-webkit-search-cancel-button {
    display: none !important;
    -webkit-appearance: none !important;
}
#search-results-dropdown {
width: 409px;
z-index: 999;
margin-left: -6px;
}
.search-result-li:hover{ 
font-weight: 500;
color: #161616;
cursor: pointer;
background: linear-gradient(88.63deg, rgba(71, 118, 230, 0.1) 0.02%, rgba(142, 84, 233, 0.1) 149.06%);
border-radius: 3px;

}
.search-result-li{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 130%;
display: flex;
align-items: center;
color: rgba(22, 22, 22, 0.5);
cursor: pointer;
border-color: #fff;
}
form.search-result-form{
	margin: 10px;
}
/* Autofill fix */
.search-scholar:-webkit-autofill {
    box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.7) inset !important;
    -webkit-text-fill-color: white !important;
    caret-color: white;
    border: none !important;
}
.alphabet-btn {
  background: transparent;
  color: #ccc;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.alphabet-btn.active {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
.showaftersubmission{
  display: none;
}
.showaftersubmission.showmsg {
    text-align: center;
    display: block;
    transform: translate(0%, 70%);
}

.yearbook-grid-header h3 {
     font-family: 'BauhausGeoDisplayHeavyBold';
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #E8E5DA;
}

.img-upload {
    cursor: pointer;
    border-bottom: 2px solid white;
    width: 100%;
}

.gs-arrow {
    position: relative;
    left: -35%;
    top: 11%;
}

.bolt {
    position: absolute;
    left: -50px;
    top: -60px;
}

/* .bolt img {
    animation: electricFlicker 0.8s infinite;
    transform-origin: center;
}

@keyframes electricFlicker {
    0% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 1;
    }

    10% {
        transform: translate(-1px, 1px) rotate(-2deg) scale(1.05);
        opacity: 0.9;
    }

    20% {
        transform: translate(2px, -2px) rotate(2deg) scale(0.95);
        opacity: 0.6;
    }

    40% {
        transform: translate(-1px, 1px) rotate(-1deg) scale(1.02);
        opacity: 0.8;
    }

    60% {
        transform: translate(1px, -1px) rotate(1deg) scale(0.98);
        opacity: 0.7;
    }

    80% {
        transform: translate(0, 0) rotate(0deg) scale(1.01);
        opacity: 1;
    }

    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 1;
    }
} */


.bolt img {
    animation: fadePulse 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes fadePulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}



.yearbook-form .ts-dropdown-content {
    margin: 5px;
}

.yearbook-form .ts-dropdown-content .option {
    margin-bottom: 5px;
}
.yearbook-form .ts-dropdown-content .selected {
    background: #2646B81A;
    border-radius: 5px;
}
.yearbook-form .ts-control > input {
    background: transparent !important;
/*    border-bottom: 2px solid #FFFDED!important;*/
    padding-inline: 0 !important;
    outline: none;
    color: #FFFDED!important;
    padding:1rem 0!important;
}

.yearbook-form .ts-control > div {
    background: transparent !important;
    /* border-bottom: 2px solid #FFFDED!important; */
    padding-inline: 0 !important;
    outline: none;
    color: #FFFDED!important;
    padding: 1rem 0!important;
}

.ts-control .item[data-value=""] {
    color: rgba(255, 253, 237, 0.70)!important;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "BauhausGeoDisplayLight";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.32px;
}
.graduation-date-field .ts-control{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.graduation-date-field .ts-control::after {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background-size: cover!important;
    background: url('../images/dropdown-arrow.png');
    background-repeat: no-repeat;
    margin-right: 10px;
}

.yearbook-form input.border-red, 
.yearbook-form .ts-control.border-red, 
.img-upload.border-red,
.yearbook-form textarea.border-red{
    border-bottom: 2px solid red!important;

}

.yearbook-form .ts-control {
    background: none!important;
    border-radius:0!important;
    border:none!important;
    border-bottom: 2px solid #FFFDED!important;
    padding: 0!important;
}
.yearbook-form .ts-wrapper.multi .ts-control > div {
    display: flex;
    align-items: center;
    background: darkslategrey !important;
    color: white;
    padding: 10px !important;

}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.yearbook-form .error-message{
    color: red;
    font-size: 12px;
    font-weight: 300px;
}
.yearbook-form .g-recaptcha-box {
    margin: 31px 0;
}
button.alphabet-btn{
    font-family: 'BauhausGeoDisplay','Lucida Grande', 'Helvetica', sans-serif;
    color: rgba(255, 255, 255, 0.60);
}
button.alphabet-btn:hover{
    scale: 1.2;
    color: whitesmoke;
}
button.alphabet-btn.active {
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
}
.alphabet-pagination {
    margin-top: 20px;
    display: flex;
    gap: 3px;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.confirmation-email{
    background:  linear-gradient(89deg, #4776E6 0.02%, #8E54E9 149.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: 'liga' off, 'clig' off;
    font-style: normal;
    font-weight: 300;
    position: relative;
}
.confirmation-email::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1em; /* tweak this to move it closer/further */
    width: 100%;
    height: 1px;
    background: linear-gradient(89deg, #4776E6 0.02%, #8E54E9 149.06%);
}
div#form-loader {
    height: 100vh;
    transform: translate(0, 30%);
}
.loader-text {
  background: linear-gradient(89deg, #4776E6 0.02%, #8E54E9 60%, #FF7F50 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
    font-family: 'BauhausGeoDisplay','Lucida Grande', 'Helvetica', sans-serif;
}
.spinner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(#4776E6 0deg, #8E54E9 90deg, #4776E6 180deg, #8E54E9 270deg, #50e5ff 360deg);
    mask: radial-gradient(farthest-side, transparent calc(100% - 8px), black 0);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 8px), black 0);
    animation: spin 1s linear infinite;
    margin: auto;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}




/*.get-featured-btn {

padding: 31px 40px;
border: none;
cursor: pointer;
border-radius: 30px;
font-weight: 700;
font-size: 18px;
line-height: 0%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
background: linear-gradient(88.63deg, #4776E6 0.02%, #8E54E9 149.06%);
color: #E8E5DA;


}

.get-featured-btn:hover {
transform: scale(1.05);
}
*/


#sharePopup {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  font-family: 'Helvetica Neue', sans-serif;
}

/* Main container inside popup */
#sharePopup .popup-box {
    background-color: #f6f3ef;
    border-radius: 0;
    width: 95%;
    display: flex;
    max-width: 504px;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    padding: 0;
    position: relative;
}
/* Close button */
#sharePopup .close-popup {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 24px;
  background: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  z-index: 10;
}

/* Top section: yearbook card */
#sharePopup .popup-top {
  width: 100%;
  background-color: #E8E5DA; /* Your purple color */
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-img-wrapper {
    max-width: 324px;
    height: 324px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/yearbook-share-bg.svg');
    background-size:cover;
    background-repeat: no-repeat;
    position: relative;
    transform: translateY(-30px);
}
#sharePopup .popup-top img#preview_card {
    width: 100%;
    max-width: 120px;
    display: block;
    border-radius: 0;
    margin: 0;
    border: 6px solid #FFFDED;

    height: 170px;
    object-fit: cover;
}

/* Bottom white section */
#sharePopup .popup-bottom {
  background: #FFF;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
}

/* Text under card */
#sharePopup .popup-bottom p {
    color: #000;
    margin: 16px 0 20px;
    font-weight: 500;
    color: #161616;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "BauhausGeoDisplay";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.42px;
}

#sharePopup .popup-bottom p.or-copy{
    color: rgba(22, 22, 22, 0.80);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "BauhausGeoDisplayLight";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.24px;
}

/* Social icons */
#sharePopup .popup-bottom .social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
#sharePopup .popup-bottom .social-icons a {
  padding: 10px;
  position: relative;
    background: #000;

}

#sharePopup .popup-bottom .social-icons a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(89deg, #4776E6 0.02%, #8E54E9 149.06%);
    opacity: 0;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease-in;

}
#sharePopup .popup-bottom .social-icons a:hover {
    background: transparent;

}
#sharePopup .popup-bottom .social-icons a:hover::before {
    opacity: 1;
}

#sharePopup .popup-bottom .social-icons img {
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 2;
}

/* Copy link */
#sharePopup .popup-bottom .copy-label {
  font-size: 12px;
  color: #444;
  margin-bottom: 8px;
}

#sharePopup .popup-bottom .copy-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #F5F5F5;
    padding: 6px;
    border-radius: 6px;
    width: 90%;
    margin: auto;
    max-width: 343px;
}

#sharePopup .popup-bottom .copy-section input {
    border: none;
    width: 100%;
    max-width: 278px;
    padding: 6px;
    background: none;
    color: rgba(22, 22, 22, 0.50);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "BauhausGeoDisplay";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.24px;
}

#sharePopup .popup-bottom .copy-section .copy-btn {
    color: #161616;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "BauhausGeoDisplay";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.24px;
    border:none;
}

/** yearbook detail page card ***/
/* Main container inside popup */
div#yeabook-box {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh;
   margin: 30px 0; */
}
.single-yearbook footer#footer, .single-yearbook header#navbar, div#wpfront-notification-bar {
    display: none!important;
}
#yeabook-box .popup-box {
    background-color: #f6f3ef;
    border-radius: 0;
    width: 95%;
    display: flex;
        max-width: 675px;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    padding: 0;
    position: relative;
}
/* Close button */
#yeabook-box .close-popup {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 24px;
  background: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  z-index: 10;
}

/* Top section: yearbook card */
#yeabook-box .popup-top {
  width: 100%;
  background-color: #E8E5DA; /* Your purple color */
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div#yeabook-box  .popup-img-wrapper {
        max-width: 469px;
    height: 469px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/yearbook-share-bg.svg');
    background-size:cover;
    background-repeat: no-repeat;
    position: relative;
    transform: translateY(-30px);
} 
#yeabook-box .popup-top img#preview_card {
    width: 100%;
    max-width: 192px;
    display: block;
    border-radius: 0;
    margin: 0;
    border: 6px solid #FFFDED;

}

/* Bottom white section */
#yeabook-box .popup-bottom {
  background: #FFF;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
}

/* Text under card */
#yeabook-box .popup-bottom p {
    color: #000;
    margin: 1px 0 5px;
    font-weight: 500;
    color: #161616;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "BauhausGeoDisplay";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
 
}

span.card-label {
    color: #626262;
}
.yearbook-single {
    padding-bottom: 77px;
}
.yearbook-label-white {
    color: #FFFDEDB2!important;
    font-size: 12px;
}
/* Top section: yearbook card end */
.sticky-alphabet {
position: fixed;
bottom: 0%;
left: 0;
z-index: 1000;
width: 100%;
background: #1c1917;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.sticky-alphabet .alphabet-pagination {
margin-top: 0!important;}
@media screen and (max-width:1024px) {
    .yearbook-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0px;
    }
    .gs-arrow {
        position: relative;
        left: -19%;
        top: 8%;
        transform: scale(-1, 1) rotate(10deg);
    }
    .yearbook-grid-header {
        flex-direction: column;
    }
    .bolt{
        left: 0;
    }
}

@media screen and (max-width:768px){
     .class-subtitle,.yearbook-title {
        font-size: 56px;
    }
    .left-content, .right-content{
        min-height: auto;
    }
    .yearbook-submit-wrapper {
        margin-top: -16px;
    }
    .ybd-wrapper {
        flex-direction: column;
    }
    .close-modal {
        position: absolute;
        top: 2px;
        right: 2px;
        /* z-index: 999999; */
        background: rgba(0,0,0,0.5);
        border-radius: 15px;
        width: 40px;
    }
        .ybd-main-wrapper{
        overflow: auto;
    }
    .yearbook-data{
        min-height: auto;
    }

        div#yearbookDataModal .yearbook-pt-12 {
        padding-top: 0 !important;
        }
        div#yearbookDataModal .yearbook-data {
        order: 2 !important;
        }
         div#yearbookDataModal .close-modal{
         z-index: 999;
         }
        div#yearbookDataModal .person-img-wrapper>img{max-width: 250px;
        max-width: 250px;
        max-height: 250px;
        height: 250px;
        }
        div#yearbookDataModal .yearbook-data p {
        font-size: 12px;
        }
        div#yearbookDataModal .ybd-main-wrapper {
        overflow: hidden!important;
        overflow-y: scroll;
        }

        .yearbook-main .grid{
        grid-template-columns: repeat(2, 1fr);
        }
        .card.yearbook-completed.special-icon-1 .overlay-icon-1 {
        bottom: 32%;
        right: -21px;
        }
        .card.yearbook-completed .special-icons {
        width: 55px;
        }
     .sticky-alphabet {
        bottom: 0%;
        top: unset !important;
    }
    .alphabet-btn {
    color: #ffffffd1!important;
    font-size: 13px;}
        }

@media screen and (max-width:556px){
     .class-subtitle,.yearbook-title {
        font-size: 36px;
    }
    section.yearbook-footer  {
        flex-direction: column;
        gap: 40px;
    }
    .yearbook-form h2{
        font-size: 20px;
    }
    button.close-modal-form {
        right: 0;
    }
    /* .gs-arrow {
        left: 4%;
        transform: scale(-1, 1) rotate(7deg);
    } */
    /***  new css ***/
        .gs-arrow {
        left: -20%!important;
        transform: scale(1, 1) rotate(10deg)!important;
        padding: 13px;
        margin: 10px 25px 44px;
    }
    /***  new css ***/
    /* .yearbook-main .card img {
        max-height: 470px;
    } */

}