html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;    
    background-color: var(--base_background);
    background-attachment: fixed !important;
    
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 20px 0 20px;
}

.content_form {
    margin: 20px 0 0 0; 
}

.content_ai {  
    margin: 20px 0 0 0; 
    width: 100%;
}

.header_box {
    background-color: var(--headerfooter_background);
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 0 0 0 0;
    color: var(--headerfooter_text);
    padding: 10px 0 20px 0;
}  

.header_box_change1 a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background-color: var(--headerfooter_background);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: var(--headerfooter_link);
    overflow: auto;
    padding: 10px 30px 10px 30px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}

.header_box_change1 a:hover {
    text-decoration: none;
    background-color: var(--headerfooter_background);
    color: var(--headerfooter_text);
    box-shadow: inset -0.2em -0.2em 0.2em 0 rgba(0,0,0,0.5);
}

.header_box_change2 a {
    background-color: var(--headerfooter_background);
    color: var(--headerfooter_text);
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: fit-content;
    margin: 10px auto 10px auto;
    overflow: auto;
    padding: 10px 30px 10px 30px;
    
}

.header_box_change2 a:hover {
    text-decoration: none;
    background-color: var(--headerfooter_background);
    color: var(--headerfooter_text);
    box-shadow: inset -0.2em -0.2em 0.2em 0 rgba(0,0,0,0.5);
}

.footer {
    background-color: var(--headerfooter_background);
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px;
    margin: 20px 0 0 0;
    color: var(--headerfooter_text);
    text-align: center;
    font-size: 11px;
}

.footer a {
    color: var(--headerfooter_link);
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-logo {
    max-width: 65px; 
    background-color: #ffffff;
}

.footer .privacy {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    border-bottom: 1px var(--headerfooter_text) solid;
}

.footer .privacy li {
    list-style: none;
    margin: 5px 10px 5px 10px;
    float: left;
}

.footer .privacy li a {
    cursor: pointer;
}

.flag_box_text {
    column-count: 4;
    margin: 10px 0 0 0;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
    color: var(--base_text);
    line-height: 22px;
}

.flag_box_text a, .flag_box_text span {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    padding:  5px 5px 5px 5px;
}

.flag_box_text a {
    color: var(--base_link);
}

.flag_box_text a:hover {
    text-decoration: underline;
}

.logo_box {
    margin: 10px 30px 10px 30px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.logo {
    max-width: 100px;
}

/* -------- */

.row3 {
    display: flex;
    flex-wrap: wrap;
    container-type: inline-size;
    gap: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.column3-1 {
    flex: 0 0 20%;
}

.column3-2 {
    flex: 1 1 0%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 3px;
}

.column3-3 {
   flex: 0 0 20%;
}

/* -------- */

.text01 {
    font-size: 28px;
}

.text02 {
    font-size: 13px;
    margin: 10px 0 0 0;
}

.text03 {
    font-size: 11px;
    margin: 5px 0 0 0;
    font-weight: normal;
}

#text_welcome1, #text_welcome2 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 20px 0;
    text-wrap: pretty;
}

#text_welcome1 {
    font-weight: bold;
}

.msg-success, .msg-success2 {
    margin: 0 0 10px 0;
    float: none;
    animation-name: msg-anim1;
    animation-duration: 4s;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

/**/

.good_box_row {
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    overflow: auto;
    gap: 2%;
}

.good_box_col {
    flex-grow: 1;
    flex-basis: 20%; 
    float: left;
    padding: 30px 10px 30px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid var(--headerfooter_background);
}

.aibox {
    padding: 30px 10px 30px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid var(--headerfooter_background);
}

/**/

.input_box0 {
    display: block;
}

.input_box {
    display: block;
    overflow: visible;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.ibbv2 {
    padding: 0 0 10px 2px !important;
    border-bottom: 1px solid var(--headerfooter_background);
}

.input_box0 .ibbv2:last-child {
    border-bottom: none;
}

.input_box_a {
    display: block;
    margin: 0 0 3px 0;
    font-size: 12px;
    padding: 0 0 0 2px;
    color: var(--base_text);
}

.input_box_a_title {
   font-weight: bold;
}

.input_box_b {
    display: block;
    padding: 2px;
    font-size: 16px;
    color: var(--base_text);
}

.input_box_title {
    display: block;
    overflow: auto;
    padding: 10px 0 10px 0;
    float: left;
    width: 100%;
}

.input_box_title div {
    display: block;
    margin: 5px 0 5px 0;
    width: 100%;
    font-size: 12px;
    font-style: italic;
}

.input_count {
    float: right;
    padding: 2px 5px 2px 5px;
    font-size: 9px;
    background-color: #ffffff;
    color: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input_box_clear {
    display: block;
    width: 100%;
    overflow: auto;
}

.input_box_sep {
    display: block;
    width: 100%;
    overflow: auto;
    padding: 20px 0 20px 0;
    margin: 10px 0 10px 0;
}

.submit_box {
    text-align: center;
}

/**/

.input01 {
    display: block;
    font-size: 16px;
    margin: 0 0 0 0;
    border: none;
    cursor: pointer;
    width: calc(100% - 20px);
    padding: 10px 10px 10px 10px;
   
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input01:focus {
    border: none;
    outline: none;
}

select {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    color: #000000;
    background-color: #ffffff;
}

textarea {
    font-family: sans-serif !important;
    font-size: 16px !important;
    -webkit-appearance: none;
}

.input03w {
    padding: 12px 25px 12px 25px;
    font-size: 14px;
    margin: 20px 0 20px 2px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    background-color: var(--headerfooter_background);
    color: var(--headerfooter_text);
}

.input03w:hover {
    border: none;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0);
    background-color: var(--headerfooter_text);
    color: var(--headerfooter_background);
}

.input03w-d {
    padding: 12px 25px 12px 25px;
    font-size: 14px;
    margin: 20px 0 20px 2px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
}

.btn-reset {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.textarea01 {
    min-height: 150px;
}

.text-count-err {
    font-weight: bold;
}

#know_box {
    max-height: 30vh !important;
    overflow-y: scroll !important;
    margin: 0 30px 0 0;
    border: 1px solid var(--headerfooter_background); 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    display: none;
    text-align: left;
}

#know_box::-webkit-scrollbar {
    width: 12px;
}

#know_box::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0  var(--headerfooter_background); 
}

#know_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 20px 20px 6px  var(--headerfooter_background); 
}

.know_title {
    text-align: center;
    font-weight: bold;
    margin: 10px 0 10px 0;
    font-size: 17px;
}

.know_info {
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 14px;
}

#reset_box {
    display: none;
    text-align: center;
}

/**/

.wordwrap {
    /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever
   word-break: break-all; 
  */
  
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/**/

/* file upload button */
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  border: 1px solid var(--headerfooter_background);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
     font-weight: normal;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
    font-weight: bold;
}

/* ------------------ */

.switch {
    display: inline-block;
    height: 25px;
    position: relative;
    width: 60px;
}

.switch input {
    display:none;
}

.slider {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    background-color: var(--headerfooter_background);
}

.slider:before {
    bottom: 4px;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    position: absolute;
    transition: .4s;
    background-color: var(--headerfooter_text);
}

input:checked + .slider:before {
    transform: translateX(34px);
    background-color: var(--headerfooter_link);
}

.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

/* ------------------ */

select, option {
  -webkit-appearance: none;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-wrapper:after {
    content: '\0025BC';
    font: normal normal normal 12px/1 FontAwesome;
    right: 14px;
    top: 4px;
    height: 26px;
    padding: 15px 0 0 8px;
    position: absolute;
    pointer-events: none;
}

/**/

.circle,
.circle1-border, .circle2-border {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.circle {
  z-index: 1;
  position: relative;
  background: #ffffff;
  transform: scale(1);
  animation: success-anim 700ms ease;
}

.circle2-border {
  z-index: 0;
  position: absolute;
  transform: scale(1.1);
  animation: circle-anim 400ms ease;
  background-color: var(--headerfooter_background);
}

.circle1-border {
  z-index: 0;
  position: absolute;
  transform: scale(1.1);
  animation: circle-anim 400ms ease;
  background-color: var(--headerfooter_background);
}

.circle-success {
    color: var(--headerfooter_background);
    font-size: 45px;
    display: block;
    text-align: center;
    padding-top: 21px;
}

.success_box {
    text-align: center;
    padding-top: 21px;
    font-size: 25px;
    padding: 15px 20px 30px 20px;
    text-wrap: pretty;
}

.success_box_redirect {
    font-size: 20px;
    padding: 15px 0 30px 0;
    text-wrap: pretty;
}

#countdown {
    padding: 20px 0 0 0;
}

@keyframes success-anim {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes circle-anim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.1);
  }
}

.please-box {
    text-align: center;
    text-wrap: pretty;
    margin: 10px 0 10px 0;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
}

/* modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(7px) saturate(30%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal {
    background-color: #ffffff;
    border-radius: 8px;
    width: 80vw;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    transform: translateY(-50px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal {
    transform: translateY(0);
}

.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
}

.modal-header-close {
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #777;
}

.modal-close:hover {
    color: #000;
}

.modal-content {
    padding: 10px 20px 20px 20px;
    overflow-y: auto;
    flex-grow: 1;
}

.modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 12px;
    color: #aaaaaa;
}

/**/

.inverted-border-radius-ai {
    position: relative;
    border-radius: 0 25px 25px 0;
    
}

._inverted-border-radius-ai::before {
    content: "";
    position: absolute;
    margin-left: -20px;

    background-color: transparent;
    bottom: -50px;
    height: 50px;
    width: 25px;
    border-top-left-radius: 25px;
    box-shadow: 0 -25px 0 0 var(--headerfooter_background);
}

.inverted-border-radius-user {
    position: relative;
    border-radius: 25px 0 0 25px;
}

._inverted-border-radius-user::before {
    content: "";
    position: absolute;
    right: 0;
   
    background-color: transparent;
    bottom: -50px;
    height: 50px;
    width: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0 -25px 0 0 var(--headerfooter_background);
}

#chat {
    display: none;
    padding: 10px;
    margin-bottom: 10px;
    max-height: 50vh;
    overflow: auto;
    overflow-y: scroll !important;
    box-sizing: border-box;
}
.ai, .user {
    margin: 10px 0;
    text-align: left;
    padding: 20px 20px 30px 20px;
    min-width: calc(50% - 40px);
}

.ai_ {
    background: var(--headerfooter_background);
    color: var(--headerfooter_text);   
    margin-right: 20%;
    float: left;
}

.user_ {
    background: var(--headerfooter_background);
    color: var(--headerfooter_text);
    text-align: left;
    margin-left: 20%;
    float: right;
}

.ai {
    position: relative;
    margin-right: 20%;
    float: left;
    background: var(--headerfooter_background);
    color: var(--headerfooter_text);   
}

.ai:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--headerfooter_background);
    height: 16px;
    width: 16px;
}

.user {
    position: relative;
    background: var(--headerfooter_background);
    color: var(--headerfooter_text);
    text-align: left;
    margin-left: 20%;
    float: right;
}

.user:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 99%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--headerfooter_background);
    height: 16px;
    width: 16px;
}

#status {
    display: none;
    font-style: italic;
    margin-bottom: 10px;
    text-align: center;
}

#timer {
    display: none;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

#startRecord, .startRecord {
    display: none;  
}
  
#stopRecord, .stopRecord {
    display: none;
    text-align: center;
}

.eq-bar {
  transform: scale(1, -1) translate(0, -40px);
}

.eq-bar--1 {
    animation-name: short-eq;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    fill: var(--headerfooter_background);
}

.eq-bar--2 {
    animation-name: tall-eq;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-delay: 0.17s;
    fill: var(--headerfooter_background);
}

.eq-bar--3 {
    animation-name: short-eq;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-delay: 0.34s;
    fill: var(--headerfooter_background);
}

@keyframes short-eq {
  0% {
    height: 40px
  }

  50% {
    height: 24px
  }

  100% {
    height: 40px
  }
}

@keyframes tall-eq {
  0% {
    height: 36px
  }

  50% {
    height: 18px
  }

  100% {
    height: 36px
  }
}
  
/**/

/**/

.ai-button01-box {
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ai-button01 {
    background-color: var(--headerfooter_background);
    border: 0;
    border-radius: 56px;
    color: var(--headerfooter_text);
    cursor: pointer;
    display: inline-block;
    font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    padding: 16px 41px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    overflow: hidden;
}

.ai-button01:before {
    background-color: initial;
    background-image: linear-gradient(var(--headerfooter_text) 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}

.ai-button01:hover {
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.15);
}

.ai-button02 {
    background-color: var(--headerfooter_background);
    border: 0;
    border-radius: 56px;
    color: var(--headerfooter_text);
    cursor: pointer;
    display: inline-block;
    font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 12px;
    font-weight: normal;
    outline: 0;
    padding: 6px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    overflow: hidden;
}

.ai-button02:before {
    background-color: initial;
    background-image: linear-gradient(var(--headerfooter_text) 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}

.ai-button02:hover {
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.15);
}

/* ------------------ */

/*
.responsive-table-wrapper{
    width: 90vw;
    box-sizing:border-box;
}

.responsive-table-wrapper2{
    width: 40vw;
    box-sizing:border-box;  
}

.responsive-table-box {
    overflow-x: scroll !important;
}

.responsive-table {
    width: 100%;
    border: none;
    font-size: 12px;
    border-spacing: 2px;
    border-collapse: separate;
}

.responsive-table td {
    padding: 7px 10px 7px 10px;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.responsive-table td:last-child {
    border-right: none;
}

.responsive-table .table-td1 {
    font-size: 11px;
    width: 1%;
    white-space: nowrap;
}

.responsive-table .table-td2 {
    font-weight: bold;
}

.responsive-table th {
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    font-weight: normal !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #1e373f;;
    color: #ffffff;
}

tbody:before {
    content: "-";
    display: block;
    line-height: 2px;
    color: transparent;
}

.responsive-table th a {
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.responsive-table th a:hover {
    text-decoration:underline;
}

.table-row:nth-child(even) { / * efefef   * /
    background-color: #efefef;;
}

.table-row:nth-child(odd) {
    background-color: #ffffff;;
}

.table-row:hover { / * , .table-row:hover a   ,,, afbccb  * /
    background-color: #d2d7dd;;
}

.table-row:hover .input03 {
    background-color: rgb(28, 82, 180);
    color: #ffffff;;
}
*/

/**/

@media only screen and (max-width: 400px) {
    .flag_box_text {
        column-count: 2;
    }
}

@media only screen and (min-width: 401px) and (max-width: 600px) {
    .flag_box_text {
        column-count: 3;
    }
    
}

@media only screen and (max-width: 800px) {
    .header_box {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    
    .footer {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0;
    }
    
    .footer .privacy li {
        margin: 5px 0 5px 0;
        float: none;
    }

    .container {
        margin-top: 0;
        padding: 0;
    }
    
    .content_form {
        padding: 0 1% 0 1%;
        width: 98%;
    }
    
    .aibox {
        border-top: 1px solid var(--headerfooter_background);
        border-bottom: 1px solid var(--headerfooter_background);
        border-left: 0 solid var(--headerfooter_background);
        border-right: 0 solid var(--headerfooter_background);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    
    .text01 {
        font-size: 20px;
    }
    
    .text02 {
        font-size: 11px;
        margin: 10px 0 0 0;
    }

    .text03 {
        font-size: 9px;
        margin: 5px 0 0 0;
        font-weight: normal;
    }
    
    .good_box_col {
        flex-grow: 1;
        flex-basis: 100%; 
        float: none;
        margin: 0 0 20px 0;
    }

    .ai-button01 {
        padding: 16px 48px;
    }
    
    .modal {
        width: 95vw;
    }
}

@media print {
    .footer {
        display: none;
    }
    
    .flag_box_text {
        display: none;
    }
}
