@import url("./style.css");
/* @import url("rsuite/dist/rsuite.css"); */

.page-not-found {
  height: 100vh;
  width: 100%;
  border: 1px solid black;
  background-image: url("/src/assets/Images/back-image-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-fs {
  font-size: 13px;
}

.message-box {
  height: 300px;
  width: 500px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Roboto;
  font-weight: 300;
}

.message-box h1 {
  font-size: 80px;
  line-height: 64px;
  margin-bottom: 40px;
  color: var(--khatri-color);
  color: var(--khatri-color);
}

.buttons-con .action-link-wrap {
  margin: 40px 0px 0px 20px;
}

.buttons-con .action-link-wrap a {
  background: var(--khatri-color);
  background: var(--khatri-color);
  padding: 12px 25px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px;
}

.buttons-con .action-link-wrap a:hover {
  background: var(--khatri-color);
  color: #fff;
}

.message-box p {
  font-size: 20px;
  color: var(--khatri-color);
  color: var(--khatri-color);

  font-weight: bold;
}

.superadmin-preview-img {
  height: 150px;
  width: 100%;
  object-fit: fill;
  background-position: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 0px;
  bottom: 0.4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  padding: 0px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid rgb(196, 193, 193);
  padding: 8px;
}

input:checked+.slider {
  background-color: var(--khatri-color);
  background-color: var(--khatri-color);
}

.error-text {
  font-size: 0.7rem;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1rem;
  color: var(--red);
}

.main-loader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

input:checked+.slider:before {
  transform: translateX(17px);
}

#dynamic-background {
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.custom-card {
  backdrop-filter: blur(0px);
  background-color: #ffffff73;
}

.custom-label {
  color: var(--black);
}

.react-form-wizard .wizard-tab-content {
  min-height: 100px;
  padding: 30px 20px 10px;
  text-align: left !important;
}

.game-setting-font {
  font-size: 11.5px !important;
}

.update-button {
  background: #478767;
  background: #478767;
  color: #fff;
  height: 24px;
  width: 66px;
  border: none;
  border-radius: 18px;
  padding: 5px 8px;
}

.break-text {
  white-space: break-spaces !important;
}

.Date-picker-control {
  width: 59.4rem;
}

/* ---- error 404  */

#main_404 {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.fof {
  display: table-cell;
  vertical-align: middle;
}

.fof h1 {
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: type 0.5s alternate infinite;
}

.card-title-text {
  margin-bottom: 40px;
  font-size: 27px;
  margin-top: 20px;
}

.click-btn-game-result {
  margin-top: 10px;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

.short-datatable-main {
  width: 500px;
  display: flex;
  flex-direction: column;
  padding: 15px 0px 0px 20px;
}

.short-datatable-data {
  font-size: 14px;
}

@keyframes type {
  from {
    box-shadow: inset -3px 0px 0px #888;
  }

  to {
    box-shadow: inset -3px 0px 0px transparent;
  }
}

/* -------------- Responsive  ------------ */

@media (max-width: 1400px) {
  .Date-picker-control {
    width: 58.2rem;
  }
}

@media (max-width: 1024px) {
  .Date-picker-control {
    width: 39.4rem;
  }
}

@media (max-width: 768px) {
  .Date-picker-control {
    width: 25rem;
  }
}

.htp-card {
  border: 1px solid #e3e3e3;
  padding: 20px;
  margin-top: 10px;
}

.bbb {
  border: 1px solid black;
}

.card-color {
  /* background: #4a8c6b2e; */
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.edit-icon {
  color: var(--khatri-color);
}

.edit-icon:hover {
  color: var(--khatri-color);
}

.delete-icon {
  color: var(--red);
}

.delete-icon:hover {
  color: var(--red);
}

/* set background image favicon css start*/
#dynamic-background {
  /* background-image: url("../Images/back-image-2.jpg"); */
  background: #f9f9f9;
}

#company-logo {
  content: url("../Images/star143.svg");
}

#favicon {
  content: url("../Images/favicon.png");
}

#sidebar-logo {
  content: url("../Images/starLogo.svg");
}


.hideFieldCss {
  display: none;
}

.winner-list-text-main {
  color: rgb(141, 128, 128);
  font-size: 21px;
  text-align: center;
}

.confirm-payment-text {
  font-size: 18px;
  color: var(--khatri-color);
  margin: 25px 0;
  font-weight: 600;
  font-family: Karla, sans-serif;
}

.main {
  background: #fff;
  position: relative;
  z-index: 3;
  text-align: center;
}

.user-data {
  padding-top: 20px;
}

.title {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3c4858;
  font-weight: 700;
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 20px;
}

.walletbalance {
  font-weight: 500;
  color: #888888;
  margin-bottom: 0;
}

.name {
  display: flex;
  flex-direction: column;
}

.profile-note-title {
  font-size: 1.5rem;
  margin: 0 0 25px 0;
  font-weight: 600;
  color: #343a40;
}

.delete-user-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eYzbsH:not(:last-of-type) {
  border-bottom-style: none !important;
  border-bottom-width: 0 !important;
  border-bottom-color: none !important;
}

/* data table css end */

.deleted-user-field {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

/* css for pending request get user profile model  */
.user-profile-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.model-cross-btn {
  border: none;
  background-color: transparent;
  float: right;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
  margin-bottom: 30px;
}

/* css for pending request get user profile model  */

/* user profile css start */

.main-user-profile-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.user-profile-list-first {
  display: flex;
}

/* user profile css end */

.news-header-title {
  font-size: 1.3rem;
  margin: 0 0 25px 0;
  color: #343a40;
  font-weight: 600;
}

.rc-time-picker-panel {
  z-index: 10001 !important;
  position: absolute;
}

.custom-padding-for-label {
  padding: 7px 0px !important;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* step form css start */

.react-form-wizard .wizard-progress-bar {
  background: linear-gradient(97.51deg,
      #1c3e35 -39.91%,
      #4aa48c 117.67%) !important;
}

.react-form-wizard .active .wizard-icon-container {
  background: linear-gradient(97.51deg,
      #1c3e35 -39.91%,
      #4aa48c 117.67%) !important;
  color: #ffff;
}

.react-form-wizard .stepTitle {
  color: #1c3e35 !important;
  /* Ensures contrast on gradient background */
}

.react-form-wizard .wizard-btn {
  /* background: linear-gradient(
    97.51deg,
    #1c3e35 -39.91%,
    #4aa48c 117.67%
  ) !important; */
  background-color: var(--primary-color);
  border-color: #1c3e35;
}

.react-form-wizard .wizard-icon-circle .wizard-icon-container {
  display: flex;
  justify-content: center;
  flex: 1;
  border-radius: 50%;
  margin: -3px;
  background: #267157;
  color: whitesmoke;
}

/* step form css end */

.nk-sidebar {
  width: 15.1875rem;
  padding-bottom: 112px;
  height: 104%;
  position: absolute;
  top: 5rem;
  padding-top: 0;
  z-index: 99;
  background: #fff;
  transition: all 0.2s linear;
}

.custom-table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#myTable {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}

#myTable th,
#myTable td {
  word-wrap: break-word;
  padding: 8px;
  text-align: center;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

.custom-model {
  /* width: 400px; */
}

/* d-flex align-items-center */
.select-search-main {
  display: flex;
  align-items: center;
}

/* d-flex justify-content-between align-items-center mb-3 */
.main-table-fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.search-main-table {
  /* d-flex align-items-center */
  display: flex;
  align-items: center;
}

.react-datepicker-wrapper {
  width: 100%;
}

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

.custom-tab-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.custom-tab-list .react-tabs__tab {
  flex: 1;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}

.profile-content-table td,
.profile-content-table th {
  border-color: #1c3e35;
}

.rdt_TableHeadRow {
  color: white !important;
  /* background: linear-gradient(
    97.51deg,
    #1c3e35 -39.91%,
    #4aa48c 117.67%
  ) !important; */
  /* background: linear-gradient(to bottom, #1D192B, #B2B2B2) !important; */
  background: var(--primary-color) !important;
}

.plus_btn {
  height: 14px;
  width: 14px;
  display: block;
  /* position: absolute; */
  color: white;
  border: 1px solid #4aa48c;
  background-color: #4aa48c;
  border-radius: 14px;
  box-shadow: 0 0 3px #4aa48c;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  margin-right: 20px;
  /* content: "+"; */
}

/* ---------------------- */

.rs-picker-toggle-wrapper {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.rs-picker.rs-picker-focused,
.rs-picker:not(.rs-picker-disabled):hover {
  border-color: #3498ff;
  /* border-color: var(--rs-input-focus-border); */
}

.rs-picker-toggle-wrapper {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.rs-input-group.rs-input-group-inside {
  background-color: #fff;
  /* background-color: var(--rs-input-bg); */
  width: 100%;
}

.rs-input-group {
  border: 1px solid #e5e5ea;
  /* border: 1px solid var(--rs-border-primary); */
  border-radius: 6px;
  color: #343434;
  /* color: var(--rs-text-primary); */
  cursor: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  width: 100%;
}

.rs-input {
  background-color: #fff;
  /* background-color: var(--rs-input-bg); */
  background-image: none;
  border: 1px solid #e5e5ea;
  /* border: 1px solid var(--rs-border-primary); */
  border-radius: 6px;
  color: #343434;
  /* color: var(--rs-text-primary); */
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 7px 11px;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  width: 100%;
}

.rs-picker-popup .rs-calendar {
  height: 274px;
  padding-bottom: 10px;
}

rs-calendar rs-calendar-time-view rs-calendar-only-time
/* rs-calendar rs-calendar-time-view  */




.rs-calendar-time-view .rs-calendar-time-dropdown-content {
  -webkit-animation: i 0.3s linear;
  animation: i 0.3s linear;
}

.rs-calendar-only-time {
  display: block;
  padding-top: 10px;
}

.rs-calendar-only-time .rs-calendar-time-dropdown {
  position: relative;
  top: 2px;
}

.rs-calendar-only-time .rs-calendar-time-dropdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rs-calendar-only-time .rs-calendar-time-dropdown-column {
  min-width: 60px;
}

.rs-picker-popup .rs-calendar.rs-calendar-only-time {
  min-width: auto;
}

.rs-picker-popup .rs-calendar.rs-calendar-only-time .rs-calendar-time-dropdown-column>ul {
  height: 240px;
}

.rs-calendar-time-view .rs-calendar-header-title-time {
  background: transparent;
  color: #1675e0;
  color: var(--rs-text-active);
}

.rs-calendar-time-view .rs-calendar-header-title-time.rs-calendar-header-error {
  color: #f44336;
  color: var(--rs-text-error);
}

.rs-calendar-time-view .rs-calendar-header-title-time.rs-calendar-header-error:hover:active {
  color: #fff;
}

.rs-calendar-time-view .rs-calendar-time-dropdown {
  display: block;
}

.rs-calendar-time-view .rs-calendar-time-dropdown-content {
  -webkit-animation: i 0.3s linear;
  animation: i 0.3s linear;
}

.rs-calendar-time-view .rs-calendar-time-dropdown {
  display: block;
}

.rs-calendar-time-view .rs-calendar-time-dropdown-content {
  -webkit-animation: i 0.3s linear;
  animation: i 0.3s linear;
}

.rs-calendar-time-dropdown-row {
  display: table;
  width: 100%;
}

.rs-calendar-time-dropdown-column {
  display: table-cell;
  width: 1%;
}

.rs-calendar-time-dropdown-column :after {
  content: "";
  display: block;
  height: calc(100% - 30px);
}

.rs-calendar-time-dropdown-column>ul,
.rs-calendar-time-dropdown-column>ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rs-calendar-time-dropdown-column>ul {
  height: 230px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.rs-calendar-time-dropdown-column-title {
  background-color: #f7f7fa;
  background-color: var(--rs-calendar-time-unit-bg);
  color: #717273;
  color: var(--rs-text-secondary);
  font-size: 12px;
  line-height: 1.66666667;
  margin-bottom: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
  width: 100%;
}

.testing {
  border: none;
  outline: none;
}

.pageName {
  border-radius: 30px !important;
}

.login-logo {
  height: 40px;
  width: 200px;
  text-align: center;
}

.login-span {
  display: flex;
  justify-content: center;
  margin-top: -20px;
  margin-bottom: 20px;
}


.logo-text {
  font-family: math, cursive;
  font-size: 4rem;
  font-weight: bold;
  color: white;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.logo-text-header {
  font-family: math, cursive;
  font-size: 2rem;
  font-weight: bold;
  /* color: rgb(116, 198, 223); */
  color: var(--primary-color);
  /* margin-top: 2; */
  margin-right: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.logo-text-home {
  font-family: 'Tangerine', cursive;
  font-weight: bold;
  color: white;
  font-size: 300px;
  margin-left: 100px;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .logo-text-home {
    font-family: 'Tangerine', cursive;
    font-weight: bold;
    color: white;
    margin-left: 10px;
    margin-top: 50px;
    font-size: 150px;
  }
}

/* Small screen sidebar adjustments */
/* @media (max-width: 768px) {
  .nk-sidebar .menu-icon {
    display: none !important;
  }


  .nk-sidebar .nav-text {
    margin-left: 0 !important;
  }
} */
/*  For small screens (mobile portrait) */
@media (max-width: 800px) {
  .nk-sidebar .menu-icon {
    display: none !important;
  }

  .nk-sidebar .has-arrow:after {
    display: none !important;
  }

  .nk-sidebar {
    background-color: transparent !important;
  }

  .nk-sidebar .nav-text {
    margin-left: 0 !important;
  }
}

/*  For landscape orientation (horizontal mode) */
@media (orientation: landscape) {
  /* .nk-sidebar .menu-icon {
    display: none !important;
  } */

  .nk-sidebar .has-arrow:after {
    display: none !important;
  }

  .nk-sidebar {
    background-color: transparent !important;
  }

  .nk-sidebar .nav-text {
    margin-left: 0 !important;
  }

  .nk-sidebar ul#menu li {
    display: block !important;
  }

  .nk-sidebar ul#menu {
    margin: 0 !important;
    padding: 0 !important;
  }
}

.react-tabs__tab--selected {
  background: var(--primary-color) !important;
  border-color: #aaa !important;
  color: #fff !important;
  font-weight: bold !important;
  /* border-radius: 5px 5px 0 0 !important; */
}

.loss {
  /* background-color: #e53e3e; */
  font-size: 14px;
  color: white;
  font-weight: 700;
  border-radius: 5px;
  padding: 7px 5px;
}

/* multi step css */
.react-form-wizard .wizard-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  color: #fff
}

.react-form-wizard .wizard-btn.disabled,
.react-form-wizard .wizard-btn[disabled],
fieldset[disabled] .react-form-wizard .wizard-btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.react-form-wizard * {
  box-sizing: border-box
}

.react-form-wizard a {
  text-decoration: none
}

.react-form-wizard .wizard-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.react-form-wizard .wizard-nav>li {
  position: relative;
  display: block
}

.react-form-wizard .wizard-nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.react-form-wizard .wizard-nav>li>a:hover,
.react-form-wizard .wizard-nav>li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.react-form-wizard .wizard-nav>li.disabled>a {
  color: #777
}

.react-form-wizard .wizard-nav>li.disabled>a:hover,
.react-form-wizard .wizard-nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.react-form-wizard .wizard-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px #00000026;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.react-form-wizard .wizard-btn,
.react-form-wizard .navbar .navbar-nav>li>a.wizard-btn {
  box-sizing: border-box;
  border-width: 2px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  min-width: 140px
}

.react-form-wizard .wizard-btn:hover,
.react-form-wizard .wizard-btn:focus,
.react-form-wizard .navbar .navbar-nav>li>a.wizard-btn:hover,
.react-form-wizard .navbar .navbar-nav>li>a.wizard-btn:focus {
  outline: 0 !important
}

.react-form-wizard .wizard-nav-pills {
  margin-top: 0;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap
}

.react-form-wizard .wizard-nav-pills li,
.react-form-wizard .wizard-nav-pills a {
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1
}

.react-form-wizard .wizard-nav-pills a {
  display: flex
}

.react-form-wizard .wizard-nav-pills>li>a {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto;
  color: #0003;
  position: relative;
  top: 3px
}

.react-form-wizard .wizard-nav-pills>li>a:hover,
.react-form-wizard .wizard-nav-pills>li>a:focus {
  background-color: transparent;
  color: #0003;
  outline: 0 !important
}

.react-form-wizard .wizard-nav-pills>li>a.disabled {
  pointer-events: none;
  cursor: default
}

.react-form-wizard .wizard-nav-pills>li.active>a,
.react-form-wizard .wizard-nav-pills>li.active>a:hover,
.react-form-wizard .wizard-nav-pills>li.active>a:focus {
  background-color: transparent;
  -webkit-transition: font-size .2s linear;
  -moz-transition: font-size .2s linear;
  -o-transition: font-size .2s linear;
  -ms-transition: font-size .2s linear;
  transition: font-size .2s linear
}

.react-form-wizard .wizard-nav-pills>li.active>a .wizard-icon,
.react-form-wizard .wizard-nav-pills>li.active>a:hover .wizard-icon,
.react-form-wizard .wizard-nav-pills>li.active>a:focus .wizard-icon {
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear
}

.react-form-wizard {
  padding-bottom: 20px
}

.react-form-wizard .is_error {
  border-color: #c84513 !important
}

.react-form-wizard .is_error .icon-container {
  background: #c84513 !important
}

.react-form-wizard.xs .wizard-icon-circle {
  width: 40px;
  height: 40px;
  font-size: 16px
}

.react-form-wizard.xs .wizard-icon-circle.tab_shape {
  height: 25px
}

.react-form-wizard.xs .wizard-nav-pills>li.active>a .wizard-icon {
  font-size: 16px
}

.react-form-wizard.xs .wizard-navigation .wizard-progress-with-circle {
  position: relative;
  top: 25px;
  height: 4px
}

.react-form-wizard.sm .wizard-icon-circle {
  width: 50px;
  height: 50px;
  font-size: 20px
}

.react-form-wizard.sm .wizard-icon-circle.tab_shape {
  height: 30px
}

.react-form-wizard.sm .wizard-nav-pills>li.active>a .wizard-icon {
  font-size: 20px
}

.react-form-wizard.sm .wizard-navigation .wizard-progress-with-circle {
  position: relative;
  top: 30px;
  height: 4px
}

.react-form-wizard.md .wizard-icon-circle {
  width: 70px;
  height: 70px;
  font-size: 24px
}

.react-form-wizard.md .wizard-icon-circle.tab_shape {
  height: 40px
}

.react-form-wizard.md .wizard-nav-pills>li.active>a .wizard-icon {
  font-size: 24px
}

.react-form-wizard.md .wizard-navigation .wizard-progress-with-circle {
  position: relative;
  top: 40px;
  height: 4px
}

.react-form-wizard.lg .wizard-icon-circle {
  width: 90px;
  height: 90px;
  font-size: 28px
}

.react-form-wizard.lg .wizard-icon-circle.tab_shape {
  height: 50px
}

.react-form-wizard.lg .wizard-nav-pills>li.active>a .wizard-icon {
  font-size: 28px
}

.react-form-wizard.lg .wizard-navigation .wizard-progress-with-circle {
  position: relative;
  top: 50px;
  height: 4px
}

.react-form-wizard .wizard-icon-circle {
  font-size: 18px;
  border: 3px solid #f3f2ee;
  border-radius: 50%;
  font-weight: 600;
  width: 70px;
  height: 70px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center
}

.react-form-wizard .wizard-icon-circle.square_shape {
  border-radius: 0
}

.react-form-wizard .wizard-icon-circle.tab_shape {
  width: 100%;
  min-width: 100px;
  height: 40px;
  border: none;
  background-color: #f3f2ee;
  border-radius: 0
}

.react-form-wizard .wizard-icon-circle .wizard-icon-container {
  display: flex;
  justify-content: center;
  flex: 1;
  border-radius: 50%;
  margin: -3px
}

.react-form-wizard .wizard-icon-circle .wizard-icon-container.square_shape {
  border-radius: 0
}

.react-form-wizard .wizard-icon-circle .wizard-icon-container.tab_shape {
  border-radius: 0;
  margin: 0
}

.react-form-wizard .wizard-icon-circle .wizard-icon {
  display: flex;
  align-items: center;
  justify-content: center
}

.react-form-wizard .wizard-tab-content {
  min-height: 100px;
  padding: 30px 20px 10px;
  text-align: center
}

.react-form-wizard .wizard-header {
  padding: 15px;
  position: relative;
  border-radius: 3px 3px 0 0;
  text-align: center
}

.react-form-wizard .wizard-title {
  font-weight: 300;
  margin: 0;
  text-align: center
}

.react-form-wizard .category {
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  margin-bottom: 0;
  text-align: center
}

.react-form-wizard .wizard-navigation .wizard-progress-with-circle {
  position: relative;
  top: 40px;
  height: 4px
}

.react-form-wizard .wizard-navigation .wizard-progress-with-circle .wizard-progress-bar {
  box-shadow: none;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease
}

.react-form-wizard .clearfix:after {
  content: "";
  clear: both;
  display: table
}

.react-form-wizard .wizard-card-footer {
  padding: 0 20px
}

.react-form-wizard .wizard-card-footer .wizard-footer-left {
  float: left
}

.react-form-wizard .wizard-card-footer .wizard-footer-right {
  float: right
}

@media screen and (max-width: 350px) {
  .react-form-wizard .wizard-card-footer {
    display: flex;
    justify-content: center;
    flex-direction: column
  }

  .react-form-wizard .wizard-card-footer .wizard-footer-left,
  .react-form-wizard .wizard-card-footer .wizard-footer-right {
    float: none;
    flex: 1;
    display: flex;
    justify-content: center
  }

  .react-form-wizard .wizard-card-footer .wizard-footer-right button {
    margin-top: 10px
  }
}

.react-form-wizard.vertical .wizard-card-footer {
  display: block
}

.react-form-wizard.vertical .wizard-nav-pills {
  flex-direction: column
}

.react-form-wizard.vertical.inline .wizard-nav-pills {
  align-items: start
}

.react-form-wizard.vertical .wizard-nav-pills li:not(:first-child) {
  padding-top: 20px
}

.react-form-wizard.vertical .wizard-navigation {
  display: flex;
  flex-direction: row
}

.react-form-wizard.vertical .wizard-card-footer {
  padding-top: 30px
}

.inline-step {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center
}

@keyframes slideIn {
  0% {
    left: -25%
  }

  to {
    left: 0
  }
}

@keyframes slideInVertical {
  0% {
    top: -25%
  }

  to {
    top: 0
  }
}


.smooth-border-left-to-right {
  animation: slideIn .3s forwards;
  position: absolute;
  width: 100%;
  top: 39%
}

/* ------------------------------------ c */