/* ===== from code-filter.txt ===== */
.tnzxfiltered { display:none; }

/* Visual hiding comes from .screen-reader-text (tanazul-frame.css), added
   alongside this class in markup - .filterlabel itself carries no
   declarations of its own any more, kept only as the identifying hook the
   filter JS/CSS select on. */

/* Container/select/reset-button visuals moved to tanazul-frame.css -
   redesigned to use the site's own tokens (was hardcoded #ccc/#666/#e2e6ea,
   matching nothing else on the page) and given a responsive breakpoint it
   never had. */

/* ===== from contact-form.txt ===== */
.a{fill:#3c9;}.b{fill:#fff;}

/* ===== from contact-form.txt ===== */
.hidden {display: none;}
.hiddens {display: none!important;}


.stnzbutton {
border: 1px solid #808080;
background: #fff;
color: #3D3D3D;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
font-weight: 500;
border-radius: 5px;
cursor: pointer;
position: relative;
left: 0;
right: 0;
margin: 2rem auto;
width: fit-content;}
.stnzbutton:hover {background: #808080;color: #fff;}


.contactoverlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
z-index: 10;
}

.contactcontainer {
position: fixed;
margin: auto;
width: 90%;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: fit-content;
background-color: white;
padding: 25px;
z-index: 11; 
border-radius: 10px;
border: 1px solid #afafaf;
box-shadow: 0 0 15px rgba(0,0,0,0.25);
}



.contactsubtxt {text-align: center;}
.contactsubtxt p {text-align: center;}
.contactsubtxt svg {padding-bottom: 10px;}
.invalid {border: 1px solid red !important;}

#contactSubmit:hover { background-color: #292929; transition: ease-in-out .3s all;}
#contactSubmit {
width: 100%;
background-color: #808080;
color: white;
border: none;
padding: 1rem;
margin: 1rem 0;
border-radius: 0.5rem;
cursor: pointer;
font-size: 18px;}

.forminput {
border: 1px solid #dfe1e5;
border-radius: .5rem;
box-shadow: none;
padding: 1rem;
margin-top: 1rem;
box-sizing: border-box;
color: #202124;
background-color: #fff;
font-size: 16px;
transition: ease-in-out .3s all;}
.forminput::placeholder {color: #808080;}
.forminput:valid {border: 1px solid #d4d4d4 !important;}
.forminput:focus::placeholder {color: transparent;}
.forminput:focus {
border-color: rgba(223, 225, 229, 0);
box-shadow: 0 1px 6px rgba(32,33,36,0.28);}

input.formtext {width: 100%;height: 3rem;margin: 4px 0;padding: 0 10px;}
textarea.formarea {width: 100%;min-height: 150px;text-align: right;}
select.formselect {width: 100%;}
button:disabled { pointer-events: none; }

.contactpanels p {
text-align: center;
color: #808080;
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;}
.contactpanel {font-size: 18px;}
.contactpanel p {margin: 1em 0;}

/* ===== from message-form.txt ===== */
.a{fill:#3c9;}.b{fill:#fff;}

/* ===== from message-form.txt ===== */
.hidden {display: none;}
    .messagecontainer {
        width: 80%;
        margin: auto;
        background-color: white;
        padding: 25px;
        border-radius: 10px;
        border: 1px solid #afafaf;
        text-align: center;
        margin-top: 40px;
    }
    .messagesubtxt {text-align: center;}
    .messagesubtxt svg {padding-bottom: 10px;}
    .invalid {border: 1px solid red !important;}
    .messagepanels p {
        text-align: center;
        color: #808080;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #messageSubmit:hover { background-color: #292929; transition: ease-in-out .3s all;}
    #messageSubmit {
        width: 10rem;
        background-color: #808080;
        color: white;
        border: none;
        padding: 1rem;
        margin: 1rem 0;
        border-radius: 0.5rem;
        cursor: pointer;
        font-size: 18px;
    }

    .forminput {
        border: 1px solid #dfe1e5;
        border-radius: .5rem;
        padding: 1rem;
        margin-top: 1rem;
        box-sizing: border-box;
        color: #202124;
        background-color: #fff;
        font-size: 16px;
        transition: ease-in-out .3s all;
    }
    .forminput::placeholder {color: #808080;}
    .forminput:focus {
        border-color: rgba(223, 225, 229, 0);
        box-shadow: 0 1px 6px rgba(32,33,36,0.28);
    }
    textarea.formarea {width: 100%; min-height: 150px;}

/* ===== from survey-form.txt ===== */
.a{fill:#3c9;}.b{fill:#fff;}

/* ===== from survey-form.txt ===== */
.hidden {display: none;}
.hiddens {display: none!important;}


#surveyOpen {display: none!important;}

.surveyoverlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
z-index: 10;
}


.surveycontainer {
position: fixed;
margin: auto;
width: 90%;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: fit-content;
background-color: white;
padding: 25px;
z-index: 11; 
border-radius: 10px;
border: 1px solid #afafaf;
box-shadow: 0 0 15px rgba(0,0,0,0.25);
}



.surveymessage {
text-align: center;
color: #808080;
font-size: 18px;
font-weight: bold;
margin: 25px 0;
}
.surveymessage svg {padding-bottom: 15px;}


/*************/

.forminput {
border: 1px solid #d4d4d4;
border-radius: .5rem;
box-shadow: none;
padding: 1rem;
margin-top: 1rem;
box-sizing: border-box;
color: #808080;
background-color: #fff;
font-size: 16px;
transition: ease-in-out .3s all;
}

.forminput::placeholder {color: #808080;}
.forminput:valid {border: 1px solid #d4d4d4 !important;box-shadow: none !important;}
.forminput:focus::placeholder {color: transparent;}
/* No outline:none here any more - it had no replacement focus indicator at
   all, so removing it restores the browser default outline rather than
   leaving keyboard focus invisible. */

input.formtext {width: 100%;height: 3rem;}
textarea.formarea {width: 100%;min-height: 150px;}
select.formselect {width: 90%;margin-bottom: 25px;}
button:disabled { opacity: 0.5; }

.formselect {direction: ltr;text-align: center;}


.surveypanels {padding-bottom: 25px;text-align: center;}
.surveypanels h2 {
color: #3d3d3d;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}
.surveypanels p, label.surveylabel {
color: #808080;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}

.radioform, .checkform {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: flex-start;
padding-bottom: 5px;
}
.radioform input, .checkform input {
right: 25px;
bottom: -20px;
position: relative;
margin: 0;
width: 16px;
height: 16px;
}
.radioform label, .checkform label {
flex: 1;
width: 100%;
border: 1px solid #eaeaea;
border-radius: 10px;
padding: 15px 30px;
}
.radioform label:hover, .checkform label:hover {
background: #eaeaea;
}


@media (max-width: 768px) {
.surveypanels p, label.surveylabel {
margin-bottom: 5px;
font-size: 16px;
}
.radioform, .checkform {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.radioform input, .checkform input {
right: 20px;
bottom: -33px;
position: relative;
margin: 0;
}
.radioform label, .checkform label {
width: -webkit-fill-available;
border: 1px solid #eaeaea;
border-radius: 10px;
padding: 15px 35px;
}
input[type=radio] {
width: 16px!important;
height: 16px!important;
padding: 0!important;
}
select.selectform {
height: 50px!important;
min-height: 50px!important;
}
}
@media (min-width: 1280px) {
select.selectform {
width: 80%!important;
}
}


.surveybtn {
width: 100%;
border: 0;
background-color: #808080;
font-size: 18px;
padding: 1rem;
border-radius: 0.5rem; 
color: white;
cursor: pointer;
}
.surveybtn[disabled] {opacity: .5;pointer-events: none;}
.surveybtn:hover {background-color: #292929;}

.surveystartbtn {
margin-top: 15px;
}



.surveynav {
margin-top: 1rem;
display: flex;
align-items: center;
justify-content: center;
}
.surveynav .surveybtn {
    font-size: 18px;
width: 100%;
text-align: center;
}
.pagination {
margin-top: 1rem;
display: flex;
align-items: center;
justify-content: center;
}
.pagination .surveybtn {
width: 100%;
text-align: center;
}
.surveytab-status {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
bottom: 20px;
left: 0;
right: 0;
}
.surveytab-status span {
appearance: none;
background: #eaeaea;
opacity: 0.5;
border-radius: 10px;
width: 15px;
height: 5px;
margin-right: 2px;
display: flex;
align-items: center;
justify-content: center;
}
.surveytab-status span.active {background-color: #808080;opacity: 1;color: white;}

/* ===== from ads-story.txt =====
   The old @media(max-width:600px) block that lived here duplicated
   .tnzadcontainer/.tnzadimage with object-fit:contain, sitting *before*
   the unconditional base rules below - at equal specificity the base
   rule's object-fit:cover would have won outright on desktop and mobile
   alike if not for an !important propping up the mobile override. Fixed
   at the source instead: .tnzadimage below is unconditionally
   object-fit:contain now (recommended upload size: 1080x1920px, 9:16,
   matching Instagram Story format - see the admin help text on the Story
   tab), so images are never cropped at any viewport width, desktop
   included, without needing a duplicate breakpoint-scoped rule. */

.tnzstoryad {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tnzadoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.tnzadcontainer {
    position: relative;
    width: 90vw;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tnz-tint, #f6f4f2);
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    border: 3px solid var(--tnz-tint, #f6f4f2);
    border-radius: 20px;
    margin: auto;
    overflow: hidden;
}

.tnzadimage {
    width: 100%;  /* Images will always be full width */
    height: 100%;
    max-height: 100%;  /* Ensure it does not exceed the container's height */
    object-fit: cover;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.tnzprogressbar {
    position: absolute;
    top: 0;
    right: 0;
    height: 8px;
    background-color: #c96739;
    width: 0%;
    transition: width linear;
    border-radius: 0 30px 0 30px;
    border: 1px solid var(--tnz-tint, #f6f4f2);
    z-index: 4;
}

/* ===== from code-onboarding.txt ===== */
button.tnpdownloadbtn {
position: absolute;
width: 23px;
height: 23px;
right: 10px;
margin-top: 8px;
padding: 0;
color: #fff;
cursor: pointer;
border: none;
border-radius: 5px;
background-color: #eaedee;
transition: background-color 0.3s ease;
z-index: 2;
}

button.tnponboardbtn {
position: absolute;
width: 23px;
height: 23px;
right: 40px;
margin-top: 8px;
padding: 0;
color: #fff;
cursor: pointer;
border: none;
border-radius: 100%;
background-color: #eaedee;
transition: background-color 0.3s ease;
z-index: 2;
}

button.tnpsendbtn {
position: absolute;
width: 23px;
height: 23px;
left: 10px;
margin-top: 8px;
padding: 0;
color: #fff;
cursor: pointer;
border: none;
border-radius: 5px;
background-color: #eaedee;
transition: background-color 0.3s ease;
z-index: 2;
}

button.tnpintrobtn {
position: absolute;
width: 23px;
height: 23px;
left: 40px;
margin-top: 8px;
padding: 0;
color: #fff;
cursor: pointer;
border: none;
border-radius: 100%;
background-color: #eaedee;
transition: background-color 0.3s ease;
z-index: 2;
}
