﻿
html, body, #app {
    height: 100%;
    margin: 0;
    padding: 0;
}

body,
input, textarea, select, button,
* {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif !important;
}

.sectionHeader {
    border-left: 5px solid #5bc0de;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-left: 10px;
    text-align: left;
}

.paymentSectionHeader {
    border-left: 5px solid #FF6709;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-left: 10px;
    text-align: left;
    background-color: transparent;
}

.inputText {
    font-size: 16px !important;
}

.button {
    text-transform: none;
    background-color: #5bc0de !important;
    color: white !important;
    border-radius: 12px !important;
}

.outLinedbutton {
    text-transform: none;
    color: black !important;
    border-radius: 12px !important;
}

.receipt-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.loading {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: none;
    text-align: center;
    vertical-align: middle;
}

.text-left {
    text-align: left;
    color: grey;
}

.text-right {
    text-align: left;
    color: black;
}

.text-center {
    text-align: center;
    color: black;
}

.footer-copyright {
    padding: 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
}

.copyright-text {
    display: block;
    margin-bottom: 0.5rem;
}

.additional-text {
    display: block;
    font-size: 0.8rem;
}

.custom-rounded {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.mud-input-outlined-border {
    border-radius: 15px !important;
}

.mud-select-input .mud-input-outlined-border {
    border-radius: 15px !important;
}

.mud-autocomplete .mud-input-outlined-border {
    border-radius: 15px !important;
}

.mud-input-outlined.mud-focused .mud-input-outlined-border {
    border-radius: 15px !important;
}

.mud-input-outlined.mud-error .mud-input-outlined-border {
    border-radius: 15px !important;
}

.main-content {
    flex-shrink: 0;
    z-index: 100;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.mud-layout {
    flex: 1;
}

.footer {
    flex-shrink: 0;
    background-color: var(--mud-palette-background-grey);
    padding: 1rem 0;
}

.error-page-text {
    background-color: #F9FAFB;
    border-radius: 15px !important;
}

.circle-icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.mud-list-item:hover {
    background-color: transparent !important;
}

.mud-list-item:hover {
    background-color: inherit !important;
    color: inherit !important;
    transform: none !important;
    box-shadow: none !important;
}
.icon-with-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: pink;
}

.icon-with-circle-success {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: lightgreen;
}

    .icon-with-circle-success .mud-icon-root {
        font-size: 2.5rem;
    }


.no-hover-list .mud-list-item {
    cursor: default !important;
    background-color: transparent !important;
}

    .no-hover-list .mud-list-item:hover {
        background-color: transparent !important;
    }

    .no-hover-list .mud-list-item .mud-ripple {
        display: none !important;
    }

.link {
    padding-right: 0px;
    padding-left: 0px;
}

:root {
    --mud-palette-error: #df1b41 !important;
    --mud-palette-error-rgb: 223, 27, 65 !important;
}