.disabled-button {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    border-color: #ccc !important;
}
select{
	    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 15px;
}
.jet--ua-safari .jet-form-builder__field-wrap select.select-field{
	background-position: calc(100% - 30px) calc(1em + 12px),calc(100% - 25px) calc(1em + 12px)!important;
}

.jet--ua-safari input[type="date"]::-webkit-calendar-picker-indicator {
    display: none; 
}

.jet--ua-safari input[type="date"]::-ms-clear {
    display: none; 
}

.jet--ua-safari input[type="date"] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000000' d='M19 3h-1V2h-2v1H8V2H6v1H5c-1.11 0-2 .89-2 2v16c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.11-.9-2-2-2zm0 18H5V9h14v12zM5 7V5h14v2H5z'/></svg>")!important;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 24px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 18px;
}

/* Tooltip styling */
.tooltip {
    position: absolute;
    z-index: 200;
    background: #e3e3e3;
    color: #7f2744;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid lightgray;
    display: none;
    left: 10px;
    margin-left: 10px;
    top: -32px;
}

/* Position the tooltip appropriately relative to the parent */
.jet-form-builder__field-wrapper {
    position: relative;
    display: inline-block;
}


