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;
}*/

.navbar {
    background-color: #044f83;
}

.FotoExemplo {
    background-color: dodgerblue;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.respostasCard, .perguntasBotoes {
    height: 630px;
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #fff;
}
textarea {
    resize: none;
}

.BoxShadow {
    -moz-box-shadow: 0px -4px 25px 0px rgba(0,0,0,0.34);
    box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.34);
}
.point {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #bedaf2;
}

.pointReverse {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 15px solid #f8f9fa;
}

*::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

*::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #FFFFFF;
}

*::-webkit-scrollbar-track:hover {
    background-color: #FFFFFF;
}

*::-webkit-scrollbar-track:active {
    background-color: #FFFFFF;
}

*::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #2876EA;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #2876EA;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #52A3FF;
}

.divisoria{
    color: aquamarine;
}