.info {
  padding: 6px 8px;
  font: 19px/21px "Lucida Console", "Courier New", monospace;
  background: white;
  background: rgba(150, 150, 150, 0.726);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  border-radius: 7px;
}

.info2 {
  padding: 6px 8px;
  font: 14px/16px "Lucida Console", "Courier New", monospace;
  background: white;
  background: rgba(255, 93, 93, 0.726);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  border-radius: 7px;
}

.info h4 {
  margin: 0 0 5px;
  color: #777;
}

.legend {
  text-align: left;
  line-height: 18px;
  color: #555;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.container-label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.container-title-image {
  background: #ffffff83;
  border-radius: 8px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem
}

.container-description {
  padding: 1em;
  display: flex;
  justify-content: center;
  background: #ffffff83;
  border-radius: 8px;
  font-weight: bold;
}

.container-title {
  padding: 5px;
  display: flex;
  justify-content: center
}

.container-image {
  width: 35px;
  padding-bottom: 5px;
  margin: 0px;
}

.medal-tooltip {
  font-size: 12px;
}

.medal-tooltip .country-name {
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0 10px 0;
}

.medal-tooltip .caption {
  font-weight: 600;
}

.popup-container {
  padding: 15px 15px 0px 15px;
}

.bar-popup {
  height: 30px;
  background: #bdbdbd;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.leaflet-popup-content {
  margin: -1px -1px 14px -1px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
  min-width: 380px;
}

.container-title-popup {
  display: flex;
  justify-content: center;
}

#pie {
  height: 440px;
}

#pie * {
  margin: 0 auto;
}

.container-grafica {
  display: flex;
  justify-content: center;
}

.myClass {
  padding-top: 50%;
  padding-left: 50%;
}

.styled-table {
  border-collapse: collapse;
  margin: 5px 0;
  font-size: 15px;
  font-family: sans-serif;
  min-width: 350px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
  background-color: #6d6d6d;
  color: #ffffff;
  text-align: middle;
}

.styled-table th,
.styled-table td {
  padding: 3px 30px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #ffffff83;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid rgba(150, 150, 150, 0.726);
}

.styled-column {
  border-collapse: collapse;
  margin: 0px 0;
  font-size: 10px;
  font-family: sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-column thead tr {
  background-color: #6d6d6d;
  color: #ffffff;
  text-align: middle;
}

.styled-column th,
.styled-column td {
  padding: 3px 3px;
}

.styled-column tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-column tbody tr:nth-of-type(even) {
  background-color: #ffffff83;
}

.styled-column tbody tr:last-of-type {
  border-bottom: 2px solid rgba(150, 150, 150, 0.726);
}

.styled-table2 {
  border-collapse: collapse;
  margin: 5px 0;
  font-size: 12px;
  font-family: sans-serif;
  max-width: 380px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table2 thead tr {
  background-color: #6d6d6d;
  color: #ffffff;
  text-align: middle;
}

.styled-table2 th,
.styled-table2 td {
  padding: 3px 30px;
  text-align: middle;
}

.styled-table2 tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table2 tbody tr:nth-of-type(even) {
  background-color: #ffffff83;
}

.styled-table2 tbody tr:last-of-type {
  border-bottom: 2px solid rgba(150, 150, 150, 0.726);
}

.arte_titulo {
  color: rgb(255, 255, 255);
  background-color: #6d6d6d;
  text-align: center;
  height: 50px;
}

.cards-forms {
  background-color: #6a6a6a;
  color: #000000;
  border-radius: 13px;
  padding: 1em;
}

.title-style {
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
}

.dx-popup-content {
  padding: 5px;
}

.dx-texteditor.dx-editor-underlined .dx-placeholder:before,
.dx-texteditor.dx-editor-underlined .dx-texteditor-input {
  padding: 6px 0 5px;
  text-align: center;
}

.container-title-image-popup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-image-popup {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 20px;
  padding: 3px;
  margin-right: 10px;
}

.dx-field-item-label-location-top {
  min-height: 30px;
  align-items: center;
  background-color: #dddddd;
  border-radius: 8px;
  padding: 4px 0 2px;
  display: flex;
  justify-content: center;
}

.dx-field-item-label-text {
  color: #000;
}

.dx-popup-wrapper>.dx-overlay-content {
  background: #363640;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
  border-radius: 13px;
}

.dx-button.dx-button-default {
  border-radius: 8px;
  background-color: #227aff;
  color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.dx-button.dx-button-default.dx-state-hover {
  border-radius: 8px;
  background-color: #004ab9;
  color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.dx-button.dx-button-default.dx-state-active {
  border-radius: 8px;
  background-color: #5197ff;
  color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.dx-button.dx-button-default.dx-state-focused {
  border-radius: 8px;
  background-color: #5197ff;
  color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.text-style {
  font-size: 16px;
  font-family: 'Roboto', 'RobotoFallback', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.87);
  cursor: default;
}

.columns-automatic {
  color: rgb(255, 17, 0);
  font-weight: bold;
}

.dx-switch-handle:before {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: #838383;
  border-radius: 50%;
  -webkit-transition: .4s cubic-bezier(.23, 1, .32, 1);
  transition: .4s cubic-bezier(.23, 1, .32, 1);
}

.infoTem {
  padding: 6px 8px;
  font: 14px/19px "Lucida Console", "Courier New", monospace;
  background: white;
  background: rgba(255, 93, 93, 0.726);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  border-radius: 7px;
  color: #000000;
}

.legendTem {
  text-align: left;
  line-height: 18px;
  color: #555;
}

.collapsible {
  background-color: #777;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  display: flex;
  justify-content: left;
  border-radius: 13px
}

.active,
.collapsible:hover {
  background-color: #555;
}

.content {
  display: none;
  overflow: hidden;
  background-color: #f1f1f100;
}

.dxc-title {
  font-size: 15px;
}