.jdh-button {
    display: flex;
}

.jdh-button.cuco-button-border a {
    border: solid 2px #FF0066;
    border-radius: 9px;
    padding: 10px 25px;
}

.jdh-button.solid-button a {
    background-color: #FF0066;
    border-radius: 4px;
    padding: 15px 30px;
    color: white;
    transition: background-color 0.2s ease-in-out;
}

.jdh-button.solid-button a:hover {
    color: white;
    background-color: #f34684;
}

.jdh-button i {
    left: 5px;
    position: relative;
    transition: left 0.3s ease-in-out;
}

.jdh-button.solid-button i {
    display: none;
}

.jdh-button a {
    color: #FF0066;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.jdh-button a.disabled {
    color: grey;
    cursor: default;
}

.jdh-button a:hover {
    color: #FF0066;
    text-decoration: none;
}

.jdh-button a.disabled:hover {
    color: grey;
}

.jdh-button a:hover i {
    left: 12px;
}

.jdh-button a.disabled:hover i {
    left: 5px;
}

@media only screen and (max-width: 750px) {

}

@media only screen and (min-width: 750px) and (max-width: 1000px) {

}

@media only screen and (min-width: 1001px) and (max-width: 1099px) {

}

@media only screen and (min-width: 1100px) {

}
