#blankScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
}

.trybuy_modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-primary); /* Semi-transparent background */
    z-index: 1000; /* Ensure it's on top */
}

.trybuy_modal_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: var(--background-primary); /* Full-screen background */
    text-align: center;
}

.trybuy_modal_image {
    max-width: 100%;
    max-height: 50%; /* Adjust as needed */
    margin-bottom: 20px;
}

.trybuy_modal_header {
    font-size: 24px;
    margin-bottom: 10px;
}

.trybuy_modal_subheader {
    font-size: 18px;
    margin-bottom: 20px;
}



.trybuy_modal {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0px;
left: 0;
width: 100%;
height: 100%;
background-color: var(--background-primary);
z-index: 1000;
}

.trybuy_modal_image {
max-width: 100%;
max-height: 50%;
/* margin-bottom: 20px; */
display: flex;
width: 250px;
height: 250px;
justify-content: center;
align-items: center;
flex-shrink: 0;
}

.trybuy_modal_content {
justify-content: center;
width: 100%;
height: 100%;
background-color: white;
text-align: left;
display: flex;
padding: 16px 20px 24px 20px;
flex-direction: column;
align-items: center;
gap: 12px;
flex-shrink: 0;
background: var(--background-primary);
overflow-y: auto;
}

.trybuy_modal_header {
    flex-shrink: 0;
    color: var(--Text-Dark-Primary, #1D2023);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "MTS Wide";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 100% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.trybuy_modal_subheader {
font-size: 18px;
margin-bottom: 20px;
color: var(--secondary-text-color);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "MTS Compact";
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-align: left;
margin:0;
}



.button_area{
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  padding: 24px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  bottom: 2px;
  padding: 16px 20px 24px 20px;
}


.trybuy_modal_button{
    max-width: 460px;
    text-transform: uppercase;
    height: 44px;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
    color: white;
    border: none;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px;
    border-radius: 16px;
    cursor: pointer;
    width: 100%;
    background: rgb(255, 0, 50);
    margin-bottom: 8px;
    font-family: "MTS Wide";
    letter-spacing: 0.6px;
    font-weight: 600;
    text-transform: uppercase;
    height: 44px;
    width: auto;
    transition: color 0.15s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.error_modal_content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: var(--Background-Light-Overlay, rgba(29, 32, 35, 0.40));
-webkit-backdrop-filter: blur(20px); /* Safari */
backdrop-filter: blur(20px);
}

.error_modal_header_text {
    color: #1D2023;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'MTS Wide';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: none;
    margin: 0;
}

.error_modal_sub_text{
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        align-self: stretch;
        font-family: "MTS Text";
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        align-self: stretch;
        color: var(--Text-Light-Secondary, #626C77);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "MTS Text";
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    
}

.error_modal_image {
    width: 120px;
    height: 200px;
    margin: 24px 0px -20px;
    width: auto;
}

.guest_modal_block{
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: -52px;
    background: linear-gradient(135deg, #6883FF 0%, #7ABDF8 60.58%, #73CFE3 100%);
    flex-shrink: 0;
    flex-direction: column;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 32px;
    max-width: 600px;
    align-self: center;
}

.modal_main_body_content{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 32px;  
    background: var(--Background-Light-Primary, #FFF);
    position: static;
    height: auto;
    align-items: center;
}

.badges_modal_image{
    display: block;
    height: 40px;
}