@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400;500;600;700&display=swap');
body{
  color:#000;
  font-size:18px;
  font-weight:400;
  line-height: 25px; 
  overflow-x: hidden;
  padding-right: 0 !important;
  text-transform: none;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
.navbar {
  background-color: transparent !important;
  padding-top: 0;
  padding-bottom: 0;
}
.col-md-3.col-sm-3.col-xs-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.btnX {
  font-family: 'DynaPuff', cursive;
  padding: 0 15px;
  height: 95px;
  margin: 0;
  background-size: 100%;
  background-image: linear-gradient(#1d62ae, #1d62ae);
 /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);*/
  border: 0;
  color: #FFF;
  font-size: 30px;
  line-height: 35px;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  text-align: center;
  display: block;
  width: 100%;
  color: #f4d29b;
  text-transform: uppercase;
}
.container-main .col-md-3:last-child .btnX {
   /*background-image: linear-gradient(#f4d29b, #f4d29b);
   color: #1d62ae;*/
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
}
.btnX span{
  z-index:10;
  position:relative;
}

.btnX--glow {
  position:relative;
  overflow:hidden;
}

.btnX--glow:before{
  content:'';
  position: absolute;
  left: -20%;
  top:-10%;
  width: 0;
  height: 100%;
  transform: rotate(15deg) scale(1, 2);
  box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);
  /*animation: button-glow 3000ms ease-in-out infinite;*/
}
.btnX:hover {
  opacity: .9;
}
@keyframes button-glow {
  0% {
    left: -20%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.text-right {
  text-align: right;
}
.tabel-total-x {
  position: relative;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  background-color: transparent;
}
.card-body {
  padding: 0;
}
.container-main {
  margin-top: 10px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img {
  height: 70px;
  margin-left: 25px;
}
.btn-outline-primaryX {
  width:33px;
  line-height: 20px;
  background-color: #1d62ae;
  border: 1px solid #1d62ae;
  color:#fff;
}
.btn-successX,
.btn-successX:active,
.btn-successX:visited {
  background-color: #00A36C !important;
  border: 1px solid #00A36C !important;
  color:#fff;
  margin-right: 25px;
}
.table td {
  line-height: 35px;
}
.btn.btn-primary {
  background-color: #fff;
  border: 1px solid #fff;
  width: 33px;
  height: 30px;
  padding: 0;
}
.tabel-total-x {
  border: none !important;
  margin-top: 0px;
  border-top:2px solid #1d62ae !important;
  border-radius: 0;
  padding-top: 5px;

}
h3.total-tdX {
  border: none !important;
  font-size: 50px;
  margin-top: 10px;
}
img.x-image {
  height: 11px;
}
.card.mb-4 {
  margin-bottom: 15px !important;
}
.home #wpadminbar {
  display: none !important;
}