.fifty {
    width: 48%;
    display: inline-block;
}

.fifty.rightmargin {
    margin-right: 18px;
}

.custom-textbox .assistive-text {
    margin-bottom: 4px;
}
.custom-textbox .textbox-description {
    margin-bottom: 4px;
    clear: both;
    display: flex;
}
.custom-textbox.with-border input[type=checkbox] {
    appearance: none;
    height: 30px;
    width: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid rgba(49,119,170,.16);
    border-radius: 3px;
    opacity: 1;
}

.custom-textbox.with-border input[type=radio] {
   height: 24px;
   width: 24px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #DDDFE0;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #088921;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-textbox.with-border input[type=checkbox]:checked {
    background-color: green;
}

.custom-textbox.with-border input.fas.fa-check::before {
    content: '\2713';
    color: #ffffff;
    top: 8px;
    left: 7px;
    position: absolute;
}

.fa-chevron-down::before{
    content: '\f078'
}

.custom-dropdown {
    margin-bottom: 16px;
}

.custom-textbox .assistive-text>span,
.custom-dropdown .assistive-text>span {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #011d0c;
    font-style: normal;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
}

.custom-textbox input[type='radio']+label.assistive-text >span {
    padding-right: 50px;
}
.custom-textbox input[type='radio']+label.assistive-text >span,
.custom-textbox input[type='checkbox']+label.assistive-text >span {
    padding-left: 8px;
}

.custom-textbox .assistive-text a {
    word-break: break-all;
}

.assistive-text>span.nothing {
  border: 1px dashed hotpink;
}

.custom-dropdown a i {
    top: 40px;
}

.custom-textbox.focused:before {
    top: 28px;
}

.float-wrapper  {
    position: relative;
    display: inline-flex;
    position: relative;
    display: block !important;
    float: left;
}

.float-wrapper label:hover {
    cursor: pointer;
}

.float-wrapper-right {
    float: right;
}

.fw-text {
    margin-top: 3px;
    padding-left: 6px;
}

.fw-parent::after {
    content: "";
    clear: both;
    display: block;
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc,
.section-with-left-nav.renewal-page .renewal-form .sections {
    max-width: none;
}
.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc {
    margin-left:0px;
}
.custom-btn {
    border: none;
}
.prompt-user-modal .error-msg span {
    padding: 0px;
}
@media(max-width: 576px) {
    .custom-btn.saveandfinishlater {
        margin-top:20px;
    }
}