/*https://fonts.google.com/specimen/Open+Sans?query=open+san&sidebar.open=true&selection.family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


fonts {
  font-family: 'Inter', sans-serif;
}

::-webkit-input-placeholder {
  /* Edge */
  font-size: 1.0rem;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1.0rem;
}

::placeholder {
  font-size: 1.0rem;
}

input::placeholder {
  font-size: 1.0rem;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'),
    url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'),
    url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}

/*html{max-width: 767.98px; margin: auto;}*/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  /* background: #000; */
  background-color: #010e12;
  height: 100vh;
  overflow: hidden;
}

/* .horizontal-images::-webkit-scrollbar-track, .overflow-x-auto::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.horizontal-images::-webkit-scrollbar, .overflow-x-auto::-webkit-scrollbar{
	width: 2px;
	background-color: #F5F5F5;
}

.horizontal-images::-webkit-scrollbar-thumb, .overflow-x-auto::-webkit-scrollbar-thumb{
	background-color: #fa1d1d;
	border: 1px solid #555555;
} */



.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: scroll;
}

.h-100-5 {
  height: calc(100% - 5rem);
}


.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pb5 {
  padding-bottom: 5rem;
}

.pt1 {
  padding-top: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.pt4 {
  padding-top: 4rem;
}

.pt5 {
  padding-top: 5rem;
}

.mt_1 {
  margin-top: 1rem;
}

.mt_2 {
  margin-top: 2rem;
}

.mt_3 {
  margin-top: 3rem;
}

.mt_4 {
  margin-top: 4rem;
}

.mt_5 {
  margin-top: 5rem;
}

.mt_6 {
  margin-top: 6rem;
}

.mt_7 {
  margin-top: 7rem;
}

.mt_8 {
  margin-top: 8rem;
}

.mt_9 {
  margin-top: 9rem;
}

.mt_10 {
  margin-top: 10rem;
}

.mb_1 {
  margin-bottom: 1rem;
}

.mb_2 {
  margin-bottom: 2rem;
}

.mb_3 {
  margin-bottom: 3rem;
}

.mb_4 {
  margin-bottom: 4rem;
}

.mb_5 {
  margin-bottom: 5rem;
}

.mb_6 {
  margin-bottom: 6rem;
}

.mb_7 {
  margin-bottom: 7rem;
}

.mb_8 {
  margin-bottom: 8rem;
}

.mb_9 {
  margin-bottom: 9rem;
}

.mb_9 {
  margin-bottom: 10rem;
}

.font_b1 {
  font-size: 1.1rem;
}

.font_b2 {
  font-size: 1.2rem;
}

.font_b3 {
  font-size: 1.3rem;
}

.font_b4 {
  font-size: 1.4rem;
}

.font_b5 {
  font-size: 1.5rem;
}

.font_b6 {
  font-size: 1.6rem;
}

.font_b7 {
  font-size: 1.7rem;
}


.font_b9 {
  font-size: 1.9rem;
}

.font_b10 {
  font-size: 2.0rem;
}

.font_s1 {
  font-size: 0.95rem;
}

.font_s2 {
  font-size: 0.90rem;
}

.font_s3 {
  font-size: 0.85rem;
}

.font_s4 {
  font-size: 0.80rem;
}

.font_s5 {
  font-size: 0.75rem;
}

.text-primary {
  color: #fff !important;
}

.text-primary2 {
  color: #07e0fe !important;
}

.text-oragne {
  color: #FFA019 !important;
}

.text-green {
  color: #36AD1F !important;
}

.text-gray {
  color: #737373 !important;
}

/* .text-gray2 {
  color: #3d3d3d !important;
} */

.text-yellow {
  color: #ffff00;
}

.text-blue {
  color: #07447b;
}

.text-dark {
  color: #000 !important;
}

.bg-light {
  background: #f9f9f9;
}

.bg-red {
  background: #d3270d;
}

.bg-oragne {
  background: #FFA019 !important;
}

.bg-grey {
  background: #e0e0e0;
}

.bg-grey2 {
  background: #b9b9b9;
}

.bg-yellow {
  background: #ffff00;
}

.bg-black {
  /* background: #000; */
  background: #021e26;
}

.bg-green{
  background: #36AD1F;
}

.bg-none {
  background: none !important;
}

.bg-darkblue {
  background: rgba(11, 40, 70, 0.69);
}

.text-red {
  color: #d3270d !important;
}

.text-white-80 {
  color: rgba(255, 255, 255, .8) !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, .7) !important;
}

.text-underline {
  text-decoration: underline;
}

.border_radius1 {
  border-radius: 1rem;
}

.border_white_op1 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

.border_white_op2 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.border_white_op3 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.border_white_op4 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border_white_op5 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.border_white_op6 {
  border-bottom: 1px solid #0c6f7c!important;
}

.border_white_op7 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.bg_white_op7 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.border-color-dark {
  border-color: #333 !important;
}

.border-color-blue {
  border-color: #032a52;
}


.border-color-red {
  border-color: #eb140d !important;
}

.border-color-yellow {
  border-color: #ffc107 !important;
}

.border-color-orange {
  border-color: #ed7c1c !important;
}

.border-radius {
  border-radius: 0 !important;
}



.trans {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.scale1_2:hover {
  transform: scale(1.1);
}

.h_100 {
  height: 100vh
}

.text-line-through {
  text-decoration: line-through !important;
}

.line-height-2 {
  line-height: 1.4;
}

.line-height-1 {
  line-height: 1.0;
}


form {
  width: 70%;
  margin: auto;
}

.form-control::placeholder{
  color: white;
}

.form-control {
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #184D5F;
  border-radius: 4px;
  width: 100%;
  background-color: #032029;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control:focus {
  border-color: rgba(0, 224, 254, 1);
  box-shadow: none;
  /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);*/
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666 !important;
}

a:focus {
  outline: none;
}

h2 {
  font-size: 2.2rem;
}

h2+h2:nth-child(2) {
  font-size: 1.8rem;
}

/* h3 {
  font-size: 1.4rem;
} */

.clm_1 {
  width: 4rem;
}

.clm_2 {
  width: 5rem;
}

.clm_3 {
  width: 6rem;
}

.clm_4 {
  width: 7rem;
}

.clm_5 {
  width: 8rem;
}

.clm_6 {
  width: 9rem;
}

.clm_7 {
  width: 10rem;
}

.table .icons {
  font-size: 2rem;
}

.table.v_center td {
  vertical-align: middle;
  padding: 15px 7px;
}

.table.bg_black {
  background: rgba(0, 0, 0, 0.6);
}

.table th {
  font-weight: 600;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.table td,
.table th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.table td {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.go_back_btn {
  position: absolute;
  left: 0;
  cursor: pointer;
}

.go_back_btn:hover {
  color: #0fabc5 !important;
}

.btn {
  padding: 0.8rem;
  border-radius: 0;
  border-radius: 15px;
}

.btn-primary {
  background: #0fabc5;
  border-radius: 15px !important;
}

.btn-primary2 {
  background: rgba(0, 224, 254, 1);
  border-radius: 15px !important;
}

.btn-secondary {
  background: #444444;
  border-radius: 15px !important;
}

.btn-blue-grad {
  padding: 0.2rem 0.5rem;
  background: rgba(0, 224, 254, 1);
  border-radius: 15px !important;
  background: -moz-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 224, 254, 1)), color-stop(45%, rgba(0, 224, 254, 1)), color-stop(100%, rgba(0, 186, 211, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00e0fe', endColorstr='#00bad3', GradientType=0);
}

.bg-blue-grad {
  background: rgba(0, 224, 254, 1);
  border-radius: 15px !important;
  background: -moz-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 224, 254, 1)), color-stop(45%, rgba(0, 224, 254, 1)), color-stop(100%, rgba(0, 186, 211, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00e0fe', endColorstr='#00bad3', GradientType=0);
}


ul.last_border_right0 li:last-child {
  border-right: 0 !important;
}

ul.last_border_bottom0 li:last-child {
  border-bottom: 0 !important;
}

.table-fixed-header tbody {
  display: block;
  height: 200px;
  overflow: auto;
}

.table-fixed-header thead,
.table-fixed-header tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}


.main_wraper {
  /* height: 100vh; */
  /* height: 100%; */
}

.main_wraper.glob_bg {
  background: url("../images/glob.jpg") no-repeat center left;
  background-size: auto 80%;
}


.modal-dialog {
  max-width: 600px;
}

.modal-content {
  background: #021e26;
  border: none;
}

.modal-header .close {
  color: #fff;
  box-shadow: none;
  background: #567caa;
  border-radius: 50%;
}

.circle {
  border-radius: 50%;
}





header {
  padding: 1.5rem 0;
  /* border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  height: 1.5rem; */
  position: relative;
}

header .logo {
  width: 16rem;
  text-align: center;
  /* border-left: 1px solid;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.2); */
  /* background: #000; */
  background-color: #010e12;
}

header .logo img {
  width: 235px;
  /*height: 6.4rem;*/
}

header .top_nav {
  position: absolute;
  right: 1rem;
  display: flex;
  height: 100%;
  align-items: center;
  top: 0;
}

header .top_nav li {
  padding: 0 0rem;
}

header .top_nav a {
  color: #fff!important;
  padding: 0 0.0rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 2.7rem;
  height: 2.7rem;
  font-size: 1.8rem;
  justify-content: center;
}

header .top_nav a span {
  font-size: 1.9rem;
}


.home_dashboard {
  /* height: calc(100vh - 7.5rem); */
}

.home_dashboard.v_center {
  /* height: calc(100vh - 7.5rem); */
  display: flex;
  align-items: center;
}

.home_dashboard .icons_row {
  border-bottom: 1px solid #0acce7;
  padding: 1rem 0;
}

.home_dashboard .icons_row:last-child {
  border-bottom: 0;
}

.home_dashboard .icons_row .icon {
  position: relative;
  padding: 0 1.5rem;
  width: 12.0rem;
  text-align: center;
}

.home_dashboard .icons_row .icon img {
  width: 100%;
  margin-bottom: 1rem;
}

.home_dashboard .icons_row .icon::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(to top, rgba(153, 153, 153, 0) 0%, rgba(72, 72, 72, 0.98) 50%, rgba(72, 72, 72, 0.98) 51%, rgba(153, 153, 153, 0) 100%);
  background: -webkit-linear-gradient(to top, rgba(153, 153, 153, 0) 0%, rgba(72, 72, 72, 0.98) 50%, rgba(72, 72, 72, 0.98) 51%, rgba(153, 153, 153, 0) 100%);
  background: linear-gradient(to top, rgba(153, 153, 153, 0) 0%, rgba(72, 72, 72, 0.98) 50%, rgba(72, 72, 72, 0.98) 51%, rgba(153, 153, 153, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00999999', endColorstr='#00999999', GradientType=1);
}

.home_dashboard .icons_row .icon:last-child::after {
  display: none;
}

.home_dashboard .icons_row .icon a {
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.home_dashboard .icons_row .icon p {
  margin: 0 auto;
}


.blanck1 {
  display: block;
  width: 100%;
  height: 0.7rem;
}


/*.tooltip .tooltip-inner {background-color: #f00; position: relative;}
.tooltip .tooltip-inner::after{content: ""; font-family: FontAwesome; width: 1rem; height: 1rem; position: absolute;}
.tooltip.tip-left .tooltip-inner::after{content: "\f0d9";}
.tooltip.tip-right .tooltip-inner::after{content: "\f0da";}
.tooltip.tip-bottom .tooltip-inner::after{content: "\f0d7"; top: 0; left: 50%;}
.tooltip.tip-top .tooltip-inner::after{content: "\f0d8";}*/

.tooltip-inner {
  background-color: #000;
  width: auto;
  max-width: 150px;
  border: 1px solid;
  border-color: #06dffd;
  word-wrap: normal;
  height: auto;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #06dffd;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #06dffd;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #06dffd;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #06dffd;
}

.map_cmn {
  height: 63vh!important;
}

.map_cmn iframe {
  height: 100%;
  width: 100%;
}

.map_cmn .mapouter {
  display: flex;
  height: 100%;
  width: 100%;
}

.map_cmn .mapouter .gmap_canvas {
  width: 100%;
}

.color_display {
  width: 1.5rem;
  height: 6px;
  display: inline-block;
}


.cmn_table td {
  vertical-align: middle;
  padding: 5px 5px;
  border: transparent;
  line-height: 1.4;
  border-color: rgba(14, 156, 181, 0.15);
}

.cmn_table .countryflag img {
  width: 3.5rem;
}

.cmn_table .cmn_table_lborder {
  border-left: 1px solid rgba(14, 156, 181, 0.15);
}

.cmn_table tr:nth-child(4) td {
  border-bottom: 1px solid rgba(14, 156, 181, 0.15);
}




.good_ind,
.bad_ind {
  position: relative;
  padding-bottom: 2px;
}

.good_ind::after,
.bad_ind::after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 0;
}

.good_ind::after {
  background: #28a745;
}

.bad_ind::after {
  background: #dc3545;
}


.disparity_country_table .hd_td:nth-child(2),
.disparity_country_table .hd_td:nth-child(3) {
  text-align: center;
}



.sdg .flag_logo {
  height: 4.5rem;
  ;
}

.sdg .flag_logo img {
  height: 100%;
  width: auto;
}

.sdg .box {
  margin: 10px;
}

.sdg .box img {
  width: 100%;
  border-radius: 9px;
}

#sdg_amenity_modal .modal-dialog {
  max-width: 1200px
}

#sdg_amenity_modal .modal-dialog {
  max-width: 1200px
}

.sdg_amenity_modal {
  width: 100%;
  /* border: 1px solid; */
  /* border-color: rgba(255, 255, 255, 0.3); */
  padding: 1.0rem 1rem;
  margin: auto;
  background: #021e26;
  position: relative;
  border-radius: 15px;
  height: 100%;
}

.sdg_amenity_modal .amenity_hdr {
  width: 100%
}

.sdg_amenity_modal .amenity_hdr figure {
  width: 9rem;
  margin-right: 0.5rem;
}

.sdg_amenity_modal .amenity_hdr figure img {
  width: 100%;
  border-radius: 9px;
}

.sdg_amenity_modal .amenity_cnt {
  margin: 1.0rem 0;
}

/* .sdg_amenity_modal .small{font-size: 100%!important;} */

.sdg_amenity_modal table td {
  padding: 0.5rem;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 0.85rem;
}

.sdg_amenity_modal table td.hd_td {
  border-top: 0;
}

.sdg_amenity_modal .flag {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdg_amenity_modal .flag img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.sdg_amenity_modal .close {
  top: -2rem;
  right: -2rem;
  position: absolute;
}


.sdg_amenity_modal.right_side {
  color: #fff;
  padding: 1rem 0;
  border: 0;
  font-size: 90%;
}

.sdg_amenity_modal.right_side .amenity_hdr figure {
  width: 4rem;
}

.sdg_amenity_modal.right_side .amenity_hdr p {
  line-height: 1.2;
}

.sdg_amenity_modal.right_side .flag {
  height: 2rem;
  width: auto;
}

.sdg_amenity_modal.right_side tbody {
  display: block;
  overflow-y: auto;
  max-height: 14rem;
  width: 100%;
  overflow-x: hidden;
}

.close_new {
  background: #053f73;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  color: #fff;
  border: 0;
}

.sdg_amenity_modal.right_side thead tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.sdg_amenity_modal.right_side tr td:nth-child(2),
.sdg_amenity_modal.right_side tr td:nth-child(4) {
  width: 20px;
}

.sdg_amenity_modal.right_side tr td:nth-child(3) {
  width: 170px;
  background: rgba(37, 150, 190, 0.2);
  border-radius: 8px;
}

.sdg_amenity_modal.right_side thead,
.sdg_amenity_modal.right_side tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.sdg_amenity_modal.right_side thead {
  width: calc(100% - 1em)
}

.status-tr {
  height: 68px !important;
}
.tb-2 .table thead tr th, .tb-2 .table tbody tr th, .tb-2 .table tbody tr td {
  padding: 10px !important;
  color: #fff;
  background: #000;
  font-size: 0.9rem;
}
/* #home_sdg_amenity_modal .modal-dialog{max-width: 900px} */
#home_sdg_amenity_modal .sdg_amenity_modal {
  max-width: 100%;
  border-radius: 15px !important;
}

#home_sdg_amenity_modal li input {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
}

#home_sdg_amenity_modal li label:hover {
  background: #006787;
  cursor: pointer;
}

#home_sdg_amenity_modal li label.active {
  background: #006787 !important;
  position: relative;
}

#home_sdg_amenity_modal li label.active::after {
  content: "\f00c";
  font-family: FontAwesome;
  width: 1rem;
  height: 100%;
  position: absolute;
  right: 7px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #06d0ec;
}


#home_sdg_amenity_modal1 {
  max-width: 100%;
  max-height: 80%;
}

/* .sdg.using_sdg .box{height: 8rem;} */
.sdg_modal1 .modal-dialog {
  max-width: 90%;
  max-height: 100%;
}

.sdg_modal1 .modal-body {
  padding: 2rem 1rem;
  position: relative;
}




.sdg.using_sdg .box {
  height: 8rem;
}

.sdg_modal .modal-dialog {
  max-width: 95%;
}

.sdg_modal .modal-body {
  padding: 2rem 1rem;
  position: relative;
  border-radius: 15px !important;
}

#home_sdg_amenity_modal .btn_row {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

#home_sdg_amenity_modal .close {
  position: relative;
  right: 10px;
  top: 0;
}


#home_sdg_country_modal .modal-dialog {
  max-width: 100%;
  margin: auto;
}

#home_sdg_country_modal .sdg_amenity_modal {
  max-width: 100%;
  border-radius: 15px !important;
}

#home_sdg_country_modal .box p,
#home_sdg_country_modal .box label {
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: 2px solid;
  border-color: #ccc;
  display: flex;
  width: 100%;
  /* margin-bottom: 5px; */
  /* padding-bottom: 0px; */
  color: black;
  align-items: center;
  justify-content: center;
}

#home_sdg_country_modal .box p {
  background: #ccc;
  border-bottom: 0;
  border-radius: 15px;
}

#home_sdg_country_modal .box label input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

#home_sdg_country_modal .box label.active {
  background: #000;
  position: relative;
}

#home_sdg_country_modal .box label.active::after {
  content: "\f00c";
  font-family: FontAwesome;
  width: 1rem;
  height: 100%;
  position: absolute;
  right: 7px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #06d0ec;
}

#home_sdg_country_modal .box.red_box p {
  background: #b80000;
  border-radius: 15px !important;
  text-align: center;
  color: white;
}

#home_sdg_country_modal .box.yellow_box p {
  background: #f2c314;
  border-radius: 15px !important;
  text-align: center;
}

#home_sdg_country_modal .box.green_box p {
  background: #67a849;
  border-radius: 15px !important;
  text-align: center;
}

#home_sdg_country_modal .box.grey_box p {
  background: #a1a1a1;
  border-radius: 15px !important;
  text-align: center;
}

#home_sdg_country_modal .box.orange_box p {
  background: #FFA019;
  border-radius: 15px !important;
  text-align: center;
}

#home_sdg_country_modal .box.red_box label {
  border-color: #b80000;
  text-align: center;
  background: #002635;
  color: white;
}

#home_sdg_country_modal .box.yellow_box label {
  border-color: #f2c314;
  text-align: center;
  background: #002635;
  color: white;

}

#home_sdg_country_modal .box.green_box label {
  border-color: #67a849;
  text-align: center;
  background: #002635;
  color: white;

}

#home_sdg_country_modal .box.grey_box label {
  border-color: #a1a1a1;
  text-align: center;
  background: #002635;
  color: white;

}


#home_sdg_country_modal .box.orange_box label {
  border-color: #FFA019;
  text-align: center;
  background: #002635;
  color: white;

}

#home_sdg_country_modal .box.red_box label.active {
  background: rgba(184, 0, 0, 0.5);
}

#home_sdg_country_modal .box.yellow_box label.active {
  background: rgba(242, 195, 20, 0.5);
}

#home_sdg_country_modal .box.green_box label.active {
  background: rgba(103, 168, 73, 0.5);
}

#home_sdg_country_modal .box.grey_box label.active {
  background: rgba(161, 161, 161, 0.5);
}

#home_sdg_country_modal .box.orange_box label.active {
  background: #FFA019;
}


#home_sdg_country_modal .box.red_box label.active::after {
  color: rgba(184, 0, 0, 1.0);
}

#home_sdg_country_modal .box.yellow_box label.active::after {
  color: rgba(242, 195, 20, 1.0);
}

#home_sdg_country_modal .box.green_box label.active::after {
  color: rgba(103, 168, 73, 1.0);
}

#home_sdg_country_modal .box.grey_box label.active::after {
  color: rgba(161, 161, 161, 1.0);
}

#home_sdg_country_modal .box.orange_box label.active::after {
  color: #FFA019;
}


/* #home_sdg_country_modal .box ul {
  max-height: 100%;
  overflow-y: auto;
} */

#home_sdg_country_modal .close {
  right: 0;
  top: 0;
}



.new_cmn_modal .close {
  width: 3rem;
  height: 3rem;
  background: #0073c7;
  border-radius: 50%;
  z-index: 100;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clr_code {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.new_clr_code {
  width: 43px;
  height: 32px;
  border-radius: 50%;
}



.play_life {
  /* margin-top: -1.5rem; */
}

.play_life .box,
.content .box {
  /* border: 1px solid;
  border-color: #fff; */
  padding: 0;
  /* margin: 0 0.5rem 1rem; */
  /* max-height: 502px; */
  /* box-shadow: 1px 1px 12px 1px rgb(255 255 255 / 50%); */
  border-radius: 10px;
}

.play_life .box figure {
  width: 4rem;
  padding-right: 0.3rem;
}

.play_life .box figure img {
  width: 100%;
}

.play_life .box .clr_code {
  width: 15px;
  height: 15px;
}

.play_life_amenity {
  /* height: calc(70.0vh);
  margin-top: 1rem; */
}

.play_life .ftr {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  height: 5rem;
  bottom: 0;
  left: 0;
  width: calc(100% + 30px);
  margin-top: 6rem;
  margin-left: -15px;
}

.play_life .ftr .play_btn {
  width: 10rem;
  display: inline-block;
  margin-top: -8rem;
  left: calc(50% - 5rem);
  position: absolute;
}

.play_life .ftr .play_btn img {
  width: 100%;
}

.tab-first,
.tab-third,
.amap-tabs {
  margin-top: 2rem !important;
}


.home_country_select .city_wraper,
.home_country_select .religion_wraper,
.home_country_select .select_attributes {
  height: 65vh;
  overflow-y: scroll;
  /* padding: 1rem; */
}

/*.home_country_select .box{padding: 2.0rem 0.5rem; border: 1px solid; border-color: rgba(0,0,0,0.2); margin: 0.5rem;}*/
.home_country_select .box figure {
  margin: 0 auto 1rem;
  width: 60%;
}

.home_country_select .box label {
  padding: 2.0rem 0.5rem;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  margin: 0.5rem;
  width: calc(100% - 0.5rem);
  background-color: #012838;
}

.home_country_select .box label:hover {
  background: #00485f ;
  cursor: pointer;
}

.home_country_select .box label.active {
  background: #07447b;
  color: #fff;
}

.home_country_select .btn {
  border-radius: 3px;
}

.home_country_select .box img {
  width: 100%;
}

.select_map {
  background: #ccc;
  display: flex;
  height: 100%;
}

.flying-map {
  background: #ccc;
  display: flex;
  height:60vh;
}

.select_attributes .box label {
  padding: 1rem 0.5rem;
}

.generate_name_character_main .pa {
  overflow-y: scroll;
}

.generate_name_character_main .database_list {
  height: 60vh;
  overflow-y: auto;
}

.generate_name_character_main .database_namelist>div {
  border-bottom: 1px solid;
  border-color: #ccc;
  padding-bottom: 0.5rem;
  margin-right: 2rem;
}






.new_life_form .cmn_box {
  background: rgba(0, 44, 82, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  color: #333;
  padding: 1.0rem;
}

.new_life_form .cmn_box h3 {
  font-size: 1.0rem;
}

.new_life_form .cmn_box label {
  font-size: 1.0rem;
}

.new_life_form .cmn_box2 {
  padding: 1rem;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.3);
}






.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}

/* The slider itself */
.value_range,
.value_range2,
.value_range3,
.value_range4,
.value_range5,
.value_range6,
.value_range7,
.value_range8,
.value_range9,
.value_range10 {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 3px;
  /* Specified height */
  background: #00305b;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.value_range:hover,
.value_range2:hover,
.value_range3:hover,
.value_range4:hover,
.value_range5:hover,
.value_range6:hover,
.value_range7:hover,
.value_range8:hover,
.value_range9:hover,
.value_range10:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.value_range::-webkit-slider-thumb,
.value_range2::-webkit-slider-thumb,
.value_range3::-webkit-slider-thumb,
.value_range4::-webkit-slider-thumb,
.value_range5::-webkit-slider-thumb,
.value_range6::-webkit-slider-thumb,
.value_range7::-webkit-slider-thumb,
.value_range8::-webkit-slider-thumb,
.value_range9::-webkit-slider-thumb,
.value_range10::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 12px;
  /* Set a specific slider handle width */
  height: 12px;
  /* Slider handle height */
  background: #000;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
  border: 0;
}

.value_range::-moz-range-thumb,
.value_range2::-moz-range-thumb,
.value_range3::-moz-range-thumb,
.value_range4::-moz-range-thumb,
.value_range5::-moz-range-thumb,
.value_range6::-moz-range-thumb,
.value_range7::-moz-range-thumb,
.value_range8::-moz-range-thumb,
.value_range9::-moz-range-thumb,
.value_range10::-moz-range-thumb {
  width: 12px;
  /* Set a specific slider handle width */
  height: 12px;
  /* Slider handle height */
  background: #000;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
  border: 0;
}

.range_wraper {
  max-height: 100px;
  overflow-y: auto;
}


/* HIDE RADIO */
.radio_img [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio_img [type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.fontforxsSmall {
  font-size: smaller;
}

.auto_height {
  overflow: auto;
  position: relative;
  padding: 20px 0px 20px 0px;
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box label.active {
  background: #00485f !important;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #00DFFD;
}

.box label {
  background: #012838;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}


.full_width .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
  height: 100vh;
}

.full_width .modal-dialog .modal-content {
  height: 100%;
  width: 100%;
  padding: 0;
}

.full_width .modal-dialog .modal-header {
  /*background: url(../images/action_bgpop.jpg)
  repeat-x; */
  background:rgb(2 43 62 / 75%);;
  background-size: auto 100%;
  width: 100%;
  /* padding: 0.5rem; */
}

.full_width .modal-dialog .close {
  margin-right: 0.51rem;
}

.full_width .modal-body {
  max-height: 100%;
  overflow: hidden;
}

.full_width .modal-body h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.alert .close {
  background: none;
  color: #000;
  width: auto;
  height: auto;
}

.black_modal .modal-dialog {
  max-width: 450px;
}

.black_modal .modal-content {
  background-color: #022b3e;
  border: 1px solid;
  border-color: 00DFFD;
  padding: 1rem;
}

.modal-open .modal {
  background: rgb(0, 0, 0, 0.8);
}

.black_modal .modal-dialog.w600 {
  max-width: 600px;
}

.black_modal .modal-dialog.w700 {
  max-width: 700px;
}




/* .character_content .cnt > div > div > div:last-child{height: calc(100% - 15rem); overflow-y: auto;} */
#database_name {
  overflow-y: auto;
}

/* .character_content .cnt > div > div > div:last-child{height: calc(100% - 0rem);} */
/* .character_content .cnt > div > div > div:last-child > div {overflow-x: hidden;} */

#database_name {
  /* border: 1px solid; */
  /* border-color: #184d5f; */
  padding: 1rem;
  border-radius: 15px !important;
  color: white;
  overflow-x: hidden;
}


.finance_loan_invest_box {
  min-height: 12rem;
  /* overflow-y: auto; */
}

.height_scroll_modal {
  height: calc(100% - 10rem) !important;
}



@media (max-width: 575.98px) {

  body,
  html {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
  }

  .mobile_mb_4 {
    margin-bottom: 4rem;
  }

  .owl-nav {
    text-align: center;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    height: 0;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 0rem;
    color: #2185f4;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 0rem;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 0rem;
  }

  .owl-carousel .owl-nav button.owl-prev::after,
  .owl-carousel .owl-nav button.owl-next::after {
    font-family: 'Material Icons';
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 2px;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .owl-carousel .owl-nav button.owl-prev::after {
    content: "arrow_back_ios";
  }

  .owl-carousel .owl-nav button.owl-next::after {
    content: "arrow_forward_ios";
  }

  .owl-carousel .owl-nav button.owl-prev.disabled,
  .owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.4;
  }


  .owl-dots {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 1rem;
  }

  .owl-dots .owl-dot {
    display: inline-block;
  }

  .owl-dots .owl-dot span {
    background-color: #2185f4;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    width: 10px;
    filter: Alpha(Opacity=500);
    /*IE7 fix*/
    opacity: 0.3;
  }

  .owl-dots .owl-dot.active span,
  .owl-dots .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
  }

  .owl-carousel button:focus {
    border: 0;
    outline: none;
  }


  .modal-dialog {
    max-width: 300px;
    margin: auto;
  }

  .modal-title {
    font-family: 'Yeseva One', cursive;
    font-size: 1.6rem;
    margin: 0 0 1.0rem;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .modal .close {
    top: 0.7rem;
    right: 1rem;
    color: #333;
  }

  .modal .close .material-icons {
    font-size: 1.2rem;
  }

  .modal .close:focus {
    border: 0;
    outline: none;
  }

  .modal_hdr figure {
    width: 4rem;
    margin: 0 auto 0.5rem;
  }

  .modal_hdr figure img {
    width: 100%;
  }

  .owl-item.active p {
    color: #333;
  }
}


.game_bg {
  background: url("../images/game_images/main_screen_bg.svg") no-repeat;
  background-position: center;
  background-size: cover;
}

.exp_box .disblock {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*.dlt{height: 136px;}
.dlm{height: calc(100% - 19.0rem);}
.dlb{height: 8rem}

.drt{height: 150px;}
.drb{height: calc(100% - 150px); position: absolute;}
.drb .tab-content{height: calc(100% - 1.4rem);}*/


.dlt {
  height: 9.9rem;
}

.dlm {
  height: calc(100% - 19.0rem);
}

.dlb {
  height: 8rem
}

.drt {
  height: 10.9rem;
}

.drb {
  height: calc(100% - 10.9rem);
  position: absolute;
  width: 100%;
}

.drb .tab-content {
  height: calc(100% - 1.4rem);
}

.drb .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/*.dlt{height: 34vh;}
.dlm{height: calc(100% - 55vh);}
.dlb{height: 20vh}

.drt{height: 35.8vh;}
.drb{height: calc(100% - 35.8vh); position: absolute;}
.drb .tab-content{height: calc(100% - 1.4rem);}


.dlb2{height: 5rem;}
.dlm2{height: calc(100% - 14.2rem);}*/


.drt_logo img {
  width: 3rem;
}

.progress_clm {
  margin: 0;
  padding: 0;
  width: calc(100% - 10px);
}

.progress_clm .progress_wraper {
  position: relative;
  margin: 0.5rem auto 0.5rem;
  width: 100%;
  height: 1.3rem;
  border: 2px solid;
  border-color: #0064b4;
  border-radius: 1rem;
  overflow: hidden;
}

.progress_clm label {
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  line-height: 1.0;
  font-weight: 600;
}

.progress_wraper.green_brder {
  border-color: #36f43a;
}

.progress_wraper.red_brder {
  border-color: #ff0000;
}



/* .bottom_action{height: 4.5rem;} */
.bottom_action_group li {
  position: relative;
  height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.event_text {font-size: 30px !important;}


@media all and (min-width: 1920px) and (max-width:2560px) {
  .bottom_action_group li {
    width: 14%;
    display: inline-block;
    vertical-align: top;
  }

  .bottom_action_group {
    margin-top: -0.4rem;
  }
}

.bottom_action_group li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom_action_group li:last-child,
.bottom_action_group li:nth-child(3),
.bottom_action_group li:nth-child(4) {
  border-right: 0px;
}

.bottom_action_group li a {
  color: #fff;
  text-decoration: none;
  /* width: 11rem; height: 4.3rem;*/
  padding-top: 0.7rem;
}

.bottom_action_group li a img {
  width: 40px;
  height: 30px !important;
  margin: auto;
}

.bottom_action_group marquee {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 80%;
  top: -1rem;
  left: 10%;
}

/* .bottom_action_group li a.age_btn2{padding: 0 !important; width: 11.5rem; height: 10rem; padding: 0 3rem !important;} */

.bottom_action_group li a>div {
  width: 100% !important;
  position: relative;
}

.small_age {
  margin: 0 auto;
}

.agetxt {
  position: relative;
  margin: 0;
  width: 100%;
}

.drb .nav-tabs .nav-link {
  border: 0;
  font-size: 0.9rem;
}

.drb .nav-tabs {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  margin-top: 2px;
  border-radius: 6px;
  margin: 2px;
  background: #0a4477 !important;
}

.drb .nav-tabs li {
  position: relative;
  z-index: 1;
}

.drb .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.drb .nav-tabs::before {
  background: url(../images/band.png) top left repeat-x;
  background-repeat: repeat-x;
  content: "";
  width: 100%;
  height: 16px;
  top: -15px;
  position: absolute;
  left: 0px;
  opacity: .4;
  border-bottom-left-radius: 9px;
}

.drb .nav-tabs .nav-link.active {
  border: 0;
  background: none;
  color: #00d9fa;
}

.sdg_hdr_img {
  /* height: 6rem; */
  width: 5rem;
  padding: 0.3rem;
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  display: none;
  align-items: center;
  justify-content: center;
}

.sdg_hdr_img.active {
  display: flex;
}

.sdg_hdr_img img {
  max-height: 100%;
  max-width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

.demo_hdr_img {
  /* height: 5rem; */
  width: 6rem;
  padding: 0.3rem;
  display: none;
  /* align-items: center; */
  /* justify-content: center; */
}

.demo_hdr_img.active {
  display: flex;
}

.demo_hdr_img img {
  max-height: 100%;
  max-width: 100%;
  max-width: 100%;
  border-radius: 8px;
}



.family_box .tlp.p_disable {
  opacity: 0.2;
}

.drb .tab-content {
  overflow-y: auto;
}

.drt .d_nav {
  position: relative;
  z-index: 1;
}

.drt .d_nav li a {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
}

.drt .d_nav li a span,
.drt .d_nav li a span.material-icons {
  font-size: 1.4rem;
}

.country_info {
  height: 275px;
}

.country_info .hdr {
  padding: 0.3rem 0;
  height: 3rem;
}

.country_info .hdr img {
  max-width: 4rem;
  max-height: 2rem;
  width: auto;
  height: auto;
  margin-right: 0.5rem;
}

#gmap_canvas {
  height: 14rem !important;
}

#gmap_canvas img {
  max-width: none !important;
  background: none !important
}

.country_info_map {
  height: calc(100% - 5rem);
}

.country_details {
  height: calc(100% - 275px);
}

.country_details .table {
  height: 100%;
  margin: 0;
}

.country_details td {
  color: #fff;
  font-size: 0.75rem;
  border: transparent;
}

.tab_inner_div {
  height: calc(100% 2rem);
}


html>body tbody.scrollContent {
  display: block;
  height: calc(100% - 50px);
  overflow: hidden;
  width: 100%;
}

html>body thead.fixedHeader {
  display: table;
  overflow: auto;
  width: 100%;
  height: 50px;
}

.countryflag {
  font-size: 0.8rem;
}

/* .countryflag img{height: 1.5rem;} */

.surround_data ul li>span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.2rem;
  font-size: 1.0rem;
}

.surround_data ul li>span .material-icons {
  font-size: 1.4rem;
}

.surround_data ul li {
  position: relative;
  height: 1.5rem;
}

.surround_data ul li img {
  width: auto;
}

.surround_data ul li .indication {
  position: absolute;
  top: -0.2rem;
  right: -0.4rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
}

.surround_data ul li .indication.avalable {
  background: #3ddc84;
}

.surround_data ul li .indication.not_avalable {
  background: #ff0000;
}

.indication ul.progress_clm li {
  padding: 0 0.5rem;
}

.gamescreen.full_width.show {
  display: flex !important;
  align-items: center;
  width: 100%;
}

.gamescreen.full_width .modal-dialog {
  width: 100%;
  height: 100%;
}


.gamescreen {
  overflow: inherit !important;
}

.gamescreen .nav-tabs .nav-item .nav-link {
  border-color: #000;
  border-radius: 0;
  border-right: 0;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}

.gamescreen .nav-tabs .nav-item:last-child .nav-link {
  border-right: 1px solid #000;
}

.gamescreen .nav-tabs .nav-item .nav-link {
  border-color: #000;
  border-radius: 0;
}

/* .gamescreen .nav-tabs .nav-item.show .nav-link,
.gamescreen .nav-tabs .nav-link.active {
  background: rgba(0, 224, 254, 1);
  background: -moz-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 224, 254, 1)), color-stop(45%, rgba(0, 224, 254, 1)), color-stop(100%, rgba(0, 186, 211, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 224, 254, 1) 0%, rgba(0, 224, 254, 1) 45%, rgba(0, 186, 211, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00e0fe', endColorstr='#00bad3', GradientType=0);
} */

.gamescreen .tab-content {
  border: 1px solid;
  border-color: #000;
}

.gamescreen .tab-pane {
  height: 60%;
}

.gamescreen .hdr {
  margin-bottom: 1rem;
  border-color: #000 !important;
}

.gamescreen .hdr figure {
  width: 5rem;
  margin-right: 0.5rem;
}

.gamescreen .hdr figure img {
  width: 100%;
}

.gamescreen .hdr h3 {
  line-height: 1.0;
}

.gamescreen .hdr .small {
  font-size: 0.9rem;
}

.blue_gradiant {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2762aa+0,093967+50,2769aa+100 */
  background: #2762aa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2762aa 0%, #093967 50%, #2769aa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2762aa 0%, #093967 50%, #2769aa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2762aa 0%, #093967 50%, #2769aa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2762aa', endColorstr='#2769aa', GradientType=0);
  /* IE6-9 */
}


.game_dashboard .iam {
  border-radius: 0.2rem;
}

.game_dashboard .myself {
  /*border-bottom: 0.0rem solid #000;*/
  height: 7rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  border-right: 0;
}

.game_dashboard .myself:first-child {
  border-right: 1px solid #000;
}

.game_dashboard .dlt>.row div .myself {
  border-radius: 0.5rem;
}

.game_dashboard .dlt>.row div:first-child .myself {
  /*border-radius: 0rem 1rem 1rem 0rem; border-right: 0.3rem solid #000;*/
  margin-right: 0.1rem;
}

.game_dashboard .dlt>.row div:last-child .myself {
  /*border-radius: 1rem 0rem 0rem 1rem; border-left: 0.3rem solid #000;*/
  margin-left: 0.1rem;
}

.game_dashboard .myself>div:first-child {
  width: 8rem;
}

.surround_data {
  height: 3.2rem;
  background-size: auto 100%;
}

.glow {
  padding-top: 7px;
  padding-bottom: 7px;
}

.event_3d_box .exp_box {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1px;
}

.home_inner_btn {
  position: absolute;
  bottom: 4.3rem;
  left: 0;
  width: 100%;
}

.home_inner_btn ul li {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.0;
  margin: 0 0 1.0rem;
  max-width: 100%;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: auto;
  font-weight: 300;
  font-size: 0.85rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.home_inner_btn ul li:after,
.home_inner_btn ul li:before {
  backface-visibility: hidden;
  border: 1px solid rgba(#fff, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 480ms ease-in-out;
  width: 0;
}

.home_inner_btn ul li::before {
  content: '';
  position: absolute;
  bottom: -0.3rem;
  width: 0%;
  left: 30%;
  height: 1px;
  background: #1a558e;
}

.home_inner_btn ul li::after {
  content: '';
  position: absolute;
  top: -0.3rem;
  width: 0%;
  right: 30%;
  height: 0px;
  background: #1a558e;
}

.home_inner_btn ul li a {
  color: #fff;
  margin: 0;
  padding: 0;
}

.home_inner_btn ul li:hover {
  transform: scale(1.1);
}

.home_inner_btn ul li:hover:before {
  width: 40%;
}

.home_inner_btn ul li:hover::after {
  width: 40%;
}



.mh100 {
  max-height: 100%;
  overflow-y: auto;
}

.overflow-y {
  overflow-y: auto;
}

.country_info_right .nav-tabs .nav-item .nav-link {
  border-right: 1px solid #000;
}

.mdl_cnt_rw .ftr img {
  height: 1rem;
  margin: 0 0.5rem 0 0;
}

.mdl_cnt_rw .ftr .form-control {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  background: none;
}

.mdl_cnt_rw .ftr .form-control::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.mdl_cnt_rw .ftr textarea.form-control {
  height: 3rem;
}

.mdl_cnt_rw .ftr .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}


.boxheading_cmn {
  /* height: 2.5rem; */
  font-size: 1.0rem;
  font-weight: 500;
  color: #fff;
  background: #012e3c;
  padding: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  /* border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important; */
}

.card-body {
  margin: 0;
  overflow-y: auto;
  /* border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; */
  background-color: #022838;
}

.pch {
  font-size: 1.0rem;
  color: #fff;
  margin: 0 0 0.5rem;
}

.dbm {
  margin-bottom: 1rem;
}

.card.blue_heading_card .card-header {
  background: #022a4e;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.card.blue_heading_card .card-header>div {
  opacity: 0.6;
}

.card .card-header .icon {
  width: 2.2rem;
}

.card .card-header .icon img {
  width: 100%;
}

.set_opacity div {
  opacity: 0.9;
}

#dashboard_leisure .box figure {
  height: 4rem;
}

#dashboard_leisure .box figure img {
  height: 100%;
}

#dashboard_leisure .box label {
  border: 1px solid;
  border-color: #000;
  cursor: pointer;
}




.height-3 {
  height: 3rem;
}

.height-4 {
  height: 4rem;
}

.height-4-2 {
  height: 4.5rem;
}

.height-5 {
  height: 5rem;
}

.height-7 {
  height: 7rem;
}

.height-10 {
  height: 10rem;
}

.height-11 {
  height: 11rem;
}

.height-12 {
  height: 12rem;
}

.height-13 {
  height: 13rem;
}

.height-15 {
  height: 15rem;
}

.height-auto {
  height: auto;
}

.max-height-3 {
  max-height: 3rem;
}

.max-height-4 {
  max-height: 4rem;
}

.max-height-4-2 {
  max-height: 4.5rem;
}

.max-height-5 {
  max-height: 5rem;
}

.max-height-7 {
  max-height: 7rem;
}

.max-height-10 {
  max-height: 10rem;
}

.max-height-11 {
  max-height: 11rem;
}

.max-height-12 {
  max-height: 12rem;
}

.max-height-13 {
  max-height: 13rem;
}

.max-height-14 {
  max-height: 14rem;
}

.max-height-15 {
  max-height: 15rem;
}

.max-height-auto {
  max-height: auto;
}

.card_btm_rounded {
  border-bottom-right-radius: 1rem;
  border-radius: 8px;
}


.box-shadow-none {
  box-shadow: none;
}

.white-space-nowrap {
  white-space: nowrap;
}

.btn_default {
  background: #fff;
  padding: 0.3rem 1rem;
  height: auto;
  border-radius: 5px;
  border: 1px solid;
  border-color: #ccc;
  color: #000;
}

.btn_blue {
  background: #fff;
  padding: 0.3rem 0.6rem;
  height: auto;
  border-radius: 5px;
  border: 1px solid;
  border-color: #05defe;
  color: #0cc4de;
  margin: 0 0.1rem;
}

.btn_blue:hover {
  background: #05defe;
  padding: 0.3rem 1rem;
  height: auto;
  border-radius: 5px;
}

.btn_blue.active {
  background: #05defe;
  padding: 0.3rem 1rem;
  height: auto;
  border-radius: 5px;
  color: #000;
}

.btn_disable {
  background: #05defe;
  padding: 0.3rem 1rem;
  height: auto;
  border-radius: 5px;
  color: #000;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
}

.auto_width {
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: #05defe;
}

.show_wraper .shw_div,
.show_wraper .hide_div {
  display: none;
}

.show_wraper .shw_div.active,
.show_wraper .hide_div.active {
  display: block;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-bottom: 1.5rem;
  padding: 0 0.0rem;
}

.top_devider {
  height: 3px;
  background: #333;
}


/* progress {
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  background: #081d32;
  -webkit-appearance: none;
  border: none;
  position: absolute;
  left: 0;
  top: -3px;
  height: 1.2rem;
  width: 100%;
} */

/* progress:before {
  content: attr(data-label);
  font-size: 0.8em;
  vertical-align: 0;
  position: absolute;
  left: 0;
  right: 0;
} */

progress::-webkit-progress-value {
  background-color: #0d7684;
}

/*progress::-moz-progress-bar {background-color: #0193a7;}
progress::-webkit-progress-bar {background-color: #0193a7;}*/
.defaut_progress progress {
  background: #d9d2d2;
}


.family_tree_wraper .content .tp {
  height: 7rem;
}

.family_tree_wraper .content .tp .clm {
  width: 20%;
}

.family_tree_wraper .content .tp .box {
  margin: 0 0.1rem;
  height: 100%;
  padding: 0.5rem;
}

.family_tree_wraper .content .tp .box p:first-child {
  font-size: 0.9rem;
}

.family_tree_wraper .content .mdl {
  height: calc(100vh - 25rem);
  /* background: url("../images/family_tree.png") no-repeat #fff center center; */
  /* background-size: 100%; */
  overflow-y: auto;
  border-radius: 15px;
}

.family_tree_wraper .content .mdl .box {
  border: 1px solid;
  border-color: #333;
  margin-bottom: 1rem;
  height: calc(100% - 1rem) !important
}

.family_tree_wraper .content .mdlsib {
  height: 100%;
  /* background: url("../images/family_tree.png") no-repeat #fff center center; */
  background-size: 100%;
  overflow-y: auto;
  border-radius: 15px;
}

.family_tree_wraper .content .mdlsib .box {
  /* border: 1px solid; */
  /* border-color: #333; */
  margin-bottom: 1rem;
  height: calc(100% - 1rem) !important
}



.family_tree_wraper .content .mdl .box.p_disable {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
}

.family_tree_wraper .content .mdl .box.p_disable .hdr figure img {
  -webkit-filter: saturate(0)
}

.family_tree_wraper .content .mdl .box.p_disable .fmly_member.disable_bg,
.family_tree_wraper .content .mdl .box.p_disable .fmly_member.men_bg,
.family_tree_wraper .content .mdl .box.p_disable .fmly_member.female_bg {
  background: #ccc !important;
  border-radius: 15px;
}

.family_tree_wraper .content .mdl .box.p_disable h4 {
  opacity: 1.0;
}

.family_tree_wraper .content .mdl .box .hdr {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5rem;
  height: 4rem;
  margin: 0 0 0.5rem;
}

.family_tree_wraper .content .mdl .box .hdr figure {
  margin: 0 0.5rem 0;
  width: 1rem;
}

.family_tree_wraper .content .mdl .box .hdr figure img {
  max-width: 100%;
}

.family_tree_wraper .content .mdl .box .fmly_member {
  line-height: 1.2;
  padding: 0.3rem;
}

.family_tree_wraper .content .mdl .box .content li {
  padding: 0.5rem 0.5rem;
  line-height: 1.2;
}


.family_tree_wraper .content .mdlsib .box .hdr {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5rem;
  height: 4rem;
  margin: 0 0 0.5rem;
}

.family_tree_wraper .content .mdlsib .box .hdr figure {
  margin: 0 0.5rem 0;
  width: 1rem;
}

.family_tree_wraper .content .mdlsib .box .hdr figure img {
  max-width: 100%;
}

.family_tree_wraper .content .mdlsib .box .fmly_member {
  line-height: 1.2;
  padding: 0.3rem;
}

.family_tree_wraper .content .mdlsib .box.p_disable {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
}

.family_tree_wraper .content .mdlsib .box.p_disable .hdr figure img {
  -webkit-filter: saturate(0)
}

.family_tree_wraper .content .mdlsib .box.p_disable .fmly_member.disable_bg,
.family_tree_wraper .content .mdl .box.p_disable .fmly_member.men_bg,
.family_tree_wraper .content .mdl .box.p_disable .fmly_member.female_bg {
  background: #ccc !important;
}

.family_tree_wraper .content .mdlsib .box.p_disable h4 {
  opacity: 1.0;
}



.family_tree_wraper .content .btm {
  height: 13rem;
  background: #ccc;
  padding: 1rem;
}


.men_bg {
  background: #4479ba;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.female_bg {
  background: #e863a8;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}


.fmly_right .heading {
  font-size: 1.2rem;
  font-weight: 600;
}

.fmly_right {
  font-size: 1.1rem;
  font-weight: 500;
}

.fmly_right img {
  width: 2rem;
  height: auto;
}

.fmly_right li {
  padding: 0.5rem 0.5rem;
}

.fmly_right li>div:last-child {
  min-width: 2rem;
  text-align: center;
}


/* .drb .sdg.using_sdg .box{width: 4.5rem; height: 4.5rem;} */
.drb .sdg.using_sdg .box {
  width: calc(100% / 3);
}

.drb .sdg.using_sdg .box img {
  max-width: 100%;
  max-height: 100%;
}

.drb .tab-pane {
  height: calc(100% - 2rem) !important;
  overflow-y: auto;
}

.drb .sdg.using_sdg .flag {
  position: relative;
  transform: none;
  left: auto;
  top: 0;
  background: none;
  width: auto;
  height: 2rem;
}

.drb .sdg.using_sdg .flag img {
  max-height: 100%;
}

.drb .sdg.using_sdg textarea {
  background: #000;
  height: 3rem;
}


.family_box {
  padding: 0.5rem 0 0.5rem;
  display: block;
}

.family_box2 {
  background: #ccc;
  padding-left: 0.3rem;
}

/* .family_box2 img{height: 3.7rem; width: 1.1rem;} */
.family_box img {
  margin-right: 0.5rem;
}

.family_box_brdr0 {
  border: 1px transparent;
}

.family_box_brdr0:first-child {
  margin-left: 0.5rem;
}

.family_capsule_opacity {
  opacity: 0.5;
}

.modal_height2 {
  height: calc(100% - 5rem);
  overflow-y: auto;
}

.switch_box {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Switch 1 Specific Styles Start */

input[type="checkbox"].switch_1 {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3.0rem;
  height: 1.0rem;
  background: #ddd;
  border-radius: 3rem;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
  background: #0ebeff;
}

input[type="checkbox"].switch_1:after {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0%;
  top: -1px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
  left: calc(100% - 1.5rem);
}




.mdl_cnt_rw {
  height: calc(100% - 3rem);
}

.owl-nav {
  text-align: center;
  position: absolute;
  top: calc(50% - 1.5rem);
  width: 100%;
  height: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  font-size: 0rem;
  color: #2185f4;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0rem;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0rem;
}

.owl-carousel .owl-nav button.owl-prev::after,
.owl-carousel .owl-nav button.owl-next::after {
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 2px;
  top: 0;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev::after {
  content: "arrow_back_ios";
}

.owl-carousel .owl-nav button.owl-next::after {
  content: "arrow_forward_ios";
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.4;
}


.owl-dots {
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 1rem;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span {
  background-color: #2185f4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  width: 10px;
  filter: Alpha(Opacity=500);
  /*IE7 fix*/
  opacity: 0.3;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

.owl-carousel button:focus {
  border: 0;
  outline: none;
}






@media (max-width: 767.98px) {
  /*body, html{font-size: 12px;  line-height: 1.3;}
    section > .container{max-width: 100%;}
    .navbar-collapse .col-auto{margin: auto !important; width: 100% !important; padding: 0 !important;}
    .navbar-nav{justify-content: flex-start !important; border-top: 1px solid #333; padding-top: 1rem; background: #f1f1f1;}
    .navbar-nav li{width: 100%; text-align: left; padding: 0.5rem 1rem; border-bottom: 1px solid #fff;}*/

}

@media (min-width: 768px) and (max-width: 991.98px) {
  /*section > .container{max-width: 95%;}*/
}



@media (min-width: 1680px) and (max-width:1919.98px) {

  body,
  html {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* @media (max-width: 1920px){
  body, html{font-size: 16px!important;  line-height: 1.6;}
}
@media (max-width: 2560px) {
  body, html{font-size: 16px!important;  line-height: 1.6;}
} */
@media (min-width: 1920px) {

  body,
  html {
    font-size: 20px;
    line-height: 1.6;
  }

  .bottom_action_group li a.age_btn2 {
    width: 10rem;
  }

  .bottom_action_group li {
    margin-top: 0.3rem;
  }

  #sdg_amenity_modal .modal-dialog {
    max-width: 2000px;
  }

  .bottom_action_group li {
    width: 13%;
  }

  .bottom_action_group li a.age_btn2 {
    width: 8rem;
    transform: scale(1.4);
  }

  .dlm {
    height: calc(100% - 18rem);
  }
  .bottom_action_group li a{padding-top: 0rem;}

  /*style added by satish 11-01/2022*/
  .family-capsule-table {
    color: #000 !important;
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) {



  body,
  html {
    font-size: 27px;
    line-height: 1.6;
  }

.black_modal .modal-dialog.w700 {
  max-width: 2000px;
}
  .create_life {
    max-width: 1600px;
  }

  .home_dashboard .col-md-8 {
    flex: 0 0 92.666667%;
    max-width: 92.666667%;
  }

  .bottom_action_group li a.age_btn2 {
    width: 6rem;
    transform: scale(1.6);
  }

  .dlm {
    height: calc(100% - 20rem);
  }

  .home_dashboard .icons_row .icon img {
    width: 60%!important;
    margin-bottom: 1rem;
  }

  .drt {
    height: 10.7rem;
  }

  .your_info {
    font-size: 0.8rem;
  }

  .mdl_cnt_rw {
    height: calc(100% - 9rem);
  }

  .abui .width-managed .advanced-pie .pie {
    transform: translate(50%, 35%) !important;
  }

  .iam h3 {
    font-size: 50px !important;
    line-height: 1;
  }

  .load_life_list_table th {
    font-size: 1.0rem !important;
  }

  .load_life_list_table td {
    font-size: 0.9rem;
  }

  .age_btn {
    width: 165px;
    transform: scale(1.6);
  }

  #life_decision_with_radio .box label img {
    max-width: 10rem;
  }

  /*style added by satish 11-01/2022*/
  .family-capsule-table {
    color: #000 !important;
    font-size: 18px !important;
  }
}

.eventboxmainslider {
  color: rgba(0, 0, 0, 0.6);
}

.eventboxmainslider span {
  color: rgba(0, 0, 0, 1.0);
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.md-overlay_wait_screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1480;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: hidden;
  cursor: none;
}


video.fullscreen {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

video {
  /* top: 50%;
  left: 50%; */
  min-width: 100%;
  min-height: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
}

.stopfade {
  opacity: .2;
}


.centerdiv {
  top: 0;
}

.tb-1 table thead tr th,
.tb-1 .table tbody tr th,
.tb-1 .table tbody tr td {
  font-size: larger;
  padding: 10px 5px;
  color: #fff;
  background: #202020;
  border: 1px solid #184D5F ;
}
/*
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/



.pets_ui label {
  background: none;
}

.pets_ui figure {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  pad: 0.5rem;
}

.pets_ui figure img {
  max-width: 100%;
  max-height: 100%;
}


#blood_donation .box label {
  border: 1px solid rgba(7, 68, 123, 0.26);
  background: rgba(255, 255, 255, 0.3) !important;
  text-align: center !important;
}

#blood_donation .box label.active {
  border: 1px solid rgba(7, 68, 123, 0.86);
  background: rgba(255, 255, 255, 1.0) !important;
  color: #333 !important;
}

#blood_donation .box label figure {
  width: 12rem;
}

#blood_donation .box label p {
  margin: 1rem 0 1rem !important;
  text-align: center !important;
}

#blood_donation .box label figure img {
  padding-top: 3rem;
  width: 100%;
}

.lang_select .box.radio_img img {
  width: 100%;
}

/*.lang_select .box.radio_img p{padding: 0rem 1rem 1rem; }*/
.country_map_log {
  width: 15rem;
}





.custom_radio.radio_img [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom_radio label {
  padding: 2.0rem 0.5rem;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  margin: 0.5rem;
  width: calc(100% - 0.5rem);
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.custom_radio label:hover {
  background: #ccc;
  cursor: pointer;
}

.custom_radio label.active {
  background: #07447b;
  color: #fff;
}


/* Hide the browser's default checkbox */
.custom_checkbox {
  position: relative;
}

.custom_checkbox input {
  /*position: absolute;*/
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 1px solid;
  border-color: #003360;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom_checkbox:hover input~.checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked~.checkmark {
  background-color: #003360;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.pets_ui .radio_img img {
  margin: auto auto;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.pets_ui .radio_img figure {
  margin-bottom: 0 !important;
}

.pets_ui label {
  background: none;
}

.pets_ui figure {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  pad: 0.5rem;
}

.pets_ui figure img {
  max-width: 100%;
  max-height: 100%;
}

.pets_ui label.active {
  background: none !important;
}

.pets_ui label .pet1 {
  display: block;
}

.pets_ui label .pet2 {
  display: none;
}

.pets_ui label.active .pet1 {
  display: none;
}

.pets_ui label.active .pet2 {
  display: block;
}

#life_decision_with_radio .box label {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.06);
}

#life_decision_with_radio .box label.active {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid;
  border-color: gray;
}

#life_decision_with_radio .box label img {
  margin-bottom: 1rem;
  max-width: 6rem;
}

#bloodDonation .box label {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  width: 100%;
}

#bloodDonation .box label.active {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.7);
}


.sdg_main {
  border: 1px solid #00c1d8;
  width: auto;
  position: absolute;
  top: 8%;
  margin: 0 25px;
  background: #000;
  z-index: 999999;
}

.sdg_main .sdg_hdr {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 1rem;
}

.sdg_main .sdg_hdr h3 {
  color: #00a1c5;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.sdg_main .sdg_hdr a {
  font-size: 2rem;
  color: #fff;
}

.sdg_main .sdg_cnt {
  padding: 1rem;
}

.sdg_main .sdg_cnt ul {
  padding: 0;
  margin: 0;
}

.sdg_main .sdg_cnt ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 300;
  padding: 0 0 0.7rem;
  color: #fff
}

.sdg_cnt {
  text-align: left;
}

.sdg_cnt li span {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block !important;
}

.sdg_hdr h3 {
  margin: 0;
}

.sdg_hdr {
  padding-top: 0;
}

.close-comments {
  background: transparent;
  border: 0;
}

.close-comments i {
  color: #838383;
  font-size: 18px;
}

.sdg_cnt li {
  font-size: 0.7rem !important;
  margin-bottom: 10px;
  margin-bottom: 16px;
  padding: 10px;
}

#sdgNewModel {
  overflow-y: scroll !important;
  max-height: 600px;
}

.expenditure-table-main tr th,
.expenditure-table-main tr td {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}

.expense-heading h4 {
  background: #0d4172 !important;
  color: #fff !important;
}

.btn-stylenew-sa {
  padding: 0px;
  padding-top: 10px !important;
  width: auto;
  padding-bottom: 10px !important;
  font-size: 16px;
}

#sdgNewModel::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border: 0;
}

#sdgNewModel::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
  border: 0;
}

#sdgNewModel::-webkit-scrollbar-thumb {
  background-color: #00a1c5;
  border: 0px solid #555555;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border: 0;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 6px;
  background-color: #F5F5F5;
  border: 0;
}

body::-webkit-scrollbar-thumb {
  background-color: #0d4172;
  border: 0px solid #555555;
}


div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border: 0;
}

div::-webkit-scrollbar {
  width: 5px;
  height: 6px;
  background-color: #F5F5F5;
  border: 0;
}

div::-webkit-scrollbar-thumb {
  background-color: #0d4172;
  border: 0px solid #555555;
}



.disparity_modal>.container {
  max-width: 1280px;
}

.disparity_modal .disparity_modal_btn {
  background: #0c6d7a;
  border: none;
  padding: 10px 1rem;
  color: #fff;
  width: 100%;
  border-radius: 5px 0 0 5px;
  border-right: 3px solid #0ea5b8;
}

.disparity_modal .disparity_modal_btn:focus {
  box-shadow: none;
}

.disparity_modal nav>.nav.nav-tabs {
  border: none;
  color: #fff;
  border-radius: 0;
}

.disparity_modal nav>div a.nav-item.nav-link {
  border: none;
  padding: 0;
  color: #fff;
  background-size: auto 100%;
  height: 4rem;
  border-radius: 0rem;
  line-height: 1.0;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.disparity_modal nav>div a.nav-item.nav-link span {
  background: none;
  border-radius: 0rem;
  display: block;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  color: #fff;
  border: 0px solid #014876;
}

.disparity_modal nav>div a.nav-item.nav-link.active {
  background-color: #084363;
  border-radius: 10px 10px 0 0;
  border-bottom: 4px solid #10abc5;
}

.disparity_modal nav>div a.nav-item.nav-link.active span {
  border: none;
  color: #fff;
}

.disparity_modal nav>div a.nav-item.nav-link.active span:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: calc(50% - 15px);
  border: 15px solid transparent;
  border-top-color: #014876;
  display: none;
}

.disparity_modal .tab-content {
  background: rgb(11 44 53);
  line-height: 25px;
  border: 0px solid #ddd;
  border-top: none;
  border-bottom: 1px solid #333;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  margin-top: 5px !important;
}

.disparity_modal nav>div a.nav-item.nav-link:hover,
.disparity_modal nav>div a.nav-item.nav-link:focus {
  border: none;
  transition: 0.20s linear;
  border-bottom: 4px solid #10abc5;
  background-color: #084363;
  border-radius: 10px 10px 0 0;
}

.disparity_table tr td span {
  display: inline-block;
}

.disparity_table tr td:first-child span {
  width: 100%;
}

.disparity_table tr td:nth-child(1),
.disparity_table tr td:nth-child(2) {
  border-right: 1px solid rgba(5, 220, 250, 0.2);
}

.disparity_table .disparity_table_heading {
  width: 10rem;
}

.disparity_table .disparity_table_heading div {
  background: transparent;
  padding: 0.5rem 1rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}

.disparity_table .disparity_table_heading img {
  max-width: 90%;
  max-height: 90%;
}

.disparity_table .disparity_table_heading h4 {
  font-size: 1.0rem;
}

.disparity_table .disparity_table_heading h6 {
  font-size: 50%;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.1rem;
}

.disparity_table tr:hover td span,
.disparity_table tr.active td span {
  background: transparent;
  color: #01ffff !important;
}

.disparity_table tr td {
  padding-bottom: 10px;
}

.disparity_graph {
  background: rgba(5, 220, 250, 0.3);
}









.new_modal_with_bg {
  padding: 1rem;
}

.new_modal_with_bg h2 {
  font-size: 1.2rem;
  padding: 15px;
  background: #0d4172;
  margin-bottom: 0.7rem;
  border-radius: 10px;
}

.new_modal_with_bg.finance_modal_new .ci_row {
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.new_modal_with_bg.finance_modal_new .new_box {
  padding: 0rem 0.0rem;
  background: #ededed;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.new_modal_with_bg.finance_modal_new h4 {
  font-size: 1.2rem;
  font-weight: 300;
  color: #000;
  background: #ccc;
  padding: 0.5rem 0.5rem;
  text-align: center;
  border-radius: 8px;
}

.new_modal_with_bg.finance_modal_new h5 {
  font-size: 1.1rem;
  font-weight: 700;
}

/*.new_modal_with_bg.finance_modal_new p{font-size: 0.8rem;}*/
.new_modal_with_bg .new_modal_btn {
  background: #05defe;
  border-radius: 15px;
  padding: 0.1rem 1rem;
}

.new_modal_with_bg .expenditure_clm h5 {
  font-size: 1.2rem;
  opacity: 0.7;
  font-weight: 500;
}

.border_color {
  border-color: rgba(6, 209, 238, 0.3) !important;
}

.new_modal_with_bg.finance_modal_new .expenditure_clm_tle span {
  font-size: 0.8rem;
}

.new_modal_with_bg.finance_modal_new .expenditure_clm_tle p {
  font-size: 1.3rem;
  margin: 0;
}

.h_overflow {
  overflow-x: auto;
}

.change_expenditure_content>div {
  margin-bottom: 1.5rem;
}

.change_expenditure_table tr td {
  padding: 0.5rem;
  border-bottom: 1px solid #f5f5f5;
}

.change_expenditure_table tr:last-child td {
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}

.change_expenditure_content .col-6 .small,
.othr-bck .small {
  margin: 0;
  background: #0d4172;
  color: #fff;
  padding: 15px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}


.boxheading_cmn-finanace {
  height: 4.5rem;
  font-size: 1.0rem;
  font-weight: 500;
  color: #fff;
  background: url(../images/game_images/small_box_head_gray.png);
  padding: 0.5rem;
}

.card-body-finanace {
  margin: 0;
  overflow-y: auto;
}

.pch {
  font-size: 1.0rem;
  color: #fff;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.dbm {
  margin-bottom: 1rem;
}

.load_life_list>.container {
  max-width: 1600px;
}

.load_life_list_table {
  height: calc(100vh - 21rem) !important;
  overflow-y: auto;
}

.well_graph {
  /* border: 1px solid;
  border: 1px solid rgba(12, 111, 124, 0.5) !important; */
  padding: 0.5rem;
  border-radius: 5px;
}

/* .legend-title{padding: 2.4rem 0 0.5rem;} */
.legend-labels {
  display: flex;
  align-items: center;
  justify-content: center;
}

.advanced-pie-legend .total-label {
  position: relative;
  height: 1rem;
  font-size: 0 !important;
}

.advanced-pie-legend .total-label::after {
  content: 'Total Wealth (%)';
  position: absolute;
  left: 0;
  top: 0;
  justify-content: center;
  font-size: 1.2rem;
  display: flex;
  width: 100%;
}
.advanced-pie-legend .legend-items-container .legend-items .legend-item .item-percent
{
  font-size: 24px;
  opacity: .7;
  margin-left: 11px;
  display: none;
}
.advanced-pie
{
  width: 100px !important;
  height: 99px !important;
}
/* .advanced-pie-legend .legend-items-container .legend-items>div{width: calc(100% / 5 - 15px);} */
.advanced-pie-legend .legend-items-container .legend-items .legend-item .item-label {
  font-size: 12px !important;
}

.disparity_new_ui #nav-tabContent .container>div>div>.row>:last-child {
  border-left: 1px solid rgba(5, 220, 250, 0.2);
}

.disparity_new_ui #nav-tabContent .container>div>div:last-child {
  border-left: 1px solid rgba(5, 220, 250, 0.2);
}

.disparity_new_ui nav {
  height: 4rem;
  /* border-radius: 10px; */
  border-bottom: 1px solid #333;
}

.income_comparism text {
  font-size: 1.2rem !important;
}

.income_comparism text.textDataLabel {
  font-size: 1.6rem;
  padding-left: 0.5rem;
}

.charactor_design_new_ui .c_card {
  background: #021e26;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #184d5f;
}

.charactor_design_new_ui .c_card .heading {
  padding: 0.5rem 1rem;
  background: white;
  color: #000;
}

.charactor_design_new_ui .c_card .cnt {
  padding: 0.5rem 1rem;
}

.charactor_design_new_ui .tab-content {
  height: calc(100% - 30rem);
}

.charactor_design_new_ui .c_card .pa .cnt {
  overflow-y: auto;
  overflow-x: hidden;
}

.charactor_design_new_ui .tab-content {
  height: 50vh;
}

.age_btn {
  width: 165px;
}

.map_btn_new {
  height: auto !important;
  width: auto !important
}

.map_btn_new .nav-link {
  padding: 0.5rem 0.8rem;
  border-radius: 0.3rem !important;
  border: 1px solid !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
  margin: 0 0.2rem 0 0;
}


.chart-legend .legend-labels {
  flex-wrap: wrap;
}

.family-capsule-table {
  color: #000 !important;
  font-size: 12px;
}

.family-capsule-table th,
.family-capsule-tabletd {
  border: 1px solid #000 !important;
}

.common-background {
  background: #ccc;
  margin: 0;
}

.card_disable {
  opacity: 0.5;
}

.pad-bck-style {
  padding-top: 7px;
}

.dark-bg {
  background: #8d8b8b;
}

.family-capsule-table tr td,
.family-capsule-table tr th {
  text-align: center;
}

.pd-15 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.feedbck_form_width {
  width: 100%;
}

.re_height {
  height: auto !important;
}

.trprnt-bg-add {
  background: transparent !important;
}

.new-btn-style {
  width: 40%;
  background: transparent;
  margin: 0 auto;
  padding: 5px;
  border-color: #03e1fd !important;
  border-radius: 10px !important;
}

.size-big {
  max-width: 45rem !important;
  right: 14%;
  float: right;
}
.img-bg-modal {
  background: url(../images/translation/country-background-image.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.img-bg-modal-korean {
  background: url(../images/translation/korean-info2.svg) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.load_life_list_table,
.drb .tab-pane,
.country_details #tableContainer {
  overflow-y: overlay;
  -webkit-mask-image: linear-gradient(to top, transparent, transparent), linear-gradient(to left, transparent 17px, black 17px);
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}

.country_map_log img {
  border: 1px solid #222 !important;
  box-shadow: 1px 1px 11px 1px rgb(255 255 255 / 90%);
}

.new-send-btn {
  padding: 1px 15px;
  float: right;
  margin-right: 0;

}

.new-btn-style:hover {
  border-color: #03e1fd !important;
  background: #03e1fd;
}

.card_btm_rounded .auto_height {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  position: relative !important;
  padding: 20px 0px 20px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rightside-new {
  float: left;
  margin-right: 0;
  margin-left: 0;
  color: #000;
  padding: 3px 15px;
  font-size: 14px;
  background: rgb(0, 188, 212);
}

/* .custom-checkbox input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  margin: 0px 15px;
  vertical-align: middle;
  padding: 13px;
  transform: scale(1);
} */
.leilist label {
  margin-left: 15px;
  margin-left: 15px;
  margin-bottom: 0;
  vertical-align: -webkit-baseline-middle;
  font-size: 18px !important;
}

.d-flexd .btn_sk {
  width: 100px;
  padding: 8px;
  font-size: 20px;
}

.leilist li {
  padding: 0px 0px 0px 0px !important;
}

.border_head .custom-checkbox input[type=checkbox] {
  transform: scale(1.5);
  margin: 0px 15px;
  vertical-align: -webkit-baseline-middle;
}

.border_head .custom-checkbox label {
  font-size: 27px !important;
}

.leilist .custom-checkbox {
  padding-left: 0 !important;
}

.hdr {
  justify-content: left !important;
}

.hdr .small {
  padding-right: 20px;
}

.img-sz .col-4 a img {
  width: 100%;
  border-radius: 8px;
}

.express {
  padding-left: 15px;
}

.express::placeholder {
  color: #d8d6d6;
  font-weight: 400;
  opacity: 1;
}

.event_text {
  font-size: 28px !important;
}

.table-font-change thead tr th {
  font-size: 18px;
  color: #0fabc5 !important;
}

.table-font-change tbody tr td {
  font-weight: 100;
}

#tableContainer table .fixedHeader {
  z-index: 9;
  background: #04396a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.advanced-pie-legend .legend-items-container .legend-items {
  overflow: initial !important;
}

.income_comparism .play_life .listing_heading .go_back_btn,
.country_map .go_back_btn,
.listing_heading .go_back_btn {
  z-index: 999 !important;
}

@media (max-width: 1440px) {

  .send-mail-icon,
  .share-netwok-icon {
    width: 33px !important;
    margin-right: 0 !important;
  }

  .sdg_amenity_modal button .material-icons {
    font-size: 24px !important;
  }

  .new_cmn_modal .modal-content {
    width: 100%;
    margin: 0 auto;
    margin-right: 10px;
    position: relative;
  }

  .sdg .box img {
    width: 85px;
    height: 85px;
    border-radius: 15px;
  }

  .play_life .play_life_amenity .box .font_b4 {
    font-size: 22px !important;
  }

  .sdg_amenity_modal button .material-icons {
    font-size: 26px;
  }

  .sdg .box img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
  }

  header .logo img {
    width: 170px !important;
    /* height: 6.4rem; */
  }

  .expenditure-table-main tr th,
  .expenditure-table-main tr td {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
    font-size: 0.9rem;
  }

  .home-bottomicn {
    width: 40px;
    display: block;
    margin: auto;
    height: 28px !important;
    margin-bottom: 11px!important;
  }

  .leilist {
    margin: 15px 4% 0 0;
    padding: 0 0 0 0px;
    float: left;
    width: 100%;
  }



  .load_life_list_table {
    width: 100%;
    height: calc(100vh - 27rem) !important;
  }

  .table-font-change thead tr th {
    font-size: 1.2rem;
  }

  .writeeventbox {
    width: 70% !important;
  }

  .button-parent {
    width: 28% !important;
  }

  .width-managed .advanced-pie-legend-wrapper .advanced-pie-legend .total-label {
    height: 25px !important;
  }

  /* .advanced-pie{display: none!important;} */
  .advanced-pie-legend {
    width: auto !important;
  }

  .drb .nav-tabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.6rem;
  }

  .tb-2 .table thead tr th,
  .tb-2 .table tbody tr th,
  .tb-2 .table tbody tr td {
    padding: 10px !important;
    color: #fff;
    background: #000;
    font-size: 0.9rem;
  }

  .tb-buttons-act {
    background: #094768;
    padding: 2px;
    font-size: 0.8rem;
    font-weight: 100;
    border-radius: 3px;
    color: #fff;
    float: right;
    color: #fff;
  }

  .fn-status-heading {
    font-size: 0.6rem;
  }

  .mdl_cnt_rw {
    height: calc(100% - 11rem);
  }

  /* .size-big {
    max-width: 600px !important;
    right: 10%;
    float: right;
  } */

  .event_text {
    font-size: 20px !important;
  }

  .border_head .custom-checkbox label {
    font-size: 20px !important;
  }

  .score_maxp p {
    font-size: 10px !important;
  }

  .tb-1 table thead tr th,
  .tb-1 table tbody tr th,
  .tb-1 table tbody tr td {
    padding: 10px 5px;
    font-size: 0.9rem;
    color: #fff;
    background: #202020;
    border: 1px solid #184D5F !important;
  }

  .score_maxp p span {
    font-size: 15px !important;
    font-weight: 700;
  }

  .status-change {
    font-size: 1rem !important;
  }

  .tabletop-score {
    margin-top: 10px !important;
  }

  /* .tb-1{padding-left: 15px!important; padding-right:15px!important;} */
}

/* .advanced-pie {
  width: 160px !important;
  height: 160px !important;
} */

.advanced-pie .pie {
  transform: translate(8%, 40%) !important;
}

.width-managed .advanced-pie-legend-wrapper .advanced-pie-legend .total-value {
  margin-bottom: -14px !important;
}

.width-managed .advanced-pie-legend-wrapper .advanced-pie-legend .total-label {
  height: 50px;
}

/* @media (max-width: 1024px) {
    .indication {
      padding: 0px!important;}
  } */
@media (max-width: 1599px) {
  .border_head .custom-checkbox label {
    font-size: 16px !important;
  }

  .leilist label {
    margin-left: 15px;
    margin-left: 7px;
  }
}

.leilist label {
  margin-left: 15px;
  margin-left: 15px;
  margin-bottom: 0;
  vertical-align: -webkit-baseline-middle;
  font-size: 14px !important;
}

.three_headings .col-4 h3 {
  background: #38638f;
  padding: 20px;
}

.fn-status-heading {
  font-size: 0.9rem;
}

.cardbody {
  height: auto !important;
}

.minheight125 .disblock {
  min-height: 9rem;
  color: #000;
  overflow: auto;
}

.score_maxp p {
  margin-bottom: 0 !important;
  width: 100%;
}

.score_maxp {
  border: 6px solid;
  padding: 0;
}

.score-red {
  color: #ff4747 !important;
}

.score-green {
  color: #3ddc84 !important;
}

.score-blue {
  color: #0a4477 !important;
}

/* .status-tr{height: 87px;} */
.status-change {
  font-size: 15px;
  /* background: #000 !important; */
  vertical-align: middle !important;
}

.score_maxp p span {
  font-size: 32px;
  font-weight: 700;
}

.tabletop-score {
  margin-top: 16px;
}

.status-tr {
  height: 70px !important;
}

.tb-1 table thead tr th,
.tb-1 .table tbody tr th,
.tb-1 .table tbody tr td {
  font-size: x-small;
  padding: 10px 5px;
  color: #fff;
  background:#022b3e;
  border: 1px solid #184D5F ;
}

.tb-1 .table {
  text-align: center;
}

.tb-1 table thead tr th {
  background: #022b3e;
  font-weight: 600;
  border: 1px solid #184D5F;
}

.tb-1 tbody tr td {
  background: #000;
  color: #fff;
  font-size: 0.7rem !important;
}

.bck-black {
  background: #000 !important;
  color: #fff !important;
}

.nopadding button {
  font-size: 18px;
}

.overflow-clip-css {
  max-height: 100%;
}

.overflow-clip-css .auto_height {
  overflow: inherit !important;
}

.extramodificationforsdgicon {
  background: #0a4477;
  border: 0px !important;
  padding: 4px !important;
  margin-top: 2px !important;
}

.extramodificationforsdgicon textarea {
  background: transparent !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0;
}

.writeeventbox span:first-child {
  position: relative;
  top: 0px !important;
}

.writeeventbox {
  width: 85% !important;
}

.button-parent {
  width: 15%;
}

.fnt-zise-sm {
  font-size: 12px !important;
  color: #666666 !important;
}

.eventpostbtn button {
  color: #fff !important;
  opacity: 1 !important;
  color: #000 !important;
  font-size: 9px;
}

.extramodificationforsdgicon textarea::placeholder {
  font-size: 14px !important;
}

.second_row.a,
.second_row .b,
.second_row .c {
  font-size: 0.6rem;
}

.boxheading_cmn-new {
  background: #006787;
}

.for-bx-shadow {
  -webkit-box-shadow: 7px 7px 12px -8px rgb(0 0 0 / 87%);
  -moz-box-shadow: 7px 7px 12px -8px rgba(0, 0, 0, 0.87);
  box-shadow: 7px 7px 12px -8px rgb(0 0 0 / 87%);
  border-radius: 15PX;
}

.fn-status-table tbody tr th {
  font-weight: 100;
  color: #00d9fa !important;
  font-size: 0.6rem;
}

.tb-2 .table thead tr th,
.tb-2 .table tbody tr th,
.tb-2 .table tbody tr td {
  padding: 10px !important;
  color: #fff;
  background: #000;
  font-size: 0.6rem;
}

.tb-2 .table {
  text-align: center;
}

.tb-2 .table thead tr th {
  font-weight: 100;
  border-bottom: 1px solid #454d55;
}

.tb-2 tbody tr td {
  background: #000;
  color: #fff;
}

.tb-buttons-act {
  background: #094768;
  padding: 4px;
  font-size: 0.6rem;
  font-weight: 100;
  border-radius: 3px;
  color: #fff;
  float: right;
  color: #fff;
}

.home_country_select_modal .c_card .cnt .d-inline-flex {
  display: inline !important;
}

.home_country_select_modal .c_card .cnt .d-inline-flex inpu {
  margin: 0px 6px !important;
}

.home_country_select_modal .c_card .cnt .d-inline-flex .pl-2 {
  padding-left: 0px !important;
}

.charactor_design_new_ui .c_card .heading {
  padding: 0.5rem 1rem;
  background: #012e3c !important;
  color: #fff;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3)
}

.gmpflex {
  display: block !important;
}

.database_list .form-group {
  margin-bottom: 12px !important;
}

.digitit {
  color: #fff;
  padding: 8px;
  border-radius: 6px;
}

.amtnt {
  /* border: 1px solid #ccc; */
  /* width: 50%;
  float: left;
  padding-left: 15px; */
  display: block;
  color: white;
}

.amtnt-text {
  /* float: left;
  width: 50%; */
  display: block;
  color: white;
}

.amtnt-main {
  display: grid;
  grid-template-columns: 1fr 1fr;}

.place-text-size input::placeholder {
  font-size: 16px;
}

.npad .text-dark .col {
  padding: 0 !important;
}

.width-managed .advanced-pie-legend-wrapper {
  width: auto !important;
}

.abui .width-managed div {
  width: auto !important;
}

.pstyle-new p {
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 20px;
  margin-bottom: 14px !important;
  color: #fff;
}

.newabc .width-managed:nth-child(1) {
  height: 165px !important;
}

.newabc .width-managed .advanced-pie-legend-wrapper {
  height: 165px !important;
}

div.nthchild:nth-child(4) {
  width: auto !important;
}

.abui .width-managed .advanced-pie {
  float: none !important;
}

.abui .width-managed .advanced-pie .pie {
  transform: translate(50%, 35%) !important;
}

.advanced-pie-legend .legend-items-container .legend-items .legend-item:hover {
  color: #8f8f8f !important;
  transition: .2s;
}

.knw-mre-value,
.knw-mre-label {
  float: left;
  width: 50%;
  display: block;
}

.knw-mre-value {
  text-align: center;
}

.knw-mre-label {
  text-align: left;
}

.rem-scroll {
  overflow-y: inherit !important;
}

.rem-scroll .nav-link {
  color: #fff !important;
  padding: 6px;
}

.rem-scroll .nav-link.active {
  color: #fff !important;
  padding: 6px;
  border: 1px solid red!important;
}

.rem-scroll .nav-tabs {
  padding: 8px;
}

.new_data_table .comparison_table_data tr th,
.new_data_table tr td {
  border: 1px solid #184D5F !important;
}

.new_data_table .comparison_table_data tr th td {
  font-size: 1rem;
  background-color: #022b3e!important;
}

.new_data_table {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.plce-holder-text-css::placeholder {
  font-size: 20px;
}

.plce-holder-text-css {
  padding-left: 10px;
}

.expd-screen .dbm .for-bx-shadow {
  margin-right: 0px !important;
}

.expd-screen .col-md-12 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* .expd-screen .text-darkn span{font-size: 1.2rem!important; font-weight: 300!important;} */


/* Assisgnments css start */

.sub-div {
  background: #fff;
  text-align: center;
  background: #012838;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
}

.assignment-main-div a {
  text-decoration: none;
}

.sub-div h4 {
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.assignment-main-div {
  padding: 6px;
}

/* Assisgnments css END*/


@media (max-width: 1300px) {
  .fff {
    padding: 0px !important;
  }

  .place-text-size {
    height: 30px !important;
  }
}

@media (max-width: 1600px) {
  .country_info {
    height: 500px !important;
    /* overflow: overlay; */

  }

  .border_head .custom-checkbox label {
    font-size: 20px !important;
  }

  .leilist label {
    margin-left: 15px;
    margin-left: 15px;
    margin-bottom: 0;
    vertical-align: -webkit-baseline-middle;
    font-size: 14px !important;
  }
  .place-text-size {
    height: 30px !important;
  }

  .digitit {
    color: #fff;
    padding: 3px;
    border-radius: 6px;
  }

  .border_head .custom-checkbox label {
    font-size: 17px !important;
  }

  .tb-2 .table thead tr th,
  .tb-2 .table tbody tr th,
  .tb-2 .table tbody tr td {
    padding: 10px !important;
    color: #fff;
    background: #000;
    font-size: 0.9rem;
  }

  .tb-buttons-act {
    background: #094768;
    padding: 2px;
    font-size: 0.8rem;
    font-weight: 100;
    border-radius: 3px;
    color: #fff;
    float: right;
    color: #fff;
  }
}

.new_data_table tbody tr td,
.new_data_table thead tr th {
  text-align: center;
  color: #fff;
  padding: 20px;
}

.new_data_table thead tr th {
  color: #fff;
  /* background-color: #00448f!important; */
  border-color: #ffffff !important;
}

/* @media (max-width: 1024px) {
  .size-big{max-width: 400px !important; right: auto; float: none; margin-right:80px}

} */
@media (min-width: 1600px) {

  /* .event_text {  font-size: 22px!important;} */
}

@media (min-width: 1920px) {
  .event_text {
    font-size: 34px !important;
  }

  .next_step2 {
    padding: 15px 10px !important;
  }

  .game_dashboard .iam {
    font-size: 62px;
    line-height: 1;
  }

  .mls img {
    width: 40px !important;
    height: 40px !important;
    display: none;
  }

  .mdl_cnt_rw {
    height: calc(100% - 9rem);
  }

  .load_life_list_table {
    height: calc(100vh - 25rem) !important;
  }


}

@media (max-width: 1440px) {
  .plybtn-imgsiz img {
    width: 70%;
  }

  .send-mail-icon,
  .share-netwok-icon {
    margin: 0px 10px 10px 10px !important;
  }

  .cntrygroup-all {
    background: #012838;
    text-align: center;
    padding: 6px !important;
    border-radius: 8px;
    margin: 5px;
    color: #fff;
    max-height: auto !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 85px;
  }

  .cntrygroup-all label p {
    font-weight: 400;
    font-size: 12px !important;
  }

  .next_religion_btn .nxt-btn-text {
    font-size: 1.8rem;
  }

  .nxt-btn-arrowe {
    width: 25px !important;
    height: 30px;
    top: 31% !important;
    right: 40px;
    position: absolute;
    display: block;
    float: left;
    fill: #fff !important;
  }

  .img-width-setup .disblock img {
    width: 26px !important;
    margin: auto;
  }

  .dead_btn {
    background: url(../images/dead_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 200px;
    background-size: cover;
    display: block;
  }

}

@media (max-width: 1919px) {

  .send-mail-icon,
  .share-netwok-icon {
    margin: 0px 10px 10px 10px !important;
  }

  .cntrygroup-all {
    background: #08437b75;
    text-align: center;
    padding: 6px !important;
    border-radius: 8px;
    margin: 10px;
    color: #fff;
    max-height: auto !important;
    min-height: 85px;
    height: auto !important;
  }

  .cntrygroup-all label p {
    font-size: 12px !important;
    line-height: 18px;
    word-break: break-all;
  }

  .next_religion_btn .nxt-btn-text,
  .slsecitybtn {
    font-size: 1.5rem !important;
  }

  .dead_btn {
    background: url(../images/dead_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 165px;
    height: 165px;
    background-size: cover;
    display: block;
  }

  .bottom_action_group li a {
    color: #fff;
    text-decoration: none;
    padding-top: 2px;
  }

  .img-width-setup .disblock img {
    width: 29px !important;
    margin: auto;
  }

  .bottom_action_group li {
    padding-top: 0px;
  }


}

/* @media (max-width: 2560px) {
    .next_religion_btn .nxt-btn-text, .slsecitybtn{font-size: 1.3rem;}
  } */



.small_age {
  margin: 5px 0px 0px 0px !important;
}

.dead_btn .agetxt {
  padding-left: 10px !important;
}

#home_sdg_country_modal {
  overflow: initial !important;
}

.wdth-search {
  max-width: 50%;
  padding-bottom: 50px;
  margin: auto;
}

.wdth-search input {
  background: transparent;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}

.wdth-search input:focus {
  background: transparent !important;
  color: #ffffff;
}

.fm-member-remove-margin .box {
  margin: 0px !important;
}

.backbtn-load-life {
  float: left;
  flex: initial;
  padding-left: 20px;
}

.backbtn-load-life a {
  padding-left: 20px;
}

.height-scroll-fmtree {
  height: calc(100vh - 12rem) !important;
  overflow: auto;
  margin-top: 1rem;
}

.p-colo-change p {
  color: #fff;
}

.header-color {
  background: #0a4477 !important;
}

.completed-life-ch-name {
  text-align: left !important;
}

.completed-life-tbl-ht {
  height: 500px !important;
}

.home-bottomicn {
  width: 40px;
  display: block;
  margin: auto;
  height: 40px;
  margin-bottom: 6px
}

.img-width-setup .disblock img {
  width: 40px;
  margin: auto;
}

.your_info img {
  display: block !important;
}

#family_modal .family_tree_wraper {
  height: auto !important;
}

#demo {
  overflow: hidden;
  height: 0;
}

.share-send-icons {
  position: absolute;
  /* top: -33px;
  right: -65px; */
}

.send-mail-icon,
.share-netwok-icon {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  margin: 20px 10px 10px 10px;
}

.send-mail-icon .mail-icon,
.share-netwok-icon .network-icon {
  fill: #fff;
}

.fnt-wgt h5 {
  font-weight: 100;
}

.less-mt-top {
  margin-top: 30px !important;
}

.youaredead {
  position: relative;
  top: 50%;
  display: block;
  transform: translate(0%, 0%);
  font-size: 1.2rem;
}

.playdeadbtn img {
  width: 305px;
}

.cntrygroup-all {
  background: #012838;;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  height: 100px;
  margin: 10px;
  color: #fff;
  max-height: 100px;
}

.cntrygroup-all label {
  background-color: transparent;
  color: #fff;
}

.cntrygroup-all label p {
  font-weight: 400;
  font-size: 18px;
}

.resemblenece-index-main {
  border: 3px solid #f20707;
  background: #0b2c35;
  border-radius: 10px;
}

.resemblenece-index-heading {
  border-bottom: 1px solid #fff;
  padding-top: 20px;
}

.resemblenece-index-heading h2 {
  margin-top: 20px;
}

.resemblenece-index-main p {
  margin-top: 30px;
  font-weight: 200;
  line-height: 30px;
  text-align: left;
}

.disparity_table .disparity_table_heading {
  width: 100% !important;
}

.sdg_amenity_modal .container {
  max-width: 100% !important;
}

.nxt-btn-arrowe {
  width: 30px;
  height: 30px;
  top: 39%;
  right: 40px;
  position: absolute;
  display: block;
  float: left;
  fill: #fff !important;
}

.nxt-btn-text {
  display: block;
}

/* .nxt-btn-combine-class{width: 90%; display: block; margin: auto;} */
.new-for-btn-sty {
  background: rgb(0 0 0);
  border: 1px solid #42ffff !important;
  color: #fff !important;
  border-radius: 15px !important;
  padding: 9px 5px !important;
}

.new-for-btn-sty:hover {
  text-decoration: none;
  color: #000 !important;
  background: #10abc5 !important;
}

.new-for-btn-sty:hover .nxt-btn-arrowe {
  fill: #000 !important;
}

.next_religion_btn,
.slsecitybtn {
  max-height: 65px;
  padding: 9px;
  border-radius: 15px !important;
  border: 2px solid #0a447733;
}

.next_religion_btn .nxt-btn-arrowe {
  width: 30px;
  height: 30px;
  top: -30px;
  right: -15px;
  position: relative;
  display: block;
  float: right;
  fill: #000 !important;
}

.special-bigone {
  min-width: 465px;
}

.special-bigone .nxt-btn-arrowe,
.thelastone .nxt-btn-arrowe {
  width: 30px;
  height: 30px;
  top: -34px;
  right: -15px;
  position: relative;
  display: block;
  float: right;
  fill: #000 !important;
}

.status-tr .status-change {
  font-size: 15px !important;
}

.B1 {
  margin-right: 4px;

}

.summaryButon {
  margin-left: -9px;
  margin-top: 120px;
}

.summaryButon1 {
  /* margin-left: -7px;
  margin-top: 12px; */
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -25px;
  margin-left: 4px;
}

.countryGroupCommon {
  border: 1px solid;
  border-color: #f20707 !important;
  /* background: #3b3b3b; */
  border-radius: 10px;
}


.whiteLineClass {
  border-bottom: 1px solid #de16160a;
}


/*date-30-04-2022 new changes by satish*/
.lang_select .box.radio_img p {
  font-size: 1.5rem;
  letter-spacing: 7px;
  font-weight: 400;
}

.lang_select .box.radio_img img {
  width: 6rem !important;
}

.fm-member-remove-margin .font-big-n {
  font-size: 1.4rem !important;
}

.profession-fnt-size,
.content h4 {
  font-size: 1.2rem !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}

.fnt-no-wgt p {
  font-weight: 100;
  font-size: 1.2rem;
}

.for-bckgrnd {
  background: #000000c7;
  padding: 10px;
}

.load-incompte-life-N h4 {
  font-size: 1.2rem !important;
}

.notop-bordr {
  border-top: 1px solid #000 !important;
}

.email-margin-btm {
  margin-bottom: 10px;
}

.background-change-makeblack {
  background: rgba(0, 0, 0, 1);
}

.brn-smry-close {
  width: 3rem;
  height: 3rem;
  background-color: #567caa !important;
  border-radius: 50%;
  z-index: 100;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  right: -5%;
  justify-content: center;
  top: 0;
}

.brnsmry-btn-1760 {
  position: absolute;
  display: flex;
  margin-left: 3px;
  margin-top: 9px;
}

.fobtn-css button:focus {
  background: #01e0fe;
  border: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.fobtn-css button {
  background: #6be9fc;
  border: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.col-with-equal-width {
  width: 100%;
}
.status-tr-1 {
  height: 91px !important;
}

.play_life .play_life_amenity .box .font_b4 {
  font-size: 22px !important;
}

@media (max-width: 1200px) {
  .status-tr-1 {
    height: 91px !important;
  }
  .advanced-pie {
    float: none !important;
  }

  .abui .width-managed .advanced-pie {
    width: 160px !important;
  }

  .fm-member-remove-margin .box {
    width: auto !important;
  }

  .fmly_member .col-auto {
    padding: 5px !important;
  }

  .abui .width-managed .advanced-pie .pie {
    transform: translate(0%, 32%) !important;
  }

  .new-for-btn-sty {
    padding: 14px 6px !important;
  }

  .logo {
    font-size: 1rem !important;
    line-height: normal !important;
  }

  .drb .nav-tabs {
    display: inline-block !important;
    padding: 15px 1px;
    width: 100%;
  }

  .drb .nav-tabs li {
    width: auto !important;
  }

  .load_life_list .width-100 {
    width: 100% !important;
    min-width: 100% !important;
  }

  .brnsmry-btn-1760 {
    position: absolute;
    display: flex;
    margin-left: 3px;
    margin-top: 8px !important;
  }
  .status-tr-1 {
    height: 50px !important;
  }
}

@media (max-width: 1450px) {
  .status-tr-1 {
    height: 91px !important;
  }
  .brnsmry-btn-1760 {
    position: absolute;
    display: flex;
    margin-left: 3px;
    margin-top: 3px !important;
  }

  .col-with-equal-width {
    width: 100%;
  }
}

.main-home-image-background g circle {
  fill: red;
}

.colo-change {
  fill: red;
}

.scroller-sec {
  width: 100%;
  overflow: auto;
}

.scroller-sec::-webkit-scrollbar {
  display: none;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


@media (min-width: 768px) {


  .tb-1 table thead tr th,
  .tb-1 .table tbody tr th,
  .tb-1 .table tbody tr td {
    padding: 5px !important;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 1024px) {
  .pets_ui figure {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
    pad: 0.5rem;
  }
  .status-tr-1 {
    height: 49px !important;
  }
  .size-big {
    max-width: 400px !important;
    right: auto;
    float: none;
    margin-right: 80px
  }

  .indication {
    padding: 0px !important;
  }

  input[type=radio] {
    transform: scale(1);
    height: 11px;
    width: 9px;
  }

  .custom-checkbox input[type=checkbox] {
    transform: scale(1);
    height: 13px;
    width: 13px;
    box-sizing: border-box;
    margin: 0px 10px 0 10px;
    vertical-align: middle;
    padding: 13px;
    transform: scale(1);
  }

  .play_life .play_life_amenity .box .font_b4 {
    font-size: 22px !important;
  }

  header .logo img {
    width: 170px !important;
    /* height: 6.4rem; */
  }

  .send-mail-icon,
  .share-netwok-icon {
    width: 33px !important;
    margin-right: 0 !important;
  }

  .sdg_amenity_modal button .material-icons {
    font-size: 24px !important;
  }

  .new_cmn_modal .modal-content {
    width: 100%;
    margin: 0 auto;
    /* margin-right: 10px; */
    /* padding: 9px 30px; */
    position: relative;
  }

  .sdg .box img {
    width: 85px;
    height: 85px;
    border-radius: 15px;
  }

  .play_life .play_life_amenity .box .font_b4 {
    font-size: 22px !important;
  }

  header .logo img {
    width: 170px !important;
    /* height: 6.4rem; */
  }

  .status-tr {
    height: 50px !important;
  }

  .drb .nav-tabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.1rem;
  }

  .tb-1 table thead tr th,
  .tb-1 .table tbody tr th,
  .tb-1 .table tbody tr td {
    font-size: xx-small;
    padding: 10px 5px;
    color: #fff;
    background: #202020;
    border: 1px solid #184D5F;
  }

  .youaredead {
    position: relative;
    top: 50%;
    display: block;
    transform: translate(0%, 0%);
    font-size: 2.2rem;
  }

  /* .home_country_select .box label {
    padding: 2.0rem 0.5rem;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
    margin: 0.5rem;
    width: 91px;
  } */

  .home_country_select .city_wraper {
    height: 65vh;
    overflow-y: scroll;
    /* padding: 0 3rem; */
  }

  .next_religion_btn .nxt-btn-text,
  .slsecitybtn {
    font-size: 1.3rem !important;
  }

  .pstyle-new p {
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 6px;
    margin-bottom: 0px !important;
    color: #fff;
  }

  .fontforSmall {
    font-size: smaller;
  }

  .fontforxsSmall {
    font-size: xx-small;
  }

  .fontforMedium {
    font-size: small;
  }

  .leilist {
    margin: 0px 4% 0 0;
    padding: 0 0 0 0px;
    float: left;
    width: 100%;
  }

  .leilist .custom-checkbox {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
  }

  .selfcapsule {
    display: flex !important;
    align-items: end !important;
    justify-content: center !important;
    padding-bottom: 0 !important;
  }

  .tb-2 .table thead tr th,
  .tb-2 .table tbody tr th,
  .tb-2 .table tbody tr td {
    padding: 10px !important;
    color: #fff;
    background: #000;
    font-size: x-small;
  }

  .expd-screen .text-darkn span {
    font-weight: 300 !important;
  }

  .drb .nav-tabs {
    display: inline-block !important;
    padding: 9px 1px;
    width: 100%;
  }


  .actionrel {
    margin-top: 8px;
  }

  .img-bg-modal-korean {
    background: url(../images/translation/korean-info-for-ipad.svg) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
  }
  .xl-font{
    font-size:larger!important;
  }

  .dlm {
    height: calc(100% - 20rem);
  }
  .w1200{
    max-width: 98vw!important;
   }

.cards-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr)!important;
  gap: 1rem;
}

}

@media (max-width: 1104px) {
  .size-big {
    max-width: 25rem !important;
    right: 14%;
    float: right;
  }
}


@media (max-width: 1274px) {
.factoidpersontextdetails ul li {
  float: left;
padding: 5px 20px;
min-width: 48%;
font-size: 0.9rem;
text-align: left;
color: #a3a3a3;
font-weight: 500;
height: auto;
border: 0;
background: #333;
margin: 0 0.1rem 0.1rem 0;
}
}
/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .play_life .play_life_amenity .box .col-auto {
    width: 20%;
  }

  .tb-1 table thead tr th,
  .tb-1 .table tbody tr th,
  .tb-1 .table tbody tr td {
    padding: 5px !important;
  }

  .writeeventbox {
    width: 70% !important;
  }

  /* input[type=radio] {
    transform: scale(1);
    height: 20px;
    width: 20px;
  } */

  /* .custom-checkbox input[type=checkbox] {
  transform: scale(1);
  height: 13px;
  width: 13px;
  box-sizing: border-box;
  margin: 0px 10px 0 10px;
  vertical-align: middle;
  padding: 13px;
  transform: scale(1);
 } */
  .new_data_table tbody tr td,
  .new_data_table thead tr th {
    padding: 10px 5px;
  }

  .well_graph-ipad {
    overflow: auto;
  }

  .new_cmn_modal .modal-content {
    width: 93%;
    margin: 0 auto;
    position: relative;
  }

  .play_life_amenity {
    /* height: 50vh;
    overflow: auto */
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

  .tb-1 table thead tr th,
  .tb-1 .table tbody tr th,
  .tb-1 .table tbody tr td {
    padding: 10px !important;
  }

  .new_data_table tbody tr td,
  .new_data_table thead tr th {
    padding: 15px;
  }

  .well_graph-ipad {
    overflow: hidden;
  }

  .play_life_amenity {
    /* height: 50vh;
    overflow: auto */
  }
}

.new_cmn_modal .modal-content {
  width: 100%;
  margin: 0 auto;

}


/*monika css */
.modal-content.lang_select.trprnt-bg-add input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#exampleModalCenter .modal-body {
  padding-bottom: 0;
}

.home_dashboard h2+h2:nth-child(2) {
  font-size: 2.8rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  gap: 4px;
  /* padding: 10px 20px 20px 20px; */
}

.play_life .fmly_member {
  border-radius: 10px 10px 0 0;
  padding: 10px 10px;
}

.last_border_bottom0.list-unstyled li {
  padding: 10px 20px;
  color: #07e0fe;
  border-bottom: 1px solid #656769 !important;
  color: #07e0fe;
}

/* .fmly_right .last_border_bottom0.list-unstyled li:last-child,
.fmly_right .last_border_bottom0.list-unstyled li:nth-child(5){
  color: #0ea5b8 !important;
}
.last_border_bottom0.list-unstyled li:last-child,
.last_border_bottom0.list-unstyled li:nth-child(5){
  color: #fff;
}
.content .last_border_bottom0.list-unstyled li:last-child,
.content .last_border_bottom0.list-unstyled li:nth-child(5){
  color: #000;
} */
.go_back_btn.text-primary {
  padding-left: 15px;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0e8a9b !important;
}

.nthchild {
  margin-top: 3px;
}

.pstyle-new {
  background: #3b3b3b;
  padding: 10px 15px;
  border-radius: 5px;
}

h1.text-primary,
h2.text-primary,
h3.text-primary,
h4.text-primary {
  color: #0fabc5 !important;
}

.well_graph h1.text-primary,
.well_graph h2.text-primary,
.well_graph h3.text-primary,
.well_graph h4.text-primary {
  color: #fff !important;
}

.disparity_table table tr:hover td:first-child {
  background: transparent;
}

#nav-tabContent .col-md-5 {
  border-right: 1px solid #0ea5b8;
  border-left: 1px solid #0ea5b8;
}

#nav-tabContent .col-md-3 .h-100 {
  border: 1px dashed #0ea5b8;
  border-radius: 10px;
}

#nav-sdg .cntrygroup-all {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#nav-sdg .cntrygroup-all.box label {
  padding: 0;
  margin: 0;
}

#nav-sdg .cntrygroup-all label p {
  font-size: 16px;
}

#nav-tabContent .font_b6.font-500 {
  text-align: left !important;
  font-weight: 300 !important;
}

#nav-sdg .col-md-5 {
  border-right: none;
}

.country_map .map_cmn,
.country_map .map_cmn .agm-map-container-inner {
  border-radius: 10px;
}

.play_life .play_life_amenity .box {
  border: 1px solid;
  border-color: #184D5F;
  padding: 10px 20px;
  margin: 0 0.5rem 1rem;
  /* max-height: 502px; */
  /* box-shadow: 1px 1px 12px 1px rgb(4 224 254); */
  border-radius: 10px;
}

.play_life .play_life_amenity .box .d-flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #545454;
}

.play_life .play_life_amenity .box .border-top.border_white_op5 {
  border: none !important;
}

.play_life .play_life_amenity .box figure {
  margin: 0;
}

.play_life .play_life_amenity .box .font_b4 {
  
  color: #43ffff !important;
}

.sdg_amenity_modal button .material-icons {
  font-size: 43px;
}

.summary .share-send-icons {
  position: absolute;
  top: 0;
  right: 0;
}

#country_info li {
  float: left;
  display: block;
  width: auto;
}

#country_info li .nav-link {
  background-color: #0f4477;
  margin-bottom: 5px;
  border: 1px solid gray;
}

/* for annimation*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.lineSpace {
  line-height: 1.8;
  font-weight: normal!important;
}

.image {
  height: 2.5rem;
}

.dead_btn .agetxt {
  padding-top: 17px;
  padding-left: 6px;
}

.xl-font{
  font-size:x-large
}

.imageOpacity{
    opacity: 0.5;
  }

  .imgSet{
    height: 25px;
    width: 25px;
  }

  .paddingClass{
    padding-top: 10px;
  }

.actionicon{
  margin-right: 10px;
}
.mediun{
  background-color: #D1B000;
}

.sdg-sub-goal-scrool {
  overflow-y: auto;
}

.go_exit_btn {
  padding-left: -15px;
}
@media screen and (max-width: 3000px) {
  .sdg .box img {width: 154px ; height: 154px ;}
  header .logo img {width: 200px;}
  .score_maxp p {font-size: 0.8rem;}
  .score_maxp p span {font-size: 1.8rem;}
  .mdl_cnt_rw {height: calc(100% - 7rem);}
  .event_text {font-size: 22px !important;}
  /* .size-big {max-width: 600px !important;} */
  .sdg.using_sdg .box {height: auto;}
  .text-block.game-summary { overflow: inherit; height: calc(100vh - 520px);}
  /* .listing_heading{margin-top: 50px;} */
 .icn-text-mr{margin-top: -6px; display: block;}
  }


  .closeWnd{
max-width: 700px!important;
}

.flagBorder{
border: 1px solid ;
color: gray;
}


.redClassForDel{
  color:red!important
}
.advanced-pie-legend .legend-items-container .legend-items .legend-item .item-value
{
  font-size: 18px!important;
  margin-top: -6px;
  margin-left: 11px;
}
.clickable-link {
  text-decoration: none!important;
  color: #05dcfa!important;
  font-style: italic;
}
.w900 {
  max-width: 900px!important;
}
.brn-smry-close-sys {
  width: 3rem;
  height: 3rem;
  background-color: #567caa !important;
  border-radius: 50%;
  z-index: 100;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  right: 0%;
  justify-content: center;
  top: 0;
}
.loading-text {
  font-size: 24px;
  color: #fff;
  animation: loadingAnimation 1s infinite alternate;
}

@keyframes loadingAnimation {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.btn-green-grad {
  padding: 0.2rem 0.5rem;
  background: rgba(0, 224, 254, 1);
  border-radius: 15px !important;
  background:#04aa6d;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00e0fe', endColorstr='#00bad3', GradientType=0);
}

.flip-card-single {
  background-color: transparent;
  width: 16rem;
  height: 20rem;
  padding: 10px;
}
.flip-card {
  background-color: transparent;
  width: 16rem;
  height: 20rem;
  padding: 10px;
}

.flip-card1 {
  background-color: transparent;
  width: 26rem;
  height: 30rem;
  padding: 10px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card1:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  /* box-shadow: 1px 1px 12px 1px rgb(255 255 255 / 50%); */
  padding: 10px;

}

.flip-card-front {
  background-color: 04aa6d;
  color: black;
  
}

.flip-card-front-single {
  background-color: 04aa6d;
  color: white;
  
}
.flip-card-back {
  background-color: #00442B;
  color: white;
  transform: rotateY(180deg);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 12px 1px rgb(255 255 255 / 50%);

}
.carhed{
  margin-top: 50%;
  font-size: 1.2rem;
  padding: 5px;
}

.carhedSdg{
  margin-top: 20%;
}



.card-font{
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}
.italic{
  font-style: italic;
}
.italicsize{
  font-size: 0.8rem;
}
.model-border-none{
  border: none!important;
  border-color: black;
}

.custom-progress-bar::-webkit-progress-value {
  background-color: #0a4477; /* Change the fill color for WebKit browsers */
}

.custom-progress-bar::-moz-progress-bar {
  background-color: #0a4477; /* Change the fill color for Firefox */
}

.custom-progress-bar::-ms-fill {
  background-color: #0a4477; /* Change the fill color for Microsoft Edge */
}

.w1000{
  max-width: 1000px!important;
}



