.bg-gradiente {
    background: rgb(9, 57, 121);
    background: -moz-linear-gradient(45deg, rgba(9, 57, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(9, 57, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    background: linear-gradient(45deg, rgba(9, 57, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#093979", endColorstr="#00d4ff", GradientType=1);
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 40px;
    background-color: #3759f1;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.float a {
    color: #FFF;
}

.float a:hover {
    color: #3ad8ff;
}

.my-float {
    margin-top: 7px !important;
}

.foto-user {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50em;
    margin-right: 1em;
    border: 1px solid #ced4da;
}

.foto-user img {
    width: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.btn-orange {
    background-color: rgba(253, 126, 20, 0.75) !important;
}

.btn-orange:hover {
    background-color: rgba(247, 149, 70, 0.75) !important;
}

.bg-demanda-interna {
    background-color: #ffe3fec9 !important;
}

.bg-demanda-externa {
    background-color: #e3ecffc9 !important;
}

.bg-light-grey {
    background-color: #eaeaea !important;
}

#editor {
    font-size: 16px;
    line-height: 1.5;
  }
  