.dropbtn {

    background-color: #3f9ce8;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    background-color: #3f9ce8;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3f9ce8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.Lbutton {
    transition: .2s all ease-out;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px !important;
    cursor: pointer;
    background: #333;
    color: #eee;
    width: 48%;
    float: right;
    margin-top: 20px !important;
    font-family: Courier New;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0;
    text-decoration: none;
}
.copytoclipboard{
    display:inline-block;
    position:relative;


}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 100%;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    width: 100%;
}
.side_body_overflow{

    overflow-x: hidden !important;

}

.themeform textarea {

    background: #fff;
    /*border: none !important;*/
    color: #777;
    display: block;
    max-width: 500px;
    outline: 0;

}
.copytoclipbutton{
    position:absolute;
    bottom:2px;
    right:2px;
}

.copyclipB{

    position:absolute;
    margin-top: -30px;
    margin-left: -15px;


}
.get_bins_credit_cards{

    margin-top: 500px;
}
#header {
    background: #454e5c;
    padding-bottom: 13px;
}
#output2{
    min-height: 300px !important;
}
@media only screen and (max-width: 719px){
    .header-mobile-sticky .mobile-sticky {
        position: absolute;
        width: 100%;
    }
    .site {
        overflow-x: hidden;
        /* Unnecessary IMHO, uncomment next line to force hidden behavior */
        /* overflow-x: hidden !important; */
        /* Additional tunning proposed by the community */
        position: relative;
        width: 100%;
    }
    .show {
        display: block !important;

    }
    .get_bins_div{
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;

    }
    .Lbutton {
        transition: .2s all ease-out;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px !important;
        cursor: pointer;
        background: #333;
        color: #eee;
        width: 100%;
        float: right;
        margin-top: 20px !important;
        font-family: Courier New;
        font-size: 20px;
        font-weight: 700;
        padding: 0 0;
        text-decoration: none;
    }
    .nav {
        display: -ms-flexbox;
        display: inherit;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .copyclipB{

        position:absolute;
        margin-top: -25px;
        margin-left: -10px;


    }
}