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;
    background-color: #E8EEF1;
    font-family: "Montserrat", "Open Sans";
}
.bodyWhite{
    background-color: white;
}
.LabelItalic {
    font-style: italic;
}
.LabelBold {
    font-weight: bold;
}
.LabelBlue {
    color: #0279C1 !important;
}
.BGBlue {
    background-color: #0279C1 !important;
}
.LabelBlack {
    color: black;
}
.LabelError{
    color: red;
}
.LabelSmall{
    font-size: medium;
}
.spacer {
    padding-top: 10px;
    padding-bottom: 5px
}
.noRL{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.profile {
    border: groove;
    border-radius: 16px;
    border-color: gray;
}
.btnSearch{
    width: 100%;
    height: 100%;
}
.spanQuestion {
    font-size: 1.2em !important;
    font-weight: bold;
    padding-top: .35em;
    padding-left: .65em;
    border-radius: 3px 4px;
}
.bodyBG {
    background-color: #E8EEF1;
}
/******************************* **/
/***      section video         ***/
/**********************************/
.divVideoThumbnail {
    display: flex;
    flex-direction: column;
    height: 200px;
    align-items: center;
    position: relative;
    padding: 0;
}
.imgVideoThumbnail {
    height: 100%;
    padding: 0;
    border-radius: 10px;
}
.spanVideoThumbnail {
    text-align: center;
    text-decoration: underline;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: white;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.divFilter {
    border-style: solid;
    border-color: lightgray;
    border-style: solid;
    border-width: 1px;
    padding: 10px 10px 10px 10px;
}