/*@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap";
*/
body {
  font-family: roboto, sans-serif;
  background-color: #f2f6ff;
  padding-bottom: 67px;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
.mb-8{
  margin-bottom: 8px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-15 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-30 {
  padding-bottom: 30px;
}
p {
  color: #707070;
}
a {
  color: #ff9900;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover,
a:active {
  text-decoration: none;
  color: #ff9900;
}
a:hover.redirect-link i,
a:active.redirect-link i {
  -webkit-transform: translateX(5px);
  transform: translateX (5px);
}
a:focus {
  outline: 0;
}
a.redirect-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
a.redirect-link i {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1)
    0s;

  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s,
    -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  margin-left: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-weight: 500;
}
.fluid-height {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100%;
}
.text-justify {
  text-align: justify;
}
.border-radius-0 {
  border-radius: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
.border-radius-3 {
  border-radius: 3px;
}
.border-bottom {
  border-bottom: 1px solid rgba(133, 133, 133, 0.5) !important;
}
.default-box-shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
  box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
}
button {
  outline: 0;
  border: 0;
}
button:focus,
button:active {
  outline: 0;
  border: 0;
}
.main-btn {
  padding: 7px 15px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 3px;
  z-index: 0 !important;
  background-color: #ff9900;
  white-space: nowrap;
}
.main-btn i {
  margin-right: 10px;
  font-size: 15px;
}
.main-btn:focus,
.main-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.main-btn:hover {
  color: #fff;
  background-color: #323348;
}
.main-btn.main-btn-lg {
  padding: 10px 35px;
}
.main-btn.main-btn-red {
  background-color: #ee3232;
  color: #fff;
}
.main-btn.main-btn-black {
  background-color: #111;
  color: #fff;
}
.main-btn.main-btn-black:hover {
  background-color: #ff9900;
  color: #111;
}
.main-btn:disabled,
.main-btn.disabled {
  opacity: 1;
}
.main-btn.btn-fb {
  background-color: #3b5998;
  color: #fff;
}
.main-btn.btn-tw {
  background-color: #00acee;
  color: #fff;
}
.main-btn.btn-ins {
  background-color: #dd2a7b;
  color: #fff;
}
.main-btn.btn-yt {
  background-color: #c4302b;
  color: #fff;
}
.main-btn.btn-vim {
  background-color: #86c9ef;
  color: #fff;
}
.main-btn.main-btn-primary {
  background-color: #ff9900;
  color: #fff;
}
.main-btn.main-btn-primary:hover {
  background-color: #323348;
}
.main-btn.main-btn-secondary {
  background-color: #6c757d;
  color: #fff;
}
.main-btn.main-btn-secondary:hover {
  background-color: #6c757d;
}
.main-btn.main-btn-success {
  background-color: #198754;
  color: #fff;
}
.main-btn.main-btn-success:hover {
  background-color: #198754;
}
.main-btn.main-btn-danger {
  background-color: #ee3232;
  color: #fff;
}
.main-btn.main-btn-danger:hover {
  background-color: #ee3232;
}
.main-btn.main-btn-warning {
  background-color: #ffcf84;
  color: #111;
}
.main-btn.main-btn-warning:hover {
  background-color: #ffcf84;
}
.main-btn.main-btn-info {
  background-color: #0dcaf0;
  color: #111;
}
.main-btn.main-btn-info:hover {
  background-color: #0dcaf0;
}
.main-btn.main-btn-light {
  background-color: #fff;
  color: #111;
}
.main-btn.main-btn-light:hover {
  background-color: #fff;
}
.main-btn.main-btn-dark {
  background-color: #111;
  color: #fff;
}
.main-btn.main-btn-dark:hover {
  background-color: #111;
}
.main-btn-link {
  font-size: 10px;
  font-weight: 400;
  color: #ff9900;
  text-decoration: underline;
}
.no-radius {
  border-radius: 0;
}
.no-radius.btn,
.no-radius .btn {
  border-radius: 0;
}
.no-radius.btn:before,
.no-radius .btn:before {
  border-radius: 0;
}
.no-radius.btn:after,
.no-radius .btn:after {
  border-radius: 0;
}
.bg-white {
  background: #fff;
}
.bg-main {
  background: #ff9900;
}
.bg-off-white {
  background-color: #f6f6fe;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #161616;
}
.color-white {
  color: #fff !important;
}
.color-violet {
  color: #6e5fff !important;
}
.color-yellow {
  color: #ffcf84 !important;
}
.color-blue {
  color: #2fa7ff !important;
}
.color-red {
  color: #ff5f5f !important;
}
.color-green {
  color: #89c111 !important;
}
/*
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: -3px;
}
.section-header h2 {
  font-size: 20px;
  margin-bottom: 0;
}
.section-header .view-all {
  font-size: 14px;
}
.z-index-1 {
  z-index: 1;
}
.sub-section-title {
  margin-bottom: 20px;
}
.sub-section-title .sub-section-title-heading {
  font-size: 16px;
  margin-bottom: 10px;
}
.sub-section-title p {
  font-size: 13px;
  font-weight: 400;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0.5rem;
  color: #111;
}
.breadcrumb .breadcrumb-item a {
  color: #ff9900;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #ff9900;
}
.breadcrumb .breadcrumb-item.active {
  color: #111;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #111;
  font-size: 16px;
}
.breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}*/
.form-group label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #111;
}
.text-muted {
  font-size: 13px;
  color: #313131 !important;
  margin-top: 5px;
}
.input-group-text {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #717171;
  font-size: 16px;
}
.input-group-text.reveal {
  position: relative;
  cursor: pointer;
}
.input-group-text.reveal .pass-view {
  display: none;
}
.input-group-text.reveal.active .pass-close {
  display: none;
}
.input-group-text.reveal.active .pass-view {
  display: block;
}
.input-group {
  border: 1px solid rgba(54, 70, 205, 0.1);
}
.input-group .form-control {
  border: 0;
}
.form-control {
  padding: 12px;
  color: #111;
  font-size: 14px;
  background-color: #fff;
  height: auto;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
.form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  background-color: #fff;
  border: 1px solid #ff9900;
}
.form-control::-webkit-input-placeholder {
  color: #70707073;
}
.form-control:-ms-input-placeholder {
  color: #70707073;
}
.form-control::-ms-input-placeholder {
  color: #70707073;
}
.form-control::placeholder {
  color: #70707073;
}
/*
select.form-control {
  background-image: url(../images/chevron.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  color: #70707073;
}
select.form-control:invalid {
  color: #70707073;
}
select.form-control:focus,
select.form-control:valid {
  color: #111;
}
.help-block {
  font-size: 14px;
  margin-top: 5px;
}
.help-block.with-errors {
  color: #ff5421;
}
#msgSubmit {
  color: #ff5421 !important;
  font-weight: 600;
  font-size: 18px;
}
#msgSubmit.submit-post-info {
  margin-top: 5px;
}*/
.input-checkbox label {
  position: relative;
  padding-left: 20px;
  color: #313131;
  margin-bottom: 0;
  font-size: 14px;
}
.input-checkbox label a {
  color: #ff9900;
}
.input-checkbox label a:hover {
  color: #ff9900;
}
.input-checkbox label:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #111;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  padding-left: 2px;
  line-height: 1;
  top: 3px;
}
.input-checkbox input {
  display: none;
}
.input-checkbox input:checked ~ label:before {
  color: #fff;
  content: "\f11c";
  font-family: Flaticon;
  background-color: #ff9900;
  border-color: #ff9900;
}
.input-radio label {
  position: relative;
  padding-left: 35px;
  color: #313131;
  margin-bottom: 0;
  font-size: 15px;
}
.input-radio label a {
  color: #ff9900;
}
.input-radio label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #b5b5b5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  padding-left: 4px;
  line-height: 1;
  top: -2px;
}
.input-radio input {
  display: none;
}
.input-radio input:checked ~ label:before {
  color: #e6e6e6;
  content: "\f11c";
  font-family: Flaticon;
  font-size: 10px;
}
.input-radio.input-radio-white label {
  color: #b5b5b5;
}
/*
.preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: visible;
  z-index: 99999;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(../images/header-bg.jpeg);
}
.preloader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246,149,34, 0.9);
}
.preloader .preloader-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  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;
}*/
@-webkit-keyframes blink {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  25% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  25% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/*
.preloader-content {
  text-align: center;
}
.preloader-content img {
  max-width: 130px;
  margin-bottom: 15px;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
}
.preloader-content h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 0;
}
.pre-loaded .preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}*/
.navbar-collapse {
  width: auto;
}
.navbar-option-item {
  margin-left: 30px;
}
.navbar-option-item a i {
  font-size: 25px;
}
.section-to-header {
  margin-top: -45px;
}
.header-bg {
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.header-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246,149,34, 0.9);
}
/*
.header-bg-1 {
  background-image: url(../images/header-bg.jpeg);
}*/

.appbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
.appbar-area.is-sticky {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 999999;
  position: fixed;
  background-color: #fff;
  top: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
  box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
}
.appbar-area.is-sticky .appbar-action-item a {
  color:#f69522;
}
.appbar-area.is-sticky .appbar-action-bar {
  background-color: rgba(54, 70, 205, 0.2);
}
.appbar-area.is-sticky .appbar-option-item a {
  color: #f69522;
}
.appbar-area.is-sticky .appbar-page-title h3 {
  color: #111;
}
.appbar-area.is-sticky .appbar-brand {
  margin-left: 10px;
}
.appbar-area.is-sticky .appbar-brand a {
  position: relative;
}
.appbar-area.is-sticky .appbar-brand a .main-brand {
  opacity: 0;
}
.appbar-area.is-sticky .appbar-brand a .hover-logo {
  opacity: 1;
}
.appbar-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.appbar-action-item {
  margin-right: 19px;
}
.appbar-action-item:last-child {
  margin-right: 0;
}
.appbar-action-item a {
  color: #fff;
  font-size: 16px;
}
.appbar-action-bar {
  padding: 3px 5px;
  background-color: rgba(234, 246, 255, 0.2);
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.appbar-action-bar:hover {
  background-color: #fff;
  color: #f69522;
}
.appbar-brand {
  margin-left: 10px;
}
.appbar-brand a {
  position: relative;
}
.appbar-brand a img {
  vertical-align: middle;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.appbar-brand a .hover-logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -46%);
  transform: translate(0, -46%);
  opacity: 0;
}
.appbar-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.appbar-option-item {
  margin-right: 16px;
}
.appbar-option-item a {
  color: #fff;
  font-size: 16px;
}
.appbar-option-item:last-child {
  margin-right: 0;
}
.appbar-option-notification {
  position: relative;
}
.appbar-option-notification .option-badge {
  position: absolute;
  top: 2px;
  right: -3px;
}
.appbar-option-profile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.appbar-option-profile img {
  width: 100%;
  height: 100%;
}
.option-badge {
  width: 12px;
  height: 12px;
  background-color: #ff5f5f;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  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;
}
.appbar-page-title {
  padding-left: 5px;
  padding-right: 5px;
}
.appbar-page-title h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.body-content {
  margin-top: 80px;
  padding-top: 20px;
  background-color: #f2f6ff;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.body-content-lg {
  margin-top: 125px;
}
.add-card {
  padding: 30px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
  box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
  border-radius: 8px;
}
.add-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.add-card-info p {
  font-size: 16px;
  margin-bottom: 10px;
}
.add-card-info h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.add-balance {
  text-align: center;
}
.add-balance a {
  border-radius: 3px;
  background-color: rgba(54, 70, 205, 0.1);
  font-size: 15px;
  color: #f69522;
  padding: 9px 12px;
  display: inline-block;
  margin-bottom: 10px;
}
.add-balance p {
  font-size: 14px;
  margin-bottom: 0;
  color: #111;
}
.option-card {
  text-align: center;
  border-radius: 0 0 3px 3px;
}
.option-card a {
  padding: 10px;
  display: block;
  width: 100%;
  height: 100%;
}
.option-card p {
  font-size: 14px;
  margin-bottom: 0;
  color: #111;
}
.option-card-icon {
  font-size: 20px;
  margin-bottom: 5px;
}
.option-card-violet {
  background-color: #f0efff;
  -webkit-box-shadow: 0 2px 0 0 #6e5fff;
  box-shadow: 0 2px 0 0 #6e5fff;
}
.option-card-violet a i {
  color: #6e5fff;
}
.option-card-yellow {
  background-color: #fff5e6;
  -webkit-box-shadow: 0 2px 0 0 #ffcf84;
  box-shadow: 0 2px 0 0 #ffcf84;
}
.option-card-yellow a i {
  color: #ffcf84;
}
.option-card-blue {
  background-color: #dbedfb;
  -webkit-box-shadow: 0 2px 0 0 #2fa7ff;
  box-shadow: 0 2px 0 0 #2fa7ff;
}
.option-card-blue a i {
  color: #2fa7ff;
}
.option-card-red {
  background-color: #ffefef;
  -webkit-box-shadow: 0 2px 0 0 #ff5f5f;
  box-shadow: 0 2px 0 0 #ff5f5f;
}
.option-card-red a i {
  color: #ff5f5f;
}
.feature-card {
  padding: 15px 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 0 0 #f69522;
  box-shadow: 0 3px 0 0 #f69522;
}
.feature-card-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  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;
}
.feature-card-thumb i {
  font-size: 22px;
}
.feature-card-details p {
  font-size: 14px;
  margin-bottom: 3px;
}
.feature-card-details h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.feature-card-red .feature-card-thumb {
  background-color: #ffefef;
}
.feature-card-red .feature-card-thumb i {
  color: #ff5f5f;
}
.feature-card-violet .feature-card-thumb {
  background-color: #f0efff;
}
.feature-card-violet .feature-card-thumb i {
  color: #6e5fff;
}
.feature-card-yellow .feature-card-thumb {
  background-color: #fff5e6;
}
.feature-card-yellow .feature-card-thumb i {
  color: #ffcf84;
}
.feature-card-blue .feature-card-thumb {
  background-color: #dbedfb;
}
.feature-card-blue .feature-card-thumb i {
  color: #2fa7ff;
}
.feature-card-green .feature-card-thumb {
  background-color: #f3f9e7;
}
.feature-card-green .feature-card-thumb i {
  color: #89c111;
}
.transaction-card a {
  padding: 14px 17px;
  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;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
  box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
}
.transaction-card{

  padding: 0px;
  
}
.transaction-card-info {

  display: flex;
 

}
.transaction-info-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #f69522;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#09203f),
    to(#537895)
  );
  background-image: linear-gradient(0deg, #09203f 0%, #537895 100%);
  margin-right: 10px;
  overflow: hidden;
  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;
}
.transaction-info-thumb img {
  max-width: 100%;
  max-height: 100%;
}
.transaction-info-text h3 {
  font-size: 4px;
  margin-bottom: 1px;
}

.transaction-info-text h6 {
  font-size: 10px;
  margin-bottom: 0;
}
.transaction-info-text p {
  color: #707070;
  font-size: 8px;

}
.negative-number {
  color: #ff5f5f !important;
}
.transaction-card-det {
  font-size: 10px;
  color: #111;
}
/*
.monthly-bill-card {
  padding: 15px 10px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 0 #f69522;
  box-shadow: 0 2px 0 0 #f69522;
}
.monthly-bill-thumb {
  border-radius: 5px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  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;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.monthly-bill-thumb img {
  max-width: 100%;
  max-height: 100%;
}
.monthly-bill-body {
  margin-bottom: 10px;
}
.monthly-bill-body h3 {
  font-size: 16px;
  margin-bottom: 3px;
}
.monthly-bill-body h3 a {
  color: #111;
}
.monthly-bill-body h3 a:hover {
  color: #f69522;
}
.monthly-bill-body p {
  font-size: 9px;
  margin-bottom: 5px;
}
.monthly-bill-body p:last-child {
  margin-bottom: 0;
}
.monthly-bill-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.monthly-bill-action .main-btn {
  margin-right: 10px;
}
.monthly-bill-price {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  margin-bottom: 0;
}
.monthly-bill-card-green .monthly-bill-thumb {
  background-color: #f3f9e7;
}
.monthly-bill-card-blue .monthly-bill-thumb {
  background-color: #eaf6ff;
}
.monthly-bill-card-violet .monthly-bill-thumb {
  background-color: #ebecfa;
}
.monthly-bill-card-red .monthly-bill-thumb {
  background-color: #fff0e9;
}
.monthly-bill-card-yellow .monthly-bill-thumb {
  background-color: #fff5e6;
}*/
.user-card {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #f69522;
  box-shadow: 0 2px 0 0 #f69522;
  text-align: center;
  padding: 20px;
}
.user-card h3 {
  font-size: 12px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.user-card:hover h3 {
  color: #f69522;
}
.user-card-thumb {
  width: 45px;
  height: 45px;
  border-radius: 3px;
  overflow: hidden;
  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;
  margin-bottom: 5px;
  background-color: #f69522;
  margin-left: auto;
  margin-right: auto;
}
.user-card-thumb img {
  max-width: 100%;
  max-height: 100%;
}
.circular-progress {
  position: relative;
}
.circle-progress {
  fill: none;
  stroke-width: 3;
  stroke-opacity: 0.3;
  stroke-linecap: round;
  position: relative;
}
.circle-progress-path {
  stroke: #c7c7c7;
}
.circle-progress-fill {
  --initialStroke: 0;
  --transitionDuration: 0;
  stroke-opacity: 1;
  stroke-dasharray: var(--initialStroke);
  stroke-dashoffset: var(--initialStroke);
  -webkit-transition: stroke-dashoffset var(--transitionDuration) ease;
  transition: stroke-dashoffset var(--transitionDuration) ease;
  stroke: #f69522;
}
.progress-card {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
  box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.percent {
  font-size: 12px;
  font-weight: 500;
  color: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.progress-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}
.progress-card-info .circular-progress {
  margin-right: 12px;
}
.progress-info-text h3 {
  font-size: 16px;
  margin-bottom: 3px;
}
.progress-info-text p {
  font-size: 12px;
  margin-bottom: 0;
}
.progress-card-amount {
  font-size: 14px;
}
.progress-card-red .circle-progress-fill {
  stroke: #ff5f5f;
}
.progress-card-red .progress-card-amount {
  color: #ff5f5f;
}
.progress-card-violet .circle-progress-fill {
  stroke: #6e5fff;
}
.progress-card-violet .progress-card-amount {
  color: #6e5fff;
}
.progress-card-green .circle-progress-fill {
  stroke: #89c111;
}
.progress-card-green .progress-card-amount {
  color: #89c111;
}
.progress-card-blue .circle-progress-fill {
  stroke: #2fa7ff;
}
.progress-card-blue .progress-card-amount {
  color: #2fa7ff;
}
.progress-card-yellow .circle-progress-fill {
  stroke: #ffcf84;
}
.progress-card-yellow .progress-card-amount {
  color: #ffcf84;
}
/*
.blog-card {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 0 0 #f69522;
  box-shadow: 0 2px 0 0 #f69522;
  background-color: #fff;
}
.blog-card-thumb {
  border-radius: 5px;
  overflow: hidden;
}
.blog-card-details {
  padding: 10px;
}
.blog-card-details h3 {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4;
}
.blog-card-details h3 a {
  color: #111;
}
.blog-card-details h3 a:hover {
  color: #111;
}
.blog-entry {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
}
.blog-entry li {
  font-size: 10px;
  list-style: none;
  padding-right: 5px;
  color: #f69522;
  margin-top: 5px;
}
.blog-entry li + li:before {
  content: "/";
  margin-right: 5px;
}
.blog-entry li:last-child {
  padding-right: 0;
}
.blog-grid-item {
  display: none;
}
.blog-details {
  margin-bottom: 20px;
}
.blog-details img {
  margin-bottom: 12px;
  border-radius: 5px;
  width: 100%;
}
.blog-details .blog-entry {
  margin-bottom: 11px;
}
.blog-details h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.blog-details h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.blog-details h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-details h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-details h5 {
  font-size: 13px;
  margin-bottom: 10px;
}
.blog-details h6 {
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-details p {
  font-size: 12px;
  margin-bottom: 12px;
}
.blog-details p:last-child {
  margin-bottom: 0;
}
.blog-details blockquote {
  padding: 20px;
  background-color: #f69522;
  border-radius: 5px;
  margin-bottom: 13px;
}
.blog-details blockquote span.quote-icon {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.blog-details blockquote span.quote-icon i {
  line-height: 1;
}
.blog-details blockquote p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}
.blog-details blockquote:last-child {
  margin-bottom: 0;
}
.contact-info {
  text-align: center;
}
.contact-info p {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-info p:last-child {
  margin-bottom: 0;
}
.accordion-button {
  border: 0;
  background-color: #fff;
  padding: 18px 15px;
  color: #111;
  border-radius: 0 !important;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
}
.accordion-button:after {
  content: "\efc2";
  font-family: IcoFont;
  font-weight: 400;
  margin-right: 0;
  background-image: none;
  width: auto;
  height: auto;
  -webkit-transform: none;
  transform: none;
}
.accordion-button:active,
.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #f69522;
}
.accordion-button:not(.collapsed):after {
  content: "\ef9a";
  font-family: IcoFont;
  font-weight: 400;
  background-image: none;
  -webkit-transform: none;
  transform: none;
}
.accordion-collapse {
  background-color: #fff;
  border: 0;
  border-radius: 0 !important;
}
.accordion-body {
  background-color: #fff;
  padding: 0 15px 18px;
  font-size: 14px;
  color: #313131;
}
.accordion-item {
  margin-bottom: 15px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.error-page-content {
  text-align: center;
}
.error-page-content img {
  margin-bottom: 30px;
}
.error-page-content h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.error-page-content p {
  font-size: 13px;
  margin-bottom: 7px;
}
.review-holder-item {
  margin-bottom: 20px;
}
.review-holder-item:last-child {
  margin-bottom: 0;
}
.review-holder-item:first-child .post-review-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.review-holder-item .post-review-item:last-child {
  padding-bottom: 0;
}
.post-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post-review-item {
  border-top: 1px solid rgba(54, 70, 205, 0.1);
}
.post-review-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  background-color: #f69522;
}
.post-review-thumb img {
  width: 100%;
  height: 100%;
}
.post-review-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-bottom: 10px;
}
.post-review-content {
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
}
.post-review-content .post-review-header-item {
  margin-top: 5px;
}
.post-review-content .post-review-header-item h3 {
  font-size: 14px;
  margin-bottom: 3px;
}
.post-review-content .post-review-header-item p {
  font-size: 12px;
  margin-bottom: 10px !important;
}
.post-review-content .post-review-header-item p:last-child {
  margin-bottom: 0 !important;
}
.post-review-content .post-review-header-item .main-btn {
  padding: 5px 15px;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.post-review-content p {
  font-size: 12px;
  margin-bottom: 0;
}
.post-review-item-reply {
  padding-left: 40px;
}*/
footer {
  padding: 14px;
  text-align: center;
}
footer p {
  font-size: 12px;
  margin-bottom: 0;
  color: #111;
}
footer p a {
  color: #f69522;
  font-weight: 500;
}
footer.footer-bg {
  background-color: #f69522;
}
footer.footer-bg p {
  color: #fff;
}
footer.footer-bg p a {
  color: #fff;
}
.fixed-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.app-navbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 1111;
}

.app-navbar-home {
  position: relative;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 1111;
}
.navbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-content-item {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-content-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  font-size: 10px;
  color: #111;
}
.navbar-content-item a i {
  font-size: 18px;
  margin-bottom: 3px;
  line-height: 1;
}
.navbar-content-item a.active i {
  color: #f69522;
}
@-webkit-keyframes fullScale {
  0% {
    -webkit-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0);
  }
  25% {
    -webkit-transform: translate(-50%, 0) scale(0.9);
    transform: translate(-50%, 0) scale(0.9);
  }
  50% {
    -webkit-transform: translate(-50%, 0) scale(0.8);
    transform: translate(-50%, 0) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes fullScale {
  0% {
    -webkit-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0);
  }
  25% {
    -webkit-transform: translate(-50%, 0) scale(0.9);
    transform: translate(-50%, 0) scale(0.9);
  }
  50% {
    -webkit-transform: translate(-50%, 0) scale(0.8);
    transform: translate(-50%, 0) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }
}

/*
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.modal.fade .side-modal-dialog {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.modal.fade .modal-dialog-centered {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.modal.fade .notification-modal-dialog.modal-dialog {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -59%);
  transform: translate(-50%, -59%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, -66px);
  transform: translate(0, -66px);
}
.modal.show .side-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.show .modal-dialog-centered {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.modal.show .modal-dialog-animatezoom {
  -webkit-animation: fullScale 0.5s;
  animation: fullScale 0.5s;
}
.modal.show .notification-modal-dialog.modal-dialog {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -59%);
  transform: translate(-50%, -59%);
}
.modal-dialog {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  max-width: 100%;
}
.modal-dialog.modal-dialog-centered {
  width: 90%;
  min-height: calc(100% - -67px);
}
.side-modal-dialog {
  bottom: auto;
  top: 0;
  height: calc(100% - 67px);
  width: 280px;
}
.side-modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
}
.side-modal-dialog .modal-body {
  max-height: 485px;
}
.modal-content {
  border: 0;
  border-radius: 5px 5px 0 0;
  background-color: #f2f6ff;
  padding: 20px 0;
}
.modal-content form .main-btn {
  font-size: 14px;
}
.modal-header {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid rgba(54, 70, 205, 0.1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .btn-close {
  padding: 0;
  position: absolute;
  top: 7px;
  right: 7px;
}
.modal-header .btn-close:focus,
.modal-header .btn-close:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-header-title i {
  font-size: 14px;
  color: #f69522;
}
.modal-header-title h5 {
  font-size: 14px;
}
.btn-close {
  font-size: 16px;
  color: #202020;
}
.btn-close:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(54, 70, 205, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(54, 70, 205, 0.25);
}
.modal-body {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 365px;
  overflow: auto;
}
.modal-body:last-child {
  padding-bottom: 0;
}
.modal-body h3 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.modal-body form {
  line-height: 1;
}
.modal-body form label {
  line-height: 1;
}
.modal-body-center {
  width: 215px;
  margin-left: auto;
  margin-right: auto;
}
.modal-body-center h3 {
  text-align: center;
}
.sidebar-modal-header {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar-modal-header .btn-close {
  right: 24px;
  top: 0;
}
.sidebar-profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar-profile-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f69522;
  margin-right: 10px;
  overflow: hidden;
}
.sidebar-profile-thumb img {
  width: 100%;
  height: 100%;
}
.sidebar-profile-text h3 {
  font-size: 16px;
  margin-bottom: 3px;
}
.sidebar-profile-text p {
  font-size: 13px;
  margin-bottom: 0;
}
.sidebar-profile-text p a {
  color: #313131;
}
.sidebar-profile-text p a:hover {
  color: #f69522;
}
.sidebar-profile-wallet {
  background-color: #f69522;
  padding: 15px;
}
.sidebar-profile-wallet p {
  color: #fff;
}
.sidebar-profile-wallet h3 {
  color: #fff;
}
.sidebar-nav-item h3 {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 15px;
}
.sidebar-nav-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.sidebar-nav-list li {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(54, 70, 205, 0.1);
}
.sidebar-nav-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar-nav-list li a {
  color: #111;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar-nav-list li a:hover {
  color: #f69522;
}
.sidebar-nav-list li a.active {
  color: #f69522;
}
.sidebar-nav-list li i {
  font-size: 17px;
  color: #f69522;
  margin-right: 10px;
}
.verification-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 0;
}
.verification-form .input-group input {
  border: 0;
  border-bottom: 1px solid rgba(54, 70, 205, 0.1);
  border-radius: 0;
  background-color: transparent;
  margin-left: 2px !important;
  margin-right: 2px;
  text-align: center;
}
.verification-form .input-group input:focus,
.verification-form .input-group input:active {
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(54, 70, 205, 0.1);
}
.reset-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 0;
}
.reset-form .input-group input {
  border: 0;
  border-bottom: 1px solid rgba(54, 70, 205, 0.1);
  border-radius: 0;
  background-color: transparent;
  margin-left: 0 !important;
  margin-right: 0;
  width: 100%;
}
.reset-form .input-group input:focus,
.reset-form .input-group input:active {
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(54, 70, 205, 0.1);
}
.form-card-upload {
  height: 220px;
  width: 100%;
  background-color: #f69522;
  border-radius: 10px;
  position: relative;
}
.card-upload-thumb {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  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;
  color: #f69522 !important;
  font-size: 24px !important;
  font-weight: 400;
  margin-bottom: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card-upload-thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.card-upload-thumb i {
  position: relative;
}
.form-card-uploaded {
  position: relative;
}
.form-card-uploaded-edit {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  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;
  color: #f69522 !important;
  font-size: 18px !important;
  font-weight: 400;
  margin-bottom: 0 !important;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.form-card-uploaded-edit:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.form-card-uploaded-edit i {
  position: relative;
}
.message-time {
  font-size: 14px;
  color: #111;
  margin-bottom: 7px;
  padding-left: 60px;
}
.inbox-message-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inbox-message-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #f69522;
  margin-right: 10px;
}
.inbox-message-thumb img {
  width: 100%;
  height: 100%;
}
.inbox-message-text {
  padding: 12px;
  border-radius: 3px;
  background-color: #dfe4fa;
  color: #313131;
  font-size: 12px;
  margin-bottom: 10px;
  max-width: 90%;
}
.inbox-area-item-me .message-time {
  text-align: right;
  padding-left: 0;
  padding-right: 60px;
}
.inbox-area-item-me .inbox-message-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.inbox-area-item-me .inbox-message-item .inbox-message-thumb {
  margin-right: 0;
  margin-left: 10px;
}
.inbox-area-item-me .inbox-message-item .inbox-message-text {
  background-color: #ccd3f5;
  color: #111;
  margin-left: auto;
  max-width: 75%;
}
.message-full-area {
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 170px;
}
.inbox-area {
  max-height: 700px;
  overflow: auto;
}
.inbox-compose-area {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(54, 70, 205, 0.1);
}
.inbox-compose-action ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  text-align: right;
}
.inbox-compose-action ul li {
  display: inline-block;
  font-size: 16px;
  color: #f69522;
  margin-left: 10px;
  cursor: pointer;
}
.inbox-compose-action ul li a {
  color: #f69522;
}
.inbox-compose-item .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(54, 70, 205, 0.1);
  padding: 3px;
  border-radius: 20px;
  overflow: hidden;
}
.inbox-compose-item .form-group .form-control {
  background-color: transparent;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.inbox-compose-item .form-group button {
  background-color: #f69522;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 20px;
}
.user-setting-thumb {
  width: 70px;
  height: 70px;
  background-color: #f69522;
  border: 3px solid #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 50%;
  margin-bottom: 20px;
}
.user-setting-thumb .user-setting-thumb-up {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.user-setting-thumb .user-setting-thumb-up img {
  width: 100%;
  height: 100%;
}
.user-setting-thumb label {
  width: 20px;
  height: 20px;
  background-color: #f69522;
  color: #fff;
  font-size: 11px;
  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;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
  border-radius: 50%;
  cursor: pointer;
}
.setting-list {
  border-radius: 5px;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
  box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.05);
}
.setting-list ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.setting-list ul li {
  list-style: none;
}
.setting-list ul li a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(54, 70, 205, 0.1);
}
.setting-list ul li a:after {
  content: "\f11f";
  font-family: Flaticon;
  position: absolute;
  right: 0;
  font-size: 12px;
}
.setting-list ul li a:hover {
  color:#f69522;
}
.setting-list ul li:last-child a {
  border-bottom: 0;
}
.setting-list ul li i {
  padding: 5px 7px;
  border-radius: 3px;
  background-color: #dfe4fa;
  color: #f69522;
  font-size: 16px;
  margin-right: 15px;
}
.setting-list ul li.setting-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.setting-list ul li.setting-toggle-btn a:after {
  content: none;
}
.setting-list ul li.setting-toggle-btn button {
  width: 32px;
  height: 18px;
  background-color: #f69522;
  border-radius: 15px;
  position: relative;
}
.setting-list ul li.setting-toggle-btn button:before {
  content: "";
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(2px, -50%);
  transform: translate(2px, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.setting-list ul li.setting-toggle-btn button.active:before {
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}*/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.page-header-item {
  margin-bottom: 5px;
}
.page-header-title h3 {
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.page-header-title h3:last-child {
  margin-bottom: 0;
}
.page-header-title h3 i {
  font-size: 18px;
  color: #f69522;
  margin-right: 10px;
}
.page-header-title p {
  font-size: 14px;
  margin-bottom: 0;
}
.page-header-action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header-action a i {
  border-radius: 3px;
  background-color: rgba(54, 70, 205, 0.1);
  font-size: 10px;
  color: #f69522;
  padding: 3px 5px;
  margin-right: 10px;
}
.page-header-action a p {
  font-size: 12px;
  margin-bottom: 0;
  color: #111;
}
.payment-image-card {
  position: relative;
}
.payment-image-card img {
  width: 100%;
}
.payment-uploaded-action {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment-uploaded-action li {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
  font-size: 12px;
  color: #f69522;
  background-color: #fff;
}
.payment-list-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(54, 70, 205, 0.1);
}
.payment-list-details:first-child {
  padding-top: 0;
}
.payment-list-details:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.payment-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  color: #313131;
}
.payment-list-item:first-child {
  width: 60%;
}
.payment-list-item:last-child {
  width: 40%;
}
.payment-list-title {
  padding-right: 10px;
}
.page-nav-link-item h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.page-nav-link-item ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
.page-nav-link-item ul li {
  list-style: none;
}
.page-nav-link-item ul li a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(54, 70, 205, 0.1);
}
.page-nav-link-item ul li a:after {
  content: "\f11f";
  font-family: Flaticon;
  position: absolute;
  right: 0;
  font-size: 12px;
}
.page-nav-link-item ul li a:hover {
  color: #f69522;
}
.page-nav-link-item ul li:last-child a {
  border-bottom: 0;
}
.page-nav-link-item ul li i {
  padding: 5px 7px;
  border-radius: 3px;
  background-color: #dfe4fa;
  color: #f69522;
  font-size: 16px;
  margin-right: 15px;
}
.page-nav-link-item:last-child {
  margin-bottom: 3px;
}
.page-nav-link-item:last-child ul {
  margin-bottom: 0;
}
.tab-selector-list {
  padding-left: 0;
  padding-right: 0;
  margin-top: -10px;
  margin-bottom: 20px;
  text-align: center;
}
.tab-selector-list li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}
.tab-selector-list li button {
  padding: 8px 20px;
  background-color: #fff;
  color: #111;
  font-size: 14px;
  border-radius: 25px;
  -webkit-box-shadow: 0 2px 0 0 #f69522;
  box-shadow: 0 2px 0 0 #f69522;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tab-selector-list li button:hover {
  background-color: #f69522;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.tab-selector-list li.active button {
  background-color: #f69522;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.tab-selector-details-item {
  display: none;
}
.tab-selector-details-item.active {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.notification-item {
  margin-bottom: 15px;
}
.notification-item:last-child {
  margin-bottom: 0;
}
.notification-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 25px 14px 17px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 #f69522;
  box-shadow: 0 2px 0 0 #f69522;
  background-color: #fff;
  position: relative;
}
.notification-card a:hover {
  background-color: #f69522;
}
.notification-card a:hover:after {
  color: #fff;
}
.notification-card a:hover .notification-card-thumb {
  background-color: #4a59d2;
}
.notification-card a:hover .notification-card-thumb i {
  color: #fff;
}
.notification-card a:hover .notification-card-details h3 {
  color: #fff;
}
.notification-card a:hover .notification-card-details p {
  color: #fff;
}
.notification-card a:after {
  content: "\f11f";
  font-family: Flaticon;
  position: absolute;
  right: 15px;
  font-size: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #111;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notification-card-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #ebecfa;
  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;
  margin-right: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.notification-card-thumb i {
  font-size: 16px;
  color: #f69522;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notification-card-thumb .option-badge {
  position: absolute;
  top: 7px;
  right: 9px;
}
.notification-card-details h3 {
  font-size: 16px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notification-card-details p {
  font-size: 12px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notification-modal-header {
  margin-bottom: 10px;
}
.notification-modal-header h3 {
  font-size: 16px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notification-modal-header p {
  font-size: 12px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notification-modal-details h3 {
  font-size: 14px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notification-modal-details p {
  font-size: 12px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 8px;
}
.notification-modal-details p:last-child {
  margin-bottom: 0;
}
.notification-modal-dialog .modal-content {
  border-radius: 5px;
}
.notification-modal-dialog .modal-body {
  max-height: 310px;
}
.notification-delete {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
}
.notification-delete a {
  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;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff5f5f;
  border: 2px solid rgba(242, 246, 255, 0.3);
  color: #fff;
  font-size: 14px;
}
/*
.text-details img {
  margin-bottom: 15px;
  border-radius: 5px;
}
.text-details h1 {
  font-size: 20px;
  margin-bottom: 15px;
}
.text-details h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.text-details h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.text-details h4 {
  font-size: 14px;
  margin-bottom: 15px;
}
.text-details h5 {
  font-size: 13px;
  margin-bottom: 15px;
}
.text-details h6 {
  font-size: 12px;
  margin-bottom: 15px;
}
.text-details p {
  font-size: 12px;
  margin-bottom: 13px;
}
.text-details p:last-child {
  margin-bottom: 0;
}
.text-details ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 13px;
}
.text-details ul:last-child {
  margin-bottom: 0;
}
.text-details ul li {
  font-size: 12px;
  color: #313131;
  margin-bottom: 12px;
}
.text-details ul li:last-child {
  margin-bottom: 0;
}
.text-details ul > li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.text-details ul > li:before {
  content: "\f11c";
  font-family: Flaticon;
  font-size: 12px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
  color: #ff5f00;
  line-height: 1;
}
.text-details ul > li ol {
  margin-top: 10px;
}
.text-details ol {
  padding-left: 12px;
  padding-right: 0;
  margin-bottom: 13px;
}
.text-details ol:last-child {
  margin-bottom: 0;
}
.text-details ol li {
  font-size: 12px;
  color: #313131;
  margin-bottom: 5px;
}
.text-details ol li:last-child {
  margin-bottom: 0;
}
.text-details blockquote {
  padding: 20px;
  background-color:#f69522;
  border-radius: 5px;
  margin-bottom: 15px;
}
.text-details blockquote span.quote-icon {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.text-details blockquote span.quote-icon i {
  line-height: 1;
}
.text-details blockquote p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}
.text-details blockquote:last-child {
  margin-bottom: 0;
}
.text-details .text-details-table {
  margin-bottom: 15px;
  overflow: auto;
}
.text-details .text-details-table:last-child {
  margin-bottom: 0;
}
.text-details table {
  width: 100%;
  overflow: hidden;
}
.text-details table thead tr {
  background: #f69522;
}
.text-details table thead tr th {
  font-size: 13px;
  color: #111;
  font-weight: 500;
  padding: 7px 15px;
  white-space: nowrap;
  color: #fff;
}
.text-details table tbody tr {
  border-bottom: 1px solid rgba(209, 200, 212, 0.5);
}
.text-details table tbody tr:last-child {
  border-bottom: 0;
}
.text-details table tbody tr td {
  font-size: 13px;
  color: #313131;
  font-weight: 400;
  padding: 7px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
}
.search-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(54, 70, 205, 0.1);
  background-color: #fff;
  padding: 7px 12px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search-form-group .form-control {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.search-form-group button {
  background: 0 0;
  font-size: 14px;
  color: #313131;
  padding: 0;
}
.search-animate-form {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
}
.search-animate-form .form-control {
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search-animate-form.active {
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
}
.search-animate-form.active .form-control {
  width: 100%;
  padding-right: 10px;
  opacity: 1;
}
.search-animate-form.search-form-group-right.active .form-control {
  padding-right: 0;
  padding-left: 10px;
}
.authentication-form .form-desc {
  font-size: 14px;
  color: #313131;
  text-align: center;
}
.authentication-account-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -10px;
}
.authentication-account-access-item {
  margin-top: 10px;
}
.authentication-link a {
  color:#f69522;
  font-size: 14px;
  font-weight: 400;
}
.block-text {
  font-size: 14px;
}
.block-paragraph {
  font-size: 12px;
  margin-bottom: 10px;
}
.alert {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 14px;
}
.alert-dismissible {
  padding: 10px 40px 10px 15px;
}
.alert-dismissible .btn-close {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 13px;
}
.alert-heading {
  font-size: 16px;
}
.bd-example {
  margin-top: -5px;
}
.bd-example .main-btn {
  margin-top: 5px;
}
.image-gallery img {
  border-radius: 5px;
  width: 100%;
}
.owl-carousel .owl-stage-outer {
  padding-bottom: 3px;
}
.owl-carousel .owl-nav button {
  background-color: #f69522;
  border-radius: 3px;
  padding: 5px !important;
  margin: 0 3px !important;
}
.owl-carousel .owl-nav button:active,
.owl-carousel .owl-nav button:focus,
.owl-carousel .owl-nav button:hover {
  background-color: #f69522 !important;
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: #f69522;
  padding: 3px 5px !important;
  color: #fff;
  font-size: 12px;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: #f69522;
  padding: 3px 5px !important;
  color: #fff;
  font-size: 12px;
}
.button-group {
  margin-top: -10px;
}
.button-group .main-btn {
  margin-top: 10px;
  width: 100%;
}
.button-group .main-btn:last-child {
  margin-right: 0;
}
.scroll-top {
  position: fixed;
  bottom: 67px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #fff;
  background-color: #f69522;
  cursor: pointer;
  z-index: 1111;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  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;
  font-size: 16px;
}
.scroll-top.scrolltopactive {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.scroll-top:hover .scroll-top-inner {
  color: #fff;
}
.language-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}
.language-input label:before {
  top: 6px;
}
.language-input label img {
  width: 25px;
  margin-right: 10px;
}*/

.product-catagories a {
  padding: 0.425rem 0.5rem;
  background-color: #ffffff;
  border-radius: 6px;
  color: #020310;
  font-size: 14px;
  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;
}
.product-catagories a img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  width: 1.25rem;
  max-width: 1.25rem;
  margin-right: 0.25rem;
}
.product-catagories a:hover, .product-catagories a:focus {
  color: #ea4c62;
}
.card {
  border: 0 !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 6px;
}
.card .card-body {
  padding: 1rem;
}

.card-img-top {
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}
[view-mode=rtl] .rtl-flex-d-row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-content-wrapper {
  margin-top: 10px;
  margin-bottom: 50px;
}

  /* Catagory CSS */
  .catagory-card {
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
  }
  .catagory-card a {
    display: block;
  }
  .catagory-card i {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    display: block;
    color: #020310;
  }
  .catagory-card img {
    margin: 0 auto 0.5rem;
    display: block;
    max-height: 36px;
  }
  .catagory-card span {
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #747794;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .catagory-card.active, .catagory-card:hover, .catagory-card:focus {
    background-color: #c2d4f8;
  }
  .catagory-card.active span, .catagory-card:hover span, .catagory-card:focus span {
    color: #020310;
  }
  
  .catagory-single-img {
    width: 100%;
    height: 130px;
    background-position: center center;
    background-size: cover;
    border-radius: 6px;
  }

  [view-mode=rtl] .search-form .alternative-search-options {
    margin-left: 0;
    margin-right: auto;
  }
  [view-mode=rtl] .search-form .alternative-search-options .dropdown-menu {
    left: 0 !important;
  }
  [view-mode=rtl] .search-form .alternative-search-options .dropdown-menu .dropdown-item {
    direction: rtl;
    text-align: right;
  }
  [view-mode=rtl] .search-form .alternative-search-options .dropdown-menu .dropdown-item i {
    margin-right: 0;
    margin-left: 0.25rem;
  }
  [view-mode=rtl] .search-form form .form-control {
    padding-left: 15px;
    padding-right: 42px;
    text-align: right;
  }
  [view-mode=rtl] .search-form form button {
    left: auto;
    right: 1rem;
  }

    
  .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search-form form {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
            flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .search-form form .form-control {
    width: 100%;
    background-color: #ffffff;
    height: 40px;
    font-size: 14px;
    padding: 10px 15px;
    padding-left: 42px;
    border: 1px solid #c2d4f8;
    color: #747794;
    border-radius: 0.4rem;
  }
  .search-form form button {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 1rem;
    width: 18px;
    height: 40px;
    border: 0;
    z-index: 100;
    color: #747794;
  }
  .search-form form button:focus {
    outline: none;
  }
  .search-form .alternative-search-options {
    margin-left: auto;
  }
  .search-form .alternative-search-options .dropdown-toggle {
    border-radius: 0.4rem;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 1rem;
  }
  .search-form .alternative-search-options .dropdown-toggle::after {
    display: none;
  }
  .search-form .alternative-search-options .dropdown-menu {
    border: 0;
    min-width: 8rem;
  }
  .search-form .alternative-search-options .dropdown-menu .dropdown-item {
    color: #747794;
    font-size: 14px;
    font-weight: 500;
  }
  .search-form .alternative-search-options .dropdown-menu .dropdown-item i {
    margin-right: 0.25rem;
  }
  .search-form .alternative-search-options .dropdown-menu .dropdown-item:hover, .search-form .alternative-search-options .dropdown-menu .dropdown-item:focus {
    font-weight: 500;
    background-color: transparent;
    color: #020310;
  }

  [view-mode=rtl] .ms-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  [view-mode=rtl] .dir-rtl {
    direction: rtl;
  }
  [view-mode=rtl] .section-heading a i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .section-heading {
    margin-bottom: 1rem;
    line-height: 1;
  }
  .section-heading h6 {
    margin-bottom: 0 !important;
    color: #020310;
    line-height: 1;
  }
  .section-heading p {
    margin-bottom: 0;
  }
  .section-heading a {
    line-height: 1;
    display: block;
  }

    /* Product Card CSS */
    .product-card {
      position: relative;
      z-index: 1;
    }
    .product-card .badge {
      position: absolute;
      top: 1rem;
      left: 1rem;
      z-index: 10;
    }
    .product-card .wishlist-btn {
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 10;
      color: #ea4c62;
      font-size: 1rem;
      line-height: 1;
    }
    .product-card .wishlist-btn:hover, .product-card .wishlist-btn:focus {
      -webkit-transform: scale(1.25);
          -ms-transform: scale(1.25);
              transform: scale(1.25);
    }
    .product-card .product-thumbnail {
      position: relative;
      z-index: 1;
      text-align: center;
    }
    .product-card .product-thumbnail img {
      width: 100%;
    }
    .product-card .product-thumbnail .offer-countdown-timer {
      background-color: #ffaf00;
      position: absolute;
      bottom: 0.75rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 10;
      border-radius: 3px;
      padding: 4px 8px 3px !important;
    }
    .product-card .product-thumbnail .offer-countdown-timer li {
      font-size: 12px;
      line-height: 1;
      margin-right: 0.25rem;
      color: #020310;
      font-weight: 400;
    }
    .product-card .product-thumbnail .offer-countdown-timer li:last-child {
      margin-right: 0;
    }
    .product-card .product-thumbnail .offer-countdown-timer li span {
      font-weight: 500;
    }
    .product-card .delete-btn {
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 10;
      color: #747794;
      font-size: 14px;
      line-height: 1;
    }
    .product-card .product-title {
      font-size: 1rem;
      margin-bottom: 0.5rem;
      color: #020310;
      line-height: 1;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
    }
    .product-card .product-title:hover, .product-card .product-title:focus {
      color: #100DD1;
    }
    .product-card .sale-price {
      font-weight: 500;
      margin-bottom: 0.125rem;
      color: #020310;
      font-size: 1.25rem;
      line-height: 1;
    }
    .product-card .sale-price span {
      color: #747794;
      margin-left: 4px;
      text-decoration: line-through;
      font-size: 14px;
    }
    .product-card .product-rating {
      color: #ffaf00;
      line-height: 1;
    }
    .product-card .product-rating i {
      font-size: 10px;
      margin: 0 1px;
    }
    .product-card .btn {
      position: absolute;
      padding: 0;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      right: 1rem;
      bottom: 1rem;
      z-index: 99;
      font-size: 1rem;
      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;
    }

    .cart-icon-wrap a {
      display: block;
      position: relative;
      z-index: 1;
      color: #020310;
      font-size: 1.375rem;
      line-height: 1;
      margin-bottom: 3px;
      margin-right: 6px;
    }
    .cart-icon-wrap a i {
      color: #747794;
      font-size: 1.5rem;
    }
    .cart-icon-wrap a img {
      max-width: 1.625rem;
      line-height: 1;
    }
    .cart-icon-wrap a span {
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      text-align: center;
      color: #ffffff;
      font-size: 10px;
      background-color: #090909;
      top: 12px;
      right: -6px;
      line-height: 16px;
    }
    
.cart-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-form .form-control {
  max-width: 50px;
  height: 35px;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  text-align: center;
  font-weight: 500;
  padding: 0.375rem 0.5rem;
}
.cart-form .quantity-button-handler {
  width: 35px;
  height: 35px;
  background-color: #fef8ff;
  border: 1px solid #ebebeb;
  color: #020310;
  line-height: 33px;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
.cart-form .quantity-button-handler:hover {
  color: #100DD1;
}

/* Cart CSS */
.cart-table {
  position: relative;
  z-index: 1;
}
.cart-table table {
  max-width: 100%;
}
.cart-table table tbody tr {
  background-color: #ffffff;
  border-bottom: 2px dashed #ebebeb;
}
.cart-table table tbody tr:last-child {
  border-bottom: 0;
}
.cart-table table a {
  color: #020310;
}
.cart-table table a.remove-product {
  color: #ffffff;
  width: 24px;
  height: 24px;
  background-color: #ea4c62;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  font-size: 12px;
}
.cart-table table a.remove-product:hover, .cart-table table a.remove-product:focus {
  color: #ffffff;
  background-color: #020310;
}
.cart-table table a span {
  display: block;
  color: #747794;
}
.cart-table table a:hover, .cart-table table a:focus {
  color: #100DD1;
}
.cart-table .table td,
.cart-table .table th {
  vertical-align: middle;
  color: #747794;
  font-size: 14px;
  padding: 1rem 0.5rem;
  border: 0;
}
.cart-table img {
  max-width: 2.5rem;
  border: 1px solid #ebebeb;
}
.cart-table .qty-text {
  width: 2.5rem;
  text-align: center;
  height: 2rem;
  border-radius: 0.25rem;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  border: 0 !important;
  background-color: #c2d4f8;
}

.coupon-card .card-body {
  padding: 1.25rem;
}

.cart-amount-area .card-body {
  padding: 0.75rem 1.25rem;
}

.apply-coupon {
  position: relative;
  z-index: 1;
}
.apply-coupon p {
  font-size: 12px;
}

.coupon-form {
  position: relative;
  z-index: 1;
}
.coupon-form .form-control {
  height: 35px;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 0.4rem;
}
.coupon-form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 45px;
}

.billing-information-card {
  position: relative;
  z-index: 1;
}

.billing-information-title-card {
  border-radius: 0.5rem 0.5rem 0 0;
  border-color: #100DD1;
}

.shipping-method-choose-title-card {
  border-radius: 0.5rem 0.5rem 0 0;
  border-color: #00b894;
}

.shipping-method-choose-card {
  border-radius: 0 0 0.5rem 0.5rem;
}

.single-payment-method a {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 6px;
}
.single-payment-method a::after {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #00b894;
  color: #ffffff;
  line-height: 1.75rem;
  opacity: 0;
}
.single-payment-method a i {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  display: block;
  color: #00b894;
}
.single-payment-method a h6 {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  margin-bottom: 0;
  color: #747794;
}
.single-payment-method a.active::after, .single-payment-method a:hover::after, .single-payment-method a:focus::after {
  opacity: 1;
}
.single-payment-method a.active h6, .single-payment-method a:hover h6, .single-payment-method a:focus h6 {
  color: #020310;
}

.credit-card-info-wrapper img {
  margin: 0 auto;
  max-width: 300px;
}

.pay-credit-card-form {
  position: relative;
  z-index: 1;
}
.pay-credit-card-form label {
  font-size: 14px;
  font-weight: 500;
  margin-left: 0.25rem;
  text-transform: capitalize;
}
.pay-credit-card-form small {
  font-size: 12px;
}
.pay-credit-card-form .form-control {
  height: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 1px 1px 0px #d7def4;
          box-shadow: 0 1px 1px 0px #d7def4;
}

.bank-ac-info .list-group-item {
  font-size: 14px;
}


.user-data-card {
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.user-data-card .card-body {
  padding: 1.25rem;
}
.user-data-card .title {
  font-size: 14px;
  color: #020310;
  font-weight: 500;
  margin-bottom: 0;
}
.user-data-card .title i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #00b894;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  border-radius: 0.25rem;
  margin-right: 0.4rem;
  font-size: 14px;
}
.user-data-card .form-control {
  height: 36px;
  padding: 0 15px;
  color: #747794;
  font-size: 13px;
}
.user-data-card textarea.form-control {
  height: auto;
  padding: 15px;
}
.user-data-card .progress {
  width: 100%;
  height: 5px;
  margin-top: 1rem;
  border-radius: 6px;
  margin-bottom: 0.25rem;
}
.user-data-card .password-score {
  font-size: 14px;
  font-weight: 600;
  color: #020310;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-data-card .password-score span {
  font-size: 18px;
  margin-left: 1rem;
}
.user-data-card .password-recommendation ul {
  padding-left: 0;
  font-size: 14px;
}
.user-data-card #password-recommendation-heading {
  font-weight: 600;
  color: #00b894;
  font-size: 16px;
}

.change-user-thumb {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
}
.change-user-thumb input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
}
.change-user-thumb button {
  width: 100%;
  height: 100%;
  background-color: #fef8ff;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  z-index: 1;
  border: 1px solid #ebebeb;
}

.user-info-card {
  position: relative;
  z-index: 1;
  background-color: #ffaf00;
  border-color: #ffaf00;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.user-info-card .user-profile {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.user-info-card .user-profile img {
  border-radius: 50%;
}

.single-profile-data {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
}
.single-profile-data:last-child {
  margin-bottom: 0;
}
.single-profile-data .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  font-size: 12px;
  color: #020310;
}
.single-profile-data .title i {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #ffaf00;
  text-align: center;
  color: #ffffff;
  line-height: 23px;
  border-radius: 0.25rem;
  margin-right: 0.4rem;
  font-size: 12px;
}
.single-profile-data .title span {
  line-height: 1;
}
.single-profile-data .data-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  font-size: 13px;
  text-align: right;
  color: #747794;
}


.language-area-wrapper,
.shipping-method-choose {
  position: relative;
}
.language-area-wrapper ul,
.shipping-method-choose ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-area-wrapper ul li,
.shipping-method-choose ul li {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.language-area-wrapper ul li input[type=radio],
.shipping-method-choose ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.language-area-wrapper ul li label,
.shipping-method-choose ul li label {
  display: block;
  position: relative;
  padding: 10px 10px 10px 45px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-bottom: 0;
  border-radius: 0.4rem;
  font-size: 14px;
  font-weight: 500;
}
.language-area-wrapper ul li label span,
.shipping-method-choose ul li label span {
  font-size: 11px;
  margin-left: 0.5rem;
}
.language-area-wrapper ul li .check,
.shipping-method-choose ul li .check {
  display: block;
  position: absolute;
  border: 4px solid #00b894;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15px;
  z-index: 5;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.language-area-wrapper ul li .check::before,
.shipping-method-choose ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -4px;
  -webkit-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.language-area-wrapper input[type=radio]:checked ~ .check,
.shipping-method-choose input[type=radio]:checked ~ .check {
  border-color: #100DD1;
}
.language-area-wrapper input[type=radio]:checked ~ .check::before,
.shipping-method-choose input[type=radio]:checked ~ .check::before {
  background: #100DD1;
}
.language-area-wrapper input[type=radio]:checked ~ label,
.shipping-method-choose input[type=radio]:checked ~ label {
  color: #100DD1;
  background-color: rgba(16, 13, 209, 0.103);
}


[theme-color=dark] .shipping-method-choose input[type=radio]:checked ~ label,
[theme-color=dark] .shipping-method-choose input[type=radio]:checked ~ label {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.103);
}

[theme-color=dark] .shipping-method-choose input[type=radio]:checked ~ .check,
[theme-color=dark] .shipping-method-choose input[type=radio]:checked ~ .check {
  border-color: #ffaf00;
}

[theme-color=dark] .shipping-method-choose input[type=radio]:checked ~ .check::before,
[theme-color=dark] .shipping-method-choose input[type=radio]:checked ~ .check::before {
  background: #ffaf00;
}

[view-mode=rtl] .language-area-wrapper ul li label,
[view-mode=rtl] .shipping-method-choose ul li label {
  padding: 10px 45px 10px 10px;
  text-align: right;
}
[view-mode=rtl] .language-area-wrapper ul li .check,
[view-mode=rtl] .shipping-method-choose ul li .check {
  left: auto;
  right: 15px;
}

.token-body {
  font-family: "Overpass Mono", monospace;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;

  background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
}

.token-body-1 {
  font-family: "Overpass Mono", monospace;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.token {
  width: 320px;
  height: 200px;
  border-radius: 10px;
  perspective: 1000px;
}
.token:hover .token-inner {
  transform: rotateY(180deg);
}
.token-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: transform 600ms ease;
  transform-style: preserve-3d;
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.2);
}
.token-front, .token-back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  backface-visibility: hidden;
  background: linear-gradient(321.03deg,#fde1c2 0%, #f89c34 91.45%);
}
.token-front {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: transform 300ms ease-in-out;
}
.token-back {
  transform: rotateY(180deg);
}
.token-back::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 20%;
  width: 180%;
  height: 120%;
  border-radius: 100%;
  background-image: linear-gradient(to right top, #a3d4e7, #a7d5e6, #abd5e4, #aed6e3, #b2d6e2, #aed4e2, #abd3e1, #a7d1e1, #9bcee1, #8ecae1, #81c7e1, #73c3e1);
  filter: blur(10px);
  opacity: 0.15;
}
.token-back::after {
  content: "";
  position: absolute;
  top: 15%;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(to right top, #021318, #07191f, #0a1f26, #0b262e, #0c2c35, #0c2c35, #0c2c35, #0c2c35, #0b262e, #0a1f26, #07191f, #021318);
}
.token-bg {
  position: absolute;
  top: -20px;
  right: -120px;
  width: 380px;
  height: 250px;
  background: linear-gradient(321.03deg, #fde1c2 0%, #f89c34 91.45%);
  border-top-left-radius: 100%;
}
.token-bg::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -80px;
  width: 380px;
  height: 250px;
  background: linear-gradient(321.03deg, #fde1c2 0%, #f89c34 91.45%);
  border-top-left-radius: 100%;
}
.token-bg::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -120px;
  width: 380px;
  height: 250px;
  background: linear-gradient(321.03deg, #fde1c2 0%, #f89c34 91.45%);
  border-top-left-radius: 100%;
}
.token-glow {
  position: absolute;
  top: -140px;
  left: -65px;
  height: 200px;
  width: 400px;
  background: rgba(167, 174, 180, 0.9);
  filter: blur(10px);
  border-radius: 100%;
  transform: skew(-15deg, -15deg);
}
.token-contactless {
  position: absolute;
  right: 15px;
  top: 55px;
  transform: scale(0.5);
}
.token-chip {
  position: absolute;
  top: 65px;
  left: 25px;
  width: 45px;
  height: 34px;
  border-radius: 5px;
  background-color: #ffda7b;
  overflow: hidden;
}
.token-chip::before {
  content: "";
  position: absolute;
  left: 49%;
  top: -7%;
  transform: translateX(-50%);
  background: #ffda7b;
  border: 1px solid #a27c1f;
  width: 25%;
  height: 110%;
  border-radius: 100%;
  z-index: 2;
}
.token-chip::after {
  content: "";
  position: absolute;
  top: 30%;
  left: -10%;
  background: transparent;
  border: 1px solid #a27c1f;
  width: 120%;
  height: 33%;
}
.token-holder {
  position: absolute;
  left: 25px;
  bottom: 10px;
  color: white;
  font-size: 12px;
  letter-spacing: 0.2em;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
.token-number {
  position: absolute;
  left: 25px;
  bottom: 65px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
.token-valid {
  position: absolute;
  left: 25px;
  bottom: 30px;
  color: white;
  font-size: 14px;
  letter-spacing: 0.01em;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
.token-valid::before {
  position: absolute;
  top: 1px;
  left: -5px;
  width: 40px;
  font-size: 7px;
}
.token-signature {
  position: absolute;
  top: 120px;
  left: 15px;
  width: 70%;
  height: 30px;
  background: #eeecec;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #021318;
  font-family: "Mr Dafoe", cursive;
  font-size: 15px;
  font-weight: 400;
}
.token-signature::before {
  content: "Authorized Signature";
  position: absolute;
  top: -15px;
  left: 0;
  font-family: "Overpass Mono", monospace;
  font-size: 9px;
  color: #eeecec;
}
.token-seccode {
  position: absolute;
  top: 125px;
  left: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 17px;
  color: #021318;
  background-color: #eeecec;
  text-align: center;
  font-size: 11px;
}

.token-logo {
  position: absolute;
  right: 25px;
  top: 20px;
}

.token-title {
  position: absolute;
  left: 25px;
  top: 20px;
  color:#ffff;
  font-size: 22px;
}
.token-hint {
  padding: 2em 0;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: #a3d4e7;
}


