.rbi-was-it-helpful-utility {
    
}
.loader_background{
    height: 57px;
    width: 100%;
    justify-content: left;
    align-items: center;
    display: flex;
    background: #F4F8FD 0% 0% no-repeat padding-box;
    padding-left: 15px;
    font-size: var(--fnt_18);
	border-radius: 3px;
}

.captcha-img-wrap .refreshAudio{
	cursor: pointer;
}

.taglib-captcha .input-text-wrapper .control-label{
	display: none;
}

.why-this-popup-overlay .input-text-wrapper{
	/* margin-top: 10px; */
}

/* .loader_background {
    background: rgba(0, 0, 0, 0.1);
    height: 57px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
} */
.loader{
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    top: -5px;
    bottom: 50px;
    left: 0;
    right: 0;
    position: absolute;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.monthDayYear-ct{
	padding-left: 3px;
}