.grecaptcha-badge { 
  visibility: hidden !important;
}

input.form-control-lg {
  font-size: 14px !important;
  padding: 0.6rem 1rem !important;
}

.done-wrapper {
  display:flex;
  justify-content:center;
  align-items:center;
}

.done-wrapper .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #18c15c;
  fill: none;
  animation: donewrapper_stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.done-wrapper .checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #18c15c;
  animation: donewrapper_fill .4s ease-in-out .4s forwards, donewrapper_scale .3s ease-in-out .9s both;
}

.done-wrapper .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: donewrapper_stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes donewrapper_stroke {
  100%{stroke-dashoffset: 0}
}

@keyframes donewrapper_scale {
  0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}
}

@keyframes donewrapper_fill {
  100%{box-shadow: inset 0px 0px 0px 30px #18c15c}
}

.register-done-title {
  font-weight: 600;
  color: #18c15c;
  text-align: center;
  margin-top: 12px;
}

.error-container-circle .circle,
.error-container-circle .circle-border {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.error-container-circle .circle {
  z-index: 1;
  position: relative;
  background: var(--custom-white);
  transform: scale(1);
  animation: success-anim 700ms ease;
}

.error-container-circle .circle-border {
  z-index: 0;
  position: absolute;
  transform: scale(1.1);
  animation: circle-anim 400ms ease;
  background: #e6533c;
}

@keyframes success-anim {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circle-anim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.1);
  }
}
.error-container-circle .error::before,
.error-container-circle .error::after {
  content: "";
  display: block;
  height: 4px;
  background: #e6533c;
  position: absolute;
}

.error::before {
  width: 30px;
  top: 48%;
  left: 20%;
  transform: rotateZ(45deg);
}

.error::after {
  width: 30px;
  top: 48%;
  left: 20%;
  transform: rotateZ(-45deg);
}

.passcode-input {
  letter-spacing: 5px;
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.hidden-input {
  position: absolute;
  z-index: -1;
  left: -5000px;
}

.input-with-icon input {
  padding: 8px 8px 8px 42px;
}

.input-with-icon textarea {
  padding: 8px 8px 8px 43px;
}

.input-with-icon textarea::placeholder {
  padding-top: 2px;
}

.input-with-icon textarea::-ms-input-placeholder {
  padding-top: 2px;
}

.input-with-icon i {
  position: absolute;
  z-index: 6;
  left: 10px;
  top: 12px;
  font-size: 16px;
  border-right: 1px solid #e9edf6;
  padding-right: 7px;
}

[data-theme-mode=dark] .input-with-icon i {
  border-right: 1px solid #313335;
  color: rgba(255,255,255,0.7);
}

[data-theme-mode=dark] .dropdown-item:hover {
  color: rgb(var(--info-rgb));
}

.settings-co-logo {
  max-width: 190px;
  max-height: 70px;
}

#jquery-loader {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 11000;
}

.lds-dual-ring {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 44px;
  height: 44px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #1c2c3f;
  border-color: #1c2c3f transparent #1c2c3f transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

[data-theme-mode=dark] .lds-dual-ring:after {
  border: 6px solid #939393;
  border-color: #939393 transparent #939393 transparent;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pin-set-input {
  max-width: 60px;
  min-width: 30px;
  text-align: center;
}

.google-2fa-code {
  text-align: center;
  letter-spacing: 5px;
  font-weight: 700;
}

.sleep-lock {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0px;
  opacity: 1 !important;
}

.ps-11px {
  padding-left: 11px !important;
}

.transition-all-02 {
  transition: all 0.2s ease-in-out;
}

.heading-clients {
  background: var(--default-body-bg-color) !important;
  box-shadow: none !important;
  border-color: var(--default-body-bg-color) !important;
}

.heading-clients .avatar {
  height: 0px !important;
}

.client-cover-radius {
  -webkit-border-radius: 0px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius: 0px;
  -moz-border-radius-topright: 8px;
  border-radius: 0px;
  border-top-right-radius: 8px;
}

.task-muted-card {
  border-inline-start: 0.45rem solid rgba(var(--dark-rgb),.4)!important;
}

.task-danger-card {
  border-inline-start: 0.45rem solid rgba(var(--danger-rgb),.4)!important;
}

.task-muted-card:hover, .task-danger-card:hover {
  box-shadow: 0 0.25rem 1rem var(--black-1);
}

.lh-0 {
  line-height: 0px;
}

.clients-list-team {
  position: absolute;
  bottom: 9px;
  left: 75px;
}

.mw-250px {
  max-width: 250px;
}

#profile-notes-scroll {
  max-height: 40rem;
}

.btn-note-downlod-ext {
  width: 64px;
  height: 48px;
}

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

.card-title {
  text-transform: none !important;
}

.debt-paid-bg {
  background: rgba(255,255,255,0.75);
  z-index: 1;
}

[data-theme-mode=dark] .debt-paid-bg {
  background: rgba(0,0,0,0.75);
  z-index: 1;
}

.cursor-default {
  cursor: default !important;
}

.area-powierzchnia-box {
  position: absolute;
  right: 12px;
  bottom: 10px;
  background: rgba(0,0,0,0.1);
  padding: .375rem;
  color: #fff;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
}

.area-powierzchnia-small {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  position: relative;
}

.transition02 {
  transition: all 0.2s ease-in-out !important;
}

.saldo-box {
  position: absolute;
  right: 12px;
  top: 12px;
  background: rgba(0,0,0,0.1);
  padding: .375rem;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
  cursor: default;
}

.register-pick-acc-type {
  background: #f4f4f4;
  padding: 25px;
  border-radius: 10px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  -webkit-box-shadow: 0px 0px 24px -17px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 24px -17px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 24px -17px rgba(66, 68, 90, 1);
}

.register-pick-acc-type.active {
  border-color: #f1b3bf;
}

.register-pick-acc-type-icon {
  margin-right: 15px;
  width: 38px;
  height: 39px;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #333335 !important;
}

.register-pick-acc-type.active .register-pick-acc-type-icon {
  border-color: #18c15c;
  background: #18c15c;
  color: #fff !important;
}

.register-pick-acc-type-text {
  width: calc(100% - 53px);
}

.register-pick-acc-type i {
  font-size: 24px;
}

.register-pick-acc-type span {
  font-weight: bold;
}

.register-pick-acc-type p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #8a8a8a;
}

.p-8-20 {
  padding: 8px 20px !important;
}

.correct-icon {
  position: relative !important;
  top: 1px !important;
}

.correct-icon--0 {
  position: relative !important;
  top: 0px !important;
}

.correct-icon2 {
  position: relative !important;
  top: 2px !important;
}

.correct-icon--top {
  position: relative !important;
  top: -1px !important;
}

#sleep-lock {
  left: 0;
}

.lds-ellipsis {
  /* change color here */
  color: #18c15c;
}
.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.create-event-map {
  width: 100%;
  height: 767px !important;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.1);
}

@media (max-width: 991px){
  .create-event-map {
    height: 350px !important;
  }
}

[data-theme-mode=dark] .create-event-map {
  border: 1px solid rgba(255,255,255,0.1);
}

.create-event-map h1 {
  font-size: 80px;
}

.event-desc-img {
  max-width: 100%;
  width: 100%;
  border-radius: 6px;
}

.event-desc-circle {
  font-size: 5px;
  color: #18c15c;
  position: relative;
  top: -3px;
  margin-right: 4px;
}

.flatpickr-disabled {
  opacity: 0.3;
}

.text-dark-force {
  color: #333335 !important;
}

.text-white-force {
  color: #fff !important;
}

.flatpickr-confirm i {
  position: relative;
  top: 1px;
  margin-left: 1px;
}

.dropzone .dz-preview .dz-image {
  border-radius: 15px !important;
}

.event-gallery-image {
  border-radius: 10px;
}

.event-gallery-image img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.event-gallery-image a {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 10px 0px;
}

.filter-ellipsis-001 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.fix-client-height-dash {
  min-height: calc(100vh - 7.5rem) !important;
}

.my-page-pick-image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  border: 2px dashed #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-theme-mode=dark] .my-page-pick-image {
  border: 2px dashed #2a2d2f;
}

.my-page-pick-image i {
  font-size: 30px;
}

.my-page-pick-image h5 {
  font-size: 18px;
  margin-bottom: 0px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary-color) !important;
}

.dash-event-container {
  background-size: cover !important;
  width: 100%;
  height: 300px;
  margin-top: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 24px -9px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 24px -9px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 24px -9px rgba(0, 0, 0, 0.65);
}

.swiper-button-next, .swiper-button-prev {
  top: 55% !important;
}

.dash-event-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 7px;
  background: rgba(0,0,0,0.75);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6362920168067228) 65%, rgba(0,0,0,0) 100%);
  padding: 15px 15px;
  transition: all 0.2s ease-in-out;
}

.dash-event-name a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.dash-event-sep {
  border-bottom: 1px solid #414141;
  margin-top: 14px;
  margin-bottom: 14px;
}

.dash-event-eye {
  background: #f4f4f4;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #202020 !important;
  transition: all 0.2s ease-in-out;
}

.dash-event-eye:hover {
  background: var(--primary-color);
  color: #fff !important;
}

.dash-event-eye i {
  position: relative;
  top: -1px;
}

.dash-event-cat {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
  border-radius: 5px;
  overflow: hidden;
}

.dash-tickets .timeline-widget .timeline-widget-list {
  padding-left: 20px;
}

.dash-tickets .timeline-widget:before {
  inset-inline-start: 0rem;
}

.dash-tickets .timeline-widget .timeline-widget-list:before {
  inset-inline-start: -0.3rem;
}

.tx-8 {
  font-size: 8px !important;
}

.tx-9 {
  font-size: 9px !important;
}

.tx-10 {
  font-size: 10px !important;
}

.tx-11 {
  font-size: 11px !important;
}

.tx-12 {
  font-size: 12px !important;
}

.tx-13 {
  font-size: 13px !important;
}

.tx-14 {
  font-size: 14px !important;
}

.tx-15 {
  font-size: 15px !important;
}

.tx-16 {
  font-size: 16px !important;
}

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

.tx-18 {
  font-size: 18px !important;
}

.tx-19 {
  font-size: 19px !important;
}

.tx-20 {
  font-size: 20px !important;
}

.tx-21 {
  font-size: 21px !important;
}

.tx-22 {
  font-size: 22px !important;
}

[data-theme-mode=dark] .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 10px !important;
  border: 1px dashed rgba(255,255,255,0.15) !important;
}

.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 10px !important;
  border: 1px dashed rgba(0,0,0,0.15) !important;
}

.filepond--root[data-style-panel-layout~=integrated] {
  width: 100% !important;
  height: 350px !important;
}

.filepond--image-preview-wrapper {
  height: 350px !important;
}

.adsense .filepond--root[data-style-panel-layout~=integrated] {
  width: 100% !important;
  height: 303px !important;
}

.adsense .filepond--image-preview-wrapper {
  height: 303px !important;
}

.adsense .filepond--action-remove-item {
  bottom: 3.5rem !important;
}

.filepond--file-info {
  transform: translate3d(0px, 0px, 0px) !important;
}

.filepond--action-abort-item-load {
  transform: translate3d(-3px, 2px, 0px) scale3d(1, 1, 1) !important;
}

.page-link:hover {
  color: #478fe1 !important;
}

.notification-container li .detective {
  border-inline-start: .25rem solid rgba(var(--warning-rgb), 0.65) !important;
}

.notification-container li .detective-danger {
  border-inline-start: .25rem solid rgba(var(--danger-rgb), 0.65) !important;
}

.notification-container li .user {
  border-inline-start: .25rem solid rgba(var(--success-rgb), 0.5) !important;
}

.notification-container li .admin {
  border-inline-start: .25rem solid rgba(var(--dark-rgb), 0.5) !important;
}

.kanban-board-head {
  border-top: 3px solid rgba(var(--warning-rgb),.3);
  border-radius: 8px;
}

.variant-color-preview {
  width: 100%;
  height: 25px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.nav-tabs .nav-link:hover {
  color: rgb(var(--info-rgb));
}

.lang-preview-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: end;
  background: rgba(255,255,255,0.75);
  animation: fadeLangOpacity 0.8s infinite alternate;
}

.lang-preview-btn button {
  margin-right: 10px;
}

.lang-preview {
  padding: 16px 10px;
  display: flex;
  align-items: center;
}

.lang-preview:hover .lang-preview-btn {
  display: flex;
}

[data-theme-mode=dark] .lang-preview-btn {
  background: rgba(26, 28, 30, 0.75);
  animation: fadeLangOpacityDark 0.8s infinite alternate;
}

@keyframes fadeLangOpacity {
  0% {
    background: rgba(255,255,255,0.25);
  }
  100% {
    background: rgba(255,255,255,0.75);
  }
}

@keyframes fadeLangOpacityDark {
  0% {
    background: rgba(26, 28, 30, 0.25);
  }
  100% {
    background: rgba(26, 28, 30, 0.75);
  }
}

.lang-save-btn {
  position: absolute;
  right: 3px;
  line-height: 0;
  top: 19px;
  border: 0px solid;
  background: transparent;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}

.lang-save-btn:hover {
  color: rgb(var(--info-rgb)) !important;
}

[data-theme-mode=dark] .dropdown-item:not(.active):hover {
  background: #1f2224;
}

.choices__item--selectable {
  color: #202020 !important;
}

[data-theme-mode=dark] .choices__item--selectable {
  color: #fff !important;
}

#loader img {
  filter: invert(56%) sepia(37%) saturate(850%) hue-rotate(91deg) brightness(97%) contrast(101%);
}

.dropify-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 300px !important;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 8px;
  color: #334151;
  background-color: transparent;
  background-image: none;
  text-align: center;
  border: 0px solid;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
}

.dropify-message {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropify-wrapper:hover {
  background-size: 30px 30px;
  background-image: -webkit-linear-gradient(135deg, #ffebee 25%, transparent 25%, transparent 50%, #ffebee 50%, #ffebee 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ffebee 25%, transparent 25%, transparent 50%, #ffebee 50%, #ffebee 75%, transparent 75%, transparent);
  -webkit-animation: stripes 2s linear infinite;
  animation: stripes 2s linear infinite;
}

[data-theme-mode=dark] .dropify-wrapper:hover {
  background-size: 30px 30px;
  background-image: -webkit-linear-gradient(135deg, #242729 25%, transparent 25%, transparent 50%, #242729 50%, #242729 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #242729 25%, transparent 25%, transparent 50%, #242729 50%, #242729 75%, transparent 75%, transparent);
  -webkit-animation: stripes 2s linear infinite;
  animation: stripes 2s linear infinite;
}

@-webkit-keyframes stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 30px; } 
}

@keyframes stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 30px; } 
}

.choices__list--dropdown .choices__item {
  font-size: 12px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.event-gallery-image {
  border-radius: 10px;
}

.event-gallery-image img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.event-gallery-image a {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 10px 0px;
}

.old-event-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 5px;
  object-fit: cover;
  width: 90px;
  height: 90px;
}

.ghost-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  position: absolute;
  top: 0px;
  right: 10px;
}

.analytics-content-td p:last-child {
  margin-bottom: 0px;
}

.report-success {
  border-top: 3px solid rgba(var(--success-rgb), .3) !important;
}

.report-danger {
  border-top: 3px solid rgba(var(--danger-rgb), .3) !important;
}

.report-warning {
  border-top: 3px solid rgba(var(--warning-rgb), .3) !important;
}