@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
*:not(svg *) {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.5px;
  color: #626276;
  outline: none;
}
/* @import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap");
* {
  font-family: "Fira Code", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;
} */

html,
body,
#root,
.App,
.Authenticated {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.contentTheme .themeRow:last-child {
  border: none;
}
.Authenticated {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.AppHeader {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 2px 6px rgba(0, 0, 0, 0.06);
  height: 60px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0px 20px;
  background: white;
  user-select: none;
  border-bottom: 1px solid #eaeef2;
  justify-content: center;
}
.AppHeader .Title {
  font-weight: 400;
  font-size: 20px;
  font-weight: bold;
}
.AppAside {
  width: 245px;
  border-right: 1px solid #eaeef2;
  background: #222222;
  user-select: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.AppRootContent {
  width: calc(100% - 245px);
  background: #f5f5fa;
  transition: all 0.3s ease;
  width: 100%;
}
.MenuAside svg {
  color: white;
}
.MenuAside {
  padding: 0px 10px;
  height: calc(100% - 130px);
  display: flex;
  flex-direction: column;
  border-top: 1px solid #eaeef2;
  padding-top: 20px;
}
.MenuOption:hover {
  background: rgb(255 255 255 / 15%);
}
.MenuOption {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 20px;
  margin-bottom: 5px;
  color: white;
  cursor: pointer;
  border: 1px solid transparent;
  border-left: 0px solid transparent;
  padding-left: 10px;
  transition: all 0.2s ease;
}
.MenuText {
  margin-left: 10px;
  animation: fadeInMenuText 0.3s ease;
  opacity: 1;
  display: block;
}

@keyframes fadeInMenuText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.HeaderAside {
  text-align: left;
  margin: 25px 0px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.HeaderAside img {
  width: 150px;
  margin: auto;
}
.LogOut {
  background: rgb(255 0 0 / 40%);
  margin-top: auto;
  margin-bottom: 10px;
}
.LogOut:hover {
  background: rgb(255 0 0 / 80%) !important;
}
.Shadow {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
}
.MenuActive {
  background: white !important;
  border-left: 7px solid white;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
}
.AppContent > div {
  max-width: 1200px;
  margin: auto;
}
.AppContent {
  padding: 10px;
  overflow-y: auto;
  height: calc(100vh - 80px);
  height: 100vh;
}

.HeaderContent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}
.ContentTitle {
  display: flex;
  align-content: center;
  margin: auto;
  margin-left: 0;
}

.Button {
  border-radius: 8pt;
  border: none;
  background: red;
  padding: 10px;
  display: flex;
  font-size: 15px;
  color: white;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  font-weight: 500;
}
.Button svg {
  color: white;
  margin-right: 8px;
}
.BtnBlue {
  background-color: #2a52be !important;
}
.BtnRed {
  background-color: #e34234 !important;
}
.BtnOrange {
  background-color: #ffa500 !important;
}
.BtnBlack {
  background-color: #323743 !important;
}
.BtnPurple {
  background-color: #9470db !important;
}
.BtnGreen {
  background-color: #019e5f !important;
}
.BtnPink {
  background-color: var(--primary) !important;
}

.FilterInputs {
  background: white;
  padding: 0px;
  margin-top: 10px;
  border-radius: 7px;
  border: 1px solid #eaeef2;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  position: sticky;
  top: 0px;
  position: -webkit-sticky;
  z-index: 2;
}
.FilterInputs input {
  border-radius: 5px;
  border: none;
  outline: none;
  background: #f5f5fa;
  font-size: 14px;
  padding: 10px 0px;
  padding-left: 39px;
}
.InputSearch {
  position: relative;
  width: 100%;
  max-width: 270px;
  margin-right: 20px;
}

.InputSearch svg {
  position: absolute;
  top: 17.5px;
  left: 17.5px;
  width: 22px;
}
.FilterInputs input,
.FilterInputs select {
  width: 100%;
  margin: 10px;
  border: 1px solid #e1e1e1;
  font-weight: 500;
}

.FilterInputs select {
  width: 100%;
  margin: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  padding: 0px 10px;
  font-weight: 500;
  background: #f5f5fa;
}
::placeholder {
  color: #8a8aa4;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #8a8aa4;
}

/* CARDS */
.ListCards {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.Card {
  overflow: hidden;
  border-radius: 20px;
}
.CardProperty {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  width: 435px;
}
.CardProperty img {
  width: 100%;
}
.CardProperty .Price svg {
  margin-right: 5px;
  color: #019e5f;
  width: 20px;
}
.CardProperty .Price {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background: #f5f5fa;
  border-radius: 5px;
  width: auto;
  padding: 8px;
  font-weight: 700;
  color: #019e5f;
  margin-bottom: 10px;
  font-size: 14px;
  border: 1px solid #eaeef2;
}
.CardProperty .Title {
  font-weight: 560;
  margin-bottom: 15px;
  font-size: 16px;
}
.CardProperty .Location {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.CardProperty .Location svg {
  margin-right: 5px;
  width: 20px;
}
.CardProperty .Rooms svg {
  margin-right: 5px;
  width: 20px;
}
.CardProperty .Rooms {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.CardProperty .Size svg {
  margin-right: 5px;
  width: 20px;
}
.CardProperty .Size {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.PropertyInfo {
  padding-left: 10px;
}
.Card .Image {
  border-radius: 10px;
  background: #eaeef2;
  width: 190px;
  height: 190px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}
.Card .Image img {
}
.Card {
  transition: all 0.2s ease;
  background: white;
  border: 1px solid #eaeef2;
  padding: 15px;
}
.Card img {
  transition: transform 0.2s ease;
}
.Card:hover img {
  transform: scale(1.1);
}
.Card:hover {
  border-color: #c5cacf !important;
}

.Collapse {
  position: absolute;
  top: 14px;
  left: 228px;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eaeef2;
  cursor: pointer;
}
.Collapse svg {
}

.AsideCollapsed {
  width: 80px;
}
.AsideCollapsed .Collapse {
  left: 64px;
}
.Transition3s {
  transition: all 0.3s ease;
}
.AsideCollapsed .Collapse svg {
  transform: rotate(180deg);
}

.AsideCollapsed .MenuOption svg {
  position: relative;
  left: 6.5px !important;
}
.AsideCollapsed .MenuText {
  animation: fadeOutMenuText 0.3s ease;
  display: none;
}

@keyframes fadeOutMenuText {
  0% {
    opacity: 1;
    display: block;
  }
  30% {
    opacity: 0;
    display: block;
  }
  31% {
    opacity: 0;
    display: none;
  }
}
.Logo {
  width: 50px !important;
  margin: 0 !important;
  margin-right: 7px !important;
  position: relative;
  left: -4px;
}
.TextLogo {
  width: 135px !important;
  margin: 0 !important;
  position: relative;
  top: 2px;
  left: 4px;
}
.spider {
  width: 50px;
  margin: auto;
  display: block;
  margin-top: 100px;
  margin-bottom: 30px;
  opacity: 0.4;
}
.CandidatoImg {
  width: 242px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 30%));
  position: absolute;
  top: 39px;
  left: 3px;
  right: 0;
  margin: auto;
  z-index: 1;
}

.WidgetDoughnut {
  border: 1px solid #eaeef2;
  border-radius: 20px;
  width: 320px;
  background: white;
  position: relative;
  height: 323px;
}

.WidgetDoughnut canvas {
  width: 350px !important;
  height: 356px !important;
  left: -24px;
  position: absolute;
  top: -24px;
  overflow: visible;
  padding: 10px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 30%));
  z-index: 2;
  transform: scale(0.8);
}
.HeadImg {
  position: absolute;
  top: 27px;
  left: 112px;
  z-index: 2;
  width: 103px;
  opacity: 1;
}

.CandidatoDoughunt {
  position: relative;
  top: 3.5px;
}
.InputLarge {
  max-width: calc(100% - 60px);
}

#ModalComponent {
  display: none;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
#LayerBlack {
  width: 100%;
  height: 100%;
  position: fixed !important;
  background: rgb(0 0 0 / 50%);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
}

#ModalContent {
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  max-width: 700px;
  margin-top: 40px;
  min-height: calc(100% - 40px);
  background: white;
  z-index: 10000;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 7px;
  transition: all 0.3s ease;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  position: absolute;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#ModalContent > div {
  padding: 10px;
}

.TitleModal {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.TitleModal svg {
  transform: scale(1.5);
  position: relative;
  background: #f0f0f0;
  border-radius: 1000px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  border: 1px solid var(--secondary);
  background: var(--primary) !important;
  color: white;
}
.CloseModal svg {
  margin: 0px;
}
.CloseModal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.FooterModal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.videoAI {
  width: 400px;
  background: white;
  padding: 0px;
  margin-top: 10px;
  border-radius: 7px;
  border: 1px solid #eaeef2;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 30px;
}
.videoAI video {
  width: 100%;
}
.LblStep {
  font-weight: 600;
}
.Post {
  margin: 30px;
}
.PostHeader {
  position: relative;
}
.PostImage {
  width: 100px;
  height: 100px;
  border-radius: 1000px;
  margin: auto;
  background-size: 100%;
}
.PostAuthor {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  font-size: 21px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.PostMedia {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.PostFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.PostReactions {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: white;
  border: 1px solid #eaeef2;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
}
.PostComments {
}
.PostShares {
}
.PostFooter strong {
  font-size: 21px;
}
small {
  font-size: 12px !important;
}
strong {
  font-weight: bold;
}
.PostSrc {
  width: 100%;
  height: 100px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background-size: 100%;
  max-width: 230px;
}
.PostIcon {
}
.PostIcon svg {
  margin-right: 17px;
  background: #e9e9e9;
  padding: 10px;
  border-radius: 20px;
}
.PostInfoStats {
}
.PostCardList {
  width: 490px;
  margin: 0px;
}
.videoAIWorking {
}
.videoAIWorking video {
  width: 55px;
  padding-right: 12px;
}
.PostSocialNetwork {
  width: 37px;
  height: 37px;
  background: url(../images/social_icons.png);
  background-size: 450px;
  position: absolute;
  top: 0;
  left: 0;
}
.PostSocialNetwork.fb {
  background-position-x: -11px;
  background-position-y: -16px;
}

.PostStatusSmall {
  font-size: 14px;
  font-weight: bold;

  padding: 4px 14px;
  border-radius: 100px;
  margin-top: 5px;
  display: block;
}
.Waiting {
  background-color: rgb(255, 0, 0);
  color: white;
}
.InProcess {
  background-color: #b3e400;
}
.Complete {
  background-color: #019e5f;
  color: white;
}
.HomeDashboard {
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 40px;
  border: 2px solid #d5d5d5;
  padding: 30px 20px !important;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  padding-top: 0 !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-radius: 20px;
  overflow: hidden;
}
.WidgetPolarity {
  height: 330px;
}
.Validity {
  height: 100%;
}
.TitleWidget {
  font-size: large;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  width: 100%;
}
.gridOtherSocial .WidgetPolarityContent {
  width: 215px;
}
.WidgetPolarityContent {
  width: 285px;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: flex-end;
  padding-top: 15px;
}
.Bar {
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border: 1px dashed rgb(0 0 0 / 20%);
  border-top: 0px;
  border-bottom: 0px;
  transition: background 0.3s ease;
}
.Bar .Label {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.Bar .ProgressBar {
  max-height: 270px;
  width: 50px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 30%);
  border: 2px solid white;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  transition: height 0.3s ease;
}
.Positivos .ProgressBar {
  background: linear-gradient(0deg, #007747, #04d883);
  height: 60%;
}
.Neutrales .ProgressBar {
  background: linear-gradient(0deg, #a76c00, #ffa500);
  height: 30%;
}
.Negativos .ProgressBar {
  background: linear-gradient(0deg, #b40e00, #e34234);
  height: 10%;
}
.Bar:hover {
  background-color: #f7f7f7;
}
.Bar.Neutrales {
  border: none !important;
}

.WidgetStats {
  width: 1010px;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.StatRow {
  display: flex;
  flex-direction: row;
  /* width: 100%; */
  min-width: 140px;
}
.StatRow .Icon {
  width: 42px;
  display: flex;
  background: linear-gradient(0deg, #0f40a9, #038fcb);
  border-radius: 20px;
  height: 42px;
  margin-right: 10px;
}
.StatRow .InfoStats {
  display: flex;
  flex-direction: column;
}
.StatRow .Quantity {
  font-size: 18px;
  font-weight: bold;
}
.StatRow .Label {
  font-size: 14px;
}
.StatRow .Icon svg {
  margin: auto;
  color: white;
  width: 25px;
}

.WidgetCalendar {
  width: 53%;
  max-width: 440px;
}
.WidgetWords {
  overflow-y: scroll;
  max-height: 309px;
  position: relative;
}

.WidgetCalendar {
}
.Calendar {
}
.WeekHead {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.DayWeek {
  width: 100%;
}
.MonthDays {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.Week {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.Day {
}

.GridCalendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 10px;
  justify-items: center;
}
.DayMonth {
  background-color: #f5f5fa;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}

.GridCalendar .Day {
  text-align: center;
  width: 50px;
  padding: 5px 0px;
}
.DayMonth span {
  font-size: 12px;
  position: relative;
  top: -24px;
}

.FillDay {
  background: var(--primary);
  width: 100%;
  height: 30px;
  position: absolute;
  border-radius: 5px;
  bottom: 0;
}
.ThoughtScroll {
  padding: 0px 5px;
  padding-top: 50px;
}
.ThoughtScroll .Thought {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
}
.ThoughtScroll .Info {
  display: flex;
  justify-content: space-between;
  height: 34px;
  align-items: center;
}
.ThoughtScroll .Quantity {
  background: var(--primary);
  color: white;
  font-weight: bold;
  border-radius: 10000px;
  padding: 5px 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ThoughtScroll .ProgressBar {
  width: 90%;
  background: var(--primary);
  height: 5px;
  border-radius: 1000px;
  margin-top: 5px;
}
.RootWidgetWords {
  width: 300px;
  position: relative;
}
.FixTitle {
  position: absolute;
  top: 1px;
  z-index: 2;
  left: 3px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: calc(100% - 6px);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 2px 6px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #eaeef2;
}
.Quantity svg {
  color: white;
  width: 18px;
  margin-right: 7px;
  margin-left: 2px;
}
.RowComment {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.ColumnTextAreas {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-weight: bold;
}
.ColumnTextAreas textarea {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  border: 1px solid #cecece;
  padding: 5px;
  margin-top: 5px;
}
.ColumnTextAreas button {
  margin-top: 10px;
}
.titleCandidate {
  text-align: center;
  font-weight: bold;
}
.subtitleReport {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
}
.imgCandidateLogo {
  width: 200px;
}
.repotHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 0px;
}
.imgPlatform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.iconLogo {
  width: 60px;
}
.txtLogo {
  width: 180px;
}
.dateReport {
  text-align: center;
  margin-top: 0px;
  font-weight: bold;
}

.MujeresBar .ProgressBar {
  background: linear-gradient(0deg, #a40083, #ff20d2);
}
.HombresBar .ProgressBar {
  background: linear-gradient(0deg, #013aaa, #0357ff);
}
.PublicoBar .ProgressBar {
  background: linear-gradient(0deg, #ff20d2, #0357ff);
}
.WidgetNegativeComments {
  width: 730px;
}
.WidgetNegativeComments .info {
  height: auto !important;
}

.WidgetNegativeComments .negativeComment {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}
.WidgetNegativeComments .Quantity {
  width: 60px;
  margin-top: 10px;
  cursor: pointer;
}
.titleNetwork.llamadas {
  background: linear-gradient(0deg, #65a90f, #51cb03);
  color: white;
  padding: 20px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
}
.titleNetwork.fb {
  background: linear-gradient(0deg, #0f40a9, #038fcb);
  color: white;
  padding: 20px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
}
.titleNetwork.llamadas .img {
  background: url(../images/phone.png);
  width: 57px;
  height: 57px;
  background-size: 100%;
  border-radius: 10px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  position: absolute;
  left: -280px;
  right: 0;
  margin: auto;
  top: 16px;
}
.titleNetwork.fb .img {
  background: url(../images/socialmedia.jpeg);
  width: 57px;
  height: 57px;
  background-size: 870px;
  background-position: -145px -19px;
  border-radius: 10px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  position: absolute;
  left: -280px;
  right: 0;
  margin: auto;
  top: 16px;
}

.titleNetwork.tt {
  background: black;
  color: white;
  padding: 20px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
}
.titleNetwork.tt .img {
  background: url(../images/socialmedia.jpeg);
  width: 57px;
  height: 57px;
  background-size: 870px;
  background-position: -472px -19px;
  border-radius: 10px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  position: absolute;
  left: -280px;
  right: 0;
  margin: auto;
  top: 16px;
}

.titleNetwork.tw {
  background: #04a1f6;
  color: white;
  padding: 20px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
}
.titleNetwork.tw .img {
  background: url(../images/socialmedia.jpeg);
  width: 57px;
  height: 57px;
  background-size: 870px;
  background-position: -885.5px -19px;
  border-radius: 10px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  position: absolute;
  left: -280px;
  right: 0;
  margin: auto;
  top: 16px;
}

.titleNetwork.ig {
  background: linear-gradient(45deg, #f4a109, #e6008f, #68059b);
  color: white;
  padding: 20px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
}
.titleNetwork.ig .img {
  background: url(../images/socialmedia.jpeg);
  width: 57px;
  height: 57px;
  background-size: 870px;
  background-position: -951px -19px;
  border-radius: 10px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
  position: absolute;
  left: -280px;
  right: 0;
  margin: auto;
  top: 16px;
}
.titleNetwork {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  position: relative;
}
.gridOtherSocial {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.gridOtherSocial .HomeDashboard {
  width: calc(50% - 10px);
  padding: 0;
  /* border: 2px solid #d5d5d5; */
  /* border-radius: 20px; */
  /* padding: 30px 20px; */
  /* box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0px 8px 16px rgba(17, 24, 39, 0.1); */
}
.WidgetThemes {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0px 20px;
  gap: 20px;
}
.theme {
  width: 100%;
  text-align: center;
  font-size: 21px;
  background: white;
  border: 1px solid #eaeef2;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
}
.theme_pos .header {
  background: linear-gradient(38deg, #007747, #04d883);
}
.header {
  font-weight: bold;
  padding: 10px;
  color: white;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0px 8px 16px rgba(17, 24, 39, 0.1);
}
.theme_neg .header {
  background: linear-gradient(38deg, #b40e00, #e34234);
}

.WidgetThemes {
}
.theme {
}
.theme_pos {
}
.header {
}
.contentTheme {
}
.themeRow {
  display: flex;
  justify-content: space-between;
  padding: 1px 20px;
  border-bottom: 2px dashed #9a9a9a;
  align-content: center;
  align-items: center;
}
.themeTitle {
  text-align: left;
  padding-right: 10px;
  font-size: 18px;
  width: calc(100% - 100px);
}
.themeStat {
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #0f40a9, #038fcb);
  color: white;
  border-radius: 10px;
  font-size: 19px;
}
.theme_neg {
}

.theme_pos .themeStat {
  background: linear-gradient(38deg, #007747, #04d883);
}
.theme_neg .themeStat {
  background: linear-gradient(38deg, #b40e00, #e34234);
}
.AnonimoBar .ProgressBar {
  background: linear-gradient(0deg, #000000, #6a6a6a);
}
.hideScreen {
  display: none;
}
