.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;
}

.avatar img {
  object-fit: cover !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;
}

.correct-icon--top-2 {
  position: relative !important;
  top: -2px !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;
}

.svg-dark-force {
  fill: #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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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;
}

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

.ignore-filepond-styles .filepond--image-preview-wrapper {
  height: 128px !important;
}

.ignore-filepond-styles .filepond--file-action-button.filepond--action-abort-item-load {
  margin-left: 3px !important;
  margin-bottom: 2px !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 .manager {
  border-inline-start: .25rem solid rgba(var(--info-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;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px !important;
  color: #fff !important;
}

[data-theme-mode=dark] .choices__item.choices__item--choice.has-no-choices {
  color: rgba(255,255,255,0.65) !important;
}

.form-check-input {
  border: 1px solid #bfc8db;
}

[data-theme-mode=dark] .form-check-input {
  border: 1px solid #373d49;
}

.form-check-input.little-bigger {
  width: 1.2em;
  height: 1.2em;
}

.border-bottom.border-block-end-dashed {
  border-bottom: 1px dashed #d5dded !important;
}

[data-theme-mode=dark] .border-bottom.border-block-end-dashed {
  border-bottom: 1px dashed var(--default-border) !important;
}

.h-0 {
  height: 0px !important;
}

.note-show-form {
  position: absolute;
  bottom: 9px;
  width: 95% !important;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  padding: 4px;
  line-height: 0;
  z-index: 3;
}

.lead-attr-exsts span {
  display: block;
  margin-bottom: 4px;
}

.lead-attr-exsts span:last-child {
  margin-bottom: 0px;
}

.background-inherit {
  background: inherit !important;
}

#quick-search {
  position: absolute;
  z-index: 7;
  top: 45px;
  width: 100%;
  height: 350px;
  background: #fff;
  -webkit-border-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius: 6px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.45);
}

.quick-loader {
  filter: invert(100%) sepia(5%) saturate(7292%) hue-rotate(250deg) brightness(42%) contrast(104%);
  opacity: 0.75;
  width: 45px;
  height: 45px;
}

[data-theme-mode=dark] #quick-search {
  background: #252729;
}

[data-theme-mode=dark] .quick-loader {
  filter: none;
}

.quick-loader-text {
  display: block;
  margin-top: 2px;
}

.quick-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  flex-direction: column;
  text-align: center;
}

.pick-edit-color {
  margin-bottom: 12px;
  width: 100%;
  height: 25px;
  border-radius: 5px;
  outline: 3px solid transparent;
  background: var(--thiscolor);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.pick-edit-color.picked {
  outline: 4px solid var(--thisrgb) !important;
  height: 30px;
}

.notes-timeline li::before {
  inset-inline-start: 0.813rem !important;
}

.note-inside-img {
  width: 4rem;
  height: 3rem;
  border-radius: 0.5rem;
  margin: 0.25rem;
  object-fit: cover;
  cursor: pointer;
}

.note-option-btn {
  background: none;
  border: 0px solid;
  outline: none;
  color: #707070;
}

[data-theme-mode=dark] .note-option-btn {
  color: #9c9c9c;
}

#notes-list .dropdown-menu {
  overflow: hidden;
}

#notes-list .dropdown-menu li {
  margin-block-end: 0px;
  padding-inline-start: 0px;
}

#notes-list .dropdown-menu li::before {
  display: none;
}

.note-unhighlight {
  background: transparent;
  transition: all 0.3s ease-in-out;
  padding: 6px;
  border-radius: 5px;
}

.note-highlight {
  background-color: rgba(var(--secondary-rgb), .1) !important;
  transition: all 0.3s ease-in-out;
  padding: 6px;
  border-radius: 5px;
}

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

.note-unhighlight.replied {
  background: #f4f4f4;
  border: 1px solid #ececec;
}

[data-theme-mode=dark] .note-unhighlight.replied {
  background: #252729;
  border: 1px solid #303235;
}

.notes-timeline-fix .note-li:last-child {
  min-height: 180px;
}

.status-pick-color {
  width: 40px;
  height: 30px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.status-pick-color div {
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

[data-theme-mode=dark] .status-pick-color {
  border: 1px solid #333333;
}

.status-pick-color.active {
  border: 1px solid var(--this-color);
}

.notifications-dropdown {
  display: flex !important;
}

.main-header-container .notifications-dropdown .main-header-dropdown {
  max-width: 100%;
}

.pulse-danger {
  animation: pulse-danger 2s infinite;
}

.pulse.pulse-danger {
  box-shadow:0 0 0 rgba(var(--danger-rgb),.4);
}

@keyframes pulse-danger {
  0% {
    box-shadow:0 0 0 0 rgba(var(--danger-rgb),.4) !important
  }
  
  70% {
    box-shadow:0 0 0 10px rgba(var(--danger-rgb),0) !important
  }
  
  100% {
    box-shadow:0 0 0 0 rgba(var(--danger-rgb),0) !important
  }
}

.mention-url {
  text-decoration: none !important;
  color: var(--primary-color) !important;
}

#note-team-suggest {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  z-index: 9999;
  display: none;
  transform: translateY(calc(-100% - 30px));
}

.mention-simple-bar {
  width: 250px;
  min-height: 40px;
  max-height: 140px;
  overflow-y: auto;
}

.mention-btn {
  padding: 6px;
  color: #202020;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}

.mention-btn:hover {
  background: #f4f4f4;
}

.tooltip-stats-pos {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 6px;
  margin-top: 4px;
}

.tooltip-stats-pos:after {
  display: block;
  content: '';
  width: 86%;
  height: 1px;
  margin-top: 6px;
  margin-left: 13px;
  border-bottom: 1px dashed rgb(65, 65, 65) !important;
}

.tooltip-stats-pos:last-child {
  margin-bottom: 7px;
}

.tooltip-stats-pos:last-child:after {
  display: none;
}

.lead-cr-date {
  position: absolute;
  top: 16px;
  right: 12px;
}

.lead-team-preview {
  margin-bottom: 10px;
}

.lead-team-preview:last-child {
  margin-bottom: 0px;
}

.lead-team-preview p {
  line-height: 1.2;
}

@media (min-width: 992px){
  .lead-team-border {
    border-left: 1px dashed var(--default-border);
  }
}

.calendar-container {
  height: 650px;
}

@media (min-width: 1024px){
  .fc-header-toolbar {
    position: fixed;
    top: 17px;
    left: 200px;
    z-index: 100;
  }

  .fc-toolbar-title {
    font-size: 20px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fc-toolbar-chunk button {
    font-size: 12px !important;
    padding: 4px 6px 4px 6px !important;
  }

  .calendar-container {
    height: calc(100vh - 95px);
  }
}

[data-theme-mode=dark] .fc-popover-title {
  color: #202020 !important;
}

#calendar2 {
  font-family: "Google Sans" !important;
}

.fc-event {
  font-weight: 500 !important;
}

.fc-event-main-frame {
  align-items: center !important;
  padding: 2px 0px 1px 0px !important;
}

.fc-event-time {
  overflow: visible !important;
  margin-right: 0px !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  padding-right: 0px !important;
  text-overflow: ellipsis;
  overflow: hidden !important;
  max-width: 100%;
}

.fc-popup-event {
  position:absolute;
  background:#f0f4f9;
  border:0px solid #ccc;
  color: #444746;
  font-family: "Google Sans";
  padding: 7px 20px 10px 20px;
  z-index:103;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12), 0 1px 8px 0 rgba(0, 0, 0, .2);
  border-radius: 8px;
  width: auto;
  max-width: 400px;
  display: none;
}

.fc-popup-btns {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 3px;
  margin-bottom: 10px;
}

.fc-popup-btns button {
  background: transparent;
  border: 0px solid;
  outline: none;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  line-height: 0;
  padding: 8px;
}

.fc-popup-btns button:hover {
  background: #dddfe0;
}

.fc-popup-btns button i {
  font-size: 15px;
}

.fc-popup-title {
  display: flex;
}

.fc-popup-title div:first-child {
  flex-shrink: 1;
  margin-right: 10px;
}

.fc-popup-title .color-square {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-top: 1px;
}

.fc-popup-title .t {
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: 100%;
  line-height: 1.11;
}

.fc-timegrid-slot.fc-timegrid-slot-lane.fc-timegrid-slot-minor {
  border-bottom: 1px solid #d5d5d5 !important;
}

[data-theme-mode=dark] .fc-timegrid-slot.fc-timegrid-slot-lane.fc-timegrid-slot-minor {
  border-bottom: 1px solid #575757 !important;
}

.flatpickr-day.today {
  border-color: rgb(141 219 172) !important;
  background-color: rgb(141 219 172) !important;
}

.flatpickr-day.today.selected {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}

.cr-ld-slrs tr:last-child td {
  border-bottom: 0px solid !important;
}

.log-status-changed {
  background: rgba(73, 182, 245, 0.2);
  padding: 8px;
  border-radius: 4px;
  color: rgb(60, 171, 235);
}

.quick-access-container {
  width: 100%;
  max-width: 500px;
  min-width: 500px;
  height: auto;
  max-height: 350px;
  position: absolute;
  background: #fff;
  color: #000;
  z-index: 10;
  box-shadow: 0 0.25rem 1rem var(--black-1);
  border-radius: 6px;
}

@media (max-width: 860px){
  .quick-access-container {
    max-width: 100%;
    min-width: unset;
  }
}

[data-theme-mode=dark] .quick-access-container {
  background: rgb(47, 49, 51);
}

.fc-v-event .fc-event-main-frame {
  align-items: start !important;
  max-width: 100% !important;
}

.fc-event-title {
  font-size: 12px !important;
  letter-spacing: 0.1px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  text-overflow: ellipsis;
}

.fc-timeGridWeek-view .fc-event-time,
.fc-timeGridDay-view .fc-event-time {
  order: 2;
}

.fc-event-time {
  font-size: 12px !important;
  letter-spacing: 0.1px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.fc-event-title-container {
  max-width: 100%;
  white-space: nowrap;
}

.fc-timegrid-event-short .fc-event-time:after {
  display: none !important;
}

.fc-timeGridWeek-view .fc-event-main,
.fc-timeGridDay-view .fc-event-main {
  padding: 1px 5px !important;
}

.fc-col-header-cell-cushion {
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1.34;
}

.fc-fix-dayname {
  letter-spacing: 0.8px;
  font-family: 'Google Sans';
  font-weight: 500;
  font-size: 11px;
  color: #444746;
}

[data-theme-mode=dark] .fc-fix-dayname {
  color: #cdd8d4;
}

.fc-daygrid-day-top {
  justify-content: center !important;
}

.fc-daygrid-day-number {
  text-decoration: none !important;
  font-size: 12px;
  font-family: 'Google Sans';
  letter-spacing: 0.3px;
  font-weight: 500;
}

.fc-fix-dayno {
  font-family: 'Google Sans';
  font-size: 24px;
  font-weight: 400;
  color: #444746;
}

[data-theme-mode=dark] .fc-fix-dayno {
  color: #cdd8d4;
}

.fc-timegrid-slot-label-cushion {
  font-size: 11px;
  font-weight: 500;
  font-family: 'Google Sans';
  letter-spacing: 0.1px;
}

.fc-scrollgrid-section-bodysss {
  display: none;
}

.fc-popover-close.fc-icon.fc-icon-x:before {
  color: #202020 !important;
}

.fc-daygrid-dot-event .fc-event-time {
  margin-right: 4px !important;
}

.fc-popup-fullnote {
  position: fixed;
  width: 100%;
  height: 100vh;
  background:#f0f4f9;
  color: #444746;
  padding: 25px;
  z-index:103;
  left: 0;
  top: 0;
  display: none;
}

.fc-fullnote-close {
  background: transparent;
  border: 0px solid;
  outline: none;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  line-height: 0;
  padding: 8px;
}

.fc-fullnote-close:hover {
  background: #dddfe0;
}

.fc-fullnote-close i {
  font-size: 15px;
}

.fc-daygrid-dot-event,
.fc-timegrid-event {
  font-size: 12px !important;
  letter-spacing: 0.1px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  text-overflow: ellipsis;
}

.fc-daygrid-dot-event {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block !important;
}

.fc-context-colors {
  margin-top: 8px;
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}

.fc-context-colors span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.fc-context-colors span.checked:after {
  display: block;
  font-family: 'bootstrap-icons';
  content: '\F26E';
  font-size: 18px;
  position: relative;
  top: -3px;
  left: 0px;
  color: #fff;
}

.fc-context-link {
  margin-left: -14px;
  width: calc(100% + 28px);
  display: block;
  padding: 6px 2px 3px 12px;
  transition: all 0.2s ease-in-out;
}

.fc-context-link:hover {
  background: #e3e7eb;
}

.fc-timegrid-slot-label-cushion.fc-scrollgrid-shrink-cushion {
  position: relative;
  top: -11px;
}

.fc-timegrid-slots tr:first-child .fc-timegrid-slot-label-cushion.fc-scrollgrid-shrink-cushion {
  display: none;
}

.fc-timegrid-event {
  border-color: #fff !important;
}

.fc-list-table  tr.fc-list-event {
  display: block;
  white-space: nowrap;
  width: fit-content;
}

.fc .fc-list-event td {
  border: 0px solid !important;
}

.fc .fc-list-event:hover td {
  background-color: #fff !important;
}

[data-theme-mode=dark] .fc .fc-list-event:hover td {
  background-color: #1a1c1e !important;
}