.slds-popover__body,
.slds-popover__footer,
.slds-popover__header {
    position: relative;
    padding: .5rem .75rem;
    word-wrap: break-word
}

.slds-popover {
    position: relative;
    border-radius: 1rem;
    width: 20rem;
    min-height: 2rem;
    z-index: 6000;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #d9dbdd
}

.slds-popover:after {
    content: '';
    position: absolute;
    background: transparent;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2661ab;
    left: 50%;
    margin-left: -3px;
  
}

.slds-popover--tooltip,
.slds-popover_tooltip {
    width: auto;
    max-width: 20rem;
    background: #2661ab;
    border: 0; 
}
.slds-popover--tooltip .slds-popover__body,
.slds-popover_tooltip .slds-popover__body {
    font-size: .75rem;
    color: #fff;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.slds-fall-into-ground {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 0);
    transition: opacity .1s linear, visibility .1s linear, transform .1s linear;
    will-change: transform
}

.slds-scope .custom-radio .slds-form-element__control .slds-radio {
    display: inline-block;
}

.slds-scope .slds-form-element__control .slds-checkbox {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-address .slds-scope .slds-input__icon-group_right {
    right: 10px;
    top: 25%;
}