
p {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.notification-badge {
    font-size: 12px !important;
    color: red;
    position: absolute;
    top: -2px;
    right: 2px;
}

.btn {
    position: relative;
}
#escala_010 {
    position: relative;
}

.slider-value {
  position: absolute;
    top: calc(50% - -10px); 
    left: calc(50% - -4px);  
    font-size: 14px;
    font-weight: bold;
    color: #673ab7; 
    pointer-events: none; 
    white-space: nowrap; 
}

.fit-content-background {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 100%; 
    max-height: 100%; 
}

.modal-dialog.modal-16by9 {
    width: 95%; 
    max-width: 75vw; 
    aspect-ratio: 16 / 9; 
}

.modal-content {
    height: 100%; 
}

/* style do selectpicker */
.btn.dropdown-toggle.btn-light{
    background-color: white;
    display: block;
    width: 100%;
    padding: 0.8rem 2rem 0.8rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    border: 1px solid #bec8d0;
    border-radius: 8px;
    color: black;
}

.btn.dropdown-toggle.disabled.btn-light {
    border: 1px solid #a3acb3;
    color: #5b6b79 !important;
    background-color: #f3f5f7 !important;
}

.dropdown.bootstrap-select.show-tick,
.dropdown.bootstrap-select.show-tick.dropup {
    width: 100% !important;
}

.btn.dropdown-toggle[data-id^="select_"] {
    background-color: white;
    display: block;
    width: 100%;
    padding: 0.8rem 2rem 0.8rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    border: 1px solid #bec8d0;
    border-radius: 8px;
    color: black;
    
}

.btn.dropdown-toggle[data-id^="select_"] .filter-option-inner-inner {
    color: #495057 !important;
    font-size: 0.875rem !important;
}

.btn.dropdown-toggle[data-id^="select_"]:hover {
    background-color: #f3e5f5 !important;
    border-color: #673ab7 !important;
}

.btn.dropdown-toggle[data-id^="select_"]:focus {
    outline: none !important;
    border-color: #673ab7 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 58, 183, 0.25) !important;
            box-shadow: 0 0 0 0.2rem rgba(103, 58, 183, 0.25) !important;
}

/* style do selectpicker */

/* style dos eventos do calendar */
.fc-event {
    background-color: #6a1b9a;
    color: #ffffff;
    border: none;
    border-radius: 6px; 
    padding: 6px 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); 
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
}

.fc-daygrid-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fc-daygrid-event-dot {
    background-color: #6a1b9a;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%;
}

.fc-event-time {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    margin-right: 6px;
}

.fc-event-title {
    color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
}

.fc-event:hover {
    background-color: #511074;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fc-timegrid-event {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
/* style dos eventos do calendar */

.loader {
    margin-top: 40px;
  width: 100%;
  height: 14px;
  -webkit-box-shadow: 0 3px 0 #673ab7;
          box-shadow: 0 3px 0 #673ab7; /* Cor alterada */
  position: relative;
  -webkit-clip-path: inset(-40px 0 -5px);
          clip-path: inset(-40px 0 -5px);
}
.loader:before {
  content: "";
  position: absolute;
  inset: auto calc(50% - 17px) 0;
  height: 50px;
  --g:no-repeat linear-gradient(#673ab7 0 0); /* Cor alterada */
  background: var(--g), var(--g), var(--g), var(--g);
  background-size: 16px 14px;
  -webkit-animation:
    l7-1 2s infinite linear,
    l7-2 2s infinite linear;
          animation:
    l7-1 2s infinite linear,
    l7-2 2s infinite linear;
}
@-webkit-keyframes l7-1 {
  0%,
  100%  {background-position: 0 -50px,100% -50px}
  17.5% {background-position: 0 100%,100% -50px,0 -50px,100% -50px}
  35%   {background-position: 0 100%,100% 100% ,0 -50px,100% -50px}
  52.5% {background-position: 0 100%,100% 100% ,0 calc(100% - 16px),100% -50px}
  70%,
  98%  {background-position: 0 100%,100% 100% ,0 calc(100% - 16px),100% calc(100% - 16px)}
}
@keyframes l7-1 {
  0%,
  100%  {background-position: 0 -50px,100% -50px}
  17.5% {background-position: 0 100%,100% -50px,0 -50px,100% -50px}
  35%   {background-position: 0 100%,100% 100% ,0 -50px,100% -50px}
  52.5% {background-position: 0 100%,100% 100% ,0 calc(100% - 16px),100% -50px}
  70%,
  98%  {background-position: 0 100%,100% 100% ,0 calc(100% - 16px),100% calc(100% - 16px)}
}
@-webkit-keyframes l7-2 {
  0%,70% {-webkit-transform:translate(0);transform:translate(0)}
  100%  {-webkit-transform:translate(200%);transform:translate(200%)}
}
@keyframes l7-2 {
  0%,70% {-webkit-transform:translate(0);transform:translate(0)}
  100%  {-webkit-transform:translate(200%);transform:translate(200%)}
}

.iconlist .fa-check-circle {
    color: #673ab7 !important;
}

.pc-item .arrow {
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pc-item.open .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pc-submenu {
  padding-left: 20px;
}

#btn_inserir .fas.fa-plus, {
    font-size: 12px;
    padding-right: 5px;
}

#users, #build, #tags, #onb {
    padding-right: 7px;
}

#tabela_empresa {
    border-radius: 5px;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin-top: -10px;
}

#badge_dados, #badge_principal, #badge_parametros, #badge_endereco, #badge_contato, #badge_cadastro, #badge_profissionais, #badge_acesso_web, #badge_acesso_app, #badge_alternativas, #badge_plano {
        position: relative;
        top: +10px;
        left: +10px;
    }

.border {
    border-radius: 10px;
}

.align-middle {
        text-align: center;
        vertical-align: middle;
}

#trash {
    font-size: 16px;
}

#btn_buscar, #btn_hide, #btn_hide_s2 {
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.fade-in {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.fas.fa-arrow-right{
    margin-left: 6px;
}

.tooltip {
    z-index: 9999 !important;
}

#modal_app {
    background: transparent;
    border: none;
}

#modal_app .android-mockup {
    width: 360px; 
    height: 640px; 
    border-radius: 20px; 
    border: 12px solid #333; 
    position: relative;
    margin: auto;
    background: white; 
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
}

#modal_app .android-top-bar {
    height: 24px; 
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 8px;
    color: white;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#modal_app .android-top-bar .time {
    font-weight: bold;
}

#modal_app .android-bottom-bar {
    height: 48px;
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
}

#modal_app .android-bottom-bar .nav-icon {
    width: 24px;
    height: 24px;
    margin: 0 16px;
    background-color: white;
    border-radius: 50%;
}

#modal_app .modal-header {
    position: absolute;
    top: 24px; 
    width: 100%;
    padding: 16px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

#modal_app .modal-body {
    padding: 16px;
    height: calc(100% - 104px); 
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
}   

/* Tutorial guiado */
#tutorial_guiado .modal-content {
    border-radius: 16px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 30px 25px;
  }

  #tutorial_guiado h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #343a40;
  }

  #tutorial_guiado p {
    font-size: 1rem;
    color: #6c757d;
  }

  #tutorial_guiado img {
    max-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  /* Progress dots */
  .progress-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
    gap: 10px;
  }

  .progress-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  /* Tutorial guiado */
