.toggle-btn{
    text-align:center;
    margin-top: 10px;
}

.calculate-text-user {
    color: #212529;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    vertical-align: bottom;
    /*            margin: 0;
                margin-bottom: 0px;
                margin-bottom: 25px;*/
}
[data-tooltip] {
    display: inline-block;
    position: relative;
    /*            cursor: help;*/
    padding: 4px;
}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    background: #f58634;
    color: #fff;
    /*    padding: 8px 30px;*/
    width: 135px;
    height: 35px;
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}

[data-tooltip1] {
    display: inline-block;
    position: relative;
    /*            cursor: help;*/
    padding: 4px;
}
/* Tooltip styling */
[data-tooltip1]:before {
    content: attr(data-tooltip1);
    display: block;
    position: absolute;
    background: #ccc;
    color: #fff;
    /*    padding: 8px 30px;*/
    width: 140%;
    height: 35px;
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}
/* Dynamic vertical centering */

[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}



/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
[data-tooltip1]:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}

[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}
#header .header-nav.header-nav-links nav > ul > li > a.menuactive {
    color: #f58634;
}

/* Show the tooltip when hovering */
/*[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}*/

