
  
    #block-sass-theme-msd-accordion2 {
        background: #F3F4F6;
    }
    
    .menuparent > a{
    
    	  pointer-events: none;
  cursor: default;

    	
    }

.read-more_btn{
	font-size:16px;
}

    .webform-progress-tracker {
        li.is-active {
            .progress-marker {
                &::before {
                    background-color: white;
                    color: green;
                    border: 2px solid green;
                }
            }
        }
    }

    .progress-marker {
        &::before {
            background-color: white !important;
            border: 2px solid #d2d6db;
            color: #d2d6db;
            padding: 6px 6px;
            font-weight: bold;
            font-family: 'IBM_plex';
            font-size: 16px;
            width: 32px;
            height: 32px;

        }

        &::after {
            top: 22px;
            background: #d2d6d8 !important;
        }


    }

    .progress-text {
        bottom: 2.5rem !important;
    }

    .error-message {
        padding: 20px 100px !important;

        .message-wrapper {
        	font-size: 20px !important;
            .cross {
                font-size: 30px !important;
            }
        }
    }
    
    .body{
    	p{
    		svg{
    			padding-right:6px !important;
    		}
    	}
    	div{
    		font-size:16px;
    	img{
    		padding-block:16px 0px !important;
    	}
    	}
    }
    
    .gov-accordion .accordion-header .flag {
    width: 24px;
    height: 24px;
    font-size: 24px;
    display: flex;
    align-items: center;
    margin: 9px;
}
  
