@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Secular+One&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  /* --main-font-family: 'Open Sans', sans-serif; */
  --main-font-family: "Ubuntu";
  /* --heading-font-family: 'Playfair Display', serif; */
  /* --heading-font-family: 'Montserrat', sans-serif; */
  --heading-font-family: "Ubuntu", sans-serif;
  --main-color: #0759ad;
  --color-blue-2: #30adef;
  --bg-color: #d8dfe3;
  --bg-textarea: rgba(13, 110, 253, 0.25);
  --bg-textare: #eef7ff;
  --link-blue-2: #0a58ca;
  --link-blue-3: #041b45;
  --link-blue: #0e2e67;
  --main-blue: #004778;
  --optional-color: #2e3ab8;
  --white-color: #ffffff;
  --black-color: #020202;
  --color-gray: #6b7c8f;
  --color-yellow: #ffc107;
  --color-green: #2a852e;
  --color-green-2: #1f9324;
  --color-green-4: #32d939;
  --color-green-3: var(--color-green-3);
  --color-red: #d5182a;
  --color-border: #e1e1e1;
  --color-omicrom: #62381b;
  --color-omicrom-2: #8d5e18;
  --color-omicrom-3: #3d1f09;
  --color-noise: #212529;
  --paragraph-color: #484847;
  --font-size: clamp(11px, 1vw, 14px);
  --transition: 0.4s;
}

* {
  font-family: var(--main-font-family);
}

a {
  color: var(--link-blue);
  text-decoration: none;
  cursor: pointer;
  word-break: break-all;
}

p {
  word-break: break-all;
}

body.data-statistics .container-fluid.data-table {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 15px;
  margin-top: 25px;
  margin-bottom: 40px;
}
body.data-statistics .container-fluid.data-table .center-data-table {
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: 0;
  gap: 12px;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 12px 12px;
  margin: 5px;
  min-width: 250px;
  width: 18.2%;
  border-left: 7px solid var(--color-green-2);
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article a.link-see-details-countries {
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  position: absolute;
  background-color: var(--color-green-2);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 8px;
  color: var(--white-color);
  text-align: left;
  font-size: 1rem;
  font-weight: 800;
  transition: 0.8s;
  cursor: pointer;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article a.link-see-details-countries .text-menu-cat {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article a.link-see-details-countries .text-menu-cat i {
  font-size: 1rem;
  margin-right: 7px;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article a.link-see-details-countries p {
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  color: var(--white-color);
  padding-top: 5px;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article .content-counts {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 5px;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article .content-counts h3 {
  color: var(--link-blue);
  font-size: 1rem;
  font-weight: 400;
  transition: 0.5s;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article .content-counts .content-numb-counter {
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid var(--color-border);
  margin-bottom: 7px;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article .content-counts .content-numb-counter h3 {
  color: var(--link-blue);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -1.5px;
  transition: 0.5s;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article .content-bottom {
  width: 100%;
  font-size: 11.5px;
  text-align: left;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article .content-bottom span {
  color: var(--color-green-2);
  font-weight: 800;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article .content-bottom label {
  color: var(--link-blue);
  font-weight: 800;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article:hover {
  transition: 0.5s;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article:hover h3 {
  color: var(--link-blue-3);
  transition: 0.5s;
}
body.data-statistics .container-fluid.data-table .center-data-table .category-article:hover a.link-see-details-countries {
  left: 0;
  transition: 0.8s;
}
body.data-statistics .container-fluid.data-table .right-data-table {
  width: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body.data-statistics .container-fluid.data-table .right-data-table .content-date-time {
  width: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body.data-statistics .container-fluid.data-table .right-data-table .content-date-time h1.time {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--link-blue);
}
body.data-statistics .container-fluid.data-table .right-data-table .content-date-time h1.date {
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--link-blue);
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-header {
  width: 100%;
  box-shadow: 9px 0px 10px 0px #333 !important;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 5px;
  padding-top: 25px;
  background-color: var(--bg-color);
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .header-list-by-countries {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 0px;
  padding: 8px 0;
  padding-bottom: 11px;
  margin-top: 50px;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .header-list-by-countries i {
  font-size: 2.4rem;
  margin-right: 7px;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .header-list-by-countries h1.time {
  width: 100%;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.8rem;
  font-weight: 800;
  color: var(--link-blue);
  margin-bottom: 0;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .header-list-by-countries h1.date {
  width: 100%;
  text-align: right;
  font-size: 2.4rem;
  line-height: 1.8rem;
  font-weight: 800;
  color: var(--link-blue);
  margin-bottom: 0;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .content-body-list-by-countries {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 60px;
  height: 95%;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries .country-article {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 12px 12px;
  margin: 5px;
  min-width: 200px;
  width: 18.1%;
  border-left: 7px solid var(--color-green-2);
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries .country-article .content-counts {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 5px;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries .country-article .content-counts h3 {
  color: var(--link-blue);
  font-size: 1rem;
  font-weight: 400;
  transition: 0.5s;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries .country-article .content-counts .content-numb-counter {
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid var(--color-border);
  margin-bottom: 7px;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries .country-article .content-counts .content-numb-counter h3 {
  color: var(--link-blue);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -1.5px;
  transition: 0.5s;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries .country-article .content-bottom {
  width: 100%;
  font-size: 11.5px;
  text-align: left;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries .country-article .content-bottom span {
  color: var(--color-green-2);
  font-weight: 800;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries .country-article .content-bottom label {
  color: var(--link-blue);
  font-weight: 800;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries .country-article:hover {
  transition: 0.5s;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries .country-article:hover h3 {
  color: var(--link-blue-3);
  transition: 0.5s;
}
body.data-statistics .list_byCountriesStaticBackdrop .modal-body .body-list-by-countries .country-article:hover a.link-see-details-countries {
  left: 0;
  transition: 0.8s;
}

/*
* Page Data Statistics Charts
*/
body.data-charts .content-date-time-chart {
  top: 95px;
  left: 34px;
  z-index: 55;
  width: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: var(--bg-textarea) !important;
  border-left: 10px solid var(--link-blue);
  position: absolute;
}
body.data-charts .content-date-time-chart h1.time {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--link-blue);
}
body.data-charts .content-date-time-chart h1.date {
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--link-blue);
}
body.data-charts .container-fluid.data-chart {
  margin-top: 0;
  padding: 0;
  padding-top: 20px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
body.data-charts .container-fluid.data-chart .content-world-map {
  width: 80%;
  height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1vh 10vw;
}
body.data-charts .container-fluid.data-chart .content-world-map #vmap {
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
body.data-charts .container-fluid.data-chart .content-world-map .jqvmap-zoomin,
body.data-charts .container-fluid.data-chart .content-world-map .jqvmap-zoomout {
  font-size: 25px;
  padding: 1px 10px;
  color: var(--white-color);
  background-color: var(--link-blue);
  border-radius: 5px;
  position: absolute;
  cursor: pointer;
  top: 1px;
  display: none;
}
body.data-charts .container-fluid.data-chart .content-world-map .jqvmap-zoomin {
  right: 42px;
}
body.data-charts .container-fluid.data-chart .content-world-map .jqvmap-zoomout {
  right: 2px;
}
body.data-charts .container-fluid.data-chart .content-list-categories {
  width: 300px;
  height: 84vh;
  max-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: var(--link-blue);
  padding: 15px;
  overflow: auto;
  border-radius: 12px;
  margin-bottom: 30px;
}
body.data-charts .container-fluid.data-chart .content-list-categories .items-list-categories {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: var(--link-blue);
  padding: 15px;
  overflow: auto;
  border-radius: 12px;
  margin-bottom: 30px;
}
body.data-charts .container-fluid.data-chart .content-list-categories .items-list-categories div.content-link-category {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--black-color);
}
body.data-charts .container-fluid.data-chart .content-list-categories .items-list-categories div.content-link-category img {
  width: 30px;
  border-radius: 14px;
  margin-right: 7px;
  overflow: hidden;
  padding: 0;
}
body.data-charts .container-fluid.data-chart .content-list-categories .items-list-categories div.content-link-category .categoy-name {
  font-weight: 400;
  font-size: 0.9rem;
  color: #c2dbff;
}
body.data-charts .container-fluid.data-chart .content-list-categories .items-list-categories div.content-link-category .number-resuls {
  font-weight: 800;
  font-size: 1.3rem;
  color: #c2dbff;
}

.display-none {
  display: none;
}

/*# sourceMappingURL=data-statistics.css.map */
