.btn-blue {
    padding: 8px 16px 11px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    background: #DDE7FF;
    color: #4974E1;
    border: 0;
}

.btn-blue:hover {
    text-decoration: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #DDE7FF;;
    color: #4974E1;
}

.btn-blue[disabled] {
    background: #DDE7FF;
}

.btn-blue:active,
.btn-blue:focus {
    text-decoration: none;
    background: #4974E1;
    color: white;
}

.btn-blue.big {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding: 16px 40px;
    margin: 0 auto;
    max-width: 160px;
    display: block;
}

.btn-blue.btn-import-blue {
    border-radius: 8px 0px 0px 8px;
}

/*  GREEN  */

.btn-green {
    background: #33D943;
    color: #FFFFFF;
}

.btn-green:hover {
    color: #FFFFFF;
}

.btn-green:active,
.btn-green:focus {
    text-decoration: none;
    background: #33D943;
    color: white;
}

/*  LIGHT GREEN  */
.btn-light-green {

}

/* RED BUTTON */
.gh-btn {
    padding: 8px 16px 11px 16px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    border-radius: 8px;
}

.gh-btn-red {
    background: #FFD6D6;
    color: #EE4B4B;
}

.gh-btn-red:hover {
    background: #F7D0D0;
    text-decoration: none;
    color: #D64343;
}

.gh-btn-red:active,
.gh-btn-red:focus {
    background: #BE3C3C;
    text-decoration: none;
    color: white;
}
