body {
  padding: 0;
  margin: 0;
  font-family: "Poppins" !important;
  overflow: hidden;
}
.page_container {
  width: 100%;  
  /* background: url(../images/hdback2.jpg) center no-repeat; */
  /* background-size: cover; */
  margin: 0 auto;
  /* overflow: hidden; */
  background: #3b59db;
  background: linear-gradient(rgba(59, 89, 219, 1) 0%, rgba(14, 53, 230, 1) 42%, rgba(25, 5, 176, 1) 100%);
}
.page_head {
  top: 0;
  height: 60px;
  width: 100%;
  color: white;
  font-weight: bold;
}
.page_head span {
  padding: 15px;
  float: left;
}
.add_city {
  float: right !important;
  cursor: pointer;
  padding-right: 18px !important;
}
.page_body {
  width: 100%;
  height: 100vh;
}
.page_footer {
  bottom: 0;
  width: 100%;
  height: 60px;
}
.footer_css {
  background: url(../images/Stars-PNG-File.png) no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: cover;
  margin: 5px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
}
.time_currentlocation_top_css p {
  text-align: center;
  padding-top: 15px;
  font-size: 30px;
  margin-bottom: 0rem !important;
  font-weight: bold;
  color: #1d326a;
}
.time_currentlocation_bottom_css p {
  line-height: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #1d326a;
}
.timezone_current_css {
  font-size: 14px !important;
  color: #1d326a;
}
.other_country_timeformat_head_css {
  font-weight: 600;
  margin-bottom: 0px !important;

  /* custom css*/
  font-size: 12px;
}
.other_country_timeformat_css {
  font-size: 12px;
}
/* .time_css {
  padding-top: 15px;
  padding-left: 0px !important;
} */
.other_time {
  font-weight: 600;
  float: right;
}
.other_time_period {
  font-size: 18px;
}
.container {
  height: 50%;
  overflow: auto;
}
.container .row {
  margin-bottom: 5px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #3159b8;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 5px;
}
.model_css {
  width: 100%;
  height: 130px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
  border-color: rgba(223, 225, 229, 0);
  z-index: 1;
  position: fixed;
  bottom: 0px;
  display: none;
}
.model_css span {
  padding: 10px 15px;
  float: left;
}
.text_css {
  font-size: 14px !important;
}
.add_css {
  margin-top: 5px;
  float: right;
  padding-right: 14px;
}
.button_css {
  background-color: #3159b8 !important;
  border: #3159b8 !important;
}
.button_css :active {
  border: #3159b8 !important;
}
.ahead_css {
  color: #266233 !important;
}

.behind_css {
  color: #b02929 !important;
}
.card {
  cursor: pointer;
}
.model_time_css {
  width: 100%;
  height: 220px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
  border-color: rgba(223, 225, 229, 0);
  z-index: 1;
  position: fixed;
  bottom: 0px;
  display: none;
}
