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%;
}

body {
    margin-bottom: 60px;
    font-family: "Joanna Sans W01 Light", sans-serif;
}

label{
    font-weight:bold !important;
}

.jumbotron{
    padding:10px !important;
}

.course {
    font-family: cocogooseregular, sans-serif !important;
    color: #b4008d;
}

@font-face {
    font-family: 'cocogooseregular';
    src: url('CocogoosePro-Regular-5bbc406dc2c24a8d55a4e2f12a2e85939eda88c9a85236bf13b2a6f27b6b61c0.woff') format('woff'), url('font.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.hidden{
    display:none;
    visibility:hidden;
}

.btn-xs {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .3rem .4rem;
    font-size: .8rem;
    line-height: .8;
    border-radius: .2rem;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.gap-2 {
    gap: 0.5rem !important;
    padding: 1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}