@font-face {
  font-family: "Nunito-Regular";
  src: url("../fonts/Nunito-Regular.ttf");
}

@font-face {
  font-family: "Nunito-SemiBold";
  src: url("../fonts/Nunito-SemiBold.ttf");
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Nunito-Regular", sans-serif !important;
  font-size: 0.9rem;
  color: #363849;
  position: relative;
}

.page-background {
  background: url("../images/mob_01_s2s_login_2-min.jpg") no-repeat center
    center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh !important;
  overflow-y: auto;
}

.page-background-bamban {
  background: url("../images/custom-images/bg.png") no-repeat bottom right fixed;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 100vh !important;
  overflow-y: auto;
  color: #fff;
  background-color: #063a5f;
}

.page-background-bamban .card {
  background-color: transparent !important;
  border: unset !important;
}

.card {
  border-radius: 1rem;
}

.card-header,
.card-footer {
  background-color: transparent !important;
}

img.login-page-logo {
  height: 110px;
}

img.login-page-logo-2 {
  height: 100%;
  width: 80%;
}

img.login-page-logo-3 {
  height: 100%;
  width: 50%;
}

.rounded-left-side {
  border-bottom-left-radius: 50rem !important;
  border-top-left-radius: 50rem !important;
}

.rounded-right-side {
  border-bottom-right-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
}

.input-group-text {
  background-color: transparent;
}

.btn-yellow {
  color: #170939;
  background-color: #fab301;
  border-color: #fab301;
  font-weight: bold;
  height: 45px;
}

.btn-yellow:hover {
  color: #170939;
  background-color: #b3aa43;
  border-color: #b3aa43;
}

.btn-green {
  color: #fff;
  background-color: #00adef;
  border-color: #00adef;
  font-weight: bold;
  height: 45px;
}

.btn-green:hover {
  color: #f2f2f2;
  background-color: #009ad6;
  border-color: #009ad6;
}

.btn-light-blue {
  color: #170939;
  background-color: #d1d3e2;
  border-color: #d1d3e2;
  font-weight: bold;
}

.btn-light-blue:hover {
  color: #170939;
  background-color: #c1c3d1;
  border-color: #c1c3d1;
}

.a-forgot-password,
.powered-by {
  color: #6e707e;
}

.powered-by {
  margin-top: 5px;
  font-size: 0.7rem;
}

.credits {
  padding-top: 20px;
  text-align: center;
}

.h6,
h6 {
  font-size: 1.1rem;
}

input.input-otp {
  letter-spacing: 0.4rem;
  width: 70%;
}

.actions {
  padding-top: 30px;
}

.form-check {
  margin: 0px 15%;
}

.starrating > input {
  display: none;
} /* Remove radio buttons */

.starrating > label:before {
  content: "\2605"; /* Star */
  margin: 0.5rem;
  font-size: 3em;
  font-family: FontAwesome;
  display: inline-block;
}

.starrating > label {
  color: #222222; /* Start color when not clicked */
  margin-bottom: 0px;
}

.starrating > input:checked ~ label {
  color: #ffca08;
} /* Set yellow color when star checked */

.starrating > input:hover ~ label {
  color: #ffca08;
} /* Set yellow color when star hover */

.rating-label {
  margin-top: -20px;
}

.time-bg {
  background-color: #29b199;
  margin: 10px;
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  padding: 5px;
  border-radius: 0.7rem;
  min-width: 65px;
}

/* .collapse.show > .card{
  border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.is-collapsed {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
}

.is-collapsed.collapsed{ 
  border-radius: 50rem;
} */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-bottom: 2px solid #29b198;
  border-radius: 0px;
  background-color: transparent;
  color: #363849;
}

.passcode-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: 0 auto;
}
.passcode-wrapper > input {
  width: 50px;
  height: 50px;
  padding: 0;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  font-size: 1rem;
}
.passcode-wrapper > input:last-child {
  margin-right: 0;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  margin-right: 0;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.passcode-wrapper > input:focus,
input.focus {
  border-color: #29b198;
  outline: none;
  box-shadow: none;
}

.ask-help {
  /* position: absolute;
  bottom: 20px;
  right: 20px; */
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #3b054f;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 25px;
}

.ask-help > a {
  color: #fff;
  position: relative;
}

.icon-64 {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.ask-help-icon {
  background: url(../images/help-icon.png) no-repeat 50% 50%;
  background-size: cover;
}

.headset-icon {
  background: url(../images/headset-icon.png) no-repeat 50% 50%;
  background-size: cover;
}

.send-icon {
  background: url(../images/send-icon.png) no-repeat 50% 50%;
  background-size: cover;
}

.media.left > .media-body {
  background-color: white;
  padding: 5px 10px;
  border-radius: 0.8rem;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
  flex: unset;
}

.media.left {
  margin-left: -10px;
}

.chat-box {
  min-height: 90vh;
}

.media.right > .media-body {
  background-color: #29b198;
  padding: 5px 10px;
  border-radius: 0.8rem;
  border: 1px solid #e2e2e2;
  /* margin-bottom: 5px; */
  flex: unset;
  text-align: right;
  color: #fff;
}

.media.left,
.media.right {
  margin-bottom: 10px;
}

.media-body > p {
  margin-bottom: 0px;
}

.conversation {
  position: absolute;
  bottom: 80px;
  width: 100%;
  height: 200px;
}

.chat-box > .card-body {
  overflow-y: scroll;
  overflow-x: hidden;
}

.btn-send {
  line-height: 0;
}

.image-banner > img {
  border-radius: 0.5rem;
}

.col-lg-12 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

input.form-control {
  height: 45px;
}

input.mobile-number {
  text-align: center;
  letter-spacing: 0.7rem;
}

input.pin-number {
  letter-spacing: 0.4rem;
  text-align: center;
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #fec57e;
  z-index: 1000;
}

.page-loader > .txt {
  color: #363849;
  text-align: center;
  top: 40%;
  position: relative;
  /* text-transform: uppercase; */
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.h-45 {
  height: 45px !important;
}

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
  display: none;
}
