.earn-points-sec {
  padding-bottom: 20px;
  text-align: right;
}

.custom-poptopheadcls {
  background-color: #0f8c7c;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.custom-poptopheadcls h3 {
  font-size: 16px !important;
}

.custom-popup-main-sec {
  padding: 20px 0;
  margin-top: 4em;
  text-align: center;
  position: relative;
}

.cuspad0cls {
  padding: 0 !important;
}

.custom-popup-footsec {
  background-color: #0f8c7c;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.custom-popup-footsec .slotmaru-point-guide-link {
  color: #fff;
  display: block;
  text-decoration: none;
  width: 100%;
}

.custom-popup-footsec .slotmaru-point-guide-link:hover,
.custom-popup-footsec .slotmaru-point-guide-link:focus {
  color: #fff;
  text-decoration: none;
}

.pointinputgrp {
  position: absolute;
  right: 25px;
  top: 0px;
  font-size: 20px;
}

#pointVal {
  border: 1px solid #ddd;
  height: 40px;
  width: 95%;
  padding-left: 15px;
  padding-right: 75px;
  text-align: right;
  position: relative;
  font-size: 20px;
}

.pointinputcls {
  position: relative;
}

.pointinputtop {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}

.custom-receive-points-sec {
  text-align: center;
  padding-top: 15px;
}

.custom-receive-points {
  padding: 10px;
  width: 95%;
}

.remaintimemsgsec {
  padding-top: 10px;
  text-align: center;
  width: 95%;
  padding-bottom: 20px;
}

.expirymsgsec {
  padding-top: 20px;
  text-align: center;
  width: 95%;
}

/** Points Schedule Countdown **/
.timeschcls {
  display: inline-block;
  min-width: 80px;
  height: 80px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  cursor: pointer;
  margin: 0 10px;
}

.tclklbl {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
}

/** Points Schedule Countdown **/
.point-level-setting-head {
  padding: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 320px) and (max-width: 767px) {
  .timeschcls {
    display: inline-block;
    min-width: 60px;
    height: 80px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    cursor: pointer;
    margin: 0 10px;
  }
}

.earn-points-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
