html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Arial' !important;
}

.title {
    font-weight: bold;
    color: #f68a33;
    margin: 0;
}

.subtitle {
    color: #0000A0;
    font-weight: bold;
    margin-bottom: 0px;
}

.check_button_title {
    font-weight: bold;
}

.profile-email {
    color: red;
    font-weight: bold;
    margin-top: 20px;
}

.balance {
    border: 2px solid #f68a33;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    width: max-content;
    max-width: 80px;
    outline: none;
}

.detail-item {
    margin: 0;
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
}

.flex-table {
    display: flex;
    flex-direction: column;
}

.flex-table-data {
    display: flex;
    align-items: center;
    text-align: center;
    color: #0000A0;
    font-size: 14px;
    font-weight: bold;
}

.flex-table-row {
    display: flex;
    flex-direction: row;
    height: 75px;
    border-bottom: 1px solid gainsboro;
}

.table-layout-fixed {
    table-layout: fixed;
}

.w-100 {
    width: 100px !important;
}

.w-150 {
    width: 150px;
}

.w-200 {
    width: 200px;
}

.mw-200 {
    max-width: 200px;
}

.w-230 {
    width: 230px;
}

.w-280 {
    width: 280px;
}

.mw-300 {
    max-width: 300px;
}

.w-300 {
    width: 300px;
}

.mw-400 {
    max-width: 400px;
}

.w-400 {
    width: 400px;
}

.w-auto {
    width: auto;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-auto {
    margin-left: auto;
}

.m-3 {
    margin: 3px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.border-bottom-2 {
    border-bottom: 2px solid #f68a33;
}

.line-break {
    line-break: anywhere;
}

.radio {
    width: 18px;
    height: 18px;
}

.code-container {
    font-size: 40px;
    letter-spacing: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog-content {
    display: flex;
    flex-direction: column;
}

.code-input {
    width: 80px; 
    margin-right: 5px; 
    margin-left: 5px;
    height: 60px;
    font-size: 20px;
}

.error-text {
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 15px;
}

.success-text {
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 15px;
}

.notice-title {
    width: 100%;
    height: 30px;
    background-color: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.notice-text {
    color: red;
}

.cc-image {
    width: 100%;
}

.lh-30 {
    line-height: 30px;
}

.text-aling-start {
    text-align: start;
}

.text-align-center {
    text-align: center;
}

.label-text {
    display: flex;
    align-items: center;
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.label-text-highlighted {
    display: flex;
    align-items: center;
    text-align: center;
    color: #0000A0;
    font-size: 14px;
    font-weight: bold;
}

.frame-danger {
    height: 36px;
    margin-top: 4px;
    background-color: #dc354533;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
    border-radius: 8px;
    color: #dc3545;
}

.frame-ok {
    height: 36px;
    margin-top: 4px;
    background-color: #19875433;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
    border-radius: 8px;
    color: #198754;
}

.qr-image-cont {
    width: 250px;
    height: 250px;
    margin-right: 20px;
}

.access-date-error {
    font-size: 12px;
    color: red;
    margin-top: 3px;
}

.access-date-format-label {
    font-size: 12px;
    margin-bottom: 3px;
}

.app-bar {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 20px;
}

.lang-item {
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
}

.active-lang-item {
    color: #0000A0;
}

.paraben-logo {
    height: 100px;
    margin-bottom: 20px;
}

.justify-self-baseline {
    justify-self: baseline;
}

.text-info {
    color: #0000A0 !important;
}

.text-aling-left {
    text-align: left !important;
}

.font-size-14 {
    font-size: 14px;
}

.button-main {
    background-color: #f68a33 !important;
    border-color: #f68a33;
}

.button-main:focus {
    box-shadow: 0 0 0 0.25rem #f68a3344 !important;
}

.button-secondary {
    background-color: #0000A0 !important;
    border-color: #0000A0;
}

.button-secondary:focus {
    box-shadow: 0 0 0 0.25rem #0000A044 !important;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #0000A0;
}

.font-bold {
    font-weight: bold;
}

.color-primary {
    color: #0000A0;
}

.white-space-pre-line {
    white-space: pre-line;
}