/* @import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&family=Ubuntu:wght@300;400;500;700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
/* font-family: 'Ubuntu', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
:root {
  --main-color: #016937;
  --sec-color: #404040;
  --third-color: #838383;
}
/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: "Nunito", sans-serif;
  display: -ms-grid;
  display: grid;
  -ms-touch-action: none;
      touch-action: none;
  /* justify-content: center; */
  margin: 0;
  /* overflow: hidden; */
  /* height: 100%; */
  position: relative;
}
p {
  margin: 0;
}
a:hover {
  color: var(--main-color);
}
h2{
  font-weight: 700;
  color: var(--main-color);
  font-size: 24px;
}

.content {
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
  position: relative;
  padding-bottom: 20px !important;
  /* display: -ms-grid; */
  /* display: grid; */
  /* justify-content: center; */
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  /* grid-template-rows: 25% 50% 25%; */
}
.content header{
  margin-bottom: 120px;
}
footer {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
a {
  color: unset;
  text-decoration: none;
}
.arrowhead {
  padding: 15px 26px;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 26px;
  position: relative;
  background: var(--main-color);
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 30;
  left: 0;
  right: 0;
  height: 70px;
  position: fixed;
  top: 0;
}
@media (max-width: 786px) {
  .content,
  .header {
    width: 100%;
  }
}
/* .inner {
  margin: 0 10%;
} */
.inner-content {
  width: 425px;
  margin: auto;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  padding: 48px 24px;
}
@media (max-width: 500px) {
  .inner-content {
    width: 90%;
    margin: auto;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header p.forget {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */

  color: #ffffff;
}
.header img {
  max-width: 141px;
  height: 60px;
}

/* @media (max-width: 450px) {
  .header img{
    width: 120px;
  }
  .svg-menu svg {
    width: 30px;
}
} */

/*Login Page*/
.welcome-text .title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
  color: #000000;
}

.welcome-text p.sub {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 14px 0;
  color: #636363;
}
.svg-header svg {
  height: 200px;
}

.welcome-text {
  margin-top: 36px;
}

.input-field {
  display: -ms-grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background: #f5f5f5;
  border-radius: 6px;
}

.input-field label {
  padding: 6px 17px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #636363;
}

.input-field input {
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border: none;
  outline: none;
  padding: 0 17px;
}

.form {
  margin-top: 35px;
}

.pass {
  margin-bottom: 0 !important;
}

/* .input-field input:focus {
  border-bottom: 1px solid #636363;
} */

.form .end {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}

.form button.submitbtn {
  background: var(--main-color);
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
  font-weight: 700px;
}

button.registerbtn {
  border: 1px solid #636363;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  color: #636363;
  cursor: pointer;
}

.auth {
  width: 100%;
  height: 60px;
  border-radius: 6px;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.create-footer {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
  /* or 171% */

  text-align: center;

  color: #777777;
}
.create-footer span {
  color: var(--main-color);
}

.svg-header {
  margin: 31px auto 0;
  text-align: center;
}
.phone .form {
  margin-top: 86px;
}
.phone .pass {
  margin-bottom: 0 !important;
}
button.auth.submitbtn.nextbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 22px;
  margin-top: 25px;
}
.phone .welcome-text {
  margin-top: 14.7px;
}
.verify-text {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #000000;
  padding-bottom: 20px;
}
.box {
  width: 57.1px;
  height: 57.1px;
  left: 55px;
  top: 528px;
  border: 1px solid #636363;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
}
p.ussd {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  color: var(--main-color);
  margin: 15px 0 0;
}
.pin-box {
  margin: auto;
  text-align: center;
}
.content.phone.verify .form {
  margin-top: 38px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.content.phone.verify .form input {
  text-align: center;

  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 24px;
  /* identical to box height, or 60% */

  text-align: center;

  color: var(--main-color);
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.svg-menu {
  margin-right: 15px;
}
.action-card {
  font-style: normal;
  font-weight: bold;
  width: 100%;
  height: 70px;
  left: 34px;
  top: 285px;
  background: #eef7fe;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 26px;
}

.action-cards {
  margin-top: 27px;
}
/* .inner-slider{
    flex: 1;
    display: flex;
    overflow: auto;
} */
.cardslider {
  /* margin-top: 41px; */
  overflow-x: scroll;
  width: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 400px) {
  .cardslider {
    width: 90vw;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  .cardslider {
    width: 90vw;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  .cardslider {
    width: 90vw;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .cardslider {
    width: 90vw;
  }
}
.slider-card {
  background: #fae7cc;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  min-width: 230px;
  padding: 17px;
}
.head-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #161b2f;
  margin: 0;
}
p.amount {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: left;
  /* identical to box height, or 100% */
  color: #ff4069;
  margin: 0;
}

.back {
  margin-top: -12px;
}

.big-title {
  margin-top: 29px;
}

.big-title p.big {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #096438;
  margin: 0;
}

.big-title p.sub {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  width: 70%;
  margin-top: 12px;
}

.action-card-inner {
  /* height: 100px; */
  left: 31px;
  top: 499px;
  border-radius: 6px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
  padding: 10px 0;
}

@media (min-width: 600px) {
  .action-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

.action-card-inner.main {
  background: var(--main-color);
}

.sec {
  background: var(--sec-color);
  color: #fff;
}

.third {
  background: var(--third-color);
  text-align: center;
  color: #fff;
}

.action-card-inner.main p.text {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

.action-card-inner.sec p.text {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

.action-card-inner.third p.text {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.content.phone.verify .form,
.content.phone.verify .verify-text {
  margin: 0;
}
.title p {
  margin: 0;
}
.modal-content {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  /* padding: 12px; */
  width: 385px;
  min-height: auto;
  max-height: calc(100vh - 200px);
  overflow: auto;
  top: 62px;
}
.modal {
  background: rgba(227, 227, 227, 0.7);
}

.modal-dialog {
  /* max-width: 500px; */
  margin: auto;
  width: 385px;
}
.modal-footer button,
.modal-footer a.button {
  background: var(--main-color);
  border-radius: 6px;
  width: 100%;
  height: 44px;
  color: #ffffff;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-footer{
  padding-top: 0 !important;
}
.modal-title {
  font-style: normal;
  color: var(--main-color);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
button.close {
  background: rgba(1, 105, 55, 0.13);
  border: none;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  color: var(--main-color);
  font-weight: 700;
}

.modal-header {
  padding: 0.75rem;
}
.modal-header,
.modal-footer {
  border: none;
  padding: 12px;
}
.modal-body .pin-box {
  margin: 10px 0;
}
p.sub-header {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #636363;
  width: 100%;
  margin-top: 15px;
}
.modal input {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: var(--main-color);
  /* border-bottom: 2px solid var(--main-color); */
  text-align: center;
  border: none;
  background: #f5f5f5;
  border-radius: 6px;
}
.modal .input-field {
  margin-bottom: 0;
}
button:hover {
  opacity: 0.8;
}
.modal .form {
  margin-top: 0;
}
.modal .form .pin-box input {
  text-align: center;
  border: 1px solid #636363;
}
.modal-footer {
  /* padding-left: 0;
  padding-right: 0; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-body p.update {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #161b2f;
}
.modal-body p.activate {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #161b2f;
  width: 70%;
  margin: auto;
}
.winjackpot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
}
.winjackpot .modal-footer button {
  width: 47% !important;
}
.modal-footer .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--main-color);
}
.winjackpot .modal-footer button.darkno {
  background: #000000 !important;
  border-radius: 6px;
}
textarea {
  resize: vertical;
  padding: 15px;
}
button.chat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  min-width: 150px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  background: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding-top: 0;
  color: #000;
  margin-bottom: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  border: none;
}
button.chat:hover {
  color: #fff;
  background: #ada9a9;
}
button:active {
  outline: none;
}
p.verify {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;

  color: #161b2f;
}
p.small-verify {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 16px;
  color: #8a8a8a;
}

.verify #password {
  text-align: center;
  margin-top: 39px;
  color: #161b2f;
}
#sendmessage {
  border: none;
  background: transparent;
  /* padding-left: 15px; */
  width: calc(100% - 32px);
  line-height: 20px;
}
textarea#sendmessage:focus{
  border: none;
  outline: none;
}
.send-input {
  /* position: absolute; */
  /* bottom: 20px; */
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  margin: auto;
  background: #f0f0f0;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border: none;
  /* height: 40px; */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #3f3f3f;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  /* justify-content: center; */
  cursor: pointer;
}
.send-input-body{
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.send-bottom {
  display: flex;
  justify-content: space-between;
  background: #d8dbd47d;
  padding: 10px 14px;
}
#expandchat{
  cursor: pointer;
}
.btm-icons {
  display: flex;
  padding-top: 10px;
}
@media (max-width: 786px) {
  .send-input {
    width: 95%;
  }
}
/* .send-message-svg{
  position: absolute;
  right: 50px;
} */
input:focus {
  outline: none;
}

/* Side Drawer */
.slider-card {
  margin-right: 20px;
}

#sidedrawer {
  width: 218px;
  /* height: 441px; */
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 15px;
  display: none;
  z-index: 1000;
}

#sidedrawer ul {
  list-style: none;
  padding-left: 0;
  font-style: normal;
  font-size: 12px;
  line-height: 40px;
  color: #161b2f;
}

#sidedrawer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(185, 185, 185, 0.31);
  padding-left: 23px;
}
#sidedrawer ul li:hover {
  background-color: var(--main-color);
  cursor: pointer;
  color: #ffffff;
}
#sidedrawer ul li svg {
  margin-right: 15px;
  width: 13px;
}
p.ft-side {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 40px;
  /* identical to box height, or 333% */

  color: rgba(22, 27, 47, 0.4);
  text-align: center;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.cardslider::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.cardslider {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
button.auth.submitbtn.nextbtn.main {
  background: var(--main-color);
  color: #ffffff;
  cursor: pointer;
}

.action-cards button.auth.submitbtn.nextbtn {
  padding: 015px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: var(--main-color);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
.bot.message.loading {
  background: unset;
  border-radius: 0;
  padding: 0;
}

.floating-action-box {
  position: absolute;
  right: 10px;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.floating-action-box .text{
  margin-left: 15px;
}
.floating-action-box .text .qss{
  font-size: 12px;
}
.floating-action-box .text .faq{
  font-size: 16px;
  font-weight: bolder;
  color: var(--main-color);
}

.floating-action-box ul {
  list-style: none;
  padding-left: 0;
  text-align: right;
  min-width: 123px;
  display: none;
}
footer{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 35%;
  grid-template-columns: 60% 35%;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
@media (max-width: 410px) {
  footer{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 35%;
    grid-template-columns: 60% 35%;
    position: unset;
    margin-top: 100px;
  }
}
.floating-action-box.home {
  bottom: 100px;
  right: 20px;  
  position: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.floating-action-box ul li {
  /* font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #ffffff;
  margin-top: 10px;
  background-color: var(--main-color);
  position: relative;
  padding: 5px 10px 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  z-index: 10;
  border-radius: 50px;
  opacity: 0.8; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 20px;
}

/* .floating-action-box ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: var(--main-color);
  border-radius: 50px;
  text-align: right;
  z-index: 0;
} */
.floating-action-box ul li:hover {
  opacity: 0.7;
}
/* .floating-action-box ul li:hover {
  color: #fff;
} */
.floating-action-box ul li .action-icon{
  min-width: 42px;
  min-height: 42px;
  max-width: 42px;
  max-height: 42px;
  background: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.floating-action-box.home .floating-action{
  min-width: 36px !important;
  min-height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !;
}
.floating-action-box.home svg{
  width: auto;
  height: 21px;
}
.floating-action-box ul li .action-icon i{
  color: #fff;
}
.floating-action-box ul li .action-text{
  background: rgb(41, 41, 41);
  color: #fff;
  border-radius: 10px;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.floating-action {
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
  background: var(--main-color);
  border-radius: 100px;
  /* margin-right: 10px; */
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 2px 4px rgba(1, 105, 55, 0.34);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 2px 4px rgba(1, 105, 55, 0.34);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.floating-action:hover {
  opacity: 0.8;
}

.text-center {
  text-align: center;
}

.header-logo {
  margin-bottom: 40px;
}
.header-logo img {
  height: 50px;
}
input.input-otp {
  width: 100%;
}

.error {
  font-size: 12px;
  line-height: 24px;
  color: #ff335f;
  margin-top: 10px;
}
.forgotpin {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: var(--main-color);
}

#fullloader {
  background: #d8dbd5ab;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* Full Screen Loader*/
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@media (max-width: 410px) {
  /* footer small{
    display: none;
  } */
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

main{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

main .content{
  padding: 25px 15px;
  /* height: 100vh; */
}
.img-bck{
  background-image: url(/icons/get.jpeg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-inner-content{
  max-width: 390px;
    min-width: 390px;
    -ms-grid-column-align: center;
        justify-self: center;
}
@media (max-width: 410px) {
  .main-inner-content{
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
  main{
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    overflow-x: hidden;
  }
  .img-bck{
    display: none;
  }
}
.main-inner-content .form-group{
  margin-bottom: 20px;
}
.main-inner-content .form-group.input-field{
  margin-bottom: 0;
}
.checkbox{
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.lgbtn button.submitbtn{
  margin-top: 10 !important;
}
.resend{
  color: rgb(255, 116, 3);
  font-weight: 700;
}

.main-inner-content .input-field input {
  height: 50px;
}

@media (max-width: 668px) {
  .modal-content, .modal-dialog {
    width: 100% !important;
    /* margin: auto; */
  }
  .modal-open .modal {
    overflow-x: unset;
    overflow-y: unset;
  }
  .modal-dialog-centered{
    align-items: flex-end !important;
    min-height: 100vh;
  }
  .modal-content{
    top: -20px !important;
  }
}
a{
  color: var(--main-color)
}
/*Inputradio checkbox*/
input[type=checkbox],
input[type=radio] {
    --active: var(--main-color);
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: var(--main-color);
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--main-color);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}

