.gaddon-setting-inline {
    display: inline-flex;
    margin-right: 15px;
    /* width: 25%; */
    margin-bottom: 15px;
}

.discalimer-tooltip {
    /*position: relative;*/
    /*display: inline-block;*/
    border-bottom: 1px dotted black !important; /* If you want dots under the hoverable text */
}

/*!* Tooltip text *!*/
/*.discalimer-tooltip .disclaimer-tooltiptext {*/
/*    max-width: 100%;*/
/*    visibility: hidden;*/
/*    min-width: 400px;*/
/*    background-color: black;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    padding: 7px 10px;*/
/*    border-radius: 6px;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    line-height: 149%;*/
/*    font-size: 12px;*/
/*    bottom: 110%;*/
/*    left: -72px;*/
/*}*/

/*!* Show the tooltip text when you mouse over the tooltip container *!*/
/*.discalimer-tooltip:hover .disclaimer-tooltiptext {*/
/*    visibility: visible;*/
/*}*/
