.custom-quote-notice {
	width: max-content;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #3a99cf;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 99999;
    display: none;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.custom-quote-notice .close-notice {
    margin-left: 15px;
    cursor: pointer;
    font-weight: normal;
    font-size: 20px;
}