img.topbarlogo {
    height: 20px;
}

.topbarlogowrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.profile-image {
    max-width: 250px;
    max-height: 250px;
}

.profile-image-wrapper {
    background: #f3f4f6;
    padding: 15px;
}

.text-green-500 {
    color: green;
    font-family: Arial, Helvetica, sans-serif;
}

.text-red-500 {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
}

.red {
    padding: 0px 10px;
    display: inline-block;
    color: white;
    border-radius: 3px;
}

.green {
    font-weight: 800;
    color: green;
}

.red {
    font-weight: 800;
    background: red;   
}

.greetingwrapper .greeting {
    font-size: 20px;
    text-align: center;
}

.greetingwrapper img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 10px;
}

.greetingwrapper {
    text-align: center;
}

.greetingwrapper a {
    text-decoration: underline !important;
}

.membernumber {
    font-family: monospace;
    padding: 10px 6px;
    font-size: 15px;
    background: #f3f4f6;
    border-radius: 4px;
    box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
    width: 160px;
    margin: 0 auto;
    margin-top: 10px;
}


.pdfbody {
    font-family: 'Roboto', sans-serif;
}


.membercard {
    font-family: 'Figtree', sans-serif;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
}

.pdfbody .membercard {
    box-shadow: none;
    border-radius: 0px;
}


.membercard > div {
    position: absolute;
    left: 20px;
    z-index: 2;
    color: #66c1bf;
    font-weight: 800;
}

.membercard > div.membercard-name {
    top: 187px;
    font-size: 27px;
}

.membercard > div.membercard-number {
    top: 245px;
    font-size: 16px;
}

.membercard > div.membercard-date {
    top: 285px;
    font-size: 16px;
}

.membercard .membercard-mugshot {
    position: absolute;
    right: 15px;
    bottom: 40px;
    width: 150px;
    height: 150px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
}

.walletlink {
    text-align: center;
    display: block;

    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 auto;
    width: 240px;
    margin-top: 10px;
    text-align: center;
}

.walletlink img {
    display: inline-block;
    width: 150px;
}

.coming_soon {
    position: relative;
}

.coming_soon::before {
    content: "Coming Soon";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    font-size: 20px;
    font-weight: 600;
    color: black;

}

.coming_soon * {
    opacity: 0.33;
}

.alertbox {
    color: #d50000;
    border: 1px solid #d50000;
    padding: 10px;
}

.mobilemenu {
    height: 100vh;
}

.validstatustext {
    font-weight: 800;
    font-size: 20px;
    margin-top: 20px;
}

body:has(.validcheck) nav {
    display: none;
}

[data-status="valid"] .validstatustext {
    color: green
}

[data-status="invalid"] .validstatustext {
    color: red
}

.greetingwrapper a.profillink {
    background: #438c8a;
    color: white;
    border-radius: 3px;
    text-decoration: none !important;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    font-weight: bold;
}

.fi-modal-close-overlay {
    display: none !important;
}

.updateprofileform textarea {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    border-radius: .375rem;
}

.profile-image-wrapper {
    text-align: center;
}

.profile-image-wrapper img {
    margin-bottom: 15px;
}

form select {
    border-color: #d1d5db;
    border-radius: 5px;
}

/* .profile-image-wrapper input {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    color: white;
    border-radius: 5px;;
} */