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

    ** Custom Stylesheet special styles for 3.7 version **

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

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

/* === CLICK WEB DOMAIN SEARCH FIELD START === */
#order-standard_cart .domain-checker-container .input-group-box {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#order-standard_cart .domain-checker-container .input-group-box .form-control,
#order-standard_cart .domain-checker-container #inputDomain {
    background-color: #FFFFFF !important;
    color: #111827 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding-left: 24px !important;
}

#order-standard_cart .domain-checker-container #inputDomain::placeholder {
    color: #667085 !important;
    opacity: 1 !important;
}

#order-standard_cart .domain-checker-container .input-group-box .btn {
    border: 0 !important;
    box-shadow: none !important;
}

#order-standard_cart .domain-checker-container #inputDomain:focus {
    box-shadow: inset 0 0 0 3px rgba(240, 194, 22, 0.28) !important;
    outline: 0 !important;
}
/* === CLICK WEB DOMAIN SEARCH FIELD END === */
