.dsfwhmcs-wrapper .dsfwhmcs-search-input-group {
    width: 100%;
}
.dsfwhmcs-wrapper .dsfwhmcs-input-with-button {
    position: relative;
    width: 100%;
}
.dsfwhmcs-wrapper .dsfwhmcs-domain-search-input {
    width: 100%;
    padding: 30px 18px !important;
    border: 1px solid !important;
    border-radius: 10px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 45px;
    font-size: 16px;
    border-color: #8224e326 !important;
}
.dsfwhmcs-wrapper .dsfwhmcs-domain-search-input:focus,
.dsfwhmcs-wrapper .dsfwhmcs-domain-search-input:active {
    border: 1px solid;
    outline: none;
}
.dsfwhmcs-wrapper .dsfwhmcs-domain-search-button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #8224e3;
    color: #fff !important;
    border: none !important;
    border-radius: 0 10px 10px 0 !important;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-color: #8224e3 !important;
    padding: 0 19px !important;
    height: 100%;
    transition: .3s;
}
.dsfwhmcs-wrapper .dsfwhmcs-domain-search-button .dashicons {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 26px;
}
.dsfwhmcs-wrapper .dsfwhmcs-domain-search-button:hover {
    background-color: #322121;
}