.space {
    height: 30px;
    position: fixed;
    width: 100%;
    top: 45px;
    background: #fff;
    z-index: 99;
}
.assuranceBox, .audits, .controsec, .ma{
    padding-top: 50px;
}
.logo{
    margin-bottom: 30px;
}
.logo img {
    height: 80px;
}
.reqbtn {
    text-align: right;
}
.reqbtn a {
    background: #ffd822;
    color: #1b1b1c;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
.links li:first-child {
    margin-bottom: 10px;
}
.links li a{
    text-decoration: none;
    color: #2249ff;
}
.sidebar {
    position: sticky;
    top: 75px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}
.sidebar li {
    padding: 15px 20px;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    color: #1b1b1c;
}
.sidebar li:hover {
    background: #f2f4f7;
}
.sidebar li.active {
    background: #ffd822;
    border-left: 4px solid #978e65;
    font-weight: 600;
}
.security-section {
    margin-bottom: 50px;
}
.sticky-header {
    background: #bababa;
    color: #1b1b1c;
    padding: 15px 20px;
    position: sticky;
    top: 75px;
    z-index: 5;
    transition: all 0.3s ease;
}
.sticky-header h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}
.sticky-header.active {
    background: #2249FF;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.section-content {
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    padding: 25px 30px;
}
.popmodal .form-group {
    margin-bottom: 1rem;
}
.audits li{
    margin-bottom: 10px;
}
.audits li a {
    text-decoration: none !important;
    color: #2249ff !important;
}
.ma {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 24px;
}
.ma img {
    height: 50px;
    width: 50px;
}
.ma .title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ma .title span {
    font-weight: 400;
}
.controsecBox {
    margin-bottom: 30px;
}
.controsecBox .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    background: #ffd822;
    border-left: 5px solid #1b1b1c;
    padding: 5px 5px 5px 10px;
}
.controsecBox ul li .listtitle{
    font-weight: bold;
    margin-bottom: 8px;
}
.popmodal .form-columns-2, .popmodal .form-columns-1{
    max-width: 100%;
    margin-bottom: 15px;
}
.popmodal .form-columns-2 .hs-input, .popmodal .form-columns-1 .input .hs-input {
    border: 1px solid #1b1b1c;
    width: 100%;
    padding: 5px 10px;
}
.popmodal .form-columns-1 .input ul li .hs-input{
    width: auto;
    margin-right: 10px;
}
.popmodal .form-columns-1 label, .popmodal .form-columns-2 label{
    font-size: 14px;
    font-weight: 600;
    display: flex;
}
.popmodal .hs-form-required{
    color: red;
}
.popmodal ul.inputs-list li label.hs-error-msg, .popmodal .hs-main-font-element{
    color: red;
    font-size: 11px;
}
.popmodal ul.inputs-list li{
    margin-top: 5px;
    list-style: none;
}
.popmodal .form-columns-2 .hs-input:focus-visible, .popmodal .form-columns-1 .hs-input:focus-visible{
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.popmodal .hbspt-form .hs-button{
    background: #1B1B1C;
    padding: 10px 35px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border: none;
}
.popmodal .hbspt-form .hs-button:hover{
    background: #ffd822;
    color: #1B1B1C;
}
.popmodal .hbspt-form .form-columns-1 .inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display .hs-input{
    float: left;
    width: auto;
    margin-top: 5px;
}
.popmodal .hbspt-form .form-columns-1 .inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span{
    display: block;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.3;
}
.popmodal .btn-close {
    position: absolute;
    right: -30px;
    top: 0  ;
    background-color: #fff;
    padding: 10px;
    opacity: 1;
    box-shadow: none;
    outline: none;
}
.popmodal .form-columns-1 .input ul li span {
    font-size: 12px;
    font-weight: 400;
}