.scroller {
    /* white-space: pre-line; */
    white-space: nowrap;
    height: 100%;
    overflow-y: hidden;
    position: relative;
}

.click {
    cursor: pointer;
}

.bg-login:after {
    background: url(../../assets/images/bg-login.png) center center no-repeat;
    background-blend-mode: overlay;
    background-size: contain;
    background-repeat: no-repeat, no-repeat;
    position: fixed;
    height: 150%;
    width: 100%;
    opacity: 0.8;
    z-index: -1;
    content: "";
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
}

.btn-google:hover {
    color: #fff;
}

.btn-google:before {
    content: "\f0d5";
}

.imagem-perfil {
    margin: auto;
    max-width: 150px;
    max-height: 150px;
    width: 150;
    height: 150;
    object-fit: contain;
    text-align: center;
}

.center-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-backdrop.in {
    opacity: 0.5;
    /* opacity: $modal-backdrop-opacity; (SCSS) */
}

.rounded-circle.text-center {
    max-width: 40px;
    margin-top: 30px;
}

.bg-menu-superior {
    background: linear-gradient(to right, rgb(10, 120, 184), rgb(41, 224, 248)) center center no-repeat;
    background-blend-mode: overlay;
    opacity: 0.8;
}

.circulo-cor{
    /*background: #f00;*/
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.circulo-cor-selecao {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-left: 1px;
    margin-bottom: 10px;
    margin-top: 9px;
}

.custom-icones {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-left: 2px;
    margin-bottom: 10px;
    margin-top: 9px;
    float: left;
    color: #3e5569;
}

.custom-icone-container {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: whitesmoke;
}
.img-icone-selecao {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #3e5569;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: -8px;
    margin-right: 18px;
}

.oculta-logo{
    display: none
}

.card-subtitle {
    margin-top: .375rem !important;
}

.btn-icon{
    padding: 3px;
}
.fonte-media-menu {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #212529;
}

.fonte-pequena-menu {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #A1AAB2;
}

.circulo-icone-imagem{
    border-radius: 150px;
    width: 200px;
    height: 190px; 
    background-image: url(https://i.stack.imgur.com/atUuf.png);
    background-position: center;
}

/* Toggle Switch Custom para Perfil/Entidades */
.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}
  
.switch input {display:none;}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EF6E6E;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    right: 0px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 3px;
}
  
input:checked + .slider {
    background-color: #22C6AB;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(141px);
    -ms-transform: translateX(141px);
    transform: translateX(141px);
}
  
.on {
    display: none;
}
  
.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    border-radius: 5px;
    font-weight: normal;
}
  
input:checked+ .slider .on {
    display: block;
}
  
input:checked + .slider .off {
    display: none;
}
  
.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}
  
.toggle-radius {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    line-height: 52px;
    border-radius: 5px;
    width: 175px;
}

  /*--------- end --------*/
.scroller{white-space:nowrap;height:100%;overflow-y:hidden;position:relative}.click{cursor:pointer}.bg-login:after{background:url(../../assets/images/bg-login.png) center center no-repeat;background-blend-mode:overlay;background-size:contain;background-repeat:no-repeat,no-repeat;position:fixed;height:150%;width:100%;opacity:.8;z-index:-1;content:""}.btn-google{color:#fff;background-color:#dd4b39}.btn-google:hover{color:#fff}.btn-google:before{content:"\f0d5"}.imagem-perfil{margin:auto;max-width:150px;max-height:150px;width:150;height:150;object-fit:contain;text-align:center}.center-align{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modal.fade.in{opacity:1}.modal.in .modal-dialog{transform:translate(0,0)}.modal-backdrop.in{opacity:.5}.rounded-circle.text-center{max-width:40px;margin-top:30px}.bg-menu-superior{background:linear-gradient(to right,#0a78b8,#29e0f8) center center no-repeat;background-blend-mode:overlay;opacity:.8}.circulo-cor{width:35px;height:35px;border-radius:50%;display:inline-block;margin-right:8px;margin-left:8px;margin-bottom:8px;margin-top:8px}.circulo-cor-selecao{width:15px;height:15px;border-radius:50%;display:inline-block;margin-right:10px;margin-left:1px;margin-bottom:10px;margin-top:9px}.custom-icones{height:30px;width:30px;margin-right:10px;margin-left:2px;margin-bottom:10px;margin-top:9px;float:left;color:#3e5569}.custom-icone-container{margin-left:10px;margin-top:10px;margin-bottom:10px;margin-right:10px;color:#f5f5f5}.img-icone-selecao{display:inline-block;width:15px;height:15px;color:#3e5569;font-size:20px;margin-top:8px;margin-bottom:-8px;margin-right:18px}.oculta-logo{display:none}.card-subtitle{margin-top:.375rem!important}.btn-icon{padding:3px}.fonte-media-menu{font-family:Poppins,sans-serif;font-size:16px;color:#212529}.fonte-pequena-menu{font-family:Poppins,sans-serif;font-size:12px;color:#a1aab2}.circulo-icone-imagem{border-radius:150px;width:200px;height:190px;background-image:url(https://i.stack.imgur.com/atUuf.png);background-position:center}