body.dark .layout-px-spacing,
.layout-px-spacing {
  min-height: calc(100vh - 200px) !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;
}

.avatar-text {
  background: #3480ccdd;
  border-radius: 25px;
}
.avatar-text h5 {
  color: #000 !important;
  line-height: 40px;
  text-align: center;
}

.white {
  color: white;
}

.bg-giulipas{
  background-color: #04acec !important;
}

.icon-size {
  font-size: 1.2rem;
}

.route {
  color: #25d5e4;
}

.pre-select:hover {
  color: #25d5e4;
}

.sidebar-icon {
  float: left;
  margin-right: 0.8rem;
}

.navbar-left-content {
  background: #191e3a;
  height: 60px;
  width: 100%;
}

.input-quote-left-table {
  border-style: inset;
  border-width: 0;
  text-align: center;
  width: 100%;
}

#tableData th{
  padding: 10px;
}

#tableData_wrapper td{
  padding: 10px;
}

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

tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}

#badge-id {
  position: absolute;
  top: -11px;
  right: 16px;
  background-color: #04acec;
  color: white;
  font-weight: 700;
  font-size: 13px;
}

.transition-cost {
  transition: 0.2s;
}

.left-content-button {
  color: #04acec;
  font-size: 1.1rem;
  margin-top: 1px;
  float: left;
}
.form-control.ts-wrapper.input-text {
  padding: 0 1rem 0 1rem !important;
}

#concludi {
  width: 30px !important;
}

.not-available {
  color: lightgray !important;
}

.my-validation-message::before {
  display: none;
}

.my-validation-message i {
  margin: 0 0.4em;
  color: #f27474;
  font-size: 1.4em;
}

.right-blur {
  filter: blur(2px);
}

#btn-mp {
  width: 25%;
}

#btn-ar {
  width: 25%;
}

#btn-im {
  width: 25%;
}

.btn-active {
  opacity: 0.5;
}

.quote-header-table {
  border-bottom: 1px solid #e0e6ed !important;
  border-top: 1px solid #e0e6ed !important;
}

.pulsating-circle {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 12px;
  height: 12px;

  &:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #e2a03f;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e2a03f;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  }
}

.width-col-show{
  width: 100px !important;
}

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


@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 576px) {
  .btn-prev-navigation {
    width: 25% !important;
    margin-bottom: 0.8rem;
  }

  .btn-prev-navigation span {
    display: none;
  }

  .cancel-new-cost {
    width: 25% !important;
    margin-bottom: 0.8rem;
  }

  .btn-nxt-navigation {
    width: 25% !important;
    margin-bottom: 0.8rem;
  }

  .btn-nxt-navigation span {
    display: none;
  }

  #save-cost {
    width: 25% !important;
    margin-bottom: 0.8rem;
  }

  #save-cost span {
    display: none;
  }

  #s1 {
    padding: 1rem;
  }

  .step {
    display: none !important;
  }

  .active {
    display: block !important;
  }

  #left-content {
    margin-bottom: 0.8rem;
  }
  #right-content {
    padding: 0 !important;
  }

  .confirm {
    width: 50% !important;
  }


}

@media screen and (max-width: 991px) {
  body.dark .sidebar-theme {
    background: transparent;
    padding: 0px 0px;
  }

  .modal-btn {
    display: flex;
    flex-direction: column;
  }

  #btn-mp {
    width: 100%;
    margin-top: 15px;
  }

  #btn-ar {
    width: 100%;
    margin: 10px 0 10px !important;
  }

  #btn-im {
    width: 100%;
  }

  #btn-add {
    margin: 0 !important;
  }

  .confirm {
    width: 50% !important;
  }

  #btn-print {
    visibility: hidden !important;
  }

  .menu-mobile {
    padding-top: 25px !important;
  }

  .pulsating-circle {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateX(150%) translateY(-50%);
  width: 12px;
  height: 12px;
}

.concludi-costo {
  margin-left: 20px !important;
}
}

@media screen and (max-width: 1199px) {
  #allarga {
    display: none;
  }

  #stringi {
    display: none;
  }
}

@media screen and (max-width: 1550px) {
  body.dark .sidebar-theme {
    background: transparent;
    padding: 0px 35px;
  }
}

@media screen and (max-width: 1577px) {
  body.dark .sidebar-theme {
    background: transparent;
    padding: 0px 22px;
  }
}
.ui-sortable-helper{
  border: 0 !important;
  width: 100%;
} 

.ql-align-center {
  text-align: center !important;
}
.ql-align-justify {
  text-align: justify !important;
}
.ql-align-right {
  text-align: right !important;
}



/* table show-offer */

#table_offer{
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  font-size: 0.7rem;
}

.col-6.desc-invoice-inbox {
  border:1px solid #e0e6ed;
  width: 49% !important;
  margin: 0 auto;
}

/*------ Tooltip related styles start here -------- */

[data-customTooltip] {
  cursor: pointer;
  position: relative;
}

[data-customTooltip]::after {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #222;
  font-size: 14px;
  padding: 8px 12px;
  height: fit-content;
  width: fit-content;
  border-radius: 6px;
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 50%;
  content: attr(data-customTooltip);
  transform: translate(-50%, 110%) scale(0);
  transform-origin: top;
  transition: 0.14s;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

[data-customTooltip]:hover:after {
  display: block;
  transform: translate(-30%, -110%) scale(1);
}