.navbar-btn img {
    width: auto !important;
    height: 23px !important;
}
img {
    vertical-align: middle;
}
.navbar .logo {
    margin-right: 0;
    padding-left: 0;
}
.language-icon{
    width: 22px !important;
    height: 24px !important;
}

.sm-divider {
    margin-right: 6px;
    color: #FFF;
    font-size: 18px;
    line-height: 18px;
}
.border {
    border: 1px solid #dee2e6!important;
}
.border-warning {
    border-color: #ffc107!important;
    width: 500px;
}

* {
    margin: 0;
  }
  
  .slider {
    position: relative;
    height: auto;
    width: 100%;
  }
  
  .slider-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0;
  }
  
  .slider-panel {
    position: absolute;
    bottom: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    z-index: 20;
  }
  
  .slider-panel__navigation {
    margin: 0 auto;
    padding: 10px;
    width: 70%;
    text-align: center;
  }
  
  .slider-panel__navigation i {
    margin: 0 3%;
    font-size: 15px;
  }
  
  .slider-panel__navigation i:hover, .slider-panel__navigation i:active {
    color: white;
    cursor: pointer;
  }
  
  .slider-panel__controls {
    margin: 0 auto;
    padding: 10px;
    width: 70%;
    text-align: center;
  }
  
  .slider-panel__controls i {
    margin: 0 4%;
    font-size: 40px;
  }
  
  .slider-panel__controls i:hover, .slider-panel__controls i:active {
    color: white;
    cursor: pointer;
  }
  
  .active {
    z-index: 10;
    -webkit-animation: 0.2s blur ease-in;
            animation: 0.2s blur ease-in;
  }
  
  @-webkit-keyframes circle {
    0% {
      -webkit-clip-path: circle(75%);
              clip-path: circle(75%);
    }
    100% {
      -webkit-clip-path: circle(0%);
              clip-path: circle(0%);
    }
  }
  
  @keyframes circle {
    0% {
      -webkit-clip-path: circle(75%);
              clip-path: circle(75%);
    }
    100% {
      -webkit-clip-path: circle(0%);
              clip-path: circle(0%);
    }
  }
  
  @-webkit-keyframes blur {
    0% {
      -webkit-filter: blur(10px);
              filter: blur(10px);
    }
    100% {
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }
  
  @keyframes blur {
    0% {
      -webkit-filter: blur(10px);
              filter: blur(10px);
    }
    100% {
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }


/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}


.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
    vertical-align: right;
    text-align: ;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.login_content_h1 {
  font: normal 25px Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin: 10px 0 30px;
  text-align: center; 
  border-bottom: 1px solid #000; 
  line-height: 0.1em;
}
.login_content_h1 span { 
  background:#F7F7F7; 
  padding:0 10px; 
}
.custom_login
{
  padding-top: 5px;
  padding-bottom: 0px;
}

.btn-dark {
  color: #fff;
  background-color: #4b4d50;
  border-color: #4b4d50;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #4b4d50;
  border-color: #4b4d50;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.footer_space{
  padding-bottom: 20px;
}
.myform{
  max-width: 50% !important;
}
.upper{
  padding-bottom: 20px !important;

}
.downed{
  padding-top: 20px !important;

}
.desctitle{
  color: rgb(153, 152, 152);
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: small;
  font-weight: lighter;
}
#uic_code{
  width: 300px;
}
/* bkh */
#registerform{
  width: 300px !important;
  margin-top: 10px !important;
}
.CovidHomeStatistic__title_p {
  margin: 0;
  font-size: 16px;
  color: #000;
  opacity: .5;
  font-family: Manrope,Open Sans,sans-serif!important;
  text-decoration: none;
  font-weight: 400 !important;
}

.bs-callout {
  padding: 5px;
  margin: 0px 0;
  border: 0px solid;
  border-left-width: 4px;
  border-left-color:rgb(255, 0, 0) !important;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 0px;
  font-family: Roboto Slab,serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #002468!important;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout+.bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.card-box {
  position: relative;
  color: #fff;
  padding: 20px 10px 10px;
  margin: 20px 0px;
  border-radius: 20px;
}
.card-box:hover {
  text-decoration: none;
  color: #f1f1f1;
}
.card-box:hover .icon i {
  font-size: 100px;
  transition: 1s;
  -webkit-transition: 1s;
}
.card-box .inner {
  padding: 5px 10px 0 10px;
}
.card-box h3 {
  min-width: 180px;
  padding-top: 5px;
  font-family: Roboto Slab,serif;
  font-weight: 700;
  font-size: 26px !important;
}
.card-box h3 span{
  float: right;
  padding-top: 5px;
  font-size: 18px;
}

.card-box p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid hsla(0,0%,100%,.2);
}
.card-box .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 72px;
  color: rgba(0, 0, 0, 0.15);
}
.card-box .card-box-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  text-decoration: none;
}
.card-box:hover .card-box-footer {
  background: rgba(0, 0, 0, 0.3);
}
.bg-blue {
  background-color: #00c0ef !important;
}
.bg-vacc {
  background-color: #004dd9 !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-orange {
  background-color: #f39c12 !important;
}
.bg-red {
  background-color: #d9534f !important;
}
.bg-dark {
  background-color: #000 !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
      width: 20%;
      float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
      width: 20%;
      float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
      width: 20%;
      float: left;
  }
}
.news-title1{
  margin-top: 30px;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.banner1{
  padding-left: 0px !important;
}
.banner2{
  padding-right: 0px !important;
}
.card-box1  {
  color: #fff;
  padding: 20px 20px 20px;
  margin: 20px 0px;
  border-radius: 10px;
  min-height: 80px;
  vertical-align: middle;
}
.card-box1 :hover {
  text-decoration: none;
  color: #f1f1f1;
}
.card-box1 :hover .icon i {
  font-size: 100px;
  transition: 1s;
  -webkit-transition: 1s;
}
.card-box1  .inner {
  padding: 5px 10px 0 10px;
}
.card-box1  h3 {
  min-width: 180px;
  padding-top: 5px;
  font-family: Roboto Slab,serif;
  font-weight: 700;
  font-size: 26px !important;
}
.card-box1  h3 span{
  float: right;
  padding-top: 5px;
  font-size: 18px;
}

.card-box1  p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid hsla(0,0%,100%,.2);
}
.card-box1  .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 72px;
  color: rgba(0, 0, 0, 0.15);
}
.card-box1  .card-box1 -footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  text-decoration: none;
}
.card-box1 :hover .card-box1 -footer {
  background: rgba(0, 0, 0, 0.3);
}
.wells {
  min-height: 20px;
  margin-bottom: 20px;
  border: 1px solid #cbd5e0;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  height: 150px;
}

.text-center {
  margin:auto; display:table;
}

.text-gray {
  color: #718096;
}
.text-red {
  color: #e53e3e;
}
.text-green{
  color: #38a169;
}
.flex-wrapper {
  display: flex;
  margin-bottom: 20px;
  vertical-align: middle ;
  max-height: 150px; 
}

.single-chart {
  width: 50%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 20px auto;
  padding-left: 10px;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
.single-chart-text {
  width: 50%;
  justify-content: space-around ;
  padding: 50px 10px;
  font-weight: 700 !important;
  font-size: 1.5rem  !important;
}

#labelDiv {
  font-size: 70px;
  position: absolute;
  top: 280px;
  left: 100px;
  z-index: 1;
}
#can {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.chart-container{
  padding: 0px !important;
  margin: 0px !important;
  border: 1px solid #cbd5e0;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.card-brd{
  border: 1px solid #ccc;
  border-radius: 15px;  
}

.card {
  padding: 0px 15px !important;
}

.text-2xl {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
}
.font-bold {
  font-weight: 700;
}
.v-line{
 padding-top: 30px;
 padding-bottom: 30px;
 text-align: center;
 vertical-align: middle;
}
.left{
  display: block;
  float:left;
   width: 100px;
}

.right{
  display: block;
  float:right;
   width: 100px;
  
}
.text-1xl {
  font-size: 2.0rem !important;
  font-weight: 700 !important;
}

iframe {
    position: fixed;
    background: #000;
    border: none;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.iframe-top {
    padding-top:130px;
    margin-top:100px;
}