#supportForm-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 0 24px 24px;
}

#support-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    margin-top: 6px;
}

.support-form-header {
    color:#031e5b;
    font-size: 20px;
    font-weight: 500 !important;
    margin: 0px !important;
}

.support-form-header-description {
    color: #0009;
    font-weight: 400;
    font-size: 13px;
}

.support-form-tile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    color:#000000de;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #e0e0e0;
    border-radius: 15px !important;
    padding: 16px;
}

.support-tile-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.support-tile-description {
    color: #0009;
    font-size: 12px;
    font-weight: 400;
}

#supportModalDialog .modal-dialog .modal-header {
	background: none !important;
}

@media screen and (min-width: 768px) {
    #supportModalDialog .modal-dialog {
        width: 700px;
    }
}

#supportModalDialogBody {
    padding-top: 0px !important;
}

#supportModalDialog .modal-dialog .modal-footer {
    display: none !important;
}

.chat-fc-form-outer p.fc-header {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.chat-fc-form-outer .fc-form p {
    margin-block-start: 1em !important;
    margin-block-end: 3em !important;
    font-weight: normal !important;
}

.chat-fc-form-outer div.fc-form a.fc-button {
    border-radius: 3px !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
    height: auto !important;
}

.chat-fc-form-outer div.fc-form ul li label {
    font-weight: normal !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.support-access-code {
    background-color: #7E57C2;
    color: white;
    border-radius: 20px !important;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 4px 10px rgba(126, 87, 194, 0.3);
    display: flex;
    align-items: center;
    gap: 5px;
}

.support-phone-list {
    max-width: 600px;
    width: 100%;
    border-radius: 12px !important;
    border: 1px solid #E4E4E4;
    box-shadow: none !important;
    overflow: hidden;
}

#call-us-modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    width: 100%;
    margin-top: 6px;
}

.support-phone-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 20px;
}

.support-phone-item svg {
    stroke: none !important;
    fill: none !important;
}