/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#centralsync{
    display: none;
}
@media(max-width: 768px){
    #centralsync{
        display: block;
    }
}

#centralsync {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999;
    background: #fff;
}

#centralsync .centralsyncItems {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#centralsync .centralsyncItems li {
    border-style: solid;
    text-align: center;
    padding: 5px;
    position: relative;
    align-content: center;
    flex: 1;
}
#centralsync .centralsyncItems li > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

div.cspopup {
    background: #0000009e;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}
@media(max-width: 580px){
    div.cspopup{
        padding: 12px;
    } 
}
div.cspopup .cspopup_inner {
    width: 100%;
    max-width: 655px;
    background: #fff;
    max-height: 80svh;
    overflow: hidden;
}
.cspopup_inner_contents {
    padding: 30px;
    max-height: calc(70vh - 30px);
    overflow-y: auto;
}
.cspopup_inner_contents::-webkit-scrollbar {
    width: 3px;
}

.cspopup_inner_contents::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cspopup_inner_contents::-webkit-scrollbar-thumb {
    background: orange;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

div.cspopup .cspopup_inner .csheader {
    padding: 30px;
    position: relative;
}
div.cspopup .cspopup_inner .csheader span.csclosePopup {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 18px;
    width: 15px;
    height: 18px;
    line-height: 18px;
    user-select: none;
    cursor: pointer;
    color: #333;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

div.cspopup .cspopup_inner .csheader span.csclosePopup:hover{
    color: red;
}

.csfooter {
    padding: 10px 20px;
    border-bottom: 1px solid #ececec;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.csfooter button {
    padding: 5px 10px;
    border: 1px solid;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}
.csfooter button.csokPopup {
    background: #03A9F4;
    color: #fff;
    border-color: #00BCD4;
}
.csfooter button.csclosePopup {
    background: #f46f03;
    color: #fff;
    border-color: #f46f03;
}
.csfooter button:hover {
    filter: saturate(0.5);
}
div.cspopup .cspopup_inner .csheader h3 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    color: inherit;
    text-transform: uppercase;
}
div.cspopup .cspopup_inner .csheader h4 {
    color: inherit;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    margin-top: 5px;
}
div.cspopup .cspopup_inner .cspopupinncer_contents {
    padding: 20px;
    max-height: 50vh;
    overflow-y: auto;
}
div.cspopup .cspopup_inner p:has(input[type="submit"][disabled]){
    display: flex;
    align-items: center;
    gap: 20px;
}
div.cspopup .cspopup_inner p:last-child {
    margin-bottom: 0;
}
#central-form-wrapper div.cs7-2 .cs7-field {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
#central-form-wrapper div.cs7-2 .cs7-field > span {
    flex: 1;
}
#central-form-wrapper div.cs7-2 .cs7-field p{
    margin: 0;
}

button.ppsubmit, button.pploginbtn {
    background: #00BCD4;
    padding: 8px 15px;
    border: none !important;
    outline: none !important;
    border-radius: 3px;
    color: #fff;
}
button.ppsubmit[disabled]{
    pointer-events: none;
    background-color: #ddd;
    color: #333;
}
.csinvisible{
    display: none !important;
}

.csloader {
    border: 3px solid #ffffff;
    border-radius: 50%;
    border-top: 3px solid #00BCD4;
    width: 16px;
    height: 16px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.screen-reader-response p, .screen-reader-response ul{
    display: none;
}
#central-form-wrapper .cs7-submit div.responseMsg {
    padding: 16px 0;
    color: #44eb44;
}
#central-form-wrapper .cs7-field {
    margin-bottom: 20px;
    position: relative;
}
#central-form-wrapper .cs7-field:last-child {
    margin-bottom: 0;
}
#central-form-wrapper .cs7-field:has(input[type="submit"][disabled]):after,
#central-form-wrapper p:has(input[type="submit"][disabled]):after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 3px solid #000; /* Border color */
    border-top-color: transparent; /* Create the spinning effect */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Spinner animation */
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.cspopup_inner_contents p:empty {
    display: none;
}
#central-form-wrapper .cs7-submit .cs7-field {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
}

#central-form-wrapper .cs7-submit .cs7-field p {
    padding: 0 !important;
}

#central-form-wrapper .cs7-field br {
    display: none;
}

#central-form-wrapper .cs7-field input[type="text"], #central-form-wrapper .cs7-field input[type="tel"], #central-form-wrapper .cs7-field input[type="number"], #central-form-wrapper .cs7-field input[type="email"], #central-form-wrapper .cs7-field textarea {
    background: #eeeeee;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 8px 10px;
    height: 46px;
    box-shadow: none;
    width: 100%;
}
#central-form-wrapper .cs7-field .cs7-puzzle input {
    width: 75px;
}

#central-form-wrapper .cs7-field label {
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
    display: inline-block;
    font-size: 16px;
}
#central-form-wrapper .cs7-field .wpcf7-acceptance label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
#central-form-wrapper span.cs7-required-lbl {
    color: red;
}
#central-form-wrapper .cs7-field p {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}
#central-form-wrapper .cs7-field input[type="submit"] {
    background: var(--csprimary);
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
    padding: 12px 20px;
    border-radius: 5px;
}

#central-form-wrapper .cs7-field input[type="submit"]:hover {
    opacity: 0.8;
}
#central-form-wrapper .cs7-field input[type="submit"][disabled] {
    background-color: #acacac;
    cursor: no-drop;
    width: fit-content;
}

#central-form-wrapper .cs7-field span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
#central-form-wrapper .cs7-field span.wpcf7-list-item-label {
    font-weight: 500;
    font-size: 14px;
    color: #334155;
}

#central-form-wrapper .cs7-field .cs7-puzzle {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* General styling for radio, checkbox, and range inputs */
#central-form-wrapper .cs7-field input[type="radio"], 
#central-form-wrapper .cs7-field input[type="checkbox"], 
#central-form-wrapper .cs7-field input[type="range"]::-webkit-slider-thumb {
    appearance: none; /* Remove default appearance */
    transition: all ease-in 0.2s;
    box-shadow: 0 0 0 1px var(--csprimary);
    background-color: #fff;
}

/* Specific styling for radio buttons */
#central-form-wrapper .cs7-field input[type="radio"] {
    border: 2px solid white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

/* Specific styling for checkboxes */
#central-form-wrapper .cs7-field input[type="checkbox"] {
    border: 2px solid white;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

#central-form-wrapper .cs7-field input[type="radio"]:hover, 
#central-form-wrapper .cs7-field input[type="checkbox"]:hover {
    background-color: var(--csprimary);
    border-color: var(--csprimary);
}

/* Styling for checked state */
#central-form-wrapper .cs7-field input[type="radio"]:checked, 
#central-form-wrapper .cs7-field input[type="checkbox"]:checked {
    background-color: var(--csprimary);
    border-color: #ffffff;
}

@media(max-width: 920px){
    div.cspopup .cspopup_inner{
        max-width: 60vw;
    } 
}
@media(max-width: 768px){
    div.cspopup .cspopup_inner .csheader h3{
        font-size: 20px;
    }
    div.cspopup .cspopup_inner .csheader h4{
        font-size: 18px;
    }
    div.cspopup .cspopup_inner{
        max-width: 75vw;
    } 
}
@media(max-width: 580px){
    div.cspopup .cspopup_inner .csheader h3{
        font-size: 18px;
    }
    div.cspopup .cspopup_inner .csheader h4{
        font-size: 16px;
    }
    div.cspopup .cspopup_inner{
        max-width: 90vw;
    } 
}
@media(max-width: 420px){
    #central-form-wrapper div.cs7-2 .cs7-field{
        flex-direction: column;
    }
}

.cspopup.contentOnly .csheader, .cspopup.contentOnly .cspopup_inner_contents {
    padding: 0 !important;
    background: transparent;
}

.cspopup.contentOnly .cspopup_inner {
    background: transparent;
}

.cspopup.contentOnly span.csclosePopup {
    color: #fff !important;
    z-index: 999;
}