
.button-generator {
    position: absolute;
    right: 0;
    transform: translateY(-85%);
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    background: #4636ff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.button-open {
    font-size: 14px;
    font-weight: 450;
    color: #333;
    line-height: 25px;
    height: 35px;
    background: #f5f5f5;
    border-radius: 8px;
    /*border: #999 solid 1.5px;*/
    padding: 2px 10px; !important;
    text-align: center;
    margin-right: 3%;
}

.button-open:hover {
    opacity: 2;
    background-color: #4636ff;
    color: white;
    /*border: #4636ff solid 1.5px;*/
    transform: scale(1.05);
}

.button-open:active {
    transform: scale(0.95);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .button-open {
        margin-right: 0%;
        font-size: 12px;
    }
}