/* Start custom CSS for text-editor, class: .elementor-element-4c5f6ac */label {
    font-family: "Montserrat", Sans-serif;
    color: black;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
}
input{
    border-color: #B9B9BF;
}

.sf-button {
    width: 100%;
}

label::after  {
    content:" *";
    color: red
    ;
}

Select#type{

  border-bottom-width:2px!important ;

    border-radius: 8px;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
}
Select#reason{
      border-bottom-width:2px!important ;


    border-radius: 8px;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');



/* ---------------------------------- */
/*    Snippflow Custom Select Arrow   */
/* ---------------------------------- */

.sf-select {
    appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
    width: 100%;
    padding: 10px 35px 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f1f1f1;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
}/* End custom CSS */