img {
  max-width: 75%;
  height: auto;
}
.graybg {
    background: #eeeeee;
}
.darkbg {
    background: #151515;
}
.c-d-w {
    max-width: 600px;
    text-align: center;
    position: relative;
    margin: auto;
}

.c-data {
    text-align: center;
    display: inline-block;
    overflow: hidden;
    width: 49.5%;
    margin-top: 5px;
}
.d-img-l {
    max-width: 150px;
    margin-left: 5px;
    text-align: left;
    float: left;
}
.d-img-r {
    max-width: 150px;
    margin-right: 5px;
    text-align: right;
    float: right;
}

.d-fil-l {
    margin-left: 5px;
    max-width: 47%;
    display: inline-block;
    text-align: left;
    float:left;
    font-size: 14px;
    font-weight: bold;
}
.d-fil-r {
    margin-right: 5px;
    max-width: 47%;
    display: inline-block;
    text-align: right;
    float:right;
    font-size: 14px;
    font-weight: bold;
}
.d-data {
    margin-top: 8px;
}
.d-m-top {
    margin-top: 12px;
}

.m-data {
    text-align: center;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
}
.d-m-l {
    margin-left: 18px;
    max-width: 40%;
    display: inline-block;
    text-align: left;
    float:left;
    font-size: 14px;
    font-weight: bold;
}
.d-m-r {
    margin-right: 18px;
    max-width: 40%;
    display: inline-block;
    text-align: right;
    float:right;
    font-size: 14px;
    font-weight: bold;
}
.d-img-i {
    min-width: 85px;
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: 10px;
}
.d-m-data {
    margin-top: 5px;
    margin-bottom: 10px;
}
@media screen and (max-width: 439px) {
    .d-m-l {
        margin-left: 16px;
    }
    .d-m-r {
        margin-right: 16px;
    }
    .c-data {
        width: 48%;
    }
   .d-img-l, .d-fil-l {
        margin-left: auto;
   }
   .d-img-r, .d-fil-r {
        margin-right: auto;
   }
}
@media screen and (max-width: 339px) {
    .d-m-l {
        margin-left: 14px;
    }
    .d-m-r {
        margin-right: 14px;
    }
}

.ybar {
    margin-bottom:10px;
    border-radius: 25px;
    background: #FEEA3B;
    background: #73AD21;
    height: 35px;
    width: 98%;
    box-shadow: 0px 5px  10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px  10px  rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 5px 10px  rgba(0,0,0,0.6);
    -o-box-shadow: 0px 5px 10px  rgba(0,0,0,0.6);
}
.y-fil-l {
    margin-left: 14px;
    max-width: 47%;
    display: inline-block;
    text-align: left;
    float:left;
    font-size: 16px;
    line-height: 2.3;
    color: #F44336;
    color: #FFFFFF;
}
.y-fil-r {
    margin-right: 14px;
    max-width: 47%;
    display: inline-block;
    text-align: right;
    float:right;
    font-size: 16px;
    line-height: 2.3;
}
.y-fil-m {
    max-width: 20%;
    display: inline-block;
    text-align: center;
    float:center;
    font-size: 16px;
    line-height: 2.3;
    color: #2006D7;
    color: #000000;
}
.y-fil-m img {
    margin-bottom: 3px;
    vertical-align: middle;
    max-height: 24px;
    max-width: 24px;
}
.t-fil-l {
    margin-left: 10px;
    max-width: 48%;
    display: inline-block;
    text-align: left;
    float:left;
    font-size: 13px;
    line-height: 2.8;
}
.t-fil-r {
    margin-right: 10px;
    max-width: 48%;
    display: inline-block;
    text-align: right;
    float:right;
    font-size: 13px;
    line-height: 2.8;
}
.u-fil-l {
    margin-left: 14px;
    max-width: 67%;
    display: inline-block;
    text-align: left;
    float:left;
    font-size: 12px;
}
.u-fil-r {
    margin-right: 14px;
    max-width: 27%;
    display: inline-block;
    text-align: right;
    float:right;
    font-size: 12px;
    color: #0000FF;
}
.i-d-m-r {
    margin-right: 20px;
}
.i-d-m-l {
    margin-left: 20px;
}

.theme-loading {
    cursor: pointer;
}
.theme-loading:active {
    animation: press 0.2s 1 linear;
}
@keyframes press {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.82);
  }
  to {
    transform: scale(1);
  }
}

.b-color {
    color: #2196F2;
}
.g-color {
    color: #4CAF50;
}
.o-color {
    color: #FE9800;
}
.r-color {
    color: #F00E2F;
}

.switch_dm {
  font-size: 17px;
  position: absolute;
  display: inline-block;
  width: 3.0em;
  height: 1.5em;
  top: 15px;
  right: 15px;
}
.switch_dm input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch_dm .slider {
  --background: #333333;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--background);
  transition: .5s;
  border-radius: 30px;

}
.switch_dm .slider:before {
  position: absolute;
  content: "";
  height: 1.2em;
  width: 1.2em;
  border-radius: 50%;
  left: 10%;
  bottom: 10%;
  box-shadow: inset 6px -4px 0px 0px #fff000;
  background: var(--background);
  transition: .5s;
}
input:checked + .slider {
  background-color: #522ba7;
}
input:checked + .slider:before {
  transform: translateX(100%);
  box-shadow: inset 15px -4px 0px 15px #fff000;
}

.b_blink {
    animation: b_blinker 1.2s linear infinite;
}
@keyframes b_blinker {
    10% { opacity: 0; }
}