html {
  font-size: 14px;
}

/*** Accept Privacy Policy ***/
button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
    background-color: #06A3DA;
}


@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.cancelacolor {
  color: #EEF9FF !important;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

#mypopup {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);   */ /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.mypopup-content {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.mymodal-backdrop {
    margin: 15% auto;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    z-index: 1040;
}
.grecaptcha-badge {
    visibility: hidden;
}


/*SVG Max Icon Start*/
/* 1. Base Icon Style (Behaves like a font) */
.custom-icon {
    width: 1.4em; /* Scales with text size */
    height: 1.4em;
    vertical-align: middle; /* -0.125em; Aligns with text baseline like FontAwesome */
    transition: all 0.2s ease-in-out;
}

/* 2. Normal State: Sign is white, Background is transparent */
.btn-outline-light .svg-bg {
    fill: transparent;
    transition: fill 0.2s ease-in-out;
}

.btn-outline-light .svg-sign {
    fill: #fff; /* Force white sign */
    transition: fill 0.2s ease-in-out;
}

/* 3. Hover State: Sign becomes "transparent" (matches button bg), Background becomes white */
.btn-outline-light:hover .svg-bg {
    fill: #fff; /* Background becomes white */
}

.btn-outline-light:hover .svg-sign {
    /* 
       To make the sign "transparent" so it cuts through the white background, 
       we set it to the dark color of the Bootstrap hover text.
    */
    fill: #212529;
}
/*SVG Max Icon Finish*/

@media only screen and (max-device-width: 900px) {
    p.mainlogo {
        display: none;
    }
}

