html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "SFProDispla";
}

section {
  padding: 40px 0;
  position: relative;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: "Avenir LT Std";
  /* text-transform: capitalize; */
  font-weight: 700 !important;
}

h4 {
  font-size: 20px;
}

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

a:hover {
  text-decoration: none;
}

.blue-color {
  color: #007bff;
}
a {
  cursor: pointer;
}
.rectangle-md .image,
.avatar-xx .image,
.avatar-sm .image,
.avatar-md .image,
.avatar-lg .image,
.avatar-xl .image,
.avatar-xxl .image,
.avatar-xxxl .image,
.avatar-xs .image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  overflow: hidden;
  background: #f8faf9;
  position: relative;
  height: 60px;
  width: 60px;
}

.avatar-xx .image {
  height: 18px;
  width: 18px;
}

.avatar-xs .image {
  height: 25px;
  width: 25px;
}

.avatar-sm .image {
  height: 40px;
  width: 40px;
}

.avatar-lg .image {
  height: 80px;
  width: 80px;
}

.rectangle-md .image {
  height: 70px;
  width: 100px;
}

.avatar-xl .image {
  height: 100px;
  width: 100px;
}

.avatar-xxl .image {
  height: 125px;
  width: 125px;
}

.avatar-xxxl .image {
  height: 155px;
  width: 155px;
}

.avatar-xx .image img {
  max-height: 18px;
  object-fit: contain;
}

.avatar-xs .image img {
  max-height: 25px;
  object-fit: contain;
}

.avatar-md .image img {
  object-fit: contain;
  max-height: 60px;
}

.rectangle-md .image img {
  object-fit: contain;
  max-height: 70px;
}

.avatar-lg .image img {
  object-fit: contain;
  max-height: 80px;
}

.avatar-xl .image img {
  object-fit: contain;
  max-height: 100px;
}

.avatar-xxl .image img {
  object-fit: contain;
  max-height: 125px;
}

.avatar-xxxl .image img {
  object-fit: contain;
  max-height: 150px;
}

.avatar-sm .image img {
  max-height: 40px;
  object-fit: contain;
}

.fade:not(.show) {
  opacity: 1;
}

.user-dropdown {
  background: #818587;
  box-shadow: 0px 3px 16px #c4c4c433;
  border: 0.5px solid #b2b2b282;
  border-radius: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.user-dropdown .user-mern-icon {
  filter: invert(1);
}

.navbar-nav {
  align-items: center;
}

.input-group i {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ddd;
  font-size: 12px;
  color: #000;
  border-right: none;
  background: #fff;
  padding-top: 4px;
}

.input-group input.form-control.rounded {
  border-radius: 0 !important;
  border-left: none;
  background: #fff !important;
  max-width: 100%;
  height: 38px;
  border: none;
  color: #707070;
  font-size: 14px;
  padding: 0 10px;
}

.user-dropdown .count {
  width: 20px;
  height: 20px;
  background: #ff385c;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  top: -8px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

body {
  font-family: Poppins;
}

.banner .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.btn-white {
  background: #fff;
  color: #00538f;
  box-shadow: 0px 3px 34px #effaff3b;
  border-radius: 45px;
}

.line-bottom {
  position: relative;
}

.line-bottom:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 45px;
  height: 3px;
  background: #1068a8;
  border-radius: 10px;
}

.text-primary {
  color: #1068a8 !important;
}

.text-gray {
  color: #8c8c8c !important;
}

.text-light {
  color: #8e8e8e !important;
}

.font-el {
  font-weight: 200;
}

.font-lt {
  font-weight: 300;
}

.font-rg {
  font-weight: 400;
}

.font-md {
  font-weight: 500;
}

.font-sb {
  font-weight: 600;
}

.font-bl {
  font-weight: 700;
}

.size-6 {
  font-size: 6px;
}

.size-8 {
  font-size: 8px;
}

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

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

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

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

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

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

.size-22 {
  font-size: 22px;
}

.size-24 {
  font-size: 24px;
}

.card .img {
  height: 250px;
  display: flex;
  justify-content: center;
  position: relative;
}

.card .img-sm {
  height: 75px;
  display: flex;
  justify-content: center;
  position: relative;
}

a {
  color: #4472c7;
}

.card .img-md {
  height: 100px;
  display: flex;
  justify-content: center;
  position: relative;
}

.card .img > img,
.card .img-sm > img,
.card .img-md > img {
  max-width: 100%;
}

.card.shadow {
  box-shadow: 2px 8px 30px #b3d2f147 !important;
  overflow: hidden;
}

.rounded-md {
  border-radius: 8px;
}

.rounded-md-br {
  border-radius: 0 0 8px 8px;
}

.rating {
  color: #eb4219;
}

.rating i:not(.active) {
  opacity: 0.5;
}

.rating i.fa:not(:last-child) {
  margin-right: 2px;
}

.card .img .br {
  bottom: 10px;
  right: 10px;
  position: absolute;
  z-index: 1;
}

.swiper-button-prev {
  left: 14px !important;
}

.swiper-button-prev:before {
  content: "";
  background: url(../img/icons/circle-arrow-r.svg) no-repeat center / 100%;
  width: 50px;
  height: 50px;
  z-index: 9999;
  display: block;
  position: absolute;
  transform: rotate(180deg);
}

.swiper-button-next {
  right: 12px !important;
}

.swiper-button-next:before {
  content: "";
  background: url(../img/icons/circle-arrow-r.svg) no-repeat center / 100%;
  width: 50px;
  height: 50px;
  z-index: 9999;
  display: block;
  position: absolute;
}

.bg-img {
  background-size: cover !important;
}

.bg-center {
  background-position: center !important;
}

.overlay-primary,
.overlay-dark,
.overlay-bl {
  position: relative;
  overflow: hidden;
}

.overlay-primary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #8ac6f1;
  opacity: 0.41;
}

.overlay-dark:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.61;
}

.overlay-bl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.34;
}

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

.rounded-lg-tr {
  border-radius: 15px 15px 0 0 !important;
}

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

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

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

.bg-red {
  background: #ff0000;
}

.bg-light {
  background: #f7f7f7;
}

.bg-sky {
  background: #f6fbff;
}

.bg-lsky {
  background: #fcfeff;
}

.bg-primary-lt {
  background: rgba(0, 108, 187, 0.19) !important;
}

.text-dl {
  color: rgba(0, 0, 0, 0.64);
}

.widget .list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget .list li {
  margin-top: 8px;
}

.widget .list a {
  color: rgba(0, 0, 0, 0.64);
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-light .navbar-nav.space .nav-item {
  margin-right: 20px;
  cursor: pointer;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 0.875rem;
}

.navbar-nav li a {
  color: #212121;
}

select.no-arrow {
  appearance: none;
  outline: 0;
}

.btn {
  font-size: 0.875rem;
  line-height: 100%;
  border-radius: 11px !important;
  cursor: pointer;
}

.btn-primary {
  border-color: #282b35 !important;
  background: #282b35 !important;
  color: #fff !important;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 0;
}

.btn-primary:hover {
  background: #282b35;
  border-color: #282b35;
}

.btn-secoundary {
  border: 1px solid #212121;
  font-weight: 600;
  padding: 15px 10px;
}

.form-control.lg {
  min-height: 56px;
}

.form-control.bg {
  background-color: rgba(0, 108, 187, 0.04);
  border-color: rgba(0, 108, 187, 0.04);
  box-shadow: none;
}

.form-control[class*="-icon"] {
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 16px;
}

.form-control.user-icon {
  background-image: url(../img/icons/user.svg);
}

.form-control.pwd-icon {
  background-image: url(../img/icons/lock.svg);
  padding-right: 40px;
}

.form-control.email-icon {
  background-image: url(../img/icons/email.svg);
}

.form-control.call-icon {
  background-image: url(../img/icons/call.svg);
}

.form-control.card-icon {
  background-image: url(../img/icons/card.svg);
}

.form-control.building-icon {
  background-image: url(../img/icons/building-2.svg);
  background-position: top 18px left 20px;
}

.bg-blur {
  background: url(../img/body-overlay-img.png) no-repeat center / cover;
  width: 100%;
  height: 100vh;
}

.bottom-line {
  position: relative;
}

.bottom-line:after {
  content: "";
  position: absolute;
  bottom: -8px;
  background: #006cbb;
}

.bottom-line.sm:after {
  width: 16px;
  height: 3px;
}

.bottom-line.border-center:after {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.swiper-pagination.position-normal {
  position: initial !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination.position-normal .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  background: #006cbb !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
}

.form-group.password {
  position: relative;
}

.form-group.password .sh-pwd {
  position: absolute;
  top: 18px;
  right: 12px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../img/icons/eye.svg) no-repeat center / 20px;
}

.radio-lg {
  position: relative;
  overflow: hidden;
}

.radio-lg input[type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.radio-lg input[type="radio"]:checked + em {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #006cbb;
}

.radio-lg input[type="radio"]:checked + em + span {
  color: #fff;
  position: relative;
}

.mxh-250 {
  max-height: 235px;
  overflow-y: auto;
}

.form-check-label .form-check-input {
  top: 2px;
}

.slim-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #a2a2a2;
}

.slim-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.slim-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c0c4c7;
}

.resize-none {
  resize: none;
}

.shadow-navbar {
  box-shadow: 0px 3px 18px #b3d2f16e;
  background: #fff !important;
}

.navbar {
  padding: 1.4rem 1rem;
}

.wrapper {
  padding-top: 100px;
}

.search-box .search-input {
  border-color: #3389c9;
  min-height: 48px;
  border-radius: 8px;
  background: url(../img/icons/search.svg) no-repeat center left 15px / 20px;
  padding-left: 50px;
}

.search-box .suggestion {
  position: absolute;
  top: 100%;
  right: 15px;
  left: 15px;
  background: #fff;
  padding: 8px 15px;
  z-index: 9;
  box-shadow: 0px 0px 16px #b3d2f1e6;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-box .suggestion.active {
  visibility: visible;
  opacity: 1;
}

.search-box .suggestion ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  max-height: 155px;
  overflow-y: auto;
}

.search-box .suggestion ul li {
  margin: 5px 0;
  color: #8f8f8f;
  color: #8f8f8f;
  color: #8f8f8f;
}

.search-form {
  background: #fff;
  box-shadow: 0px 20px 34px #006cbb26;
  border: 1px solid #000000a8;
  border-radius: 22px;
  padding: 15px 5px;
}

.search-form .type {
  outline: none;
}

.search-form .dropbox {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 22px;
  min-width: 350px;
  background: #fff;
  box-shadow: 0px 20px 34px #006cbb29;
  border: 1px solid #707070;
  border-radius: 18px;
  left: 0;
  padding: 25px 32px;
}

.search-form .dropbox.md {
  max-width: 300px;
  min-width: 300px;
}

.search-form .dropbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.search-form .dropbox > ul li {
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.search-form .dropbox ul li .icon {
  width: 45px;
  height: 45px;
  background: rgba(0, 108, 187, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 6px;
}

.search-form label {
  font-size: 14px;
  color: #000;
  line-height: 15px;
}

.search-form .type {
  font-size: 14px;
  padding: 0;
}

.ui-slider .ui-slider-handle em {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  font-size: 12px;
  font-style: normal;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
  color: #000 !important;
}

.ui-widget.ui-widget-content.sm em {
  margin-top: 4px;
  font-size: 10px;
}

.ui-widget.ui-widget-content.colored {
  border: 1px solid #e9e9e9;
  background: #e9e9e9;
  height: 8px;
  border-radius: 20px;
}

.ui-widget.ui-widget-content.colored.sm {
  height: 6px;
}

.ui-widget.ui-widget-content.colored .ui-slider-range {
  background: #ec4119;
}

.ui-widget.ui-widget-content.colored .ui-slider-handle {
  background: #ec4119;
  border-color: #ec4119;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  outline: none !important;
}

.ui-widget.ui-widget-content.colored.sm .ui-slider-handle {
  width: 10px;
  height: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 0px !important;
  bottom: 0 !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.accordion [aria-expanded="true"] .button {
  transform: rotate(45deg);
}

.bootstrap-select.default > .btn,
.bootstrap-select.default > .btn:hover,
.bootstrap-select.default > .btn:focus {
  background: #fff;
  font-size: 12px;
  border-radius: 10px;
  color: #006cbb;
  height: 35px;
  display: flex;
  line-height: 22px;
  outline: none !important;
  box-shadow: none !important;
}

.bootstrap-select.default.rounded-md .dropdown-menu {
  box-shadow: 0px 0px 9px #b3d2f154;
  border-radius: 10px;
  border: none;
}

.bootstrap-select.default.rounded-md .dropdown-menu .inner {
  min-height: initial;
  max-height: 110px;
  font-size: 12px;
}

.bootstrap-select.default.rounded-md .dropdown-menu .inner li a {
  padding-top: 2px;
  padding-bottom: 2px;
}

.bootstrap-select.default.rounded-md
  .dropdown-menu
  .inner::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #a2a2a2;
}

.bootstrap-select.default.rounded-md .dropdown-menu .inner::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.bootstrap-select.default.rounded-md
  .dropdown-menu
  .inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c0c4c7;
}

.default-dropdown {
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgb(179 210 241 / 70%);
  border: none;
}

.default-dropdown.no-hover a:hover,
.default-dropdown.no-hover a.active {
  background: transparent;
  color: #006cbb;
}

.fancy-input,
.fancy-select {
  width: 150px;
  text-align: center;
}

.fancy-input.auto,
.fancy-select.auto {
  width: auto;
}

.fancy-select.auto .bootstrap-select .dropdown-menu {
  min-width: auto;
}

.fancy-select.auto .inner label.label {
  padding-right: 35px;
  padding-left: 35px;
  text-align: center;
  justify-content: center;
}

.fancy-input > .inner,
.fancy-select > .inner {
  border: 1px solid #8f8f8f;
  position: relative;
  border-radius: 4px;
}

.fancy-input .inner .label,
.fancy-select .inner .label {
  color: #a7a7a7;
  margin: 0;
  width: 100%;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.fancy-select .inner label.label {
  text-align: left;
  justify-content: space-between;
  padding: 0 10px;
}

.fancy-select .inner label.label:after {
  content: "\f107";
  font: 14px/1 FontAwesome;
  position: absolute;
  right: 7px;
}

.fancy-input input,
.fancy-select input {
  border: 0;
  text-align: center;
  position: relative;
  top: -2px;
  outline: 0 !important;
  margin: auto;
}

.fancy-input .inner:not(.active) .label + input,
.fancy-select .inner:not(.active) .label + input {
  display: none;
}

.fancy-select .inner .dropdown {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.fancy-select .dropdown button.btn {
  padding: 0;
  margin: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 0;
}

.fancy-select button.btn .filter-option-inner-inner {
  text-align: center;
}

.bg-primary {
  background-color: #006cbb !important;
}

.modal-body button.close.tr {
  position: absolute;
  top: 10px;
  right: 12px;
  font-weight: 400;
  font-size: 35px;
}

.fixed-rc {
  position: fixed;
  margin: auto;
  display: table;
  width: auto;
  padding: 8px 24px;
  transform: rotate(-90deg);
  top: 0;
  right: -43px;
  bottom: 0;
  height: 42px;
  border-radius: 12px 12px 0 0;
}

.bootstrap-select .dropdown-menu {
  box-shadow: 0px 0px 6px #006cbb42;
  border: none;
}

.bootstrap-select .dropdown-menu li a:hover {
  background: transparent;
  color: #006cbb;
}

.form-icon-group {
  box-shadow: 0px 5px 15px rgb(0 0 0 / 8%);
  border-radius: 10px;
  display: flex;
  min-height: 80px;
}

.form-icon-group .form-group {
  margin: 0;
}

.form-icon-group .over-label .label {
  position: absolute;
  color: #8f8f8f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-icon-group .icon {
  background: #1068a8;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.form-icon-group .icon img {
  max-height: 80px;
}

.form-icon-group .over-label {
  position: relative;
}

.form-icon-group .over-label .label {
  position: absolute;
  top: 30px;
  left: 24px;
}

.radio-n {
  display: flex;
  align-items: center;
  position: relative;
}

.radio-n input[type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.radio-n em {
  width: 15px;
  height: 15px;
  border: 1px solid #777777;
  border-radius: 10px;
  margin-right: 8px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.radio-n em:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #006cbb;
  border-radius: 10px;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-n input[type="radio"]:checked + em:after {
  width: 8px;
  height: 8px;
}

.radio-n input[type="radio"]:checked + em {
  box-shadow: 0px 3px 6px #00000029;
  border-color: #fff;
}

.radio-n span {
  color: #a7a7a7;
}

.radio-n input[type="radio"]:checked + em + span {
  color: #000;
}

.form-icon-group .form-group .form-control {
  padding-top: 2rem;
  font-size: 22px;
  box-shadow: none;
}

.form-icon-group.file [type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.form-icon-group .form-group.over-label.is-focused .label,
.form-icon-group .form-group.over-label.is-filled .label {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 12px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #8f8f8f;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}

.image-uploader {
  background: #b5d4eb;
  border-radius: 7px;
  position: relative;
  min-height: 300px;
}

.mh-200 {
  min-height: 200px;
}

.image-uploaded {
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-400 {
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-uploader .dragfile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.tn1 {
  position: relative;
  top: -0.1rem;
}

.tn4 {
  position: relative;
  top: -0.3rem;
}

.bg-info-l {
  background: rgba(0, 108, 187, 0.16);
  color: #006cbb;
}

.swiper:not(.swiper-initialized) {
  display: none;
}

.shadow-round {
  box-shadow: 0px 3px 15px #00000029 !important;
}

.progress {
  background: rgba(0, 108, 187, 0.24);
}

.progress.light {
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
}

.text-underline {
  text-decoration: underline;
}

.btn-primary-border {
  border: 2px solid #006cbb;
  border-radius: 8px;
  color: #006cbb;
}

.btn-primary-border:hover {
  background: #006cbb;
  color: #ffffff;
}

.btn-danger-border {
  border: 2px solid #ec4119;
  border-radius: 8px;
  color: #ec4119;
}

.btn-danger-border:hover {
  background: #ec4119;
  color: #ffffff;
}

.btn-primary-border .icon-black {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-primary-border:hover .icon-black {
  filter: grayscale(11) brightness(5);
}

.popup-box .popup {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #006cbb26;
  border: 1px solid #707070;
  border-radius: 50px;
  padding: 25px;
}

.popup-box {
  position: relative;
}

.popup-box .popop {
  display: none;
  position: absolute;
  top: -15px;
  left: -375px;
  width: 375px;
  padding: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  /* box-shadow: 0px 0px 15px #006cbb26; */
  border: 1px solid #707070;
  border-radius: 25px;
  z-index: 1;
}

.shadow-border {
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 22px;
}

.text-black {
  color: #000;
}

.text-orange {
  color: #ec4119;
}

.time-dropdown .dropdown button.btn,
.time-dropdown .dropdown button.btn:hover {
  background: rgba(0, 108, 187, 0.08) !important;
  color: #0c7acc !important;
  border-radius: 4px;
  box-shadow: none !important;
  outline: 0 !important;
  border-color: rgba(0, 108, 187, 0.08) !important;
  padding-left: 0;
  padding-right: 0;
  width: 42px;
  height: 42px;
  line-height: 30px;
  font-size: 18px;
}

.time-dropdown .dropdown button.btn .filter-option,
.time-dropdown .dropdown button.btn:hover .filter-option {
  text-align: center;
}

.time-dropdown button.btn:after {
  display: none;
}

.time-dropdown .dropdown .dropdown-menu .inner::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #a2a2a2;
}

.time-dropdown .dropdown .dropdown-menu .inner::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.time-dropdown .dropdown .dropdown-menu .inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c0c4c7;
}

.time-dropdown .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  width: 45px;
  padding: 5px;
  text-align: center;
}

.bootstrap-datetimepicker-widget table td.day.weekend {
  color: #006cbb;
}

.bootstrap-datetimepicker-widget table td.day.old {
  color: #cfcfcf;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 34px;
}

.bootstrap-datetimepicker-widget table th.dow {
  color: rgba(62, 62, 62, 0.5);
  font-weight: 400;
  padding-bottom: 10px;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th,
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
  background: transparent !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th.prev,
.bootstrap-datetimepicker-widget table thead tr:first-child th.next {
  font-size: 25px;
}

.btn-default-border {
  border: 2px solid #ebf3fa;
  color: #c7c7c7;
}

.btn-default-border:hover {
  background: #ebf3fa;
  color: #006cbb;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  color: #fff !important;
}

.view-gallery {
  height: 450px;
  overflow: hidden;
}

.view-gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-image {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 23px;
  color: #1068a8;
  overflow: hidden;
}

.add-image input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  cursor: pointer;
}

.view-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background: transparent !important;
  border: 1px solid #fff;
}

.view-gallery .swiper-pagination .swiper-pagination-bullet:hover,
.view-gallery
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

body.modal-open > *:not(.modal) {
  /* filter: blur(12px); */
}

body.modal-open .blur {
  filter: blur(18px);
}

/* .modal-backdrop {
    backdrop-filter: blur(12px)!important;
    -webkit-backdrop-filter: blur(12px);
    background-color: hsl(0deg 0% 0% / 43%) !important;
    opacity: 1!important;
} */

.card .img .users {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: 1px solid #ec4119;
  border-radius: 25px;
  background: #fff;
  display: flex;
  align-items: center;
}

.card .img .users .avatar-sm:not(:first-child) {
  margin-left: -16px;
}

.btn-light {
  background: #055c9b17;
  border-color: #055c9b17 !important;
  color: #006cbb;
}

.ellipsis {
  position: absolute;
  top: 13px;
  right: 10px;
}

.ellipsis.dropdown span[role="button"] img {
  display: inline-block;
  transform: rotate(90deg);
  width: 18px;
}

.profile-banner {
  position: relative;
}
input:focus-visible {
  outline: none;
}

.profile-banner .icon-bottom {
  position: absolute;
  right: 0;
  bottom: -21px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-banner .action-tb {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

.sidebar-primary a {
  padding: 10px;
  display: block;
  color: #000;
}

.sidebar-primary a:hover {
  text-decoration: none;
  color: #006cbb;
}

.sidebar-primary a.active {
  color: #0465c5;
}

.sidebar-primary a:not(.active):hover .icons img {
  filter: none;
}

.sidebar-primary a .icons {
  width: 33px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.sidebar-primary a .icons img {
  max-height: 20px;
  max-width: 22px;
}

.sidebar-primary a:not(.active) .icons img {
  filter: invert(1) grayscale(1);
}

.alert-danger {
  background: #ffd3d3;
  border-color: #ffd3d3;
  color: #f00 !important;
}

.avatar {
  position: relative;
}

.avatar .icon .button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-file,
.avatar .icon input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f6fbff;
}

.dropdown-menu.upload-dropdown .dropdown-item {
  position: relative;
  overflow: hidden;
}

.modal-header .tr {
  position: absolute;
  right: 10px;
}

.edit-input {
  position: relative;
}

.edit-input input.form-control {
  background: transparent;
}

.edit-input .edit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.border-solid {
  border-width: 2px !important;
}

nav.nav .nav-link:not(.active) {
  background: #fdf5f4 !important;
  opacity: 0.4 !important;
  border-color: #fdf5f4 !important;
}

nav.nav .nav-link {
  border: 1px solid #ec4119 !important;
  color: #ec4119 !important;
  border-radius: 50px;
  padding: 6px 20px;
}

.card .img .action.tr {
  position: absolute;
  top: 0;
  right: 0;
}

.card .img .action.tr .circle {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.switcher em {
  width: 48px;
  height: 18px;
  border: 1px solid rgb(194 194 194);
  display: inline-block;
  border-radius: 50px;
  vertical-align: middle;
  position: relative;
  background: rgba(65, 65, 65, 0.32);
}

.switcher em:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  left: -2px;
  width: 25px;
  height: 25px;
  background: #e3e3e3;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.switcher input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.switcher input[type="checkbox"]:checked + em {
  background: #aecdec;
  border-color: #aecdec;
}

.switcher input[type="checkbox"]:checked + em:after {
  left: 24px;
  background: #0b64bf;
}

.overlay-popup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}

.overlay-popup .popup-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-popup .popup-body .inner {
  background: #fff;
}

.btn-gray {
  border: 1px solid #b5b5b5;
  color: #b5b5b5;
}

.btn-gray:hover {
  background: #006cbb;
  color: #fff;
  border-color: #006cbb;
}

.border-1 {
  border-width: 1px;
}

.z-index-1 {
  z-index: 1;
}

.themed th {
  color: #8f8f8f;
  font-size: 18px;
  font-weight: 400;
}

.themed tbody tr {
  background: #f6fbff;
  margin: 10px 0;
}

.themed {
  border-spacing: 0 15px;
  border-collapse: separate;
}

.themed tbody tr td {
  padding-top: 18px;
  padding-bottom: 18px;
}

.themed tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}

.themed tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.icon-calendar {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.icon-calendar input[type="text"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.nav.dotted {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  border: none;
  margin: 0;
}

.nav.dotted .nav-link {
  color: #000;
  border: none;
  background: transparent;
  position: relative;
  z-index: 1;
}

.nav.dotted .nav-link em {
  display: flex;
  width: 20px;
  height: 20px;
  border: 2px solid #c2c2c2;
  border-radius: 10px;
  margin: 0 auto 7px;
  position: relative;
  background: #fcfeff;
}

.nav.dotted .nav-link em:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #c2c2c2;
  border-radius: 50px;
}

.nav.dotted .nav-link.active em {
  border-color: #006cbb;
}

.nav.dotted .nav-link.active em:after {
  background: #006cbb;
}

.nav.dotted .line {
  position: absolute;
  top: 17px;
  right: 87px;
  left: 65px;
  height: 2px;
  background: #c3c3c3;
}

.nav.dotted .line:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #006cbb;
}

.nav.dotted input[type="radio"]:nth-of-type(1):checked ~ .line:after {
  width: 0%;
}

.nav.dotted input[type="radio"]:nth-of-type(2):checked ~ .line:after {
  width: 50%;
}

.nav.dotted input[type="radio"]:nth-of-type(3):checked ~ .line:after {
  width: 100%;
}

.icon-option .opt {
  border: 1px solid #006cbb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.icon-option .opt img {
  max-height: 45px;
  position: relative;
  z-index: 1;
}

.icon-option .opt input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.icon-option .opt em {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon-option .opt input:checked + em {
  background: #006cbb;
}

.icon-option .opt input:checked + em + img {
  filter: invert(1) brightness(5);
}

.payment-cards .swiper-slider {
  position: relative;
}

.payment-cards .owl-stage {
  display: flex;
  align-items: center;
}

.payment-cards input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.payment-cards .owl-item img {
  max-height: 135px;
}

.payment-cards em {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.payment-cards input:checked + em {
  opacity: 1;
  visibility: visible;
}

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

.col-center {
  float: none;
  margin: 0px auto;
}

.pd-20 {
  padding: 30px;
}

p {
  color: #3e5862;
  font-size: 16px;
}

.meta-wrap-btn img {
  margin-right: 30px;
  width: 80px;
}

.top-heading-area {
  padding: 15px 0;
}

.line-box-wrap span {
  display: block;
  width: 30px;
  height: 20px;
  margin: 0px auto;
  z-index: 9;
  position: relative;
  background: #fff;
  text-align: center;
  color: #a8abaf;
}

.line-box-wrap {
  padding: 20px 0 30px;
  position: relative;
}

.line-box-wrap:before {
  border: 1px solid #ced4da;
  position: absolute;
  content: "";
  width: 100%;
  top: 32px;
  z-index: 0;
  left: 0;
  right: 0;
}

.btn-secoundry {
  border: 2px solid #ced4da;
  border-radius: 0px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign-in-box-wrap span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  padding: 25px 0 30px;
}

.meta-wrap-btn {
  margin-bottom: 20px;
}

.top-heading-area h1 {
  font-size: 32px;
  font-weight: 600;
}

.container-height-fixed,
.container-height-fixed .bg-white {
  height: 600px;
  overflow-y: hidden;
}

.container-height-fixed {
  transform: scale(0.85);
}

.slide-bg-style {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

.slide-bg-style:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ffffff03, #00000059);
}

.outter-page-slider {
  padding-left: 0;
}

.outter-page-content {
  position: absolute;
  bottom: 20px;
  padding: 20px;
}

.outter-page-content p,
.outter-page-content span,
.outter-page-content h3 {
  color: #fff;
}

.outter-page-content h3 {
  font-size: 27px;
  margin: 10px 0 7px;
}

.outter-page-content p {
  font-size: 16px;
  opacity: 0.9;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  background-image: url(../img/slider/slider-arrow.png) !important;
  width: 30px;
  height: 30px;
  position: absolute;
}

.slick-next:before {
  background-image: url(../img/slider/slider-allow1.png) !important;
}

.slick-prev {
  left: 10px;
  z-index: 999999999;
}

.slick-prev,
.slick-next {
  top: 62%;
  z-index: 99;
}

.slick-next {
  right: auto;
  left: 50px;
  z-index: 99;
  display: block;
}

input {
  border: 1px solid #707070;
}

.over-label label.label {
  transition: transform 0.2s ease-out, color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}

.over-label {
  position: relative;
}

.over-label label.label {
  left: 0;
  -webkit-transform: translate(-5px, 23px) scale(0.9);
  transform: translate(-5px, 23px) scale(0.9);
}

.form-control {
  height: 45px;
  padding: 0 15px;
  margin-bottom: 30px;
  border-radius: 0;
  border: 1px solid #dadee2;
}

.form-control:last-child {
  margin-bottom: 0 !important;
}

.form-group label.label {
  position: absolute;
  top: -10px;
  z-index: 5;
  left: 15px;
  background: #fff;
  padding: 0 4px;
  font-size: 14px;
  color: #8e9cb6;
}

.over-label.is-focused label.label,
.over-label.is-filled label.label {
  -webkit-transform: translate(-10px, -1px) scale(0.9);
  transform: translate(-10px, -1px) scale(0.9);
  background: #fff;
  padding: 0 8px;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #ced4da;
}

.password-field i.showPassword:after {
  content: "\F208";
  font: normal normal normal 24px/1 "Material Design Icons";
}

.password-field i {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
}

.remember-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.custom-control-label::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 0 !important;
}

.custom-control-label::after {
  top: 0;
}

.h6,
h6 {
  font-size: 0.9175rem;
}

.bootom-text-wrap {
  color: #152026;
  font-weight: 500;
  font-size: 0.9375rem;
}

.custom-control-label {
  line-height: 100%;
  vertical-align: middle;
}

.form-group.d-flex.otpInput input {
  text-align: center;
  width: 53px;
  height: 53px;
  padding: 0;
  background: transparent;
  border-radius: 0px;
  border: 2px solid #ced4da;
  font-size: 28px !important;
  font-weight: 700;
  margin-bottom: 20px;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #4472c7;
  border-color: #4472c7;
  box-shadow: none;
}

.edit-box-wrap {
  box-shadow: 0px 0px 6px #00000029;
  width: 120px;
  padding: 5px 15px;
  border-radius: 11px;
  position: absolute;
  right: 0;
  top: 35px;
  display: none;
  text-align: left;
  background-color: #ffffff;
}

.equal-height-all-pages {
  height: 600px;
  overflow-y: scroll;
}

.avatar.md .inner,
.avatar.lg .inner,
.avatar.xl .inner {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
}

.avatar.bordered .inner img {
  width: 100%;
  background: #fff;
}

.avatar .edit {
  position: absolute;
  right: 9px;
  bottom: 0;
  border-radius: 50px;
  overflow: hidden;
  background: #4472c7;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  top: -2px;
}

.avatar .edit i {
  color: #fff;
  font-size: 11px;
}

.avatar .edit input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}

/*******************/

footer,
section {
  padding: 50px 0;
}
section1 {
  padding: 25px 0;
}

.color-red {
  color: #ff0000 !important;
}

.black-bg-color {
  background: #282b35;
}

ul.footer-nav-link {
  display: flex;
  justify-content: center;
  padding: 0;
}

ul.footer-nav-link li {
  margin: 0 15px;
}

ul.footer-nav-link li a {
  color: #fff;
  list-style-type: none !important;
  opacity: 0.81;
}

ul.social-icon-list {
  display: flex;
  justify-content: end;
  list-style-type: none;
}

ul.social-icon-list li {
  margin: 0 7px;
  opacity: 0.81;
}

.footer-row-style {
  border-bottom: 2px solid rgb(255 255 255 / 20%);
}

.copyright-text span {
  color: #fff;
  opacity: 0.8;
}
.header-search-wrap {
  position: relative;
}
.header-search-wrap1 {
  position: relative;
}
.header-search-wrap i {
  color: #000;
  margin-right: 15px;
  font-size: 15px;
}

.fal-difference-box h4 {
  font-size: 18px;
  margin-top: 15px;
}

.fal-difference-box p {
  font-size: 14px;
}

.btn-style-wrapper {
  width: 330px;
}

.top-heading-style {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-heading-style a {
  color: #212121;
}

.top-heading-style a img {
  padding-left: 5px;
  margin-top: 0;
}
.marketplace-heading-style h2 {
  font-size: 27px;
}
.privacy-police-text p strong {
  color: #000;
  font-weight: 600;
}

.fatured-collection-img {
  width: 173px;
  height: 173px;
  overflow: hidden;
  border-radius: 38px;
  margin: 0px auto;
  box-shadow: 0px 3px 19px #00000029;
  position: relative;
  z-index: 1;
}

.fatured-collection-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fatured-collection-img img,
.popular-artists-img img {
  object-fit: cover;
  width: 100%;
}

.popular-artists-img {
  width: 124px;
  height: 124px;
  overflow: hidden;
  border-radius: 38px;
  margin: 0px auto;
  box-shadow: 0px 3px 19px #00000029;
  position: relative;
  z-index: 1;
}

.fatured-collection-box {
  text-align: center;
  position: relative;
}

.fatured-collection-data {
  box-shadow: 10px 29px 99px #2a2a2a1c;
  border-radius: 30px;
  border: 1px solid #bfbfbf47;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  width: 100%;
  bottom: 80px;
}

.fatured-collection-data h4 {
  font-size: 20px;
  margin-bottom: 2px;
  color: #212529;
}

.fatured-collection-data span {
  padding-bottom: 10px;
}

.fatured-collection-data span,
.popular-artists-content span {
  opacity: 0.56;
  color: #212529;
}

.popular-artists-content {
  text-align: center;
  margin-top: 15px;
}

.popular-artists-content h4 {
  font-size: 19px;
  margin-bottom: 4px;
  color: #000;
}

.popular-artists-box {
  margin-bottom: 30px;
}

.explore-nft-img {
  width: 100%;
  height: 210px;
  border-radius: 8px;
  overflow: hidden;
}

.explore-nft-img img {
  object-fit: cover;
  width: 100%;
  height: 210px;
}
.explore-nft-top-head span {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.explore-data-box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  min-height: 74px;
}

.explore-nft-btn a {
  flex: 0 0 48%;
  max-width: 48%;
  margin: 0 10px;
}

.explore-nft-btn a:first-child {
  margin-left: 0;
}

.explore-nft-btn a:last-child {
  margin-right: 0;
}

.explore-data1 span,
.explore-data1 strong {
  display: block;
  font-size: 14px;
  padding-bottom: 7px;
  line-height: 100%;
}
.explore-data1 span {
  font-size: 13px;
}

.explore-data2 {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}

.explore-data2 img {
  padding-bottom: 7px;
}

.explore-data2 > img {
  padding-bottom: 7px;
}

.explore-nft-top-head {
  display: flex;
  justify-content: center;
  background: #fff;
  margin-bottom: 10px;
  margin: 0px auto 10px;
  z-index: 1;
  position: relative;
  max-width: 180px;
  display: inline-flex;
  min-width: 100px;
  padding: 0px 10px;
}
.explore-data2 strong {
  font-size: 14px;
  line-height: 110%;
}
.explore-nft-top-head img {
  margin-right: 5px;
  width: 25px;
}

.explore-nft-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ddd;
  top: 12px;
}

.explore1-nft-box-art:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ddd;
  top: 12px;
}

.explore-nft-box {
  position: relative;
  display: flex;
  flex-direction: column;
}

.explore-icon-wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 47px;
  padding: 0 15px;
}

.explore-icon-wrap i {
  color: #fff;
}

.banner-group-btn {
  display: flex;
  justify-content: center;
}

.banner-group-btn a {
  width: 200px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 10px;
  font-size: 16px;
}

.banner-group-btn a img {
  filter: invert();
  margin-left: 8px;
}

.digital-art-box img {
  margin-bottom: 15px;
}

.digital-art-box h4 {
  font-size: 20px;
}

.digital-art-box p {
  font-size: 15px;
}

.digital-phtsical-row {
  position: relative;
}

.digital-phtsical-row:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 4px;
  background: #1c1c1c;
  top: 49px;
  margin: 0px auto;
  text-align: center;
  left: 0;
  right: 0;
}

.header-menu-wrap a.btn.btn-primary {
  padding: 12px 20px;
}

.bg-style-overlay-img img {
  width: 100%;
}

.bg-style-overlay-img {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.input-group-wrapper {
  width: 390px;
  display: flex;
  border: 1px solid #2f343e;
  border-radius: 7px;
  overflow: hidden;
  margin-right: 15px;
}

.input-group-wrapper i {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ddd;
  font-size: 15px;
  color: #000;
  border-right: none;
  background: #fff;
  padding-top: 0;
  margin-right: 0 !important;
}

.input-group-wrapper input.form-control {
  border-radius: 0 !important;
  border-left: none;
  background: #fff !important;
  max-width: 100%;
  height: 38px;
  border: none;
  color: #707070;
  font-size: 14px;
  padding: 0 10px;
}

.header-search-wrap-form {
  display: none;
  position: relative;
}

.header-search-toggle .header-search-wrap-form {
  display: block;
  /* position: absolute;
  left: auto;
  right: 0;
  bottom: auto; */
}

.header-search-toggle .search-icon {
  display: none;
}

.top-head-area span {
  font-weight: 700;
}

.top-head-area span {
  font-weight: 700;
}

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

ul.list-menu-style li {
  padding-bottom: 5px;
}

ul.list-menu-style li span {
  font-weight: 500;
}

ul.list-menu-style li span:first-child {
  opacity: 0.6;
  padding-right: 5px;
}

.current-price-box img {
  width: 30px;
}

.current-price-box h3 {
  font-size: 27px;
}

.current-price-box h3 span {
  display: block;
  font-size: 12px;
  opacity: 0.6;
}

.current-price-box span {
  opacity: 0.6;
  font-weight: 600;
}

.art-details-wrap a {
  width: 190px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.art-details-wrap a:first-child {
  margin-right: 10px;
}

.common-table-style table tr th {
  background: rgb(191 191 191 / 58%);
  font-weight: 500;
}

.common-table-style table tr:nth-child(even) {
  background: #f8f8f8;
}

.about-this-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px 15px;
  border: 1px solid #bfbfbf;
  border-radius: 7px;
}

.about-this-box h4 {
  margin-bottom: 0;
  line-height: 100%;
}

.certifiacation-img-wrap {
  width: 100%;
  height: 380px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  box-shadow: 6px 10px 40px #00000029;
}

.certifiacation-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 5px;
}

.view-box-wrap {
  background: #fff;
  position: absolute;
  display: flex;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 6px;
  /* width: 150px; */
  width: 130px;
  justify-content: space-between;
}

.view-box-wrap img {
  width: 15px;
}

ul.details-list-style {
  width: 100%;
}

ul.details-list-style li span {
  font-weight: 500;
  word-break: break-word;
}

ul.details-list-style li span:first-child {
  width: 240px;
  min-width: 240px;
  display: block;
  opacity: 0.6;
}
ul.details-list-style li span + a{
  overflow-wrap: anywhere;
}
ul.details-list-style li {
  display: flex;
  padding-bottom: 5px;
}

.top-head-area h2 img {
  width: 30px;
  margin-left: 10px;
  top: -5px;
  position: relative;
}

.top-head-area img.edit-icon {
  position: absolute;
  right: 15px;
  top: 0;
}

.edit-box-wrap {
  box-shadow: 0px 0px 6px #00000029;
  width: 120px;
  padding: 5px 15px;
  border-radius: 11px;
  position: absolute;
  right: 0;
  top: 35px;
  display: none;
  text-align: left;
}

.edit-box-wrap a {
  color: #0c121e;
  font-size: 13px;
  display: block;
  padding: 5px;
}

.show-edit-box .edit-box-wrap {
  display: block;
}

.clear-both {
  float: none;
  margin: 0px auto;
}

.certifiacation-img-wrap1 {
  height: auto;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 0px 40px #00000029;
}

.certifiacation-img-wrap1 img {
  width: 100%;
  object-fit: cover;
}

.art-info-content span {
  display: block;
  margin-bottom: 10px;
}

.art-info-content h4 {
  font-size: 25px;
}

.art-info-content h5 {
  opacity: 0.5;
  color: #0c121e;
  font-weight: 600;
}

.form-style-wrap .form-group label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5;
}

.form-style-wrap .form-group textarea {
  padding: 12px;
  background: #fcfcfc;
  width: 100%;
  border: none;
  height: 130px;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
}

.form-style-wrap .form-group span {
  font-size: 13px;
  line-height: 160%;
  display: block;
  margin-bottom: 5px;
}

.form-style-wrap .form-group select,
.form-style-wrap .form-group input {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border-radius: 6px;
  background: #fcfcfc;
  border: 1px solid #e9e9e9;
  outline: 0;
}

.border-right-wrap {
  border-right: 1px solid #212529;
}

.form-group-style {
  background: #fcfcfc 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 15px;
}

.certifiacation-img-wrap.certifiacation-img-wrap2 {
  height: 420px;
}

.sell-item-img {
  width: 300px;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}

.sell-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sell-item-details {
  padding: 0px 0 0 40px;
  position: relative;
}

.sell-item-details img {
  width: 35px;
  position: absolute;
  bottom: 0;
}

.sell-item-box {
  display: flex;
  padding: 20px;
  background: #fafafa;
  border-radius: 10px;
}

.sell-item-details span {
  display: block;
}

.sell-item-details h4 {
  font-size: 24px;
  font-weight: 500;
}

.sell-item-details h3 {
  font-size: 24px;
  font-weight: 600;
}

.sell-art-des h3 {
  font-weight: 700;
  font-size: 25px;
}

.sell-art-tabs .nav-tabs li {
  width: 50%;
}

.sell-art-tabs .nav-tabs li a {
  width: 100%;
  display: block;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  color: #2f333d;
  font-weight: 600;
}

.sell-art-tabs ul.nav.nav-tabs {
  border: none;
  margin-bottom: 20px;
  border-radius: 6px 0px 0px 6px;
  overflow: hidden;
}

.sell-art-tabs .nav-tabs li i {
  padding-bottom: 7px;
}

.sell-art-tabs .nav-tabs li a.active {
  background: #282b35;
  color: #fff;
}

.price-range-wrap .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #282b35;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 10px;
}

.price-range-wrap .slider:hover {
  opacity: 1;
}

.price-range-wrap .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #282b35;
  border-radius: 100%;
  cursor: pointer;
}
.price-range-wrap .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04aa6d;
  cursor: pointer;
}
.domestic-box-wrap {
  background: #fcfcfc;
  border-radius: 7px;
  border: 1px solid #e9e9e9;
}

.modal-logo-wrap {
  padding: 2px 15px 0;
}

.modal-logo-wrap img {
  width: 30px;
}

.modal-content {
  border: 1px solid #a3a3d8;
  border-radius: 29px;
  padding: 12px 10px 20px;
}

.modal-inner-area {
  text-align: center;
}

.modal-inner-area h4 {
  font-size: 26px;
}

.modal-footer button {
  flex: 0 0 48%;
  max-width: 48%;
}

.modal-footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: none;
  padding-top: 0;
}

.modal-dialog {
  max-width: 500px;
  /* 26-7-23 */
  width: 94%;
  margin: 15px auto;
}

.modal-inner-area p {
  margin-bottom: 0;
}

.banner-bg-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

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

.user-img-wrap {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0px 3px 19px #00000029;
}

.user-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-details-col {
  position: relative;
  top: -60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-top-area {
  align-items: center;
}

.user-top-area h3 {
  font-size: 32px;
}

.user-top-area img {
  width: 32px;
  margin-left: 10px;
}

.user-info-wrapper span {
  font-size: 22px;
  color: #000000;
  opacity: 0.59;
}

.user-info-wrapper p {
  color: #000;
  opacity: 0.65;
  font-size: 13px;
}

.user-info-wrapper .btn-primary {
  padding: 12px 25px;
  border-radius: 5px !important;
}

.dropdown-box img {
  cursor: pointer;
}

.user-tab-content ul.nav {
  border: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}

.user-tab-content ul.nav li a {
  color: #111111;
  opacity: 0.29;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: block;
}

.user-tab-content ul.nav li a.active {
  opacity: 1;
}

.user-tab-content ul.nav li a a.active {
  opacity: 1;
}

.user-tab-content ul.nav li {
  padding-right: 30px;
  white-space: nowrap;
}

.user-tab-content ul.nav li a.active:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  background: #000;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -5px;
}

.time-box-wrap {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 8px #00000078;
  max-width: 250px;
  padding: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 53%;
  left: 9px;
}

.user-search-box .input-group-wrapper {
  width: 180px;
}

.user-search-box {
  position: absolute;
  top: 4px;
  right: 0;
  display: flex;
  align-items: center;
}

.about-row-wrap {
  border-bottom: 1px solid #707070;
}

form.form-style-wrap {
  padding: 25px;
  background: #fcfcfc 0% 0% no-repeat padding-box;
}

.contact-us-box .form-style-wrap .form-group input {
  border: 1px solid #4a4f57;
  border-radius: 12px;
}

.contact-us-box .form-style-wrap .form-group label {
  margin-bottom: 5px;
  display: block;
}

.contact-us-box .form-style-wrap .form-group textarea {
  border: 1px solid #4a4f57;
  height: 200px;
  border-radius: 12px;
}

.contact-us-box .form-style-wrap button {
  width: 60%;
}

.privacy-police-text h4 {
  margin-bottom: 15px;
}

.privacy-list-style li {
  line-height: 220%;
  color: #3e5862;
}

.faq-box-wrapper {
  display: flex;
}

.faq-box-wrapper ul.nav {
  flex-direction: revert;
  flex: 0 0 20%;
  max-width: 20%;
  height: 100vh;
  overflow-x: hidden;
}

.faq-box-wrapper ul.nav.nav-tabs li a {
  color: #000;
  padding: 15px;
  display: block;
  font-weight: 600;
}

.faq-box-wrapper ul.nav.nav-tabs li a.active {
  border: 1px solid #b3aeae;
  border-radius: 7px;
  overflow: hidden;
  background: rgb(221 221 221 / 30%);
}

.faq-box-wrapper .tab-content {
  padding: 15px 40px;
}

.faq-box-wrapper .tab-content h3 {
  font-size: 22px;
  font-weight: 600;
}

.terms-bootom-content a.btn {
  border: 1px solid #000;
  padding: 9px 21px;
  width: 100px;
  margin-right: 15px;
  font-weight: 500;
}
span.required-msg-wrap {
  padding: 0 15px 25px;
  display: block;
  color: #707070;
  opacity: 0.47;
  font-style: italic;
  font-size: 15px;
}
.terms-bootom-content .d-flex {
  justify-content: center;
}

.terms-bootom-content h3 {
  font-size: 16px;
}

.faq-box-wrapper .tab-content .tab-pane {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.search-bar-wrapper .input-group-wrapper {
  width: 100%;
  border: 1px solid #2f333d42;
  background: #f9f9f96b;
}

.follwers-box-style1 img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
}

.follwers-box-style1 {
  display: flex;
  align-items: center;
}

.follwers-box-style1 h4 {
  font-size: 18px;
  margin: 0 0 3px;
}

.follwers-box-style1 p {
  margin: 0;
}

.follwers-box-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 10px 14px 99px #00000014;
  border: 1px solid #70707030;
  border-radius: 10px;
  padding: 20px 15px;
  overflow: hidden;
}

.follwers-box-style .btn-primary {
  padding: 12px 20px;
}

.social-link-listing li {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  background: #fcfcfc;
  align-items: center;
  margin-bottom: 15px;
}

.social-link-listing li .left-side-area {
  display: flex;
  align-items: center;
  width: 100%;
}

.social-link-listing li .left-side-area span {
  display: block;
  padding-left: 10px;
  margin: 0;
  line-height: 100%;
}

.social-link-listing li .left-side-area input {
  display: block;
  margin-left: 10px;
  line-height: 100%;
  font-size: 13px;
  width: 100%;
}

.update-profile-col .form-style-wrap {
  background: transparent;
  padding: 0 15px;
}

.update-btn-bottom a {
  width: 250px;
  display: block;
  margin-right: 25px;
}

.update-btn-bottom a:last-child {
  margin-right: 0;
}

.upload-file-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 18px;
}

.upload-file-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.proifle-image-box img.upload-img {
  position: absolute;
  bottom: -16px;
  right: 10px;
}

.proifle-image-box input[type="file"] {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.proifle-image-box h5 {
  text-align: left;
  font-size: 15px;
  padding-bottom: 3px;
}

.update-your-profile-box {
  padding: 30px 30px 50px;
  background: #fcfcfc;
  border-radius: 30px;
  overflow: hidden;
}

.explore-nft-btn.explore-nft-btn1 a {
  max-width: 31%;
  flex: 0 0 31%;
}

.explore-nft-btn.featured-collection-btn1 a {
  max-width: 50%;
  flex: 0 0 50%;
}

.explore-nft-btn.featured-collection-btn1 .buybtn {
  max-width: 50%;
  flex: 0 0 50%;
}

.explore-nft-btn.explore-nft-btn2 a {
  max-width: 100%;
  flex: 0 0 100%;
}
.register-nft-btn.register-nft-btn2 a {
  max-width: 50%;
  flex: 0 0 100%;
}

.update-btn-bottom {
  justify-content: center;
}

.document-upload-box {
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #00000005;
  border: 1px dashed #282b35;
  margin-bottom: 20px;
}

.document-upload-box1 {
  position: relative;
}

.document-upload-box1 input {
  opacity: 0;
  position: absolute;
  top: 20px;
  height: 120px;
  cursor: pointer;
  z-index: 9;
}

.form-group.verification-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form-group.verification-input input {
  border: 1px solid #4a4f57;
  border-radius: 7px;
  width: 50px !important;
  height: 50px;
  margin: 0 10px;
}

.close.modal-close-btn {
  position: absolute;
  right: 15px;
}

.metamask-box-wrap {
  background: #2e333d;
  width: 240px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 100px;
  box-shadow: 0px 1px 9px #00000029;
  border-radius: 20px;
  flex-direction: column;
  cursor: pointer;
}

.metamask-box-wrap h4 {
  color: #fff;
  position: relative;
  top: -14px;
  font-size: 18px;
}

ul.modal-share-list {
  display: flex;
  justify-content: center;
}

ul.modal-share-list li a {
  display: block;
  width: 50px;
  height: 50px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

ul.modal-share-list li a img {
  height: 18px;
}

ul.modal-share-list li {
  margin: 0px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul.modal-share-list li span {
  font-size: 12px;
  display: block;
  padding-top: 2px;
}

#sub-collection-dlt-modal .modal-dialog,
#art-price-modal .modal-dialog {
  max-width: 420px;
}

.eth-form-box {
  display: flex;
  border: 1px solid #707070;
  border-radius: 5px;
  overflow: hidden;
}

.eth-form-box .eht-box {
  background: #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
}

.eht-box img {
  width: 10px;
  margin-right: 5px;
}

.eth-form-box input {
  border: none;
  padding: 10px;
}

.fiilter-bar-box {
  text-align: left;
  border: 1px solid #212121;
  width: 350px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 10px;
  background: #fff;
  position: absolute;
  right: 0;
  z-index: 9;
  height: 400px;
  overflow-y: scroll;
  display: none;
  box-shadow: 0px 3px 19px #00000029;
}

.fiilter-bar-show .fiilter-bar-box {
  display: block;
}

.fiilter-bar-box::-webkit-scrollbar {
  width: 5px;
}

.fiilter-bar-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.marketplace-fillter-tab {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
}

.marketplace-fillter-tab .marketplace-fillter {
  padding-right: 5px;
  max-width: 45%;
  flex: 0 0 45%;
  font-size: 12px;
}

.price-range-box select {
  width: 100%;
  background: #f7f7f7;
  height: 40px;
  border-radius: 5px;
}

.price-range-data {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #282b35 0% 0% no-repeat;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 5px;
}

.price-range-data::-webkit-slider-thumb {
  width: 8px;
  height: 8px;
  background: #282b35;
  cursor: pointer;
  border-right: 50% !important;
}

.fiilter-bar-box h5 {
  font-size: 15px;
}

ul.profile-sub-menu {
  border: 1px solid #bfbfbf82;
  box-shadow: 0px 19px 52px #0000001c;
  border-radius: 9px;
  overflow: hidden;
  width: 200px;
  padding: 10px 0;
  display: none;
  position: absolute;
  left: -99px;
  top: 38px;
}

ul.profile-sub-menu li a {
  color: #000;
  padding: 6px 15px;
  display: block;
}

.profile-menu-nav1 .profile-sub-menu {
  display: flex;
  flex-direction: column;
  z-index: 9;
  background: #fff;
}

.profile-menu-nav {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.my-wallet-wrapper {
  position: fixed;
  background: #fff;
  height: 100vh;
  border: 1px solid #dadee2;
  box-shadow: -10px 0px 20px #15202619;
  height: calc(100vh - 115px);
  top: 114px;
  padding: 20px;
  width: 0px;
  right: -50px;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  z-index: 9;
}

.my-wallet-top {
  display: flex;
  justify-content: space-between;
}

.my-wallet-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
}

.my-wallet-top form.form-group span {
  border: none;
  font-size: 12px;
}

.my-wallet-top form.form-group {
  font-size: 11px;
}

.my-wallet-box {
  box-shadow: -15px 0px 19px #0000000f;
  text-align: center;
  padding: 25px 15px 15px;
  border-radius: 6px;
  overflow: hidden;
}

.wallet-show-wrap .my-wallet-wrapper {
  display: block;
  opacity: 1;
  right: 0;
  width: 300px;
}

.wallet-menu-wrap i {
  color: #212529;
}

.wallet-show-wrap {
  overflow: hidden;
}

#crypto-wallet-modal button.btn.btn-primary {
  background: transparent !important;
  max-width: 80% !important;
  display: block;
  flex: 0 0 80%;
  background: transparent;
  color: #000 !important;
  font-weight: 600;
}

#crypto-wallet-modal .modal-body {
  padding-top: 0 !important;
}

#crypto-wallet-modal .modal-dialog {
  max-width: 420px;
}

#crypto-wallet-modal .modal-inner-area h4 {
  font-size: 25px;
  font-weight: 500;
}

#make-offer-modal .modal-dialog {
  max-width: 450px;
}

ul.buying-confirmation-list li {
  display: flex;
  justify-content: space-between;
  line-height: 180%;
}

ul.buying-confirmation-list {
  padding: 25px 0 10px;
  border-top: 1px solid #ddd;
  height: 200px;
  overflow-y: scroll;
}

ul.buying-confirmation-list li span {
  font-size: 12px;
}

ul.buying-confirmation-list li span:last-child {
  font-weight: 600;
}

ul.buying-confirmation-list li span:first-child {
  opacity: 0.8;
}

.green-color {
  color: #0d9f2f;
}

#date-range-modal .modal-inner-area form.form-style-wrap {
  text-align: left;
  background: transparent;
}

.work-sale-box-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
}

.work-sale-box-img img {
  object-fit: cover;
  width: 100%;
  height: 100px;
}

.work-sale-box {
  background: #f4f4f4;
  padding: 15px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}

.work-sale-box-content {
  text-align: left;
  margin-left: 10px;
}

.work-sale-box-content span {
  display: block;
  font-size: 14px;
}

.work-sale-box-content h5 {
  font-size: 18px;
}

.sale-price-wrap span {
  display: block;
  text-align: right;
  font-size: 14px;
}

.accordion-style-wrap .card-header {
  padding: 0;
  text-align: left;
}

.accordion-style-wrap .card-header button {
  background: #f5f5f5;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.accordion-style-wrap .card-header span {
  height: 20px;
  border: 1px solid #000;
  display: block;
  width: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 5px;
}

.accordion-style-wrap .card-body {
  text-align: left;
}

.singel-footer-btn button {
  max-width: 100%;
  flex: 0 0 100%;
}

.user-details-col.user-details-col1 {
  top: 0;
  margin-bottom: 50px;
}

.sub-collection-serch .input-group-wrapper {
  width: 100%;
}

.edit-box-wrap a img {
  height: 15px;
  padding-right: 5px;
}

.notification-box-wrap {
  box-shadow: 0px 14px 99px #00000014;
  background: #fff;
  border: 1px solid #70707030;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.notification-box-wrap:last-child {
  margin-bottom: 0;
}
.notification-box-wrap p {
  font-size: 14px;
}
.header-menu-wrap a {
  color: #000;
}
.edit-sub-collection-box .upload-file-img {
  height: 300px;
}
.edit-sub-collection-box img.upload-img {
  position: absolute;
  bottom: 0;
  right: auto;
  top: 34px;
  left: 22px;
  cursor: pointer;
}
.edit-sub-collection-box .form-group textarea {
  height: 350px;
}
.art-collextion-box {
  background: #fcfcfc;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  padding: 25px 15px;
}
.art-collextion-box .popular-artists-img {
  width: 180px;
  height: 180px;
}
.art-collextion-box .popular-artists-content {
  text-align: left;
  width: 180px;
  margin: 15px auto 0;
}
.art-collextion-box .popular-artists-content h4 {
  font-size: 13px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}
.art-collextion-box .popular-artists-content span {
  display: block;
  font-size: 13px;
}
.art-collextion-box input {
  margin: 0px auto 15px;
  display: block;
}

.follwers-btn-wrap a.btn {
  width: 140px;
}

.collection-dropdown-list {
  box-shadow: 0px 0px 6px #00000029;
  padding: 5px 15px;
  border-radius: 11px;
  display: none;
  position: absolute;
  z-index: 9;
  background: #fff;
}

.user-tab-content ul.collection-dropdown-list li a {
  opacity: 1;
  color: #000;
  font-size: 13px !important;
  display: block;
  padding: 10px 0;
}

.delivery-box-style {
  display: flex;
  background: #00000005 0% 0% no-repeat padding-box;
  padding: 10px;
  border-radius: 9px;
  overflow: hidden;
  min-height: 110px;
  margin-bottom: 15px;
}

.delivery-box-style label {
  line-height: 120%;
  font-size: 13px;
  margin-left: 7px;
}

#delivery-art-work-modal .modal-dialog,
#delivery-art-work-modal1 .modal-dialog {
  max-width: 600px;
}

.delivery-box-style button {
  border: none;
  min-height: 110px;
  background: transparent;
  width: 100%;
  text-align: center;
}

.delivery-box-style button i {
  display: block;
  margin: 0px auto 5px;
}

.delivery-box-style1 {
  border: 1px dashed #000;
}

.delivery-box-style.delivery-box-border {
  border: 1px solid #000;
}

.add-other-modal-form .form-group input,
.add-other-modal-form .form-group select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0.30000001192092896px solid rgb(74 79 87 / 50%);
  border-radius: 7px;
}

.checkout-artist-wrap img {
  width: 80px;
  height: 80px;
  border: 5px;
  overflow: hidden;
}

.checkout-artist-details h4 {
  font-size: 14px;
}

.checkout-artist-details img {
  width: 14px;
  height: auto;
}

.checkout-artist-details p {
  font-size: 13px;
  height: auto !important;
  margin: 0;
}

.checkout-artist-details {
  margin-left: 13px;
}

.checkout-modal-price span {
  font-size: 12px;
}

.checkout-modal-price h4 {
  font-size: 15px;
  margin: 0;
}

.checkout-list-wrap li {
  display: flex;
}

.checkout-list-wrap li span {
  display: block;
  font-size: 13px;
}

.checkout-list-wrap li span:first-child {
  width: 200px;
}

.purchase li span:first-child {
  width: 240px!important;
}

.checkout-artist-wrap {
  background: #00000005 0% 0% no-repeat padding-box;
  padding: 10px;
}

.checkout-shiping-list li {
  display: flex;
  justify-content: space-between;
}

.checkout-shiping-list li span {
  font-size: 13px;
}

.checkout-shiping-list li span:last-child {
  font-weight: normal;
  text-align: right;
}

.kyc-review-box a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding-right: 7px;
  line-height: 100%;
}

.kyc-review-box i {
  color: yellow;
}
.modal-inner-area h4 {
  font-size: 24px;
}
.modal-logo-wrap a {
  font-size: 18px;
}
.user-top-area1 .follwers-btn-wrap {
  opacity: 0.2;
}

.errorFlashdiv {
  position: fixed !important;
  z-index: 1;
  left: 2%;
  top: 3%;
  overflow: auto;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border-radius: 5px;
  padding: 10px;
}

.successFlashdiv {
  position: fixed !important;
  z-index: 1;
  left: 2%;
  top: 3%;
  overflow: auto;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 5px;
  padding: 10px;
}

.warningFlashdiv {
  position: fixed !important;
  z-index: 1;
  left: 2%;
  top: 3%;
  overflow: auto;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  border-radius: 5px;
  padding: 10px;
}
.follwers-btn-wrap {
  display: flex;
}
.container-box {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 500;
}

/* Hide the browser's default radio button */
.container-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  /* border-radius: 50%; */
  border: 1px solid;
}

/* On mouse-over, add a grey background color */
.container-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-box input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-box .checkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #707070;
}
.form-style-wrap .form-group select {
  appearance: none;
}
.side-arrow-style {
  position: relative;
}
.side-arrow-style i {
  position: absolute;
  top: 15px;
  top: 20px;
  right: 28px;
}
.side-arrow-style.side-arrow-style1 i {
  position: absolute;
  top: 15px;
  top: 14px;
  right: 15px;
}
label.MuiFormLabel-root.MuiFormLabel-filled,
label.MuiFormLabel-root.Mui-focused {
  transform: translate(8px, -7px) scale(0.75) !important;
  padding: 0 10px;
  background: #fff;
}
.form-style-wrap fieldset legend {
  width: 0px !important;
}
ul.buying-confirmation-list::-webkit-scrollbar {
  width: 5px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fcfcfc inset !important;
  -webkit-background: #fcfcfc !important;
}
.about-this-box p {
  word-wrap: break-word;
  width: 100%;
}
.kyc-review-box {
  align-items: center;
}
.kyc-review-box span {
  padding-right: 8px;
}
.upload-link-ab {
  width: 43px;
  height: 43px;
  border: 1px solid #ddd;
  display: inline-flex;
  border-radius: 50%;
  color: #333;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  position: absolute;
  bottom: -16px;
  right: 10px;
  background: #fff;
}
.upload-link-ab input {
  cursor: pointer;
}

.upload-link-ab:hover {
  color: #000;
}
.modifyModal {
  background-color: transparent !important;
  box-shadow: none !important;
}
.PhoneInput .PhoneInputInput {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.PhoneInput .PhoneInputCountry {
  flex: 0 0 6%;
  padding: 0 8px;
}
.styles-module_slide__1zrfk.react-simple-image-viewer__slide img {
  width: 95%;
  height: 95%;
  object-fit: contain;
}
.multi-chain-icon {
  display: flex;
  margin-right: 20px;
}
.multi-chain-icon img {
  padding-right: 9px;
}
.search-dropdown {
  padding: 0;
  list-style: none;
  border: 1px solid #000;
  width: 390px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  background-color: #ffffff;
  z-index: 9;
  min-height: 30px;
  max-height: 210px;
  overflow-y: scroll;
}
.search-dropdown li {
  padding: 6px 15px;
  font-size: 15px;
}
.search-dropdown li:hover {
  background-color: #f1f1f1;
}
.search-dropdown h3 {
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 600;
  background-color: #f1f1f1;
  margin-bottom: 0;
}
.historySoldHover:hover {
  color: #1889ee;
}

.tooltip1 {
  position: relative;
  /* display: inline-block; */
}

/* .tooltip1 .tooltiptext1 {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  margin-top: "24px";
} */

.tooltip1 .tooltiptext1 {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  margin-top: "24px";
  word-wrap: break-word;
  width: 200px;
  font-size: 12px;
}

.tooltiptext1 {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  margin-top: "24px";
  word-wrap: break-word;
  width: 200px;
  font-size: 12px;
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}

.grid-btn-wrap {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 9px;
}
.offer-accept-inner {
  text-align: left!important;
}
.offer-accept-inner i {
  margin: 0px auto 15px;
  display: block;
}
.offer-accept-inner .checkout-list-wrap {
  justify-content: start!important;
  align-items: flex-start!important;
}
.offer-accept-inner .checkout-list-wrap li span:first-child {
  width: 200px;
}
.offer-accept-inner .checkout-artist-details {
  width: 100%;
  margin: 0;
}
.offer-accept-inner h4 {
  text-align: center!important;
}
.offer-accept-inner .checkout-shiping-list {
  text-align: center;
  justify-content: center;
}
.offer-accept-inner .checkout-shiping-list li {
  justify-content: start;
  font-weight: normal!important;
}
.offer-accept-inner .checkout-shiping-list li span:first-child {
  width: 200px;
  text-align: left;
}
.static-value{
	position:absolute;
	left:320px;
	
	font-size:0.8em;
	color:#444;
	top:66px;
}
.edit-box-wrap1 {
  box-shadow: 0px 0px 6px #00000029;
  width: 120px;
  padding: 5px 15px;
  border-radius: 11px;
  margin-left: -120px;
 
  
}
.edit-box-wrap1 a {
  display: block;
  color: #000;
  line-height: 200%;
}
.fal-difference-box img {
  width: 90px;
}

/* 26/7/23 */
.MuiFormControl-root {
  width: 100%;
}
#place-bid-modal .modal-footer{
  flex-wrap: nowrap;
}
.certifiacation-img-wrap img[src=""]:empty{
  display:none;
}