﻿:root {
    --border-color: rgb(240, 240, 240);
    --placeholder-area-color: #eee;
    --text-color-help: #6c757d;
    --text-color-error: #dc3545;
}

hr {
    background-color: var(--border-color);
    height: 1px;
    border: none;
    margin: 1rem 0;
}

.validation-block ul {
    margin: 0;
    list-style: none;
    margin-block-start: 0;
    padding-inline-start: 0;
}

.card-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 3rem 1rem;
    background-color: #FFF3DE;
}

.card-view > .container > .content {
    width: 370px;
    max-width: 100%;
}

input[type="email"] {
    background-color: #FFF3DE !important;
}

input[type="text"] {
    background-color: #FFF3DE !important;
}

input[id="name"] {
    background-color: #FFF3DE !important;
}

input[type="password"] {
    background-color: #FFF3DE !important;
}

.card-view > .container > .wide-content {
    width: 1000px;
    max-width: 100%;
}

.card-view > .container > .wide-content > .ant-card > .ant-card-body > h3 {
    font-weight: 700;
    font-size: 1.42857rem;
    font-family: 'Poppins',sans-serif;
}

.card-view > .container > .wide-content > .ant-card > .ant-card-body > h2 {
    font-weight: 800;
    font-size: 30px;
    font-family: 'Poppins',sans-serif;
}

.card-view > .container > .wide-content > .ant-card > .ant-card-body > p {
    font-size: 15px;
    font-family: 'Poppins',sans-serif;
    line-height: 1.5;
}

.card-view > .container > .content > .ant-card > .ant-card-body > .title {
    text-align: center;
}

.card-view .copyright {
    color: #6c757d;
    font-size: 0.875em;
    margin-top: 1rem;
    text-align: center;
}

.colored-body {
    background-color: #FFF3DE;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
}

main {
    flex: 1 0 auto;
}

.w-100 {
    width: 100%;
}

.text-small {
    font-size: .875rem;
}

.text-smaller {
    font-size: .8rem;
}

.text-center {
    text-align: center;
}

#qr-code {
    margin: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

/*.button-link {*/
/*    display: inline-block;*/
/*    padding: 10px 20px;*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    background-color: #007bff;*/
/*    border-radius: 5px;*/
/*    text-decoration: none;*/
/*    text-align: center;*/
/*    transition: background-color 0.3s;*/
/*}*/

.mb-2 {
    margin-bottom: 0.5rem;
}

.ant-alert {
    margin-bottom: 1rem;
}

label {
    font-family: 'Poppins',sans-serif !important;
    font-weight: 400 !important;
    line-height: 21px !important;
}

a.ant-btn {
    border-radius: 6px !important;
    border-width: 1px !important;
    border-color: #11b4bb !important;
    background-color: transparent !important;
    gap: 8px !important;
    color: #11b4bb !important;
    font-family: 'Poppins',sans-serif !important;
    font-weight: 600 !important;
}

a.ant-btn:is(:hover, :focus) {
    color: #2ac7d1 !important;
    border-color: #2ac7d1 !important;
    border-bottom-style: solid !important;
}

a.ant-btn:active {
    color: #23969d !important;
    border-color: #23969d !important;
}

a.ant-btn-primary {
    border-radius: 6px !important;
    border-width: 1px !important;
    gap: 8px !important;
    background-color: #11b4bb !important;
    color: #FFFFFF !important;
    font-family: 'Poppins',sans-serif !important;
    font-weight: 600 !important;
}

a.ant-btn-primary:is(:hover, :focus) {
    background-color: #2ac7d1 !important;
    color: #FFFFFF !important;
}

a.ant-btn-primary:active {
    background-color: #23969d !important;
    color: #FFFFFF !important;
}

.mt-8 {
    margin-top: 2rem;
}

button {
    border-radius: 6px !important;
    border: 1px !important;
    gap: 8px !important;
    background-color: #11b4bb !important;
    color: #FFFFFF !important;
    font-family: 'Poppins',sans-serif !important;
    font-weight: 600 !important;
}

button:is(:hover, :focus) {
    background-color: #2ac7d1 !important;
}

button:active {
    background-color: #23969d !important;
}

input {
    border-radius: 6px !important;
    background: #FFFFFF !important;
    border: 1px solid #00000026 !important;
    color: #0E0F17E0 !important;
    font-family: 'Poppins',sans-serif !important;
    font-weight: 400 !important;
}

input:is(:hover, :focus) {
    border-color: #42DBD1 !important;
}

input:blank {
    border-color: #7cb305 !important;
}

a {
    color: #00A0A6;
    border-bottom: 1px solid #00A0A6;
    font-family: 'Poppins',sans-serif !important;
    font-weight: 400 !important;
}

a:is(:hover, :focus, :active){
    color: #00A0A6;
    border-bottom: 0px;
}

.oneflo-a-btn {
    border-radius: 6px;
    border-width: 1px;
    border-color: #00000026;
    gap: 8px;
    background-color: #FFFFFF;
    color: #0E0F17E0;
    font-color: #0E0F17E0;
}

.oneflo-a-btn:is(:hover, :focus) {
    border-bottom: 1px solid;
    border-color: #00000026;
    color: #11B4BB;
    font-weight: 600;
}

.oneflo-a-btn:active {
    border-color: #007C85;
    color: #007C85;
}

.oneflo-alert-notification {
    background-color: #D7FAF4;
    border-color: #84EBD3;
    border-width: 1px;
    border-radius: 8px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    color: #0E0F17E0;
}

.title {
    font-family: Poppins,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.002em;
    margin-bottom: 30px;
}

.logo {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.label-with-tooltip {
    margin-bottom: 8px;
}

.btn-link {
    color: var(--antd-wave-shadow-color);
    padding: 0;
    outline: none;
    border: none;
    background: none;
    display: inline-block;
    text-align: left;
}

.ant-form-item-explain-error {
    font-size: 0.875em;
}

.tooltip {
    margin-left: 4px;
    position: relative;
    display: inline-block;
    cursor: default;
}

.tooltip .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 1px solid black;
    border-radius: 50%;
    color: black;
    font-weight: bold;
    font-size: 14px;
    user-select: none;
}

.tooltip .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%; /* Adjust position */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}