/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.home-shortcuts li a {
    color: var(--main-clr);
}

section#main-body .home-shortcuts li p {
    padding-top: 10px;!important
}

.btn-primary {
    border-color: #fff;!important
}

.client-home-panels div[menuitemname="Register a New Domain"]
input.btn.btn-success {
      background-color: var(--domain-btn) !important;
      color: #fff!important
    }