.badge-orange {
  background-color: #ED6711 !important;
  color: #FFFFFF !important;
}

.badge-grays {
  background-color: #6c757d !important;
  color: #FFFFFF !important;
}

.video-iframe {
  border-radius: 15px;
  overflow: hidden;  /* Isso garante que o conteúdo do iframe também respeite as bordas arredondadas */
}

.bg-greenagilizza {
  background-color: #09502C !important;
  color: #FFFFFF !important;
}

/* Cor primária */
.border-agilizza-primary {
    border-top: 3px solid #09502C;
}

.btn-agilizza-primary {
    background-color: #09502C;
    color: #fff;
    transition: 0.2s;
}

.btn-agilizza-primary:hover {
    background-color: #073820;
    color: #fff;
}

.bg-agilizza-primary {
    background-color: #073820;
    color: #fff;
}


/* Cor secundária */
.bg-agilizza-secondary {
    background-color: #ED6711;
    color: #fff;
    transition: 0.2s;
}

/* Cor secundária */
.border-agilizza-secondary {
    border-top: 3px solid #ED6711;
    color: #fff;
}

.btn-agilizza-secondary {
    background-color: #ED6711;
    color: #fff;
    transition: 0.2s;
}

.btn-agilizza-secondary:hover {
    background-color: #BF4C00;
    color: #fff;
}

.badge-agilizza-secondary{
    background-color: #ED6711;
    color: #fff;
    transition: 0.2s;
}

.badge-agilizza-primary{
    background-color: #09502C;
    color: #fff;
    transition: 0.2s;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #09502C;
    color: #fff;
}

/* Navbar */

.sidebar-light-agilizza {
    background-color: #09502C;
    color: #ffffff;
  }

  .sidebar-light-agilizza .nav-item > .nav-link {
    color: #ffffff;
  }

  .sidebar-light-agilizza .nav-item > .nav-link:hover {
    color: #ffffff;
    background-color: #073820;
  }

  .sidebar-light-agilizza .nav-item > .nav-link.active {
    background-color: #073820;
  }

  .sidebar-light-agilizza .brand-link {
    border-bottom: 1px solid #ffffff;
    background-color: #09502C;
    color: #ffffff;
  }

  .sidebar-light-agilizza .brand-link:hover,
  .sidebar-light-agilizza .brand-link:focus {
    background-color: #073820;
  }

  .dataTables_filter {
    display: none;
  }



    li[role="treeitem"].select2-results__option:before {
      content: "";
      display: inline-block;
      position: relative;
      height: 20px;
      width: 20px;
      border: 2px solid #e9e9e9;
      border-radius: 4px;
      background-color: #fff;
      margin-right: 20px;
      vertical-align: middle;
    }


    li[role="treeitem"].select2-results__option[aria-selected=true]:before {
      font-family:fontAwesome;
      content: "";
      color: #fff;
      background-color: #073820;
      border: 0;
      display: inline-block;
      padding-left: 3px;
    }

.badge-gray{
    background-color: #e9ecef;
    color: #000;
}

.text-light{
    color: #000 !important;
}

.logo-agilizza{
    max-height: 33px;
    width: auto;
}

.login-page, .register-page{
    background-image: url("../vendor/agilizza/Agilizza\ -\ Background\ Computador\ -\ BPO\ Innova.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.select2 {
    width:100%!important;
}

@media only screen and (max-width: 768px) {
    .desktop-only {
        display: none;
        /* Oculta a div em dispositivos com largura de tela menor ou igual a 768 pixels */
    }
}

@media only screen and (min-width: 768px) {
    .mobile-only {
        display: none;
        /* Oculta a div em dispositivos com largura de tela maior ou igual a 768 pixels */
    }
}

.brand-link{
    background-color: #ffffff;
    padding-left: 50px;
}

.card {
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bg-dark {
    background-color: #343A40 !important;
}

.blur {
    /* Filtro de desfoque */
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);

}


/* Chat */
.chat {
    bottom: 20px;
    right: 20px;
    width: 480px;
    height: 510px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 110;
    position: fixed !important;
}

.right .direct-chat-text {
    margin-left: 0;
    margin-right: 10px;
}

.direct-chat-messages {
    height: 100% !important;
    overflow: auto;
}

.btn-chart {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.icon-float {
    margin-top: 15px;
}

.notification-task {
    text-align: center;
    color: #666;
    font-style: italic;
    margin: 10px 0;
}

.notification-task .timestamp {
    font-size: 0.85em;
    color: gray;
}

.history-chat {
    background-color: #343a40;
}

.direct-chat-messages-task {
    height: 300px;
    padding: 10px;
    overflow: auto;
}


.btn-tool-custom {
    background-color: transparent;
    color: #343a40;
    font-size: 1.0em;
    margin: -0.75rem 0;
    padding: .25rem .5rem;
  }
/* End Chat */


/*Início DASHBOARD*/

.card{
    border-radius: 12px;
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    border: none;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.page-header {
    margin-bottom: 30px;
}

.order-card {
    color: #fff;
    overflow: hidden;
}

.bg-c-green {
    background: linear-gradient(to right, #0ac282, #0df3a3);
}

.bg-c-red{
    background: linear-gradient(to right, #f85032, #e73827);
}


.bg-c-orange {
    background: linear-gradient(to right, #E67E22, #fdac65);
}

.bg-c-yellow {
    background: linear-gradient(to right, #ffcc33, #ffec99);
}

  .card-block {
    padding: 1.25rem;
  }


  .order-card .card-icon {
    position: absolute;
    right: -17px;
    font-size: 100px;
    top: 20px;
    opacity: 0.5;
  }

  .card-icon {
    display: block;
    margin-bottom: 5px;
  }

  .feather {
    font-family: 'feather' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }

  .border-2 {
    border-width: 2px !important;
  }

  .card .card-header h5 {
    margin-bottom: 0;
    color: #505458;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.4;
  }

  .card .card-header {
    background-color: transparent;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0px !important;
  }

  .card-footer{
    border-radius: 25px !important;
  }


  .btn-info:hover {
    background-image: linear-gradient(to right, #4aa375, #4aa375);
    color: white;
  }

  .btn-info {
    background-image: linear-gradient(to right, #4aa375, #09512C);
    color: white;
    transition: background-position 0.5s ease;
}

  .btn {
    border-radius: 0.45rem;
    text-transform: capitalize;
    border: 0px;
  }

  .btn-sm {
    padding: 8px 14px;
    line-height: 16px;
    font-size: 11px;
  }

  .card .card-footer {
    background-color: #fff;
    border-top: none;
    padding: .5rem 1rem;
  }

  .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
  }

  .b-t-default {
    border-top: 1px solid #e0e0e0;
  }

  .b-r-default {
    border-right: 1px solid #e0e0e0;
  }

  .m-t-15 {
    margin-top: 15px;
  }

  .table-responsive {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
  }

  .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    caption-side: bottom;
    border-collapse: collapse;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.5;
  }

  .table > thead {
    vertical-align: bottom;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }

  .table > tbody {
    vertical-align: inherit;
  }

  .badge-new {
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 3px 7px;
    display: inline-block !important;
  }

  .bg-c-pink {
    background: -webkit-gradient(linear, left top, right top, from(#fe5d70), to(#fe909d));
    background: linear-gradient(to right, #fe5d70, #fe909d);
  }

  .badge-new-danger {
    background-color: #fe5d70;
  }

    .badge-new-success {
        background-color: #0ac282;
    }

    .badge-new-warning {
        background-color: #ffcc33;
    }

    .badge-new-orange {
        background-color: #fe9365;
    }

    .badge-new-info {
        background-color: #2DCEE3;
    }

    .badge-new-primary {
        background-color: #01a9ac;
    }
    
/*Fim Dashboard*/


/*Dashboard - CND*/

.page-header-title h4 {
    display: block;
    margin-bottom: 0;
    font-weight: 600;
    color: #303548;
    font-size: 1.6rem !important;
    text-transform: none !important;
  }

  .page-header-title span {
    font-size: 15px;
    color: #919aa3;
    display: inline-block;
    margin-top: 10px;
    box-sizing: border-box;
  }

  .d-inline {
    display: inline !important;
  }

  .page-header-title {
    display: inline-flex;
    box-sizing: border-box;
  }

  .btn-success {
    background-image: linear-gradient(to right, #4aa375, #09512C);
    color: white;
    transition: background-position 0.5s ease;
}

  .btn-success:hover {
    background-image: linear-gradient(to right, #0f6e3d, #09502C);
    color: white;
  }

  .btn-success:hover {
    background-color: #0df3a3;
    border-color: #0df3a3;
  }

  .btn-excel {
    background-image: linear-gradient(to right, #28a745, #1e7e34);
    color: white;
    transition: background-position 0.5s ease;
}

.btn-excel:hover {
    background-image: linear-gradient(to right, #218838, #1e7e34);
    color: white;
}

.btn-primary {
    background-image: linear-gradient(to right, #ee8f54, #ED6711);
    color: white;
    transition: background-position 0.5s ease;
  }

  .btn-primary:hover {
    background-image: linear-gradient(to right, #ee8f54, #ee8f54);
    color: white;
   }

   .bg-c-lite-green {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf);
  }

  .update-card {
    color: #fff;
  }

  .card-block {
    padding: 1.25rem;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .text-primary {
    color: #01a9ac !important;
  }

/*Fim Dashboard - CND*/

.content-wrapper {
    background-color: #e9ebf4 !important;
}

.d-none{
    display: none !important;
}

.btn-block-dropdown {
    width: 100%;
    display: block;
}

.hand-cursor {
    cursor: pointer;
}


