.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modal-dialog {
  margin-top: 10%;
}

.error {
  color: #e7515a;
}

/* @media only screen and (min-width: 992px) {
            .main-container {
                margin-top: 95px;
            }
        }

        @media only screen and (min-width: 1200px) {
            .main-container {
                margin-top: 95px;
            }
        } */

.navbar
  .navbar-item
  .nav-item.dropdown.message-dropdown.darkActive
  .nav-link
  svg {
  fill: white !important;
}

.navbar
  .navbar-item
  .nav-item.dropdown.message-dropdown.lightActive
  .nav-link
  svg {
  fill: gold !important;
}

.noHover {
  pointer-events: none !important;
}

.btn-c-group div {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/*bullet Timeline */

.widget-content-area {
  border-radius: 6px;
}

.widget-content-area h3 {
  position: relative;
  font-size: 21px;
  font-weight: 600;
  color: #3b3f5c;
  margin: 6px 0px 40px 0;
}

.widget-content-area h3:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 97px;
  background: #1b55e2;
  border-radius: 50%;
  bottom: -2px;
  left: 15px;
}

.widget-content-area .timeline-alter .item-timeline {
  display: flex;
}

.widget-content-area .timeline-alter .item-timeline .t-dot {
  position: relative;
  border-color: #1b55e2;
  padding: 10px;
}

.widget-content-area .timeline-alter .item-timeline .t-dot:before {
  content: "";
  position: absolute;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 14px;
  left: 53%;
  transform: translateX(-50%);
}

.widget-content-area
  .timeline-alter
  .item-timeline:not(:last-child)
  .t-dot:after {
  content: "";
  position: absolute;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: auto;
  top: 25px;
  bottom: -15px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
  border-color: #ebedf2;
}

.widget-content-area .timeline-alter .notes-timeline .t-dot {
  position: relative;
  border-color: #1b55e2;
  padding: 10px;
}

.widget-content-area .timeline-alter .notes-timeline .t-dot:before {
  content: "";
  position: absolute;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 14px;
  left: 53%;
  transform: translateX(-50%);
}

.widget-content-area
  .timeline-alter
  .notes-timeline:not(:last-child)
  .t-dot:after {
  content: "";
  position: absolute;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: auto;
  top: 25px;
  bottom: -15px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
  border-color: #ebedf2;
}

.widget-content-area .timeline-alter .item-timeline .t-dot img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 7;
  position: relative;
}

.widget-content-area .timeline-alter .item-timeline .t-meta-date {
  padding: 10px;
}

.widget-content-area .timeline-alter .item-timeline .t-meta-date p {
  margin: 0;
  min-width: 100px;
  max-width: 100px;
  font-size: 12px;
  font-weight: 700;
  color: #888ea8;
}

.widget-content-area .timeline-alter .item-timeline .t-text {
  padding: 10px;
  align-self: center;
  width: 100%;
}

.widget-content-area .timeline-alter .item-timeline .t-text p {
  font-size: 13px;
  margin: 0;
  color: #515365;
  font-weight: 600;
}

.widget-content-area .timeline-alter .item-timeline .t-text p a {
  color: #2196f3;
  font-weight: 600;
}

@media (max-width: 575px) {
  .widget-content-area .timeline-alter .item-timeline {
    display: block;
    text-align: center;
  }

  .widget-content-area .timeline-alter .item-timeline .t-meta-date p {
    margin: 0 auto;
  }

  .widget-content-area .timeline-alter .item-timeline .t-usr-txt p {
    margin: 0 auto;
  }
}

.mt-container {
  position: relative;
  height: 325px;
  overflow: auto !important;
  padding: 0;
}

.profileCircle {
  color: #fff;
  border-radius: 50%;
  background-color: #2196f3;
  width: 64px;
  height: 64px;
  vertical-align: middle;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

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

.widget-two,
.widget-three,
.widget-four,
.widget-five {
  height: auto !important;
}

.widget .widget-option-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  max-width: 100%;
}

.scrollable-menu p {
  height: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  max-width: 100%;
}

p.editable {
  height: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  max-width: 100%;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-position: under;
}

.divider {
  margin-top: 2px;
  margin-bottom: 2px;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #ccc;
}

.borderBox {
  padding: 20px;
  border-radius: 8px;
}

.hiddenElement {
  display: none !important;
}

.visibleElement {
  display: block !important;
}

.smallBtn {
  padding: 0.3rem 0.43rem !important;
}

.table.dataTable {
  margin-top: 10px !important;
}

.profile-modal .modal-content {
  background-color: #bfc9d4 !important;
}

.right-border-saperator {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.boxwithbg {
  padding: 15px;
  background: #e0e6ed;
  border-radius: 10px;
  -webkit-box-shadow: 2px 7px 8px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 2px 7px 8px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 7px 8px 0px rgb(0 0 0 / 12%);
}

.editableLink {
  font-weight: bold;
  border-bottom: 1px dashed;
  cursor: pointer;
}

.hidden {
  display: none;
}

.upload-drop-zone {
  height: 250px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  text-align: center;
}

.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

.dashedBorder {
  border-bottom: 1px dashed;
}

.flexer,
.progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.no-flexer,
.progress-indicator.stacked {
  display: block;
}

.no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}

.flexer-element,
.progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

.progress-indicator {
  margin: 0;
  padding: 0;
  font-size: 80%;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbbbbb;
  display: block;
}

.progress-indicator > li:hover {
  color: #6e6e6e;
}

.progress-indicator > li .bubble {
  border-radius: 1000px;
  width: 20px;
  height: 20px;
  background-color: #bbbbbb;
  display: block;
  margin: 0 auto 0.5em auto;
  border-bottom: 1px solid #888888;
}

.progress-indicator > li .bubble:before,
.progress-indicator > li .bubble:after {
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #bbbbbb;
}

.progress-indicator > li .bubble:before {
  left: 0;
}

.progress-indicator > li .bubble:after {
  right: 0;
}

.progress-indicator > li.completed {
  color: green;
}

.progress-indicator > li.completed .bubble {
  background-color: #65d074;
  color: #65d074;
  border-color: #247830;
}

.progress-indicator > li.completed .bubble:before,
.progress-indicator > li.completed .bubble:after {
  background-color: #65d074;
  border-color: #247830;
}

.progress-indicator > li a:hover .bubble {
  background-color: #5671d0;
  color: #5671d0;
  border-color: #1f306e;
}

.progress-indicator > li a:hover .bubble:before,
.progress-indicator > li a:hover .bubble:after {
  background-color: #5671d0;
  border-color: #1f306e;
}

.progress-indicator > li.danger .bubble {
  background-color: #d3140f;
  color: #d3140f;
  border-color: #440605;
}

.progress-indicator > li.danger .bubble:before,
.progress-indicator > li.danger .bubble:after {
  background-color: #d3140f;
  border-color: #440605;
}

.progress-indicator > li.warning .bubble {
  background-color: #edb10a;
  color: #edb10a;
  border-color: #5a4304;
}

.progress-indicator > li.warning .bubble:before,
.progress-indicator > li.warning .bubble:after {
  background-color: #edb10a;
  border-color: #5a4304;
}

.progress-indicator > li.info .bubble {
  background-color: #5b32d6;
  color: #5b32d6;
  border-color: #25135d;
}

.progress-indicator > li.info .bubble:before,
.progress-indicator > li.info .bubble:after {
  background-color: #5b32d6;
  border-color: #25135d;
}

.progress-indicator.stacked > li {
  text-indent: -10px;
  text-align: center;
  display: block;
}

.progress-indicator.stacked > li .bubble:before,
.progress-indicator.stacked > li .bubble:after {
  left: 50%;
  margin-left: -1.5px;
  width: 3px;
  height: 100%;
}

.progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: 60% !important;
  width: 45% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em;
}

.progress-indicator.stacked > li a {
  border: none;
}

@media handheld, screen and (max-width: 400px) {
  .progress-indicator {
    font-size: 60%;
  }
}

.wizardStepContent {
  display: none;
}

.activeWizardContent {
  display: block !important;
}

.boxPanel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.boxPanel .panel-body {
  min-height: 100px;
}

.panel-default {
  border-color: #ddd !important;
}

.panel-body {
  padding: 15px;
}

.panel {
  margin-bottom: 20px;
  /* background-color: #fff; */
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.popover__title {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: rgb(228, 68, 68);
  text-align: center;
  padding: 15px 0;
}

.popover__wrapper {
  position: relative;
  margin-top: 1.5rem;
  display: inline-block;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -150px;
  transform: translate(0, 10px);
  background-color: #bfbfbf;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__content_active {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
  text-align: center;
}

table a {
  color: #1b55e2 !important;
  /* text-decoration: underline; */
}

table.fixedColWidth td:first-child {
  width: 40%;
}

table.fixedColWidth td:last-child {
  width: 60%;
}

.text-underline-dashed {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  text-decoration-style: dashed;
}

.text-underline-solid {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  text-decoration-style: solid;
}

.flexWrapper {
  display: flex;
  justify-content: space-between;
}

.left-wrapper,
.center-wrapper,
.right-wrapper {
  display: inline-block;
}

.liveSelectContainer .select2 {
  margin-bottom: 0px !important;
}

.taxCol {
  width: 120px !important;
}

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

.scroll-container {
  overflow-x: auto;
}

/* ImageZoom.css */

.zoom-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: zoom-in;
}

.zoom-image {
  display: block;
  max-width: 100%;
  transition: opacity 0.3s ease;
}

.zoom-container.zoomed .zoom-image {
  opacity: 0;
}

.zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.loader-icon {
  display: flex;
  align-items: center;
}

.icon {
  height: 1.9rem;
  width: 1.9rem;
  animation: spin 1s linear infinite;
  stroke: #3669e9;
}

.loading-text {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 500;
  color: #01050f;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.table-responsive {
  overflow-x: hidden;
}

.input-group-text {
  background-color: #f8f9fa;
  border-right: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.input-group .form-control {
  border-left: none;
}

.input-group .form-control:focus + .input-group-text {
  border-color: #ced4da;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.blur-text {
  filter: blur(3px);
  transition: filter 0.3s ease-in-out;
}

.blur-text:hover {
  filter: blur(3px); /* Remove blur on hover if needed */
}
