 .tipso_bubble, .tipso_bubble > .tipso_arrow {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .tipso_bubble {
        position: absolute;
        text-align: center;
        border-radius: 6px;
        z-index: 9999;
        padding: 10px
    }

    .tipso_bubble > .tipso_arrow {
        position: absolute;
        width: 0;
        height: 0;
        border: 8px solid;
        pointer-events: none
    }

    .tipso_bubble.top > .tipso_arrow {
        border-color: #000 transparent transparent;
        top: 100%;
        left: 50%;
        margin-left: -8px
    }

    .tipso_bubble.bottom > .tipso_arrow {
        border-color: transparent transparent #000;
        bottom: 100%;
        left: 50%;
        margin-left: -8px
    }

    .tipso_bubble.left > .tipso_arrow {
        border-color: transparent transparent transparent #000;
        top: 50%;
        left: 100%;
        margin-top: -8px
    }

    .tipso_bubble.right > .tipso_arrow {
        border-color: transparent #000 transparent transparent;
        top: 50%;
        right: 100%;
        margin-top: -8px
    }
    .dropdown-menu {
        width: 140px;
        min-width: 100px !important;
        left: 0px;
        text-align: center
    }

    #tool-paypal-fee-calculator .result-area .btn-copy {
        padding: 1px 8px;
        margin-top: -7px;
        font-weight: 100;
        font-size: 12px;
    }

    .btn-orange {
        color: white;
        background-color: #009a61;
        border-color: #009a61;
        padding: 0 10px;
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
		height:30px;
    }

    .dropdown-menu li {
        line-height: 30px;
        cursor: pointer;
        font-size: 13px;
        color: #9B9B9B;
    }

    .dropdown-menu li:hover {
        background: #eee;
    }

    .dropdown-menu img {
        width: 20px;
        margin-right: 10px;
    }

    .dropdown-toggle {
        width: 170px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        display: flex;
        align-items: center;
        padding-left: 10px;
        font-size: 13px;
        border-right: 1px solid #E4E4E4;
        color: #9B9B9B;
		padding-top: 8px;
    }

    .form-control {
        font-size: 13px;
    }

    .dropdown-toggle img {
        width: 40px;
        height: 24px;

        margin-right: 20px;
    }

    .dw {
        font-size: 13px;
        color: #9B9B9B;
        position: absolute;
        right: 20px;
        line-height: 55px;
    }

    .button {
        width: 100px;
        color: #fff;
        background-color: #009a61;
        border-color: #009a61;
        text-align: center;
        margin: 50px auto;
        margin-bottom:20px;
        height: 30px;
        line-height: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
    }

    .rest {
        width: 100px;
        color: #009a61;
        border: 1px solid;
        background-color: #fff;
        border-color: #009a61;
        text-align: center;
        margin: 50px auto;
        margin-bottom:20px;
        height: 30px;
        line-height: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
    }

    .text-green {
        color: #ff9966
    }
    @media (max-width: 992px){
        .price,.c1,.mt-3{
            width:100% !important
        }
        .dropdown-toggle img{
            width:30px;
            height:auto;
        }
    }

