label.error {
    color: #F00;
}

#loading{
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
}

#bg-loading{
    height: 100vh;
    background: rgba(255,255,255,.5);
    width: 100%;
}

#img-loading{
    width: 50%;
    height: 50%;
    overflow: hidden;
    margin: auto;
    padding: 21% 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
#img-loading img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fa-xs {
    font-size: .75em;
}

.swal2-styled.swal2-confirm{
    background-color: #3c8dbc;
}

.swal2-styled.swal2-confirm:focus 
{
    box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.div-telefone label{
    display: block
}

.form-ddd {
    float: left;
    width: 25%;
}

.form-telefone {
    width: 70%;
    margin-left: 5%;
    float: left;
}

@media (min-width: 576px)
{
    .hidden-desktop{
        display: none !important;
    }
}

@media (max-width: 575px)
{
    .three{
        left: 84% !important;
    }

    .fa-2x-mobile{
        font-size: 1.8em;
    }
}

.one,
.two,
.three {
    position: absolute;
    margin-top: -10px;
    z-index: 1;
    height: 30px;
    width: 30px;
    border-radius: 25px;

}

.one .bullet-point-text {
    position: relative;
    margin: -10px -10px;
}

.two .bullet-point-text {
    position: relative;
    margin: -10px -20px;
    width: 300%;
}

.three .bullet-point-text {
    position: relative;
    margin: -10px -30px;
    width: 300%;
}

.one {
    left: 9%;
}

.two {
    left: 49%;
}

.three {
    left: 89%;
}

.success-color {
    background-color: #5cb85c;
}

.no-color {
    background-color: #e9ecef;
}

.alert-default{
    background-color: white;
    border-color: #d2d6de !important;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.alert-default .close{
    opacity: 0.7;
    line-height: 0;
}

.clear-both {
    clear: both;
}

.pull-right{
    float: right!important;
}

.pull-lefts{
    float: lefts!important;
}

.bloco-video {
  position: relative;
  padding-bottom: 56.25%;
}

.bloco-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dark-mode .swal2-html-container{
    color:white;
}