#ModulesForgeWhois .mf-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,.05);
    padding: 30px;
    margin-bottom: 20px;
}

#ModulesForgeWhois .mf-card.whois-card {
    background: url(../img/bg.png) right center / contain no-repeat rgb(252, 253, 254);
}

#ModulesForgeWhois .mf-card-title:before {
    display: inline-block;
    width: 3px;
    height: 14px;
    margin-right: 8px;
    background-color: rgb(22, 93, 255);
    content: "";
}

#ModulesForgeWhois .mf-card-title {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(29, 33, 41);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}
#ModulesForgeWhois .mf-card.whois-card input {
    height: 44px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 232, 239);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
    border-radius: 3px!important;
}

#ModulesForgeWhois .input-group-btn button {
    font-size: 14px;
    position: absolute;
    right: 7px;
    height: 32px;
    padding: 1px 20px;
    z-index: 5;
    top: 6px;
    background: #165dff;
    border-color: #165dff;
    border-radius: 3px;
}

#ModulesForgeWhois .input-group-btn button:hover {
    background: #4080ff;
    border-color: #4080ff;
}


#ModulesForgeWhois .loading {
    display: flex;
    justify-content: center;
    min-height: 200px;
    align-items: center;
}

#ModulesForgeWhois .loading svg {width: 45px;height: 45px;}

@media (max-width: 768px) {
#ModulesForgeWhois .mf-card.whois-card {
    background-size: cover;
}
}