/* Button Styles */
/*div#zip-inquiry-button {
    height: 210px; 
    width: 47px; 
    font-size: 29px; 
    padding: 24px 0px 24px 4px;
    border-radius: 12px 0 0 12px; 
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-100%);*/
/*    background-color: #bd0608;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    z-index: 9999;*/
/*    font-weight: bold;*/
/*    writing-mode: vertical-rl;*/
/*    text-orientation: mixed;*/
/*    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);*/
/*    transition: background 0.3s ease;*/
/*    box-sizing: border-box;*/
/*}*/

/*div#zip-inquiry-button {*/
/*vertical-align: top;*/
/*    transform: rotate(-90deg);*/
/*    -ms-transform: rotate(-90deg);*/
/*    -moz-transform: rotate(-90deg);*/
/*    -webkit-transform: rotate(-90deg);*/
/*    -o-transform: rotate(-90deg);*/
/*    margin: 0;*/
/*    padding: 5px 18px;*/
/*    background-color: #bd0608;*/
/*    font-size: 16px;*/
/*    text-decoration: none !important;*/
/*    color: #fff;*/
/*    border-radius: 10px;*/
/*    position: fixed;*/
/*    right: -50px;*/
/*    top: 40%;*/
/*    white-space: nowrap;*/
/*    z-index: 9;*/
    /* width: 131px; */
/*    height: 60px;*/
/*    text-align: center;*/
/*    box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);*/
/*    cursor: pointer;*/
/*    transition: height 1s;*/
/*    }*/
/* Button Hover Effect */
/*div#zip-inquiry-button:hover {*/
/*    background-color: #9b0404;*/
/*    height: 80px;*/
/*}*/


#zip-inquiry-button {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: rotate(-90deg);
    transform-origin: top right; /* crucial! */
    padding: 10px 18px;
    background-color: #bd0608;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    transition: padding 0.3s ease, background-color 0.3s ease;
}

/* Hover: change only padding (width-wise after rotation) */
#zip-inquiry-button:hover {
    background-color: #9b0404;
    padding: 10px 30px; /* wider button effect */
}


/* Responsive Adjustments for Small Screens */
@media (max-width: 768px) {
    /* Button */
    div#zip-inquiry-button {
        height: 125px;
        width: 35px;
        font-size: 16px;
        padding: 18px 4px;
    }
}

@media (max-width: 480px) {
    /* Button */
    div#zip-inquiry-button {
        height: 109px;
        width: 30px;
        font-size: 15px;
        padding: 14px 3px;
    }
}



/*#zip-inquiry-button {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background-color: #bd0608;*/
/*    color: #fff;*/
/*    padding: 12px 20px;*/
/*    border-radius: 8px 0 0 8px;*/
/*    cursor: pointer;*/
/*    z-index: 9999;*/
/*    font-weight: bold;*/
/*    writing-mode: vertical-rl;*/
/*    text-orientation: mixed;*/
/*    box-shadow: 0 2px 10px rgba(0,0,0,0.3);*/
/*    transition: background 0.3s ease;*/
/*}*/

#zip-popup-overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

#zip-popup-box {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 90%;
    overflow-y: auto;
    position: relative;
}

#zip-popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}

#zip-form-wrapper {
    max-height: 80vh;
    margin-top:40px;
    /*overflow-y: auto;*/
}



 #crmWebToEntityForm.zcwf_lblLeft {
        width:100%;
        /* padding: 25px;*/
        margin: 0 auto;
        box-sizing: border-box;
        }
        #crmWebToEntityForm.zcwf_lblLeft * {
        box-sizing: border-box;
        }
        #crmWebToEntityForm{text-align: left;}
        #crmWebToEntityForm * {
        direction: ltr;
        }
        .zcwf_lblLeft .zcwf_title {
        word-wrap: break-word;
        padding: 0px 6px 10px;
        font-weight:bold }.zcwf_lblLeft.cpT_primaryBtn:hover{
        background: linear-gradient(#02acff 0,#006be4 100%) no-repeat padding-box !important;
        box-shadow: 0 -2px 0 0 #0159b9 inset !important;
        border: 0 !important;
        color: #fff !important;
        outline: 0 !important;
        }
  .zcwf_lblLeft .zcwf_col_fld input[type=text], 
  input[type=password], 
  .zcwf_lblLeft .zcwf_col_fld textarea {
         width: 100%; 
        border: 1px solid #c0c6cc !important;
        resize: vertical;
        border-radius: 2px;
        float: left;
  
        }
  .zcwf_lblLeft .zcwf_col_fld textarea {
    height:80px ;
    min-height:80px;
  }
        .zcwf_lblLeft .zcwf_col_lab {
        /* width: 30%;  */
        word-break: break-word;
        padding: 0px 6px 0px;
        margin-right: 10px;
        margin-top: 5px;
        float: left;
        min-height: 1px;
        }
        .zcwf_lblLeft .zcwf_col_fld {
        float: left;
        /*width: 68%; */
        padding: 0px 6px 0px;
        position: relative;
        margin-top: 5px;
        }
        .zcwf_lblLeft .zcwf_privacy{padding: 6px;}
        .zcwf_lblLeft .wfrm_fld_dpNn{display: none;}
        .dIB{display: inline-block;}
        .zcwf_lblLeft .zcwf_col_fld_slt {
        width: 60%;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 4px;
        font-size: 12px;
        float: left;
        resize: vertical;
        padding: 2px 5px;
        }
        .zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after {
        content: '';
        display: table;
        clear: both;
        }
        .zcwf_lblLeft .zcwf_col_help {
        float: left;
        margin-left: 7px;
        font-size: 12px;
        max-width: 35%;
        word-break: break-word;
        }
        .zcwf_lblLeft .zcwf_help_icon {
        cursor: pointer;
        width: 16px;
        height: 16px;
        display: inline-block;
        background: #fff;
        border: 1px solid #c0c6cc;
        color: #c1c1c1;
        text-align: center;
        font-size: 11px;
        line-height: 16px;
        font-weight: bold;
        border-radius: 50%;
        }
        .zcwf_lblLeft .zcwf_row {margin: 0px 0px;}
        .zcwf_lblLeft .formsubmit {
        /* margin-right: 5px;
        cursor: pointer;
        color: var(--baseColor);
        font-size: 12px; */
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: var(--e-global-color-4f3320c);
  border-radius: 30px 30px 30px 30px;
  padding: 10px 20px 10px 20px;
  margin:10px;
        }
        .zcwf_lblLeft .zcwf_privacy_txt {
        width: 90%;
        color: rgb(0, 0, 0);
        font-size: 12px;
        font-family: Arial;
        display: inline-block;
        vertical-align: top;
        color: var(--baseColor);
        padding-top: 2px;
        margin-left: 6px;
        }
        .zcwf_lblLeft .zcwf_button {
        /* font-size: 12px;
        color: var(--baseColor);
        border: 1px solid #c0c6cc;
        padding: 3px 9px;
        border-radius: 4px;
        cursor: pointer;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; */
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  fill: #FFFFFF;
  color: #FFFFFF;
  /* background-color: var(--e-global-color-4f3320c); */
  border-radius: 30px 30px 30px 30px;
  padding: 17px 25px 17px 25px;
        }
        .zcwf_lblLeft .zcwf_tooltip_over{
        position: relative;
        }
        .zcwf_lblLeft .zcwf_tooltip_ctn{
        position: absolute;
        background: #dedede;
        padding: 3px 6px;
        top: 3px;
        border-radius: 4px;word-break: break-word;
        min-width: 100px;
        max-width: 150px;
        color: var(--baseColor);
        z-index: 100;
        }
        .zcwf_lblLeft .zcwf_ckbox{
        float: left;
        }
        .zcwf_lblLeft .zcwf_file{
        width: 55%;
        box-sizing: border-box;
        float: left;
        }
        .clearB:after{
        content:'';
        display: block;
        clear: both;
        }
        @media all and (max-width: 600px) {
        .zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld {
        width: auto;
        float: none !important;
        }
        .zcwf_lblLeft .zcwf_col_help {width: 40%;}
        }
        .image-cpt-refresh {
            display:flex;
            align-items: center;
            justify-content: space-around; 
        }
        .image-cpt-refresh img {
            width: 180px;
        }


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.nopadding .zcwf_col_fld  {
    width: 100% !important;
}
.ziptitle {
    font-family: "Poppins", sans-serif;
    color: #030f27;
    font-weight: 500;
    line-height: 1.428;
    margin: 0 0 10px;
    letter-spacing: 0.1px;
    text-rendering: optimizeLegibility;
    text-transform: capitalize !important;
    text-align: center !important;
    border-bottom: 1px solid #c0c6cc;
}
.zippara {
    text-align: center !important;
    margin:0px 20px 10px;
}