@font-face {
  font-family: poppinsRegular;
  src: url(../../uploads/fonts/POPPINS-REGULAR.TTF);
}
.backgroundGradient {
  background: linear-gradient(196.89deg, #018741 0%, #014421 103.24%);
}
.loginPage {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentAlign {
  display: flex;
  justify-content: center;
  align-items: center;
}
.textAlign {
  text-align: center;
  color: white;
}
.inputFields {
  border-radius: 100px;
  border: 1px solid white;
  box-shadow: none !important;
}
.labelText {
  color: white;
  font-weight: 600;
}
.positionIcon {
  position: relative;
}
.eyeIcon {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #014421;
}
.forgotText {
  cursor: pointer;
  color: white;
  text-decoration: none;
  font-size: 16px;
}
.forgotText:hover {
  color: white;
}
.loginBtn {
  color: #014421 !important;
  background-color: white !important;
  width: 50%;
  border-radius: 20px;
  font-weight: bold;
  font-family: poppinsRegular !important;
}
.loginBtn:hover {
  color: #014421;
  background-color: white;
}

/* forgot password screen */

.forgotText {
  color: white;
  text-align: center;
  font-weight: bold;
}

/* Header */

.modalHeader {
  margin: 1rem 7rem;
}
.modalFooter {
  border-top: none !important;
  justify-content: space-around !important;
}
.modalBtn {
  color: #014421 !important ;
  font-weight: 600 !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #018741, #014421) border-box;
  border-radius: 5px !important;
  border: 2px solid transparent;
  width: 30% !important;
  outline: 0;
  font-family: poppinsRegular !important;
}
.modalBtn:hover {
  color: white !important;
  background: linear-gradient(to right, #018741, #014421) border-box;
}
.modalBtn:active {
  color: white !important;
  background: linear-gradient(to right, #018741, #014421) border-box;
}
.notification-menu {
  top: 18px !important;
  left: 15px !important;
  transform: translate3d(910px, 55px, 0px) !important;
  width: 400px;
  border: none !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25) !important;
  border-radius: 12px !important;
  padding: 13px !important;
}
.notifyBrdr {
  border-bottom: 1px solid #e9ecef;
  padding: 10px 13px;
}
.msgBrdr {
  border-right: 1px solid #e9ecef !important;
  margin: 0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.notificationbadge {
  background-color: #014421;
  border-radius: 10px !important;
  position: absolute;
  top: 0px;
  right: 10px;
}
.badge1 {
  background-color: #014421;
  border-radius: 10px !important;
  position: absolute;
  bottom: 16px;
  right: 0px;
}
.notificationText {
  text-align: center;
  color: #014421;
  font-weight: 700;
  font-family: poppinsRegular !important;
}
.notifiMsg {
  color: #9d9d9d;
}
.btn-view {
  background: linear-gradient(to right, #018741, #014421) border-box;
  color: white !important;
  padding: 3px 14px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-family: poppinsRegular !important;
}

/* sidenav  */
.sidenavAlign {
  height: 100vh;
  position: relative !important;
}
.navi {
  height: 1300px !important;
  position: absolute !important;
  top: 0 !important;
  left: 15px !important;
  background: linear-gradient(196.89deg, #018741 0%, #014421 103.24%);
  border-radius: 5px;
}
.infoi {
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 15px !important;
  z-index: 10;
}
.navText {
  color: #4d4d4d;
  font-family: poppinsRegular !important;
  /* white-space: nowrap; */
}
.navText:hover {
  color: #4d4d4d;
}
.svgIcon {
  width: 57px;
  height: 53px;
  padding: 14px 17px;
}
.activeCls .svgIcon {
  background-color: white;
  border-radius: 5px;
}
.activeCls .navText {
  color: #014421;
  font-weight: 600;
}
.activeCls svg path {
  fill: #014421;
}

/* scrollBar */

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(196.89deg, #018741 0%, #014421 103.24%);
  border-radius: 10px;
}
::selection {
  color: white;
  background: #014421;
}

/* Dashboard */
.heading {
  color: #014421;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  font-family: poppinsRegular !important;
}
.heading:hover {
  color: #014421;
}
.headingNormal {
  color: #4d4d4d;
  font-weight: 600;
  text-decoration: none;
  font-family: poppinsRegular !important;
}
.headingNormal:hover {
  color: #4d4d4d;
}
.selectOptionWidth {
  border: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 250px;
  color: #4d4d4d;
  font-family: poppinsRegular !important;
  cursor: pointer;
}
.selectOption {
  border: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 150px;
  color: #4d4d4d;
  font-family: poppinsRegular !important;
  cursor: pointer;
}
.selectOption:focus {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.selectOptionWidth:focus {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.datePicker {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  border: 0;
  height: 36px;
  text-indent: 4px;
  outline: none;
  color: #4d4d4d;
  font-family: poppinsRegular !important;
}
.cardBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.cardCount {
  font-size: 2rem;
  color: #4d4d4d;
  font-family: poppinsRegular !important;
}
.cardName {
  color: #4d4d4d;
  font-size: 18px;
  margin-top: 10px;
  font-family: poppinsRegular !important;
}
.tableHead {
  color: #014421;
  font-size: 14px;
  text-align: center !important;
  font-family: poppinsRegular !important;
}
.tableData {
  color: #4d4d4d;
  font-size: 15px;
  text-align: center !important;
  font-family: poppinsRegular !important;
}
td {
  color: #4d4d4d;
  text-align: center !important;
  font-family: poppinsRegular !important;
}
.dataTables_wrapper.no-footer {
  border: 1px solid white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.dataTables_paginate.paging_simple_numbers {
  padding: 15px;
}
.fasfaEye {
  color: #014421;
  cursor: pointer;
}
.fasfaTrash {
  cursor: pointer;
}
.fasfaBan {
  color: #ff0000;
  cursor: pointer;
}
.downloadText {
  color: #4d4d4d;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
}
.downloadText:hover {
  color: #4d4d4d;
}
.dismissIcon {
  color: #014421;
}
.btn-close:focus {
  box-shadow: none;
}
.cardLabel {
  color: #4d4d4d;
  font-weight: 600;
}
.cardView {
  color: #4d4d4d;
}
.descriptionScroll {
  max-height: 150px;
  overflow-y: scroll;
}
.textLeft {
  text-align: left !important;
}
.statusClr {
  color: #399600;
}

/* subscriber */

.subscriber {
  border: 1px solid white;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
  padding: 8px 10px;
  margin: 0px;
}
.heading1 {
  color: #4d4d4d !important;
  font-weight: 600;
}
.sub_info {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
}
.sub_data {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
}
.tabText {
  color: #000000;
  font-size: 14px;
}
.nav-pills .nav-link.active {
  background-color: #014421;
  color: white !important;
}
.durationtabs {
  box-sizing: border-box;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  margin-right: 12px;
}
.tabText:hover {
  color: black !important;
}

/* Testimonials */
.addButton {
  color: #014421;
  font-weight: 700;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  padding: 7px 30px;
  cursor: pointer;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border: none;
  outline: none;
  font-family: poppinsRegular !important;
}
.plusCard {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  border: 1px solid #252525;
  width: auto;
  height: 170px;
  cursor: pointer;
}
.imageUpload {
  color: #014421;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.titleInput {
  border: 1px solid #4d4d4d;
  border-radius: 100px;
  /* text-indent: 10px; */
}
.jobModal {
  border: 1px solid #4d4d4d;
  border-radius: 100px;
  text-indent: 10px;
  height: 30px;
}
.select2-container--default {
  width: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 30px !important;
  position: absolute;
  top: 1px;
  right: 7px !important;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #4d4d4d !important;
  line-height: 32px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #4d4d4d !important;
  border-radius: 100px !important;
  height: 35px !important;
}
.selectize-input {
  border: 1px solid #4d4d4d !important;
  border-radius: 100px !important;
}
.titleInput:focus {
  box-shadow: none;
  border: 1px solid #4d4d4d;
}
.titleName {
  color: #4d4d4d;
  font-weight: 600;
}
.uploadSize {
  color: #4d4d4d;
  font-family: poppinsRegular;
  font-size: 11px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.uploadSizes {
  color: #4d4d4d;
  font-family: poppinsRegular;
  font-size: 12px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.notesty {
  color: red;
  font-weight: 700;
}
.imageSize {
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imageTitile {
  color: #014421;
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  max-width: 235px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}

.imageTitile1 {
  color: #014421;
  font-weight: 600;
  font-size: 16px;
  height: 40px;
}
.imageWidth {
  width: 256px;
  height: 170px;
}
.displayPath {
  display: none;
}
.dataTables_length {
  display: none;
}
.dataTables_info {
  display: none;
}
.dataTables_paginate {
  display: flex;
  justify-content: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  min-width: 35px !important;
  min-height: 35px;
  border: 1px solid #014421 !important;
  border-radius: 50px !important;
  background-color: #014421 !important;
  color: white !important;
  margin: 2px !important;
  padding: 5px !important;
  font-weight: 400;
  font-size: 16px;
}
.dataTables_paginate.paging_simple_numbers .paginate_button {
  font-size: 16px;
  font-weight: 900;
  border: 1px solid #4d4d4d !important;
  border-radius: 50px !important;
  min-width: 35px !important;
  min-height: 35px;
  padding: 4px !important;
  margin: 3px !important;
  color: #4d4d4d !important;
  cursor: pointer !important;
}

/* Adds */

.stateBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  border: 1px solid white;
  box-shadow: 0px 0px 3.57791px rgba(0, 0, 0, 0.25);
  border-radius: 8.94477px;
  color: #014421;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  font-family: poppinsRegular;
}
.stateBox:hover {
  background: linear-gradient(196.89deg, #018741 0%, #014421 103.24%);
  color: white;
}
.textAreaForm {
  border: 1px solid #4d4d4d;
}
.textAreaForm:focus {
  border: 1px solid #4d4d4d;
  box-shadow: none !important;
}
.btn-paused {
  background: linear-gradient(to right, #018741, #014421) border-box;
  color: white !important;
  padding: 0px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  height: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-family: poppinsRegular;
}
.btn-pause {
  background: white;
  color: #014421 !important;
  padding: 0px 25px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  height: 30px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: poppinsRegular;
}
.usersCount {
  color: #4d4d4d;
  font-family: poppinsRegular;
  word-break: break-all;
}
.bgTestmonialAdmin {
  background-repeat: no-repeat;
  mix-blend-mode: normal;
  border-radius: 10px;
  background-size: cover;
  width: auto;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.statesScroll {
  max-height: 560px;
  overflow-y: scroll;
}

/* Transaction Screen */

.amountText {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 600;
  font-family: poppinsRegular;
}
.editText {
  color: #014421;
  font-family: poppinsRegular;
  font-weight: 600;
}
.amountCard {
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  height: 145px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  cursor: pointer;
}
.amountTotal {
  font-size: 3rem;
  font-weight: 600;
  color: #4d4d4d;
  font-family: poppinsRegular;
}
.amountGST {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4d4d4d;
  font-family: poppinsRegular;
}
.viewsTotal {
  color: #014421;
  font-size: 1.375rem;
  font-weight: 600;
  padding: 0 6rem;
  text-align: center;
  font-family: poppinsRegular;
}
.viewsAmount {
  color: #4d4d4d;
  font-size: 1.375rem;
  font-family: poppinsRegular;
  text-align: center;
}

/* Special Login */

.profileCard {
  width: 50px;
  height: 50px;
  border: 1px solid #4d4d4d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profileCard:hover,
.selected {
  background-color: #4d4d4d;
  cursor: pointer;
}
.profileCard:hover .profilesvg path,
.selected .profilesvg path {
  fill: white;
}
.profileGender {
  color: #4d4d4d;
  text-align: center;
  font-size: 14px;
  font-family: poppinsRegular;
}
.adminvideoPlayer {
  height: 350px;
  width: 100%;
}
.arrowCircle {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  padding: 1px 5px;
  background: linear-gradient(196.89deg, #018741 0%, #014421 103.24%);
  margin-right: 10px;
  cursor: pointer;
}
.videoBox {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.angleDown {
  position: absolute;
  right: 2rem;
  top: 2.6rem;
}

/* About Company */

.aboutImage {
  width: auto;
  height: 186px;
}
.adminBorder {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin: 10px;
}
.loaderLottie {
  position: absolute;
  top: 35%;
  height: 150px;
}
.tableAlign tbody td {
  max-width: 146px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tableAlign {
  width: 100% !important;
}

/* plans screen */

.planCard {
  height: 230px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 12px 0px 5px 12px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.planHeading {
  color: #014421;
  font-weight: 600;
  font-size: 22px;
  font-family: poppinsRegular;
  white-space: nowrap;
}
.amountNumber {
  color: #014421;
  font-size: 16px;
  font-weight: 600;
}
.planItem {
  color: #4d4d4d;
  font-size: 14px;
  white-space: nowrap;
  font-family: poppinsRegular;
}
.planItemAmount {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 600;
  /* white-space: nowrap; */
}
.planAddress {
  height: 83px;
  overflow: scroll;
}
.activeCls .arrowSvg {
  transform: rotate(180deg);
}
.tabTexts {
  color: #014421 !important;
  font-family: poppinsRegular;
  font-weight: 700;
}
.nav-pills .tabTexts.active {
  background-color: white !important;
  font-family: poppinsRegular;
  color: #014421 !important;
  font-weight: 700;
  border: 2px solid #014421;
  border-radius: 100px;
}
.tabNav {
  margin: 0 2rem;
}
.milestoneText {
  font-size: 18px;
  font-weight: 700;
  font-family: poppinsRegular;
}
.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 14px;
}
.slider.round {
  border-radius: 38px;
  width: 54px;
  height: 24px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 7px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round:before {
  border-radius: 50%;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
input:checked + .slider {
  background-color: #3f964f;
  border-color: #3f964f;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: white;
}
.dataTables_filter {
  margin: 20px !important;
}

.verifyServiceDescription {
  position: absolute;
  font-size: 14px;
  right: 2rem;
  bottom: 4rem;
}
.videoAllot {
  cursor: pointer;
}
.from_ratio {
  border-radius: 20px;
  border: 1px solid #4d4d4d;
  text-indent: 6px;
}
.ratioText {
  color: #014421;
  font-size: 16px;
  /* font-family: poppinsRegular; */
  font-weight: 600;
}
.ratioData {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  color: #4d4d4d;
}
.viewsData {
  color: #4d4d4d;
  font-family: Poppins;
  font-weight: 600;
}
.logger {
  height: 36px !important;
  border-radius: 5px !important;
  padding: 5px !important;
}
.positionSelectTag {
  position: relative;
}
.positionChange {
  position: absolute;
  right: 10px;
  top: 6px;
}
.couponsText {
  color: #ababab;
}
.coupontext {
  color: #4d4d4d;
  font-family: poppinsRegular;
  font-size: 14px;
}
.rewardCard {
  /* height: 300px; */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 18px;
}
.rewardButton {
  color: #014421 !important ;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #018741, #014421) border-box;
  border-radius: 5px !important;
  border: 2px solid transparent;
  outline: 0;
  font-family: poppinsRegular !important;
  /* padding: 5px 20px; */
  font-size: 12px;
  width: 101px !important;
}

.rewardButton:hover {
  color: white !important;
  background: linear-gradient(to right, #018741, #014421) border-box;
}
.totalUsers {
  font-family: poppinsRegular;
  font-size: 14px;
}
.expireText {
  color: #ff0000;
  font-size: 14px;
}
.borderBrand {
  color: #ff0000;
  font-size: 20px;
  border: 2px dashed #4d4d4d;
}
.dataAppend {
  border: 1px solid black;
  width: auto;
  border-radius: 5px;
  margin: 5px;
  padding: 0 5px;
}
.faClose {
  margin-left: 10px;
}

@media screen and (min-width: 1920px) {
  .svgIcon {
    width: 80px;
    height: 80px;
    padding: 25px 25px;
  }
  .navi {
    height: 1300px;
  }
}
.editIcon {
  cursor: pointer;
}

.textField {
  border: 1px solid #ced4da;
  border-radius: 5px;
  min-height: 35px;
  max-height: 80px;
  overflow-y: scroll;
  cursor: pointer;
  /* display: flex; */
  padding-right: 10px;
}

.textField1 {
  border: 1px solid #ced4da;
  border-radius: 5px;
  max-height: 135px;
  min-height: 1px;
  display: none;
  overflow-y: scroll;
  position: relative;
}

.searchField {
  width: 95%;
  margin: 10px;
}

.closeBtn {
  position: absolute;
  right: 21%;
  top: 19px;
}

.unOrderList {
  padding: 0 12px;
}

.unOrderList li {
  list-style: none;
}

.couponName {
  display: inline-block;
  width: 230px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.searchBtn {
  color: #014421 !important;
  font-weight: 600 !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #018741, #014421) border-box;
  border-radius: 5px !important;
  border: 2px solid transparent;
  height: 35px;
  margin-top: 9px;
  outline: 0;
  font-family: poppinsRegular !important;
}

.searchBtn:hover {
  color: white !important;
  background: linear-gradient(to right, #018741, #014421) border-box;
}

.expireField {
  opacity: 0.4;
}

.leadDisplayField {
  color: #4d4d4d;
  font-size: 14px;
  font-family: poppinsRegular;
}

.subAdmin-add-input {
  width: 70% !important;
  margin-top: 10px;
}

.PrivatizersHeading {
  font-family: poppinsRegular;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  padding-bottom: 20px;
}

.checkboxinput {
  font-family: poppinsRegular;
  font-size: 18px;
  font-weight: 400;
}

.checkboxcheck {
  font-size: 18px;
}

.checkboxcheck:checked {
  background-color: #014421;
  border: none;
}

.checkboxcheck:focus {
  border-color: #014421 !important;
  box-shadow: 0 0 0 0 #014421;
}

.AddsubmitBtn {
  color: #fff !important;
  font-weight: 600 !important;
  background: linear-gradient(196.89deg, #018741 0%, #014421 103.24%);
  border: none;
  width: 100px !important;
  border-radius: 100px;
  font-size: 13px;
  outline: 0;
  font-family: poppinsRegular !important;
}

/* select all in cliamed users page */
#redeemBtn {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 1;
}
#coupons {
  position: relative;
}
.rewardCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 3.875002384185791px 3.875002384185791px 0px
    rgba(0, 0, 0, 0.25);
}

.notificationRewardButton {
  color: white !important;
  background: linear-gradient(196.89deg, #018741 0%, #014421 103.24%);
  border: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  outline: 0;
  height: 50px;
  padding: 0 20px;
}

.rewardCardText {
  line-height: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.2rem;
  height: 50px;
}

.modalHeightScroll {
  height: 450px;
  overflow-y: scroll;
}

.trackText {
  color: #252525;
  font-size: 14px;
}

.trackAnswer {
  color: #014421;
  font-size: 16px;
  font-weight: 600;
}

.datePickerWidthAdjust {
  width: 138px;
}

.buttonBg {
  color: white !important;
  background: linear-gradient(196.89deg, #018741 0%, #014421 103.24%);
  border: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  outline: 0;
  height: 35px;
  padding: 0 20px;
}

.loader-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
