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;
}

.mandatory {
    color: red;
}

.active-tab {
    color: rgba(0, 0, 0, 0.9) !important;
    font-weight: 500 !important;
}

.clear-button {
    color: red;
    position: absolute;
    top: 13px;
    right: -10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 25px;
    margin-right: 16px;
    cursor: pointer;
    display: none;
}
.root-form-header {
    font-size: 20px;
    font-weight: 500;
}
.form-subheader {
    font-size: 18px;
    font-weight: 500;
}
.no-select {
    cursor: not-allowed !important;
}
.custom-margin-top {
    margin-top: 2.3rem !important;
}
.no-left-pad
{
    padding-left:0;
}
.no-right-pad{
    padding-right:0;
}