.carousel .carousel-item {
  width: 100%;
}

.ratio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.img-circle {
  border-radius: 50%;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}


.dropdown-content li > a, .dropdown-content li > span {
    white-space: nowrap;
}

#Preloader {
  margin: 0px;
  display: none;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(34, 32, 32);
  z-index: 30001;
  opacity: 0.5;
}

  #loading {
    position: absolute;
    color: transparent;
   top: 45%;
   left: 45%;
  }


  .lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
  }
  @keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
  }
  

.fixed-action-btn > .btn-floating > .material-icons {
    transition: transform 0.3s;
}
  
.fixed-action-btn.active > .btn-floating > .material-icons {
    transform: rotate(135deg);
}

  /* Calendario */
.fc-today-button{
    border:0;
    border-radius:2px
}
.fc-toolbar.fc-header-toolbar{
    margin:0;
    padding:0 16px
}
.fc-toolbar.fc-header-toolbar h2{
    color:rgba(0,0,0,0.54);
    display:inline-block;
    font-size:20px;
    font-weight:normal;
    line-height:64px;
    margin-left:8px
}
.fc-toolbar.fc-header-toolbar .fc-button{
    background:rgba(0,0,0,0.08);
    border:0;
    box-shadow:none;
    height:32px;
    margin-top:16px;
    margin-bottom:16px;
    float:left;
    text-shadow:none;
    padding:0 12px
}
.fc-toolbar.fc-header-toolbar .fc-button.fc-prev-button,.fc-toolbar.fc-header-toolbar .fc-button.fc-next-button{
    margin-top:12px
}
.fc-toolbar.fc-header-toolbar .fc-button.fc-state-active{
    background-color:#448AFF;
    color:#fff;
    font-weight:500
}
.fc-toolbar.fc-header-toolbar .fc-left .fc-button{
    margin-right:8px
}
.fc-toolbar.fc-header-toolbar .fc-right .fc-button{
    margin-left:8px
}
/*
.fc-prev-button::before{
    content:'chevron_left'
}
.fc-next-button::before{
    content:'chevron_right'
}
*/
.fc-state-default.fc-corner-right{
    border-top-right-radius:2px;
    border-bottom-right-radius:2px
}
.fc-state-default.fc-corner-left{
    border-top-left-radius:2px;
    border-bottom-left-radius:2px
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    float:left
}
.fc tr{
    border-bottom:0
}
.fc-head .fc-head-container{
    border-bottom:0
}
.fc-head .fc-head-container .fc-day-header{
    color:rgba(0,0,0,0.54);
    font-weight:400;
    text-align:left
}
.fc-body>tr>.fc-widget-content{
    border-top:0
}
.fc .fc-view:not(.fc-agendaDay-view) .fc-widget-content.fc-today,.fc .fc-view:not(.fc-agendaDay-view) .fc-widget-header.fc-today{
    background-color:#f4f4f4
}
.fc-agendaDay-view .fc-widget-content.fc-today{
    background-color:transparent
}
.fc-day-top.fc-today .fc-day-number{
    position:relative;
    color:#fff;
    padding-top:4px;
    padding-left:4px;
    width:24px;
    height:24px;
    line-height:24px;
    text-align:center
}
.fc-day-top.fc-today .fc-day-number::before{
    content:'';
    display:block;
    position:absolute;
    top:4px;
    left:4px;
    height:24px;
    width:24px;
    border-radius:50%;
    background-color:#448AFF;
    z-index:-1
}
.fc-day-top .fc-day-number{
    float:left
}
.fc-day-top .fc-day-number,.fc-week-number,.fc-head-container .fc-day-header{
    padding-top:6px;
    padding-left:8px
}
.fc .fc-content,.fc .fc-divider,.fc .fc-list-heading td,.fc .fc-list-view,.fc .fc-popover,.fc .fc-row,.fc tbody,.fc td,.fc th,.fc thead{
    border-color:#e0e0e0
}
.fc-event{
    border-radius:2px;
    line-height:22px;
    margin:2px 8px 0 0
}
.fc .fc-more-popover{
    border:0
}
.fc .fc-more-popover .fc-header{
    padding:6px 0 0 0;
    background-color:#fff
}
.fc .fc-more-popover .fc-header .fc-title{
    padding-left:10px;
    line-height:40px
}
.fc .fc-more-popover .fc-header .fc-icon-x{
    position:absolute;
    right:6px;
    margin:0
}
.fc .fc-more-popover .fc-header .fc-icon-x::after{
    content:none
}
.fc .fc-more-popover .fc-header .fc-icon-x::before{
    content:"close"
}
.fc-agenda-view .fc-day-header{
    font-size:48px;
    line-height:normal
}
.fc-agenda-view .fc-day-header::before{
    content:'';
    display:block;
    font-size:12px
}
.fc-agenda-view .fc-day-header.fc-sun::before{
    content:'Dom'
}
.fc-agenda-view .fc-day-header.fc-mon::before{
    content:'Lun'
}
.fc-agenda-view .fc-day-header.fc-tue::before{
    content:'Mar'
}
.fc-agenda-view .fc-day-header.fc-wed::before{
    content:'Mie'
}
.fc-agenda-view .fc-day-header.fc-thu::before{
    content:'Jue'
}
.fc-agenda-view .fc-day-header.fc-fri::before{
    content:'Vie'
}
.fc-agenda-view .fc-day-header.fc-sat::before{
    content:'Sab'
}
.fc-agenda-view .fc-day-header.fc-today{
    color:#448AFF
}
.fc-agenda-view .fc-minor .fc-widget-content{
    border:0
}
.fc-agenda-view .fc-divider{
    padding:0;
    border-bottom:0
}
.fc-list-table td{
    padding:13px 14px
}
.fc-list-table .fc-list-heading:not(:first-child)+.fc-list-item .fc-list-item-time,.fc-list-table .fc-list-heading:not(:first-child)+.fc-list-item .fc-list-item-marker,.fc-list-table .fc-list-heading:not(:first-child)+.fc-list-item .fc-list-item-title{
    border-top:1px solid #e0e0e0
}
.fc-list-table .fc-list-heading{
    display:table-caption;
    height:0;
    width:100px
}
.fc-list-table .fc-list-heading .fc-widget-header{
    padding:8px 14px;
    line-height:16px;
    background-color:transparent
}
.fc-list-table .fc-list-heading .fc-list-heading-main,.fc-list-table .fc-list-heading .fc-list-heading-alt{
    display:block;
    float:none
}
.fc-list-table .fc-list-item{
    font-size:14px;
    height:48px
}
.fc-list-table .fc-list-item:hover td{
    background-color:transparent
}
.fc-list-table .fc-list-item .fc-list-item-time,.fc-list-table .fc-list-item .fc-list-item-marker,.fc-list-table .fc-list-item .fc-list-item-title{
    border-top:0
}
.fc-list-table .fc-list-item .fc-list-item-time{
    padding-left:100px
}
.card .fc-head .fc-head-container{
    border-left:0;
    border-right:0
}
.card .fc-body>tr>.fc-widget-content{
    border:0
}
@media only screen and (max-width: 600px){
    .fc-agenda-view .fc-day-header{
        font-size:24px
    }
}



body::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
    background: rgb(39, 38, 41);        /* color of the tracking area */
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: rgb(74, 74, 77);    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid rgb(65, 65, 66);  /* creates padding around scroll thumb */
  }


  .sticky-nav{
    position: fixed;
    top:0;
   }


#iframeContainer {
    position: relative;
    width: 100%;
    height: 90vh;
    /* z-index: 99999; */
}

#iframeContainer iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}

  #iframeContainerChat {
    position: fixed;
    bottom: 10px;
    right: 0;

  }
  
  #iframeChat {
    width: 400px;
    height: 650px;
  }
  
  #iframeChat.minimized {
    width: 190px;
    height: 38px;
  }
  
  #iframeChat iframe {
    width: 100%;
    height: 100%;
  }
  




#iframeChatHist {
    position: relative;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 90vh;
    margin: auto;
    padding: 0;
}

#iframeChatHist iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#iframeMobil {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow:auto;
}

#iframeMobil iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;

}

