body {
  font-family: var(--bs-font-sans-serif) !important;
  color: rgba(var(--text-color-rgb), 1) !important;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--bs-body-bg-color) !important;
  background-image: var(--bg-image) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
  padding-bottom: 45px;
  background-attachment: fixed;
  font-size: 15px !important;
}

.c-fa-icon {
  --fa-primary-color: var(--bs-primary);
  --fa-secondary-color: var(--bs-primary);
}

.c-header-scrolled {
  background-color: var(--bs-body-bg-color);
}

.c-visa-img {
  -webkit-filter: var(--filter-white);
  filter: var(--filter-white);
}

.c-fs-12 {
  font-size: 12px;
}

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

.c-fs-14 {
  font-size: 14px;
}

.c-fs-18 {
  font-size: 18px;
}

.c-fs-16 {
  font-size: 16px;
}

.c-fs-20 {
  font-size: 20px;
}

.c-fs-25 {
  font-size: 25px;
}

.c-fs-27 {
  font-size: 27px;
}

.c-fs-40 {
  font-size: 40px;
}

.c-fs-44 {
  font-size: 44px;
}

.c-fs-70 {
  font-size: 70px;
}

.c-wh-51 {
  width: 51px;
  height: 51px;
}

.c-lh-87 {
  line-height: 87px;
}

.c-lh-20 {
  line-height: 20px;
}

.c-lh-16 {
  line-height: 16px;
}

.c-lh-22 {
  line-height: 22px;
}

.c-lh-25 {
  line-height: 25px;
}

.c-min-w-32px {
  min-width: 32px;
  text-align: center;
}

.c-input-info {
  padding-left: 37px;
  display: block;
}

.c-bs-1 {
  -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
}

.c-ht-50 {
  height: 50px;
}

.c-min-ht-50 {
  min-height: 50px;
}

.c-min-width-169 {
  min-width: 169px;
}

.c-min-width-150 {
  min-width: 150px;
}

.c-ht-114 {
  height: 114px;
}

.c-p-20 {
  padding: 20px;
}

.c-p-30 {
  padding: 30px;
}

.c-p-40 {
  padding: 30px 40px 40px 40px;
}

.c-mb-n10 {
  margin-bottom: -10px;
}

.c-mb-n3 {
  margin-bottom: -3px;
}

.c-btn-transparent {
  background-color: transparent;
  border: none;
  height: 50px;
  min-width: 150px;
  color: var(--bs-primary);
  text-transform: uppercase;
  border-radius: 50px;
}

.c-btn-transparent:hover,
.c-btn-transparent:focus {
  color: var(--bs-primary);
}

.c-purpose {
  -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  border-radius: 20px;
  min-width: 155px;
  text-align: center;
  padding: 20px 25px;
}

.c-btn-shadow,
.c-btn-shadow:focus,
.c-btn-shadow:active {
  -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
}

.c-btn-shadow:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: rgba(var(--bs-gray-rgb), 0.5);
  background-image: none;
}

.c-menu>li>a {
  height: 36px;
  border-left: 4px solid transparent;
}

.c-menu>li.active>a {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.c-menu-icon {
  width: 20px;
  text-align: center;
  margin-right: 12px;
}

.c-table-light {
  background-color: rgba(var(--bs-gray-rgb), 0.05);
  border-radius: 10px;
  font-size: 16px;
}

.c-table-light td,
.c-table-light th {
  border-color: var(--bs-white);
  padding: 6px 10px;
}

.c-row-highlight td {
  background-color: rgba(var(--bs-indigo-rgb), 0.2);
}

.c-row-success td {
  background-color: rgba(var(--bs-success-rgb), 0.2);
}

.c-row-danger td {
  background-color: rgba(var(--bs-danger-rgb), 0.2);
}

.c-table-light> :not(:last-child)> :last-child>* {
  border-bottom-color: var(--bs-white);
}

.c-table-light thead th,
.c-table-light thead td {
  border-bottom-color: var(--bs-white);
  padding: 13px 10px;
}

.c-table-light tfoot th,
.c-table-light tfoot td {
  padding: 10px;
  border-bottom: none;
}

.table> :last-child>tr:last-child td {
  border: none;
}

.c-table-primary-light {
  background-color: rgba(var(--bs-indigo-rgb), 0.1);
  border-radius: 10px;
  font-size: 16px;
}

.c-table-primary-light td {
  padding: 8px 10px;
  border-color: var(--bs-white);
}

.c-table-primary-light.c-table-plus thead th,
.c-table-primary-light.c-table-plus thead td {
  border-bottom-color: var(--bs-white);
  padding: 13px 15px;
}

.c-table-primary-light.c-table-plus td {
  padding: 8px 15px;
  border-color: var(--bs-white);
}

.c-table-primary-light> :not(:last-child)> :last-child>* {
  border-bottom-color: var(--bs-white);
}

.c-ticket {
  background-color: rgba(var(--bs-indigo-rgb), 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.c-bg-gradient {
  background: var(--bs-primary);
}

.c-bg-gradient-diagonal {
  background: var(--bs-primary);
}

/* Chrome */

.c-range[type='range'] {
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  background-color: transparent;
}

.c-range[type='range']::-webkit-slider-runnable-track {
  height: 10px;
  -webkit-appearance: none;
  background: var(--bs-primary);
  margin-top: 2px;
  border-radius: 8px;
}

.c-range[type='range']::-webkit-slider-thumb {
  position: relative;
  top: -8px;
  width: 25px;
  height: 25px;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: var(--bs-primary);
  border-radius: 50%;
  border: 5px solid rgba(var(--bs-white-rgb), 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8.33333px rgba(var(--bs-black-rgb), 0.31);
  box-shadow: 0px 0px 8.33333px rgba(var(--bs-black-rgb), 0.31);
}


/* Firefox */

.c-range[type="range"]::-moz-range-progress {
  background: var(--bs-primary);
  height: 8px;
  border-radius: 10px;
}

.c-range[type="range"]::-moz-range-track {
  background: rgba(var(--bs-indigo-rgb), 0.1);
  height: 8px;
  border-radius: 10px;
}

.c-range[type='range']::-moz-range-thumb {
  position: relative;
  top: -8px;
  width: 25px;
  height: 25px;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: var(--bs-primary);
  border-radius: 50%;
  border: 5px solid rgba(var(--bs-white-rgb), 1);
  box-sizing: border-box;
  box-shadow: 0px 0px 8.33333px rgba(var(--bs-black-rgb), 0.31);
}

/* IE */
.c-range[type="range"]::-ms-fill-lower {
  background-color: var(--bs-primary);
}

.c-range[type="range"]::-ms-fill-upper {
  background-color: transparent;
}

.c-hr-70 {
  border-bottom: 2px dashed rgba(var(--bs-black-rgb), 0.3);
  max-width: 90%;
  margin: 0 auto;
  background-color: transparent;
}

.c-line {
  border-bottom: 1px dashed rgba(var(--bs-gray-rgb), 0.8);
  margin: 0 auto;
  background-color: #e63d3d00;
  width: 100%;
}

.c-radio-button>label {
  border: 1px solid rgba(var(--bs-gray-rgb), 0.3);
  color: var(--bs-muted);
  font-size: 16px;
  line-height: 20px;
  height: 26px;
  min-width: 75px;
  padding: 10px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c-radio-button>input:checked+label {
  border: 1px solid var(--bs-primary);
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

.form-floating>.form-control,
.form-floating>.form-select,
.c-input-fields {
  border: none !important;
  border-bottom: 1px solid rgba(var(--bs-gray-rgb), 0.5) !important;
  border-radius: 0px;
  /* font-size: 18px; */
  height: 50px !important;
  min-height: 45px !important;
  padding: 43px 0px 10px !important;
  /* background-color: transparent !important;
    color: rgba(var(--text-color-rgb), 1) !important */
}

.c-input-fields {
  height: 38px !important;
  padding: 15px 0px 0px !important;
}

.form-floating>.form-select {
  /* background: none !important;  */
  padding: 30px 0px 0px !important;
  height: 55px !important;
}

.form-floating>label {
  top: 0px;
  left: -12px;
  height: 100%;
  border: none;
  font-size: 18px;
  z-index: 0 !important;
  white-space: nowrap;
  background-color: transparent !important;
}

.form-control:focus~label {
  color: var(--bs-primary);
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
  border-color: var(--bs-primary);
}

.input-group:focus-within>.input-group-text {
  color: var(--bs-primary);
}

.form-floating>.invalid-feedback {
  padding: 0px !important;
}

.form-control:disabled {
  background-color: transparent !important;
}

.c-block-highlight {
  -webkit-animation: c-highlight 0.2s forwards running;
  animation: c-highlight 0.2s forwards running;
}

.c-text-purple {
  color: var(--bs-primary);
}

.c-text-light {
  color: rgba(var(--bs-indigo-rgb), 0.2);
}

.c-collapse-rotate>i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.c-collapse-rotate.collapsed>i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.collapsed .c-collapse-rotate>i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-collapse-rotate>h6>span:first-child {
  display: none;
}

.c-collapse-rotate>h6>span:nth-child(2) {
  display: inline;
}

.c-collapse-rotate.collapsed>h6>span:first-child {
  display: inline;
}

.c-collapse-rotate.collapsed>h6>span:nth-child(2) {
  display: none;
}

.c-tip {
  background-color: rgba(var(--bs-indigo-rgb), 0.1);
  padding: 16px 20px;
  border-radius: 0 0 16px 16px;
}

.c-tip.c-tip-md {
  padding: 10px 15px;
}

.c-slide-radio {
  position: relative;
}

.c-slide-radio>input {
  display: none;
}

.c-slide-radio>label {
  background-image: var(--lg-unchecked);
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) 20px;
  padding-top: 0;
  margin-top: 0px;
  cursor: pointer;
}

.c-slide-radio>input:checked+label {
  background-image: var(--lg-checked);
}

.c-swiper-auto {
  padding-bottom: 20px;
}

.c-swiper-auto .swiper-slide {
  width: 80%;
  max-width: 350px;
}

.c-vertical-line {
  padding-top: 10px;
  position: relative;
}

.c-vertical-line::after {
  position: absolute;
  content: '';
  height: 66px;
  width: 0px;
  border: 1px dashed rgba(var(--bs-gray-rgb), 0.3);
  bottom: 71px;
  left: 28px;
}

.c-fixed-bottom-btn {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}

.c-checkbox>input {
  display: none;
}

.c-checkbox>label {
  background-image: var(--sm-unchecked);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 33px;
}

.c-checkbox>input:checked+label {
  background-image: var(--base-checked);
}

.c-checkbox-base>input {
  display: none;
}

.c-checkbox-base>label {
  background-image: var(--base-unchecked);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 33px;
}

.c-checkbox-base>input:checked+label {
  background-image: var(--base-checked);
}

.c-min-height-full {
  min-height: calc(100vh - 160px);
}

.c-min-height-expanded {
  min-height: calc(100vh - 115px);
}

.c-g-10 {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

.c-gx-20 {
  --bs-gutter-x: 20px;
}

.c-shadow-cutter {
  margin-left: -10px;
  margin-right: -10px;
}

.c-image-bank {
  max-width: 93px;
  width: auto;
  height: auto;
  max-height: 38px;
}

.c-search>input {
  padding: 4px 13px;
  border: none;
  color: rgba(31, 19, 50, 1);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-search>input:focus {
  background-color: transparent;
}



.c-side-menu .offcanvas-body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-close {
  opacity: 1;
}

.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-loading {
  max-width: 217px;
}

.c-loading>img {
  -webkit-filter: var(--filter-white);
  filter: var(--filter-white);
}

.c-loading.c-loading-progress {
  max-width: 247px;
}

.c-loader {
  width: 100%;
  height: 10px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 20px;
}

.c-loader::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--bs-gray-rgb), 0.3);
  top: 5px;
}

.c-loader span {
  height: 6px;
  background-color: var(--bs-primary);
  width: 93px;
  position: absolute;
  left: 0;
  border-radius: 12px;
  top: 2px;
  -webkit-animation: c-loading 0.8s linear forwards running infinite;
  animation: c-loading 0.8s linear forwards running infinite;
}

.c-loading-progress .c-loader span {
  max-width: 247px;
  -webkit-animation: c-progress 5s linear forwards running;
  animation: c-progress 5s linear forwards running;
}

.c-md-radio>input {
  display: none;
}

.c-md-radio>label {
  background-image: url(../assets/images/md_uncheck.svg);
  background-repeat: no-repeat;
  padding-right: 35px;
  background-position: right 0px;
  width: 100%;
}

.c-md-radio>input:checked+label {
  background-image: url(../assets/images/md_check.svg);
}

.c-border-1 {
  border: 1px solid rgba(var(--bs-black-rgb), 0.1);
}

.c-border-bottom-1 {
  border-bottom: 1px solid rgba(var(--bs-black-rgb), 0.1);
}

.c-slide-radio-mod:last-child .c-border-bottom-1 {
  border-bottom: none;
}

.c-offcanvas-bottom {
  height: auto !important;
  border-radius: 20px 20px 0 0;
  border: none;
  max-height: 90vh !important;
}

.c-line-vertical {
  height: 100%;
  width: 1px;
  background-color: rgba(var(--bs-gray-rgb), 0.2);
}

.c-bg-primary-05 {
  background-color: rgba(var(--bs-indigo-rgb), 0.05);
}

.c-bg-danger-05 {
  background-color: rgba(var(--bs-danger-rgb), 0.05);
}

.c-status {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.c-status-primary {
  background-color: rgba(var(--bs-indigo-rgb), 0.05);
  color: rgba(var(--bs-indigo-rgb), 1);
}

.c-status-danger {
  background-color: rgba(var(--bs-danger-rgb), 0.05);
  color: rgba(var(--bs-danger-rgb), 1);
}

.c-status-secondary {
  background-color: rgba(var(--bs-gray-rgb), 0.05);
  color: rgba(var(--bs-gray-rgb), 1);
}

.c-status-warning {
  background-color: rgba(var(--bs-warning), 0.05);
  color: rgba(var(--bs-warning), 1);
}

.c-status-dark {
  background-color: rgba(var(--text-color-rgb), 0.05);
  color: rgba(var(--bs-text-color), 1);
}

.c-step {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  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;
}

.c-step-sm {
  width: 18px;
  height: 18px;
  background-color: var(--bs-muted);
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  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;
}

.c-status.c-status-left {
  border-radius: 0 20px 20px 0;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-status.c-status-right {
  border-radius: 20px 0px 0px 20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-nav-link {
  font-family: var(--bs-font-sans-serif);
  font-size: 15px;
  line-height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: var(--bs-muted);
  padding: 10px 0;
  background-color: transparent;
  position: relative;
}

.nav-pills .c-nav-link.active {
  color: rgba(var(--text-color-rgb), 1);
  background-color: transparent;
  font-weight: 600;
}

.c-nav-link.active::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 4px;
  background-color: rgba(var(--text-color-rgb), 1);
  border-radius: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-sm-table {
  min-width: 500px;
}

.c-doc-list {
  background-color: rgba(var(--bs-indigo-rgb), 0.1);
  border-radius: 20px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-loan-data {
  background-color: rgba(var(--bs-indigo-rgb), 0.05);
  padding: 8px 20px;
  border-radius: 40px;
}

.c-loan-data>p {
  margin-bottom: 0;
}

.form-check-label {
  cursor: pointer;
}

.c-word-break {
  word-break: break-word;
}

.modal-content {
  border: none;
  border-radius: 20px;
}

.c-cursor-pointer {
  cursor: pointer;
}

.c-max-height-auto {
  overflow: auto;
  max-height: 363px;
}

.modal-backdrop.show {
  opacity: .15;
}

.c-image-bank-lg {
  max-width: 93px;
  width: auto;
  height: auto;
  max-height: 50px;
}

.btn-primary.btn-lg>i {
  font-size: 16px;
}

.c-topup {
  width: 80px;
  height: 80px;
  margin: 0 6px 5px;
  background-color: var(--bs-white);
  border-radius: 50%;
  cursor: pointer;
}

.c-scroll-content {
  max-height: calc(100vh - 192px);
  overflow: auto;
  margin-bottom: 20px;
}

.c-circle-blue {
  width: 143px;
  height: 143px;
  position: relative;
}

.c-counter {
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  bottom: 0;
  text-align: center;
}

.c-counter>h4 {
  font-family: var(--bs-font-sans-serif);
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -1.42297px;
  line-height: 30px;
}

.c-circle-blue .c-svg-over {
  position: relative;
  z-index: 1;
  -webkit-transform: rotateY(180deg) rotate(273deg);
  transform: rotateY(180deg) rotate(273deg);
}

.c-circle-blue .c-svg-grey {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(273deg);
  transform: rotate(273deg);
}

.c-circle-blue .c-svg-grey circle {
  stroke: rgba(var(--bs-indigo-rgb), 0.1);
}

.c-circle-blue svg circle {
  fill: transparent;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.c-circle-blue .c-svg-over circle {
  stroke-dasharray: 433px;
  stroke-dashoffset: 433px;
  stroke-linecap: round;
  stroke-width: 4.5px;
  stroke: var(--bs-primary);
  fill: none;
  -webkit-animation: countdown 60s linear forwards;
  animation: countdown 60s linear forwards;
}

.c-arrow {
  position: absolute;
  bottom: 10px;
  right: -50px;
}

.c-verification-input>input {
  border: 0;
  border-bottom: 1px solid rgba(var(--bs-gray-rgb), 0.5);
  width: 80px;
  background-color: transparent;
  color: rgba(var(--text-color-rgb), 1);
  font-size: 70px;
  border-radius: 0;
  text-align: center;
  letter-spacing: 0;
  margin: 0 5px;
  padding: 0;
  line-height: 87px;
  caret-color: rgba(var(--bs-gray-rgb), 0.2);
  max-width: 20%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.c-verification-input>input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
  border-color: var(--bs-primary);
}

::-webkit-input-placeholder {
  color: rgba(var(--bs-gray-rgb), 0.3);
}

::-moz-placeholder {
  color: rgba(var(--bs-gray-rgb), 0.3);
}

:-ms-input-placeholder {
  color: rgba(var(--bs-gray-rgb), 0.3);
}

:-moz-placeholder {
  color: rgba(var(--bs-gray-rgb), 0.3);
}

.btn-bordred {
  font-size: 18px;
  padding: 9px 20px 9px 25px;
  border: 1px solid rgba(var(--bs-gray-rgb), 0.3);
  border-radius: 20px;
  width: 100%;
  text-decoration: none;
}

.spinner-border-sm {
  border-width: 3px;
}

.c-formio {
  margin-bottom: 20px;
}

.c-formio input[type="radio"] {
  display: none;
}

/* Override for Gambling Questions 11:48 AM 2/9/2022 */
.formio-component-surveyGambling input[type="radio"] {
  display: inline-block !important;
}

.c-formio .form-group {
  margin-bottom: 30px;
}

.c-formio .form-label {
  margin-bottom: 7px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.c-formio input[type="radio"]+label.form-check-label {
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: var(--bs-muted);
  padding: 12px 30px;
  background-color: var(--bs-white);
  -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  line-height: 26px;
}

.c-formio input[type="radio"]+label.form-check-label:hover {
  color: rgba(var(--bs-white, 1));
  background-color: var(--bs-primary);
}

.c-formio input[type="radio"]:checked+label.form-check-label {
  color: rgba(var(--bs-indigo-rgb), 1);
  background-color: rgba(var(--bs-indigo-rgb), 0.2);
}

.c-formio .form-check {
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 15px;
}

.c-formio textarea {
  border: none;
  border-bottom: 1px solid rgba(var(--bs-black-rgb), 0.1);
  border-radius: 0;
  resize: vertical;
  padding: 0 0 6px;
  color: rgba(var(--text-color-rgb), 1);
  background-color: transparent;
}

.c-formio textarea:focus {
  color: rgba(var(--text-color-rgb), 1);
  background-color: transparent;
}

.c-formio input[type="text"],
.c-formio input[type="email"],
.c-formio input[type="number"],
.c-formio input[type="date"] {
  border: none;
  border-bottom: 1px solid rgba(var(--bs-black-rgb), 0.1);
  border-radius: 0;
  resize: vertical;
  padding: 0 0 6px;
  background-color: transparent;
  color: rgba(var(--text-color-rgb), 1);
}

.c-formio .form-control:focus {
  border-bottom: 1px solid var(--bs-primary);
}

.c-formio .form-group:focus-within>.form-label {
  color: var(--bs-primary);
}

.c-formio .input-group-text {
  background-color: transparent;
  border: none;
  padding-top: 0;
  width: auto;
  padding-left: 0;
}

.c-gutter-xy-10 {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

.c-gutter-xy-8 {
  --bs-gutter-x: 8px;
  --bs-gutter-y: 8px;
}

.c-centered-400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.c-scroll-light {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) var(--bs-white);
}

.c-scroll-light::-webkit-scrollbar {
  width: 7px;
  -webkit-box-shadow: inset 0 0 5px rgba(var(--bs-black-rgb), 0.1);
  box-shadow: inset 0 0 5px rgba(var(--bs-black-rgb), 0.1);
}

.c-scroll-light:-webkit-scrollbar-track {
  background: var(--bs-white);
  border-radius: 20px;
}

.c-scroll-light::-webkit-scrollbar-thumb {
  background: rgba(var(--bs-black-rgb), 0.2);
  border-radius: 20px;
}

.c-scroll-light::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--bs-black-rgb), 0.3);
}

.c-scroll-hidden {
  overflow-y: scroll;
  /* Add the ability to scroll */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

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

.c-card-radio>input+label {
  background-image: var(--md-unchecked);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 70px;
}

.c-card-radio.c-card-radio-sm>input+label {
  background-size: 25px;
  padding-left: 45px;
  background-position: 5px center;
}

.c-card-radio>input:checked+label {
  background-image: var(--md-checked);
}

.c-h-140px {
  height: 140px;
}

.c-h-75px {
  height: 75px;
}

.c-alert-danger {
  border: 1px solid rgba(var(--bs-danger-rgb), 0.25);
  background-color: rgba(var(--bs-danger-rgb), 0.1);
  min-height: 50px;
  border-radius: 20px;
}

.c-alert-success {
  border: 1px solid rgba(var(--bs-success-rgb), 0.25);
  background-color: rgba(var(--bs-success-rgb), 0.1);
  min-height: 50px;
  border-radius: 20px;
}

.alert .btn-close {
  width: 10px;
  height: 10px;
  background-size: 10px;
}

.alert .btn-close:hover {
  opacity: 1;
}

.c-connection {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 22px;
  background-color: rgba(var(--bs-gray-rgb), 0.2);
  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;
}

.c-connection>span {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  display: inline-block;
  background-color: var(--bs-muted);
  border: 2px solid var(--bs-light);
}

.c-connection-success {
  background-color: rgba(var(--bs-success-rgb), 0.2);
}

.c-connection-success>span {
  background-color: var(--bs-success);
}

.c-connection-danger {
  background-color: rgba(var(--bs-danger-rgb), 0.2);
}

.c-connection-danger>span {
  background-color: var(--bs-danger)
}

.c-service-request {
  min-height: 300px;
  overflow: auto;
}

.c-button-amount {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 20px;
  background-color: var(--bs-white);
  border: none;
  font-family: var(--bs-font-sans-serif);
  font-weight: 600;
  cursor: pointer;
  margin: 0 15px;
  -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05)
}

.c-button-amount:active {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.c-btn-menu-close {
  background: none;
  font-size: 19px;
  position: relative;
  right: -10px;
  top: -1px;
}

main.fadeInRight {
  -webkit-animation-name: c-fadeInRight;
  animation-name: c-fadeInRight;
}

.c-fixed-bottom-btn.fadeInUp {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.c-icon {
  height: 43px;
  width: 43px;
  border-radius: 10px;
}

.c-pl-10 {
  padding-left: 10px;
}

.progress {
  height: 8px;
  background-color: rgba(var(--bs-indigo-rgb), 0.2);
}

.progress-bar {
  border-radius: 4px;
  background-color: var(--bs-primary);
}

/* ----------------------- used in category and budget  satrt */

.c-ring {
  width: 55px;
  height: 55px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-ring i {
  font-size: 21px;
  color: rgba(var(--bs-gray-rgb), 0.8);
  z-index: 1;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-ring svg {
  left: 0px;
  top: 0px;
  position: absolute;
  fill: transparent;
}

.c-ring-blue i {
  color: var(--bs-primary);
}

.c-ring-orange i {
  color: var(--bs-warning);
}

.c-ring-blue .c-ring-svg circle {
  stroke: var(--bs-primary);
}

.c-ring-orange .c-ring-svg circle {
  stroke: var(--bs-warning);
}

.c-ring-yellow i {
  color: var(--bs-yellow);
}

.c-ring-yellow .c-ring-svg circle {
  stroke: var(--bs-yellow);
}

.c-ring-red i {
  color: var(--bs-danger);
}

.c-ring-red .c-ring-svg circle {
  stroke: var(--bs-danger);
}

.c-ring-green i {
  color: var(--bs-success);
}

.c-ring-green .c-ring-svg circle {
  stroke: var(--bs-success);
}

.c-separator {
  border-bottom: 1px solid rgba(var(--bs-gray-rgb), 0.1);
  padding-bottom: 15px;
  padding-top: 15px;
}

.col-12:last-child .c-separator {
  border: none;
}

.c-chart {
  background-color: rgba(var(--bs-white-rgb), 0.2);
  min-height: 170px;
  border-radius: 20px;
}

.c-chart-270>div {
  height: 260px !important;
  min-height: 260px !important;
}

.c-chart-no-legend>div {
  margin-top: -25px;
}

.c-budget-swiper .swiper-slide {
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  max-width: 400px;
}

.c-insights-swiper .swiper-slide {
  width: 125px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 16px;
  padding-bottom: 25px;
}

.c-insights {
  border-radius: 20px;
  background-color: var(--bs-white);
  width: 105px;
  height: 130px;
  cursor: pointer;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
}

.c-insights>div {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.c-insights-swiper .nav-pills .nav-link {
  padding: 0;
  color: rgba(var(--text-color-rgb), 1);
}

.c-insights-swiper .nav-pills .nav-link.active {
  background-color: transparent;
}

.insight-active .c-insights {
  -webkit-animation: c-insight-active 0.2s forwards running;
  animation: c-insight-active 0.2s forwards running;
}

.insight-active .c-insights>.c-ring i {
  color: rgba(var(--bs-white-rgb), 1);
}

.insight-active .c-insights>.c-ring .c-ring-svg circle {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  stroke-dashoffset: 0px;
}

.insight-active .c-insights>.c-ring-blue .c-ring-svg circle {
  stroke: var(--bs-primary);
  fill: var(--bs-primary);
}

.insight-active .c-insights>.c-ring-orange .c-ring-svg circle {
  stroke: var(--bs-warning);
  fill: var(--bs-warning);
}

.insight-active .c-insights>.c-ring-yellow .c-ring-svg circle {
  stroke: var(--bs-yellow);
  fill: var(--bs-yellow);
}

.insight-active .c-insights>.c-ring-red .c-ring-svg circle {
  stroke: var(--bs-danger);
  fill: var(--bs-danger);
}

.insight-active .c-insights>.c-ring-green .c-ring-svg circle {
  stroke: var(--bs-success);
  fill: var(--bs-success);
}

.form-switch .form-check-input {
  width: 40px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border-color: rgba(var(--bs-black-rgb), 0.2);
  background-image: url(../assets/images/switch_off.svg);
  background-position: 3px;
  background-size: 14px;
}

.form-switch .form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-image: url(../assets/images/switch_on.svg);
  background-position: 22px;
}

.form-switch .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
  background-image: url(../assets/images/switch_off.svg);
}

.c-budget-set {
  position: absolute;
  bottom: 64px;
  height: 20px;
  background-color: var(--bs-muted);
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(var(--bs-white-rgb), 1);
  font-weight: 700;
  padding: 0 3px 0 7px;
  -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
}

.c-budget-set>p {
  margin: 0;
  font-size: 13px
}

.c-budget-set>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  background-color: rgba(var(--bs-white-rgb), 1);
  font-size: 10px;
  border-radius: 10px;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}

.c-budget-set>div>i {
  font-size: .875em;
}

.c-insights .c-ring-orange .c-budget-set {
  background-color: var(--bs-warning);
}

.c-insights .c-ring-orange .c-budget-set>div>i {
  color: var(--bs-warning);
}

.c-insights .c-ring-yellow .c-budget-set {
  background-color: var(--bs-yellow);
}

.c-insights .c-ring-yellow .c-budget-set>div>i {
  color: var(--bs-yellow);
}

.c-insights .c-ring-red .c-budget-set {
  background-color: var(--bs-danger);
}

.c-insights .c-ring-red .c-budget-set>div>i {
  color: var(--bs-danger);
}

.c-insights .c-ring-green .c-budget-set {
  background-color: var(--bs-success);
}

.c-insights .c-ring-green .c-budget-set>div>i {
  color: var(--bs-success);
}

.form-switch input,
input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ----------------------- used in category and budget  end */

.btn {
  font-size: 17px !important;
}

.btn-primary {
  border-radius: var(--bs-custom-border-radius) !important;
  min-width: 170px;
  font-weight: 600;
  height: 50px;
  text-transform: uppercase;
}

.c-card {
  overflow: hidden;
  position: relative;
  padding: 20px;
  height: 192px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
}

.c-card:before,
.c-card:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: rgba(var(--bs-white-rgb), 0.05);
}

.c-card::before {
  width: 341px;
  height: 341px;
  right: -180px;
  top: -40px;
}

.c-card::after {
  width: 378px;
  height: 378px;
  right: 50px;
  bottom: -310px;
}

.c-img-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.c-offcanvas-scroll {
  overflow: auto;
  max-height: calc(100vh - 240px);
}

.c-close-offcanvas {
  background: transparent;
  border: none;
  font-size: 21px;
  position: absolute;
  right: 16px;
  top: 16px;
}

.c-top-px {
  position: relative;
  top: 1px;
}

.c-otp {
  letter-spacing: 12px;
  border: 0;
  font-size: 60px;
  border-bottom: 1px solid #c3bebe;
  width: 208px;
  outline: none;
}

#dmxValidatorErrorformPersonalDetailsDOBD {
  padding-left: 0px;
}

#dmxValidatorErrorformPersonalDetailsDOBY {
  padding-left: 0px;
}

#formPersonalDetails #dobD::-webkit-outer-spin-button,
#formPersonalDetails #dobD::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#formPersonalDetails #dobD[type=number] {
  -moz-appearance: textfield;
}

#formPersonalDetails #dobY::-webkit-outer-spin-button,
#formPersonalDetails #dobY::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#formPersonalDetails #dobY[type=number] {
  -moz-appearance: textfield;
}

/* ------------------------------------------------------------------ Main */

.container {
  max-width: 720px !important;
}

.wrapper {
  padding-top: 65px;
  -webkit-transition: 0.3s all cubic-bezier(.51, .92, .24, 1.15);
  transition: 0.3s all cubic-bezier(.51, .92, .24, 1.15);
}

main {
  min-height: calc(100vh - 127px);
}

.c-bank-card {
  -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
  border-radius: 20px;
  background-color: #fff;
  color: rgba(var(--text-color-rgb), 1);
  border-radius: var(--bs-border-radius);
}

.c-br {
  border-radius: var(--bs-border-radius) !important;
}

.c-br-10 {
  border-radius: var(--bs-custom-border-radius) !important;
}

.c-side-menu.offcanvas-start {
  width: 100%;
  background-image: var(--bg-image);
  background-size: cover;
  background-color: var(--bs-white);
}

.c-range[type=range]::-webkit-slider-runnable-track {
  background: var(--bs-primary);
}

.c-purpose-active {
  -webkit-animation: c-highlight 0.2s forwards running;
  animation: c-highlight 0.2s forwards running;
  border: 2px solid rgba(114, 100, 241, 0.4392156863);
  -webkit-box-shadow: 0px 0px 15px rgba(114, 100, 241, 0.4392156863);
  box-shadow: 0px 0px 15px rgba(114, 100, 241, 0.4392156863);
}

.c-ticket-footer {
  border-top: 1px dashed rgba(var(--bs-indigo-rgb), 0.2);
  padding-top: 20px;
  margin-top: 30px;
  position: relative;
}

.c-bubble {
  background: var(--bs-primary);
  position: absolute;
  top: -5px;
  right: -5px;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  z-index: 1;
}

.c-range[type=range]::-moz-range-progress {
  background: var(--bs-primary);
}

.c-ticket-footer::before,
.c-ticket-footer::after {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -13px;
}

.c-ticket-footer::before {
  left: -33px;
}

.c-ticket-footer::after {
  left: auto;
  right: -32px;
}

/* CSS Animation */

@-webkit-keyframes c-highlight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    color: var(--bs-primary);
    font-weight: 500;
    border: 1px solid var(--bs-primary);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    color: var(--bs-primary);
    font-weight: 500;
    border: 1px solid var(--bs-primary);
  }

  100% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0px 10px 30px rgba(var(--bs-black-rgb), 0.2);
    box-shadow: 0px 10px 30px rgba(var(--bs-black-rgb), 0.2);
    color: var(--bs-primary);
    font-weight: 500;
    border: 1px solid var(--bs-primary);
  }
}


@keyframes c-highlight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    color: var(--bs-primary);
    font-weight: 500;
    border: 1px solid var(--bs-primary);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    color: var(--bs-primary);
    font-weight: 500;
    border: 1px solid var(--bs-primary);
  }

  100% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0px 10px 30px rgba(var(--bs-black-rgb), 0.2);
    box-shadow: 0px 10px 30px rgba(var(--bs-black-rgb), 0.2);
    color: var(--bs-primary);
    font-weight: 500;
    border: 1px solid var(--bs-primary);
  }
}


@-webkit-keyframes c-insight-active {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);

  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);

  }

  100% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0px 10px 30px rgba(var(--bs-black-rgb), 0.15);
    box-shadow: 0px 10px 30px rgba(var(--bs-black-rgb), 0.15);

  }
}


@keyframes c-insight-active {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);

  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);
    box-shadow: 0px 0px 30px rgba(var(--bs-black-rgb), 0.05);

  }

  100% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0px 10px 30px rgba(var(--bs-black-rgb), 0.15);
    box-shadow: 0px 10px 30px rgba(var(--bs-black-rgb), 0.15);

  }
}



@-webkit-keyframes c-loading {
  0% {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    left: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}



@keyframes c-loading {
  0% {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    left: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes c-progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes c-progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes countdown {
  0% {
    stroke-dashoffset: 0px;
  }

  1% {
    stroke-dashoffset: 433px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes countdown {
  0% {
    stroke-dashoffset: 0px;
  }

  1% {
    stroke-dashoffset: 433px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}


@-webkit-keyframes c-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}


@keyframes c-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* Above Very Small devices  */

@media (min-width:375px) {
  .c-topup {
    width: 95px;
    height: 95px;
    margin: 0 10px 5px;
  }
}

/* Above Small Devices */

@media (min-width: 576px) {
  .c-side-menu.offcanvas-start {
    width: auto !important;
    max-width: 270px;
  }

  .c-table-primary-light td {
    padding: 8px 20px;
  }

  .c-side-menu .offcanvas-header .btn-close {
    display: none;
  }

  .btn-primary {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Above Medium Devices */

@media (min-width: 768px) {
  .c-chart-270>div {
    height: 290px !important;
    min-height: 290px !important;
  }
}

/* Above Large Devices */

@media (min-width: 992px) {
  .c-loan-id {
    position: fixed;
    top: 3px;
    /* right: var(--bs-gutter-x); */
    right: auto;
    margin-left: 444px;
    width: 230px;
    z-index: 1030;
    height: 40px;
  }

  body {
    width: 100%;
    position: relative;
    padding-left: 270px;
  }

  .c-fixed-bottom-btn {
    padding-left: 270px;
  }

  body header {
    padding-left: 270px;
  }

  .c-side-menu {
    z-index: 1030;
    -webkit-transform: translateX(0);
    transform: translateX(0) !important;
    visibility: visible !important;
    width: 270px;
    -webkit-box-shadow: 10px 0 30px rgba(var(--bs-black-rgb), 0.04) !important;
    box-shadow: 10px 0 30px rgba(var(--bs-black-rgb), 0.04) !important;
  }

  .c-offcanvas-bottom {
    height: auto !important;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, 100%) !important;
    transform: translate(0, 100%) !important;
  }

  .offcanvas.c-offcanvas-bottom.show {
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
  }

  .container {
    --bs-gutter-x: 1.5rem;
  }
}

/* Above Extra Large Devices */

@media (min-width: 1200px) {
  .c-offcanvas-bottom {
    -webkit-transform: translate(130px, 100%) !important;
    transform: translate(130px, 100%) !important;
  }
  .offcanvas.c-offcanvas-bottom.show {
    -webkit-transform: translate(130px, -50%) !important;
    transform: translate(130px, -50%) !important;
  }
}

/* Upto Small Devices */

@media (max-width: 575px) {

  .side-menu-open {
    overflow: hidden;
  }

  .side-menu-open .wrapper {
    position: absolute;
    z-index: 1060;
    pointer-events: none;
    /* -webkit-transform: scale(0.65) rotate(-15deg) translate(246px, 60px);
              transform: scale(0.65) rotate(-15deg) translate(246px, 60px); */
    -webkit-transform: scale(0.65) rotate(0deg) translate(246px, 0px);
    transform: scale(0.65) rotate(0deg) translate(246px, 0px);
    right: 0;
    background-color: var(--bs-body-bg-color);
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    max-height: 100vh;
    overflow: hidden;
    width: 100vw;
  }

  .c-side-menu.offcanvas-start {
    background-color: var(--bs-sidemenu-bg-color);
    background-image: none;
  }

  .offcanvas-start.c-side-menu+.modal-backdrop {
    display: none;
  }

  .offcanvas-start.c-side-menu {
    -webkit-transform: none;
    transform: none;
    opacity: 0;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
  }

  .side-menu-open .offcanvas-start.c-side-menu {
    opacity: 1;
  }

  .c-fixed-bottom-btn {

    bottom: 80px;

  }

  .c-p-sm-20 {
    padding: 20px 15px 20px 15px;
  }
}


h5,
.h5 {
  font-size: 18px;
}

@media (max-height: 700px) {
  .c-side-menu .offcanvas-body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}


/* removed

 .c-btn-primary-light {
      background-color:rgba(var(--bs-indigo-rgb),0.2);
  }
  .c-btn-primary-light:hover,
  .c-btn-primary-light:focus {
      background-color:rgba(var(--bs-indigo-rgb),0.3);
  }
 .c-btn-primary-dark {
      background-color:var(--bs-primary);
      border: none;
      height: 50px;
      border-radius: 50px;
      min-width: 150px;
      color:rgba(var(--bs-white-rgb),1);
      text-transform: uppercase;
  }
  .c-btn-primary-dark:hover,
  .c-btn-primary-dark:focus {
      background-color:var(--bs-primary);
      color:rgba(var(--bs-white-rgb),1);
  } */