
.input-phone-number input:focus{
    /* outline: '#580404' !important; */
    outline-color: #580404 !important;
    outline-style: solid; /* Set the style of the outline */
    outline-width: 6px; /* Set the width of the outline */
    /* border: 'none' !important; */
    border-color: #580404 !important;
    /* box-shadow: none !important; */
    box-shadow: 0 0 5px #580404 !important;
}

/* .react-tel-input .special-label {
    background: '#F9F3D0' !important;
} */
