* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

body {
  /* ============ desktop view ============ */
  /* ============ desktop view .end// ============ */
}
body .container-add-email a {
  background-color: #57C4EF;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 18px;
  font-size: 10px;
  width: 15%;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
body .container-add-email .add-email {
  width: 83%;
}
body .container-emails .item-email {
  font-size: 12px;
}
body .container-emails .remove-item-email {
  border: none;
  font-size: 16px;
  color: #b1b1b1;
  cursor: pointer;
}
body .btn-export {
  display: block;
  background-color: #57C4EF;
  color: white;
  border: none;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
body button:focus {
  outline: none;
}
body .container-btn .back-to-list {
  background-color: #adadad;
  color: white;
  border: none;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 15%;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  margin-right: 15px;
  text-decoration: none;
}

body .container-btn .btn-reprovar{
  background-color: #dc3545 !important;
  border: none;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 15%;
  margin-right: 15px;
  font-weight: 600;
  text-decoration: none;
}

body .container-btn .btn-reprovar:hover{
  background-color: #c82333 !important;
}

.reproved-form{
  display: contents !important;
}

body .container-btn .clear-filter {
  background-color: #adadad;
  color: white;
  border: none;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 10%;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  margin-right: 15px;
  text-decoration: none;
}

body #list-tickets .btn-workflow {
  background: #57C4EF;
  border: 1px solid #57C4EF;
  color: #fff;
  padding: 5px 5px;
  text-decoration: none !important;
  border-radius: 10px;
  font-size: 10px;
}

body #list-tickets .btn-workflow:hover {
  border-color: 57C4EF;
  background: #fff;
  color: #57C4EF;
}

body .container-btn .btn-workflow {
  background-color: #57C4EF;
  color: white;
  border: none;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 15%;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  margin-right: 15px;
  text-decoration: none;
}



body .container-btn .btn-workflow2 {
  background-color: #57C4EF;
  color: white;
  border: none;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 25%;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

#create-tickets .request_status{
  border: 2px solid #000 !important;
  border-radius: 5px !important;
  line-height: 18px;
}

#list-tickets .form-filter .msg-error-filter{
  color: red;
  font-weight: 700;
  text-align: end;
}

body .alert-circle {
  background-color: transparent;
  width: 11.07px;
  height: 11.07px;
  color: #000;
  text-align: center;
  border-radius: 10px;
  margin-right: 3.5rem;
}
body .color-green-alert {
  background-color: #00B050;
}
body .color-orange-alert {
  background-color: #FFC000;
}
body .color-black-alert {
  background-color: #000;
}
body .color-red-alert {
  background-color: red;
}
body .menu .dropdown-item:focus,
body .menu .dropdown-item:hover {
  color: #fff;
  background-color: #57C4EF;
}
body .modal-dialog {
  max-width: 60%;
}
body .modal-header {
  border: none;
  border-radius: 20px;
}
body .modal-footer {
  border: none;
  justify-content: center;
}
body .modal-content {
  background-color: #F9F9F9;
  box-shadow: none;
  border-radius: 20px;
}
body .modal-content .btn-success {
  background: #57C4EF;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 20px;
  border-color: #57C4EF;
}
body .modal-content .btn-secondary {
  display: none;
}
body .modal-content .input-field-radio {
  display: flex;
  align-items: center;
}
body .modal-content .input-field {
  display: flex;
  align-items: center;
}
body .modal-content .input-field .input-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 12px;
  color: #000;
  margin-right: 10px;
}
body .modal-content .input-field input[type=text],
body .modal-content .input-field input[type=email] {
  background-color: #fff;
  width: 75%;
  border: none;
}

body #editarSuboption .modal-content .input-field select,
body #editarSuboption .modal-content .input-field input[type=text],
body #confirmarsuboption .modal-content .input-field select,
body #confirmarsuboption .modal-content .input-field input[type=text]{
  background-color: #fff;
  width: 100%;
  border: 2px solid #000;
  border-radius: 5px;
  /* border: none; */
}



body .warning {
  display: flex;
  justify-content: center;
}
body .warning p {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}
body .show {
  display: block;
}
body .modal-header .close {
  margin-left: 0;
}
body .modal-title {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000;
}
body .background-white {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
}
body .background-white2 {
  background-color: #fff;
}
body .background-gray {
  background-color: #F9F9F9;
}
body .background-green {
  background-color: #E8F2F4;
}
body .background-green2{
  background-color: #E8F2F4;
  padding: 15px 20px;
  border-radius: 10px;
}
body textarea {
  background-color: #F9F9F9;
  color: #000;
  font-weight: 500;
  padding: 5px 5px;
  border: 1px solid gray;
  border-radius: 10px;
  font-size: 14px;
}
body h6 {
  color: #000;
  text-align: center;
  padding: 5px 0px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
}
body .btn-evaluation {
  background: #57C4EF;
  border: 1px solid #57C4EF;
  color: #fff;
  padding: 5px 5px;
  text-decoration: none;
  border-radius: 10px;
  font-size: 10px;
}
body .btn-evaluation:hover {
  border-color: 57C4EF;
  background: #fff;
  color: #57C4EF;
}
body .p-50-10 {
  padding: 50px 10px;
}
body .input-number {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
body label {
  color: #000;
}
body input {
  color: #000;
  font-size: 12px;
  padding: 0 10px;
}
body .content-docs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
body .content-docs a {
  display: block;
}
body .content-docs span {
  font-size: 12px;
}
body .content-docs img {
  margin: 0 !important;
}
body nav[role=navigation] {
  display: flex;
  justify-content: center;
}
body nav[role=navigation] p.text-sm.text-gray-700.leading-5 {
  color: #000;
  font-weight: 600;
  font-size: 13px;
}
body nav[role=navigation] .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 20px;
  align-items: center;
}
body nav[role=navigation] .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between > div {
  margin-bottom: 10px;
}
body nav[role=navigation] .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between > div:first-child {
  margin-bottom: 0;
}
body nav[role=navigation] .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between span.font-medium {
  font-size: 13px;
  font-weight: 600;
}
body nav[role=navigation] span[aria-current=page] {
  color: #bebebe;
}
body nav[role=navigation] span[aria-current=page],
body nav[role=navigation] span[aria-disabled],
body nav[role=navigation] a,
body nav[role=navigation] a.relative.inline-flex.items-center,
body nav[role=navigation] span {
  border: none !important;
  font-size: 16px;
  padding: 0 !important;
  box-shadow: none !important;
}
body nav[role=navigation] a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
body nav[role=navigation] a[rel=prev],
body nav[role=navigation] a[rel=next] {
  color: #000;
  font-weight: 600;
}
body nav[role=navigation] a[rel=prev] svg,
body nav[role=navigation] a[rel=next] svg {
  color: #000;
}
body nav[role=navigation] svg {
  width: 20px;
  color: #bebebe;
}
body nav[role=navigation] .flex.justify-between.flex-1.sm\:hidden {
  display: none;
}
body nav[role=navigation] span.relative.z-0.inline-flex.shadow-sm.rounded-md > * {
  margin: 0 8px;
  text-decoration: none;
}
body .menu,
body div#navbarNavDropdown {
  padding: 0;
}
body .menu .navbar-nav,
body div#navbarNavDropdown .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
body .menu .navbar-nav > li,
body div#navbarNavDropdown .navbar-nav > li {
  width: 95%;
  text-align: center;
  background: #E8F2F4;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
}
body .menu .navbar-nav > li > a,
body div#navbarNavDropdown .navbar-nav > li > a {
  padding: 10px 0px;
  border-radius: 30px;
  color: #000;
}
body .menu .navbar-nav > li .active,
body div#navbarNavDropdown .navbar-nav > li .active {
  background: #57C4EF;
  color: white;
}
body .menu .navbar-nav .nav-item.active.dropdown.show,
body div#navbarNavDropdown .navbar-nav .nav-item.active.dropdown.show {
  background: #E8F2F4;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 20px;
}
body .menu .navbar-nav .nav-item.active.dropdown.show,
body div#navbarNavDropdown .navbar-nav .nav-item.active.dropdown.show {
  background: #E8F2F4;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 20px;
}
body .menu .dropdown-item,
body div#navbarNavDropdown .dropdown-item {
  padding: 10px 10px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  white-space: break-spaces;
}
body .menu .dropdown-item:last-child,
body div#navbarNavDropdown .dropdown-item:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
body .menu .dropdown-toggle::after,
body div#navbarNavDropdown .dropdown-toggle::after {
  display: none;
}
body .menu .dropdown-menu.show,
body div#navbarNavDropdown .dropdown-menu.show {
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: none;
  border: none;
  background: #E8F2F4;
}
body .menu .nav-item ul.dropdown-menu,
body div#navbarNavDropdown .nav-item ul.dropdown-menu {
  width: 100%;
  border: none;
  box-shadow: none;
  background: #E8F2F4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
body .menu .active a.dropdown-toggle,
body div#navbarNavDropdown .active a.dropdown-toggle {
  color: #fff;
}
body .menu .dropdown-menu,
body div#navbarNavDropdown .dropdown-menu {
  margin: 0;
  padding: 0;
}
body .menu a.dropdown-toggle:hover,
body .menu a.border-bottom-radius,
body div#navbarNavDropdown a.dropdown-toggle:hover,
body div#navbarNavDropdown a.border-bottom-radius {
  background: #57C4EF;
  color: #fff !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
body .content-photo-perfil {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
body .namePhoto {
  font-size: 14px;
  color: #57C4EF;
}
@media all and (min-width: 992px) {
  body .menu .nav-item .dropdown-menu {
    display: none;
  }
  body .menu .nav-item:hover .dropdown-menu {
    display: block;
  }
  body .menu .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
@media screen and (max-width: 1366px) {
  body span.alert-circle {
    margin-right: 0.7rem;
  }
  body #list-tickets .scrolling-wrapper {
    overflow-x: clip;
    padding-left: 5.5%;
    -webkit-overflow-scrolling: touch;
  }
}

header {
  padding: 30px 0;
  box-shadow: -2px 6px 2px -2px rgba(146, 146, 146, 0.0901960784);
}
header .logout-container {
  display: flex;
  justify-content: end;
  align-items: center;
}
header button {
  background: transparent;
  border: none;
}
header .icon-support p {
  margin-bottom: 0;
  color: #000;
  margin-left: 10px;
  text-decoration: none;
  font-weight: 600;
}
header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .icon-support {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header .logo {
  display: flex;
  align-items: center;
}
header .item-menu.active {
  background-color: #000;
  color: #fff;
}
header .item-menu {
  background-color: #E8F2F4;
  color: #000;
  text-align: center;
  padding: 5px 0px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
}

#page-dashboard .info-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5% 0;
}
#page-dashboard .photo-profile {
  display: flex;
  justify-content: center;
}
#page-dashboard .username {
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  color: #535353;
  margin-top: 20px;
}
#page-dashboard .fix-account a {
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
  color: #0093ED;
  text-decoration: none;
}
#page-dashboard .container-icon-system {
  display: inline-block;
  width: 11%;
}
#page-dashboard .container-icon-system .system-name {
  font-size: 14px;
  font-weight: 700;
  color: #535353;
  margin-top: 10px;
  text-align: center;
}
#page-dashboard .container-icon-system img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}

#create-users .input-name,
#edit-users .input-name {
  white-space: nowrap;
}

#create-groups .input-field-column,
#edit-groups .input-field-column,
#confirmarDevice .input-field-column,
#editarDevice .input-field-column,
#confirmarCategory .input-field-column,
#editarCategory .input-field-column,
#confirmarSubcategory .input-field-column,
#editarSubcategory .input-field-column,
#confirmarOption .input-field-column,
#editarOption .input-field-column {
  flex-direction: column;
  justify-content: center;
}
#create-groups .input-field-column label,
#edit-groups .input-field-column label,
#confirmarDevice .input-field-column label,
#editarDevice .input-field-column label,
#confirmarCategory .input-field-column label,
#editarCategory .input-field-column label,
#confirmarSubcategory .input-field-column label,
#editarSubcategory .input-field-column label,
#confirmarOption .input-field-column label,
#editarOption .input-field-column label {
  font-size: 12px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
#create-groups .input-field-column .input-name,
#edit-groups .input-field-column .input-name,
#confirmarDevice .input-field-column .input-name,
#editarDevice .input-field-column .input-name,
#confirmarCategory .input-field-column .input-name,
#editarCategory .input-field-column .input-name,
#confirmarSubcategory .input-field-column .input-name,
#editarSubcategory .input-field-column .input-name,
#confirmarOption .input-field-column .input-name,
#editarOption .input-field-column .input-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 12px;
  color: #000;
}
#create-groups .input-field-column .container-checkbox,
#edit-groups .input-field-column .container-checkbox,
#confirmarDevice .input-field-column .container-checkbox,
#editarDevice .input-field-column .container-checkbox,
#confirmarCategory .input-field-column .container-checkbox,
#editarCategory .input-field-column .container-checkbox,
#confirmarSubcategory .input-field-column .container-checkbox,
#editarSubcategory .input-field-column .container-checkbox,
#confirmarOption .input-field-column .container-checkbox,
#editarOption .input-field-column .container-checkbox {
  display: flex;
  align-items: center;
}

#edit-profile .container-func {
  display: none;
}
#edit-profile .container-terc {
  display: none;
}
#edit-profile .container-title {
  background: #0899DD;
  text-align: center;
  color: #fff;
  padding: 10px 0px;
  margin: 25px 0;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 600;
}
#edit-profile .container-radio {
  display: flex;
  justify-content: space-around;
}
#edit-profile .container-radio label {
  font-size: 12px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
#edit-profile .container-radio input {
  margin-left: 10px;
}
#edit-profile .two-fields {
  display: flex;
  justify-content: space-between;
}
#edit-profile .two-fields .input-field {
  width: 49%;
}
#edit-profile .two-fields .input-field .input-name {
  width: 40%;
}
#edit-profile .container-add-block {
  display: none;
}
#edit-profile .container-add-block.active {
  display: block;
}
#edit-profile .input-name-radio {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 12px;
}
#edit-profile .input-field-radio {
  display: flex;
  align-items: center;
}
#edit-profile .input-field-radio .input-name {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
#edit-profile .input-field {
  display: flex;
  align-items: center;
  min-height: 80px;
}
#edit-profile .input-field img {
  margin-right: 10px;
}
#edit-profile .input-field .input-name {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
}
#edit-profile .input-field input[disabled],
#edit-profile .input-field input[readonly] {
  border: none !important;
}
#edit-profile .input-field input[type=text],
#edit-profile .input-field input[type=email],
#edit-profile .input-field input[type=number],
#edit-profile .input-field input[type=password],
#edit-profile .input-field input[type=date],
#edit-profile .input-field input[type=datetime-local],
#edit-profile .input-field select {
  background-color: #fff;
  border: 2px solid #000;
  outline: none;
  border-radius: 5px;
  margin: 10px;
  padding: 0 10px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0;
}
#edit-profile .container-btn {
  display: flex;
  justify-content: center;
}
#edit-profile .container-btn button {
  background-color: #57C4EF;
  color: white;
  border: none;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 15%;
  cursor: pointer;
  font-weight: 600;
}

#view-tickets .container-func,
#create-feedbacks .container-func,
#create-users .container-func,
#edit-users .container-func,
#create-groups .container-func,
#edit-groups .container-func,
#edit-tickets .container-func,
#create-tickets .container-func,
#edit-tickets .container-func,
#create-systems .container-func,
#edit-systems .container-func,
#confirmarDevice .container-func,
#editarDevice .container-func,
#confirmarCategory .container-func,
#editarCategory .container-func,
#confirmarSubcategory .container-func,
#editarSubcategory .container-func,
#confirmarOption .container-func,
#editarOption .container-func {
  display: none;
}
#view-tickets .container-terc,
#create-feedbacks .container-terc,
#create-users .container-terc,
#edit-users .container-terc,
#create-groups .container-terc,
#edit-groups .container-terc,
#edit-tickets .container-terc,
#create-tickets .container-terc,
#edit-tickets .container-terc,
#create-systems .container-terc,
#edit-systems .container-terc,
#confirmarDevice .container-terc,
#editarDevice .container-terc,
#confirmarCategory .container-terc,
#editarCategory .container-terc,
#confirmarSubcategory .container-terc,
#editarSubcategory .container-terc,
#confirmarOption .container-terc,
#editarOption .container-terc {
  display: none;
}
#view-tickets .container-title,
#list-requests .container-title,
#create-feedbacks .container-title,
#create-users .container-title,
#edit-users .container-title,
#create-groups .container-title,
#edit-groups .container-title,
#edit-tickets .container-title,
#create-tickets .container-title,
#edit-tickets .container-title,
#create-systems .container-title,
#edit-systems .container-title,
#confirmarDevice .container-title,
#editarDevice .container-title,
#confirmarCategory .container-title,
#editarCategory .container-title,
#confirmarSubcategory .container-title,
#editarSubcategory .container-title,
#confirmarOption .container-title,
#editarOption .container-title {
  background: #0899DD;
  text-align: center;
  color: #fff;
  padding: 10px 0px;
  margin: 25px 0;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 600;
}
#view-tickets .container-radio,
#create-feedbacks .container-radio,
#create-users .container-radio,
#edit-users .container-radio,
#create-groups .container-radio,
#edit-groups .container-radio,
#edit-tickets .container-radio,
#create-tickets .container-radio,
#edit-tickets .container-radio,
#create-systems .container-radio,
#edit-systems .container-radio,
#confirmarDevice .container-radio,
#editarDevice .container-radio,
#confirmarCategory .container-radio,
#editarCategory .container-radio,
#confirmarSubcategory .container-radio,
#editarSubcategory .container-radio,
#confirmarOption .container-radio,
#editarOption .container-radio {
  display: flex;
  justify-content: space-around;
}
#view-tickets .container-radio label,
#create-feedbacks .container-radio label,
#create-users .container-radio label,
#edit-users .container-radio label,
#create-groups .container-radio label,
#edit-groups .container-radio label,
#edit-tickets .container-radio label,
#create-tickets .container-radio label,
#edit-tickets .container-radio label,
#create-systems .container-radio label,
#edit-systems .container-radio label,
#confirmarDevice .container-radio label,
#editarDevice .container-radio label,
#confirmarCategory .container-radio label,
#editarCategory .container-radio label,
#confirmarSubcategory .container-radio label,
#editarSubcategory .container-radio label,
#confirmarOption .container-radio label,
#editarOption .container-radio label {
  font-size: 12px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
#view-tickets .container-radio input,
#create-feedbacks .container-radio input,
#create-users .container-radio input,
#edit-users .container-radio input,
#create-groups .container-radio input,
#edit-groups .container-radio input,
#edit-tickets .container-radio input,
#create-tickets .container-radio input,
#edit-tickets .container-radio input,
#create-systems .container-radio input,
#edit-systems .container-radio input,
#confirmarDevice .container-radio input,
#editarDevice .container-radio input,
#confirmarCategory .container-radio input,
#editarCategory .container-radio input,
#confirmarSubcategory .container-radio input,
#editarSubcategory .container-radio input,
#confirmarOption .container-radio input,
#editarOption .container-radio input {
  margin-left: 10px;
}
#view-tickets .two-fields,
#create-feedbacks .two-fields,
#create-users .two-fields,
#edit-users .two-fields,
#create-groups .two-fields,
#edit-groups .two-fields,
#edit-tickets .two-fields,
#create-tickets .two-fields,
#edit-tickets .two-fields,
#create-systems .two-fields,
#edit-systems .two-fields,
#confirmarDevice .two-fields,
#editarDevice .two-fields,
#confirmarCategory .two-fields,
#editarCategory .two-fields,
#confirmarSubcategory .two-fields,
#editarSubcategory .two-fields,
#confirmarOption .two-fields,
#editarOption .two-fields {
  display: flex;
  justify-content: space-between;
}
#view-tickets .two-fields .input-field,
#create-feedbacks .two-fields .input-field,
#create-users .two-fields .input-field,
#edit-users .two-fields .input-field,
#create-groups .two-fields .input-field,
#edit-groups .two-fields .input-field,
#edit-tickets .two-fields .input-field,
#create-tickets .two-fields .input-field,
#edit-tickets .two-fields .input-field,
#create-systems .two-fields .input-field,
#edit-systems .two-fields .input-field,
#confirmarDevice .two-fields .input-field,
#editarDevice .two-fields .input-field,
#confirmarCategory .two-fields .input-field,
#editarCategory .two-fields .input-field,
#confirmarSubcategory .two-fields .input-field,
#editarSubcategory .two-fields .input-field,
#confirmarOption .two-fields .input-field,
#editarOption .two-fields .input-field {
  width: 49%;
}
#view-tickets .two-fields .input-field .input-name,
#create-feedbacks .two-fields .input-field .input-name,
#create-users .two-fields .input-field .input-name,
#edit-users .two-fields .input-field .input-name,
#create-groups .two-fields .input-field .input-name,
#edit-groups .two-fields .input-field .input-name,
#edit-tickets .two-fields .input-field .input-name,
#create-tickets .two-fields .input-field .input-name,
#edit-tickets .two-fields .input-field .input-name,
#create-systems .two-fields .input-field .input-name,
#edit-systems .two-fields .input-field .input-name,
#confirmarDevice .two-fields .input-field .input-name,
#editarDevice .two-fields .input-field .input-name,
#confirmarCategory .two-fields .input-field .input-name,
#editarCategory .two-fields .input-field .input-name,
#confirmarSubcategory .two-fields .input-field .input-name,
#editarSubcategory .two-fields .input-field .input-name,
#confirmarOption .two-fields .input-field .input-name,
#editarOption .two-fields .input-field .input-name {
  width: 40%;
}
#view-tickets .container-add-block,
#create-feedbacks .container-add-block,
#create-users .container-add-block,
#edit-users .container-add-block,
#create-groups .container-add-block,
#edit-groups .container-add-block,
#edit-tickets .container-add-block,
#create-tickets .container-add-block,
#edit-tickets .container-add-block,
#create-systems .container-add-block,
#edit-systems .container-add-block,
#confirmarDevice .container-add-block,
#editarDevice .container-add-block,
#confirmarCategory .container-add-block,
#editarCategory .container-add-block,
#confirmarSubcategory .container-add-block,
#editarSubcategory .container-add-block,
#confirmarOption .container-add-block,
#editarOption .container-add-block {
  display: none;
}
#view-tickets .container-add-block.active,
#create-feedbacks .container-add-block.active,
#create-users .container-add-block.active,
#edit-users .container-add-block.active,
#create-groups .container-add-block.active,
#edit-groups .container-add-block.active,
#edit-tickets .container-add-block.active,
#create-tickets .container-add-block.active,
#edit-tickets .container-add-block.active,
#create-systems .container-add-block.active,
#edit-systems .container-add-block.active,
#confirmarDevice .container-add-block.active,
#editarDevice .container-add-block.active,
#confirmarCategory .container-add-block.active,
#editarCategory .container-add-block.active,
#confirmarSubcategory .container-add-block.active,
#editarSubcategory .container-add-block.active,
#confirmarOption .container-add-block.active,
#editarOption .container-add-block.active {
  display: block;
}
#view-tickets .input-name-radio,
#create-feedbacks .input-name-radio,
#create-users .input-name-radio,
#edit-users .input-name-radio,
#create-groups .input-name-radio,
#edit-groups .input-name-radio,
#edit-tickets .input-name-radio,
#create-tickets .input-name-radio,
#edit-tickets .input-name-radio,
#create-systems .input-name-radio,
#edit-systems .input-name-radio,
#confirmarDevice .input-name-radio,
#editarDevice .input-name-radio,
#confirmarCategory .input-name-radio,
#editarCategory .input-name-radio,
#confirmarSubcategory .input-name-radio,
#editarSubcategory .input-name-radio,
#confirmarOption .input-name-radio,
#editarOption .input-name-radio {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 12px;
}
#view-tickets .input-field-radio,
#create-feedbacks .input-field-radio,
#create-users .input-field-radio,
#edit-users .input-field-radio,
#create-groups .input-field-radio,
#edit-groups .input-field-radio,
#edit-tickets .input-field-radio,
#create-tickets .input-field-radio,
#edit-tickets .input-field-radio,
#create-systems .input-field-radio,
#edit-systems .input-field-radio,
#confirmarDevice .input-field-radio,
#editarDevice .input-field-radio,
#confirmarCategory .input-field-radio,
#editarCategory .input-field-radio,
#confirmarSubcategory .input-field-radio,
#editarSubcategory .input-field-radio,
#confirmarOption .input-field-radio,
#editarOption .input-field-radio {
  display: flex;
  align-items: center;
}
#view-tickets .input-field-radio .input-name,
#create-feedbacks .input-field-radio .input-name,
#create-users .input-field-radio .input-name,
#edit-users .input-field-radio .input-name,
#create-groups .input-field-radio .input-name,
#edit-groups .input-field-radio .input-name,
#edit-tickets .input-field-radio .input-name,
#create-tickets .input-field-radio .input-name,
#edit-tickets .input-field-radio .input-name,
#create-systems .input-field-radio .input-name,
#edit-systems .input-field-radio .input-name,
#confirmarDevice .input-field-radio .input-name,
#editarDevice .input-field-radio .input-name,
#confirmarCategory .input-field-radio .input-name,
#editarCategory .input-field-radio .input-name,
#confirmarSubcategory .input-field-radio .input-name,
#editarSubcategory .input-field-radio .input-name,
#confirmarOption .input-field-radio .input-name,
#editarOption .input-field-radio .input-name {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

#view-tickets .input-field,
#create-feedbacks .input-field,
#create-users .input-field,
#edit-users .input-field,
#create-groups .input-field,
#edit-groups .input-field,
#edit-tickets .input-field,
#create-tickets .input-field,
#create-requests .input-field
#edit-tickets .input-field,
#create-systems .input-field,
#edit-systems .input-field,
#confirmarDevice .input-field,
#editarDevice .input-field,
#confirmarCategory .input-field,
#editarCategory .input-field,
#confirmarSubcategory .input-field,
#editarSubcategory .input-field,
#confirmarOption .input-field,
#editarOption .input-field {
  display: flex;
  align-items: center;
  min-height: 80px;
}

#view-tickets .input-field img,
#create-feedbacks .input-field img,
#create-users .input-field img,
#edit-users .input-field img,
#create-groups .input-field img,
#edit-groups .input-field img,
#edit-tickets .input-field img,
#create-tickets .input-field img,
#edit-tickets .input-field img,
#create-systems .input-field img,
#edit-systems .input-field img,
#confirmarDevice .input-field img,
#editarDevice .input-field img,
#confirmarCategory .input-field img,
#editarCategory .input-field img,
#confirmarSubcategory .input-field img,
#editarSubcategory .input-field img,
#confirmarOption .input-field img,
#editarOption .input-field img {
  margin-right: 10px;
}
#view-workflow .input-field .input-name,
#create-workflow .input-field .input-name,
#view-tickets .input-field .input-name,
#create-feedbacks .input-field .input-name,
#create-users .input-field .input-name,
#edit-users .input-field .input-name,
#create-groups .input-field .input-name,
#edit-groups .input-field .input-name,
#edit-tickets .input-field .input-name,
#create-tickets .input-field .input-name,
#edit-tickets .input-field .input-name,
#create-systems .input-field .input-name,
#edit-systems .input-field .input-name,
#confirmarDevice .input-field .input-name,
#editarDevice .input-field .input-name,
#confirmarCategory .input-field .input-name,
#editarCategory .input-field .input-name,
#confirmarSubcategory .input-field .input-name,
#editarSubcategory .input-field .input-name,
#confirmarOption .input-field .input-name,
#editarOption .input-field .input-name {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
}
#view-tickets .input-field input[disabled],
#view-tickets .input-field input[readonly],
#create-feedbacks .input-field input[disabled],
#create-feedbacks .input-field input[readonly],
#create-users .input-field input[disabled],
#create-users .input-field input[readonly],
#edit-users .input-field input[disabled],
#edit-users .input-field input[readonly],
#create-groups .input-field input[disabled],
#create-groups .input-field input[readonly],
#edit-groups .input-field input[disabled],
#edit-groups .input-field input[readonly],
#edit-tickets .input-field input[disabled],
#edit-tickets .input-field input[readonly],
#create-tickets .input-field input[disabled],
#create-tickets .input-field input[readonly],
#edit-tickets .input-field input[disabled],
#edit-tickets .input-field input[readonly],
#create-systems .input-field input[disabled],
#create-systems .input-field input[readonly],
#edit-systems .input-field input[disabled],
#edit-systems .input-field input[readonly],
#confirmarDevice .input-field input[disabled],
#confirmarDevice .input-field input[readonly],
#editarDevice .input-field input[disabled],
#editarDevice .input-field input[readonly],
#confirmarCategory .input-field input[disabled],
#confirmarCategory .input-field input[readonly],
#editarCategory .input-field input[disabled],
#editarCategory .input-field input[readonly],
#confirmarSubcategory .input-field input[disabled],
#confirmarSubcategory .input-field input[readonly],
#editarSubcategory .input-field input[disabled],
#editarSubcategory .input-field input[readonly],
#confirmarOption .input-field input[disabled],
#confirmarOption .input-field input[readonly],
#editarOption .input-field input[disabled],
#editarOption .input-field input[readonly] {
  border: none;
}
#view-workflow .input-field input[type=text],
#view-workflow .input-field input[type=email],
#view-workflow .input-field input[type=number],
#view-workflow .input-field input[type=password],
#view-workflow .input-field input[type=date],
#view-workflow .input-field input[type=datetime],
#view-workflow .input-field input[type=datetime-local],
#view-workflow .input-field select,
#create-workflow .input-field input[type=text],
#create-workflow .input-field input[type=email],
#create-workflow .input-field input[type=number],
#create-workflow .input-field input[type=password],
#create-workflow .input-field input[type=date],
#create-workflow .input-field input[type=datetime],
#create-workflow .input-field input[type=datetime-local],
#create-workflow .input-field select,
#view-tickets .input-field input[type=text],
#view-tickets .input-field input[type=email],
#view-tickets .input-field input[type=number],
#view-tickets .input-field input[type=password],
#view-tickets .input-field input[type=date],
#view-tickets .input-field input[type=datetime],
#view-tickets .input-field input[type=datetime-local],
#view-tickets .input-field select,
#create-feedbacks .input-field input[type=text],
#create-feedbacks .input-field input[type=email],
#create-feedbacks .input-field input[type=number],
#create-feedbacks .input-field input[type=password],
#create-feedbacks .input-field input[type=date],
#create-feedbacks .input-field input[type=datetime],
#create-feedbacks .input-field input[type=datetime-local],
#create-feedbacks .input-field select,
#create-users .input-field input[type=text],
#create-users .input-field input[type=email],
#create-users .input-field input[type=number],
#create-users .input-field input[type=password],
#create-users .input-field input[type=date],
#create-users .input-field input[type=datetime],
#create-users .input-field input[type=datetime-local],
#create-users .input-field select,
#edit-users .input-field input[type=text],
#edit-users .input-field input[type=email],
#edit-users .input-field input[type=number],
#edit-users .input-field input[type=password],
#edit-users .input-field input[type=date],
#edit-users .input-field input[type=datetime],
#edit-users .input-field input[type=datetime-local],
#edit-users .input-field select,
#create-groups .input-field input[type=text],
#create-groups .input-field input[type=email],
#create-groups .input-field input[type=number],
#create-groups .input-field input[type=password],
#create-groups .input-field input[type=date],
#create-groups .input-field input[type=datetime],
#create-groups .input-field input[type=datetime-local],
#create-groups .input-field select,
#edit-groups .input-field input[type=text],
#edit-groups .input-field input[type=email],
#edit-groups .input-field input[type=number],
#edit-groups .input-field input[type=password],
#edit-groups .input-field input[type=date],
#edit-groups .input-field input[type=datetime],
#edit-groups .input-field input[type=datetime-local],
#edit-groups .input-field select,
#edit-tickets .input-field input[type=text],
#edit-tickets .input-field input[type=email],
#edit-tickets .input-field input[type=number],
#edit-tickets .input-field input[type=password],
#edit-tickets .input-field input[type=date],
#edit-tickets .input-field input[type=datetime],
#edit-tickets .input-field input[type=datetime-local],
#edit-tickets .input-field select,
#create-tickets .input-field input[type=text],
#create-tickets .input-field input[type=email],
#create-tickets .input-field input[type=number],
#create-tickets .input-field input[type=password],
#create-tickets .input-field input[type=date],
#create-tickets .input-field input[type=datetime],
#create-tickets .input-field input[type=datetime-local],
#create-tickets .input-field select,
#edit-tickets .input-field input[type=text],
#edit-tickets .input-field input[type=email],
#edit-tickets .input-field input[type=number],
#edit-tickets .input-field input[type=password],
#edit-tickets .input-field input[type=date],
#edit-tickets .input-field input[type=datetime],
#edit-tickets .input-field input[type=datetime-local],
#edit-tickets .input-field select,
#create-systems .input-field input[type=text],
#create-systems .input-field input[type=email],
#create-systems .input-field input[type=number],
#create-systems .input-field input[type=password],
#create-systems .input-field input[type=date],
#create-systems .input-field input[type=datetime],
#create-systems .input-field input[type=datetime-local],
#create-systems .input-field select,
#edit-systems .input-field input[type=text],
#edit-systems .input-field input[type=email],
#edit-systems .input-field input[type=number],
#edit-systems .input-field input[type=password],
#edit-systems .input-field input[type=date],
#edit-systems .input-field input[type=datetime],
#edit-systems .input-field input[type=datetime-local],
#edit-systems .input-field select,
#confirmarDevice .input-field input[type=text],
#confirmarDevice .input-field input[type=email],
#confirmarDevice .input-field input[type=number],
#confirmarDevice .input-field input[type=password],
#confirmarDevice .input-field input[type=date],
#confirmarDevice .input-field input[type=datetime],
#confirmarDevice .input-field input[type=datetime-local],
#confirmarDevice .input-field select,
#editarDevice .input-field input[type=text],
#editarDevice .input-field input[type=email],
#editarDevice .input-field input[type=number],
#editarDevice .input-field input[type=password],
#editarDevice .input-field input[type=date],
#editarDevice .input-field input[type=datetime],
#editarDevice .input-field input[type=datetime-local],
#editarDevice .input-field select,
#confirmarCategory .input-field input[type=text],
#confirmarCategory .input-field input[type=email],
#confirmarCategory .input-field input[type=number],
#confirmarCategory .input-field input[type=password],
#confirmarCategory .input-field input[type=date],
#confirmarCategory .input-field input[type=datetime],
#confirmarCategory .input-field input[type=datetime-local],
#confirmarCategory .input-field select,
#editarCategory .input-field input[type=text],
#editarCategory .input-field input[type=email],
#editarCategory .input-field input[type=number],
#editarCategory .input-field input[type=password],
#editarCategory .input-field input[type=date],
#editarCategory .input-field input[type=datetime],
#editarCategory .input-field input[type=datetime-local],
#editarCategory .input-field select,
#confirmarSubcategory .input-field input[type=text],
#confirmarSubcategory .input-field input[type=email],
#confirmarSubcategory .input-field input[type=number],
#confirmarSubcategory .input-field input[type=password],
#confirmarSubcategory .input-field input[type=date],
#confirmarSubcategory .input-field input[type=datetime],
#confirmarSubcategory .input-field input[type=datetime-local],
#confirmarSubcategory .input-field select,
#editarSubcategory .input-field input[type=text],
#editarSubcategory .input-field input[type=email],
#editarSubcategory .input-field input[type=number],
#editarSubcategory .input-field input[type=password],
#editarSubcategory .input-field input[type=date],
#editarSubcategory .input-field input[type=datetime],
#editarSubcategory .input-field input[type=datetime-local],
#editarSubcategory .input-field select,
#confirmarOption .input-field input[type=text],
#confirmarOption .input-field input[type=email],
#confirmarOption .input-field input[type=number],
#confirmarOption .input-field input[type=password],
#confirmarOption .input-field input[type=date],
#confirmarOption .input-field input[type=datetime],
#confirmarOption .input-field input[type=datetime-local],
#confirmarOption .input-field select,
#editarOption .input-field input[type=text],
#editarOption .input-field input[type=email],
#editarOption .input-field input[type=number],
#editarOption .input-field input[type=password],
#editarOption .input-field input[type=date],
#editarOption .input-field input[type=datetime],
#editarOption .input-field input[type=datetime-local],
#editarOption .input-field select {
  background-color: #fff;
  border: 2px solid #000;
  outline: none;
  border-radius: 5px;
  margin: 10px;
  padding: 0 10px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0;
}

#view-tickets .container-btn,
#create-feedbacks .container-btn,
#create-users .container-btn,
#edit-users .container-btn,
#create-groups .container-btn,
#edit-groups .container-btn,
#edit-tickets .container-btn,
#create-tickets .container-btn,
#edit-tickets .container-btn,
#create-systems .container-btn,
#edit-systems .container-btn,
#confirmarDevice .container-btn,
#editarDevice .container-btn,
#confirmarCategory .container-btn,
#editarCategory .container-btn,
#confirmarSubcategory .container-btn,
#editarSubcategory .container-btn,
#confirmarOption .container-btn,
#editarOption .container-btn {
  display: flex;
  justify-content: right;
}
#view-tickets .container-btn button,
#create-feedbacks .container-btn button,
#create-users .container-btn button,
#edit-users .container-btn button,
#create-groups .container-btn button,
#edit-groups .container-btn button,
#edit-tickets .container-btn button,
#create-tickets .container-btn button,
#edit-tickets .container-btn button,
#create-systems .container-btn button,
#edit-systems .container-btn button,
#confirmarDevice .container-btn button,
#editarDevice .container-btn button,
#confirmarCategory .container-btn button,
#editarCategory .container-btn button,
#confirmarSubcategory .container-btn button,
#editarSubcategory .container-btn button,
#confirmarOption .container-btn button,
#editarOption .container-btn button {
  background-color: #57C4EF;
  color: white;
  border: none;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 15%;
  cursor: pointer;
  font-weight: 600;
}

#view-reports .container-description {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 100%;
}
#view-reports .container-media {
  display: flex;
  justify-content: space-around;
}
#view-reports .container-media span {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  color: #000;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#view-reports .container-bar {
  width: 100%;
}
#view-reports .container-bar .bar {
  display: block;
  width: 100%;
  height: 40px;
  background: #DBE6E0;
  transition: all 0.6s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
#view-reports .container-bar .bar:hover {
  cursor: pointer;
  background: #0899DD;
  color: #fff;
}
#view-reports .score-feedback {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  color: #000;
}
#view-workflow .header-list,
#create-workflow .header-list,
#view-reports .header-list {
  background-color: #0899DD;
  padding: 15px 0px;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
}
#view-workflow .header-list > div,
#create-workflow .header-list > div,
#view-reports .header-list > div {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#view-workflow .line-list:nth-child(odd),
#create-workflow .line-list:nth-child(odd),
#view-reports .line-list:nth-child(odd) {
  background: #F9F9F9;
  padding: 15px 0px;
  color: #000;
  font-size: 12px;
}
#view-workflow .line-list:nth-child(odd) > div,
#create-workflow .line-list:nth-child(odd) > div,
#view-reports .line-list:nth-child(odd) > div {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#view-workflow .line-list:nth-child(odd) > div img,
#create-workflow .line-list:nth-child(odd) > div img,
#view-reports .line-list:nth-child(odd) > div img {
  width: 16px;
}
#view-workflow .line-list:nth-child(odd) > div .icon,
#create-workflow .line-list:nth-child(odd) > div .icon,
#view-reports .line-list:nth-child(odd) > div .icon {
  width: 45px;
}
#view-workflow .line-list:nth-child(even),
#create-workflow .line-list:nth-child(even),
#view-reports .line-list:nth-child(even) {
  background-color: #ECECEC;
  padding: 15px 0px;
  color: #000;
  font-size: 12px;
}
#view-workflow .line-list:nth-child(even) > div,
#create-workflow .line-list:nth-child(even) > div,
#view-reports .line-list:nth-child(even) > div {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#view-workflow .line-list:nth-child(even) > div img,
#create-workflow .line-list:nth-child(even) > div img,
#view-reports .line-list:nth-child(even) > div img {
  width: 16px;
}
#view-workflow .line-list:nth-child(even) > div .icon,
#create-workflow .line-list:nth-child(even) > div .icon,
#view-reports .line-list:nth-child(even) > div .icon {
  width: 45px;
}

#view-reports .container-title {
  background: #E8F2F4;
  text-align: center;
  color: #000;
  padding: 10px 0px;
  margin: 25px 0;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 600;
}
#view-reports .btn-filter {
  display: block;
  background-color: #57C4EF;
  border: 1px solid #57C4EF;
  color: white;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
#view-reports .btn-filter.active,
#view-reports .btn-filter:hover {
  background-color: white;
  color: #000;
  border-color: #000;
}
#view-reports .btn-add {
  display: block;
  background-color: #57C4EF;
  color: white;
  border: none;
  border-radius: 18px;
  font-size: 12px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 10px 0px;
  margin: 25px 0;
  font-weight: 600;
}
#view-reports .search-field {
  width: 100%;
  background-color: #FAFAFA;
  display: flex;
  height: 100%;
  border-radius: 20px;
  border: none;
}
#view-reports .form-search {
  position: relative;
}
#view-reports .form-search button {
  border: none;
  background: transparent;
  position: absolute;
  top: 20%;
  left: 6%;
}
#view-reports .form-search input {
  width: 100%;
  background-color: #FAFAFA;
  display: flex;
  height: 100%;
  border-radius: 20px;
  border: none;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

#view-reports .btn-delete {
  border: none;
  font-size: 16px;
  color: #b1b1b1;
  cursor: pointer;
}

#create-feedbacks .header-list,
#list-users .header-list,
#list-devices .header-list,
#list-groups .header-list,
#list-tickets .header-list,
#list-systems .header-list,
#list-category .header-list,
#list-subcategory .header-list,
#list-option .header-list {
  background-color: #57C4EF;
  padding: 15px 0px;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
}
#create-feedbacks .header-list > div,
#list-users .header-list > div,
#list-devices .header-list > div,
#list-groups .header-list > div,
#list-tickets .header-list > div,
#list-systems .header-list > div,
#list-category .header-list > div,
#list-subcategory .header-list > div,
#list-option .header-list > div {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#create-feedbacks .col-md-12:nth-child(odd) .line-list,
#list-users .col-md-12:nth-child(odd) .line-list,
#list-devices .col-md-12:nth-child(odd) .line-list,
#list-groups .col-md-12:nth-child(odd) .line-list,
#list-tickets .col-md-12:nth-child(odd) .line-list,
#list-systems .col-md-12:nth-child(odd) .line-list,
#list-category .col-md-12:nth-child(odd) .line-list,
#list-subcategory .col-md-12:nth-child(odd) .line-list,
#list-option .col-md-12:nth-child(odd) .line-list {
  background: #F9F9F9;
  padding: 15px 0px;
  color: #000;
  font-size: 12px;
  border-bottom: 0.5px solid #E5E5E5;
}
#create-feedbacks .col-md-12:nth-child(odd) .line-list > div,
#list-users .col-md-12:nth-child(odd) .line-list > div,
#list-devices .col-md-12:nth-child(odd) .line-list > div,
#list-groups .col-md-12:nth-child(odd) .line-list > div,
#list-tickets .col-md-12:nth-child(odd) .line-list > div,
#list-systems .col-md-12:nth-child(odd) .line-list > div,
#list-category .col-md-12:nth-child(odd) .line-list > div,
#list-subcategory .col-md-12:nth-child(odd) .line-list > div,
#list-option .col-md-12:nth-child(odd) .line-list > div {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#create-feedbacks .col-md-12:nth-child(odd) .line-list > div img,
#list-users .col-md-12:nth-child(odd) .line-list > div img,
#list-devices .col-md-12:nth-child(odd) .line-list > div img,
#list-groups .col-md-12:nth-child(odd) .line-list > div img,
#list-tickets .col-md-12:nth-child(odd) .line-list > div img,
#list-systems .col-md-12:nth-child(odd) .line-list > div img,
#list-category .col-md-12:nth-child(odd) .line-list > div img,
#list-subcategory .col-md-12:nth-child(odd) .line-list > div img,
#list-option .col-md-12:nth-child(odd) .line-list > div img {
  width: 16px;
}
#create-feedbacks .col-md-12:nth-child(odd) .line-list > div .icon,
#list-users .col-md-12:nth-child(odd) .line-list > div .icon,
#list-devices .col-md-12:nth-child(odd) .line-list > div .icon,
#list-groups .col-md-12:nth-child(odd) .line-list > div .icon,
#list-tickets .col-md-12:nth-child(odd) .line-list > div .icon,
#list-systems .col-md-12:nth-child(odd) .line-list > div .icon,
#list-category .col-md-12:nth-child(odd) .line-list > div .icon,
#list-subcategory .col-md-12:nth-child(odd) .line-list > div .icon,
#list-option .col-md-12:nth-child(odd) .line-list > div .icon {
  width: 45px;
}
#create-feedbacks .col-md-12:nth-child(even) .line-list,
#list-users .col-md-12:nth-child(even) .line-list,
#list-devices .col-md-12:nth-child(even) .line-list,
#list-groups .col-md-12:nth-child(even) .line-list,
#list-tickets .col-md-12:nth-child(even) .line-list,
#list-systems .col-md-12:nth-child(even) .line-list,
#list-category .col-md-12:nth-child(even) .line-list,
#list-subcategory .col-md-12:nth-child(even) .line-list,
#list-option .col-md-12:nth-child(even) .line-list {
  background-color: #ECECEC;
  padding: 15px 0px;
  color: #000;
  font-size: 12px;
}
#create-feedbacks .col-md-12:nth-child(even) .line-list > div,
#list-users .col-md-12:nth-child(even) .line-list > div,
#list-devices .col-md-12:nth-child(even) .line-list > div,
#list-groups .col-md-12:nth-child(even) .line-list > div,
#list-tickets .col-md-12:nth-child(even) .line-list > div,
#list-systems .col-md-12:nth-child(even) .line-list > div,
#list-category .col-md-12:nth-child(even) .line-list > div,
#list-subcategory .col-md-12:nth-child(even) .line-list > div,
#list-option .col-md-12:nth-child(even) .line-list > div {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#create-feedbacks .col-md-12:nth-child(even) .line-list > div img,
#list-users .col-md-12:nth-child(even) .line-list > div img,
#list-devices .col-md-12:nth-child(even) .line-list > div img,
#list-groups .col-md-12:nth-child(even) .line-list > div img,
#list-tickets .col-md-12:nth-child(even) .line-list > div img,
#list-systems .col-md-12:nth-child(even) .line-list > div img,
#list-category .col-md-12:nth-child(even) .line-list > div img,
#list-subcategory .col-md-12:nth-child(even) .line-list > div img,
#list-option .col-md-12:nth-child(even) .line-list > div img {
  width: 16px;
}
#create-feedbacks .col-md-12:nth-child(even) .line-list > div .icon,
#list-users .col-md-12:nth-child(even) .line-list > div .icon,
#list-devices .col-md-12:nth-child(even) .line-list > div .icon,
#list-groups .col-md-12:nth-child(even) .line-list > div .icon,
#list-tickets .col-md-12:nth-child(even) .line-list > div .icon,
#list-systems .col-md-12:nth-child(even) .line-list > div .icon,
#list-category .col-md-12:nth-child(even) .line-list > div .icon,
#list-subcategory .col-md-12:nth-child(even) .line-list > div .icon,
#list-option .col-md-12:nth-child(even) .line-list > div .icon {
  width: 45px;
}
#create-feedbacks .container-title,
#list-users .container-title,
#list-devices .container-title,
#list-groups .container-title,
#list-tickets .container-title,
#list-systems .container-title,
#list-category .container-title,
#list-subcategory .container-title,
#list-option .container-title {
  background: #E8F2F4;
  text-align: center;
  color: #000;
  padding: 10px 0px;
  margin: 25px 0;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 600;
}
#create-feedbacks .btn-filter,
#list-users .btn-filter,
#list-devices .btn-filter,
#list-groups .btn-filter,
#list-tickets .btn-filter,
#list-systems .btn-filter,
#list-category .btn-filter,
#list-subcategory .btn-filter,
#list-option .btn-filter {
  display: block;
  background-color: #57C4EF;
  color: white;
  border: none;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
#create-feedbacks .btn-add,
#list-users .btn-add,
#list-devices .btn-add,
#list-groups .btn-add,
#list-tickets .btn-add,
#list-systems .btn-add,
#list-category .btn-add,
#list-subcategory .btn-add,
#list-option .btn-add {
  display: block;
  background-color: #57C4EF;
  color: white;
  border: none;
  border-radius: 18px;
  font-size: 12px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 10px 0px;
  margin: 25px 0;
  font-weight: 600;
}
#create-feedbacks .search-field,
#list-users .search-field,
#list-devices .search-field,
#list-groups .search-field,
#list-tickets .search-field,
#list-systems .search-field,
#list-category .search-field,
#list-subcategory .search-field,
#list-option .search-field {
  width: 100%;
  background-color: #FAFAFA;
  display: flex;
  height: 100%;
  border-radius: 20px;
  border: none;
}
#create-feedbacks .form-search,
#list-users .form-search,
#list-devices .form-search,
#list-groups .form-search,
#list-tickets .form-search,
#list-systems .form-search,
#list-category .form-search,
#list-subcategory .form-search,
#list-option .form-search {
  position: relative;
}
#create-feedbacks .form-search button,
#list-users .form-search button,
#list-devices .form-search button,
#list-groups .form-search button,
#list-tickets .form-search button,
#list-systems .form-search button,
#list-category .form-search button,
#list-subcategory .form-search button,
#list-option .form-search button {
  border: none;
  background: transparent;
  position: absolute;
  top: 20%;
  left: 6%;
}
#create-feedbacks .form-search input,
#list-users .form-search input,
#list-devices .form-search input,
#list-groups .form-search input,
#list-tickets .form-search input,
#list-systems .form-search input,
#list-category .form-search input,
#list-subcategory .form-search input,
#list-option .form-search input {
  width: 100%;
  background-color: #FAFAFA;
  display: flex;
  height: 100%;
  border-radius: 20px;
  border: none;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

#create-feedbacks .btn-delete,
#list-users .btn-delete,
#list-devices .btn-delete,
#list-groups .btn-delete,
#list-tickets .btn-delete,
#list-systems .btn-delete,
#list-category .btn-delete,
#list-subcategory .btn-delete,
#list-option .btn-delete {
  border: none;
  font-size: 16px;
  color: #b1b1b1;
  cursor: pointer;
}

#create-tickets .container-radio,
#edit-tickets .container-radio {
  display: flex;
  justify-content: space-between;
}
#create-tickets label,
#edit-tickets label {
  font-size: 12px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
#create-tickets .title-tickets,
#edit-tickets .title-tickets {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

#create-feedbacks .input-field-column-text-area,
#create-tickets .input-field-column-text-area {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#create-feedbacks .input-field-column-text-area textarea,
#create-tickets .input-field-column-text-area textarea {
  background-color: #fff;
  width: 100%;
  height: 100px;
  border: 1px solid gray;
  border-radius: 10px;
}
#create-feedbacks .title-tickets,
#create-tickets .title-tickets {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding-left: 0 !important;
}
#create-feedbacks .description-view,
#create-tickets .description-view {
  font-size: 14px;
  margin-top: 10px;
  color: #000;
}

#view-tickets,
#create-tickets {
  margin-top: 20px;
}
#view-tickets .input-field input[type=text],
#create-tickets .input-field input[type=text] {
  background-color: #F9F9F9;
  color: #000;
  font-weight: 600;
}
#view-tickets .input-field-column-text-area,
#create-tickets .input-field-column-text-area {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#view-tickets .input-field-column-text-area textarea,
#create-tickets .input-field-column-text-area textarea {
  background-color: #fff;
  width: 100%;
  height: 100px;
  border: 1px solid gray;
  border-radius: 10px;
}
#view-tickets .description-view,
#create-tickets .description-view {
  font-size: 14px;
  margin-top: 10px;
  color: #000;
}
#view-tickets .format-gray,
#create-tickets .format-gray {
  padding: 15px 20px;
  border-radius: 10px;
}

#view-reports .container-priority {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
#view-reports .btn {
  background: #DBE6E0;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  font-size: 12px;
  margin-left: 15px;
}
#view-reports .data-line {
  width: 85%;
}
#view-reports .header-list,
#view-reports .line-list {
  justify-content: space-between;
  display: flex;
}
#view-reports .header-list .item-header,
#view-reports .header-list .item-line,
#view-reports .line-list .item-header,
#view-reports .line-list .item-line {
  display: inline-flex;
  width: 10%;
}
#view-reports .header-list .main-line,
#view-reports .line-list .main-line {
  display: inline-flex;
  width: 15%;
}
#view-reports .container-btn-filter {
  display: flex;
  justify-content: space-evenly;
}
#view-reports .container-btn-filter .itens-btn {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#view-reports .container-btn-filter .itens-btn input[type=date] {
  display: block;
  /* background-color: #57C4EF; */
  border: 1px solid #0899DD;
  color: #000;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}

#submenu .item-menu {
  width: 95%;
  text-align: center;
  background: #E8F2F4;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  display: block;
  padding: 10px 0;
  color: #000;
}
#submenu .item-menu:hover {
  background: #57C4EF;
  color: #fff;
  text-decoration: none;
}
#submenu .item-menu.active {
  background: #57C4EF;
  color: #fff;
  text-decoration: none;
}

#view-tickets .content-chat {
  height: 150px;
  border-radius: 10px;
  background: #e9e9e9;
  overflow-y: scroll;
  padding: 10px 20px;
  position: relative;
}
#view-tickets .content-chat .content-no-auth-user {
  margin-bottom: 10px;
}
#view-tickets .content-chat .content-no-auth-user span {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  font-size: 13px;
  color: #000;
  display: inline-block;
}
#view-tickets .content-chat .content-no-auth-user span .date-span {
  font-size: 11px;
  font-weight: 600;
}
#view-tickets .content-chat .content-auth-user {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
  margin-bottom: 10px;
}
#view-tickets .content-chat .content-auth-user span {
  background: #57C4EF;
  padding: 5px;
  border-radius: 10px;
  font-size: 13px;
  color: #fff;
  display: inline-block;
}
#view-tickets .content-chat .content-auth-user span .date-span {
  font-size: 11px;
  font-weight: 600;
}
#view-tickets .form-post {
  height: 150px;
  background: #E8F2F4;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border-radius: 10px;
}
.btn-send-plan_rollback_defined,
#view-tickets .form-post .btn-send {
  background: #57C4EF;
  margin-top: 13px;
  font-size: 13px;
  padding: 2px 12px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #57C4EF;
}
.btn-send-plan_rollback_defined:hover,
#view-tickets .form-post .btn-send:hover {
  background: #fff;
  color: #57C4EF;
  border-color: #57C4EF;
  text-decoration: none;
}

#filter {
  display: none;
}

#filter select {
  background-color: #fff;
  border: 2px solid #000;
  outline: none;
  border-radius: 5px;
  margin: 10px;
  padding: 3.5px 10px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0;
}

#filter .input-filter {
  background-color: #fff;
  border: 2px solid #000;
  outline: none;
  border-radius: 5px;
  margin: 10px;
  padding: 0 10px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0;
}

#filter .input-name {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
}
#filter .input-field {
  display: flex;
  align-items: center;
  min-height: 80px;
}
#filter .container-btn {
  display: flex;
  justify-content: flex-end;
}
#filter button[type=submit] {
  display: block;
  background-color: #57C4EF;
  border: 1px solid #57C4EF;
  color: white;
  border: none;
  padding: 9px 30px;
  border-radius: 18px;
  font-size: 12px;
  width: 10%;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
#filter button[type=submit]:hover {
  background-color: #fff;
  border: 1px solid #57C4EF;
  color: #57C4EF;
  cursor: pointer;
}

.form-search .search-field {
  outline: auto;
}
.form-search input {
  padding: 9px 30px;
}
.form-search button[type=submit] {
  cursor: pointer;
}

.container_forgetpass input {
  margin-bottom: 20px;
  border: none;
  background-color: #ECECEC;
  color: #666666;
  text-align: center;
  border-radius: 50px;
}

#mask {
  display: none;
}

#mask.active {
  display: block;
}

button.btn_reset_password[disabled] {
  background: rgba(0, 0, 0, 0.2117647059);
}

.modal_body form .btn_reset_password[disabled] {
  background: rgba(128, 128, 128, 0.568627451);
}

.mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  display: none;
}

.modal_body {
  position: relative;
  width: 500px;
  display: block;
  margin: 0 auto;
  background-color: white;
  height: 370px;
  margin-top: 150px;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #006586;
  font-size: 15px;
}

#reset-password-logins {
  color: #00a1e4;
  text-decoration: none;
  transition: 0.3s;
}

#reset-password-logins:hover {
  color: #006586;
  text-decoration: underline;
}

.modal_body form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.container_forgetpass input {
  margin-bottom: 20px;
  border: none;
  background-color: #ECECEC;
  color: #666666;
  text-align: center;
  border-radius: 50px;
  height: 30px;
}

.modal_body button {
  color: white;
  background-color: #006586;
  border: none;
  margin: 20px 0;
  border-radius: 17px;
  padding: 2px 10px;
  font-weight: 600;
}

.container_forgetpass button {
  background: #0e6586;
  color: #fff;
  border: 1px solid #0e6586;
  margin-bottom: 15px;
  width: 50%;
  border-radius: 18px;
  font-weight: 600;
  height: 30px;
}

.container_forgetpass button:hover {
  background-color: #fff;
  color: #0e6586;
  text-decoration: none;
}

.modal_body .close {
  width: 50%;
  background: gray;
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  border-radius: 20px;
  border: 1px solid gray;
  text-decoration: none;
  height: 30px;
}

.modal_body .close:hover {
  color: gray;
  background-color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .modal_body {
    width: 310px;
  }
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 71%;
  margin-bottom: 5px;
  margin-left: -50px;
  padding: 7px;
  width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #00a2e4;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #00a2e4;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

#create-feedbacks .content-approved {
  display: none;
}
#create-feedbacks .content-disapproved {
  display: none;
}
#create-feedbacks .content-submit {
  display: none;
}

#list-tickets .scrolling-wrapper {
  overflow-x: clip;
  padding-left: 8.5%;
  -webkit-overflow-scrolling: touch;
}

#list-tickets .line-list .scrolling-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

#list-tickets .scrolling-wrapper-main {
  overflow-x: scroll;
  min-height: 15px;
  -webkit-overflow-scrolling: touch;
}

#list-tickets .line-list-main {
  background-color: #ECECEC;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #000;
  font-size: 12px;
  border-radius: 10px;
}
#list-tickets .line-list-main > div {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  display: none;
  align-items: center;
  justify-content: center;
}

#list-tickets {
  position: relative;
  /* Cor de fundo da barra de rolagem */
  /* Cor do indicador da barra de rolagem */
  /* Cor do indicador da barra de rolagem ao passar o mouse */
}
#list-tickets .main-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#list-tickets .main-scroll::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
#list-tickets .main-scroll::-webkit-scrollbar-thumb {
  background-color: #888;
}
#list-tickets .main-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
#list-tickets .scrolling-wrapper::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  display: none;
}
#list-tickets .scrolling-wrapper::-webkit-scrollbar-track {
  background: transparent;
  display: none;
}
#list-tickets .scrolling-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0.25em;
  display: none;
}
#list-tickets .scrolling-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
  display: none;
}
#list-tickets .main-scroll {
  overflow-x: scroll;
}
#list-tickets #filter input[type=date] {
  background-color: #fff;
  border: 2px solid #000;
  outline: none;
  border-radius: 5px;
  margin: 10px;
  padding: 0 10px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0;
  width: 100%;
}
#list-tickets .dropdown {
  width: 100%;
}
#list-tickets .dropdown button {
  background-color: #fff;
  border: 2px solid #000;
  outline: none;
  border-radius: 5px;
  margin: 10px;
  padding: 0 10px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0;
  width: 100%;
  position: relative;
  text-align: left;
}
#list-tickets .dropdown label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
#list-tickets .dropdown label input[type=checkbox] {
  border: 2px solid #000;
  margin-right: 10px;
}
#list-tickets .dropdown label input[type=checkbox]:checked {
  background-color: #57C4EF;
}
#list-tickets .dropdown label input[type=checkbox]:checked + input[type=checkbox]::before {
  background-color: #57C4EF; /* Substitua pela cor desejada */
}
#list-tickets #filterRequester label {
  display: flex;
}
#list-tickets #filterRequester input[type=checkbox] {
  margin-right: 10px;
}
#list-tickets .dropdown-menu {
  width: 100%;
  border: 2px solid #000;
  padding: 10px;
}
#list-tickets #dropdownRequesterId .dropdown-menu,
#list-tickets #dropdownAttendantId .dropdown-menu {
  height: 150px;
  overflow-y: scroll;
}
#list-tickets .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 2%;
  top: 44%;
}
#list-tickets .dropdown label input[type=checkbox] {
  height: 20px;
  width: 15px;
}

p.password-strength {
  font-size: 11px;
  margin: 0;
  color: red;
  font-weight: 600;
}

body .swal2-popup .swal2-title {
  font-size: 20px;
  color: #0899DD;
}

body .swal2-popup #swal2-content {
  font-size: 15px;
  color: #000;
}

body button.swal2-confirm.swal2-styled {
  padding: 1px 20px;
  font-size: 15px !important;
  font-weight: 600;
}

body button.swal2-cancel.swal2-styled {
  padding: 1px 20px;
  font-size: 15px !important;
  font-weight: 600;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.line-list:nth-child(even) {
  background-color: #FFFFFF !important;
}

.line-list:nth-child(odd) {
  background-color: #FCFCFC;
}

#list-tickets .header-list > div {
  text-align: left;
}

#list-tickets .col-md-12:nth-child(odd) .line-list > div {
  text-align: left;
}

.tableWorkflow thead,
.tableStackholder thead,
.tableManager thead,
.tableManager2 thead,
.tableStackholder2 thead{
  background-color: #57C4EF;
  color: #fff;
}

.tableWorkflow p,
.tableStackholder p,
.tableManager p,
.tableManager2 p,
.tableStackholder2 p{
  margin-bottom: 0;
}

.tableWorkflow thead th:first-child{
  width: 15%;
}

.tableWorkflow thead th:nth-child(2){
  width: 50%;
}

.tableWorkflow thead th:nth-child(3){
  width: 17%;
}

.tableWorkflow thead th:nth-child(3){
  width: 15%;
}

.tableWorkflow thead th:last-child{
  width: 6%;
}

.tableWorkflow tbody td:last-child{
  display: flex;
  justify-content: center;
  align-items: center;
}

#view-workflow,
#create-workflow{
  position: relative;
  top: 5px;
}

#view-workflow .input-field-bordeless,
#create-workflow .input-field-bordeless{
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #F9F9F9 !important;
  cursor: default;
}

.btn-print,.btn-sendEmail,.btn-delete,
#view-workflow .btn-sendEmail,
#create-workflow .btn-sendEmail,
#view-workflow .btn-sendEmail2,
#create-workflow .btn-sendEmail2,
#view-workflow .btn-delete-stackholder,
#create-workflow .btn-delete-stackholder,
#view-workflow .btn-delete,
#create-workflow .btn-delete{
  background-color: transparent;
  border: none;
  color: #b1b1b1;
}



.btn-print:hover,.btn-sendEmail:hover,.btn-delete:hover,
#view-workflow .btn-sendEmail:hover,
#create-workflow .btn-sendEmail:hover,
#view-workflow .btn-sendEmail2:hover,
#create-workflow .btn-sendEmail2:hover,
#view-workflow .btn-delete-stackholder:hover,
#create-workflow .btn-delete-stackholder:hover,
#view-workflow .btn-delete:hover,
#create-workflow .btn-delete:hover{
  color: #000;
}




#view-workflow .stepwizard-step p,
#view-tickets .stepwizard-step p {
  margin-top: 10px;    
}

#view-workflow .stepwizard-row,
#view-tickets .stepwizard-row {
  display: table-row;
}

#view-workflow .stepwizard,
#view-tickets .stepwizard {
  display: table;     
  width: 100%;
  position: relative;
}

#view-workflow .stepwizard-step button[disabled],
#view-tickets .stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#view-workflow .stepwizard-row:before,
#view-tickets .stepwizard-row:before {
  top: 14px;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: " ";
  width: 65%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #ccc;
  z-index: 0;
  
}

#view-workflow .stepwizard-step,
#view-tickets .stepwizard-step {    
  display: table-cell;
  text-align: center;
  position: relative;
  width: 33%;
}

#view-workflow .btn-circle,
#view-tickets .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border-color: #000;
  background-color: #fff;
}

#view-workflow .btn-circle:hover,
#view-tickets .btn-circle:hover{
  cursor: default;
}

#view-workflow .btn-circle.btn-circle-disabled,
#view-tickets .btn-circle.btn-circle-disabled {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background-color: #b1b1b1;
  border-color: #b1b1b1;
  color: #fff;
}

#view-workflow .btn-circle.btn-circle-active,
#view-tickets .btn-circle.btn-circle-active{
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border-color: #57C4EF;
  background-color: #57C4EF;
  color: #FFF;
}

#view-workflow .btn-circle-active-success,
#view-tickets .btn-circle-active-success{
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border-color: #00B050;
  background-color: #00B050;
  color: #FFF;
}

#view-workflow .btn-circle-active-failed,
#view-tickets .btn-circle-active-failed{
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border-color: red;
  background-color: red;
  color: #FFF;
}

#view-workflow .container-worflow-status .input-name,
#view-tickets .container-worflow-status .input-name{
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

#view-workflow .min-height-75px,
#create-workflow .min-height-75px{
  min-height: 75px;
}

#create-workflow textarea{
  width: 100%;
  background-color: #FFF;
}

.print-screen{
  position: fixed;
  padding-inline: 10%;
  padding-block: 5%;
  width: 100%;
  height: 100vh;
  left: 50%;
  top: 50%;
  background-color: #000000bf;
  z-index: 999;
  transform: translate(-50%, -50%);
}

.border-black{
  border: 2px solid black;
}

.border4-left{
  border-left: 4px solid black;
}

.border4-right{
  border-right: 4px solid black;
}

.border4-top{
  border-top: 4px solid black;
}

.border4-bottom{
  border-bottom: 4px solid black;
}


.title-print{
  font-weight: 600;
  width: 100%;
}

.title-print.h-20px{
  height: 20px;
}

.text-print{
  font-weight: 400;
}

.container-print{
  display: flex;
}

.container-print.row{
  flex-direction: row;
}

.container-line-print{
  display: flex;
  flex-wrap: wrap;
}

.container-line-print.col-dir{
  flex-direction: column;
  gap: 0;
}

#print-workflow table, 
#print-workflow th, 
#print-workflow td {
  border: 0px solid;
  padding-inline: 20px;
}

#view-workflow .container-btn{
  display: flex;
  justify-content: end;
  width: 100%;
}

.error-span{
  color: red;
}

.feedback_textarea{
  display: flex;
  justify-content: flex-end;
}

.p-nomargin{
  margin: 0;
  font-weight: 400 !important;
}

.inputTextSimple{
  font-weight: 400 !important;
}

.inputTextSimple{
  border: none !important;
}

.btn-workflow-status{
  background-color: transparent;
  border: none;
  /* color: #0d6efd; */
  color: red;
  text-decoration: underline;
}

.btn-workflow-status:hover{
  text-decoration: none;
}

/* .btn-workflow-status svg{
  color: #0d6efd !important;
}

.btn-workflow-status svg:hover{
  color: #0a58ca !important;
} */

.title-opened-gmud,
.title-reprovado {
  /* color: #f8bb86 !important; */
  color: red !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}

.title-warningHistory{
  color: #f79a49 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}

table.table.tableStackholder thead tr th:first-child,
table.table.tableManager thead tr th:first-child{
  padding-left: 5%;
  width: 40%;
}
table.table.tableStackholder thead tr th:nth-child(2),
table.table.tableManager thead tr th:nth-child(2){
  width: 50%;
}
table.table.tableStackholder thead tr th:last-child,
table.table.tableManager thead tr th:last-child{
  width: 10%;
  text-align: center;
}

table.table.tableStackholder tbody tr td:first-child,
table.table.tableManager tbody tr td:first-child{
  width: 40%;
}
table.table.tableStackholder tbody tr td:last-child,
table.table.tableManager tbody tr td:last-child{
  display: flex;
  justify-content: center;
  height: 41px;
}
table.table.tableStackholder tbody tr td:first-child p,
table.table.tableManager tbody tr td:first-child p{
  padding-left: 5%;
}
table.table.tableStackholder tbody tr td p,
table.table.tableManager tbody tr td p{
  display: inline-flex;
}

table.table.tableManager tbody tr:nth-child(1) td:first-child:before,
table.table.tableStackholder tbody tr:nth-child(1) td:first-child:before{
  content: '1º'
}
table.table.tableManager tbody tr:nth-child(2) td:first-child:before,
table.table.tableStackholder tbody tr:nth-child(2) td:first-child:before{
  content: '2º'
}
table.table.tableManager tbody tr:nth-child(3) td:first-child:before,
table.table.tableStackholder tbody tr:nth-child(3) td:first-child:before{
  content: '3º'
}
table.table.tableManager tbody tr:nth-child(4) td:first-child:before,
table.table.tableStackholder tbody tr:nth-child(4) td:first-child:before{
  content: '4º'
}
table.table.tableManager tbody tr:nth-child(5) td:first-child:before,
table.table.tableStackholder tbody tr:nth-child(5) td:first-child:before{
  content: '5º'
}
table.tablePrint thead tr th:nth-child(1){
  width: 10%;
}
table.tablePrint thead tr th:nth-child(2){
  width: 25%;
}
table.tablePrint thead tr th:nth-child(3){
  width: 25%;
}
table.tablePrint thead tr th:nth-child(4){
  width: 20%;
}
table.tablePrint thead tr th:nth-child(5){
  width: 10%;
}

table.table.tableManager2 thead tr th:nth-child(1),
table.table.tableStackholder2 thead tr th:nth-child(1){
  width: 7%;
  text-align: center;
}

table.table.tableManager2 thead tr th:nth-child(2),
table.table.tableStackholder2 thead tr th:nth-child(2){
  width: 20%;
}

table.table.tableManager2 thead tr th:nth-child(3),
table.table.tableStackholder2 thead tr th:nth-child(3){
  width: 25%;
}

table.table.tableManager2 thead tr th:nth-child(4),
table.table.tableStackholder2 thead tr th:nth-child(4){
  width: 20%;
}

table.table.tableManager2 thead tr th:nth-child(5)
table.table.tableStackholder2 thead tr th:nth-child(5){
  width: 13%;
}
table.table.tableManager2 thead tr th:nth-child(6),
table.table.tableStackholder2 thead tr th:nth-child(6){
  width: 10%;
}
table.table.tableManager2 thead tr th:nth-child(7),
table.table.tableStackholder2 thead tr th:nth-child(7){
  width: 5%;
}

.tableManagerRequest thead tr th:nth-child(7){
  text-align: center;
}

.tableManagerRequest tbody tr td:nth-child(7) .divDataTableManagers{
  justify-content: center;
}

table.table.tableManager2 tbody tr td:nth-child(1),
table.table.tableStackholder2 tbody tr td:nth-child(1){
  display: flex;
  justify-content: center;
  font-weight: 600;
  border: 2px solid #dee2e6;
  border-block: 1px solid #dee2e6;
  border-right: none;
  /* border: none; */
  /* height: 41px; */
}

table.table.tableManager2 tbody tr td:not(:first-child){
  border: 2px solid #dee2e6;
}

table.table.tableManager2 .divDataTableManagers{
  display: flex;
  min-height: 41px;
  align-items: center;
}

table.table.tableStackholder2 tbody tr td:nth-child(1){
  height: 44px;
}

.container-checkbox{
  display: flex;
  flex-direction: column;
}

.container-workflow-checkbox{
  display: flex;
  flex-direction: column;
}

.container-workflow-checkbox p{
  margin: 0;
}
.btn-question,
.btn-question2{
  background-color: transparent;
  border: none;
  color: #0a58ca;
  padding: 0 !important;
}

.btn-question:hover,
.btn-question2:hover{
  color: #0e6586;
  cursor: pointer;
}

.divCheckboxDescription,
.input-description-checkbox{
    display: none;
}

.break {
  page-break-before: always;
}







#tableIndicatorReports {
  width: 100%; /* Garante que o contêiner da tabela ocupe 100% */
  margin: 0; /* Remove margens externas */
  padding: 0; /* Remove preenchimento */
}

#tableIndicatorReports table {
  width: 91%;
  border-collapse: collapse; /* Remove espaçamento entre células */
  margin-top: 20px;
}

#tableIndicatorReports table, 
#tableIndicatorReports th, 
#tableIndicatorReports td {
  border: none;
}

#tableIndicatorReports tbody tr td {
  border-right: 1px solid black;
}

#tableIndicatorReports tbody tr:nth-child(2) td,
#tableIndicatorReports tbody tr:nth-child(3) td {
  border-top: 1px solid black;
}

#tableIndicatorReports th:first-child,
#tableIndicatorReports th:last-child,
#tableIndicatorReports tbody tr td:last-child,
#tableIndicatorReports tbody tr td:first-child {
  border-right: none;
}

#tableIndicatorReports th, 
#tableIndicatorReports td {
  padding: 8px;
  text-align: center;
}

#tableIndicatorReports th {
  background-color: #fff;
  border-right: 1px solid black;
}

#tableIndicatorReports .squad-open,
#tableIndicatorReports .squad-close {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

#tableIndicatorReports .squad-open {
  background-color: #ff9900;
}

#tableIndicatorReports .squad-close {
  background-color: #33cccc;
}

#tableIndicatorReports td.titleIndicatorReports {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 40px;
}

#tableIndicatorReports td.titleIndicatorReports .titleIndicatorReportsDiv{
  display: flex;
  align-items: center;
}

#tableIndicatorReports thead tr th.thIndicatorReports{
  width: 80px;
}

#tableIndicatorReports thead tr th.thIndicatorReports:first-child{
  width: 100px;
}

#tableIndicatorReports td.titleIndicatorReports:nth-child(2) {
  border-top: 1px solid black; 
}

#tableIndicatorReports .indicatorMeta{
  display: inline-block;
  background-color: #000; /* Cor de fundo preta */
  color: #fff; /* Cor do texto branca */
  padding: 5px 20px 5px 10px; /* Ajuste do padding para reduzir tamanho */
  font-weight: bold;
  position: relative;
  border-radius: 4px; /* Opcional, para cantos suaves */
}

#tableIndicatorReports .indicatorMeta::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -13px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-left: 15px solid #000;
  border-bottom: 16px solid transparent;
}


.color-red{
  color:red;
}

#fluxReports table{
  width: 100%;
  border-collapse: collapse;
}

#fluxReports th, 
#fluxReports td{
  /* border: 1px solid #000; */
  border: none;
  text-align: center;
}



#fluxReports th:first-child, 
#fluxReports td:first-child,
#fluxReports th:last-child, 
#fluxReports td:last-child{
  border: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
}

#fluxReports table thead tr:nth-child(1) th{
  border-bottom: none;
  border-top:1px solid #000;
}

#fluxReports table thead tr:nth-child(2) th{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#fluxReports table thead tr:nth-child(1) th:first-child,
#fluxReports table thead tr:nth-child(2) th:first-child{
  border: none;
  border-right: 1px solid #000;
  background-color: #fff;
}

#fluxReports table thead tr:nth-child(2) th:last-child{
  border: 1px solid #000;
}

#fluxReports table thead tr:first-child,
#fluxReports table thead tr:nth-child(2) {
  background-color: #0070C0;
  color: #fff;
}

#fluxReports table tbody .trFinal td,
#fluxReports table tbody tr:nth-child(2) td{
  background-color: #D9D9D9;
}

#fluxReports table tbody tr:nth-child(2) td,
#fluxReports table tbody tr:nth-child(4) td,
#fluxReports table tbody tr:nth-child(11) td{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#fluxReports table tbody tr:nth-child(6) td{
  border-top: 1px solid #000;
  border-bottom: 1px dashed #808080;
}

#fluxReports table tbody tr:nth-child(7) td,
#fluxReports table tbody tr:nth-child(8) td,
#fluxReports table tbody tr:nth-child(9) td,
#fluxReports table tbody tr:nth-child(12) td,
#fluxReports table tbody tr:nth-child(13) td,
#fluxReports table tbody tr:nth-child(14) td,
#fluxReports table tbody tr:nth-child(15) td{
  color: #808080;
}

#fluxReports table tbody tr:nth-child(9) td,
#fluxReports table tbody tr:nth-child(15) td{
  border-bottom: 1px solid #000;
}

#taxesAnual table thead tr th,
#taxesAnual table tbody tr td{
  text-align: center;
  border: 1px solid #000;
}

#taxesAnual table thead tr th{
  padding: 3px 5px;
  background-color: #93CDDD; 
}

#taxesAnual table tbody tr td{
  background-color: #F2F2F2;
  font-size: 25px;
}

#fluxReports table thead tr th{
  width: 7%;
}

#fluxReports table thead tr th:first-child{
  width: 11%;
}

#fluxReports table .labelLine,
#fluxReports table .labelLine b{
  text-align: left;
}

#fluxReports table .blankTR td{
  border: none !important;
}

#fluxReports table tbody tr:last-child td{
  border: none;
  border-bottom: 1px solid #000;
}

#fluxReports table tbody tr:last-child td:first-child{
  border-left: 1px solid #000; 
}

#fluxReports table tbody tr:last-child td:last-child{
  border-right: 1px solid #000;
}

#tableReportsTimeToService,
#tableReportsTimeInService{
  width: 85%;
  margin: auto;
}

#tableReportsTimeToService table thead tr th,
#tableReportsTimeToService table tbody tr td,
#tableReportsTimeInService table thead tr th,
#tableReportsTimeInService table tbody tr td{
  border: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#tableReportsTimeToService table thead tr:nth-child(1) th,
#tableReportsTimeInService table thead tr:nth-child(1) th{
  text-align: center;
  width: 3%;
}

#tableReportsTimeToService table thead tr:nth-child(2) th,
#tableReportsTimeInService table thead tr:nth-child(2) th{
  text-align: center;
}

.ticketIDLabel{
  width: 30%;
}

.titleTicketLabel{
  width: 70%;
}

.requesterLabel{
  width: 70%;
}

.predictionDateLabel{
  width: 30%;
}

.completionDateLabel{
  width: 45%;
}

.stageLabel{
  width: 45%;
}

.statusLabel{
  width: 63%;
}

.attendantLabelUser{
  width: 60%;
}

.attandantsLabel{
  width: 85%;
}

.openingDateLabel{
  width: 40%;
}

.col-endingDateLabel {
  padding-inline: 0 !important;
}

.endingDateLabel {
  width: 85%;
  width: 55%;
  padding: 0 !important;
  margin: 0 !important;
}

.list-attendants{
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-attendants li{
  padding: 0;
  margin: 0;
}

.select2.select2-container.select2-container--default,
.select2.select2-container.select2-container--default.select2-container--focus,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus,
.select2.select2-container.select2-container--default.select2-container--below{
  width: 100% !important;
  
}

.select2-container--default .select2-selection--multiple{
  padding-bottom: 0 !important;
  min-height: auto !important;
}

.select2.select2-container{
  background-color: #fff;
  border: 2px solid #000;
  outline: none;
  border-radius: 5px;
  margin: 10px;
  padding: 0 0px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0;
}

.select2.select2-container .selection{
  width: 100%;
}

.select2-container .select2-search--inline .select2-search__field{
  margin-top: 2px !important;
  vertical-align: baseline !important;
  color: #000;
  font-weight: 600;
  padding-left: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  margin-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
  padding-left: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding-left: 9px;
}

.select2 .select2-container .select2-container--default .select2-container--below .select2-container--focus,
.select2-container .select2-selection--single{
  height: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 17.5px;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 17.5px;
}

.select2-search__field:focus-visible{
  outline: none;
}

.width-17{
  width: 17% !important;
}

.width-20{
  width: 20% !important;
}

.width-25{
  width: 25% !important;
}

.width-30{
  width: 30% !important;
}

.width-67{
  width: 67% !important;
}

.modal-loading {
  display: none; /* Começa oculto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-loading-content {
  /* background-color: #fff; */
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.spinner-loading {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  /* margin-bottom: 10px; */
}

textarea.request_description:disabled,
textarea[name="request_description"]:disabled,
select[name="status"]:disabled,
select[name="attendant_id"]:disabled,
select[name="departament_id"]:disabled,
select[name="manager_id"]:disabled,
select[name="user_name"]:disabled,
select.request_type:disabled,
select.request_item:disabled,
select.request_suboption:disabled,
#create-tickets .request_status:disabled,
select.request_manager_id:disabled,
#userInput:disabled,
#registration:disabled,
#email:disabled{
  background-color: #eee !important;
}

textarea.request_description{
  border: 2px solid #000 !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  margin-top: 10px !important;
}


/* Animação para o spinner */
@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

.input_attendant_id{
  width: 30%;
}

.btn.btn-primary.btn-send-again{
  background-color: #FFF;
  border-color: #57C4EF;
  color: #57C4EF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px 40px;
  border-radius: 18px;
}

.btn.btn-primary.btn-create-child{
  background-color: #57C4EF;
  border-color: #57C4EF;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px 40px;
  border-radius: 18px;
}

.btn.btn-primary.btn-send-again:hover{
  background-color: #57c4efb6;
  border-color: #57c4efb6;
  color: #FFF;
}

.btn.btn-primary.btn-create-child:hover{
  background-color: #57c4efb6;
  border-color: #57c4efb6;
}

.input-field.child-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start !important;
  
}

.input-field.child-item2 {
  display: flex !important;
  flex-direction: row;
  align-items: start !important;

}

.divCircle{
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.divCircleColor-green{
  background-color: #198754;
}

.divCircleColor-yellow{
  background-color: #ffc107;
}

.divCircleColor-red{
  background-color: #dc3545;
}

.divCircleColor-blue{
  background-color: #57c4efb6;
}

.divCircleColor-orange{
  background-color: #ff9900;
}


.grid-requests{
  display: grid;
  grid-template-columns: 25% 30% 30% 15%;
  grid-template-rows: 1fr 1fr;
}


.grid-description{
  grid-row: span 2;
}

.grid-suboption,
.grid-manager{
  padding-top: 0 !important;
}

.btn_justification{
  border: none !important;
}

.label-data-inicial{
  width: 100px;
}

.label-data-fim{
  width: 75px;
}

#modal-convertido-projeto .add-email-btn {
  background-color: #57C4EF; 
  color: #fff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  border-radius: 20px;
  border: none;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

#modal-convertido-projeto input {
background-color: #fff;
border: 2px solid #000;
outline: none;
border-radius: 5px;
margin: 10px;
padding: 0 10px;
color: #000;
font-size: 14px;
margin-left: 0;
}

#modal-convertido-projeto .container-emails {
min-height: 60px;
border: 2px solid #000 !important;
height: 100px;
}

#modal-convertido-projeto .container-emails {
  min-height: 60px;
  max-height: 200px; 
  overflow-y: auto; 
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 12px;
  background-color: #fff;
}

#modal-convertido-projeto .box-item-email {
  padding: 4px 10px;
  border-bottom: 1px solid #e4e4e4;
}

#modal-convertido-projeto .box-item-email:last-child {
  border-bottom: none;
}


#modal-convertido-projeto #textoEmail {
  background-color: #fff;
  border: 2px solid #000;
  outline: none;
  border-radius: 5px;
  margin: 10px;
  padding: 0 10px;
  color: #000;
  /* font-weight: 600; */
  font-size: 14px;
  margin-left: 0;
}

.line-list .status-label {
  padding: 6px 12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 10px;
  pointer-events: none; /* impede clique */
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
  transition: background-color 0.2s ease;
}

.line-list .status-enviada {
  background-color: #e6f4ea;
  color: #28a745;
  border: 1px solid #28a745;
}

.line-list .status-enviada:hover {
  background-color: #d4edda;
}

.line-list .status-falha {
  background-color: #f8d7da;
  color: #dc3545;
  border: 1px solid #dc3545;
}

.line-list .status-falha:hover {
  background-color: #f5c6cb;
}


/*# sourceMappingURL=main.css.map */