.page-user-mobile .progressbar {
  overflow: hidden;
  counter-reset: step;
  width: 100%;
  padding: 0;
}
.page-user-mobile .progressbar li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 9px;
  width: 33%;
  float: left;
  position: relative;
  text-align: center;
}
.page-user-mobile .progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #dee2e6;
  border-radius: 50%;
  margin: 0 auto 5px auto;
}
.page-user-mobile .progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #dee2e6;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}
.page-user-mobile .progressbar li:first-child:after {
  content: none;
}
.page-user-mobile .progressbar li.active:before, .page-user-mobile .progressbar li.active:after {
  background: #ffbf00;
  color: white;
}
.page-user-mobile .alert_root {
  color: #ff8d00;
  font-size: 14px !important;
  letter-spacing: 1px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}
.page-user-mobile .alert_node {
  color: #6983ce !important;
  font-size: 14px !important;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-user-mobile .toggle-password {
  float: right;
  margin-right: 0.625rem;
  margin-top: -0.2rem;
  position: relative;
  z-index: 2;
}
.page-user-mobile input[type=checkbox] {
  background-color: #e9ecef;
  border-radius: 0.125rem;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
  border: 0.05rem solid #ced4da;
}
.page-user-mobile .form-check-label {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  font-style: italic;
  font-weight: 600 !important;
  color: #575859 !important;
}
.page-user-mobile input[type=checkbox]:checked {
  background: #ffb600 url(data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==) 0.1rem 0.1rem no-repeat;
}
.page-user-mobile .mobile-response-function .radius-10 {
  border-radius: 10px !important;
}
.page-user-mobile .mobile-response-function .border-info {
  border-left: 5px solid #6983ce !important;
}
.page-user-mobile .mobile-response-function .btn-process-info {
  background: #6983ce;
}
.page-user-mobile .mobile-response-function .text-info {
  color: #6983ce !important;
}
.page-user-mobile .mobile-response-function .bg-gradient-info {
  background: #17ead9;
  background: -webkit-linear-gradient(45deg, #6983ce, #d2d9f0) !important;
  background: linear-gradient(45deg, #6983ce, #d2d9f0) !important;
}
.page-user-mobile .mobile-response-function .border-danger {
  border-left: 5px solid #FF1B0F !important;
}
.page-user-mobile .mobile-response-function .btn-process-danger {
  background: #FF1B0F;
}
.page-user-mobile .mobile-response-function .text-danger {
  color: #FF1B0F !important;
}
.page-user-mobile .mobile-response-function .bg-gradient-danger {
  background: #ffdf40;
  background: -webkit-linear-gradient(45deg, #FF1B0F, #e0a7a4) !important;
  background: linear-gradient(45deg, #FF1B0F, #e0a7a4) !important;
}
.page-user-mobile .mobile-response-function .border-success {
  border-left: 5px solid #088C7F !important;
}
.page-user-mobile .mobile-response-function .btn-process-success {
  background: #088C7F;
}
.page-user-mobile .mobile-response-function .text-success {
  color: #088C7F !important;
}
.page-user-mobile .mobile-response-function .bg-gradient-success {
  background: #00b09b;
  background: -webkit-linear-gradient(45deg, #088C7F, #96c93d) !important;
  background: linear-gradient(45deg, #088C7F, #96c93d) !important;
}
.page-user-mobile .mobile-response-function .border-warning {
  border-left: 5px solid #ffbf00 !important;
}
.page-user-mobile .mobile-response-function .btn-process-warning {
  background: #ffbf00;
}
.page-user-mobile .mobile-response-function .bg-gradient-warning {
  background: #f54ea2;
  background: -webkit-linear-gradient(45deg, #ffbf00, #ffe599) !important;
  background: linear-gradient(45deg, #ffbf00, #ffe599) !important;
}
.page-user-mobile .mobile-response-function .text-warning {
  color: #ffbf00 !important;
}
.page-user-mobile .mobile-response-function .border-orange {
  border-left: 5px solid #ff8d00 !important;
}
.page-user-mobile .mobile-response-function .btn-process-orange {
  background: #ff8d00;
}
.page-user-mobile .mobile-response-function .text-orange {
  color: #ff8d00 !important;
}
.page-user-mobile .mobile-response-function .bg-gradient-orange {
  background: #FF7518;
  background: -webkit-linear-gradient(45deg, #ff8d00, #ffd199) !important;
  background: linear-gradient(45deg, #ff8d00, #ffd199) !important;
}
.page-user-mobile .mobile-response-function .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}
.page-user-mobile .mobile-response-function .widgets-icons-2 {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  font-size: 27px;
  border-radius: 10px;
}
.page-user-mobile .mobile-response-function .rounded-circle {
  border-radius: 50% !important;
}
.page-user-mobile .mobile-response-function .text-white {
  color: #fff !important;
}
.page-user-mobile .mobile-response-function .ms-auto {
  margin-left: auto !important;
}
.page-user-mobile .mobile-response-function hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dcdcdc;
}
.page-user-mobile .mobile-response-function .btn-shadow, .page-user-mobile .mobile-response-function .btn-shadow a {
  color: #5d5386;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}
.page-user-mobile .mobile-response-function .btn-process, .page-user-mobile .mobile-response-function .btn-process a {
  display: inline-block;
  padding: 8px 20px 10px;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.page-user-mobile .mobile-response-function .card-quote {
  background-color: lightslategrey;
  border-radius: 15px;
  margin-bottom: 0px;
  width: 100%;
}
.page-user-mobile .mobile-response-function .card-quote .right-note {
  background-color: rgba(0, 0, 0, 0.2);
}
.page-user-mobile .mobile-response-function .content-card {
  border-top: 5px solid #fff;
}
.page-user-mobile .mobile-response-function .content-card .title-main {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #6c757d;
  text-align: center !important;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
.page-user-mobile .mobile-response-function .content-card .sticky-top {
  z-index: 10 !important;
}
.page-user-mobile .mobile-response-function .content-card .carousel-nav {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-bottom: 40px;
  background: #fff;
}
.page-user-mobile .mobile-response-function .content-card .carousel-nav a {
  color: #999;
  padding: 20px;
  text-align: center;
  display: inline-block;
}
.page-user-mobile .mobile-response-function .content-card .carousel-nav a:hover {
  color: #000;
}
.page-user-mobile .mobile-response-function .content-card .carousel-nav a.active {
  color: #000;
}
.page-user-mobile .mobile-response-function .content-card .carousel-nav a.active:before {
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  border-bottom: 1px solid #000;
}
.page-user-mobile .mobile-response-function .insite-content .text {
  padding: 5px;
  width: 100%;
}

/*# sourceMappingURL=index.css.map */
