.img-box > input {
  display: none;
}

.template-border {
  border: 3px solid #0b9ef7 !important;
  border-radius: 10px !important;
}

.btn-check:focus + .btn {
  outline: unset !important;
  box-shadow: unset !important;
}

.btn:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.screen.image {
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  height: auto;
}
.screen.image img {
  width: 100%;
  transition-duration: 0.5s;
  transform-origin: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 400px;
  transition: 5s all ease;
}
.screen.image:hover img {
  -o-object-position: left;
     object-position: left;
}

.screen.vcard_11 {
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  height: auto;
}
.screen.vcard_11 img {
  width: 100%;
  transition-duration: 0.5s;
  transform-origin: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  height: 400px;
  transition: 5s all ease;
}
.screen.vcard_11:hover img {
  -o-object-position: right;
     object-position: right;
}

.img-radio .screen.vcard_11 {
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  height: auto;
}
.img-radio .screen.vcard_11 img {
  width: 100%;
  transition-duration: 0.5s;
  transform-origin: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  height: 400px;
  transition: 5s all ease;
}
.img-radio .screen.vcard_11:hover img {
  -o-object-position: right;
     object-position: right;
}

.img-radio {
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  height: auto;
  position: relative !important;
}
.img-radio img {
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 400px;
  transition: 5s all ease;
}
.img-radio::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #eff3f6a6;
  opacity: 0;
}
.img-radio:hover::after {
  opacity: 1;
}
.img-radio:hover img {
  -o-object-position: left;
     object-position: left;
}

.img-radio.img-border {
  border: 3px solid #0b9ef7 !important;
  border-radius: 10px !important;
  position: relative;
}
.img-radio.img-border::before {
  position: absolute;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px !important;
  font-weight: 500;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 999;
}
.img-radio.img-border::after {
  opacity: 1;
}

.templatecard {
  width: 20% !important;
}

@media (max-width: 1700px) {
  .templatecard {
    width: 25% !important;
  }
}
@media (max-width: 1400px) {
  .templatecard {
    width: 33.33% !important;
  }
}
@media (max-width: 768px) {
  .templatecard {
    width: 50% !important;
  }
}
@media (max-width: 501px) {
  .templatecard {
    width: 100% !important;
  }
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 4px !important;
  left: 5px !important;
}
.ribbon-wrapper .ribbon {
  color: #333;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  top: 15px;
  left: -30px;
  width: 120px;
  background-color: #3498db;
  color: #fff;
  font-size: 10px !important;
}

#dashboardWeeklyUserBarChartContainer #dashboardWeeklyUserBarChart {
  max-height: 320px !important;
}

#incomeChartCanvas #dashboardIncomeChart {
  max-height: 320px !important;
}

.ql-editor {
  font-family: Poppins, Helvetica, sans-serif !important;
  font-size: 14px !important;
}

.ql-editor.ql-blank::before {
  font-style: unset !important;
}

.btn-group-toggle input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.btn-group-toggle input[type=radio]:checked + label {
  color: #fff;
}

.btn-group-toggle input[type=radio]:checked + label,
.btn-group-toggle input[type=radio]:focus + label {
  background-color: #019aff;
  border: 1px solid #019aff !important;
  border-radius: 0.3rem;
}

.btn-group-toggle label {
  border: 1px solid #dee2e6 !important;
  border-radius: 0.475rem;
  display: inline-block;
  font-family: sans-serif, Arial;
  font-size: 12px;
  padding: 8.15px 17.225px;
}

@media (min-width: 501px) {
  .swal-modal {
    width: 381px !important;
  }
}
.product_url {
  word-break: break-word;
}

.withdraw-approval-dropdown {
  min-width: 186px !important;
  transition: unset !important;
}

/* 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;
}

.flatpickr-disabled {
  color: #ced4da !important;
}

.flip-box-vertical {
  background-color: transparent;
}
.flip-box-vertical .flip-box-inner {
  width: 300px;
  height: 500px;
  margin: auto;
}
.flip-box-vertical:nth-child(even) .flip-box-inner {
  transform: rotateY(180deg) !important;
}
.flip-box-vertical:nth-child(even) .flip-box-inner:hover {
  transform: rotateY(0deg) !important;
}

.flip-box-vertical img {
  width: 100%;
  height: 500px;
}

.flip-box-vertical img:hover {
  cursor: pointer;
}

.flip-box-vertical:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-h {
  background-color: transparent;
  width: 500px;
  height: 300px;
}
.flip-box-h:nth-child(even) .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-h:nth-child(even) .flip-box-inner:hover {
  transform: rotateY(0deg);
}

.flip-box-h img {
  width: 500px;
  height: 300px;
}

.flip-box-h img:hover {
  cursor: pointer;
}

.flip-box-h:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: transparent;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: transparent;
  color: white;
  transform: rotateY(180deg);
}

.nav-tabs-1 .nav-item-1 .nav-link-1.active,
.nav-tabs-1 .nav-item-1 .nav-link-1:hover {
  background: #e0e3ff;
  border-left-color: #6571ff;
  color: #212529;
}

.nav-tabs-1 .nav-item-1 .nav-link-1 {
  border-left: 5px solid transparent;
  padding-left: 1.25rem !important;
  padding-right: 1.563rem !important;
  color: #6c757d !important;
  border-radius: 0;
}

.form-check-input {
  min-width: 1.563em;
}

.action-btn .dropdown-menu li {
  display: flex;
}

.table-responsive {
  overflow-x: unset !important;
}

table .dropdown .dropdown-menu {
  inset: 0 20px auto auto !important;
  will-change: transform !important;
}
table .dropdown .dropdown-menu.show {
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  min-height: 155px;
  min-width: 180px !important;
  padding: 10px !important;
  transform: translate(5px, 25px) !important;
}

.setting-tab .nav-item .nav-link {
  border-radius: 0 !important;
  padding: 10px !important;
  border-left: 5px solid transparent;
}
.setting-tab .nav-item .nav-link.active {
  background: #e0e3ff !important;
  border-left-color: #6571ff !important;
}
.setting-tab .nav-item .nav-link:hover {
  background: #e0e3ff;
  border-left-color: #6571ff;
  color: #212529;
}
.setting-tab .nav-item .nav-link::after {
  display: none;
}

.sidebar {
  height: 100vh;
  min-height: 100%;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9;
  background-color: white;
}
@media (min-width: 991px) {
  .sidebar {
    width: 250px;
    position: relative;
    z-index: 1;
    top: 0px;
  }
}

.sidebar .closebtn {
  position: relative;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-bottom: 10px;
  color: #6c757d;
  text-decoration: none;
  text-align: end;
}

.openbtn {
  cursor: pointer;
  color: #6c757d;
  border: none;
  margin-bottom: 10px;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }
}
.confirmation-text {
  font-size: 45px !important;
}

.warning-message {
  font-size: 30px !important;
}

.confirmation-container {
  margin-top: 100px !important;
}

.btn-confirm {
  height: 46px;
  width: 510px !important;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 580px) {
  .btn-confirm {
    width: 310px !important;
  }
}

.btn-cancel {
  height: 43px;
  width: 310px !important;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 17px;
}

#userDeleteModal {
  top: 25%;
}

.register-btn {
  background-color: #7638f9 !important;
  color: white !important;
}

.register-section {
  margin-top: -105px !important;
}
@media (min-width: 580px) {
  .register-section .element {
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.register-section .top-vector {
  position: absolute;
  top: 0;
  right: 0;
  text-align: end;
}
@media (max-width: 767px) {
  .register-section .top-vector {
    top: 600px;
  }
}
.register-section .top-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .register-section .top-vector img {
    width: 70%;
  }
}
.register-section .bottom-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}
.register-section .bottom-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .register-section .bottom-vector img {
    width: 70%;
  }
}
.register-section .register-form {
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .register-section .register-form {
    padding-top: 40px;
  }
}

.register-img {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  min-height: 100% !important;
}
@media (max-width: 767px) {
  .register-img {
    max-height: 600px;
    min-height: unset;
  }
}
.register-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.login-btn {
  background-color: #7638f9 !important;
  color: white !important;
}

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

.login-section {
  margin-top: -105px !important;
}
@media (min-width: 580px) {
  .login-section .element {
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.login-section .top-vector {
  position: absolute;
  top: 0;
  right: 0;
  text-align: end;
}
@media (max-width: 767px) {
  .login-section .top-vector {
    top: 600px;
  }
}
.login-section .top-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .login-section .top-vector img {
    width: 70%;
  }
}
.login-section .bottom-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}
.login-section .bottom-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .login-section .bottom-vector img {
    width: 70%;
  }
}
.login-section .copy-right {
  left: 26% !important;
}
@media (max-width: 767px) {
  .login-section .copy-right {
    position: static !important;
    left: 0 !important;
  }
}
.login-section .login-form {
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .login-section .login-form {
    padding-top: 40px;
  }
}

.login-img {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  min-height: 100% !important;
}
@media (max-width: 767px) {
  .login-img {
    max-height: 600px;
    min-height: unset;
  }
}
.login-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.register-form {
  background-size: cover;
  position: relative;
  z-index: 1;
}

.login-btn {
  background-color: #7638f9 !important;
  color: white !important;
}

.forget-password-section {
  margin-top: -105px !important;
}
@media (min-width: 580px) {
  .forget-password-section .element {
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.forget-password-section .top-vector {
  position: absolute;
  top: 0;
  right: 0;
  text-align: end;
}
@media (max-width: 767px) {
  .forget-password-section .top-vector {
    top: 600px;
  }
}
.forget-password-section .top-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .forget-password-section .top-vector img {
    width: 70%;
  }
}
.forget-password-section .bottom-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}
.forget-password-section .bottom-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .forget-password-section .bottom-vector img {
    width: 70%;
  }
}

.reset-link {
  background-color: #7638f9 !important;
}

.forget-password-img {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  min-height: 100%;
}
@media (max-width: 767px) {
  .forget-password-img {
    max-height: 600px;
    min-height: unset;
  }
}
.forget-password-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.forget-password-form {
  position: relative;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .forget-password-form {
    padding-top: 40px;
  }
}

.reset-password-section {
  margin-top: -105px !important;
}
@media (min-width: 580px) {
  .reset-password-section .element {
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.reset-password-section .top-vector {
  position: absolute;
  top: 0;
  right: 0;
  text-align: end;
}
@media (max-width: 767px) {
  .reset-password-section .top-vector {
    top: 600px;
  }
}
.reset-password-section .top-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .reset-password-section .top-vector img {
    width: 70%;
  }
}
.reset-password-section .bottom-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}
.reset-password-section .bottom-vector img {
  width: 100%;
}
@media (max-width: 767px) {
  .reset-password-section .bottom-vector img {
    width: 70%;
  }
}

.reset-password-img {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .reset-password-img {
    max-height: 600px;
    min-height: unset;
  }
}
.reset-password-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reset-password-form {
  z-index: 1 !important;
  margin-top: 15% !important;
}

.dynamic-vcard {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  overflow-y: scroll !important;
  scrollbar-width: none;
  height: 700px !important;
  background: black;
  border-radius: 40px;
  box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111;
}

.dynamic-sensor {
  width: 100px;
  height: 25px;
  background: black;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: -25px;
  position: sticky;
  z-index: 99999;
  transition: all 0.5s;
  right: 0;
  left: 0;
  top: 10px;
}

.button-label {
  position: relative;
  display: inline-block;
}

.button-label input[type=radio] {
  position: absolute;
  opacity: 0;
}

.button-label .sticky-btn-title {
  border-radius: 4px !important;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  background-color: #adb5bd !important;
  color: black !important;
}

.button-label input[type=radio]:checked + .sticky-btn-title {
  box-shadow: #000 0 0 0 3px, transparent 0 0 0 0;
  color: black !important;
}

#nfcProductImage {
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 100%;
  width: 100%;
}

.nfc-img {
  flex: 0 0 auto;
  width: 50%;
  height: 450px;
}

.nfc-details {
  background-clip: padding-box;
  background-color: #fff;
  border: 0 solid rgba(6, 9, 23, 0.2);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.nfc-details .modal-body {
  overflow: hidden;
  border-radius: 12px;
}
.nfc-details #description {
  max-height: 150px;
  overflow: auto;
}
.nfc-details #nfcProductImg {
  height: 420px;
}
@media (max-width: 991px) {
  .nfc-details #nfcProductImg {
    height: 315px;
  }
}

.nfc-form {
  background-clip: padding-box;
  background-color: #fff;
  border: 0 solid rgba(6, 9, 23, 0.2);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.buy-now {
  background-color: #6571ff;
  border-color: #6571ff;
  color: #fff;
  position: absolute;
  bottom: 30px !important;
  margin-right: 14px;
  width: 45% !important;
  right: 5px !important;
}

.order-btn {
  background-color: #6571ff;
  border-color: #6571ff;
  color: #fff;
  width: 210px;
}
@media (max-width: 989px) {
  .order-btn {
    width: auto !important;
  }
}

.discard-btn {
  width: 210px;
}
@media (max-width: 989px) {
  .discard-btn {
    width: auto !important;
  }
}

.counter {
  display: flex;
  align-items: center;
  width: 125px;
  border: 1px solid black;
  height: 45px;
  border-radius: 5px;
}

.counter input {
  width: 50px;
  border: 0;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: black !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
}

.counter span {
  display: block;
  font-size: 25px;
  padding: 0 10px;
  cursor: pointer;
  color: black !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 990px) {
  .image-btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ADB5BD'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    padding: 25px !important;
    display: block !important;
    position: absolute !important;
    border: none;
    right: 10px !important;
  }

  .btn-close {
    display: none !important;
  }
}
.button-style-one {
  border-radius: 4px !important;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border-radius: 0px;
}
.button-style-one:hover {
  background-color: transparent !important;
}

.button-style-two {
  border-radius: 0px !important;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
}
.button-style-two:hover {
  background-color: transparent !important;
}

.button-style-three {
  border-radius: 20px;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
}
.button-style-three:hover {
  background-color: #adb5bd !important;
}

.button-style-four {
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border: 4px solid #adb5bd !important;
}
.button-style-four:hover {
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.74) !important;
}

.button-style-five {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 45px;
  border: thick double black !important;
  border-radius: 20px !important;
}

.button-style-six {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border: 4px solid black !important;
  border-style: dotted !important;
}

.button-style-seven {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border: thick double black !important;
}

.button-style-eight {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border: 4px solid #adb5bd !important;
  background-color: #adb5bd !important;
  transition: transform 0.5s ease !important;
}
.button-style-eight:hover {
  transform: translateY(-5px) !important;
}

.button-style-nine {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  height: 40px;
  border: 4px solid #adb5bd !important;
  background-color: #adb5bd !important;
  transition: transform 0.5s ease !important;
  border-radius: 30px 0 30px 0 !important;
}

.button-style-ten {
  border: 2px solid #adb5bd;
  height: 40px !important;
  padding: 0.5rem 3.2rem;
  display: inline-block;
  box-shadow: inset 0 0 0 0 #adb5bd;
  transition: ease-out 0.5s;
}
.button-style-ten:hover {
  box-shadow: inset 400px 0 0 0 #adb5bd;
}

.button-style input[type=radio]:checked + span {
  border: 4px solid black !important;
}

.shepherd {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 11px 0 !important;
  transform: translate3d(558px, 898.5px, 0px);
}

.shepherd-target {
  border-radius: 1px !important;
}
.shepherd-target .border-remove {
  border-radius: 1px !important;
}

.iti {
  display: block !important;
  width: 100%;
}

.swal-modal .swal-text {
  text-align: center;
}

.logo-fix-size {
  max-height: 60px !important;
  max-width: 120px !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.bg-dark-white {
  color: black !important;
  background: white !important;
}

.sidebar-app-logo {
  max-height: 50px;
  max-width: 120px;
}

body {
  overflow-x: hidden;
}

#toast-container > div {
  min-width: 400px !important;
}
@media (max-width: 575px) {
  #toast-container > div {
    min-width: 300px !important;
  }
}

.nfccard {
  width: 20% !important;
}

@media (max-width: 1700px) {
  .nfccard {
    width: 25% !important;
  }
}
@media (max-width: 1400px) {
  .nfccard {
    width: 33.33% !important;
  }
}
@media (max-width: 768px) {
  .nfccard {
    width: 50% !important;
  }
}
@media (max-width: 501px) {
  .nfccard {
    width: 100% !important;
  }
}
.nfc-img-radio {
  display: block;
  position: relative;
  cursor: pointer;
  max-width: 22rem;
  max-height: 200px;
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative !important;
  box-shadow: rgba(0, 0, 0, 0.35) 8px 8px 10px !important;
  border: 1px solid #000 !important;
}
.nfc-img-radio img {
  width: 100%;
  height: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  -o-object-position: top;
     object-position: top;
  max-height: 13rem;
  transition: 5s all ease;
}
.nfc-img-radio::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #eff3f6a6;
  opacity: 0;
}
.nfc-img-radio:hover::after {
  opacity: 1;
}

.nfc-img-radio.img-border {
  border: 3px solid #0b9ef7 !important;
  border-radius: 18px !important;
  position: relative;
  min-width: 100%;
}
.nfc-img-radio.img-border::before {
  position: absolute;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px !important;
  font-weight: 500;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 999;
  border-radius: 18px !important;
}
.nfc-img-radio.img-border::after {
  border-radius: 18px !important;
  opacity: 1;
}

.images-picker {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.475rem;
  display: inline-block;
  position: relative;
}

.images-picker .previewImage {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0.313rem;
  height: 100px;
  width: 100px;
}

.images-picker .picker-edit,
.images-picker .previewImage {
  border: 0.063rem solid #e9ecef;
  box-shadow: 0 5px 20px rgba(173, 181, 189, 0.2);
}

.images-picker .picker-edit {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 25px;
  justify-content: center;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 25px;
}

.images-picker .picker-edit label {
  cursor: pointer;
}
