/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: var(--secondary-color);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
  overflow-x: hidden;
}

.text-content h3 {
  font-size: 35px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #ffffff;
}

.text-content h3 span {
  color: var(--primary-color);
}

.text-content .sub-title {
  font-size: 11px;
  padding: 5px 10px;
  background-color: #062d5c;
  color: var(--primary-color);
  border-radius: 7px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

@media only screen and (max-width: 571px) {
  .text-content h3 {
    font-size: 26px;
  }
}

.text-content p {
  font-size: 17px;
}

.video-wrapper .video-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transform: translate(-10%, -15%);
  transform: translate(-10%, -15%);
  color: #ffffff;
  font-size: 23px;
  z-index: 1;
  background-color: var(--primary-color);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media only screen and (max-width: 575px) {
  .video-wrapper .video-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}

.video-wrapper .video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  background-color: var(--primary-color);
}

.page-item-ele img {
  -webkit-animation: wave 2.8s ease-in-out infinite alternate both;
  animation: wave 2.8s ease-in-out infinite alternate both;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

.nav-pills .nav-link.active {
  background-color: var(--primary-color) !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}

p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #f6f8fe;
  padding: 40px;
  border-radius: 10px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}

blockquote .quote-icon {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 120px;
  opacity: 0.1;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 10;
  padding: 10px 15px;
  background-color: var(--primary-color);
  color: #ffffff;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}

.scroll-top {
  background-color: var(--primary-color);
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}

@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: var(--primary-color);
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #ea5455;
}

.bg--warning {
  background-color: #ff9f43;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163a;
}

.bg--base {
  background-color: var(--primary-color) !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: var(--primary-color);
}

.text--success {
  color: #28c76f;
}

.text--danger {
  color: #ea5455;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163a;
}

.text--base {
  color: var(--primary-color) !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid var(--primary-color);
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163a;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: rgba(27, 46, 81, 0.7215686275) !important;
}

.bg--gray {
  background-color: #f6f8fe;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: var(--primary-color);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  line-height: 47px;
  font-weight: 600;
  background-color: var(--primary-color);
  border-radius: 10px;
  color: #ffffff !important;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-5000%);
  transform: translateY(-5000%);
}

.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*-------------------------------------------------
    [ ## Table ]
*/
/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 30px;
  border-radius: 15px;
}

.custom-table {
  width: 100%;
  white-space: nowrap;
}

.custom-table .bg--warning {
  background-color: #ff9f43 !important;
}

.custom-table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.custom-table thead tr th {
  border: none;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 15px;
}

.custom-table thead tr th:last-child {
  text-align: right;
}

.custom-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 15px;
}

.custom-table tbody tr td:last-child {
  text-align: right;
}

.custom-table tbody tr td button,
.custom-table tbody tr td input[type=submit],
.custom-table tbody tr td input[type=reset],
.custom-table tbody tr td input[type=button],
.custom-table tbody tr td .btn--base {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
}

.custom-table tbody tr td .btn {
  padding: 6px 10px;
}


.custom-table tbody tr td .user-list li {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-table tbody tr td .user-list li img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1500px) {
  .custom-table tbody tr td .user-list li img {
    max-width: unset;
  }
}

.custom-table tbody tr td .user-list li:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
}

.custom-table tbody tr td .user-list li span {
  font-size: 16px;
}

.custom-table tbody tr td .user-list li+li {
  margin-left: -10px;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgba(255, 89, 123, 0.2);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  width: 25px;
  border-radius: 10px;
}

.slider-next,
.slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  cursor: pointer;
  margin-top: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-next:hover,
.slider-prev:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.slider-next {
  margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  color: #ffffff;
  padding: 0;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin: 0;
}

.pagination .page-item.disabled span {
  border-radius: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: #ffffff;
}

.pagination .page-item .page-link {
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  margin-bottom: 30px;
}

.nav-tabs .nav-link {
  padding: 8px 20px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 3px;
  font-family: "DM Sans", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-tabs .nav-link:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
}

.nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
}

.nav-tabs .nav-link:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card .card-header {
  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;
}

.custom-card .card-body {
  padding: 30px;
  border-radius: 20px;
}

@media only screen and (max-width: 575px) {
  .custom-card .card-body {
    padding: 20px;
  }
}

.custom-card button,
.custom-card input[type=submit],
.custom-card input[type=reset],
.custom-card input[type=button],
.custom-card .btn--base {
  padding: 12px 30px;
}

.preloader {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--secondary-color);
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Dark theme */
  /* Animtions */
}

.preloader .ap {
  width: 200px;
  height: 200px;
}

.preloader .ap__ring {
  stroke: hsla(var(--hue), 10%, 10%, 0.15);
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.preloader .ap__worm1,
.preloader .ap__worm2 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.preloader .ap__worm1 {
  -webkit-animation-name: worm1;
  animation-name: worm1;
}

.preloader .ap__worm2 {
  -webkit-animation-name: worm2;
  animation-name: worm2;
  visibility: hidden;
}

@media (prefers-color-scheme: dark) {
  .preloader :root {
    --bg: hsl(var(--hue), 10%, 10%);
    --fg: hsl(var(--hue), 10%, 90%);
  }

  .preloader .ap__ring {
    stroke: hsla(var(--hue), 10%, 90%, 0.1);
  }
}

@-webkit-keyframes worm1 {
  from {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    stroke-dashoffset: -87.96;
  }

  20% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    stroke-dashoffset: 0;
  }

  60% {
    stroke-dashoffset: -791.68;
    visibility: visible;
  }

  60.1%,
  to {
    stroke-dashoffset: -791.68;
    visibility: hidden;
  }
}

@keyframes worm1 {
  from {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    stroke-dashoffset: -87.96;
  }

  20% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    stroke-dashoffset: 0;
  }

  60% {
    stroke-dashoffset: -791.68;
    visibility: visible;
  }

  60.1%,
  to {
    stroke-dashoffset: -791.68;
    visibility: hidden;
  }
}

@-webkit-keyframes worm2 {

  from,
  60% {
    stroke-dashoffset: -87.96;
    visibility: hidden;
  }

  60.1% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.5, 0.75);
    animation-timing-function: cubic-bezier(0, 0, 0.5, 0.75);
    stroke-dashoffset: -87.96;
    visibility: visible;
  }

  77% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.88);
    animation-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.88);
    stroke-dashoffset: -340;
    visibility: visible;
  }

  to {
    stroke-dashoffset: -669.92;
    visibility: visible;
  }
}

@keyframes worm2 {

  from,
  60% {
    stroke-dashoffset: -87.96;
    visibility: hidden;
  }

  60.1% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.5, 0.75);
    animation-timing-function: cubic-bezier(0, 0, 0.5, 0.75);
    stroke-dashoffset: -87.96;
    visibility: visible;
  }

  77% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.88);
    animation-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.88);
    stroke-dashoffset: -340;
    visibility: visible;
  }

  to {
    stroke-dashoffset: -669.92;
    visibility: visible;
  }
}

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
  background-color: #202c5d;
}

.modal-content .close {
  border-radius: 3px;
}

.modal-header {
  border-color: rgba(255, 255, 255, 0.1019607843);
}

.modal-footer {
  border-color: rgba(255, 255, 255, 0.1019607843);
}

.modal-footer button,
.modal-footer input[type=submit],
.modal-footer input[type=reset],
.modal-footer input[type=button] {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
  color: #ffffff !important;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
}

h1 {
  font-size: 50px;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 35px;
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 18px;
}

@media only screen and (max-width: 575px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 30px;
  }
}

.section-header .section-sub-title {
  font-size: 12px;
  padding: 5px 10px;
  background-color: rgba(27, 46, 81, 0.7215686275);
  border-radius: 5px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.section-header .section-title {
  margin-bottom: 0;
  text-transform: capitalize;
}

.section-header .section-title span {
  color: var(--primary-color);
}

.section-header p {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163a;
}

.badge--primary::before {
  background-color: #7367f0;
}

.badge--secondary::before {
  background-color: #868e96;
}

.badge--success::before {
  background-color: #28c76f;
}

.badge--danger::before {
  background-color: #d63384;
}

.badge--warning::before {
  background-color: #ff9f43;
}

.badge--info::before {
  background-color: #1e9ff2;
}

.badge--dark::before {
  background-color: #10163a;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163a;
}

.badge {
  position: relative;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  background-color: transparent;
  padding-left: 15px;
}

.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.btn--base {
  position: relative;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  color: #ffffff;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--base.active {
  background: transparent;
  color: var(--primary-color);
}

.btn--base.active:focus,
.btn--base.active:hover {
  color: #ffffff;
  background: var(--primary-color);
}

.btn--base:focus,
.btn--base:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(255, 89, 123, 0.4);
  box-shadow: 0 10px 20px rgba(255, 89, 123, 0.4);
}

.btn--base:disabled {
  cursor: not-allowed;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

.info-btn {
  width: 30px;
  height: 30px;
  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;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  display: none;
}

@media only screen and (max-width: 991px) {
  .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.chat-cross-btn {
  width: 25px;
  height: 25px;
  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;
  background-color: #ea5455;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  display: none;
}

@media only screen and (max-width: 991px) {
  .chat-cross-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sell-form {
  display: none;
}

.sell-form.active {
  display: block;
}

.buy-form {
  display: none;
}

.buy-form.active {
  display: block;
}

/*-------------------------------------------------
    [ ## switch ]
*/
.toggle-container .switch-toggles {
  position: relative;
  width: 100%;
  height: 35px;
  border-radius: 30px;
  background-color: var(--secondary-color);
}

.toggle-container .switch-toggles::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 35px;
  background: var(--primary-color);
  right: -1px;
  top: 0;
  border-radius: 30px;
  -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}

.toggle-container .switch-toggles .switch {
  position: relative;
  width: 50%;
  line-height: 35px;
  float: left;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  font-weight: 600;
  border-radius: 30px;
  color: #ffffff;
  margin-bottom: 0;
}

.toggle-container .switch-toggles .switch:nth-child(odd) {
  color: #ffffff;
}

.toggle-container .switch-toggles.active::after {
  background: var(--primary-color);
  right: 50%;
  border-radius: 30px;
}

.toggle-container .switch-toggles.active .switch {
  color: #6e768e;
}

.toggle-container .switch-toggles.active .switch:nth-child(even) {
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input,
textarea {
  padding: 12px 20px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ffffff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ffffff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ffffff;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ffffff;
}

input::placeholder,
textarea::placeholder {
  color: #ffffff;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 118px;
}

input,
select,
textarea {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  vertical-align: baseline;
  font-size: 100%;
  color: #ffffff;
}

label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

label span {
  color: var(--primary-color);
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #ffffff;
}

.input-group {
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.input-group .nice-select {
  width: auto;
  padding: 0 30px 0 15px;
  border: none !important;
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  line-height: 45px;
}

.input-group .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgba(255, 89, 123, 0.2);
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append input {
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-right: none;
  background-color: #ffffff;
}

.input-group-text {
  border: none;
  font-size: 16px;
  background: var(--primary-color);
  color: #ffffff;
  height: 45px;
  border-radius: 0 15px 15px 0;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}

.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-check-group input:checked+label::before {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.custom-check-group input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-check-group label {
  position: relative;
  cursor: pointer;
}

.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f6f8fe;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 5px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  font-size: 14px;
  height: 50px;
  color: #ffffff;
}

.form-control:focus {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.form-control::-moz-placeholder {
  color: #ffffff;
}

.form-control:-ms-input-placeholder {
  color: #ffffff;
}

.form-control::-ms-input-placeholder {
  color: #ffffff;
}

.form-control::placeholder {
  color: #ffffff;
}

.form--control {
  background-color: rgba(27, 46, 81, 0.7215686275);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 25px;
  width: 100%;
}

.form--control:focus {
  background-color: rgba(27, 46, 81, 0.7215686275);
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.form--control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form--control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form--control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form--control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form--control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form--control:disabled {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.fileholder.active {
  border: 2px dashed #5a5278;
}

.fileholder-drag-drop-title {
  color: #c4c5cf;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #5a5278;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #5a5278;
}

.file-holder-wrapper {
  width: 400px;
}

@media only screen and (max-width: 575px) {
  .file-holder-wrapper {
    width: 100%;
  }
}

.fileholder.active {
  border: 2px dashed rgba(255, 255, 255, 0.1019607843);
}

.fileholder-drag-drop-title {
  color: #ffffff;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: var(--primary-color);
}

.fileholder-basic-loading-circle.one {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.two {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.three {
  border: 2px solid var(--primary-color);
}

.radio-wrapper {
  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: -3px -7px;
}

.radio-wrapper .radio-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 3px 7px;
}

.radio-wrapper .radio-item img {
  width: 60px;
  margin-right: 5px;
}

.radio-item [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:checked+label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 20px 25px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.radio-item [type=radio]:not(:checked)+label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px 25px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.nice-select {
  background-color: rgba(27, 46, 81, 0.7215686275) !important;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
  float: unset;
  padding: 0 25px;
  color: #ffffff !important;
  border-radius: 10px !important;
}

.nice-select .list {
  background-color: rgba(27, 46, 81, 0.7215686275);
  left: auto;
  right: 0;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--primary-color);
}

.select2-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #ffffff;
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ffffff transparent;
}

.submit-btn {
  padding: 12px 20px;
  color: #ffffff;
  background: rgba(27, 46, 81, 0.7215686275);
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "DM Sans", sans-serif;
}

@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

.select-group {
  position: relative;
}

.custom-select {
  background-color: rgba(27, 46, 81, 0.7215686275);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.custom-select.active .custom-select-inner::before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.custom-select.active .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}

.custom-select .custom-select-inner {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 16px;
}

.custom-select .custom-select-inner::before,
.custom-select .custom-select-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-select .custom-select-inner::before {
  margin-right: 3px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}

.custom-select .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.custom-select img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}

.custom-select .custom-currency {
  color: #ffffff;
}

.custom-select-wrapper {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background-color: rgb(27, 46, 81);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  z-index: 9;
  border-radius: 5px;
  margin-left: 0 !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-select-wrapper.active {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.custom-select-search-wrapper {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.custom-select-search-wrapper .search-btn {
  position: absolute;
  top: 13px;
  left: 20px;
  padding: 0;
  background-color: transparent;
  font-size: 20px;
  color: var(--primary-color);
}

.custom-select-search-wrapper input {
  padding-left: 50px;
  border: none !important;
}

.custom-select-search-wrapper input:focus {
  border: none !important;
}

.custom-select-list {
  max-height: 190px;
  overflow-y: auto;
}

.custom-select-list .custom-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-select-list .custom-option:hover,
.custom-select-list .custom-option.active {
  background-color: var(--primary-color);
}

.custom-select-list .custom-option img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 20px;
}

.custom-select-list .custom-option .custom-country {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.select2-dropdown {
  background-color: #1b2e51;
}

.select2-container--default .select2-selection--multiple {
  background-color: rgba(27, 46, 81, 0.7215686275);
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
  min-height: 45px;
  border-radius: 15px;
  line-height: 30px;
  padding-left: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #1b2e51;
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--primary-color);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
}

.table-area .table-wrapper .custom-table .switches-container {
  position: relative;
  width: 150px;
  height: 30px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: inherit;
  text-align: left !important;
}

.table-area .table-wrapper .custom-table .switches-container .switch {
  position: relative;
  border-radius: 3rem;
  background-color: var(--primary-color);
  width: 75px;
  height: 26px;
}

.table-area .table-wrapper .custom-table .switches-container .switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: var(--switch-text-color);
  -webkit-transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.bg_img-2 {
  background-position: left;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
  z-index: 2;
}

.bg-overlay-base:before {
  content: "";
  position: absolute;
  background: #353a4d;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
}

.bg-overlay-base-2 {
  position: relative;
}

.bg-overlay-base-2:before {
  content: "";
  position: absolute;
  background: rgba(27, 46, 81, 0.7215686275);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  border-radius: 20px;
}

.bg-overlay-base-2>div {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(13, 20, 34, 0.3);
  z-index: 5;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.body-overlay.active {
  visibility: visible;
  opacity: 1;
}

.body-overlay.show {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .body-overlay.open {
    visibility: visible;
    opacity: 1;
  }
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 35px;
  height: 35px;
  padding: 7px;
  line-height: 1;
  font-weight: 600;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-50000%);
  transform: translateY(-50000%);
}

.scrollToTop small {
  display: block;
  text-transform: uppercase;
  font-size: 8px;
}

.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.custom-container {
  max-width: 1400px;
}

.row>* {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}

::-moz-selection {
  background-color: var(--primary-color);
  color: #ffffff;
}

::selection {
  background-color: var(--primary-color);
  color: #ffffff;
}

.top-notice {
  background-image: url(../images/element/element-2.png);
  background-size: cover;
  background-position: top;
  padding: 10px 15px 50px;
  text-align: center;
}

.top-notice .content .btn {
  border-radius: 5px;
  font-weight: 500;
}

.fs-10px {
  font-size: 10px;
}

.op-6 {
  opacity: 0.6;
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
  position: relative;
  z-index: 9;
}

.header-area {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 570px) {
  .header-area {
    display: block;
  }
}

.social-icons li {
  padding: 0px 10px;
}

.contact .item {
  padding: 0px 10px;
  font-size: 16px;
}

.navber-section {
  background-color: #ffffff;
}

.navber-section .search input {
  padding: 10px;
  border-radius: 60px;
  margin-top: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  width: 200px;
  height: 40px;
  font-size: 16px;
}

.navber-section .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.1019607843);
  font-size: 14px;
}

.navber-section .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1019607843);
  font-size: 14px;
}

.navber-section .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1019607843);
  font-size: 14px;
}

.navber-section .search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1019607843);
  font-size: 14px;
}

.navber-section .search input::placeholder {
  color: rgba(255, 255, 255, 0.1019607843);
  font-size: 14px;
}

.navber-section .search button,
.navber-section .search input[type=button],
.navber-section .search input[type=reset],
.navber-section .search input[type=submit] {
  padding: 5px 15px;
  border-radius: 50px;
  margin-left: 5px;
  margin-top: 5px;
  color: #ffffff;
  background-color: var(--primary-color);
}

.navber-section .search button:hover,
.navber-section .search input[type=button]:hover,
.navber-section .search input[type=reset]:hover,
.navber-section .search input[type=submit]:hover {
  background-color: rgba(27, 46, 81, 0.7215686275);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 9;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  margin-top: 0;
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
}

.header-section.header-fixed .header-top-area {
  display: none !important;
}

.header-section.header-fixed .header-bottom-area {
  background-color: var(--secondary-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-bottom-area {
  position: relative;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-expand-lg {
    padding: 8px !important;
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: transparent !important;
    padding: 0 !important;
  }

  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }

  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }

  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }

  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.header-bottom-area .navbar-collapse .main-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 22px !important;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 30px 0;
  font-weight: 600;
  font-size: 16px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}

.header-bottom-area .navbar-collapse .main-menu li a::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover {
  color: var(--primary-color);
}

.header-bottom-area .navbar-collapse .main-menu li a:hover::after {
  width: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li a.active {
  color: var(--primary-color);
}

.header-bottom-area .navbar-collapse .main-menu li a.active::after {
  width: 100%;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 60px;
  left: 0px;
  padding: 10px 5px;
  width: 180px;
  background-color: rgba(27, 46, 81, 0.7215686275);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 15px;
  display: block;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  margin-right: 0;
  padding-right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: var(--primary-color);
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 12px;
  padding: 5px 15px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  max-width: 160px;
}

@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 120px;
  }
}

.header-action {
  margin-left: 40px;
}

@media only screen and (max-width: 991px) {
  .header-action {
    margin-left: 12px;
  }
}

.language-select {
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .language-select {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .header-link {
    display: none;
  }
}

.header-link a {
  color: #ffffff;
}

.header-link a i {
  color: var(--primary-color);
  margin-right: 5px;
  font-size: 16px;
}

.header-link a+a {
  margin-left: 20px;
}

.header-social li {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
}

.header-social li+li {
  margin-left: 15px;
}

.notification-icon {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid #353a68;
  border-radius: 10px;
  font-size: 20px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-toggler span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: #ffffff;
  font-size: 14px;
}

.account {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: 11;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.account.active {
  -webkit-transform: translate(-50%, -50%) scaleY(1);
  transform: translate(-50%, -50%) scaleY(1);
}

@media only screen and (max-width: 575px) {
  .account {
    top: 53%;
  }
}

.account .account-wrapper {
  position: relative;
  width: 430px;
  height: 60vh;
  background-color: #0f183d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
  border-radius: 8px;
  display: none;
  overflow: auto;
}

@media only screen and (max-width: 470px) {
  .account .account-wrapper {
    width: 400px;
  }
}

@media only screen and (max-width: 435px) {
  .account .account-wrapper {
    width: 370px;
  }
}

@media only screen and (max-width: 400px) {
  .account .account-wrapper {
    width: 350px;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 380px) {
  .account .account-wrapper {
    width: 320px;
  }
}

@media only screen and (max-width: 350px) {
  .account .account-wrapper {
    width: 300px;
    padding: 15px;
  }
}

@media only screen and (max-width: 330px) {
  .account .account-wrapper {
    width: 290px;
    padding: 15px;
  }
}

.account .account-wrapper.change-form {
  display: block;
}

.account .account-cross-btn {
  position: absolute;
  top: -15px;
  right: -10px;
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}

.account .account-cross-btn:hover::after,
.account .account-cross-btn:hover::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.account .account-cross-btn::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 11.2px;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.account .account-cross-btn::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 11.3px;
  top: 48%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.account .account-wrapper .account-logo {
  margin-bottom: 30px;
}

.account .account-wrapper p {
  font-size: 12px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form input {
  border: 2px solid rgba(255, 255, 255, 0.08) !important;
}

.account .account-wrapper .account-form input:focus {
  border-color: var(--primary-color) !important;
}

.account .account-wrapper .account-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.account .account-wrapper .account-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.account .account-wrapper .account-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.account .account-wrapper .account-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.account .account-wrapper .account-form input::placeholder {
  color: rgba(213, 212, 212, 0.528) !important;
}

.account .account-wrapper .account-form .forgot-item a {
  color: var(--primary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.account .account-wrapper .account-form .forgot-item a:hover {
  color: #f82f57;
}

.account .account-wrapper .account-form .or-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  gap: 37px;
}

.account .account-wrapper .account-form .or-area .or-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.account .account-wrapper .account-form .or-area .or-line {
  height: 1px;
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.account .account-wrapper .account-form .account-item {
  color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form .account-item a {
  color: var(--primary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.account .account-wrapper .account-form .account-item a:hover {
  color: #f82f57;
}

.account .account-wrapper .account-form .account-form-btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.account .account-wrapper .account-form .account-form-btn a {
  width: 35px;
  height: 35px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: rgba(50, 138, 241, 0.1);
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  margin: 8px;
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.account .account-wrapper .account-form .account-form-btn a.facebook:hover {
  background-color: #3b5998;
}

.account .account-wrapper .account-form .account-form-btn a.google:hover {
  background-color: #DB4437;
}

.account .account-wrapper .account-form .account-form-btn a.apple:hover {
  background-color: #000000;
}

.account .account-wrapper .account-form .custom-check-group label {
  color: rgba(255, 255, 255, 0.5);
}

.account .account-wrapper .account-form .custom-check-group label a {
  color: var(--primary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.account .account-wrapper .account-form .custom-check-group label a:hover {
  color: #DB4437;
}

.input-field-generator .results .last-add {
  /* background-color: #f1f1f1; */
  padding: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.dark-version .input-field-generator .results .last-add {
  background-color: #282e38;
}

.show_hide_password {
  position: relative;
}

.show-pass {
  position: absolute;
  top: 13px;
  right: 30px;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.account .account-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #ffffff;
}

.account .account-wrapper::-webkit-scrollbar {
  width: 2px;
  background-color: #ffffff;
}

.account .account-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--primary-color);
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#3d1340), color-stop(#14193c), color-stop(rgb(31, 23, 57)), color-stop(#371a49), to(#3d1340));
  background: linear-gradient(to right bottom, #3d1340, #14193c, rgb(31, 23, 57), #371a49, #3d1340);
}

@media only screen and (max-width: 991px) {
  .banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 375px) {
  .banner .banner-content .title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 375px) {
  .banner .banner-content {
    font-size: 14px;
  }
}

.banner .banner-img {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 420px) {
  .banner .banner-img {
    width: 100%;
  }
}

.banner .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#051937), color-stop(#14193c), color-stop(#22183f), color-stop(#301641), to(#3d1340));
  background-image: linear-gradient(to right bottom, #051937, #14193c, #22183f, #301641, #3d1340);
  position: relative;
}

.footer-section .single-cta i {
  color: var(--primary-color);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.footer-section .cta-text {
  padding-left: 15px;
  display: inline-block;
}

.footer-section .cta-text h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.footer-section .cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-section .footer-content {
  position: relative;
  z-index: 2;
}

.footer-section .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-section .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}

.footer-section .footer-text img {
  width: 10rem;
  margin-bottom: 10px;
}

.footer-section .footer-social-icon span {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-section .footer-social-icon a {
  color: #ffffff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-section .footer-social-icon i {
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.footer-section .facebook-bg {
  background-color: var(--primary-color);
}

.footer-section .twitter-bg {
  background-color: var(--primary-color);
}

.footer-section .instagram-bg {
  background-color: var(--primary-color);
}

.footer-section .linkedin-bg {
  background-color: var(--primary-color);
}

.footer-section .footer-widget-heading h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-section .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffffff;
}

.footer-section .footer-widget ul li {
  width: 50%;
  margin-bottom: 12px;
}

.footer-section .footer-widget ul li a:hover {
  color: var(--primary-color);
}

.footer-section .footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.footer-section .subscribe-form {
  position: relative;
  overflow: hidden;
}

.footer-section .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding-right: 68px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: rgb(255, 255, 255);
  border-radius: 999px;
}

.footer-section .subscribe-form input::-webkit-input-placeholder {
  color: rgba(207, 207, 207, 0.825);
}

.footer-section .subscribe-form input::-moz-placeholder {
  color: rgba(207, 207, 207, 0.825);
}

.footer-section .subscribe-form input:-ms-input-placeholder {
  color: rgba(207, 207, 207, 0.825);
}

.footer-section .subscribe-form input::-ms-input-placeholder {
  color: rgba(207, 207, 207, 0.825);
}

.footer-section .subscribe-form input::placeholder {
  color: rgba(207, 207, 207, 0.825);
}

.footer-section .subscribe-form button,
.footer-section .subscribe-form input[type=button],
.footer-section .subscribe-form input[type=reset],
.footer-section .subscribe-form input[type=submit] {
  position: absolute;
  right: 0;
  background: var(--primary-color);
  padding: 13px 20px;
  top: 0;
  border-radius: 0 999px 999px 0;
}

.footer-section .subscribe-form button i,
.footer-section .subscribe-form input[type=button] i,
.footer-section .subscribe-form input[type=reset] i,
.footer-section .subscribe-form input[type=submit] i {
  color: #ffffff;
  font-size: 22px;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.footer-section .copyright-area {
  padding: 15px 0;
}

.footer-section .copyright-text {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-top: 15px;
}

.footer-section .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.footer-section .copyright-text p a {
  color: var(--primary-color);
  font-weight: 600;
}

.footer-section .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-section .footer-menu li:hover a {
  color: var(--primary-color);
}

.footer-section .footer-menu li a {
  font-size: 14px;
  color: #ffffff;
}

/*--------------------------------------------------------------
    [ ## RTL ]
--------------------------------------------------------------*/
.rtl {
  direction: rtl;
}

.rtl .footer-top-area .footer-social li+li {
  margin-right: 20px;
  margin-left: 0px;
}

.rtl .navbar-expand-lg .navbar-toggler {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.rtl .header-bottom-area .navbar-collapse .main-menu li {
  padding-left: 40px;
  padding-right: 0px;
}

.rtl .header-bottom-area .navbar-collapse .main-menu {
  margin-right: auto !important;
}

@media only screen and (max-width: 1199px) {
  .rtl .header-bottom-area .navbar-collapse .main-menu li {
    padding-left: 22px;
    padding-right: 0px !important;
  }
}

.rtl .custom-select-list .custom-option img {
  margin-left: 20px;
  margin-right: 0px;
}

.rtl .custom-select img {
  margin-right: 0px;
  margin-left: 10px !important;
}

.rtl .custom-select .custom-select-inner::before {
  right: auto;
  left: 12px;
}

.rtl .custom-select .custom-select-inner::after {
  right: auto;
  left: 15px;
}

.rtl .auction-page .a-user-info {
  margin-right: 10px;
  margin-left: 0px;
}

.rtl .custom-table tbody tr td:last-child {
  text-align: left;
}

.rtl .features .card .icon {
  margin-left: 8px;
  margin-right: 0px;
}

.rtl .testimonial-thumb .testimonial-quote {
  left: -20px;
  right: auto;
}

.rtl .blog-btn i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .footer-section .footer-widget-heading h3::before {
  right: 0;
  left: auto;
}

.rtl .footer-section .subscribe-form button,
.rtl .footer-section .subscribe-form input[type=button],
.rtl .footer-section .subscribe-form input[type=reset],
.rtl .footer-section .subscribe-form input[type=submit] {
  left: 0;
  right: auto;
  border-radius: 999px 0px 0px 999px;
}

.rtl .footer-section .subscribe-form input {
  padding-left: 68px;
  padding-right: 25px;
}

.rtl .footer-section .footer-social-icon a {
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .testimonial-content {
  padding-right: 30px;
  padding-left: 0px;
}

@media only screen and (max-width: 991px) {
  .rtl .testimonial-content {
    padding-right: 0px;
  }
}

.rtl .blog-details .blog-item .blog-item-content {
  padding-right: 20px;
  padding-left: 0px;
}

.rtl .register-section .register-form .login-form .login-button {
  margin-left: 5px;
  margin-right: 0px;
}

.rtl .register-section .register-form .login-form .register-button {
  margin-right: 5px;
  margin-left: 0px;
}

.rtl .show-pass {
  left: 30px;
  right: auto;
}

.rtl .show_hide_password input {
  padding-left: 44px;
  padding-right: 25px;
}

.rtl .show_hide_password-2 input {
  padding-left: 44px;
  padding-right: 25px;
}

.rtl .show_hide_password-3 input {
  padding-left: 44px;
  padding-right: 25px;
}

.rtl .sidebar {
  right: 10px;
}

@media only screen and (max-width: 1199px) {
  .rtl .sidebar {
    right: -300px;
  }
}

@media only screen and (max-width: 1199px) {
  .rtl .sidebar.active {
    right: 0px;
  }
}

.rtl .body-wrapper {
  padding-right: 285px;
  padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
  .rtl .body-wrapper {
    padding-right: 15px;
  }
}

.rtl .body-wrapper.active {
  padding-right: 85px;
  padding-left: 10px;
}

.rtl .navbar-wrapper {
  margin-right: 250px;
  margin-left: 15px !important;
}

@media only screen and (max-width: 1199px) {
  .rtl .navbar-wrapper {
    margin-right: 0;
  }
}

.rtl .navbar-wrapper.active {
  margin-right: 85px;
}

@media only screen and (max-width: 1199px) {
  .rtl .navbar-wrapper.active {
    margin-right: 65px;
  }
}

.rtl .notification-wrapper {
  left: 0;
  right: auto;
}

.rtl .notification-wrapper .notification-list li .content {
  padding-right: 10px;
}

.rtl .dashboard-list-user-wrapper .dashboard-list-user-content {
  padding-right: 20px;
}

.rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
  margin-left: 10px;
  margin-right: 0px;
}

.rtl .preview-list-user-wrapper .preview-list-user-content {
  padding-right: 20px;
  padding-left: 0px;
}

@media only screen and (max-width: 575px) {
  .rtl .preview-list-user-wrapper .preview-list-user-content {
    padding-right: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .rtl .support-profile-wrapper {
    left: -600px;
  }
}

.rtl .support-profile-wrapper.active {
  left: 0;
  right: auto;
}

.rtl .card-header-user-area .card-header-user-content {
  padding-right: 15px;
  padding-left: 0px;
}

.rtl .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  margin-right: auto;
  margin-left: 0;
}

.rtl .custom-check-group input:checked+label::after {
  right: 7px;
  left: auto;
}

.rtl .modal-header .btn-close {
  margin-left: 0 !important;
}

.rtl .create-auction .form-group .curency-rate-2 {
  left: 12px;
  right: auto;
  border-radius: 10px 0px 0px 10px;
}

.rtl .input-type-currency input {
  padding-left: 91px;
  padding-right: 25px;
}

@media only screen and (max-width: 520px) {
  .rtl .input-type-currency input {
    padding-left: 65px;
  }
}

.rtl .create-auction .form-group .curency-rate {
  right: 12px;
  left: auto;
  border-radius: 0px 10px 10px 0px;
}

.rtl .create-auction .form-group .rate {
  padding-right: 110px;
  padding-left: 90px;
}

@media only screen and (max-width: 520px) {
  .rtl .create-auction .form-group .rate {
    padding-right: 80px;
    padding-left: 65px;
  }
}

.rtl .money-exchange-currency .nice-select {
  border-radius: 10px 0px 0px 10px !important;
}

.rtl .money-exchange-currency input {
  border-radius: 0px 10px 10px 0px !important;
}

.rtl .chat-container .media.media-chat-reverse {
  margin-left: 0;
  margin-right: auto;
}

.rtl .custom-check-group label::before {
  margin-left: 8px;
  margin-right: 0px;
}

.rtl .support-card-wrapper .card-header {
  border-radius: 0px 10px 10px 0px !important;
}

.rtl .chat-form .publisher {
  border-radius: 0px 0px 10px 0px !important;
}

.rtl .input-group-text {
  border-radius: 15px 0px 0px 15px !important;
}

.rtl .input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0px 15px 15px 0px !important;
}

.rtl .testimonial-section {
  direction: ltr !important;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.swiper-pagination {
  z-index: -9;
}

.testimonial-thumb .client-img {
  width: 150px;
  height: 150px;
}

.testimonial-thumb .client-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
.apexcharts-yaxis text {
  fill: #fff;
}

.apexcharts-xaxis-texts-g text {
  fill: #fff !important;
}

.apexcharts-legend-text {
  color: #fff !important;
}

.about {
  overflow: hidden;
}

.about p {
  color: rgb(207, 202, 202);
}

.auctions {
  overflow: hidden;
}

.auctions .text-content p {
  color: #ffffff;
  width: 70%;
  margin: auto;
}

.auctions .auctions-card {
  background-color: rgba(27, 46, 81, 0.7215686275);
  border-radius: 10px;
  padding: 12px;
}

.auctions .auctions-card .top-img {
  border-radius: 20px;
}

.auctions .auctions-card h3 {
  color: #ffffff;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.auctions .auctions-card h3:hover {
  color: var(--primary-color);
}

.auctions .auctions-card .author-content img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.auctions .auctions-card .author-content p {
  color: #ffffff;
}

.auctions .auctions-card .author-content h4 {
  color: #ffffff;
}

.auctions .auctions-card .bottom p {
  color: var(--primary-color);
}

.features {
  overflow: hidden;
}

.features .thumb {
  text-align: center;
  margin: 0 auto;
}

.features .thumb img {
  border-radius: 10px;
}

.features .card {
  padding: 10px 0;
  border-radius: 10px;
  color: var(--primary-color);
  border: none !important;
  -webkit-backdrop-filter: blur(14px) saturate(141%);
  backdrop-filter: blur(14px) saturate(141%);
  background-color: rgba(27, 46, 81, 0.624);
  padding: 20px;
  height: 100%;
}

.features .card i {
  font-size: 35px;
}

.features .card h3 {
  color: #ffffff;
  font-size: 18px;
  margin: auto 0;
}

.features .card p {
  color: rgb(195, 191, 191);
  margin: 10px 0px;
}

.features .card .icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.features .right-thumb img {
  width: 600px;
  height: auto;
}

.info {
  overflow: hidden;
}

.info p {
  color: rgb(207, 202, 202);
}

.info img {
  width: 75%;
  height: auto;
}

.author {
  overflow: hidden;
}

.author .author-card {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 10px;
  border-radius: 10px;
}

.author .author-card .author-img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.author .author-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.author .author-card .content h3 {
  color: #ffffff;
}

.author .author-card .content p {
  color: #ffffff;
  margin-bottom: 0;
  text-align: end;
}

.about .page-item-ele {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .about .page-item-ele {
    width: 60%;
  }
}

@media only screen and (max-width: 520px) {
  .about .page-item-ele {
    width: 90%;
  }
}

.about .page-item-ele img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-top {
  overflow: hidden;
}

.about-top .thumb img {
  width: 80%;
  border-radius: 30px;
}

.about-top .thumb .video-wrapper {
  position: absolute;
  top: 46%;
  left: 48%;
}

.info-card {
  overflow: hidden;
}

.info-card .card {
  border-radius: 10px;
  background-color: var(--secondary-color);
  border: none !important;
  padding: 30px;
  border: 1px solid var(--primary-color) !important;
}

.info-card .card .icon i {
  font-size: 40px;
  padding: 15px 15px;
  background-color: var(--primary-color);
  color: #ffffff;
  margin-right: 20px;
  border-radius: 8px;
}

.info-card .card .content h3 {
  color: #ffffff;
  font-size: 24;
}

.info-card .card .content a {
  color: #ffffff;
  font-size: 14px;
}

.info-card .card .content p {
  color: #ffffff;
  font-size: 14px;
}

.contact {
  overflow: hidden;
}

.contact .thumb-right img {
  width: 33rem;
}

.contact .form-control {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: #ffffff;
}

.blog-details {
  overflow: hidden;
}

.blog-details .tag {
  margin-top: 20px;
}

.blog-details .tag a {
  font-size: 14px;
  background-color: #f6f8fe;
  border-radius: 4px;
  color: rgb(35, 34, 34);
  padding: 5px;
  margin-right: 10px;
  text-decoration: underline;
}

.blog-details .left-content .hr {
  border-bottom: 5px solid var(--primary-color);
  width: 60px;
  margin-bottom: 30px;
}

.error {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 150px;
}

.error img {
  width: 30rem;
  height: auto;
}

.error h3 {
  color: #ffffff;
}

.error p {
  color: #ffffff;
}

.auction-page {
  /* --------------------------- */
}

.auction-page .f-group .nice-select {
  display: none;
}

.auction-page .c-text {
  font-size: 18px;
  margin-top: 20px;
}

.auction-page .f-dropdown {
  --max-scroll: 3;
  position: relative;
}

.auction-page .f-dropdown select {
  display: none;
}

.auction-page .f-dropdown>span {
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: rgba(27, 46, 81, 0.7215686275);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.auction-page .f-dropdown>span>span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
}

.auction-page .f-dropdown>span img {
  width: 30px;
  margin-right: 10px;
  height: 30px;
  border-radius: 50%;
}

.auction-page .f-dropdown>span:before,
.auction-page .f-dropdown>span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 5px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.auction-page .f-dropdown>span:before {
  margin-right: 4px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}

.auction-page .f-dropdown>span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.auction-page .f-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(var(--max-scroll) * 46px);
  top: 27px;
  left: 0;
  z-index: 1;
  right: 0;
  background-color: #1b2e51;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

.auction-page .f-dropdown ul li {
  padding: 0;
  margin: 0;
}

.auction-page .f-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.auction-page .f-dropdown ul li a img {
  width: 30px;
  margin-right: 10px;
  height: 30px;
  border-radius: 50%;
}

.auction-page .f-dropdown ul li a:hover {
  color: #5c6bc0;
}

.auction-page .f-dropdown ul li.active a {
  color: #fff;
  background: #303f9f;
}

.auction-page .f-dropdown ul li.active a:before,
.auction-page .f-dropdown ul li.active a:after {
  --scale: 0.6;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 12px;
  top: 50%;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.auction-page .f-dropdown ul li.active a:before {
  -webkit-transform: rotate(45deg) scale(var(--scale));
  transform: rotate(45deg) scale(var(--scale));
}

.auction-page .f-dropdown ul li.active a:after {
  -webkit-transform: rotate(-45deg) scale(var(--scale));
  transform: rotate(-45deg) scale(var(--scale));
}

.auction-page .f-dropdown ul li.active a:hover:before,
.auction-page .f-dropdown ul li.active a:hover:after {
  --scale: 0.9;
  opacity: 1;
}

.auction-page .f-dropdown ul li:first-child a {
  border-radius: 6px 6px 0 0;
}

.auction-page .f-dropdown ul li:last-child a {
  border-radius: 0 0 6px 6px;
}

.auction-page .f-dropdown.disabled {
  opacity: 0.7;
}

.auction-page .f-dropdown.disabled>span {
  cursor: not-allowed;
}

.auction-page .f-dropdown.filled>span {
  color: #ffffff;
}

.auction-page .f-dropdown.open {
  z-index: 15;
}

.auction-page .f-dropdown.open>span:before,
.auction-page .f-dropdown.open>span:after {
  background: #ffffff;
}

.auction-page .f-dropdown.open>span:before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.auction-page .f-dropdown.open>span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}

.auction-page .f-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 12px);
  transform: translate(0, 12px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.auction-page .f-group {
  max-width: 100%;
}

.auction-page .f-group select {
  width: 100%;
}

.auction-page .f-control {
  font-size: 14px;
  line-height: normal;
  color: #000;
  display: inline-block;
  background-color: #ffffff;
  border: #ccc 1px solid;
  border-radius: 6px;
  padding: 8px 12px;
  outline: none;
  max-width: 250px;
}

.auction-page label {
  width: 100%;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.auction-page .nav-link {
  padding: 8px 45px;
  border-radius: 10px;
}

.auction-page .table-wrapper {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#051937), color-stop(#14193c), color-stop(#22183f), color-stop(#301641), to(#3d1340));
  background-image: linear-gradient(to right bottom, #051937, #14193c, #22183f, #301641, #3d1340);
  padding: 6px;
}

.auction-page .custom-table tbody tr:nth-of-type(2n) {
  background-color: transparent !important;
}

.auction-page .custom-table .pay {
  color: #ffffff;
  margin-right: 5px;
}

.auction-page .bottom .nav-link {
  padding: 8px;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  background-color: transparent;
}

.auction-page .bottom .nav-link.active {
  color: var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
}

.auction-page .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.auction-page .nav-tabs .nav-item {
  margin: 10px;
}

.auction-page .sell {
  background-color: var(--primary-color);
}

.auction-page .sell.active {
  background: transparent;
  color: var(--primary-color);
}

.auction-page .sell.active:focus,
.auction-page .sell.active:hover {
  color: #ffffff;
  background: var(--primary-color);
}

.auction-page .sell:focus,
.auction-page .sell:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(255, 89, 123, 0.4);
  box-shadow: 0 10px 20px rgba(255, 89, 123, 0.4);
}

.auction-page .a-user-img {
  width: 35px;
  height: 35px;
  border-radius: 999px;
  margin: auto 0;
}

.auction-page .a-user-info {
  margin-left: 10px;
}

.auction-page .a-user-info p {
  margin: 0;
}

.auction-page .a-user-info span {
  font-size: 12px;
  margin-top: 3px;
}

.modal-auction {
  border-radius: 50px;
}

.modal-auction .modal-content {
  background-color: #202c5d;
  padding: 20px;
}

.modal-auction .modal-header {
  border-bottom: 0 !important;
}

.modal-auction .modal-body {
  padding: 20px;
  border-radius: 10px;
}

.modal-auction .modal-body .modalpay h3 {
  background-color: var(--primary-color);
  padding: 7px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 13px;
}

.modal-auction .modal-body h3 {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 12px 0;
}

.modal-auction .terms {
  margin: 20px 0;
}

.modal-auction .terms h3 {
  font-size: 15px;
}

.modal-auction .terms p {
  font-size: 12px;
}

.modal-auction .au-form span {
  color: #ffffff;
}

.modal-auction .au-form .input-group-text {
  border-radius: 5px;
}

.app {
  overflow: hidden;
}

.app .app-img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.app .app-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.app .app-dawonload {
  margin: -10px;
}

.app .app-dawonload a {
  margin: 10px;
}

.testimonial-section {
  overflow: hidden;
}

@media (min-width: 1320px) {
  .testimonial-section .container {
    padding-right: calc((100vw - 1176px) / 2);
    max-width: calc(1320px + (100vw - 1320px) / 2);
    left: calc((100vw - 1320px) / 4);
    position: relative;
    overflow: hidden;
  }
}

.testimonial-slider .swiper-android .swiper-slide,
.testimonial-slider .swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.testimonial-wrapper {
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#3d1340), color-stop(#14193c), color-stop(rgb(31, 23, 57)), color-stop(#371a49), to(#3d1340));
  background-image: linear-gradient(to right bottom, #3d1340, #14193c, rgb(31, 23, 57), #371a49, #3d1340);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .testimonial-wrapper {
    padding: 20px;
  }
}

.testimonial-thumb {
  position: relative;
  width: 168px;
}

.testimonial-thumb img {
  border-radius: 1.25rem;
}

.testimonial-thumb .testimonial-quote {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  background-color: var(--primary-color);
  border: 5px solid #f6f8fe;
  border-radius: 50%;
  text-align: center;
}

.testimonial-thumb .testimonial-quote .fill-white {
  fill: #ffffff;
}

.testimonial-content {
  width: calc(100% - 168px);
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .testimonial-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.testimonial-content .testimonial-ratings {
  margin-bottom: 15px;
}

.testimonial-content .testimonial-ratings i {
  color: #feb240;
}

.testimonial-content p {
  font-size: 18px;
}

.testimonial-content .testimonial-user-content .title span {
  color: var(--primary-color);
}

.about-area .about-item {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}

.about-area .about-item .item-icon {
  text-align: center;
  padding-bottom: 15px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.about-area .about-item .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-manager .contact-widget {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 20px;
  border-radius: 10px;
}

.contact-manager .contact-widget i {
  font-size: 40px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.contact-manager .contact-widget .contact-item-content .title {
  font-size: 22px;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  .contact-manager .contact-widget .contact-item-content .title {
    font-size: 16px;
  }
}

.contact-manager .contact-widget .contact-item-content .sub-title {
  font-size: 15px;
}

@media only screen and (max-width: 575px) {
  .contact-manager .contact-widget .contact-item-content .sub-title {
    font-size: 12px;
  }
}

.contact-section .contact-form-area {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 10px;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .contact-section .contact-form-area {
    padding: 15px;
  }
}

.select2-container--default .select2-search--inline .select2-search__field {
  min-height: 22px !important;
}

.verification-otp .verification-otp-area {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 40px;
  border-radius: 10px;
}

@media only screen and (max-width: 575px) {
  .verification-otp .verification-otp-area {
    padding: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .verification-otp .verification-otp-area {
    padding: 10px;
  }
}

.verification-otp .verification-otp-area .verification-otp-content p {
  font-size: 14px;
}

.verification-otp .verification-otp-area .account-item a {
  color: var(--primary-color);
}

.otp-verification .account-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.otp-verification .account-form .form-group input {
  margin: 10px;
  border-radius: 5px;
  background-color: rgba(27, 46, 81, 0.7215686275);
}

@media only screen and (max-width: 768px) {
  .otp-verification .account-form .form-group input {
    margin: 3px;
  }
}

.otp {
  width: 55px;
  height: 50px;
  text-align: center;
  padding: 0;
  border-radius: 5px;
}

@media only screen and (max-width: 520px) {
  .otp {
    width: 45px;
    height: 45px;
  }
}

@media only screen and (max-width: 375px) {
  .otp {
    width: 40px;
    height: 40px;
  }
}

.otp:focus {
  border: 1px solid var(--primary-color);
}

.otp.required {
  border: 3px solid #ea5455;
}

#time {
  color: #ea5455;
}

.currency .nice-select .current {
  color: var(--secondary-color);
}
.currency .nice-select .list{
  height: 170px !important;
  overflow-y: auto;
}
.payment-gateway-select .nice-select .list{
   height: 170px !important;
   overflow-y: auto;
}

.show_hide_password input {
  padding-right: 44px;
}

.show_hide_password-2 input {
  padding-right: 44px;
}

.forgot-password-area {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 30px;
  border-radius: 10px;
}

.new-password-area {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 30px;
  border-radius: 10px;
}

.verification-otp-area {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 30px;
  border-radius: 10px;
}

.verification-otp-area .otp {
  background-color: transparent;
  margin: 5px;
}

.money-transfer-card {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 520px) {
  .money-transfer-card {
    padding: 20px 12px;
  }
}

.create-auction {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .create-auction {
    padding: 20px 10px;
  }
}

.nice-select .list {
  width: 100%;
  background-color: #1b2e51;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  z-index: 9;
}

.preview-list-wrapper {
  background-color: rgba(27, 46, 81, 0.9882352941);
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .preview-list-wrapper {
    padding: 20px 10px;
  }
}

code {
  color: var(--primary-color) !important;
  font-size: 13px;
}

.two-authentic {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 30px;
  border-radius: 10px;
}

.profile-body-wrapper {
  background-color: rgba(27, 46, 81, 0.7215686275);
}

.password-change {
  background-color: rgba(27, 46, 81, 0.7215686275);
}

.add-ticket {
  background-color: rgba(27, 46, 81, 0.7215686275);
}

.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
}

.advertiser-area {
  width: 210px;
}

.language-select {
  background: transparent;
  color: var(--primary-color);
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 40px;
}

@media only screen and (max-width: 991px) {
  .language-select {
    margin-left: 12px;
    width: 115px;
    margin-bottom: 0px;
  }
}

.language-select .nice-select .list {
  height: 120px;
  overflow-y: auto;
}

.language-select .nice-select::after {
  top: 55%;
}

.language-select .nice-select .current {
  padding-right: 5px;
}

@media only screen and (max-width: 600px) {
  .register-section {
    padding-top: 40px !important;
    padding-bottom: 40px;
  }
}

.register-section .register-form .login-form {
  background-color: rgba(27, 46, 81, 0.7215686275);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 40px;
  border-radius: 15px;
}

@media only screen and (max-width: 570px) {
  .register-section .register-form .login-form {
    padding: 15px;
  }
}

.register-section .register-form .login-form .login-button {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-right: 5px;
}

.register-section .register-form .login-form .register-button {
  width: 50%;
  margin-left: 5px;
}

.register-section .register-form .login-form .form-hader button,
.register-section .register-form .login-form .form-hader input[type=button],
.register-section .register-form .login-form .form-hader input[type=reset],
.register-section .register-form .login-form .form-hader input[type=submit] {
  background-color: #213a67;
  color: #ffffff;
  padding: 12px 16px;
  width: 100%;
  border-radius: 5px;
}

.register-section .register-form .login-form .form-hader button.active,
.register-section .register-form .login-form .form-hader input.active[type=button],
.register-section .register-form .login-form .form-hader input.active[type=reset],
.register-section .register-form .login-form .form-hader input.active[type=submit] {
  background-color: var(--primary-color);
}

.register-section .register-form .show_hide_password .show-pass {
  top: 48px;
}

.register-section .show_hide_password-2 input {
  position: relative;
}

.register-section .show_hide_password-2 .show-pass-2 {
  position: absolute;
  top: 44px !important;
  right: 26px;
  font-size: 13px;
}

.custom-table thead tr th:last-child {
  text-align: end;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 25px;
  right: 7px;
  width: 20px;
}

.select2-search {
  background-color: rgba(27, 46, 81, 0.7215686275);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
}

.select2-container--default .select2-results__option--selected {
  background-color: rgba(255, 89, 123, 0.6);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(255, 255, 255, 0.1019607843) transparent transparent transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #c0dae4;
}

.select2-results__option--selectable {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ffffff transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
}

.select2-container--default .select2-results>.select2-results__options {
  background-color: rgba(27, 46, 81, 0.7215686275) !important;
}

.invoice-form-area {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 10px;
  padding: 30px;
}

@media only screen and (max-width: 600px) {
  .invoice-form-area {
    padding: 10px;
  }
}

.Add-payment-mathod {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .Add-payment-mathod {
    padding: 10px;
  }
}

.nice-select .option {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

@media only screen and (max-width: 520px) {
  .dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
    font-size: 13px;
  }
}

@media only screen and (max-width: 520px) {
  .preview-list-user-wrapper .preview-list-user-content {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 520px) {
  .dashboard-list-user-wrapper .dashboard-list-user-icon {
    display: none !important;
  }
}

@media only screen and (max-width: 520px) {
  .dashboard-list-user-wrapper .dashboard-list-user-content {
    padding-left: 0 !important;
  }
}

.money-exchange-currency .nice-select {
  border-radius: 0px 10px 10px 0px !important;
}

.toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.toggle-container .switch-toggles {
  width: 140px;
}

@media only screen and (max-width: 420px) {
  .table-wrapper .dashboard-header-wrapper {
    display: block;
  }

  .table-wrapper .dashboard-header-wrapper .dashboard-btn-wrapper {
    text-align: right;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .table-area .table-wrapper {
    padding: 20px 10px;
  }
}

.password-change .show-pass {
  top: 44px;
}

.password-change .show_hide_password-3 input {
  padding-right: 44px;
}

.account-delate {
  text-align: right;
  margin-bottom: 10px;
}

.account-delate button,
.account-delate input[type=button],
.account-delate input[type=reset],
.account-delate input[type=submit] {
  border-radius: 10px;
  color: #ffffff;
}

.profile-form-area .nice-select .list {
  height: 200px;
  overflow-y: auto;
}

.modal-header .btn-close {
  border: 1px solid #000000 !important;
}

.buy-sell-modal-body {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.auction-buy-preview .Auction-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-top: 8px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 600px) {
  .auction-buy-preview .Auction-item {
    font-size: 13px;
  }
}

.auction-buy-preview .Auction-item p {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
  .modal-auction .modal-content {
    padding: 10px;
  }
}

.support-profile-wrapper .support-profile-body {
  padding: 20px;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.blog {
  overflow: hidden;
}

.blog .card {
  background-color: rgba(27, 46, 81, 0.7215686275);
  height: 100%;
  overflow: hidden !important;
  border-radius: 10px !important;
  border: none !important;
}

.blog .card .rating-color {
  color: #fbc634 !important;
}

.blog .card .title:hover {
  color: var(--primary-color) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog .card .main-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.blog .card .main-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog .card img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog .card .icon {
  color: var(--primary-color);
}

.blog .card .author-content {
  margin-bottom: 20px;
}

.blog .card .author-content img {
  width: 30px;
  border-radius: 999px;
  margin-right: 10px;
}

.blog .card .link {
  color: var(--primary-color);
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
}

.blog .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog .card-body .blog-btn {
  margin-top: auto;
}

.blog-details .blog-thumb {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 991px) {
  .blog-details .blog-thumb {
    width: 100%;
    height: 250px;
  }
}

.blog-details .blog-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-details .blog-details-area {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 30px;
  border-radius: 0px 0px 10px 10px;
}

.blog-details .blog-item {
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  padding: 15px;
  border-radius: 10px;
}

.blog-details .blog-item p {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.blog-details .blog-item:hover p {
  color: var(--primary-color);
}

.blog-details .blog-item .item-img {
  width: 180px;
  height: 90px;
}

.blog-details .blog-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.blog-details .blog-item .blog-item-content {
  padding-left: 20px;
  font-size: 13px;
}

.blog-details .blog-item .blog-item-content p {
  margin-bottom: 4px !important;
}

.blog-details .blog-item .blog-item-content .title {
  font-size: 16px;
}

/*--------------------------------------------------------------
    [ ## Dashboard ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### brand block ]
*/
.brand-slider {
  overflow: hidden;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.service-item {
  background-color: #f6f8fe;
  padding: 30px;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-item:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.service-item .service-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 30%;
  color: #ffffff;
  margin-bottom: 20px;
}

.service-item:nth-of-type(1n) .service-icon {
  background-color: #6fe7dd;
  -webkit-box-shadow: 0 2px 10px 0 rgba(111, 231, 221, 0.3);
  box-shadow: 0 2px 10px 0 rgba(111, 231, 221, 0.3);
}

.service-item:nth-of-type(3n) .service-icon {
  background-color: #f73859;
  -webkit-box-shadow: 0 2px 10px 0 rgba(247, 56, 89, 0.3);
  box-shadow: 0 2px 10px 0 rgba(247, 56, 89, 0.3);
}

div[class*=col]:nth-of-type(8n + 2) .service-item .service-icon {
  background-color: #ffc93c;
  -webkit-box-shadow: 0 2px 10px 0 rgba(255, 201, 60, 0.3);
  box-shadow: 0 2px 10px 0 rgba(255, 201, 60, 0.3);
}

div[class*=col]:nth-of-type(8n + 3) .service-item .service-icon {
  background-color: #f73859;
  -webkit-box-shadow: 0 2px 10px 0 rgba(247, 56, 89, 0.3);
  box-shadow: 0 2px 10px 0 rgba(247, 56, 89, 0.3);
}

div[class*=col]:nth-of-type(8n + 4) .service-item .service-icon {
  background-color: #107be9;
  -webkit-box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
  box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
}

div[class*=col]:nth-of-type(8n + 5) .service-item .service-icon {
  background-color: #28c76f;
  -webkit-box-shadow: 0 2px 10px 0 rgba(40, 199, 111, 0.3);
  box-shadow: 0 2px 10px 0 rgba(40, 199, 111, 0.3);
}

div[class*=col]:nth-of-type(8n + 6) .service-item .service-icon {
  background-color: #7367f0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(115, 103, 240, 0.3);
  box-shadow: 0 2px 10px 0 rgba(115, 103, 240, 0.3);
}

div[class*=col]:nth-of-type(8n + 7) .service-item .service-icon {
  background-color: #107be9;
  -webkit-box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
  box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
  position: relative;
  overflow: hidden;
}

.about-section .about-shape {
  position: absolute;
  top: -5%;
  right: -5%;
}

.about-thumb {
  position: relative;
}

.about-thumb img {
  width: 100%;
}

.about-thumb .about-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-thumb .about-video .video-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  padding-left: 5px;
  display: inline-block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
}

.about-thumb.two {
  height: 500px;
}

.about-thumb.two img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 15px;
}

.about-content-wrapper {
  max-width: 80%;
}

@media only screen and (max-width: 1199px) {
  .about-content-wrapper {
    max-width: 100%;
  }
}

.about-content-wrapper .about-content-header {
  margin-bottom: 20px;
}

.about-content-wrapper .about-content-header .sub-title {
  font-size: 11px;
  padding: 5px 10px;
  background-color: #f6f8fe;
  text-transform: uppercase;
  border-radius: 7px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.about-content-wrapper .about-content-header .title {
  margin-bottom: 15px;
}

.about-item-area .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-item-area .about-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: var(--primary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-item-area .about-item .about-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 30%;
  color: #ffffff;
}

.about-item-area .about-item:nth-of-type(1n) .about-icon {
  background-color: #6fe7dd;
  -webkit-box-shadow: 0 2px 10px 0 rgba(111, 231, 221, 0.3);
  box-shadow: 0 2px 10px 0 rgba(111, 231, 221, 0.3);
}

.about-item-area .about-item:nth-of-type(2n) .about-icon {
  background-color: #ffc93c;
  -webkit-box-shadow: 0 2px 10px 0 rgba(255, 201, 60, 0.3);
  box-shadow: 0 2px 10px 0 rgba(255, 201, 60, 0.3);
}

.about-item-area .about-item:nth-of-type(3n) .about-icon {
  background-color: #f73859;
  -webkit-box-shadow: 0 2px 10px 0 rgba(247, 56, 89, 0.3);
  box-shadow: 0 2px 10px 0 rgba(247, 56, 89, 0.3);
}

.about-item-area .about-item .about-content {
  width: calc(100% - 40px);
  padding-left: 30px;
}

.about-item-area .about-item .about-content .title {
  margin-bottom: 15px;
}

.about-item-area .about-item .about-content p {
  font-size: 15px;
}

.about-item-area .about-item.active,
.about-item-area .about-item:hover {
  background: var(--secondary-color);
}

.about-item-area .about-item.active::after,
.about-item-area .about-item:hover::after {
  height: 100%;
}

/*-------------------------------------------------
    [ ### how-it-works block ]
*/
.how-it-works-item {
  text-align: center;
}

.how-it-works-item .how-it-works-icon-wrapper {
  background-color: #beaaf7;
  padding: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  margin-bottom: 20px;
}

.how-it-works-item .how-it-works-icon-wrapper .how-it-works-icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 24px;
}

.how-it-works-item .how-it-works-content .title {
  margin-bottom: 15px;
}

div[class*=col]:nth-of-type(4n + 2) .how-it-works-item .how-it-works-icon-wrapper {
  background-color: #c4f2e3;
}

div[class*=col]:nth-of-type(4n + 2) .how-it-works-item .how-it-works-icon-wrapper .how-it-works-icon {
  background-color: #10b981;
}

div[class*=col]:nth-of-type(4n + 3) .how-it-works-item .how-it-works-icon-wrapper {
  background-color: #cddffb;
}

div[class*=col]:nth-of-type(4n + 3) .how-it-works-item .how-it-works-icon-wrapper .how-it-works-icon {
  background-color: #428af8;
}

div[class*=col]:nth-of-type(4n + 4) .how-it-works-item .how-it-works-icon-wrapper {
  background-color: #ffd0d0;
}

div[class*=col]:nth-of-type(4n + 4) .how-it-works-item .how-it-works-icon-wrapper .how-it-works-icon {
  background-color: #ef4444;
}

/*-------------------------------------------------
    [ ### feature block ]
*/
.feature-thumb img {
  border-radius: 40px;
}

.feature-content-wrapper {
  margin-right: 60px;
}

@media only screen and (max-width: 991px) {
  .feature-content-wrapper {
    margin-right: 0;
  }
}

.feature-content-wrapper .feature-content-header {
  margin-bottom: 20px;
}

.feature-content-wrapper .feature-content-header .sub-title {
  font-size: 11px;
  padding: 5px 10px;
  background-color: #f6f8fe;
  text-transform: uppercase;
  border-radius: 7px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.feature-content-wrapper .feature-content-header .title {
  margin-bottom: 20px;
}

.feature-content-wrapper .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-content-wrapper .feature-list li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 30px;
  padding-top: 15px;
}

.feature-content-wrapper .feature-list li::before {
  position: absolute;
  top: 17px;
  left: 0;
  content: "\f00c";
  font-family: "Line Awesome Free";
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
}

.feature-statistics-wrapper {
  padding-top: 50px;
}

.feature-statistics-wrapper .statistics-item .odo-area .odo-title {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 0px;
  margin-top: -13px;
}

.feature-statistics-wrapper .statistics-item .odo-area .title {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 0;
}

.feature-statistics-wrapper .statistics-item p {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .feature-statistics-wrapper .statistics-item p {
    font-size: 10px;
  }
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-section {
  overflow: hidden;
}

.faq-thumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.faq-thumb {
  border-radius: 1.25rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
}

.faq-top-thumb-wrapper {
  position: relative;
  padding: 30px;
  border-radius: 1.25rem;
  max-width: 13.125rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #10b981;
  margin-bottom: 2rem;
}

.faq-top-thumb-wrapper .faq-element-one {
  position: absolute;
  opacity: 0.1;
  top: -2.5rem;
  right: -2.5rem;
  -webkit-animation: scroll-down 6s cubic-bezier(0.75, 0.02, 0.31, 0.87) infinite;
  animation: scroll-down 6s cubic-bezier(0.75, 0.02, 0.31, 0.87) infinite;
  z-index: 0;
}

.faq-top-thumb-wrapper .faq-top-thumb-content .sub-title {
  color: #ffffff;
  margin-bottom: 8px;
}

.faq-top-thumb-wrapper .faq-top-thumb-content p {
  color: #ffffff;
}

.faq-bottom-thumb-wrapper {
  position: relative;
}

.faq-bottom-thumb-wrapper .faq-element-two {
  position: absolute;
  opacity: 0.1;
  bottom: -2rem;
  left: 3rem;
  -webkit-animation: scroll-down 6s cubic-bezier(0.75, 0.02, 0.31, 0.87) infinite;
  animation: scroll-down 6s cubic-bezier(0.75, 0.02, 0.31, 0.87) infinite;
  z-index: 0;
}

.faq-bottom-thumb-wrapper .faq-bottom-content-wrapper {
  position: relative;
  padding: 30px;
  border-radius: 1.25rem;
  max-width: 20rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #428af8;
  margin: 0 auto;
}

.faq-bottom-thumb-wrapper .faq-bottom-content-wrapper .faq-icon-wrapper {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0.75rem;
}

.faq-bottom-thumb-wrapper .faq-bottom-content-wrapper .faq-icon-wrapper .fill-blue {
  fill: #428af8;
}

.faq-bottom-thumb-wrapper .faq-bottom-content-wrapper .faq-bottom-content .sub-title {
  color: #ffffff;
  margin-bottom: 8px;
}

.faq-bottom-thumb-wrapper .faq-bottom-content-wrapper .faq-bottom-content p {
  color: #ffffff;
}

.faq-wrapper {
  margin-bottom: -20px;
}

.faq-wrapper .faq-header {
  margin-bottom: 30px;
}

.faq-wrapper .faq-header .sub-title {
  font-size: 11px;
  padding: 5px 10px;
  background-color: #f6f8fe;
  text-transform: uppercase;
  border-radius: 7px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.faq-wrapper .faq-item {
  background-color: #f6f8fe;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-wrapper .faq-item .faq-title {
  padding: 12px 20px;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 16px;
  }
}

.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  display: inline-block;
  margin-bottom: 0;
}

.faq-wrapper .faq-item .faq-content {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  display: none;
}

@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-content {
    margin-top: 15px;
  }
}

.faq-wrapper .faq-item .faq-content p {
  font-size: 14px;
}

.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: relative;
}

.faq-wrapper .faq-item .right-icon::before,
.faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: "";
  background: #ffffff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-wrapper .faq-item .right-icon::before {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
}

.faq-wrapper .faq-item .right-icon::after {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
}

.faq-wrapper .faq-item.active .faq-content {
  display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### nfc block ]
*/
.nfc-header {
  margin-bottom: 30px;
}

.nfc-header .sub-title {
  font-size: 11px;
  padding: 5px 10px;
  background-color: #f6f8fe;
  text-transform: uppercase;
  border-radius: 7px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.nfc-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}

.nfc-step-item .nfc-item-icon {
  width: 50px;
  height: 50px;
  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;
  background-color: var(--primary-color);
  border-radius: 15px;
  font-size: 26px;
}

.nfc-step-item .nfc-item-content {
  width: calc(100% - 50px);
  padding-left: 20px;
}

.nfc-step-item .nfc-item-content .sub-title {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/*-------------------------------------------------
    [ ### developer block ]
*/
.docs-nav {
  position: sticky;
  top: 0;
}

.docs-nav .fst {
  font-size: 18px;
  margin-bottom: 10px;
}

.docs-nav li {
  padding-bottom: 15px;
}

.docs-nav li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}

.docs-nav li a.active {
  background-color: #f6f8fe;
  display: block;
  padding: 7px 15px;
  border-radius: 10px;
  color: var(--primary-color);
}

.initiate-api-link-list li span {
  color: #d63384;
  word-break: break-all;
}

.developer-main-wrapper {
  border-left: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-left: 80px;
}

@media only screen and (max-width: 991px) {
  .developer-main-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
    padding-top: 40px;
  }
}

/*-------------------------------------------------
    [ ### call-to-action block ]
*/
.call-to-action-wrapper {
  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: 40px 100px 20px 100px;
  border-radius: 1.25rem;
  background-position: bottom right;
}

@media only screen and (max-width: 991px) {
  .call-to-action-wrapper {
    padding: 40px 40px 20px 40px;
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .call-to-action-content {
    margin-bottom: 30px;
  }
}

.call-to-action-content .title {
  margin-bottom: 20px;
}

.call-to-action-content .call-action-btn {
  margin-top: 30px;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-form-area .contact-header {
  margin-bottom: 30px;
}

.contact-form-area .contact-header span {
  margin-bottom: 15px;
}

.contact-form-area .contact-header .sub-title {
  font-size: 11px;
  padding: 5px 10px;
  background-color: #f6f8fe;
  text-transform: uppercase;
  border-radius: 7px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-form .form--control {
  height: 50px;
}

.contact-form textarea {
  min-height: 200px;
}

.contact-information {
  margin-bottom: 40px;
}

.contact-information p {
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .contact-information p {
    font-size: 14px;
  }
}

.contact-widget-box {
  background-color: rgba(27, 46, 81, 0.7215686275);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 15px;
  padding: 30px;
}

@media only screen and (max-width: 1199px) {
  .contact-widget-box {
    padding: 15px;
  }
}

.contact-widget-item-wrapper {
  margin-bottom: -20px;
}

.contact-widget-item-wrapper .contact-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.contact-widget-item-wrapper .contact-widget-item .contact-widget-icon {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-widget-item-wrapper .contact-widget-item .contact-widget-icon svg {
  fill: #ffffff;
}

.contact-widget-item-wrapper .contact-widget-item .contact-widget-content {
  padding-left: 10px;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-section {
  position: relative;
  min-height: 100vh;
  z-index: 1;
  overflow: hidden;
  background-size: unset;
  background-position: unset;
}

@media only screen and (max-width: 1199px) {
  .account-section {
    background-size: cover;
  }
}

.account-section .right {
  padding: 3.125rem 5rem;
  width: 50%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--secondary-color);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .account-section .right {
    padding: 3.125rem 3rem;
    width: 40%;
  }
}

@media only screen and (max-width: 1299px) {
  .account-section .right {
    width: 45%;
  }
}

@media only screen and (max-width: 1199px) {
  .account-section .right {
    width: 60%;
  }
}

@media only screen and (max-width: 991px) {
  .account-section .right {
    width: 50%;
    padding: 3.125rem 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .account-section .right {
    width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .account-section .right {
    width: 80%;
  }
}

@media only screen and (max-width: 420px) {
  .account-section .right {
    width: 100%;
  }
}

.account-header {
  margin-bottom: 20px;
}

.account-header .site-logo {
  border: none;
  padding: 0;
  margin: 0;
}

.account-form-area {
  max-width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 575px) {
  .account-form-area {
    max-width: 100%;
  }
}

.account-form-area p {
  font-size: 14px;
  margin-bottom: 30px;
}

.account-form-area .form-group {
  position: relative;
}

.account-form-area .form-group .show-pass {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.account-form .form--control {
  height: 50px;
}

.account-form textarea {
  min-height: 200px;
}

.forgot-item label {
  margin-bottom: 0;
}

.or-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 37px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .or-area {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .or-area {
    gap: unset;
  }
}

.or-area .or-line {
  height: 1px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 575px) {
  .or-area .or-line {
    display: none;
  }
}

.or-area .or-title {
  margin-bottom: 0;
  font-size: 14px;
}

.account-form-btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.account-form-btn a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin: 8px;
  font-size: 26px;
  color: #ffffff;
}

.account-form-btn a.facebook {
  background-color: #3a5795;
}

.account-form-btn a.google {
  background-color: #4285f4;
}

.account-form-btn a.apple {
  background-color: #000000;
}

.account-form-btn a.whatsapp {
  background-color: #4ac157;
}

.account-form-btn a.messenger {
  background-color: #009bf2;
}

.account-form-btn a svg {
  fill: #ffffff;
}

.account-footer p {
  font-size: 14px;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-wrapper {
  position: relative;
  min-height: 100vh;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  width: 250px;
  position: fixed;
  background: rgba(27, 46, 81, 0.7215686275);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  margin: 16px 0px 16px 16px;
  padding: 10px;
  top: 0;
  left: 0;
  height: calc(100vh - 30px);
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .sidebar {
    margin: 0px;
    border-radius: 0px;
    height: 100vh;
  }
}

.sidebar.active {
  width: 60px;
}

@media only screen and (max-width: 1199px) {
  .sidebar.active {
    left: 0;
    width: 250px;
  }
}

.sidebar.active .sidebar-menu .sidebar-menu-item a {
  padding: 12px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 12px 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 0;
}

@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
  }
}

.sidebar.active .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    display: block;
  }
}

.sidebar.active .menu-title {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .sidebar.active .menu-title {
    display: block;
  }
}

.sidebar.active .sidebar-doc-box {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-doc-box {
    display: block;
  }
}

.sidebar:hover {
  width: 250px;
}

.sidebar:hover .sidebar-menu .sidebar-menu-item a {
  padding: 12px 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 10px;
}

.sidebar:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: block;
}

.sidebar:hover .menu-title {
  display: inline-block;
}

.sidebar:hover .sidebar-doc-box {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar-inner {
  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;
  height: 100%;
}

.sidebar-logo {
  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;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sidebar-logo::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 225, 226, 0)), color-stop(47.22%, rgb(224, 225, 226)), color-stop(94.44%, rgba(224, 225, 226, 0.157)));
  background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 47.22%, rgba(224, 225, 226, 0.157) 94.44%);
}

.sidebar-logo .sidebar-main-logo {
  max-width: 130px;
}

.sidebar-logo .sidebar-menu-bar {
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  display: none;
}

.sidebar-menu-wrapper {
  padding-top: 15px;
}

.sidebar-menu-header {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 20px;
}

.sidebar-menu-header::before {
  content: "--";
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-item-badge {
  margin-left: auto;
}

.sidebar-menu .sidebar-menu-item {
  position: relative;
  margin-bottom: 5px;
  border-radius: 15px;
}

.sidebar-menu .sidebar-menu-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 2px;
  height: 0;
  background-color: var(--primary-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-menu .sidebar-menu-item a {
  font-size: 14px;
  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;
  color: #ffffff;
  font-weight: 500;
  padding: 12px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-menu .sidebar-menu-item a .menu-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
  position: relative;
}

.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  position: absolute;
  top: 18px;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-weight: 700;
  content: "\f105";
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu {
  position: relative;
  display: none;
  z-index: 1;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
  display: block;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
  letter-spacing: normal;
  color: #ffffff;
  font-weight: 400;
  margin-top: 0;
  padding-left: 2px;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
  padding: 10px 20px;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
  display: none;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-icon {
  font-size: 18px;
  margin-right: 8px;
}

.sidebar-menu .sidebar-menu-item:hover {
  letter-spacing: 1px;
  color: var(--primary-color);
  font-weight: 600;
}

.sidebar-menu .sidebar-menu-item.active {
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-menu .sidebar-menu-item.active::after {
  height: 30px;
}

.sidebar-menu .sidebar-menu-item.active a::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu .sidebar-menu-item.active a .menu-icon {
  background-color: var(--primary-color);
  color: #ffffff;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
  color: var(--primary-color);
  font-weight: 700;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a::before {
  display: none;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a .menu-icon {
  width: auto;
  height: auto;
  display: block;
  background-color: transparent;
}

.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  margin-left: auto;
}

.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  padding: 0 !important;
  background-color: var(--primary-color);
  font-size: 0.8em;
  border: none;
  margin-bottom: 0;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.sidebar-doc-box {
  border-radius: 15px;
  padding: 15px;
  min-height: 210px;
  min-width: 210px;
  overflow: hidden;
}

.sidebar-doc-box::after {
  border-radius: 10px;
}

.sidebar-doc-box .sidebar-doc-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  color: var(--primary-color);
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 15px;
}

.sidebar-doc-box .sidebar-doc-content {
  font-size: 13px;
}

.sidebar-doc-box .sidebar-doc-content .title {
  margin-bottom: 2px;
}

.main-wrapper {
  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;
  min-height: calc(100vh - 65px);
}

.navbar-wrapper {
  padding: 20px 0;
  margin-left: 250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-wrapper.active {
  margin-left: 85px;
}

.navbar-wrapper.active .dashboard-title-part {
  padding: 0 10px 0 0;
}

.navbar-wrapper.active .dashboard-title-part .left .icon {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .navbar-wrapper {
    margin-left: 0;
  }
}

.dashboard-title-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 0 35px;
}

@media only screen and (max-width: 1199px) {
  .dashboard-title-part {
    padding: 0 20px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-title-part {
    display: block;
  }
}

.dashboard-title-part .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-title-part .left .icon {
  margin-right: 10px;
}

.dashboard-title-part .left .icon button,
.dashboard-title-part .left .icon input[type=button],
.dashboard-title-part .left .icon input[type=reset],
.dashboard-title-part .left .icon input[type=submit] {
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
}

.dashboard-title-part .title {
  margin-bottom: 0;
}

.dashboard-title-part p {
  font-size: 12px;
  font-weight: 500;
}

.dashboard-title-part .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -8px;
}

@media only screen and (max-width: 767px) {
  .dashboard-title-part .right {
    padding-top: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.dashboard-path {
  font-size: 15px;
}

.dashboard-path .main-path {
  color: #ffffff;
  font-weight: 600;
}

.header-search-wrapper {
  width: 350px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 10px;
  margin: 8px;
}

@media only screen and (max-width: 767px) {
  .header-search-wrapper {
    width: 100%;
  }
}

.header-search-wrapper input {
  border: none;
  height: 40px;
  padding-left: 35px;
  padding-right: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  color: #ffffff;
  box-shadow: none;
  border-radius: 0;
}

.header-search-wrapper input:focus {
  background-color: transparent;
  color: #ffffff;
  border: none;
}

.header-search-wrapper input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.header-search-wrapper input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.header-search-wrapper input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.header-search-wrapper input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.header-search-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.header-search-wrapper span {
  position: absolute;
  font-size: 16px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.3);
  left: 10px;
  top: 1px;
}

.header-user-wrapper {
  position: relative;
  margin: 8px;
}
.header-user-wrapper .header-user-thumb {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-user-wrapper .header-user-thumb:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.header-user-wrapper .header-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-user-wrapper .user-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  background: rgb(27, 46, 81);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  min-width: 130px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}
.header-user-wrapper .user-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-user-wrapper .user-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 15px;
  width: 12px;
  height: 12px;
  background: rgb(27, 46, 81);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
}
.header-user-wrapper .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.header-user-wrapper .dropdown-item:last-child {
  border-bottom: none;
}
.header-user-wrapper .dropdown-item:hover {
  color: var(--primary-color);
  background: transparent !important;
}
.header-user-wrapper .dropdown-item i {
  margin-right: 10px;
  font-size: 1.1em;
  width: 16px;
  text-align: center;
  color: var(--primary-color);
}
.header-user-wrapper .dropdown-item span {
  font-size: 0.9em;
  font-weight: 500;
  color: white;
}

.body-wrapper {
  padding-left: 285px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.body-wrapper.active {
  padding-left: 85px;
  padding-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .body-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dashboard-header-wrapper {
  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;
  margin-bottom: 20px;
}

.dashboard-header-wrapper .title {
  margin-bottom: 0;
}

.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a,
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button,
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=button],
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=reset],
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=submit] {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
}

.dashboard-header-wrapper .btn--base {
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 22px;
}

.dashbord-item {
  background: rgba(27, 46, 81, 0.7215686275);
  border-radius: 20px;
  padding: 20px 30px;
  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;
}

.dashbord-item .dashboard-content .sub-title {
  margin-bottom: 5px;
}

.dashbord-item .dashboard-content .title {
  margin-bottom: 0;
}

.dashbord-item .dashboard-icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 15px;
  font-size: 24px;
  overflow: hidden;
}

.dashbord-item .dashboard-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.chart-wrapper {
  background: rgba(27, 46, 81, 0.7215686275);
  padding: 30px 10px;
  border-radius: 20px;
}

.chart-wrapper line {
  stroke: rgba(255, 255, 255, 0.1019607843);
}

.chart-wrapper .dashboard-header-wrapper {
  padding: 0 20px;
  margin-bottom: 0;
}

.apexcharts-legend-text {
  color: #ffffff !important;
}

.apexcharts-yaxis text {
  fill: #ffffff !important;
}

.apexcharts-grid line {
  stroke: rgba(255, 255, 255, 0.1019607843) !important;
}

.apexcharts-graphical line {
  stroke: rgba(255, 255, 255, 0.1019607843) !important;
}

.apexcharts-xaxis-texts-g text {
  fill: #ffffff !important;
}

.chart-area-footer {
  border-color: rgba(255, 255, 255, 0.1019607843);
}

.dashboard-list-wrapper .dashboard-list-item {
  position: relative;
  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;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.dashboard-list-wrapper .dashboard-list-item.sent:hover .dashboard-list-user-wrapper .dashboard-list-user-icon,
.dashboard-list-wrapper .dashboard-list-item.sent.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #d63384;
}

.dashboard-list-wrapper .dashboard-list-item.receive:hover .dashboard-list-user-wrapper .dashboard-list-user-icon,
.dashboard-list-wrapper .dashboard-list-item.receive.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #28c76f;
}

.dashboard-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-list-user-wrapper .dashboard-list-user-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dashboard-list-user-wrapper .dashboard-list-user-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.dashboard-list-user-wrapper .dashboard-list-user-content .title {
  margin-bottom: 5px;
}

.dashboard-list-right {
  text-align: right;
}

.dashboard-list-right .main-money {
  font-size: 16px;
}

.dashboard-list-right .exchange-money {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
}

.dashboard-list-item-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dashboard-list-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media only screen and (max-width: 480px) {
  .dashboard-list-item-wrapper {
    padding: 15px 10px;
  }
}

.dashboard-list-item-wrapper .dashboard-list-item {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.dashboard-list-item-wrapper .preview-list-wrapper {
  display: none;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.preview-list-wrapper {
  overflow: hidden;
  border-radius: 10px;
}

.preview-list-wrapper .preview-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0px;
  font-size: 14px;
}

.preview-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preview-list-user-wrapper .preview-list-user-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.preview-list-user-wrapper .preview-list-user-content {
  padding-left: 10px;
}

.preview-list-right {
  text-align: right;
}

.note-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 520px) {
  .note-area {
    display: block;
  }
}

.support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(27, 46, 81, 0.9882352941);
}

@media only screen and (max-width: 991px) {
  .support-card {
    display: block;
  }
}

.card-header-user-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-header-user-area .avatar {
  width: 40px;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid rgba(255, 255, 255, 0.1019607843);
}

.card-header-user-area .card-header-user-content {
  padding-left: 15px;
}

.card-header-user-area .card-header-user-content .title {
  margin-bottom: 0;
}

.card-header-user-area .card-header-user-content .sub-title {
  font-size: 12px;
  font-weight: 500;
}

.support-card-wrapper {
  width: calc(100% - 500px);
  background-color: var(--secondary-color);
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .support-card-wrapper {
    width: 100%;
  }
}

.support-card-wrapper .card-header {
  background-color: rgba(27, 46, 81, 0.7215686275);
  border-radius: 10px 0px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.chat-container {
  position: relative;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-y: auto;
  max-height: 70vh;
  min-height: 70vh;
  padding: 30px 15px;
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 1600px) {
  .chat-container {
    max-height: 65vh;
    min-height: 65vh;
  }
}

@media only screen and (max-width: 767px) {
  .chat-container {
    max-height: 60vh;
    min-height: 60vh;
  }
}

.chat-container .media>* {
  margin: 0 10px;
}

.chat-container .media {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
  max-width: 80%;
}

@media only screen and (max-width: 575px) {
  .chat-container .media {
    max-width: 100%;
  }
}

.chat-container .media.media-chat-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: auto;
}

.chat-container .media.media-chat-reverse .media-body p {
  background-color: var(--primary-color);
  color: #ffffff;
}

.chat-container .media.media-chat-reverse .media-body p::before {
  left: auto;
  right: -10px;
  background-color: var(--primary-color);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.chat-container .media .media-body p {
  position: relative;
  padding: 20px;
  background-color: rgba(27, 46, 81, 0.7215686275);
  font-size: 13px;
  border-radius: 10px;
  color: #ffffff;
}

.chat-container .media .media-body p::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -10px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: rgba(27, 46, 81, 0.7215686275);
  width: 12px;
  height: 17px;
}

.chat-container .media .avatar {
  width: 40px;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid rgba(255, 255, 255, 0.1019607843);
}

.chat-form .publisher {
  position: relative;
  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: 12px 20px;
  background-color: rgba(27, 46, 81, 0.7215686275);
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 0 0 10px 10px;
}

.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 100px);
  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;
}

.chat-form .publisher .publisher-input {
  font-weight: 500;
  font-size: 14px;
  border: none;
  outline: none !important;
  background-color: var(--secondary-color);
  border-radius: 99px;
}

.chat-form .publisher .publisher-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.chat-form .publisher .publisher-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.chat-form .publisher .publisher-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.chat-form .publisher .publisher-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.chat-form .publisher .publisher-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.chat-form .publisher .chatbox-send-part {
  width: 45px;
}

.chat-form .publisher .chatbox-send-part .chat-submit-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}

.chat-form .publisher .publisher-btn {
  width: 45px;
  height: 45px;
  background-color: var(--secondary-color);
  color: #ffffff;
  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;
  cursor: pointer;
}

.chat-form .publisher .file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}

.chat-form .publisher .file-group label {
  margin-bottom: 0;
  cursor: pointer;
}

.chat-form .publisher .chatbox-message-part textarea {
  min-height: 20px !important;
  border-radius: 10px;
  background-color: rgba(17, 31, 57, 0.765);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 60px);
  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;
}

.support-profile-wrapper {
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(27, 46, 81, 0.9882352941);
}

@media only screen and (max-width: 1600px) {
  .support-profile-wrapper {
    max-height: 80vh;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 991px) {
  .support-profile-wrapper {
    position: fixed;
    max-height: 100vh;
    right: -600px;
    top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .support-profile-wrapper {
    width: 100%;
  }
}

.support-profile-wrapper.active {
  right: 0;
}

.support-profile-wrapper .support-profile-header {
  padding: 18px;
  background-color: rgba(27, 46, 81, 0.7215686275);
  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;
}

.support-profile-wrapper .support-profile-header label {
  margin-bottom: 0;
}

.support-profile-wrapper .support-profile-list li {
  padding-top: 15px;
  font-weight: 700;
}

.support-profile-wrapper .support-profile-list li span,
.support-profile-wrapper .support-profile-list li p {
  float: right;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {

  .support-profile-wrapper .support-profile-list li span,
  .support-profile-wrapper .support-profile-list li p {
    float: left;
  }
}

.support-profile-wrapper .support-profile-list li p {
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.profile-body-wrapper {
  padding: 0 !important;
}

.profile-form-area {
  padding: 30px;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
  display: block;
  position: relative;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
  width: 100%;
  height: 250px;
  border-radius: 0;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
  width: 100%;
  height: 250px;
  border-radius: 20px 20px 0 0;
  border: none;
  background-color: var(--primary-color);
  position: relative;
}

.profile-thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 1.5rem;
}

@media only screen and (max-width: 575px) {
  .profile-thumb-content {
    display: block;
    margin-top: 60px;
  }
}

.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  margin-top: -100px;
}

.profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  background-color: #f6f8fe;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}

.profile-thumb-content .profile-content {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

@media only screen and (max-width: 575px) {
  .profile-thumb-content .profile-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.profile-thumb-content .profile-content .username {
  font-size: 18px;
}

.profile-thumb-content .profile-content .user-info-list {
  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;
  margin: -5px -10px;
}

.profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 10px;
  font-size: 14px;
  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;
}

.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 18px;
  margin-right: 5px;
  color: var(--primary-color);
}

.pdf-area {
  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: 100vh;
  position: fixed;
  overflow-y: scroll;
  left: 0;
  overflow: hidden;
  top: 0;
  z-index: 9;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pdf-area.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.play-store-thumb {
  width: 193px;
  height: 193px;
  margin: 0 auto;
}

.play-store-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-notification-wrapper {
  position: relative;
}

.notification-icon {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #c4c5cf;
  border: 1px solid #363a5d;
  border-radius: 10px;
  font-size: 20px;
}

.notification-wrapper {
  position: absolute;
  top: 47px;
  right: 0;
  width: 280px;
  height: 400px;
  overflow-y: auto;
  background-color: #1b2e51;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 10px;
  z-index: 9;
  padding: 15px;
  text-align: left;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
  .notification-wrapper {
    width: 250px;
  }
}

.notification-wrapper.active {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.notification-wrapper .notification-header {
  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;
  margin-bottom: 15px;
}

.notification-wrapper .notification-header .title {
  margin-bottom: 0;
}

.notification-wrapper .notification-header .sub-title {
  font-size: 12px;
}

.notification-wrapper .notification-list {
  margin-bottom: -15px;
}

.notification-wrapper .notification-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 15px;
}

.notification-wrapper .notification-list li .thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.notification-wrapper .notification-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.notification-wrapper .notification-list li .content {
  width: calc(100% - 25px);
  padding-left: 10px;
}

.notification-wrapper .notification-list li .content .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

.notification-wrapper .notification-list li .content .title {
  margin-bottom: 0;
}

.notification-wrapper .notification-list li .content .time {
  color: var(--primary-color);
  font-weight: 600;
}

.notification-wrapper .notification-footer {
  font-size: 12px;
}

.exchange-area {
  background-color: rgba(27, 46, 81, 0.7215686275);
  padding: 30px 80px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
}

.exchange-area span {
  font-size: 14px;
}

.exchange-area p {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 520px) {
  .exchange-area p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .exchange-area {
    padding: 30px 15px;
  }
}

.connect {
  background-color: var(--secondary-color);
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  padding: 10px;
  border-radius: 10px;
}

.connect .btn--base {
  padding: 5px 15px !important;
}

.connect h3 {
  font-size: 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Rounded sliders */
}

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

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.switch input:focus+.slider {
  -webkit-box-shadow: 0 0 1px var(--primary-color);
  box-shadow: 0 0 1px var(--primary-color);
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.create-auction .form-group .rate {
  position: relative;
  padding-left: 110px;
  padding-right: 91px;
}

@media only screen and (max-width: 520px) {
  .create-auction .form-group .rate {
    padding-left: 80px;
    padding-right: 65px;
  }
}

.create-auction .form-group .curency-rate {
  position: absolute;
  background-color: var(--primary-color);
  top: 34px;
  left: 12px;
  padding: 10.5px 25px;
  border-radius: 10px 0px 0px 10px;
}
.create-auction .form-group .curency-rate-amount {
    position: absolute;
    background-color: var(--primary-color);
    top: 34px;
    right: 12px;
    padding: 10.5px 25px;
    border-radius: 0px 10px 10px 0px;
}

@media only screen and (max-width: 1399px) {
  .create-auction .form-group .curency-rate {
    padding: 10.5px 11px;
  }
}

.create-auction .form-group .curency-rate-2 {
  position: absolute;
  background-color: var(--primary-color);
  top: 34px;
  right: 12px;
  padding: 10.5px 25px;
  border-radius: 0px 10px 10px 0px;
}

@media only screen and (max-width: 1399px) {
  .create-auction .form-group .curency-rate-2 {
    padding: 10.5px 11px;
  }
}

.input-type-currency input {
  padding-right: 91px;
}

@media only screen and (max-width: 520px) {
  .input-type-currency input {
    padding-right: 65px;
  }
}

.select2-container {
  width: 100% !important;
}

.preview-list-item .Conversation i {
  font-size: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 5px 20px;
  border-radius: 5px;
  background-color: var(--primary-color);
}

.support-chat-area {
  background-color: rgba(27, 46, 81, 0.7215686275);
}

.order-chat-are .support-chat-area {
  background-color: rgba(27, 46, 81, 0.7215686275);
  border-radius: 0px 0px 0px 10px;
}

.white-popup {
  background: #202c5d;
}

.sidebar-menu-item.has-submenu {
  position: relative;
}

.sidebar-submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding-left: 0;
}

/* Sidebar  Submenu Items CSS */
.sidebar-submenu.expanded {
  max-height: 200px;
}

.menu-arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: auto;
}

.has-submenu.active .menu-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar-submenu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 4px;
  margin: 2px 0;
}

.sidebar-submenu-item a:hover {
  color: var(--primary-color);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.sidebar-submenu-item .submenu-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* Prevent hover on collapsed submenu */
.sidebar-submenu:not(.expanded) .sidebar-submenu-item {
  pointer-events: none;
  opacity: 0;
}

.sidebar-submenu.expanded .sidebar-submenu-item {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn--outline {
    position: relative;
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 0;
    color: var(--primary-color);
    padding: 12px 25px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color ease 0.5s;
    transition: color ease 0.5s;
    cursor: pointer;
    border-radius: 8px;
}

.btn--outline::before,
.btn--outline::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
    transition: all ease 0.5s;
}

.btn--outline::before {
    left: -50%;
}

.btn--outline::after {
    right: -50%;
}

.btn--outline:hover {
    color: #ffffff;
}

.btn--outline:hover::before {
    left: 0;
}

.btn--outline:hover::after {
    right: 0;
}


.btn-ring {
  display: none;
  position: absolute;
  top: 2px;
}
.btn-ring::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  -webkit-animation: ring 1.2s linear infinite;
          animation: ring 1.2s linear infinite;
}

.switch-toggles .btn-ring{
  right: 0;
}

.switch-toggles .btn-ring::after{
  width: 15px;
  height: 15px;
}

.add-money input {
  position: relative;
  padding-right: 90px;
}
.add-money .currency {
  position: absolute;
  top: 37px;
  right: 12px;
}
.add-money .currency .nice-select {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-radius: 0px 5px 5px 0px;
}
.add-money .currency .nice-select .list {
  color: rgba(0, 0, 0, 0.8274509804);
}
.add-money .currency .nice-select::after {
  border-bottom: 2px solid var(--secondary-color);
  border-right: 2px solid var(--secondary-color);
}
/* customized editor */
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    min-height: 200px !important;
    border-radius: 0 0 10px 10px !important;
    background-color: rgba(27, 46, 81, 0.7215686275) !important;

}

.ck.ck-toolbar>.ck-toolbar__items {
    background:var(--primary-color) !important;
    color: white ;
}
/* Modal of payment process */
/* Custom Modal Styling */
.custom-modal {
    border-radius: 12px;
    border: none;
    overflow: hidden;
    background: var(--secondary-color);
    color: white;
}

.custom-modal-header {
    background-color: transparent;
    color: white;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 1.5rem;
}

.custom-modal-header .modal-title {
    font-weight: 600;
    font-size: 1.25rem;
}

.custom-modal-body {
    padding: 1.5rem;
    background-color: var(--secondary-color);
    color: white;
}

/* Payment Instruction Section */
.payment-instruction-section {
    padding-bottom: 1rem;
}

.payment-instruction-section .section-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.payment-instruction-section p {
    color: white;
}

/* Payment Detail Section */
.payment-detail-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.detail-item {
    padding-bottom: 1rem;
}

.detail-item:last-child {
    padding-bottom: 0;
}

.detail-label {
    color: var(--primary-color);
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.detail-value {
    color: white;
    font-weight: 500;
    display: block;
    padding: 0.5rem 0.75rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    border-left: 3px solid var(--primary-color);
}

/* Screenshot Preview */
.screenshot-preview {
    display: flex;
    justify-content: center;
}

.payment-screenshot {
    max-width: 200px;
    max-height: 200px;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 5px;
}

.payment-screenshot:hover {
    border-color: var(--primary-color);
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(255, 89, 123, 0.2);
}

/* Modal Footer */
.custom-modal-footer {
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 1.5rem;
}

/* No payment info text */
.modal-body p {
    color: white;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .custom-modal-body {
        padding: 1rem;
    }
    
    .payment-detail-section {
        padding: 1rem;
    }
    
    .payment-screenshot {
        max-width: 150px;
        max-height: 150px;
    }
}
/*-------------------------------------------------
    [ ## cookie block ]
*/
.cookie-main-wrapper {
  background-color: rgb(31, 41, 55);
  padding: 20px 30px;
  border-radius: 20px;
  position: fixed;
  bottom: -300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
}
@media only screen and (max-width: 767px) {
  .cookie-main-wrapper {
    display: block;
    width: 90%;
  }
}
.cookie-main-wrapper .cookie-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .cookie-main-wrapper .cookie-content {
    width: unset;
  }
}
@media only screen and (max-width: 575px) {
  .cookie-main-wrapper .cookie-content {
    width: 100%;
    display: block;
  }
}
.cookie-main-wrapper .cookie-content svg {
  width: 40px;
  height: auto;
  fill: rgb(125, 211, 252);
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .cookie-main-wrapper .cookie-content svg {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cookie-main-wrapper .cookie-content p {
  width: calc(100% - 40px);
  color: rgb(255, 255, 255);
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.cookie-main-wrapper .cookie-content p a {
  text-underline-offset: 2px;
  text-decoration-style: dotted;
  text-decoration-line: underline;
}
@media only screen and (max-width: 575px) {
  .cookie-main-wrapper .cookie-content p {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-main-wrapper .cookie-btn-area {
    margin-top: 20px;
  }
}
.cookie-main-wrapper .cookie-btn-area button, .cookie-main-wrapper .cookie-btn-area input[type=button], .cookie-main-wrapper .cookie-btn-area input[type=reset], .cookie-main-wrapper .cookie-btn-area input[type=submit] {
  color: rgb(255, 255, 255);
  padding: 0.5rem 0.75rem;
  background-color: rgb(55, 65, 81);
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cookie-main-wrapper .cookie-btn-area button:hover, .cookie-main-wrapper .cookie-btn-area input[type=button]:hover, .cookie-main-wrapper .cookie-btn-area input[type=reset]:hover, .cookie-main-wrapper .cookie-btn-area input[type=submit]:hover {
  background-color: rgba(75, 85, 99, 0.8);
}
/*-------------------------------------------------
    [ ## cookie block end ]
*/ 

.rtl {
  direction: rtl;
}
.rtl .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  top: -5px;
}
.rtl .search-history .search-btn {
  border-radius: 5px 0px 0px 5px;
}
.rtl .chat-container .media.media-chat-reverse .media-body p::before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: -10px;
  right: auto;
}
.rtl .chat-container .media .media-body p::before {
  right: -10px;
  left: auto;
}
.rtl .header-action {
  margin-left: 0px;
  margin-right: 10px;
}
.rtl .navbar-right .header-action .btn-active {
  margin-right: 20px;
  margin-left: 0px;
}
.rtl .footer-section .subscribe-form button {
  left: 0px;
  right: auto;
  border-radius: 10px 0px 0px 10px;
}
.rtl .footer-section .subscribe-form input {
  padding-right: 25px;
  padding-left: 68px;
}
.rtl .input-group-text {
  border-radius: 10px 0px 0px 10px !important;
}
.rtl .sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  left: 25px;
  right: auto;
}
.rtl .about-section .about-thumb .img-bage {
  left: -50px;
  right: auto;
}
.rtl .swiper-content .hero-area .calendar {
  margin-left: 15px;
  margin-right: 0px;
}
.rtl .contact-section .contact-wrapper .contact-box .contact-widget .contact-item-content {
  padding-right: 20px;
  padding-left: 0px;
}
.rtl .contact-section .contact-wrapper .contact-box .contact-widget {
  border-radius: 0px 10px 10px 0px;
}
.rtl .country-form-wrapper .country-form .form-group .custom-select {
  left: 0px;
  right: auto;
  border-radius: 5px 0px 0px 5px !important;
}
.rtl .custom-select img {
  margin-left: 10px;
  margin-right: 0px;
}
.rtl .country-form-wrapper .country-form .form-group .custom-select .custom-select-inner::before {
  left: 10px;
  right: auto;
}
.rtl .country-form-wrapper .country-form .form-group .custom-select .custom-select-inner::after {
  left: 13px;
  right: auto;
}
.rtl .custom-select-list .custom-option img {
  margin-left: 20px;
  margin-right: 0px;
}
.rtl .country-form-wrapper .country-form .form-group input {
  padding-left: 140px;
  padding-right: 25px;
}
.rtl .page-change-area .navigation-wrapper a.right {
  margin-right: auto;
  margin-left: 0;
}
.rtl .kyc-information-data .type {
  margin-right: 20px;
  margin-left: 0px;
}
.rtl .preview-page-wrapper .preview-item i {
  margin-left: 8px;
  margin-right: 0px;
}
.rtl .custom-select .custom-select-inner::before {
  left: 12px;
  right: auto;
}
.rtl .custom-select .custom-select-inner::after {
  left: 15px;
  right: auto;
}
.rtl .auction-page .a-user-info {
  margin-right: 10px;
  margin-left: 0px;
}
.rtl .auction-page .custom-table .pay {
  margin-left: 5px;
  margin-right: 0px;
}
.rtl .features .card .icon {
  margin-right: 0px;
  margin-left: 8px;
}
.rtl .testimonial-content {
  padding-right: 30px;
  padding-left: 0px;
}
.rtl .blog-details .me-3 {
  margin-right: 0px;
  margin-left: 10px;
}
.rtl .create-auction .form-group .curency-rate-2 {
  left: 12px;
  right: auto;
  border-radius: 15px 0px 0px 15px;
}
.rtl .create-auction .form-group .curency-rate {
  right: 12px;
  left: auto;
  border-radius: 0px 15px 15px 0px;
}
.rtl .money-transfer-card .input-group .nice-select {
  border-radius: 15px 0px 0px 15px !important;
}
.rtl .badge {
  margin-right: 5px;
}

.rtl .la-arrow-right,
.rtl .la-chevron-right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .footer-section .footer-widget-heading h3::before {
  left: auto;
  right: 0px;
}

.rtl .navbar-expand-lg .navbar-toggler {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.rtl .header-bottom-area .navbar-collapse .main-menu li {
  padding-left: 40px;
  padding-right: 0px;
}

.rtl .header-bottom-area .navbar-collapse .main-menu {
  margin-right: auto !important;
}

.rtl .custom-check-group label::before {
  margin-left: 8px;
  margin-right: 0;
}

.rtl .footer-top-area .footer-social li + li {
  margin-right: 20px;
  margin-left: 0;
}

.rtl .appointment-preview .booking-area .list-wrapper .list span {
  float: left;
}

.rtl .radio-wrapper .radio-item img {
  margin-left: 5px;
  margin-right: 0px;
}

.rtl .blog-section .blog-item .blog-img img {
  border-radius: 0px 10px 10px 0px;
}

.rtl .category-widget-box .category-list li span {
  float: left;
}

.rtl .single-popular-item .popular-item-content {
  padding-right: 15px;
  padding-left: 0px;
}

.rtl .blog-list li::before {
  right: 0;
  left: auto;
}

.rtl .blog-list li {
  padding-right: 35px;
  padding-left: 0px;
}

.rtl .blog-tag-wrapper .blog-footer-tag li + li {
  margin-right: 10px;
  margin-left: 0;
}

.rtl .blog-tag-wrapper span {
  margin-left: 10px;
  margin-right: 0px;
}

.rtl .contact-widget-item-wrapper .contact-widget-item .contact-widget-content {
  padding-right: 10px;
  padding-left: 0px;
}

.rtl .register-section .register-form .login-form .login-button {
  margin-left: 5px;
  margin-right: 0px;
}

.rtl .register-section .register-form .login-form .register-button {
  margin-right: 5px;
  margin-left: 0px;
}

.rtl .show-pass {
  left: 26px;
  right: auto !important;
}

.rtl .show_hide_password input {
  padding-left: 40px;
  padding-right: 25px;
}

.rtl .show-pass-2 {
  left: 26px;
  right: auto !important;
}

.rtl .show_hide_password-2 input {
  padding-left: 40px;
  padding-right: 25px;
}

.rtl .show-pass-3 {
  left: 26px;
  right: auto !important;
}

.rtl .show_hide_password-3 input {
  padding-left: 40px;
  padding-right: 25px;
}

.rtl .sidebar {
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .rtl .sidebar {
    right: -300px;
  }
}
@media only screen and (max-width: 1199px) {
  .rtl .sidebar.active {
    right: 0px;
  }
}
.rtl .body-wrapper {
  padding-right: 285px;
  padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
  .rtl .body-wrapper {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 520px) {
  .rtl .body-wrapper {
    padding-left: 8px;
  }
}
.rtl .body-wrapper.active {
  padding-right: 85px;
  padding-left: 10px;
}

.rtl .navbar-wrapper {
  margin-right: 250px;
  margin-left: 0px;
}

@media only screen and (max-width: 1199px) {
  .rtl .navbar-wrapper {
    margin-right: 0;
  }
}
.rtl .navbar-wrapper.active {
  margin-right: 85px;
}

@media only screen and (max-width: 1199px) {
  .rtl .navbar-wrapper.active {
    margin-right: 65px;
  }
}
.rtl .notification-wrapper {
  left: 0;
  right: auto;
}

.rtl .notification-wrapper .notification-list li .content {
  padding-right: 10px;
}

.rtl .dashboard-list-user-wrapper .dashboard-list-user-content {
  padding-right: 20px;
}

.rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
  margin-left: 10px;
  margin-right: 0px;
}

.rtl .preview-list-user-wrapper .preview-list-user-content {
  padding-right: 20px;
  padding-left: 0px;
}

.rtl .dashboard-title-part .left .icon {
  margin-left: 10px;
  margin-right: 0px;
}

.rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.rtl .profile-thumb-content .profile-content {
  padding-right: 10px;
  padding-left: 0px;
}

.rtl .profile-thumb-content .profile-content .user-info-list li i {
  margin-left: 6px;
  margin-right: 0px;
}

.rtl .custom-check-group label::before {
  margin-left: 10px;
  margin-right: 0;
}

.rtl .custom-check-group input:checked + label::after {
  right: 7px;
  top: 5px;
}

.rtl .chat-container .media.media-chat-reverse {
  margin-right: auto;
  margin-left: 0;
}

.rtl .card-header-user-area .card-header-user-content {
  padding-right: 15px;
  padding-left: 0px;
}

.rtl .kyc-preview .kyc-title i {
  margin-left: 10px;
  margin-right: 0;
}

.rtl .withdraw-form .input-form .custom-currency {
  left: 0;
  right: auto;
  border-radius: 5px 0px 0px 5px;
}

.rtl .withdraw-form .input-form input {
  padding-left: 60px;
  padding-right: 25px;
}

.rtl .feature-section .feature-section-area .feature-details {
  padding-right: 20px;
}

.rtl .feature-section .feature-section-area .feature-details .icon {
  margin-left: 0px;
  margin-right: 10px;
}