@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@font-face {
  font-family: "COCOGOOSE";
  src: url("../fonts/COCOGOOSE-UltraLight.woff2") format("woff2"), url("../fonts/COCOGOOSE-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cocogoose";
  src: url("../fonts/Cocogoose.woff2") format("woff2"), url("../fonts/Cocogoose.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cocogoose Pro";
  src: url("../fonts/CocogoosePro-UltraLightItalic.woff2") format("woff2"), url("../fonts/CocogoosePro-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cocogoose Pro";
  src: url("../fonts/CocogoosePro-Italic.woff2") format("woff2"), url("../fonts/CocogoosePro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cocogoose";
  src: url("../fonts/Cocogoose-Light.woff2") format("woff2"), url("../fonts/Cocogoose-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cocogoose Pro";
  src: url("../fonts/CocogoosePro-LightItalic.woff2") format("woff2"), url("../fonts/CocogoosePro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "COCOGOOSE";
  src: url("../fonts/COCOGOOSE-DemiBold.woff2") format("woff2"), url("../fonts/COCOGOOSE-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cocogoose Pro";
  src: url("../fonts/CocogoosePro-ThinItalic.woff2") format("woff2"), url("../fonts/CocogoosePro-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cocogoose Pro SemiLight";
  src: url("../fonts/CocogoosePro-SemiLightItalic.woff2") format("woff2"), url("../fonts/CocogoosePro-SemiLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cocogoose Pro";
  src: url("../fonts/CocogoosePro-Thin.woff2") format("woff2"), url("../fonts/CocogoosePro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.modal-xl {
  max-width: 1100px;
}

ul {
  padding: 0;
}

:root {
  --roxo: #61007D;
  --roxo-escuro: #41165D;
  --info: #369FF5;
  --success: #00D48E;
  --warn: #F6B317;
  --yellow: #F1CC30;
  --error: #E04441;
  --light-grey: #97999B;
  --dark-grey:#333333;
  --box-dark-green: #00D48E;
  --box-light-green: #00D48E52;
  --box-yellow: #FFC70038;
  --box-dark-red: #DA5858EB;
  --box-light-red: #EB575763;
  --title-yellow: #C88400;
  --title-green: #00883F;
  --title-red: #B5011F;
  --profile-green: #05D88C;
  --profile-blue: #03CFDC;
  --profile-yellow: #FFA115ED;
  --profile-orange: #FF7144;
  --cinza: #E4E4E4;
}

.pagination {
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-family: "allumi-std";
  font-weight: 400;
  font-size: 15px;
}
.pagination .page a, .pagination .next a, .pagination .last a, .pagination .previous a, .pagination .first a {
  margin-right: 10px;
  border-radius: 50%;
  border: none;
  color: var(--roxo);
  background-color: var(--cinza);
  padding: 5px 12px;
  text-decoration: none;
  display: block;
}
.pagination .page a:hover, .pagination .next a:hover, .pagination .last a:hover, .pagination .previous a:hover, .pagination .first a:hover {
  background-color: var(--roxo);
  color: #FFF;
}
.pagination .page a:hover a, .pagination .next a:hover a, .pagination .last a:hover a, .pagination .previous a:hover a, .pagination .first a:hover a {
  color: #FFF;
}
.pagination .current {
  margin-right: 10px;
  border-radius: 50%;
  border: none;
  background-color: var(--roxo);
  color: #FFF;
  padding: 5px 12px;
  text-decoration: none;
}

html {
  height: 100% !important;
}

body {
  font-size: 14px;
  color: #4F4F4F;
  font-family: "allumi-std", sans-serif;
  font-weight: 300;
  height: 100vh;
}

#sidebar {
  width: 40px;
  min-height: 100%;
  background: var(--roxo) url("../img/marca.svg") no-repeat center 20px;
  padding: 10px;
}

#menu-items {
  flex: 1;
  background: url(../img/logo_menu.svg) no-repeat 10px 20px;
  list-style: none;
  padding: 70px 0 10px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
#menu-items hr {
  margin: 0 10px;
}
#menu-items li {
  padding: 10px 0;
}
#menu-items li a {
  display: block;
  color: var(--light-grey);
  padding-left: 10px;
  text-decoration: none;
}
#menu-items li path {
  fill: var(--light-grey);
}
#menu-items li svg {
  padding-bottom: 2px;
}
#menu-items li.active a, #menu-items li:hover a {
  border-right: 2px solid var(--roxo);
  color: var(--roxo);
}
#menu-items li.active path, #menu-items li:hover path {
  fill: var(--roxo);
}
#menu-items .client-logo {
  display: flex;
  flex: 1;
  align-items: flex-end;
  padding: 20px 20%;
}
#menu-items .client-logo img {
  max-width: 100%;
  height: auto;
}

#content {
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  /* PDI */
}
#content h2 {
  font-family: "Cocogoose";
  color: var(--roxo);
  font-size: 20px;
  padding: 0;
  margin: 0;
}
#content #header {
  padding: 0;
  border-bottom: 1px solid var(--light-grey);
  margin-bottom: 30px;
}
#content #header h2 {
  display: inline-block;
  padding: 0 30px 20px 30px;
  font-size: 19px;
  font-style: normal;
  font-weight: 650;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  border-bottom: 2px solid var(--roxo);
}
#content .box-border {
  border: 1px solid var(--roxo-escuro);
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  text-align: center;
  color: var(--light-grey);
  height: 100%;
  font-size: 14px;
}
#content .box-border strong {
  font-weight: 700;
  color: var(--roxo-escuro);
}
#content .box-border img {
  height: 25px;
  width: auto;
  margin-bottom: 15px;
  padding: 0;
}
#content .box-border p {
  margin-bottom: 0;
}
#content .box-purple {
  background: var(--roxo);
  color: #FFF;
  font-size: 15px;
  border-radius: 20px;
  padding: 30px;
}
#content .box-purple a {
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: 10px;
}
#content .box-purple h3 {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Cocogoose";
}
#content .box-green {
  background: var(--success) url(../img/soon.svg) no-repeat;
  background-size: auto 90%;
  background-position: 5% bottom;
  min-height: 150px;
  color: #000;
  font-size: 15px;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
}
#content .box-green p {
  margin-bottom: 0;
}
#content .graph {
  min-height: 34px;
  border-radius: 15px;
  border: 1px solid var(--light-grey);
  background: linear-gradient(89.97deg, rgba(255, 0, 0, 0.8) 0.03%, rgba(255, 199, 0, 0.8) 28.66%, rgba(237, 220, 91, 0.8) 53.65%, rgba(0, 213, 142, 0.8) 72.39%, rgba(0, 148, 255, 0.8) 99.98%);
  position: relative;
  margin-bottom: 30px;
  width: 80%;
}
#content .graph .marker {
  height: 40px;
  position: absolute;
  top: -3px;
}
#content .graph .marker img {
  height: 100%;
}
#content .graph .ruler {
  position: absolute;
  width: 99%;
  list-style: none;
  padding: 0;
  margin: 0;
  bottom: 0;
  left: 0;
}
#content .graph .ruler li {
  position: absolute;
  transform: translateX(-25%);
  font-weight: bold;
  top: 5px;
}
#content .nine-box, #content .profile {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid var(--roxo-escuro);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1150px;
  align-self: center;
}
#content .nine-box .nine-line, #content .profile .nine-line {
  display: flex;
  width: 100%;
}
#content .nine-box .nine, #content .profile .nine {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin: 5px;
}
#content .nine-box .nine h4, #content .profile .nine h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
#content .nine-box .nine p, #content .profile .nine p {
  font-size: 14px;
  font-weight: 400;
}
#content .nine-box {
  padding: 50px;
}
#content .nine-box .axe-y {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px 12px 50px 10px;
}
#content .nine-box .axe-x {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 50px 20px 50px;
}
#content .nine-box .nine.yellow {
  background-color: var(--box-yellow);
  color: var(--title-yellow);
}
#content .nine-box .nine.light-green {
  background-color: var(--box-light-green);
  color: var(--title-green);
}
#content .nine-box .nine.dark-green {
  background-color: var(--box-dark-green);
  color: #FFF;
}
#content .nine-box .nine.light-red {
  background-color: var(--box-light-red);
  color: var(--title-red);
}
#content .nine-box .nine.dark-red {
  background-color: var(--box-dark-red);
  color: #FFF;
}
#content .photos {
  flex: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#content .photos::-webkit-scrollbar {
  display: none;
}
#content .photos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .photos ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 8px;
}
#content .photos ul li a {
  display: block;
}
#content .photos ul li img {
  background: #FFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #FFF;
}
#content .profile {
  padding: 10px;
}
#content .profile .photos li img {
  width: 50px;
  height: 50px;
}
#content .profile .nine a {
  color: #FFF;
}
#content .profile .nine.profile-green {
  background-color: var(--profile-green);
  color: #FFF;
}
#content .profile .nine.profile-blue {
  background-color: var(--profile-blue);
  color: #FFF;
}
#content .profile .nine.profile-yellow {
  background-color: var(--profile-yellow);
  color: #FFF;
}
#content .profile .nine.profile-orange {
  background-color: var(--profile-orange);
  color: #FFF;
}
#content .average, #content .average strong {
  font-weight: 700;
  color: #464747;
  background: #FFF;
  margin-bottom: 50px;
}
#content select#criterias, #content select#groups {
  border: 1px solid var(--roxo);
  border-radius: 10px;
  padding: 10px;
  color: var(--roxo);
  font-family: "allumi-std", sans-serif;
  font-size: 16px;
  width: 50%;
}

#content select#SelectLang, #content select#groups {
  border: 1px solid var(--roxo);
  border-radius: 10px;
  padding: 10px;
  color: var(--roxo);
  font-family: "allumi-std", sans-serif;
  font-size: 16px;
  width: 50%;
}

#content #gauge {
  background: #FFF;
  font-weight: 600;
  position: relative;
  padding: 10px 0;
  margin-bottom: 30px;
}
#content #gauge .graph {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
}
#content #gauge .col {
  border-left: 1px dashed var(--light-grey);
}
#content #gauge .col:last-child {
  border-right: 1px dashed var(--light-grey);
}
#content .error {
  color: var(--error);
}
#content .warn {
  color: var(--warn);
}
#content .yellow {
  color: var(--yellow);
}
#content .success {
  color: var(--success);
}
#content .info {
  color: var(--info);
}
#content .people {
  border-radius: 10px;
  overflow: hidden;
}
#content .people table {
  overflow: hidden;
  border-radius: 10px;
}
#content .people table .thead-light {
  background-color: var(--roxo);
  color: #FFF;
}
#content .people table .thead-light th {
  vertical-align: middle;
  padding: 20px;
}
#content .people table .thead-light th h3 {
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
  font-family: "Cocogoose Pro";
  margin: 0;
}
#content .people table td {
  padding: 20px;
}
#content .people table td.person-data {
  display: flex;
  align-items: center;
}

#content .people table td.person-data .thumb {
  border-radius: 50%;
  border: 3px solid #FFF;
  margin-right: 10px;
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: cover;
}

#content .people table td.person-data p {
  margin: 0;
}
#content .people table tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.02);
}
#content .people table td {
  vertical-align: middle;
}
#content .people table td a {
  color: initial;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 30px;
}
#content .people table td a:hover {
  background-color: var(--roxo);
  color: #FFF;
}
#content .person {
  background: #FFF;
  flex: 1;
  border-radius: 5px;
}
#content .person .photo {
  width: 180px;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
#content .person h2 {
  color: var(--roxo-escuro);
  margin-bottom: 0;
}
#content .person h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
#content .person p {
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#content .person p a {
  color: initial;
}
#content .person p img {
  height: 26px;
  width: 26px;
  margin-right: 5px;
}
#content #person-gauge {
  border-radius: 10px;
  background: #FFF;
  border: 1px solid var(--light-grey);
  padding: 20px;
  margin-bottom: 10px;
}
#content #person-gauge p {
  margin-bottom: 0;
}
#content #person-gauge strong {
  font-size: 15px;
  font-weight: bold;
}
#content #person-gauge .graph {
  margin-top: 20px;
}
#content #person-gauge .graph .ruler {
  width: 95%;
}
#content .disc, #content .repna {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .disc li, #content .repna li {
  margin-bottom: 5px;
  display: flex;
  width: 100px;
}
#content .disc li:last-child, #content .repna li:last-child {
  margin: 0;
}
#content .disc li.d .letter, #content .repna li.d .letter {
  background-color: var(--error);
}
#content .disc li.d .number, #content .repna li.d .number {
  border-color: var(--error);
  color: var(--error);
}
#content .disc li.i, #content .repna li.i {
  border-color: var(--warn);
}
#content .disc li.i .letter, #content .repna li.i .letter {
  background-color: var(--warn);
}
#content .disc li.i .number, #content .repna li.i .number {
  color: var(--warn);
}
#content .disc li.s, #content .repna li.s {
  border-color: var(--success);
}
#content .disc li.s .letter, #content .repna li.s .letter {
  background-color: var(--success);
}
#content .disc li.s .number, #content .repna li.s .number {
  color: var(--success);
}
#content .disc li.c, #content .repna li.c {
  border-color: var(--info);
}
#content .disc li.c .letter, #content .repna li.c .letter {
  background-color: var(--info);
}
#content .disc li.c .number, #content .repna li.c .number {
  color: var(--info);
}
#content .disc li.r .letter, #content .repna li.r .letter {
  background-color: #F6B317;
}
#content .disc li.r .number, #content .repna li.r .number {
  border-color: #F6B317;
  color: #F6B317;
}
#content .disc li.e, #content .repna li.e {
  border-color: #F1CC30;
}
#content .disc li.e .letter, #content .repna li.e .letter {
  background-color: #F1CC30;
}
#content .disc li.e .number, #content .repna li.e .number {
  color: #F1CC30;
}
#content .disc li.p, #content .repna li.p {
  border-color: #369FF5;
}
#content .disc li.p .letter, #content .repna li.p .letter {
  background-color: #369FF5;
}
#content .disc li.p .number, #content .repna li.p .number {
  color: #369FF5;
}
#content .disc li.n, #content .repna li.n {
  border-color: #00D48E;
}
#content .disc li.n .letter, #content .repna li.n .letter {
  background-color: #00D48E;
}
#content .disc li.n .number, #content .repna li.n .number {
  color: #00D48E;
}
#content .disc li.a, #content .repna li.a {
  border-color: #61007D;
}
#content .disc li.a .letter, #content .repna li.a .letter {
  background-color: #61007D;
}
#content .disc li.a .number, #content .repna li.a .number {
  color: #61007D;
}
#content .disc .letter, #content .disc .number, #content .repna .letter, #content .repna .number {
  padding: 5px;
  border-radius: 10px;
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .disc .letter, #content .repna .letter {
  text-transform: uppercase;
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#content .disc .number, #content .repna .number {
  border-width: 1px;
  border-style: solid;
  width: 50%;
  font-size: 20px;
  font-weight: 400;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#content .person-header, #content .card-analysis {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#content .icon {
  width: 90px;
  padding: 20px 0 20px 20px;
}
#content .icon img {
  width: 100%;
  height: auto;
}
#content .card-analysis {
  margin-bottom: 30px;
}
#content .card-analysis .card-analysis-header {
  border-bottom: 2px solid var(--light-grey);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#content .card-analysis .card-analysis-header .card-analysis-header-content {
  flex: 1;
  padding: 20px;
}
#content .card-analysis .card-analysis-header .card-analysis-header-content h4, #content .card-analysis .card-analysis-header .card-analysis-header-content p {
  margin: 0 !important;
}
#content .card-analysis .card-analysis-header h4 {
  font-weight: 700;
  color: var(--info);
  font-size: 20px;
}
#content .card-analysis.closed h4 {
  color: var(--warn);
}
#content .card-analysis .card-analysis-body {
  padding: 20px;
}
#content #accordion {
  width: 100%;
}
#content #accordion strong {
  font-weight: 900;
}
#content #accordion h2, #content #accordion p {
  margin: 0;
}
#content #accordion a {
  text-align: left;
  color: var(--dark-grey);
}
#content #accordion a:hover {
  text-decoration: none;
}
#content #accordion .accordion-item {
  margin-bottom: 30px;
}
#content #accordion .accordion-item .accordion-header a {
  text-decoration: none;
}
#content #accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
}
#content #accordion .card-gauge {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 0;
  align-items: stretch;
  border: 2px solid #FAFAFA;
  border-radius: 5px;
}
#content #accordion .card-gauge .graph {
  margin-top: 20px;
}
#content #accordion .card-gauge h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
#content #accordion .card-gauge .card-gauge-header {
  padding: 20px;
}
#content #accordion .card-gauge .card-gauge-body {
  padding: 20px;
  background-color: #FAFAFA;
}
#content .box-home-getor {
  position: relative;
  flex: 1;
  border-radius: 20px;
  margin-right: 20px;
  padding: 30px;
}
#content .box-home-getor:last-child {
  margin: 0;
}
#content .box-home-getor a {
  text-decoration: none;
}
#content .box-home-getor p {
  font-size: 18px;
  color: white;
}
#content .box-home-getor h1 {
  font-weight: bold;
  font-size: 66px;
  color: white;
  line-height: 32px;
  text-align: right;
  width: 100%;
  display: block;
  margin-top: 60px;
}
#content .box-home-getor.box-em-dia {
  background-color: #00D48E;
}
#content .box-home-getor.box-pendency {
  background-color: #F6B317;
}
#content .box-home-getor.box-atraso {
  background-color: #E04441;
}
#content .box-colaboradores {
  border: 1px solid var(--roxo);
  background-color: transparent;
  padding: 0;
  border-radius: 20px;
  margin-top: 30px;
  overflow: hidden;
}
#content .box-colaboradores .header-box {
  display: flex;
  justify-content: space-between;
  background-color: var(--roxo);
  margin: 0;
  padding: 20px 20px;
  align-items: center;
}
#content .box-colaboradores .header-box .btn-primary {
  color: var(--roxo);
  background-color: var(--cinza);
  border-radius: 20px;
}
#content .box-colaboradores .header-box .btn-primary:hover {
  background-color: var(--success);
  color: white;
}
#content .box-colaboradores .header-box .btn-primary i {
  margin-right: 10px;
}
#content .box-colaboradores h3 {
  color: white;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
  font-family: "Cocogoose Pro";
  margin-bottom: 0;
}
#content .box-colaboradores p {
  color: var(--roxo);
}
#content .box-colaboradores .text {
  position: relative;
  padding: 20px 20px 10px 20px;
  background-color: #E8E8E8;
}
#content .box-colaboradores .text .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
#content .box-colaboradores .text .swiper-button-next {
  color: var(--roxo);
}
#content .box-colaboradores .text .swiper-button-next::after {
  font-size: 22px;
}
#content .box-colaboradores .text .swiper-button-prev {
  color: var(--roxo);
}
#content .box-colaboradores .text .swiper-button-prev::after {
  font-size: 22px;
}
#content .box-colaboradores .text .swiper-pagination-bullet-active {
  background-color: var(--roxo);
}
#content .box-colaboradores .text .contributors {
  margin: 0 30px;
  overflow: hidden;
}
#content .box-colaboradores .text .contributors .swiper-wrapper .swiper-slide {
  width: 200px;
  text-align: center;
}
#content .box-colaboradores .text .contributors .swiper-wrapper .swiper-slide a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 120px;
}
#content .box-colaboradores .text .contributors .swiper-wrapper .swiper-slide a .thumb {
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
#content .actions .accordion-item {
  color: #FFF;
  background-color: var(--box-dark-green);
  border-radius: 14px;
  border: none;
  background-image: url(/img/bg-box-biblioteca.png);
  background-size: 50% auto;
  background-position: right center;
  background-repeat: no-repeat;
}
#content .actions .accordion-item .accordion-button {
  background-color: transparent;
  text-decoration: none;
  color: #FFF;
  box-shadow: none;
}
#content .actions .accordion-item .accordion-button h2 {
  color: #FFF;
}
#content .actions .accordion-item .accordion-button h2 span {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#content .actions .accordion-item .accordion-button::after {
  display: none;
}
#content .actions .accordion-item .form-group {
  font-size: 16px;
  margin-bottom: 10px;
}
#content .actions .accordion-item .form-group label {
  margin-bottom: 5px;
}
#content .actions .accordion-item .form-group input, #content .actions .accordion-item .form-group textarea {
  padding: 10px;
  border-radius: 10px;
}
#content .actions .accordion-item .form-group .select2-selection {
  border-radius: 10px !important;
  border-color: #61007D !important;
}
#content .actions .accordion-item .form-group .select2 {
  width: 100% !important;
}
#content .actions .accordion-item .form-group textarea#description {
  height: auto;
}
#content .box {
  display: block;
  width: 100%;
  border-radius: 14px;
  margin-bottom: 33px;
  padding: 20px 40px 30px;
  background-color: var(--box-dark-green);
  background-repeat: no-repeat;
  background-position: center right 40px;
  overflow: hidden;
}
#content .box h4 {
  font-family: "allumi-std";
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: var(--roxo);
}
#content .box h3 {
  font-weight: 250;
  font-size: 15px;
  line-height: 30px;
}
#content .box h2 {
  font-size: 20px;
  line-height: 35px;
}
#content .box p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
#content .box.box-primary {
  background-color: var(--roxo);
}
#content .box.box-primary h2, #content .box.box-primary p {
  color: white;
}
#content .box.box-library {
  background-image: url("/img/bg-box-biblioteca.png");
  background-size: 50% auto;
  background-position: right bottom;
  padding: 30px 40px;
}
#content .box.box-library .accordion-item {
  background: none;
  border: none;
}
#content .box.box-library .accordion-item .accordion-header {
  background: none;
}
#content .box.box-library .accordion-item .accordion-header .accordion-button {
  background: none;
  box-shadow: none;
  text-decoration: none;
  padding: 0;
}
#content .box.box-library .accordion-item .accordion-header .accordion-button h2 {
  margin: 0;
}
#content .box.box-library .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
#content .box.box-library .accordion-item .accordion-body {
  padding: 0;
  margin-top: 30px;
}
#content .box.box-library .accordion-item .accordion-body .add-form {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 20px;
}
#content .box.box-library .accordion-item .accordion-body .add-form .form-group {
  margin-bottom: 10px;
}
#content .box.box-library .accordion-item .accordion-body .add-form label {
  font-weight: bold;
  color: #09724C;
}
#content .box.box-library .accordion-item .accordion-body .add-form input, #content .box.box-library .accordion-item .accordion-body .add-form textarea {
  border-radius: 10px !important;
  border-color: #09724C !important;
  padding: 10px !important;
}
#content .box.box-library .accordion-item .accordion-body .add-form .select2-selection {
  border-radius: 10px !important;
  border-color: #09724C !important;
}
#content .box.box-library .accordion-item .accordion-body .add-form textarea#description {
  height: auto !important;
}
#content .box.box-library .accordion-item .accordion-body .add-form .select2 {
  width: 100% !important;
}
#content .box.box-library h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
}
#content .box.box-library h2, #content .box.box-library p {
  color: white;
}
#content .box.box-media {
  background-color: var(--cinza);
  position: relative;
  padding: 26px;
}
#content .box.box-media .list-tags {
  width: 100%;
  padding-bottom: 20px;
}
#content .box.box-media .list-tags a {
  font-size: 14px;
  color: #369FF5;
  text-decoration: none;
  margin-right: 10px;
}
#content .box.box-media .list-tags a:hover {
  color: var(--roxo);
}
#content .box.box-media .list-tags a:last-child {
  margin-right: 0;
}
#content .box.box-media .thumb {
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  width: 320px;
  height: 320px;
  border-radius: 20px;
}
#content .box.box-media .text {
  flex: 1;
}
#content .box.box-media .text p {
  color: #333333;
}
#content .box.box-media .text ul {
  list-style: none;
  margin: 20px 0 0;
}
#content .box.box-media .text ul li {
  margin-bottom: 5px;
  color: #8E8E8E;
}
#content .box.box-media .btn.btn-primary {
  border-radius: 30px;
  background-color: var(--profile-green);
  border: none;
  padding: 10px 20px;
}
#content .box.box-media .btn.btn-primary:hover {
  filter: brightness(0.9);
}
#content .box.box-media .btn.btn-add {
  display: flex;
  align-items: stretch;
}
#content .box.box-media .btn.btn-add span {
  border-radius: 30px;
  background-color: var(--profile-green);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  color: #FFF;
  margin-left: 10px;
}
#content .box.box-media .btn.btn-remove {
  display: flex;
  align-items: stretch;
}
#content .box.box-media .btn.btn-remove span {
  border-radius: 30px;
  background-color: var(--error);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #FFF;
  margin-left: 10px;
}
#content .box.box-media .status {
  z-index: 1;
  position: absolute;
  width: 241px;
  left: 0;
  top: 50px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 14px 7px 7px 14px;
  padding: 10px 24px 10px 41px;
  transform: translateY(-50%);
}
#content .box.box-media .list-status {
  list-style: none;
  margin: 0;
}
#content .box.box-media .list-status li {
  font-size: 13px;
  line-height: 18px;
  color: #979797;
  padding: 3px 0;
}
#content .box.box-media .list-status li .fas.on {
  color: #FFC700;
}
#content .box.box-media .list-status li .date {
  background: var(--cinza);
  border-radius: 14px;
  display: inline-block;
  color: #8E8E8E;
  padding: 5px 15px;
  margin-left: 5px;
}
#content .box.box-media .list-status li .date i {
  color: #369FF5;
  margin-left: 10px;
}
#content .box.pdi {
  padding-left: 40px;
}
#content .box.pdi ul {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 15px;
  list-style: none;
}
#content .box.pdi ul li {
  margin-bottom: 10px;
}
#content .box.pdi ul li:last-child {
  margin: 0;
}
#content .box.pdi ul strong {
  font-weight: 900;
}
#content .box.pdi .btn {
  position: relative;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  padding: 10px 20px;
}
#content .box.pdi .btn.btn-remove {
  background-color: #E04441;
  border-color: #E04441;
  color: #FFF;
}
#content .box.pdi .btn.btn-remove:hover {
  background-color: #cf3a38;
}
#content .box.pdi .btn.btn-second {
  color: #FFF;
  background-color: #369FF5;
}
#content .box.pdi .btn.btn-second:hover {
  background-color: #278cdf;
}
#content .box .status-bar {
  height: 100%;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
}
#content .box.complete .status-bar {
  background-color: #00D48E;
}
#content .box.complete .list-status li span {
  color: #00D48E;
}
#content .box.waiting.status-bar {
  background-color: #F6B317;
}
#content .box.waiting .list-status li span {
  color: #F6B317;
}
#content .box.denied .status-bar {
  background-color: #E04441;
}
#content .box.denied .list-status li span {
  color: #E04441;
}
#content .box.approved .status-bar {
  background-color: #666562;
}
#content .box.approved .list-status li span {
  color: #666562;
}
#content .box-filter {
  background-color: transparent;
  padding: 0;
}
#content .box-filter h2 {
  color: #18B575;
  font-size: 25px;
  line-height: 30px;
}
#content .box-filter ul {
  list-style: none;
}
#content .box-filter ul li {
  display: inline-block;
  margin: 5px 5px;
  border-radius: 20px;
  padding: 8px 12px;
  background-color: var(--cinza);
}
#content .box-filter ul li a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  transition: color 0.2s linear, background-color 0.2s linear;
}
#content .box-filter ul li.selected, #content .box-filter ul li:hover {
  background-color: #00D48E;
}
#content .box-filter ul li.selected a, #content .box-filter ul li:hover a {
  color: white;
}
#content .form-control {
  margin: 0;
  border-radius: 41px;
  box-shadow: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 20px;
  height: 34px;
  background: white;
  color: #828282;
  border: 1px solid #61007D;
  transition: all 0.2s;
}
#content .modal-content.modal-content-default .modal-header .modal-title {
  color: #369FF5;
}
#content .btn.btn-primary {
  background-color: #369FF5;
  border-color: #369FF5;
}
#content .btn.btn-primary:hover {
  background-color: var(--roxo);
  border-color: var(--roxo);
}

#searchForm {
  position: relative;
  max-width: 60%;
  display: block;
  margin: 10px auto 25px;
}
#searchForm .form-control {
  border-color: #09724C;
  padding-left: 40px;
}
#searchForm .form-control.roxo {
  border-color: var(--roxo);
}
#searchForm .btn {
  position: absolute;
  left: 15px;
  top: 0;
  color: #09724C;
  font-size: 17px;
  padding: 0;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#searchForm .btn.roxo {
  color: var(--roxo);
}
#searchForm .btn:hover {
  background-color: transparent !important;
  color: var(--roxo) !important;
}
#searchForm .btn.btn-ajusts {
  right: 15px;
  left: auto;
}

.content-grid.lines .box-media {
  width: 100%;
}
.content-grid.grids .box-media {
  width: 48%;
  border-left-width: 41px;
  display: inline-block;
}
.content-grid.grids .box-media .text {
  padding-left: 0;
}
.content-grid.grids .box-media:nth-child(2n+2) {
  float: right;
}
.content-grid.grids .box-media .thumb {
  width: 100%;
}
.content-grid.grids .box-media .list-tags, .content-grid.grids .box-media .btn {
  top: 0;
  right: 0;
  margin-top: 20px;
  position: relative;
}
.content-grid.grids .box-media .btn-primary {
  display: inline-block;
  clear: both;
  width: -moz-max-content;
  width: max-content;
}
.content-grid.grids .box-media .btn-add + .btn-primary {
  margin-left: 20px;
}

.modal-content {
  border: none;
  border-radius: 14px;
  overflow: hidden;
}
.modal-content p {
  font-size: 15px;
}
.modal-content .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: block;
  background-color: var(--cinza);
  border-radius: 15px;
  font-size: 12px;
  padding: 0;
}
.modal-content.modal-content-default {
  background-color: #F2F2F2;
}
.modal-content.modal-content-default .modal-header {
  background-color: white;
  padding: 1rem 2rem;
}
.modal-content.modal-content-default .modal-header .modal-title {
  font-family: "Cocogoose";
  font-size: 20px;
  line-height: 35px;
  color: var(--roxo);
  padding: 15px 0 10px;
}
.modal-content.modal-content-default .modal-header .btn-close {
  right: 30px;
  top: 36px;
}
.modal-content.modal-content-default .modal-body {
  padding: 1rem 2rem 2rem;
}
.modal-content.modal-content-default .modal-body form label {
  display: block;
}
.modal-content.modal-content-default .modal-body form .input {
  position: relative;
  display: inline-block;
}
.modal-content.modal-content-default .modal-body form .input i {
  position: absolute;
  color: #369FF5;
  top: 11px;
  right: 15px;
  font-size: 20px;
}
.modal-content.modal-content-default .modal-body .avaliacao i {
  font-size: 20px;
  line-height: 18px;
  color: #979797;
  margin: 15px 1px 0;
}
.modal-content.modal-content-default .modal-body .avaliacao i.on {
  color: #FFC700;
}
.modal-content.modal-content-default .modal-body .form-control {
  width: auto;
  height: 43px;
  background: #FFF;
  border-color: var(--cinza);
  border-radius: 14px;
}
.modal-content.modal-content-default .modal-body textarea.form-control {
  width: 100%;
  height: auto;
}
.modal-content.modal-content-default .modal-body.modal-filter ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.modal-content.modal-content-default .modal-body.modal-filter ul li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.modal-content.modal-content-default .modal-body.modal-filter ul li a {
  color: initial;
  background: var(--cinza);
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 100;
}
.modal-content.modal-content-default .modal-body.modal-filter ul li a:hover, .modal-content.modal-content-default .modal-body.modal-filter ul li a.selected {
  background-color: #369FF5;
  color: white;
}
.modal-content.modal-content-remove .modal-header .modal-title {
  color: #E04441;
}

.modal-contact-success .modal-content {
  border: none;
  border-radius: 0;
  border-bottom: 8px solid #e22823;
}

.modal-body {
  padding: 0;
}
.modal-body .box.box-media {
  margin: 0;
}
.modal-body .box.box-media .thumb {
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  width: 320px;
  height: 320px;
  border-radius: 20px;
}
.modal-body .box.box-media .text {
  flex: 1;
}
.modal-body .box.box-media .text ul {
  list-style: none;
  margin: 20px 0 0;
}
.modal-body .box.box-media .list-tags {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 20px;
}

.modal-footer {
  margin-top: 33px;
  display: block;
  border-top: none;
}
.modal-footer .btn {
  position: relative;
  bottom: 0;
  right: 0;
  border-radius: 50px;
}
.modal-footer .btn.right {
  float: right;
  margin-left: 17px;
}
.modal-footer .btn.btn-remove {
  background-color: #E04441;
  border-color: #E04441;
  color: #FFF;
}
.modal-footer .btn.btn-remove:hover {
  background-color: #cf3a38;
}
.modal-footer .btn.btn-second {
  color: #FFF;
  background-color: #369FF5;
}
.modal-footer .btn.btn-second:hover {
  background-color: #278cdf;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#profile-description {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
#profile-description .close {
  position: absolute;
  right: 14px;
  top: 6px;
}
#profile-description .profile-description-wrapper {
  width: 60%;
  height: 80%;
  position: fixed;
  background: #FFF;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#profile-description .profile-description-wrapper .profile-ilustration {
  width: 33%;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-position: center bottom;
  background-size: cover;
}
#profile-description .profile-description-wrapper .profile-description {
  flex: 1;
  padding: 40px 20px 20px 20px;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
#profile-description .profile-description-wrapper .profile-description .content-text {
  padding-right: 20px;
  overflow-y: scroll;
  text-align: justify;
  height: 100%;
}
#profile-description .profile-description-wrapper .profile-description .content-text strong {
  font-weight: bold;
}
#profile-description .profile-description-wrapper .profile-description .content-text .content-text-complete {
  display: none;
}
#profile-description .profile-description-wrapper .profile-description .content-text .profile-users ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#profile-description .profile-description-wrapper .profile-description .content-text .profile-users ul li {
  padding: 0;
  margin: 10px;
}
#profile-description .profile-description-wrapper .profile-description .content-text .profile-users ul li img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}/*# sourceMappingURL=style.css.map */