﻿html {
  font-size: 14px;
}

@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%;
}



.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;
}

.note_card {
    
}

.card_note_body {
    border: 1px solid #000046;
    padding: 3px;
}
.note_card_header {
    padding: 5px;
    background-color: #000046;
    color: white
}

.form-button {
    margin-top: 1.5rem !important;
}

.form-button-margin-big {
    margin-top: 4.15rem !important;
}

.bg-login-image {
    background-image: url('../assets/img/bg/login_background.jpg');
    background-position: center;
    background-size: cover;
}

#map {
    height: 83vh !important;
    width: 100% !important;
}

.gm-style-iw-d {
    overflow: unset !important;
}

.gm-style-iw {
    padding: 0 !important;
}

.gm-style-iw button.gm-ui-hover-effect {
    width: 20px !important;
    height: 20px !important;
    top: 5px !important;
    right: 5px !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    position: relative !important;
}


.gm-style-iw button.gm-ui-hover-effect::before {
    content: "X" !important;
    color: black !important;
    font-size: 14px !important;
    position: absolute !important;
}


