
@font-face {
    font-family: 'GothamRound';
    /*src: url('../lib/font/GothamRounded-Medium.woff2') format('woff2'), url('../lib/font/GothamRounded-Medium.woff') format('woff');*/
    src: url('../lib/font/GothamRounded-Book.woff2') format('woff2'), url('../lib/font/GothamRounded-Book.woff') format('woff');
}
html {
    font-size: 14px;
    font-family: GothamRound !important;
    --bs-font-sans-serif: GothamRound !important, sans-serif;
}

@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;
    font-family: GothamRound !important;
    --bs-font-sans-serif: GothamRound !important, sans-serif;
}

.top-fieldset {
    border: 1px solid #ddd;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

fieldset {
    padding: .35em .625em .75em;
}

.top-label {
    margin-bottom: 0px;
    margin-top: 6px;
    /* margin-top: 3px; */
}

.tab-content {
    border: 1px solid #D1D1D1 !important;
    border-top: 0px !important;
}

.tab-pane {
    padding: 20px;
}
label {
    color: #5C7AEA;
}

.hidden
{
    display:none;
}