.dynamicCSRReportDevSectorWise .hiddenTableWrapper{display:none}
.downloadButtonWrapper{background:var(--primary);color:white;padding:.5rem;border-radius:.1rem;cursor:pointer;display:flex;justify-content:center}
.disable-cursor{cursor:not-allowed;background-color:#9fc9e5}
.captcha-modal{display:block;height:304px;border-radius:3px;border:hidden;font-family:"Poppins"}
.modal-header{background-color:#e5e7eb;color:#666;height:48px}
.modal-header p{font-size:14px;margin-top:-3px;margin-left:4px}
.modal-header button.close{margin-top:-3px;padding-top:0;padding-bottom:0;padding-left:0;padding-right:16px}
.modal-upper{width:max-content;display:flex}
.modal-upper label{display:inline}
.modal-upper b,.modal-lower b{font-weight:600;color:#444}
#captchaCanvas{margin-left:30px}
#input{float:right;width:136px;height:32px;margin-right:37px}
#refresh{display:inline;text-align:left;color:#666;font-size:12px}
#showResult{font-size:12px;color:red;margin-top:10px}
#refresh-img{cursor:pointer}
.modal-lower .btn{width:99px;height:35px;margin-top:0;margin-left:100px;font-size:14px}
.captcha-modal .modal-body{padding:0 !important}
@media screen and (max-width:550px){#captchaCanvas{margin-left:0}
.modal-upper{width:auto}
}