/* Animation styles (inlined from animation.css) */
.flash-msg-anim {
  animation: appear-then-fade 4s both;
}
@keyframes appear-then-fade {
  0%, 100% {
    opacity:0
  }
  5%, 60% {
    opacity:1
  }
}

/* Devise styles (inlined from devise.css) */
.block-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}

.block-wrap > div{
  min-width: 100%;
  text-align: center;
}
.block-wrap > div:not(:last-child) {
  margin-bottom: 10px;
}
.btn-google, .btn-fb {
  display: inline-block;
  border-radius: 1px;
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
  transition: background-color .218s, border-color .218s ,box-shadow .218s;
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  line-height: 1;
  letter-spacing: .21px;
  text-align: center;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.btn-google .logo, .btn-fb .logo {
  padding: 15px;
  height: inherit;
}
.btn-google .logo svg, .btn-fb .logo svg {
  width: 18px;
  height: 18px;
}

.btn-google {
  background: #FFF;
  color: #757575;
}
.btn-google:hover {
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn-google:active {
  background-color: #eee;
}

.btn-fb {
  padding-top: 1.5px;
  background: #4267b2;
  color: #fff;
}
.btn-fb:hover {
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.btn-fb:active {
  background-color: #3b5998;
}

.hidden-partial {
  display: none;
}

.error-message {
  color: red;
  font-size: small;
}

body{
  padding-top: 0 !important;
}

.blue-border-color {
  border-color: #2b74da;
  background-color: #eef5ff;
}

.blue-border-color-hover:hover {
  border-color: #2b74da;
  background-color: #eef5ff;
}

.blue-border-color svg, .blue-border-color-hover:hover svg{
  color: #2b74da;
}

.width-svg{
  width: 18px;
}

.download-waiting-instruction {
  display: flex;
  justify-content: center;
}

.no-data{
  caption-side: bottom;
}
.user-dropdown{
  min-width: 250px;
  max-width: 250px;
}
.address-label{
  min-width: 64px;
}
.customer-email-block{
  position: relative;
}

.customer-email-block:after{
  position: absolute;
  right: -6px;
  height: 80%;
  width: 1px;
  content: '';
  top: 0px;
  margin: auto;
  bottom: 0px;
  background-color: rgba(107, 114, 128, 1);
}

.customer-email-block:last-child:after{
  display: none;
}

.form-container{
  width: 1300px;
  max-width: 100%;
  margin: auto;
}

.invoice-footer{
  box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
}
.business-address br{
  font-size: 0px;
  line-height: 10px;
  margin: 0px;
  display: block;
  content: "";
}
.profile-sticky-header{
  top: 65px;
}
.search-item-dropbox{
  min-width: 200px;
}
#paynow_btn.disabled {
  opacity: 0.75;
}
.sticky-table-nav{
  position: sticky;
  top: 64px;
  background-color: #fff;
  z-index: 1;
}
.table-header-sticky{
  position: sticky;
  top: 174px;
  z-index: 1;
}
.no-header{
  top: 147px;
}
.customer-table-header{
  top: 177px;
}
.taxes-table-header-sticky{
  top: 182px;
}
.input-hidden{
  height:0;
  width:0;
  visibility: hidden;
  padding:0;
  margin:0;
  float:right;
}
.unread-badge {
  top: 6px;
  left: -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #52525b;
  position: absolute;
}

.modal-one > div{
  z-index: 100 !important;
}
.customer-modal{
  z-index: 100 !important;
  position: relative;
}
input:checked+.toggle-bg{
  background-color: #008f3f;
  border-color: #008f3f;
}

.marketplace-img-box{
  flex: 0 0 192px;
  max-width: 192px;
  height: 192px;
}
.general-title{
  position: sticky;
  top: 100px;
  z-index: 20;
}

.marketplace-info{
  flex: 0 0 360px;
  max-width: 360px;
}
.badge-sent,
.badge-published{
  background-color: #DEF7EC;
  color: #03543F;
}
.badge-accepted{
  background-color: #DEF7EC;
  color: #03543F;
}
.badge-draft{
  background-color: #F3F4F6;
  color: #1F2A37;
}
.badge-pending{
  background-color: #FDF6B2;
  color: #723B13;
}
.badge-declined{
  background-color: #FDE8E8;
  color: #9B1C1C;
}
.setting-modal-body{
  background-color: #f3f3f3;
}
/* .sidebar-links.active, .sidebar-links:hover{
  background-color: rgba(14, 159, 110, 0.1);
  color: rgba(14, 159, 110, 1)
} */
.th-main{
  border-bottom: none !important;
  box-shadow: 0px 1px 0px rgb(229, 231, 235);
}
.action-col-sub{
  width: 85px;
  min-width: 85px;
  max-width: 85px;
}
.account-name-block{
  max-width: 300px;
}

.dashboard-card-sub-div{
  display: flex;
  max-width: 1398px;
  width: 100%;
  padding: 30px;
  align-items: flex-start;
  gap: 16px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  align-self: stretch;
  margin: auto;
}
.marketplace-list-item:first-child{
  border-top: none !important;
}

.up-badge{
  font-size: 13px;
  min-width: 64px;
}
.chart-select-box{
  height: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.down-badge{
  background-color: rgba(248, 109, 112, 0.1);
  font-size: 13px;
  color: #F86D70;
  min-width: 64px;
}
.service-label{
  font-size: 15px;
}

.pac-container{
  background-color: #fff;
  z-index: 100;
  padding: 10px 0px;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 5px;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
}
.pac-item{
  padding: 8px 10px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.pac-item:hover{
  background-color: #f5f5f5;
}
.pac-item span{
  font-size: 14px;
  font-weight: 400;
}

.no-bar{
  background: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 0.00) 22.4%, #EEE 100%);
  background: -moz-linear-gradient(180deg, rgba(238, 238, 238, 0.00) 22.4%, #EEE 100%);
  background: -o-linear-gradient(180deg, rgba(238, 238, 238, 0.00) 22.4%, #EEE 100%);
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.00) 22.4%, #EEE 100%);
}

.payment-loader{
  position: relative;
  padding-top: 17.75%;
}


.payment-loader-main{
  position: relative;
  padding-top: 26.45%;
}
.items-loader-main{
  position: relative;
  padding-top: 20%;
}
.items-loader-inner{
  position: relative;
  padding-top: 24.75%;
}
.dash-items-table{
  min-height: 245px;
}

.sidebar-links i{
  flex: 0 0 20px;
  max-width: 20px;
  display: flex;
}
.lang-dropdown{
  width: 160px;
}
#sidebar,
.lang-dropdown,
#dashboard-main-div{
  transition: all 0.25s ease-in-out;
}
.lang-dropdown i{
  flex: 0 0 21px;
  max-width: 21px;
}
.sidebar-bottom .lang-dropdown{
  position: static;
  background-color: transparent;
}

.user-profile-box{
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

.business-form-toastr > div{
  margin: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.tooltip-info{
  background-color: #2E3850;
}
.tooltip-info .tooltip-arrow{
  background-color: #2E3850;
}

.text-editor-box ul{
  list-style: disc;
  padding-left: 20px;
}
.text-editor-box ol{
  list-style: decimal;
  padding-left: 20px;
}
.text-editor-box lexxy-editor{
  overflow-y: auto;
}
.rich-text-content-block{
  max-height: 200px;
  overflow-y: auto;
}
.rich-text-content-block .lexxy-content *:not(a){
  color: #111827;
}
canvas{
  max-width: 100%;
}
.text-editor-box .form-textarea-box{
  border-radius: 0px 0px 4px 4px;
}

.collection-short-info{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.document-list-box .document-btn-group{
  width: calc(100% - 32px) !important;
}

.invoice-table-nav{
  z-index: 2;
}


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

/* Firefox */
input[type=number].input-number {
  -moz-appearance: textfield;
}

@media screen and (min-width: 1023.99px){
  .small-sidebar #sidebar{
    width: 70px;
  }
  .small-sidebar .lang-dropdown{
    width: 69px;
  }
  .small-sidebar #dashboard-main-div{
    margin-left: 70px;
    width: calc(100% - 70px);
  }

  .sidebar-close #sidebar:hover{
    width: 256px;
    box-shadow: 10px 0 10px rgba(0,0,0,0.2);
  }
  .sidebar-close #sidebar:hover .lang-dropdown{
    width: 160px;
  }
  .small-sidebar .sidebar-toggle-btn{
    transform: rotate(-180deg);
  }
  .small-sidebar #dropdown-cta,
  .small-sidebar #dropdown-sales,
  .small-sidebar #dropdown-example{
    display: none;
  }
  .sidebar-close #sidebar:hover #dropdown-cta,
  .sidebar-close #sidebar:hover #dropdown-sales,
  .sidebar-close #sidebar:hover #dropdown-example{
    display: block;
  }
}
@media screen and (max-width: 1535.99px){
  .marketplace-img-box{
    flex: 0 0 150px;
    max-width: 150px;
    height: 150px;
  }
  .account-name-block{
    max-width: 250px;
  }
}
@media screen and (max-width: 1279.99px){
  .marketplace-img-box{
    flex: 0 0 110px;
    max-width: 110px;
    height: 110px;
  }
  .general-title{
    top: 86px;
  }
  .marketplace-info{
    flex: 0 0 270px;
    max-width: 270px;
  }
  .account-name-block{
    max-width: 200px;
  }
}
@media screen and (max-width: 1023.99px){
  .marketplace-info{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .general-title{
    top: 132px;
  }
  .marketplace-img{
    flex: 0 0 112px;
    max-width: 112px;
  }
}
.w-31 {
  min-width: 31%;
}

.max-w-58{
  max-width: 58rem;
}

.max-w-51 {
  max-width: 51rem;
}

.max-w-932 {
  max-width: 1032px;
}

.w-320{
  width: 320px;
}

.w-full-320{
  width: calc(100% - 320px);
}

.min-w-66 {
  min-width: 66px;
}

.min-w-50 {
  min-width: 50px;
}

.min-w-180 {
  min-width: 145px;
}
.w-70 {
  width: 70px;
}
.w-100 {
  width: 100px;
}
.w-80 {
  width: 80px;
}
.min-w-90 {
  min-width: 90px;
}

.min-w-130 {
  min-width: 130px;
}

.max-w-35{
  max-width: 35rem;
}

.w-max-84 {
  width: 84%;
}

.w-max-75 {
  width: 75%;
}
.right-3-5 {
  right: 2.8rem;
}

.max-height-270 {
  max-height: 270px;
}

.rounded-b-md {
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.shadow-none {
  box-shadow: none !important;
}

.width-16rem {
  width: calc(100% - 16rem);
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.hide-scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.width-min-45 {
  min-width: 45px;
}

.width-min-150 {
  min-width: 150px;
}

.min-w-30 {
  min-width: 30px;
}

#leads-header .action-col {
  width: 5%;
}

#leads-header .lead-col {
  width: 25%;
}

#deals-header .action-col {
  width: 5%;
}

#deals-header .lead-col {
  width: 90%;
}

.drop-down-lead {
  position: fixed;
  bottom:auto;
  top:auto;
}

.currency-drop-down {
  position: absolute;
  bottom:auto;
  top:auto;
  width: max-content;
  z-index: 99;
}

.pipeline-label{
  z-index: 99;
}

.steps-pipeline > div:last-child > div:last-child{
  
}

.steps-pipeline > div:last-child > div {
  border-radius: 0 5px 5px 0;
}

.steps-pipeline > div:first-child > div:first-child {
  border-radius: 5px 0 0 5px;
}

.steps-pipeline > div:nth-child(1) > div:after{
  position: absolute;
  content: "";
  background: #0e9f6e;
  width: 16px;
  height: 15px;
  right: -7px;
  top: 8px;
  z-index: 7;
}

.steps-pipeline > div:nth-child(1) > div:after{
  position: absolute;
  content: "";
  background: #0e9f6e;
  width: 16px;
  height: 15px;
  right: -7px;
  top: 8px;
  z-index: 7;
}

.arrow-deal-pipeline{
  border: solid #fff;
  border-width: 0 6px 6px 0;
  padding: 19px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: -6px;
  top: -7px;
  z-index: 9;
}

.tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10; /* Ensure the tooltip appears above other elements */
}

.arrow-green:after {
  position: absolute;
  content: "";
  background: #0e9f6e;
  width: 16px;
  height: 15px;
  right: -7px;
  top: 8px;
  z-index: 7;
}

.top-38{
  top: 38px;
}

.before-none:after{
  display: none;
}

.arrow-green1 .arrow-deal-pipeline{
  right: -13px;
}

.hover-box{
  display: none;
}

.hover-plus:hover .hover-box{
  display: inline-block;
}

.hover-tax-svg{
  display: none;
}

.hover-tax:hover .hover-tax-svg{
  display: inline-block;
}

.hover-green:hover {
  background-color: rgb(58,134,72);
  color: #fff;
}

.deal-pipeline-bg {
  background-color: rgb(58,134,72);
}

.w-20rem {
  width: 20rem;
}

.w-15rem {
  width: 15rem;
}

.mx-3 {
  margin-right: 0.75rem;
}

.table-height{
  max-height: calc(100vh - 200px);
}

.min-w-min {
  width: min-content;
}

.min-h-30{
  min-height: 30px;
}

.mail-nav .btn-main-primary{
  background-color: #4b5563;
}

.mail-nav .btn-main-primary.bg-blue-600{
  background-color: #008f3f;
}

.ml-12 {
  margin-left: 3.2rem;
}

.w-200{
  width: 200px;
}

.indox-hover:hover .button-on-hover{
  opacity: 1;
}

.highlight {
  background-color: yellow;
}

.max-h-290 {
  max-height: 290px;
}

.lexxy-editor {
  border: none;
}

.email-chip {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 0.875rem;
}

.email-chip .avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 50%;
  margin-right: 4px;
  font-weight: bold;
}

.email-chip .name {
  margin-right: 4px;
}

.email-chip button {
  background: none;
  border: none;
  color: #718096;
  font-size: 1rem;
  cursor: pointer;
  padding: 0 2px;
}

.email-chip button:hover {
  color: #4a5568;
}

.suggestion-item {
  padding: 8px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

.setting-tab-scroll-box {
  max-height: calc(100vh - 187px);
}
.max-w-580 {
  max-width: 580px;
}

.max-w-mail{
  max-height: calc(100vh - 73px);
}

input.disabled-input[type=text][disabled] {
  background-color: #f5f5f6;
}

.font-size-sm {
  font-size: 0.64rem;
}

.epaty-msg {
  width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
