<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modalPopup {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-contentPopup {
    background-color: #fefefe;
    margin: 20vh auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}

@media only screen and (min-width: 1100px) {
    .modal-contentPopup {
        background-color: #fefefe;
        margin: 20vh auto;
        padding: 20px;
        border: 1px solid #888;
        width: 400px !important;
    }
}

.close2 {
    color: #aaa !important;
    float: right !important;
    font-size: 28px !important;
    font-weight: bold !important;
    margin-top: -22px;
    margin-right: -8px;
}

.close2:hover,
.close2:focus {
    color: black !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.notify-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 60px !important;
    margin-bottom: 20px !important;
}

.mymodal-header {
    display: flex;                     
    align-items: center;               
    justify-content: center;           
    font-size: 20px;                  
    margin-bottom: 20px;            
    height: 100px;                    
    padding: 0;                       
    text-align: center;              
}


.text-primary {
    color: #FD7A08 !important;
}

.dropdown-container-mymodal {
    position: relative;
    margin-right: 10px;
    text-align: left;
}

.dropdown-list-item-mymodal {
    padding-right: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    list-style: none;
    padding-left: 14px;
    height: 25px;
    align-items: center;
}

.dropdown-list-item-mymodal:hover {
    background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
    .dropdown-container-mymodal {
        margin-bottom: 5px;
    }

    .dropdown-container-insurance-mymodal {
        margin-bottom: 5px;
    }

    .dropdown-container-issue-mymodal {
        margin-bottom: 5px;
    }
}

@media (max-width: 448px) {
    .dropdown-input-mymodal {
        padding: 10px 8px 14px 8px;
        border: none;
        border-radius: 10px;
        color: #333;
        font-size: 15px !important;
    }

    .dropdown-container-mymodal {
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }

    .dropdown-container-insurance-mymodal {
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }

    .dropdown-container-issue-mymodal {
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }
}

.dropdown-input-mymodal::placeholder {
    font-weight: 700;
    color: #333;
}

@media (max-width: 767px) {
    .dropdown-container-mymodal {
        margin-right: 0;
        margin-bottom: 0px;
        width: 100%;
        text-align: left;
    }
    .dropdown-container-insurance-mymodal {
        margin-right: 0;
        margin-bottom: 0px;
    }

    .dropdown-container-issue-mymodal {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: left;
    }
}

#dropdown-list-issue-mymodal {
    padding: 2px;
    position: absolute;
    padding-left: 0;
    text-align: left;
    max-height: 200px; /* Remove max-height to allow auto height */
    overflow-y: auto; /* Allow content to expand without scroll */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10; /* Use grid layout */
    grid-template-columns: repeat(2, 1fr); /* Two equal-width columns */
    gap: 5px; /* Space between items */
    width: auto; /* Adjust width based on content */
    height: auto; /* Auto height based on content */
    padding-right: 10px; /* Padding for scroll visibility */
}

@media (min-width: 768px) {
    #dropdown-list-issue-mymodal {
        width: 500px; /* Fixed width for larger screens */
    }
}

@media (max-width: 767px) {
    #dropdown-list-issue-mymodal {
        width: auto; /* Auto width for smaller screens */
    }
}

#dropdown-list-issue-mymodal li {
    /* text-align: left; */
    list-style: none; /* Remove default bullet points */
    break-inside: avoid; /* Ensure items don't split between columns */
    white-space: nowrap; /* Prevent text from breaking into multiple lines */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add ellipsis if text overflows */
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.dropdown-container-issue-mymodal {
    position: relative;
    margin-right: 10px;
    text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-container-mymodal {
        margin-right: 0;
        margin-bottom: 0px;
        width: 100%;
        text-align: left;
    }

    .dropdown-container-insurance-mymodal {
        margin-right: 0;
        margin-bottom: 0px;
    }
}

.dropdown-list-mymodal {
    position: absolute;
    top: 68px;
    width: calc(100% - -24px);
    padding-left: 0;
    text-align: center;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}

.dropdown-list-mymodal::-webkit-scrollbar {
    width: 6px;
}

.dropdown-list-mymodal::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.dropdown-input-mymodal {
    padding: 16px 6px 16px 15px;
    border: none;
    border-radius: 10px;
    color: #333;
    font-size: 14px;
}

.dropdown-input-mymodal:focus {
    outline: none
}

.dropdown-container-insurance-mymodal {
    position: relative;
    margin-right: 10px;
    text-align: left;
}

.creative-ui-mymodal {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    border: 1px solid #ccc;
    border-radius: 0.4rem;
}

.divider-mymodal {
    border-left: none;
    width: 100%;
}

.divider-top-mymodal {
    display: block;
    border-top: 1px solid #ccc;
    width: 100%;
    max-width: calc(100% - 16px);
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
}

.get-start-btn-mymodal{
    width: 100%;
    box-sizing: border-box;
    background-color: #ff8000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -0.01rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 2px solid transparent;
    transform: translateY(0);
    border-radius: 0.4rem;
    transition: background-color 0.3s ease;
    padding: 14px;
}

.button-box-container-mymodal {
    padding: 5px;
}

.css-1636szt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 2.5rem;
    position: absolute;
    right: 7px;
    top: calc(50% - 0.7em);
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
}

.dropdown-list-issue-display-none {
    display: none !important;
}

/* Class to make the dropdown visible */
.dropdown-list-issue-display-grid {
    display: grid !important; /* Change this to whatever display type you need */
}

.dropdown-list {
    position: absolute;
    top: 68px;
    width: calc(100% - -24px);
    padding-left: 0;
    text-align: center;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}

.dropdown-list::-webkit-scrollbar {
    width: 6px;
}

.dropdown-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.selected-option {
    background-color: #FFBE57 !important; /* Background color for the selected option */
    color: white; /* Text color to contrast with the background */
    border-radius: 10px;
    margin-left: 10px;
}

.submit-button {
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    background-color: #ff8000;
    border-color: #ff8000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.submit-button:hover {
    transform: translateY(-3px); /* Slight upward movement */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); /* Add small shadow */
    background-color: #ff8000;
    border-color: #ff8000;
  }

.shared {
    grid-column: 1 / span 2; /* Make the shared item span across both columns */
}

.dropdown-list-insurance-display-block {
    display: block !important; /* Change this to whatever display type you need */
}

.dropdown-texts {
    padding: 0 6px 0px 15px !important;
    border: none !important;
    border-radius: 10px !important;
    color: #757575 !important;
    font-size: 14px !important
}

.dropdown-in {
    padding: 15px 6px 0 15px !important;
    border: none !important;
    border-radius: 10px !important;
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.error-msg {
    color: #d8000c; /* Strong red for the error text */
    background-color: #ffdddd; /* Light red background to highlight the message */
    border: 1px solid #d8000c; /* Red border to emphasize the message */
    padding: 10px 15px; /* Padding around the message for clarity */
    border-radius: 5px; /* Soft rounded corners */
    font-size: 16px; /* Make the font slightly larger */
    font-weight: bold; /* Bold text to make it more prominent */
    display: flex; /* Flex layout to position icon and text */
    align-items: center; /* Center icon and text vertically */
    margin: 10px 0; /* Space above and below the message */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Slight shadow for a more modern look */
  }</pre></body></html>