html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
    .word-icon {
        visibility: hidden;
        display: none;
    }
}

.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;
}

.dz-dashed {
    border-style: dashed!important;
}

.bi {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.link {
    color: rgb(33, 37, 41);
    text-decoration: none;
}

.bg-header {
    background-color: #002b5c;
    color: white!important;
}

.info-helper {
    color: #084298;
    
    /*margin: 0;*/
}

.info-helper svg {
    padding-top: 0.1rem;
    vertical-align: -0.09rem;
}

.form-floating-group input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.password-show {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.password-eye {
    padding-bottom: 1.5em;
}

.no-border {
    border: none;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.balance-positive {
    color: rgb(25,135,84);
    font-weight: 600;
}

.balance-negative {
    color: rgb(220,53,69);
    font-weight:600;
}