@font-face {
    font-family: "ZonaPro";
    src: local("ZonaPro-Regular"), local("ZonaPro-Regular"), url("../fonts/ZonaPro-Regular.woff2") format("woff2"), url("../fonts/ZonaPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "ZonaPro";
    src: local("ZonaPro-SemiBold"), local("ZonaPro-SemiBold"), url("../fonts/ZonaPro-SemiBold.woff2") format("woff2"), url("../fonts/ZonaPro-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "ZonaPro";
    src: local("ZonaPro-ExtraBold"), local("ZonaPro-ExtraBold"), url("../fonts/ZonaPro-ExtraBold.woff2") format("woff2"), url("../fonts/ZonaPro-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal
}



html,
body {
    height: 100%
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

body {
    background-color: #00151e
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px
}

.pagination-graphic {
    font-family: "ZonaPro";
    font-size: 14px;
    font-weight: 800;
    line-height: 120%;
    margin: 10px 0 0 0
}

.pagination-graphic__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination-graphic li+li {
    margin-left: 10px
}

.pagination-graphic a,
.pagination-graphic span {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    background-color: #fff;
    color: #003575
}

.pagination-graphic a.active,
.pagination-graphic span.active {
    background-color: #003575;
    color: #ffc301
}

.pagination-graphic__btn-next,
.pagination-graphic__btn-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0) !important
}

.pagination-graphic__btn-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination-graphic__last {
    opacity: .9;
    pointer-events: none
}

.pagination-graphic__last svg path {
    fill: #fff
}

.graphic {
    padding: 20px 0 30px;
    color: #fff
}

.graphic__top-info {
    margin: 0 0 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.graphic__top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.graphic__top-info h2 {
    color: #fff;
    font-family: "ZonaPro";
    font-size: 32px;
    font-weight: 800;
    line-height: 110%;

}

.graphic-emty .graphic__top-info{
	margin: 0;
}
.graphic-emty .graphic__top-info h2 {
    font-size: 24px;
}

.graphic__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.graphic__left {
    max-width: 400px;
    width: 100%;
    margin: 0 20px 0 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #003575;
    border-radius: 20px;
    background: #001733;
    color: #fff;
	border: 1px solid rgb(0, 53, 117) !important;
	background: rgb(0, 53, 117) !important;
}

.graphic__left p {
    margin: 0 0 30px 0;
    font-family: "ZonaPro";
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    text-align: center
}

.graphic__left p span {
    color: #ffc301
}

.graphic__box {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.graphic__box p,
.graphic__box .graphic__img + p{
    margin: 0;
    font-family: "ZonaPro";
    font-size: 50px !important;
    font-weight: 800;
    line-height: 120%
}

.graphic__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border-radius: 10px;
    background: #003575;
    margin: 0 30px 0 0;
	display: none !important;
}

.graphic__img img {
    width: 60%;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain
}

.graphic__right {
    width: 100%;
    padding: 20px;
    border: 1px solid #003575;
    border-radius: 25px;
    background: #001733
}

.graphic__right h3 {
    font-family: "ZonaPro";
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
    margin: 0 0 30px 0
}
.graphic__right h3{
	padding: 0 0 0 10px;
}
.graphic .widget,
.graphic .michart {
    padding: 10px;
    width: 100%;
    min-width: 320px;
    min-height: 320px
}

.g-history {
    color: #00151e;
    font-family: "ZonaPro";
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-align: left
}
.graphic__top-search{
	margin: 70px auto 0;
}
.g-history--bottom {
    margin: 0 0 70px 0
}
.btn--yellow{
	    color: #1F140F !important;
    background-color: #FFC301;
}
.btn-show{
	display: none !important;
	font-weight: 800;
	margin: 0 auto 70px;
/* 	display: flex; */
    width: fit-content;
	padding: 10px 25px;
}
.g-history ::-webkit-scrollbar {
    width: 6px
}

.g-history ::-webkit-scrollbar-thumb {
    background-color: #003575;
    border-radius: 5px
}

.g-history ::-webkit-scrollbar-track {
    background-color: #f7f7f8;
    border-radius: 5px;
    margin-bottom: 30px
}

.g-history__inner {
    padding: 50px 0 0 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff
}

.g-history__items-wrap {
    overflow: auto;
    max-height: 680px
}

.g-history__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #003575
}

.g-history__coll {
    padding: 0 15px 0 0
}

.g-history__coll:nth-child(1) {
    width: 10%
}

.g-history__coll:nth-child(2) {
    width: 10%
}

.g-history__coll:nth-child(3) {
    width: 7%
}

.g-history__coll:nth-child(4) {
    width: 19%
}

.g-history__coll:nth-child(5) {
    width: 18%
}

.g-history__coll:nth-child(6) {
    width: 15%
}

.g-history__coll:nth-child(7) {
    width: 7%;
    text-align: center
}

.g-history__coll:nth-child(8) {
    width: 11%;
    text-align: center
}

.g-history--one .g-history__coll {
    font-size: 10px
}

.g-history--one .g-history__coll:nth-child(1) {
    width: 12%
}

.g-history--one .g-history__coll:nth-child(2) {
    width: 10%;
	word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.g-history--one .g-history__coll:nth-child(3) {
    width: 16%
}

.g-history--one .g-history__coll:nth-child(4) {
    width: 24%
}

.g-history--one .g-history__coll:nth-child(5) {
    width: 12%;
    text-align: center
}

.g-history--one .g-history__coll:nth-child(6) {
    width: 8%;
	text-align: center;
}

.g-history--one .g-history__coll:nth-child(7) {
    width: 7%;
    text-align: center
}

.g-history--one .g-history__coll:nth-child(8) {
    width: 11%;
    text-align: center
}

.g-history--one .g-history__coll:nth-child(9) {
    width: 11%;
    text-align: center
}

.graphic-wrap-hh .g-history--one .g-history__coll:nth-child(1) {
    width: 12%
}

.graphic-wrap-hh .g-history--one .g-history__coll:nth-child(2) {
    width: 15%
}

.graphic-wrap-hh .g-history--one .g-history__coll:nth-child(3) {
    width: 8%
}

.graphic-wrap-hh .g-history--one .g-history__coll:nth-child(4) {
    width: 14%
}

.graphic-wrap-hh .g-history--one .g-history__coll:nth-child(5) {
    width: 9%;
    text-align: center
}

.graphic-wrap-hh .g-history--one .g-history__coll:nth-child(6) {
    width: 8%
}

.graphic-wrap-hh .g-history--one .g-history__coll:nth-child(7) {
    width: 7%;
    text-align: center
}

.graphic-wrap-hh .g-history--one .g-history__coll:nth-child(8) {
    width: 11%;
    text-align: center
}

.graphic-wrap-hh .g-history--one .g-history__coll:nth-child(9) {
    width: 11%;
    text-align: center
}
.graphic-wrap-hh .g-history--one .g-history__coll:nth-child(10) {
    width: 11%;
    text-align: center
}
.graphic-wrap-hh .g-history--one .g-history__coll:nth-child(11) {
    width: 11%;
    text-align: center
}
.g-history--bottom-hh  .g-history__coll:nth-child(1) {
    width: 12%
}

.g-history--bottom-hh  .g-history__coll:nth-child(2) {
    width: 25%
}

.g-history--bottom-hh  .g-history__coll:nth-child(3) {
    width: 14%
}

.g-history--bottom-hh  .g-history__coll:nth-child(4) {
    width: 14%
}

.g-history--bottom-hh  .g-history__coll:nth-child(5) {
    width: 9%;
    text-align: center
}
.g-history--bottom-hh .g-history__item, .g-history--bottom-hh .g-history__top{
	justify-content: space-between;
}
.graphic__top-info .btn--blue, .graphic-wrap .btn--blue {
    height: 60px !important;
    margin-left: 10px;
	    padding: 13px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 45px;
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    line-height: 120%;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
	 background-color: #003575;
}

.g-history__item {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(34, 58, 114, .5)
}

.circle-graphic {
    padding: 40px 0 10px 0
}

.circle-graphic__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.circle-graphic__inner .geography-col{
	height: fit-content;
	width: 100% !important;
	margin: 0 !important;
}
.circle-graphic__left {
    max-width: 800px;
    width: 100%;
    margin: 0 20px 0 0
}


.dss-box {
	margin: 20px 0 0 0;
	padding: 70px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("https://uanimals.org/wp-content/uploads/2025/03/dss-graph-info.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #003575;
	border-radius: 20px;
}

.dss-box p {
	display: flex;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 120%;
	text-align: center
}

.circle-graphic__right {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    padding: 20px;
    max-width: 445px;
    width: 100%;
    color: #fff;
    font-family: "ZonaPro";
    border: 1px solid #003575;
    border-radius: 19px;
    background: #001733;
    max-height: 580px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.circle-graphic__right h2 {
    margin: 0 0 50px 0;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.circle-graphic__right-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 440px !important;
    overflow: visible
}

#chart-doughnut {
    width: 100%;
    height: 500px !important
}

.input-box {
    position: relative;
    width: 100%;
    max-width: 60px;
    height: 58px;
    margin: 0 20px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.input-box.open {
    max-width: 350px
}

.input-box input {
    font-family: "ZonaPro";
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.input-box.open input {
    padding: 0 35px 0 65px
}

.input-box .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer
}

.input-box.open .search {
    border-radius: 6px 0 0 6px
}

.search .search-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    font-size: 30px;
    color: #1c1c1c
}
.search .search-icon img{
	width: 20px;
	height: 20px;
}
.input-box .close-icon {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 30px;
    color: #1c1c1c;
    padding: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0
}

.input-box.open .close-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    pointer-events: auto;
    opacity: 1
}

.datepicker-here.form-control {
    font-family: "ZonaPro";
    height: 60px;
    border-radius: 9px;
    padding: 10px 10px 10px 65px;
    font-size: 14px;
    width: 270px
}

.datapicker-wrap {
    position: relative
}

.datapicker-wrap::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("https://uanimals.org/wp-content/uploads/2024/09/calendar-1.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.graphic-info {
    padding: 150px 0 0 0;
    font-family: "ZonaPro"
}

.graphic-info .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.graphic-info h3 {
    margin: 0 20px 0 0;
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    line-height: 110%
}

.graphic-info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.graphic-info__btn-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 20px;
    color: #fff;
    font-family: "ZonaPro";
    font-size: 14px;
    font-weight: 800;
    line-height: 120%;
    text-align: center;
    padding: 18px 25px;
    border: 1px solid #003575;
    border-radius: 10px;
    background: #003575
}

.graphic-info__btn-dark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;f.graphic-info__btn-blue
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 20px;
    color: #fff;
    font-family: "ZonaPro";
    font-size: 14px;
    font-weight: 800;
    line-height: 120%;
    text-align: center;
    padding: 18px 25px;
    border: 1px solid #003575;
    border-radius: 10px;
    background: #001733
}

.g-history__mob {
    padding: 25px 0;
    display: none;
	margin: 0 0 70px 0;
}

.g-history__mob ::-webkit-scrollbar {
    width: 6px
}

.g-history__mob ::-webkit-scrollbar-thumb {
    background-color: #003575;
    border-radius: 5px
}

.g-history__mob ::-webkit-scrollbar-track {
    background-color: #f7f7f8;
    border-radius: 5px;
    margin-bottom: 30px
}

.g-history__mob-inner {
    background-color: #fff;
    border: 1px solid #003575;
    border-radius: 10px;
    overflow: hidden
}

.graphic-table {
    width: 100%;
    border-collapse: collapse;
    height: 900px;
    display: block;
    overflow: auto
}

.graphic-table tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(34, 58, 114, .5)
}

.graphic-table tbody {
    display: block;
    width: 100%
}

.graphic-table .date-table-cell {
    padding: 5px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto !important;
    color: #00151e;
    font-family: "ZonaPro";
    font-size: 12px;
    font-weight: 400;
    line-height: 120%
}

.graphic-table .date-table-cell::before {
    content: attr(data_label);
    display: block;
    font-weight: bold;
    color: #00151e;
    font-family: "ZonaPro";
    font-size: 12px;
    font-weight: 800;
    line-height: 120%;
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.graphic-funds {
    margin: 70px 0 50px
}

.graphic-funds__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.graphic-funds .graphic__left {
    padding: 30px 15px 0 15px
}

.graphic-wrap {
    margin: 0 0 100px 0
}

.graphic-wrap--bottom {
    padding: 0 0 80px 0
}
.geography__inner .geography-col{
	padding: 45px 15px;
}
.graph-info{
	padding: 40px 0 0 0;
}
.graph-info__inner {
  display: flex;
  justify-content: space-between;
}

.graph-info__left {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
  max-width: 400px;
  width: 100%;
  margin: 20px 20px 0 0;
}

.graph-info__text {
  font-family: "ZonaPro";
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}

.graph-info__right {
  display: flex;
  flex-wrap: wrap;
	margin: 0 0 0 -20px;
	width: 100%;
}

.graph-info__item {
  position: relative;
  width: calc(50% - 20px);
  margin: 20px 0 0 20px;
  border: 1px solid #003575;
  border-radius: 20px;
  background: #001733;
  color: #fff;
  padding: 15px;
}
.graph-info__item p{
	margin: 0;
}

.graph-info__item  img{
  position: absolute;
  top: -15px;
  right: -15px;
}
.graph-info .graphic__left{
	margin: 0;
}

.graph-info__item  span{
  font-family: "ZonaPro";
  font-size: 22px;
  color: #FFC301;
  font-weight: 400;
  line-height: 120%;
}

.g-filter__box {
	display: flex;
	justify-content: space-between;
	border: 1px solid rgb(0, 53, 117);
	border-radius: 14px;
	background: rgb(0, 23, 51);
	padding: 10px;
	height: 80px;
	column-gap: 10px;
}
.g-filter__box a{
	margin: 0 !important;
	column-gap: 10px;
	width: calc(50% - 10px);
	background-color: transparent;
	color: #fff !important;
	border-radius: 20px;
}

.g-filter__box a.active{
	color: rgb(0, 21, 30) !important;
	background-color: #FFC301 !important;
	pointer-events: none;
}
.g-filter__inner {
	width: 100%;
	column-gap: 20px;
	align-items: center;
}

.g-filter__inner .form__group {
	margin: 0;
	width: calc(25% - 20px) !important;
}

.g-filter__inner .g-filter__box {
	width: 50%;
}

.graphic__dss-title{
	margin: 60px 0 20px 0;
	color: rgb(255, 195, 1);
	font-size: 55px;
	font-weight: 800;
	line-height: 120%;
}

.circle-graphic .g-history__inner{
	height: calc(100% - 40px);
}

.circle-graphic .g-history__items-wrap {
    max-height: 100%;
    height: 100%;
}

w

@media(max-width: 1300px) {
    .graphic__box p {
        font-size: 32px
    }

    .graphic__left p {
        font-size: 16px
    }

    .graphic__left p:first-child {
        margin: 0 0 20px 0
    }

    .graphic__img {
        margin: 0 20px 0 0
    }
	.graphic-funds .graphic__left p {
    	font-size: 16px !important;
	}
	
	
}

@media(max-width: 1200px) {
	
	.geography-col{
		margin: 0 !important;
		width: 100% !important;
	}
    .circle-graphic__inner {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }
	.graphic__top-info{
		margin: 30px 0 10px 0;
	}
    .circle-graphic__right {
        max-width: 100%;
        margin: 0 0 30px 0;
        position: inherit
    }

    .circle-graphic__left {
        max-width: 100%
    }

    .circle-graphic {
        padding: 0 0 25px 0
    }

    .graphic {
        padding: 25px 0 30px
    }
	.circle-graphic__left{
		margin: 0 0 40px 0 !important;
	}
}

@media(max-width: 950px) {
	.circle-graphic .g-history__mob {
    margin: 0 0 30px 0;
}
	.graphic-info__box{
		margin: 0 0 0 -20px !important;
	}
    .graphic__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .graphic__left {
        max-width: 100%;
        margin: 0 0 20px 0;
        padding: 30px 15px 0
    }

    .graphic-info h3 {
        font-size: 28px;
        line-height: 110%
    }

    .graphic-info__btn-blue,
    .graphic-info__btn-dark {
        font-size: 14px;
        padding: 12px 15px;
        border-radius: 10px
    }

    .graphic__top-info h2 {
        font-size: 20px
    }

    .datepicker-here.form-control {
        height: 50px;
        font-size: 14px
    }

    .graphic__top-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .graphic__top-info h2 {
        margin: 0 0 20px 0
    }

    .input-box {
        height: 45px;
        margin: 0 20px 0 0
    }

    .graphic__right h3,
    .circle-graphic__right h2 {
        font-size: 20px
    }

    .graphic-info .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .graphic-info h3 {
        margin: 0 0 20px 0
    }

    .graphic {
        padding: 35px 0 20px
    }

    .g-history__mob {
        display: block
    }

    .graphic-wrap .g-history__mob {
        padding: 0
    }

    .g-history {
        display: none
    }

    .graphic-funds__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
	
	.graphic__top-search {
    	margin: 40px auto 15px;
	}
	.geography__inner{
		padding-bottom: 0 !important;
	}
	 .circle-graphic {
        padding: 0;
    }
	.circle-graphic + .graphic{
		padding-bottom: 20px !important;
	}
	.graphic__md-box {
        margin: 0;
    }
	
	
	
}

@media(max-width: 576px) {
	 .graphic-info__btn-blue, .graphic-info__btn-dark {
        font-size: 10px;
    }
    .input-box.open {
        max-width: 100%
    }

    .graphic__right {
        width: 100%;
        padding: 20px 10px 20px 0
    }

    .graphic__top-box {
	position: relative;
        width: 100%;
		display: flex;
        align-items: normal;
    }
	.graphic__top-info .btn--blue, .graphic-wrap .btn--blue{
		margin: 0 0 0 10px;
	}
    .datapicker-wrap,
    .datepicker-here.form-control {
        width: 100%
    }

    .input-box {
        height: 45px;
        margin: 0 0 20px 0
    }

    .circle-graphic__right-inner,
    .circle-graphic__right {
        max-height: 580px !important
    }
	.graphic__top-box .input-box{
		max-width: 100%;
	}
	.input-box input{
		padding: 0 35px 0 65px;
	}
	.graphic__left,
	.graphic__right,
	.circle-graphic__right{
		border-radius: 10px;
	}
}

.datapicker-wrap input {
    margin: 0
}






.geography__inner {
    padding: 150px 0 100px 0;
    font-family: "ZonaPro";
}

.geography__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.graphic__left-box{
	margin: 0 20px 0 0;
	max-width: 445px;
    width: 100%;
}
.graphic__left-box .graphic__left{
	max-width: 100%;
	 width: 100%;
	}
.graphic__left-box  .graphic__left {
    height: calc(100% - 10px);
	    margin: 0 0 20px 0;
}
.geography__left .graphic__left{
	height: calc(50% - 10px);
}
.geography .geography__left {
    max-width: 320px;
    width: 100%;
    margin: 0 20px 0 0;
}
.geography .graphic__left {
    margin: 0 0 20px 0;
}
.geography .graphic__left:last-child {
    margin: 0;
}
.geography__right {
    padding: 15px 25px;
    width: 100%;
    color: #fff;
    border: 1px solid #003575;
    border-radius: 20px;
    background: #001733;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.geography__right h3 {
    font-family: "ZonaPro";
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
    margin: 0 0 30px 0;
}
.geography__right img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.graphic__md-inner #chart-doughnut{
	height: 400px !important;
}

 .geography-col{
	margin: 0 0 0 20px !important;
	width: calc(33.33333% - 20px);
	 max-width: 100%;
	padding: 30px 15px;
    border: 1px solid #003575;
    border-radius: 20px;
    background: #001733;
    color: #fff;
}
.geography-col h6{
	margin: 0 0 15px 0;
	font-size: 28px;
	font-weight: 800;
	line-height: 120%;
}
.geography__inner{
	display: flex;
	margin: 0 0 0 -20px;
	align-items: stretch;
}
.geography-col ol{
	margin: 0;
	padding: 0;
	 counter-reset: list-counter;
}
.geography-col li{
	 position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
}
.geography-col li::before {
            content: counter(list-counter) "."; 
            counter-increment: list-counter;
            position: absolute; 
            left: 0; 
            top: 0;
			color: #FFC301;
		font-weight: 800;
        }
.geography-wrap{
	padding: 0 0 70px 0;
}
.geography-wrap-inner{
	display: flex;
}
.geography__right{
	width: 60%;
	margin: 0 20px 0 0;
}
.geography-wrap-right{
	width: 40%;
	border: 1px solid #003575;
    border-radius: 20px;
    background: #001733;
	padding: 15px 25px;
	color: #fff;
}
.geography-wrap-right h2{
	margin: 0 0 20px 0;
	color: rgb(255, 255, 255);
	font-size: 28px;
	font-weight: 800;
	line-height: 120%;
}

.graphic-top-pading-zero{
	padding-top: 0 !important;
}
.graphic-funds .graphic__left p{
	font-size: 20px;
}






@media (max-width: 992px) {
	.graphic__dss-title {
		margin: 30px 0 20px 0;
		font-size: 24px;
	}
	.graph-info__left{
		max-width: 100%;
		margin: 0;
	}
	.graph-info__right{
		width: auto;
	}
	.graph-info__inner,
	.graphic__inner{
		flex-direction: column;
	}
	.graph-info__item {
		padding: 25px 15px 15px 15px;
		width: calc(100% - 20px);
	}
	.graph-info__item img {
		right: -10px;
	}
	.geography__inner .geography-col{
		    margin: 0 0 20px 20px !important;
	}
	
	.graphic__top-info .btn--blue, .graphic-wrap .btn--blue {
		height: 45px !important;
	}
    .geography__right h3 {
        font-size: 20px;
    }
	
	.geography-col h6 {
    	font-size: 18px;
	}
	.geography-col li{
		font-size: 16px;
	}
	.geography-wrap-right h2{
		font-size: 20px;
	}
	.graphic-info {
    	padding: 70px 0 0 0;
	}
	
	
	
	
	
	
}
@media (max-width: 768px) {
	.dss-box p{
		font-size: 24px;
	}
	.geography-col ol {
    	display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.geography-col li{
		margin: 0 15px 5px 0;
	}
	.geography-wrap-inner{
		flex-direction: column;
	}
	.geography__right {
    	width: 100%;
    	margin: 0 0 20px 0;
	}
	.geography-wrap-right {
		width: 100%;
	}
	
	
	
	.geography-col {
    margin: 0 0 -15px 0 !important;
		width: 100% !important;
	}
	
	
    .geography__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .geography .geography__left {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
	.g-text {
		font-size: 14px;
	}
	.geography__inner .geography-col{
		    width: calc(100% - 20px) !important;
	}
	.g-filter__inner .form__group {
		width: calc(100% - 20px) !important;
	}
	
	.g-filter__inner .g-filter__box {
		order: -1;
		margin: 0 0 10px 0;
		width: 100% !important;
		height: auto;
		border-radius: 25px;
	}

	.g-filter__inner .form__group{
		width: 100% !important;
		margin: 0 0 10px 0;
	}
 
	.graphic__box p, .graphic__box .graphic__img + p {
		font-size: 32px !important;
	}
	.g-filter__inner .btn,
	.g-filter__inner select{
		border-radius: 20px;
	}
	.circle-graphic .g-history__mob{
		padding: 0 0 25px 0;
	}
	.circle-graphic .input-box,
	.graphic__top-box .input-box{
		margin: 0 !important;
	}
	.g-history__mob,
	.graphic-wrap{
		margin: 0 0 15px 0;
	}
	#incomeTable-m{
		padding-top: 0;
		padding-bottom: 50px;
	}
	.graphic--bot-go{
		padding-bottom: 0;
	}
	
}

@media(max-width: 375px){
	    .graphic-info__btn-blue, .graphic-info__btn-dark {
        padding: 12px 5px;
    }
}

.graphic__md-box{
	height: fit-content;
}

.graphic__left-decor{
	position: relative;
}

.graphic__left{
	padding: 42.2px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.graphic__left:last-child{
	margin-bottom: 0;
}
.graphic__left > p {
	margin: 0 0 5px 0;
}

.graphic__left .graphic__box{
	margin: 0;
}

.graphic__left-decor::after{
	content: "";
    position: absolute;
    top: 25px;
    right: 10px;
    background-image: url(https://uanimals.org/wp-content/uploads/2025/05/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 105px;
    height: 65px;
}

.circle-wrap {
    max-height: 590px;
}



.dss-buble__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dss-buble__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border-radius: 50%;
    font-family: "ZonaPro";
    line-height: 120%;
	flex-shrink: 0;
	position: absolute;
}

.dss-buble__item .dss-buble__top {
    font-weight: 800;
    line-height: 110%;
    margin: 0 0 5px 0
}

.dss-buble__left {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
    padding: 30px 20px;
    border: 1px solid #003575;
    border-radius: 25px;
    background: #001733
}

.dss-buble__left .dss-buble__item-one {
    width: 250px;
    height: 250px;
    background-color: #c8e2ff;
    color: #00151e;
    font-size: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.dss-buble__left .dss-buble__item-one .dss-buble__top {
    font-size: 50px
}

.dss-buble__left .dss-buble__item-twoo {
    color: #fff;
    width: 200px;
    height: 200px;
    font-size: 16px;
    background-color: #3c91e6;
	right: 0;
    bottom: 14%;
}

.dss-buble__left .dss-buble__item-twoo .dss-buble__top {
    font-size: 50px;
    margin: 0 0 5px 0
}

.dss-buble__left .dss-buble__item-three {
    color: #fff;
    width: 125px;
    height: 125px;
    font-size: 10px;
    background-color: #003575;
    left: 14%;
    bottom: 1%;
}

.dss-buble__left .dss-buble__item-three .dss-buble__top {
    font-size: 32px
}

.dss-buble__left .dss-buble__item-four {
    color: #00151e;
    width: 95px;
    height: 95px;
    font-size: 10px;
    background-color: #99caff;
	    right: 21%;
    bottom: -5%;
}

.dss-buble__left .dss-buble__item-four .dss-buble__top {
    font-size: 28px
}

.dss-buble__right {
     width: 50%;
    margin: 0 0 20px 0;
    padding: 30px 20px;
    border: 1px solid #003575;
    border-radius: 25px;
    background: #001733
}

.dss-buble__right .dss-buble__item-one {
    width: 300px;
    height: 300px;
    color: #00151e;
    background-color: #99caff;
    font-size: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.dss-buble__right .dss-buble__item-one .dss-buble__top {
    font-size: 26px
}

.dss-buble__right .dss-buble__item-twoo {
    width: 150px;
    height: 150px;
    background-color: #003575;
    color: #fff;
    font-size: 16px;
    right: 7%;
    bottom: 25%;
}

.dss-buble__right .dss-buble__item-twoo .dss-buble__top {
    font-size: 36px
}

.dss-buble__right .dss-buble__item-three {
    width: 95px;
    height: 95px;
    color: #00151e;
    background-color: #c8e2ff;
    font-size: 12px;
    right: 24%;
    bottom: 1%;
}

.dss-buble__right .dss-buble__item-three .dss-buble__top {
    font-size: 28px
}

.dss-buble__title {
    margin: 0 0 25px 0;
    color: #fff;
    font-family: "ZonaPro";
    font-size: 32px;
    font-weight: 800;
    line-height: 120%
}

.dss-buble__box {
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	transform: translatex(-50px);
}

.graphic__left-wrap{
	margin: 0 20px 0 0;
	max-width: 445px;
	width: 100%;
}

.graphic__left-wrap .graphic__left{
	max-width: 100%;
}

.graphic__left-wrap .geography-col {
    margin: 20px 0 0 0 !important;
	width: 100%;
	min-height: 292px;
}

.dss-boxx-wrap{
	width: 100%;
    padding: 20px;
    border: 1px solid #003575;
    border-radius: 25px;
    background: #001733;
}
.dss-boxx{
	width: calc(50% - 20px);
	margin: 0 0 0 20px;
}
.dss-boxx-inner{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -20px;
}

.dss-boxx__title{
	font-family: "ZonaPro";
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
    margin: 0 0 30px 0;
	color: #fff;
}

.dss-boxx__item {
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "ZonaPro";
	border-radius: 5px;
	background: rgb(0, 53, 117);
	padding: 10px 10px;
	color: rgb(255, 255, 255);
	min-height: 60px;
}

.dss-boxx__item:nth-child(even) {
	background-color: transparent;
	border: 1px solid rgb(0, 53, 117);
}

.dss-boxx__left {
	position: relative;
line-height: 120%;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 15px;
	max-width: 215px;
	margin: 0 10px 0 0 ;
}

.dss-boxx__left::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #FFC301;
}

.dss-boxx__right {
	font-size: 14px;
	font-weight: 800;
	line-height: 100%;
	text-align: right;
}
.graphic-new{
	padding: 0 0 100px 0;
}

.graphic-new .widget{
    padding: 10px;
    width: 100%;
    min-width: 320px;
    min-height: 320px;
}

.circle-wrap h2{
	margin: 0 0 50px 0;
}




@media(max-width: 1200px){
	.dss-buble__box {
    	transform: translatex(0);
	}
	.dss-buble__left .dss-buble__item-one {
		left: 38%;
		top: 41%;
	}
	.dss-buble__right .dss-buble__item-one {
		left: 44%;
	}
	.graphic .graphic__left {
        padding: 38px 10px !important;
    }
	.graphic .graphic__left:last-child{
		margin-bottom: 0 !important;
	}
	.graphic__box p, .graphic__box .graphic__img + p {
		font-size: 32px !important;
	}
	.graphic__left-decor::after {
		top: 40px;
		right: -5px;
	}
	
	.graphic-funds--three-col .graphic__left-box {
		margin: 0;
		max-width: 100%;
	}
	
	.graphic-funds--three-col .graphic__left-box .graphic__left{
		padding: 38px 10px !important;
	}
	
}

@media(max-width: 992px){
	.graphic__md-box .graphic__left{
		width: 100%;
		
	}
	.graphic__md-box {
		margin: 0 20px 0 0;	
	}
	.graphic-new .graphic__left{
		width: 100%;
	}
	.graphic-new .graphic__md-box{
		margin: 0 20px 0 0;
	}
	.dss-buble__box{
		-webkit-transform: scale(0.7) translatex(-10%);
		-moz-transform: scale(0.7) translatex(-10%);
		-ms-transform: scale(0.7) translatex(-10%);
		-o-transform: scale(0.7) translatex(-10%);
		transform: scale(0.7) translatex(-10%);
	}
	.dss-buble__left .dss-buble__item-twoo {
		right: -79px;
	}
	.dss-buble__right .dss-buble__item-twoo {
		right: -19%;
	}
	.dss-buble__right .dss-buble__item-three {
		right: 1%;
		bottom: 1%;
	}
	.graphic__left-wrap {
		margin: 0 0 20px 0;
		max-width: 100%;
		display: flex;
	}
	.graphic__left-wrap .graphic__left{
		margin: 0 20px 0 0 !important;
	}

	.graphic__left{
		width: calc(50% - 20px);
		margin: 0 20px 0 0;
	}

	.graphic__left-wrap .geography-col{
		width: 50% !important;
		margin: 0 !important;
	}
	.dss-boxx__title {
		font-size: 20px;
	}
	.graphic-funds {
		margin: 70px 0 20px;
	}
	
}


@media(max-width: 768px){
	.dss-buble__left {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.dss-buble__right {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.dss-buble__box{
		max-width: 350px;
		margin: 0 auto;
	}
	 .graphic .graphic__left:last-child {
        margin-bottom: 20px !important;
    }
	.graphic__left-decor::after{
		display: none;
	}
	
	.graphic__left-wrap{
		flex-wrap: wrap;
	}
	
	.graphic__left-wrap .graphic__left {
        margin: 0 0 20px 0 !important;
		width: 100%;
    }
	 .graphic__left-wrap .geography-col {
        width: 100% !important;
		min-height: auto;
    }
	.dss-boxx {
    	width: calc(100% - 20px);
	}
	.circle-wrap h2,
	.dss-buble__title{
		font-size: 20px;
	}
}

.graphic__md-box {
    height: auto;
}





	