/*start-common-css*/
.card-header{
    background-color:#4f5467!important;
}
.modal-header{
    background-color:#4f5467!important;
    color:white!important;
}
.topbar .top-navbar .navbar-header{
    margin-top: -21px!important;
}
thead{
    background-color:#4f5467!important;
    color:white!important;
}
#menuBar{
    right: 0px!important;
    top: 64px!important;
}
.mini-sidebar .navbar-header{
   display:none!important;
}
.ps__scrollbar-x-rail, .ps__scrollbar-y-rail{
   display:none!important;
}
.sidebar-nav ul li a{
    color: black;
    font-weight: 500;
}
.sidebar-nav>ul>li>a i{
    color: black;
    font-weight: 500;
}
.sidebar-nav .has-arrow::after{
    color: black;
    border-color: black;
}

body {
  font-family: "Open Sans", Arial;
  background: #EEE;
}
.pieID {
  display: inline-block;
  vertical-align: top;
}
.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 30px 30px 0;
}
.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #EEE;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}
.pie::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
  margin: 220px auto;
  
}
.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  animation: bake-pie 1s;
}
.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}
.legend {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  padding: 15px;
  font-size: 13px;
  box-shadow: 1px 1px 0 #DDD,
              2px 2px 0 #BBB;
}
.legend li {
  width: 136px;
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
}
.legend em {
  font-style: normal;
}
.legend span {
  float: right;
}
footer {
position: fixed;
bottom: 0;
right: 0;
font-size: 13px;
background: #DDD;
padding: 5px 10px;
margin: 5px;
}
.preloader{
display:block!important;
background-color:#000000c4!important;
}
.myNewDay{
background-color:#08b108;
color:white;
font-weight:600;
margin-top: 19%;
margin-left: 48%;
border-radius: 50%;
height: 137px;
width: 137px;
font-size:19px;
}
.font-s18{
    font-size:18px !important;
}
.o-cover{
    object-fit:cover !important;
}
.table td, .table th{
    padding:0.5rem;
}
.table-bordered td{
    font-size:13px; 
}
/*close-common-css*/

.mtz-dashboard{
    margin-top:15px;
    padding:10px 0px;
    background-color:#fff;
}
.mtz-dashboard h1{
    color:#303030;
    font-size:20px;
    font-weight:600;
}
.mtz-dashboard .form-group label{
    width:100%;
    margin-bottom:0px;
    color:#999;
    font-size:13px;
    font-weight:600;
}
.mtz-dashboard .form-group .custom-select{
    width:unset;
    display:block;
    padding:0px;
    border:0px;
    color:#303030;
    font-size:14px;
    font-weight:500;
}
.mtz-dashboard .form-group span{
    margin-top:-7px;
    display:flex;
    align-items:center;
}
.mtz-dashboard .dropdown.bootstrap-select{
    width:unset !important;
    min-width:68px;
    background:transparent;
}
.mtz-dashboard .btn.dropdown-toggle{
    width:unset;
    padding:0px;
    background:transparent;
    border:0px;
}
.mtz-dashboard .btn.dropdown-toggle:before{
    display:none;
}
.mtz-dashboard .btn.dropdown-toggle:focus{
    background:transparent;
    box-shadow:none;
    outline:0px !important;
}
.mtz-dashboard .btn-secondary:not(:disabled):not(.disabled):active:focus{
    box-shadow:none;
}
.mtz-dashboard .dropdown-toggle::after{
    display:none;
}
.mtz-dashboard .filter-option{
    width:fit-content !important;
    position:relative !important;
}
.mtz-dashboard .filter-option:after{
    content:"";
    display:inline-block;
    margin-left:0.255em;
    vertical-align:0.255em;
    border-top:0.3em solid;
    border-right:0.3em solid transparent;
    border-bottom:0;
    border-left:0.3em solid transparent;
    position:absolute;
    top:10px;
    right:-15px;
}
.customtab li a.nav-link, .profile-tab li a.nav-link{
    margin-right:30px;
    padding:15px 15px 15px 0px;
    color:#959595 !important;
    font-size:15px;
    font-weight:500;
}
.customtab li a.nav-link, .profile-tab li a.nav-link h3{
    margin-top:5px;
    color:#303030 !important;
    font-size:16px;
    font-weight:500;
}
.customtab li a.nav-link.active, .profile-tab li a.nav-link.active{
    border-bottom:3px solid #fb9678;
}
.mtz-payment-card .text-muted{
    font-size:14px;
    font-weight:500;
}
.mtz-payment-card .counter{
    margin-top:5px;
    font-size:19px;
    font-weight:500;
}
.vendor-info-details h1{
    margin:0px 0px 15px;
    padding-bottom:5px;
    color:#000;
    font-size:18px;
    font-weight:600;
    border-bottom:1px solid #dee2e6;
}
.vendor-info-details .col-md-3{
    margin-bottom:20px;
}
.vendor-info-details label{
    margin:0px;
    color:#555;
    font-size:14px;
    font-weight:500;
}
.vendor-info-details p{
    color:#303030;
    font-size:15px;
    font-weight:600;
}

.glow {
  font-size:45px;
  color: white;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
  text-align: center;
  font-family: cursive;
/*  margin-right:15%;*/
  padding-top: 15px;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}
  
to{
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
.img{
    height: 110px;
    margin-top: -18px;
}
.img2{
    margin-top: -18px;
    float: right;
}
.newcard{
    border:solid 1px purple!important;
    border-radius:10px !important;
    box-shadow: inset 1px -2px 11px 2px !important;
    height:90px!important;
}
.carousel-item{
    line-height:20px;
}

.go{
    height: 50px;
    margin-top: 26px;
/*    border-radius: 12px;*/
    box-shadow: -2px 1px 15px 0px #fff;
}
.logo{
    height: 85px;
    padding: 4px;
    margin-left: 25px;
    margin-top: 6px;
    border-radius: 50%;
}
.spin{
    margin-right: 40%!important;
    margin-bottom: 17px!important;
    background: purple!important;
    font-size: 16px!important;
    font-weight: 600!important;
    color: white!important;
}
.subHead{
    font-size:15px!important;
    text-align:center!important;
    color:white;
    font-weight:bold;
    font-family:cursive;
    padding:17px;
}
.zoom-in-zoom-out {
  margin:2px;
  animation: zoom-in-zoom-out 4s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.giftimage{
    border-radius:5%;
    height:135px!important;
    width:175px!important;
    box-shadow: 2px 2px 9px 4px #fff;
    border: solid 1px white;
}

/*lucky draw*/

#string-container {
    border: 1px solid #ff0080;
    box-shadow: 2px 0px 17px 2px #e60073;
    margin-top: 15px;
    font-size: 50px!important;
    padding-top:42%;
}

#heading {
  text-align: center;
  font-family: cursive;
  margin-bottom:10px;
}
.btn-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073,
      0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
}

#lottery-button {
    display: block;
    background-color: #ffffff;
    color: #000;
    border: none;
    cursor: pointer;
    margin-left:-9%;
}
.btn-div button {
    width:120px;
    font-size: 16px;
    margin-top: 0px;
    height:50px;
}
#reset-button {
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
  }

#lottery-button:disabled,
#lottery-button:disabled:hover {
  background-color: #494b49;
  cursor: not-allowed;
  box-shadow: none;
  color: #fff;
}

#lucky-rst {
  color: #fff;
  position: absolute;
/*  left: 50%;*/
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top:10%!important;
}
#lucky-rst2 {
  color: #fff;
  position: absolute;
/*  left: 50%;*/
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top:10%!important;
}
.hidden {
  display: none;
}

