@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700&display=swap");

body {
  color: #000;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.width_100 {
  width: 100% !important;
}
a {
  outline: none !important;
}

.btn-item,
.icons-box h3,
.card-single.icons-box,
.card-nav-button .nav-button-item .btn-nav,
.card-item-listing,
.item-category-product,
.btn-new-subcategory,
.btn-save,
.invoices-hd-item .btn-single,
.button-row-item [class*="button-"],
.button-box [class*="btn-"],
.btn-box-middle [class*="btn-"],
.btn-register-payment,
.product-services-toolbar .btn-services,
.ac-group .btn {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* .sticky_side_bar {
    position: sticky;
    top: 97px;
} */

img {
  max-width: 100%;
}
a,
a:hover {
  text-decoration: none;
  display: inline-block;
}
button,
select {
  outline: none !important;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 1.1;
}

.mobile-nav {
  cursor: pointer;
  display: none;
}

.bar1,
.bar2,
.bar3 {
  background-color: #545455;
  cursor: pointer;
  height: 2px;
  margin: 7px 0;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 24px;
}

.bar2 {
  width: 20px;
}

.usrauth,
.ic-notification,
.sidebar-list-item .list-unstyled li a {
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.closeIcn {
  /* background: linear-gradient(96.24deg, #4C76E3 -0.12%, #1539A7 99.88%); */
  padding: 10px 10px;
  display: flex;
  align-items: center;
}

.closeIcn > span {
  display: inline-block;
  width: 34px;
  height: 32px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
}

.closeIcn > span:before,
.closeIcn > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  margin: 4px;
}

.closeIcn > span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closeIcn > span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

/* header css start */

.logo {
  width: 100%;
  margin: 20px 0px;
}
.logo a {
  display: block;
  max-width: 106px;
  margin: 0 auto;
}
.header-mo-logo-sec {
  display: none;
}
.dashboard-header {
  /* background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%); */
  box-shadow: 0px -0.5px 0px 0px #00000040 inset;
  position: sticky;
  left: 0;
  background: #fff;
  right: 0;
  width: calc(100% - 230px);
  top: 0;
  z-index: 99;
  padding: 12px 25px 12px 15px;
  margin-left: auto;
}

.dashaboard-content {
  /* margin-top: 63px;  */
  margin-left: 230px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: unset;
  z-index: 10;
}

.open-menu .dashaboard-content {
  margin-left: 70px;
}

.ic-avatar,
.ic-notification {
  cursor: pointer;
}
.user-img .ic-avatar {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .user-img .ic-avatar img {
    width: 15px;
} */
.top-area > div {
  margin-left: 8px;
  position: relative;
  /* width: 30px;
    height: 30px; */
}

.top-area div a {
  display: inline-block;
}
.dashboard-header .dropdown-menu a {
  font-weight: 500 !important;
  /* padding: 8px 1.5rem !important; */
  border-radius: 4px;
}
.top-area .dropdown-item i {
  margin-right: 5px;
}
/* .top-area>div+div:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
    width: 3px;
    height: 100%;
    background: #fff;
} */
.top-area div a img {
  margin-right: 5px;
}
.dashboard-header .dropdown-menu a svg {
  margin-right: 5px;
  width: 17px;
  height: 17px;
}
.top-area div .dropdown-item:focus svg path,
.top-area div .dropdown-item:hover svg path,
a.dropdown-item.active svg path {
  stroke: #0f54a5;
}

.dashboard-header .dropdown-menu .dropdown-item:focus,
.dashboard-header .dropdown-menu .dropdown-item:hover {
  background-color: #0f54a51a !important;
  color: #0f54a5 !important;
}
.dashboard-header .dropdown-menu .logout_item,
.dashboard-header .dropdown-menu .logout_item:hover,
.dashboard-header .dropdown-menu .logout_item.active {
  background-color: #ff47681a !important;
  color: #ff4768 !important;
}
.user-img .dropdown-toggle::after {
  display: none;
}
.dashboard-header .dropdown-menu {
  top: 100% !important;
  transform: none !important;
  right: -22px !important;
  left: auto !important;
  background: #fff;
  border-radius: 8px;
  border: unset;
  padding: 8px;
}
/* body.active{
    position: relative;
  }
  body.active:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0 0 0/10%);
    z-index: 99;
  }
  body.active .dashboard-header{
    background: rgba(0 0 0/10%);
  } */
.dashboard-header .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 85%;
  margin-left: -5px;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.notification-item p {
  margin-bottom: 0;
}
/* .dashboard-header .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 85%;
    margin-left: -5px;
    background-image: url('../img/dropdown-icon/dropdown_tip.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    z-index: -1;
} */
.usrauth,
.ic-notification {
  cursor: pointer;
  display: inline-block;
}

.ic-budght {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffa702;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -9px;
  bottom: -2px;
}

.dropdown.show .usrauth,
.dropdown.show .ic-notification {
  color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0f54a51a !important;
  color: #0f54a5 !important;
}

.navbar-full {
  flex: 1;
  padding: 0px 0px 0px 0px;
}
.bell .dropdown-menu {
  width: 300px;
}
.bell .dropdown-menu a {
  white-space: normal;
}

.select-area .form-control {
  padding: 7px 30px 7px 12px;
  border-radius: 5px;
  color: #133256;
  font-size: 14px;
  -webkit-appearance: none;
  /* background-image: url(../images/arrow-select.svg); */
  background-repeat: no-repeat;
  background-position: center right 15px;
  min-width: 206px;
  background-color: rgb(255 255 255 / 67%);
}

.btn-group.cust-header-dropdown {
  /* border-radius: 5px;
    color: #110F15;
    font-size: 14px;
    -webkit-appearance: none;
    background-image: url(../../images/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    min-height: 35px;
    display: flex;
    align-items: center;
    min-width: 224px;
    background-color: rgb(255 255 255 / 67%); */
}

.btn-group.cust-header-dropdown.show {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-group.cust-header-dropdown .dropdown-menu {
  top: 100% !important;
  /* border-top-width: 0!important; */
  margin: 0 0px;
  /* border-top-left-radius: 0px;
    border-top-right-radius: 0px; */
  border-color: #ced4da !important;
  left: 0px !important;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 8px;
  overflow-x: hidden;
}

.btn-group.cust-header-dropdown .dropdown-menu li {
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}

.btn-group.cust-header-dropdown .dropdown-menu li a {
  width: 100%;
  display: block;
  line-height: 1.2;
  background: none;
  font-size: 14px;
  white-space: normal;
  text-align: left;
}
.btn-group.cust-header-dropdown .company-dropdown-sec li a {
  padding: 5px 0px !important;
  color: #000;
}
.btn-group.cust-header-dropdown .dropdown-menu li:hover {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(96.24deg, #4c76e3 -0.12%, #1539a7 99.88%);
}
.company-dropdown-sec {
  min-width: 275px !important;
  margin-top: 5px !important;
}
.btn-group.cust-header-dropdown .company-dropdown-sec li:hover {
  background-image: unset;
  background-color: #0f54a51a !important;
  color: #0f54a5 !important;
}
.btn-group.cust-header-dropdown .company-dropdown-sec li:hover a {
  color: unset !important;
  background-image: unset !important;
}
.dropdown.show .dropdown_overlay_sec,
.cust-header-dropdown.show .dropdown_overlay_sec,
.notification_dropdown_sec.show .dropdown_overlay_sec {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0 0 0/10%);
  z-index: 0;
}
.btn-group.cust-header-dropdown .company-dropdown-sec li {
  word-break: break-all;
}
.btn-group.cust-header-dropdown .company-dropdown-sec li:hover {
  border-radius: 8px;
}
.company-dropdown-sec.show {
  background: #fff;
  border-radius: 8px !important;
}
.btn-group.cust-header-dropdown .dropdown-menu li:hover a {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(96.24deg, #4c76e3 -0.12%, #1539a7 99.88%);
}

.btn-group.cust-header-dropdown .dropdown-toggle {
  color: #110f15 !important;
  font-size: 14px !important;
  padding: 5px 30px 5px 12px;
  font-weight: 700;
  width: 100%;
}
/* .btn-group.cust-header-dropdown .fa-angle-down{ display: none;} */
.btn-group.cust-header-dropdown .dropdown-toggle::after {
  display: none;
}
.sidebar-left .cust-header-dropdown {
  display: none;
}
.notification_no {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  background-color: #ff4768;
  color: #fff;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
}
.sidebar-logo {
  display: block;
}
@media screen and (max-width: 767px) {
  .mobile-nav {
    cursor: pointer;
    display: block;
  }
  .header-mo-logo-sec,
  .sidebar-left .cust-header-dropdow {
    display: block;
  }
  .sidebar-left .cust-header-dropdown {
    display: block !important;
  }
  .sidebar-logo {
    display: none;
    margin: 20px 0px 5px;
  }
  .sidebar-list-item span img {
    filter: brightness(100);
  }
  .btn-group.cust-header-dropdown {
    display: none;
  }
  .mob-select-area .btn-group.cust-header-dropdown {
    background-position: center right 7px;
    min-width: 100px;
    width: 171px;
    text-align: left;
    display: block !important;
  }

  .btn-group.cust-header-dropdown .dropdown-toggle {
    font-size: 12px !important;
    width: 100%;
    padding: 7px 30px 7px 12px;
    display: inline-block;
  }
}

/* header css end */

.revenue-cost-table-sec tr:hover td {
  background-color: rgba(0, 0, 0, 0.075) !important;
}
/* .revenue-cost-header-btn{
    background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%) !important;
    color: #fff !important;
} */
/* sidebar css start */
.sidebar-mobile-item {
  border-bottom: 1px solid #9ea1a2;
  padding: 15px;
}

.sidebar-mobile-item .dropdown-item {
  font-size: 13px;
  padding: 5px;
  word-break: break-all;
  white-space: normal;
  flex-wrap: wrap;
}

.sidebar-mobile-item .top-area > div {
  margin-left: 0px;
}
.sidebar-mobile-item .top-area > div + div:before {
  background: #2575bd;
  left: -35px;
}

.sidebar-left {
  position: fixed;
  top: 0px;
  bottom: 0;
}
.app-sidebar {
  width: 230px;
  background: #0f54a5;
  z-index: 99;
  overflow-y: auto;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.app-sidebar::-webkit-scrollbar,
.app-sidebar::-webkit-scrollbar,
.app-sidebar::-webkit-scrollbar {
  display: none;
}

.app-sidebar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sidebar-list-item .list-unstyled li a,
.account-user-avatar a {
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 43px 12px 20px;
  /* border-bottom: 1px solid #9ea1a2;  */
  position: relative;
}

.sidebar-list-item .list-unstyled li.active a {
  color: #0f54a5;
}

.sidebar-list-item .list-unstyled li .state-icon {
  padding: 0px;
  margin-left: auto;
  flex: 0 0 30px;
}

.sidebar-list-item .list-unstyled li.menu-group a::before {
  display: none;
}

.menu-widget {
  display: flex;
  flex: 0 0 42px;
  max-width: 42px;
}
.sidebar-list-item .list-unstyled li .menu-widget a {
  padding: 0;
}

.sidebar-list-item .list-unstyled li.menu-group:hover .menu-widget img,
.sidebar-list-item .list-unstyled li.active.menu-group .menu-widget img {
  filter: inherit;
}

.account-user-avatar a {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}

.sidebar-list-item .list-unstyled li a::before {
  position: absolute;
  content: "";
  /* background: url(../images/angle-right.svg) no-repeat center center; */
  right: 10px;
  width: 15px;
  margin-top: -5px;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  height: 15px;
}

.sidebar-list-item .list-unstyled li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.sidebar-list-item .list-unstyled li:hover a {
  color: #0f54a5;
}

.sidebar-list-item .list-unstyled li:hover,
.account-user-avatar a:hover {
  color: #0f54a5;
  background-color: #fff;
}

.sidebar-list-item .list-unstyled li.active {
  color: #0f54a5;
  background-color: #fff;
}

.sidebar-list-item .list-unstyled li.active > a::before {
  opacity: 1;
  visibility: visible;
}

.sidebar-list-item .list-unstyled li a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.sidebar-list-item .list-unstyled li a img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.sidebar-list-item .list-unstyled li a i {
  margin-right: 15px;
  min-width: 22px;
}
.sidebar-list-item .list-unstyled li a span,
.account-user-avatar span {
  margin-right: 10px;
  min-width: 18px;
}
.account-user-avatar span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  line-height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .account-user-avatar span img{ width: 15px;} */
.sidebar-list-item .list-unstyled li .fa-angle-right {
  margin-left: auto;
  margin-right: 0px;
}
.sidebar-list-item .list-unstyled li ul li a {
  font-size: 14px;
}
.sidebar-list-item .list-unstyled li ul {
  display: none;
}

.dashaboard-main {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.container-header,
.main {
  max-width: 1920px;
  margin: 0 auto;
}

.dashaboard-inner {
  padding: 24px;
}

.sidebar-list-item .list-unstyled li.active img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.sidebar-list-item .list-unstyled li:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.hs-sub:before {
  position: absolute;
  content: "";
  /* background: url(../images/icon-angle-right.svg) no-repeat center right; */
  width: 10px;
  height: 10px;
  right: 0;
  top: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.hs-sub.active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-filter: inherit;
  filter: inherit;
}

.mob-select-area {
  width: 180px;
}
.mob-select-area .form-control {
  padding: 7px 30px 7px 12px;
  border-radius: 5px;
  color: #133256;
  font-size: 14px;
  -webkit-appearance: none;
  /* background-image: url(../images/arrow-select.svg); */
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-color: rgb(255 255 255 / 67%);
}

/* sidebar css end */

/* header-toolbar css start */
.title01 {
  font-size: 20px;
  color: #1d1d1b;
  font-weight: 400;
}
.header-toolbar {
  padding-bottom: 15px;
  border-bottom: 1px solid #cfd0d1;
  margin-bottom: 15px;
}
.toolbar-button-group .btn-item {
  padding: 5px 6px;
  min-width: 125px;
  font-size: 13px;
  text-align: center;
  color: #1d1d1b;
  border: 1px solid;
  border-radius: 3px;
  font-weight: 400;
  background: #f0f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toolbar-button-group li.col-auto {
  padding: 0;
}
ul.revenue-cost-unstyle-list li.active a img {
  filter: brightness(0) !important;
}
.toolbar-button-group .btn-item span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-button-group .btn-item:hover {
  color: #fff;
}
.toolbar-button-group li + li {
  margin-left: 10px;
}
.toolbar-button-group .toolbar-selectpicker li + li {
  margin-left: 0px;
}
.btn-item.btn-excel {
  border-color: #27bd68;
}
.btn-item.btn-excel:hover {
  background: #27bd68;
}

.btn-item.btn-pdf {
  border-color: #ec2f1d;
}
.btn-item.btn-pdf:hover {
  background: #ffa8ac;
}

.btn-item.btn-create-page {
  border-color: #276bbf;
}
.btn-item.btn-create-page:hover {
  background: #79d5fe;
}

.btn-item.btn-record {
  border-color: #ff8656;
}
.btn-item.btn-record:hover {
  background: #ffaf79;
}

.toolbar-button-group .btn-item img {
  margin-right: 10px;
}

/* header-toolbar css end */

/* section-payments-monthgrid css start */
.section-payments-monthgrid {
  margin-bottom: 15px;
}
.payments-header ul li {
  border: 1px solid #a9acac;
  min-height: 100px;
  border-radius: 3px;
  position: relative;
  background-color: #f6f6f6;
  margin-right: -1px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.tooltip-bottom {
  position: absolute;
  bottom: 0;
}

.payments-header ul li.active,
.payments-header ul li.columnheader:hover {
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
}

.payments-header ul li.active .text-pag,
.payments-header ul li.columnheader:hover .text-pag {
  color: #fff !important;
}

.payments-header ul li .text-pag {
  margin-top: auto;
  font-size: 15px;
  color: #0d4257;
  font-weight: 400;
  text-align: center;
  padding: 5px 0px;
}

.payments-header ul li .blank-border {
  flex: 1;
  text-align: center;
  border-top: 1px solid #a9acac;
  height: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payments-header ul li select {
  margin-bottom: auto;
}

.btn-two-color {
  display: flex;
  width: 100%;
  position: unset;
  margin-top: auto;
  height: 5px;
}
.btn-two-color .red-border,
.btn-two-color .green-border {
  height: 5px;
  border-radius: 0px;
}

.btn-two-color .progress-bar {
  background: #e9ecef;
}

.btn-two-color .red-border {
  background: red;
}
.btn-two-color .green-border {
  background: #27bd68;
}

.btn-two-color .green-border.progress .progress-bar {
  background: #27bd68;
}

.tooltip-inner {
  background-color: #f0f5f7;
  color: #575756;
  box-shadow: 0 0 10px #626262;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f0f5f7;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #f0f5f7;
}

.tooltip-inner {
  font-size: 13px;
  line-height: 15px;
}

.tooltip-bottom {
  bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.green-border:hover .tooltip-bottom,
.red-border:hover .tooltip-bottom {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* section-payments-monthgrid css end */

.section-filter-area {
  padding-bottom: 15px;
  border-bottom: 1px solid #cfd0d1;
  margin-bottom: 0px;
}
.list-group-box .group-item + .group-item {
  margin-left: 30px;
}

/* payments table css star */
.table.table-payments thead th {
  font-size: 15px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  background-color: #f6f6f6;
  border: 1px solid #d4d5d5;
}

.table.table-payments td,
.table.table-payments th {
  vertical-align: middle;
  padding: 8px;
}

.table.table-payments td {
  font-size: 14px;
  border: 1px solid #d4d5d5;
  color: #1d1d1b;
  line-height: 22px;
  background: #fbfcfd;
}

.table.table-payments td.color-blue-text {
  color: #276abf;
}
.table.table-payments td.color-green-text {
  color: #2cc28d;
}
.table.table-payments td.colr-red-text {
  color: red;
}

td.blank-td {
  border: none !important;
  background: transparent !important;
}

.table.table-payments .bg-gray {
  background: #f6f6f6;
}

.table.table-payments.font-big {
  font-size: 19px;
}

.table.table-payments td.color-o-btn {
  background-color: #ff8959;
  color: #fff;
}
.table.table-payments td.color-r-btn {
  background-color: #e54355;
}
td.color-o-btn a,
td.color-r-btn a {
  text-shadow: 1px 1px 2px #000000;
  white-space: nowrap;
}
.table.table-payments > tbody > tr > td:nth-child(5) {
  font-weight: 500;
}
td.color-o-btn a {
  color: #fff;
}
td.color-r-btn a {
  color: #fff;
}

/* payments table css end */
.payments-table {
  margin-bottom: 130px;
}
.icons-box.active h3,
.icons-box:hover h3 {
  color: #e54355;
}
.service-section [class*="col-"] {
  margin-bottom: 30px;
}
.icons-box {
  text-align: center;
  padding: 20px;
  height: 100%;
  box-shadow: 0 0 8px #00000042;
  border: 1px solid #b2b2b2;
  border-radius: 17px;
  background-color: #fafafa;
}

.icons-box .icons-top img {
  width: 60px;
}

/* .service-section [class*="col-"]:hover .icons-box {
    border-color: #2d94c2;
    box-shadow: rgba(45, 146, 193) 0px 5px 33px;
    transform: translateY(-10px);
} */

.icons-box .icons-top {
  margin-bottom: 15px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons-box p {
  font-size: 13px;
  color: #1d1d1b;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.icons-box h3 {
  font-size: 24px;
  color: #000000;
}

/* DELIVERY PAGE CSS START */

.card-nav-button ul {
  margin: 0px -5px;
}
.card-nav-button .nav-button-item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
  padding: 0px 5px;
}
.card-nav-button .nav-button-item .btn-nav {
  border-radius: 2px;
  color: #fff;
  padding: 5px;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.card-nav-button .nav-button-item .btn-nav img {
  margin-right: 5px;
}

.card-nav-button .nav-button-item .btn-active {
  background-color: #27bd68;
  border: 1px solid #27bd68;
}
.card-nav-button .nav-button-item .btn-active:hover {
  background-color: #15723e;
  border: 1px solid #15723e;
}

.card-nav-button .nav-button-item .btn-inactive {
  background-color: #ff2116;
  border: 1px solid #ff2116;
}
.card-nav-button .nav-button-item .btn-inactive:hover {
  background-color: #ff5b56;
  border: 1px solid #ff2116;
}

.card-nav-button .nav-button-item .btn-debtors {
  background-color: #a66abf;
  border: 1px solid #a66abf;
}
.card-nav-button .nav-button-item .btn-debtors:hover {
  background-color: #893aab;
  border: 1px solid #893aab;
}

.card-nav-button .nav-button-item .btn-archived {
  background-color: #ff8656;
  border: 1px solid #ff8656;
}
.card-nav-button .nav-button-item .btn-archived:hover {
  background-color: #d2511f;
  border: 1px solid #d2511f;
}

.button-create img {
  margin-right: 5px;
}
.button-create a {
  font-size: 18px;
  color: #276abf;
  display: flex;
  align-items: center;
}

.section-aside {
  flex: 0 0 200px;
  max-width: 200px;
}

.central-main {
  flex: 1;
  padding-left: 20px;
}
.central-main .row {
  margin: 0px -12px;
}

.card-draggable {
  padding: 10px;
  box-shadow: 2px 2px 3px #a9a8a8;
  border-radius: 10px;
  min-height: 180px;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  min-width: 0;
  word-wrap: break-word;
  margin-bottom: 15px;
}

.draggable-card-header {
  margin-bottom: auto;
  max-width: 96px;
}

.draggable-card-footer {
  margin-top: auto;
}

.draggable-card-header div {
  margin-right: 10px;
}
.card-bg-navy {
  background: #276abf;
}
.card-bg-light-blue {
  background: #43a3ba;
}
.card-bg-light-brinjal {
  background: #6b83e7;
}
.card-bg-light-red {
  background: #ff5b56;
}
.card-bg-light-orange {
  background: #ff8656;
}
.card-bg-green {
  background: #27bd68;
}
.card-bg-bring {
  background: #5463e5;
}

.draggable-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0px;
}

.draggable-card-body .d-block {
  margin-bottom: 10px;
}
.draggable-card-body p {
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 63%);
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.1;
  font-size: 12px;
  text-transform: uppercase;
}

.draggable-card-footer p {
  font-size: 27px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 63%);
  color: #fff;
  line-height: 1.1;
  margin: 0px;
}

/* DELIVERY PAGE CSS end*/
.column-8 {
  flex: 1;
}
.central-main .row [class*="column-"] {
  padding-left: 12px;
  padding-right: 12px;
}

.nav-masthead {
  padding-right: 50px;
  background: #f6f6f6;
  border: 1px solid #d3d4d5;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  margin-bottom: 20px;
}
.nav-masthead > div:not(:last-child) {
  border-right: 1px solid #d3d4d5;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding: 5px 5px;
}

.card-item-listing {
  border: 1px solid;
  padding: 10px 5px 10px 5px;
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.icon-draggable {
  position: absolute;
  top: -1px;
  left: -1px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-bottom-right-radius: 50px;
  display: flex;
  text-align: center;
  line-height: 25px;
  justify-content: center;
  display: none;
}

.icon-draggable img {
  margin-right: 8px;
}

.lead-text {
  font-size: 12px;
  color: #276abf;
  min-width: 94px;
  max-width: 96px;
}

.card-middle-content {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.item-tasks-list {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  min-width: 170px;
}
.item-tasks-list .box-single {
  padding: 0px 3px;
  position: relative;
}
.progress-value-list .progress-value-item {
  font-size: 10px;
  min-width: 50px;
  text-align: center;
  min-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 3px;
}

.item-bg-red {
  background-image: linear-gradient(90deg, #ff5059 0%, #ef4459 100%);
  color: #fff;
}
.item-bg-green {
  background-image: linear-gradient(90deg, #47be76 0%, #47c5ac 100%);
  color: #fff;
}
.item-bg-gray {
  background-color: #dfdfdf;
}

.progress-value-list {
  border-radius: 4px;
  overflow: hidden;
}

.icon-edit {
  position: absolute;
  right: 0;
}

.blue-color-bg {
  border-color: #2774bf;
}
.blue-color-bg .icon-draggable {
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
}

.light-blue-bg {
  border-color: #45a4bb;
}
.light-blue-bg .icon-draggable {
  background-image: linear-gradient(90deg, #41adbd 13%, #8acfd8 100%);
}

.card-brinjal-bg {
  border-color: #6b84e7;
}
.card-brinjal-bg .icon-draggable {
  background-image: linear-gradient(to right, #6b83e7, #79d5fe);
}

.light-red-bg {
  border-color: #ff5c57;
}
.light-red-bg .icon-draggable {
  background-image: linear-gradient(90deg, #ff605c 0%, #ffa4ae 100%);
}

.light-green-bg {
  border-color: #27bd6a;
}
.light-green-bg .icon-draggable {
  background-image: linear-gradient(90deg, #47be76 0%, #47c5ac 100%);
}

.light-brinjal-bg {
  border-color: #5563e4;
}
.light-brinjal-bg .icon-draggable {
  background-image: linear-gradient(to right, #5563e4, #9f6abf);
}

.tooltip-top {
  bottom: 0;
  position: absolute;
  min-width: 200px;
  left: -80px;
  right: 0;
  margin: 0 auto;
  top: 15px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.item-tasks-list .box-single:hover .tooltip-top {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.column-4 {
  flex: 0 0 420px;
  max-width: 420px;
}
.card-single {
  border: 1px solid #989b9c;
  border-radius: 16px;
  padding: 8px;
  height: 100%;
}
.block-header {
  border-bottom: 1px solid #989b9c;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.block-header h3 {
  font-size: 15px;
  color: #1d1d1b;
  padding: 0px 5px;
}

.card-wrape {
  border: 1px solid;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}
.cardimg {
  flex: 0 0 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.task-detail-box {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 10px;
}

.user-info .d-flex.flex-wrap {
  flex-direction: column;
}

.task-status {
  flex: 0 0 90px;
  max-width: 90px;
  border-left: 1px solid;
  padding: 10px;
}

.user-info {
  flex: 1;
  color: #575756;
}
.user-info span {
  font-size: 11px;
  color: #575756;
}

.user-ic {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f0f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 10px;
  overflow: hidden;
}
.user-info .sec-article .f-bolder {
  font-weight: 500;
  font-size: 12px;
}
.user-info p {
  margin: 0px;
}
.user-info a {
  color: #276abf;
}
.user-info a:hover {
  color: #0070ff;
}

.user-info p a {
  font-size: 12px;
  color: #276abf;
  font-weight: 500;
  border-left: 1px solid;
  padding-left: 5px;
  margin-left: 5px;
}

.lower-text {
  line-height: 1.1;
}
.task-status p {
  margin: 0;
  font-size: 10px;
}
.task-status h5 {
  font-size: 10px;
  font-weight: 600;
}

.border-green,
.border-green .task-status {
  border-color: #00b275;
}
.border-green .cardimg {
  background: #00b275;
}
.border-green p,
.border-green h5,
.border-green i {
  color: #00b275;
}

.border-red,
.border-red .task-status {
  border-color: #f3333a;
}
.border-red .cardimg {
  background: #f3333a;
}
.border-red p,
.border-red h5,
.border-red i {
  color: #f3333a;
}

.border-blue,
.border-blue .task-status {
  border-color: #2792bf;
}
.border-blue .cardimg {
  background: #2792bf;
}
.border-blue p,
.border-blue h5,
.border-blue i {
  color: #2792bf;
}

.border-orange,
.border-orange .task-status {
  border-color: #ff8002;
}
.border-orange .cardimg {
  background: #ff8002;
}
.border-orange p,
.border-orange h5,
.border-orange i {
  color: #ff8002;
}

.card-action {
  max-width: 50px;
}
.card-action-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}
.card-action-row .action-item {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding: 0px 5px;
}
.progress-value-header p {
  margin-bottom: 2px;
  font-size: 10px;
}

/* category product page css start */
.item-category-product {
  border: 1px solid #a8a9a9;
  border-radius: 2px;
  border-bottom-left-radius: 10px;
  padding: 10px 20px 20px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  border-image-slice: 1;
}
.card-category-product {
  padding-top: 20px;
}

.item-category-product:hover {
  border-color: #276abf;
  /* box-shadow: rgb(39 106 191 / 36%) 0px 0px 22px;
    transform: translateY(-5px); */
}

.card-category-product-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #cfd0d1;
}
.card-category-product-body {
  padding: 10px 0px;
}
.card-category-title {
  font-size: 16px;
  color: #276abf;
  text-transform: uppercase;
}

.category-text,
.category-text a {
  color: #276abf;
  font-size: 12px;
}

.card-category-product-body .category-text {
  margin-bottom: 4px;
}
.card-category-product-body .category-text:last-child {
  margin: 0px;
}

.card-category-action li {
  margin-left: 10px;
}

.btn-new-subcategory {
  min-width: 133px;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 10px;
}
.btn-new-subcategory img {
  margin-right: 5px;
}
.btn-new-subcategory:hover {
  color: #fff;
  background-image: linear-gradient(270deg, #246fbc 0%, #2f9bc3 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 33%);
}

.column-lg-8 {
  flex: 1;
}
.column-lg-4 {
  flex: 0 0 324px;
  max-width: 324px;
}
.sec-category-product .row.no-gutter {
  margin-right: -12px;
  margin-left: -12px;
}
.sec-category-product .row.no-gutter [class*="column-"] {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-save {
  font-size: 11px;
  position: relative;
  color: #3169b1;
  padding: 14px 10px;
  box-sizing: border-box;
  background: #f0f5f7;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 5px;
}

.btn-save:before {
  /* content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit; */
  /* background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%); */

  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  border: 1px solid #2f9bc3;
  cursor: pointer !important;
}

.btn-save:hover {
  background: #3169b1;
  color: #fff;
}

.input-filds .form-control {
  border-radius: 5px;
  border: 1px solid #a8a9a9;
  font-size: 11px;
  color: #aeb0b0;
  font-weight: 300;
  height: 33px;
}

/* category product page css end */

/***********Modal css start***********/
.modal-com .modal-dialog .modal-content {
  border-radius: 8px;
  overflow: hidden;
  min-height: 250px;
}
.modal-com .modal-dialog .modal-content h5 {
  font-size: 28px;

  color: #1d1d1b;
  font-weight: 400;
}
.modal-com .modal-dialog .modal-content .modal-header {
  padding: 10px 20px;
  border: none;
  flex-direction: column-reverse;
}
.modal-com .modal-body {
  padding: 47px 20px;
}
.modal-com .modal-dialog .modal-content .modal-footer {
  padding: 1.25rem 1.25rem 2.25rem;
  border: none;
  justify-content: center;
}
.btn.btn-modal-btm {
  background-image: linear-gradient(90deg, #47be76 0%, #47c5ac 100%);
  margin: 0;
  border-radius: 0;
  padding: 10px 18px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  min-width: 195px;
}
.modal-com {
  padding: 0 !important;
}

.modal-com p {
  font-size: 13px;
  font-weight: 600;
}

.modal-com ul li {
  margin: 0 15px;
}

.btn.btn-light-green {
  background: transparent;
  color: #13d1a4 !important;
  border: 1px solid #13d1a4;
  border-radius: 12px;
  width: auto;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 8px 10px;
  display: inline-block;
  cursor: pointer;
}
.btn.btn-light-green:hover {
  background: #13d1a4;
  color: #ffffff !important;
}
.btn.btn-dark-blue {
  background: transparent;
  color: #0f54a5 !important;
  border: 1px solid #0f54a5;
  border-radius: 12px;
  width: auto;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 8px 10px;
  display: inline-block;
  cursor: pointer;
}
.btn.btn-dark-blue:hover {
  background: #0f54a5;
  color: #ffffff !important;
}

.modal-com select.form-select {
  background-color: transparent;
  border: 1px solid #a7a7a7;
  color: #000;
  margin-bottom: 30px;
  font-size: 12px;
}

.modal-com .modal-dialog .modal-content {
  /* background-image: url(../images/shape-modal.svg) !important; */
  background-position: left bottom -5px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 337px;
  border: none;
  box-shadow: none;
}

.modal-dialog {
  max-width: 774px;
}
.modal-row {
  display: flex;
  margin: 0 -13px;
  flex-wrap: wrap;
}
.modal-col-6 {
  flex: 1;
  padding: 0px 13px;
}
.modal-row .modal-col-6:first-child {
  flex: 0 0 350px;
}
.modal-form-feild label {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #1d1d1b;
}

.modal-form-feild input[type="text"] {
  width: 100%;
  border: 1px solid #ddd;
  padding: 3px 15px;
  height: 48px;
  border-radius: 6px;
  font-size: 12px;
  letter-spacing: 0px;
  outline: none;
  color: #aeb0b0;
}

.modal-form-row {
  display: flex;
  flex-wrap: wrap;
}
.modal-form-col-right ul {
  display: flex;
}
.modal-form-col-right ul li {
  margin: 0;
  padding: 0 8px;
}
.modal-form-col-right ul li img {
  max-height: 25px;
}
.modal-form-col-left {
  flex: 1;
}
.modal-form-col-right {
  flex: 0 0 110px;
  max-width: 110px;
}
.modal-form-col-left ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.modal-form-col-left ul li {
  margin: 0 0 10px;
  padding: 0 5px;
  width: 50px;
  font-size: 9px;

  color: #1d1d1b;
  text-align: center;
}
.modal-form-col-left ul li .color-box {
  background: #666;
  display: block;
  width: 40px;
  height: 31px;
  border-radius: 2px;
}
.modal-form-col-left ul li .color-1 {
  background: #276abf;
}
.modal-form-col-left ul li .color-2 {
  background: #27bd68;
}
.modal-form-col-left ul li .color-3 {
  background: #ff8002;
}
.modal-form-col-left ul li .color-4 {
  background: #f3333a;
}
.modal-form-col-left ul li .color-5 {
  background: #fffe16;
}
.modal-form-col-left ul li .color-6 {
  background: #f0f0f0;
  border: 1px solid rgb(168 169 169 / 23%);
}

ul.m-icon-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
ul.m-icon-list li {
  margin: 4px 0px;
  padding: 0px 5px;
  width: 10%;
  min-height: 26px;
  display: flex;
  align-items: center;
}
.modal-form-feild {
  margin-bottom: 20px;
}
.modal-com select.form-select {
  background-color: transparent;
  border: 1px solid #a7a7a7;
  color: #000;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .modal-row {
    display: block;
  }
  .modal-form-col-right {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .modal-com .modal-dialog .modal-content .modal-header {
    padding: 10px 15px;
  }
  .modal-com .modal-dialog .modal-content h5 {
    font-size: 16px;
  }
  .modal-com .modal-body {
    padding: 15px 15px;
  }
}

/***********Modal css start end***********/

/* invoices-documents page css start */
.column-9 {
  flex: 1;
}
.column-3 {
  flex: 0 0 410px;
  max-width: 410px;
}

.invoices-button-list .invoices-button-item + .invoices-button-item {
  margin-left: 20px;
}

.invoices-no-gutter {
  margin-right: -7px;
  margin-left: -7px;
  display: flex;
}

.invoices-no-gutter [class*="column-"] {
  padding-left: 7px;
  padding-right: 0px;
}

.invoices-header-toolbar {
  margin-bottom: 15px;
}

.invoices-hd-item .btn-single {
  border: 1px solid;
  border-radius: 2px;
  padding: 5px 10px;

  font-size: 11px;
  min-width: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invoices-hd-item .btn-single:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 39%);
}

.btn-single.btn-go-out {
  border-color: #27bd68;
}

.btn-single.btn-come-in {
  border-color: #e34155;
}

.btn-single.btn-excel-sm {
  border-color: #107c41;
}

.btn-single.btn-pdf-xm {
  border-color: #ff2116;
}

.invoices-hd-item + .invoices-hd-item {
  margin-left: 10px;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 0px;
}

.table.table-documents td,
.table.table-documents th {
  text-align: center;
  vertical-align: middle;
  padding: 8px 10px;
}
.table.table-documents td {
  font-size: 12px;
  border-color: #cecece;
}
.table.table-documents td a {
  color: #276abf;
}
.table.table-documents th {
  background: #f6f6f6;
  border-color: #cecece;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  white-space: nowrap;
}
.table.table-documents td,
.table.table-documents th {
  text-align: center;
  vertical-align: middle;
}
.table.table-documents td a {
  min-width: 18px;
  display: inline-block;
}

.card-document {
  padding: 15px 15px;
  border-radius: 14px;
  border: 1px solid #a8a9a9;
  height: 100%;
}

/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1d1d1b;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1px;
  box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.1);
}

input#user_password::placeholder {
  position: absolute;
  width: 318px;
  height: 55px;
  top: 15px;

  font-family: Montserrat;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;

  display: flex;
  align-items: center;
}

input#user_password_confirmation::placeholder {
  position: absolute;
  width: 318px;
  height: 55px;
  top: 15px;

  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;

  display: flex;
  align-items: center;
}
.confirmatin-modal .modal-content {
  /* background-image: url(../images/shape-modal.svg) !important; */
  background-position: left bottom -5px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 280px;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #2a84c0;
  border-color: #2881bf;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 2px;
  top: 0px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cost-selection {
  flex: 0 0 174px;
  max-width: 174px;
}

.service-input-area {
  flex: 1;
  padding-left: 20px;
  padding-top: 3px;
}

.invoices-hd-item .btn-single img {
  margin-right: 5px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

.bootstrap-select.select-custom > button.btn {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select.select-custom.doc-select > button.btn {
  background: #fff !important;
  height: 34px;
  border: 1px solid #a8a9a9 !important;
  font-size: 13px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 7px 10px;

  color: #1d1d1b;
  font-weight: 300;
  border-radius: 6px;

  width: 200px;
  max-width: 100%;
}

.bootstrap-select.select-custom.doc-select .dropdown-menu li a {
  color: #57595a;
  padding: 5px;
  display: block;
  line-height: 1.2;
  background: none;
  font-size: 13px;
  white-space: normal;
}

.sec-monthgrid-invoices .payments-header ul li {
  min-height: 80px;
}
.sec-monthgrid-invoices .payments-header ul li.columnyear {
  padding: 0px 5px;
}

.block-header p,
.block-header p a {
  font-size: 12px;
  color: rgb(39, 106, 191);
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 5px;
  line-height: 1.1;
}

.block-title {
  font-size: 15px;
  color: #1d1d1b;
}
.cost-selection label {
  font-size: 10px;
  color: #1d1d1b;
  margin-bottom: 0px;
}

.bootstrap-select.select-custom.select-cost > button.btn {
  font-size: 11px;
  color: #aeb0b0;
  border-color: #a8a9a9 !important;
  padding: 11px 10px;
  background: #fff !important;
}

.bootstrap-select.select-custom.select-cost .dropdown-menu li a {
  color: #aeb0b0;
  padding: 5px;
  display: block;
  line-height: 1.2;
  background: none;
  font-size: 10px;
  white-space: normal;
}

.button-row-item {
  padding: 0px 8px;
  flex: 1;
}
.button-row-item [class*="button-"] {
  font-size: 13px;
  color: #fff;
  padding: 6px 3px;
  display: flex;
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
}

.button-row-item [class*="button-"] img {
  width: 14px;
}

.button-row-item [class*="button-"]:hover {
  box-shadow: 0px 2px 3px rgb(0 0 0 / 39%);
}

.button-row-item [class*="button-"] img {
  margin-right: 5px;
}

.button-row {
  margin: 0px -8px;
}

.button-row-item .button-delete-association {
  background-image: linear-gradient(90deg, #ff5059 0%, #ef4459 100%);
  border-color: #ef4459;
}
.button-row-item .button-delete-cost-center {
  background: #3aaa35;
  border-color: #3aaa35;
}

.tag-area {
  width: 100%;
  min-height: 82px;
  border-radius: 8px;
  border: 1px solid #2779bf;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.tab-lead {
  font-size: 16px;
  color: #3169b1;
}

.card-payment .block-title-header {
  margin-bottom: 25px;
}

.card-notifi .block-title-header {
  margin-bottom: 10px;
}

.tag-item-inner {
  display: inline-block;
  position: relative;
}
.cross-ic {
  position: absolute;
  right: -3px;
  top: -8px;
}
.customer-tag-item + .customer-tag-item {
  margin-left: 15px;
}

.btn-register-payment {
  /* border-radius: 3px;
    background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
    display: inline-block;
    color: #fff;
    padding: 6px 11px;
    font-size: 11px;
    min-width: 121px;
    text-align: center; */
}
.btn-register-payment {
  min-width: 121px;
  text-align: center;
  background: transparent;
  color: #0f54a5 !important;
  border: 1px solid #0f54a5 !important;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.btn-register-payment i,
.btn-register-payment img {
  margin-right: 5px;
}
.btn-register-payment:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 39%);
  background: #0f54a5;
  color: #ffffff !important;
}

.table-btn-group li {
  padding: 0px;
  width: 15px;
  margin: 0px 3px;
}
.table-btn-group li img {
  width: 15px;
}

.table.table-small-main thead th {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  background: #f6f6f6;
  border-color: #cecece;
  white-space: normal;
}

.table.table-small-main td,
.table.table-small-main th {
  text-align: center;
  vertical-align: middle;
  padding: 8px 10px;
}

.table.table-small-main td {
  font-size: 12px;
  color: #1d1d1b;
  border-color: #cecece;
}

.button-group-row {
  margin: 0px -3px;
}

.button-box {
  padding: 0px 3px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.button-box [class*="btn-"] {
  border-radius: 2px;
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
  display: flex;
  width: 100%;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 13px;
}

.button-box [class*="btn-"]:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 39%);
}

.button-box [class*="btn-"] img {
  margin-right: 5px;
}

.row-middle {
  margin: 0px -3px;
}
.btn-box-middle {
  padding: 0px 3px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.btn-box-middle [class*="btn-"] {
  font-size: 13px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid;
  font-size: 13px;
}

.btn-box-middle [class*="btn-"]:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 39%);
}

.btn-box-middle [class*="btn-"] img {
  margin-right: 5px;
}

.button-group-middle {
  margin-top: 10px;
}

.btn-box-middle .btn-goods-arrival,
.btn-box-middle .btn-view {
  background-color: #f08459;
  border-color: #989b9c;
}

.btn-box-middle .btn-remove {
  border-color: #e34155;
  color: #e84655;
}

.card-document hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d2d4d4;
}

.sec-tag-customer .block-title {
  margin-bottom: 10px;
}

/* invoices-documents page css end */

/* payment modal css start */
.payment-tabs li a {
  font-size: 14px;
  background: #fff;
  padding: 8px 10px;
  display: flex;
  border-bottom: 1px solid rgba(7 33 56/50%);
  align-items: center;
  justify-content: center;
}
.payment-tabs li a img {
  margin-right: 5px;
}

/* .payment-tabs li .tab-entrance{ color: #27bd68;}
.payment-tabs li .tab-exit{ color: #e74554;}
.payment-tabs li .tab-giroconto{ color: #2a69bf;}
.payment-tabs li .tab-composed{ color: #2669bf;} */

.field-payment label {
  font-size: 11px;
  color: #1d1d1b;
  font-weight: 400;
  margin-bottom: 0px;
}

.field-payment .form-control {
  height: 40px;
  border-radius: 7px;
  border: 1px solid #a8a9a9;
  font-size: 14px;
  color: #343a40;
}

.field-payment .input-group-append {
  margin-left: 0px;
}
.field-payment .input-group-text {
  background: #fafafa;
  border-color: #a8a9a9;
  flex: 0 0 45px;
  text-align: center;
  justify-content: center;
}

.field-payment.field-totale .form-control,
.field-payment.field-date-picker .form-control {
  border-right: 0;
}

.field-payment.field-totale .input-group-text {
  border-color: #27bd68;
}

.fileContainer {
  display: flex;
  color: #fff;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px;
  cursor: pointer;
  white-space: nowrap;
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
  padding: 9px 15px;
  font-size: 14px;
  border-radius: 0;
  text-transform: uppercase;
  justify-content: center;
}

.fileContainer:hover {
  background-image: linear-gradient(90deg, #0172e4 0%, #2f9bc3 100%);
}

.fileContainer img {
  margin-right: 10px;
}

.fileContainer [type="file"] {
  cursor: pointer;
  display: block;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: -40px;
  width: 100%;
  overflow: hidden;
}

.attachments-preview {
  flex: 1;
}
.attachments-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.attachments-item {
  flex: 0 0 32%;
  max-width: 32%;
  padding: 0px 10px;
  margin-bottom: 10px;
}

.attachments-item-inner {
  border: 1px solid #a8a9a9;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}
.attached-file {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ic-delete {
  position: absolute;
  right: 8px;
  top: 0px;
}

.footer-style .btn {
  font-size: 14px;
  text-align: center;
  border: none;
  border-radius: 0px;
  margin: 0;
  color: #fff;
  padding: 9px 10px;
  width: 100%;
}

.btn.btn-modal-remove {
  background-image: linear-gradient(90deg, #ff5059 0%, #ef4459 100%);
}
.btn.btn-modal-remove:hover {
  background-image: linear-gradient(90deg, #eb212b 0%, #ef4459 100%);
}

.btn.btn-modal-save {
  background-image: linear-gradient(90deg, #47be76 0%, #47c5ac 100%);
}
/* .btn.btn-modal-save:hover {
    background-image: linear-gradient(90deg, #28a745 0%, #47c5ac 100%);
} */

.payment-modal .modal-dialog .modal-content h5 {
  font-size: 24px;
  color: #072138;
  font-weight: 600;
  width: 100%;
  line-height: 34px;
  text-transform: none;
}

.payment-modal .modal-dialog {
  max-width: 862px;
}
.payment-modal .modal-dialog .modal-content {
  background-position: right bottom 0px;
  background-size: 186px;
}
.payment-modal .modal-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.payment-modal .modal-body {
  padding: 0px;
}
.services-widget ul li {
  margin: 0px;
  flex: 1;
  text-align: center;
}
/* .border-green {
    border-color: #a8a9a9 !important;
} */
.services-widget ul li a {
  min-height: 48px;
  color: rgba(7, 33, 56, 0.5);
  font-weight: 700;
}

.payment-tabs li a.active {
  background: #fff;
  position: relative;
}

.payment-tabs li .active.tab-entrance {
  color: #0f54a5;
  border-width: 2px;
  border-color: #0f54a5;
}
.payment-tabs li .active.tab-exit {
  color: #0f54a5;
  border-width: 2px;
  border-color: #0f54a5;
}
.payment-tabs li .active.tab-giroconto {
  color: #0f54a5;
  border-width: 2px;
  border-color: #0f54a5;
}
.payment-tabs li .active.tab-composed {
  color: #0f54a5;
  border-width: 2px;
  border-color: #0f54a5;
}

.payment-tabs .nav-item {
  margin-right: -1px;
}

.field-payment textarea.form-control {
  min-height: 100px;
  resize: none;
}
.payment-tabs .nav-tabs {
  display: none;
  margin: 0px -1px;
}
.payment-tabs .mb-0 > a {
  display: block;
}
.payment-tabs .mb-0 > a img {
  margin-right: 5px;
}

.mb-0 > a {
  position: relative;
}

.payment-modal textarea.form-control {
  resize: none;
}
.field-paymen.text-input-highlight-container label {
  font-size: 11px;
  color: #1d1d1b;
  font-weight: 400;
  margin-bottom: 0px;
}

.field-payment .form-control:disabled,
.field-payment .form-control[readonly] {
  background-color: #fff;
}

.input-group.input-daterange .input-group-append {
  margin-left: 0px;
}

.field-payment.field-totale .input-group-append {
  flex: 0 0 40px;
  max-width: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #a8a9a9;
  border-left: unset;
  border-radius: 0.25rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.modal-header .close {
  color: #ff4768;
}
.field-payment.field-totale .input-group-append .currency-dropdown {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  text-align: center;
}

.field-payment ul.dropdown-menu li {
  margin: 0px;
}
.field-payment .chosen-container ul.dropdown-menu li a {
  border: none;
  background: #fff;
}
.field-payment .chosen-container ul.dropdown-menu li {
  color: #fff;
}
.field-payment .chosen-container ul.chosen-results li {
  color: #fff;
}
.field-payment .chosen-container ul.chosen-results {
  width: 100%;
}
.field-payment .chosen-drop.dropdown-menu {
  width: 100%;
  min-width: 100%;
  border-top: 1px solid #2792bf;
}

/* angular datepicker css start */

ngb-datepicker.dropdown-menu {
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  height: auto;
  overflow-y: scroll;
}

.ngb-dp-weekday,
.ngb-dp-week-number {
  font-style: normal;
  font-size: 13px;
}

.ngb-dp-month-name {
  font-size: 13px;
}

[ngbDatepickerDayView] {
  border-radius: 0px;
  width: 100%;
  height: 100%;
}

.btn-light.bg-primary.text-white {
  background: #62a3d0 !important;
  border-radius: 0px;
}

ngb-datepicker .btn-light {
  border: 1px solid #ddd;
}

ngb-datepicker .btn-light:hover {
  color: #fff;
  background-color: #62a3d0;
  border-color: #62a3d0;
}

ngb-datepicker .btn-light:not(:disabled):not(.disabled).active,
ngb-datepicker .btn-light:not(:disabled):not(.disabled):active,
ngb-datepicker .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #62a3d0;
  border-color: #62a3d0;
}

.ngb-dp-day,
.ngb-dp-weekday,
.ngb-dp-week-number {
  padding: 2px;
}

.ngb-dp-month:first-child .ngb-dp-week {
  padding-left: 0;
}

.ngb-dp-month:last-child .ngb-dp-week {
  padding-right: 0;
}

.ngb-dp-weekdays {
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
  color: #fff;
  border-bottom: none;
}

.ngb-dp-arrow span.ngb-dp-navigation-chevron {
  color: #000;
}

/* angular datepicker css end */

@media (min-width: 768px) {
  .payment-tabs .nav-tabs {
    display: flex;
  }
  .payment-tabs .card {
    border: none;
  }
  .payment-tabs .card .card-header {
    display: none;
  }
  .payment-tabs .card.tab-pane > .collapse {
    display: block;
  }
  .payment-tabs .card.tab-pane {
    background: transparent;
  }
}

@media (max-width: 767px) {
  .payment-tabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    margin-bottom: 10px;
    border-radius: 10px;
    border: unset !important;
  }

  .payment-tabs .card-header {
    padding: 0px;
    background: #f2f5f7;
    border: none;
  }
  .payment-tabs .mb-0 > a {
    padding: 10px 30px 10px 10px;
    font-size: 12px;
  }
  .payment-tabs .card-body {
    padding: 10px !important;
  }
  .payment-tabs .mb-0 > a[aria-expanded="true"] {
    color: #0a993c;
  }
  .payment-tabs .mb-0 > a:after {
    right: 15px;
    width: 15px;
    height: 8px;
    margin-top: -4px;
  }

  .field-payment .input-group-text {
    flex: 0 0 auto;
    max-width: 40px;
    min-width: 40px;
  }
  .attachments-preview {
    padding-left: 0;
  }
  .upload-area {
    margin-bottom: 15px;
  }
  .attachments-list {
    margin: 0px -2px;
  }
  .attachments-item {
    padding: 0px 2px;
    min-width: 40px;
  }

  .mb-0 > a:after {
    content: "";
    position: absolute;
    /* background: url(../images/icon-caret-down.svg) no-repeat; */
    background-size: cover;
    right: 15px;
    width: 15px;
    height: 8px;
    margin-top: -4px;
    background-position: center center;
    top: 50%;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  .mb-0 > a[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .footer-style .btn {
    font-size: 11px;
    min-width: 50px;
    padding: 8px 10px;
    min-height: 36px;
  }

  .fileContainer {
    font-size: 11px;
  }
}
/* payment modal css end */

/* costs-and-revenues page css start */
.costs-revenues-row {
  margin: 0px -7px;
}
.card-column {
  padding: 0px 7px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-height: 86px;
  margin-bottom: 30px;
}

.card-column .card-block {
  width: 100%;
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: 1px 0px 6px rgb(169 168 168 / 70%);
}
.card-column .card-block .img {
  margin-right: 15px;
}
.card-column .card-text h4 {
  font-size: 11px;
  color: #1d1d1b;
  font-weight: 700;
}
.card-column .card-text p {
  margin: 0px;
  font-size: 19px;
  color: #000000;
}

.toolbar-action li + li {
  margin-left: 36px;
}
.toolbar-action ul {
  padding-left: 36px;
}

.bootstrap-select.select-custom.select-anno > button.btn {
  font-size: 11px;
  color: #aeb0b0;
  border-color: #a8a9a9 !important;
  padding: 8px 10px;
  min-width: 83px;
  background: #fff !important;
}
.bootstrap-select.select-anno .dropdown-menu li {
  margin: 0px;
}
.bootstrap-select.select-custom.select-anno .dropdown-menu li a {
  color: #aeb0b0;
  padding: 5px;
  display: block;
  line-height: 1.2;
  background: none;
  font-size: 10px;
  white-space: normal;
}

/* ----------progress css start--------------------- */
.progress.position-relative {
  overflow: inherit;
  height: 4px;
  background: #aaaabc;
  border-radius: 3px;
}
.progress-tooltip {
  position: absolute;
  margin-top: -3px;
  z-index: 1;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  left: -5px;
  background: #aaaabc;
}

.progress.position-relative .progress-bar {
  height: 6px;
  margin-top: -1px;
  border-radius: 3px;
}

.bg-danger-background {
  background-image: linear-gradient(93deg, #ff5059 0%, #ef4459 100%);
}
.bg-info-background {
  background-image: linear-gradient(93deg, #47be76 0%, #47c5ac 100%);
}

/* ----------progress css end--------------------- */

.table.table-costs-revenues th {
  background: #f6f6f6;
  border-color: #cecece;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  white-space: nowrap;
}

.table.table-costs-revenues td,
.table-costs-revenues th {
  text-align: center;
  vertical-align: middle;
  padding: 8px 10px;
}

.table.table-costs-revenues td {
  font-size: 12px;
  border-color: #cecece;
}

.table.table-costs-revenues td p {
  margin: 0px;
  text-align: left;
  width: 100%;
}

.table.width-setting tr th:nth-child(4),
.table.width-setting tr td:nth-child(4),
.table.width-setting tr th:nth-child(5),
.table.width-setting tr td:nth-child(5) {
  width: 200px;
  min-width: 200px;
}

.table.table-costs-revenues tfoot td {
  border: none;
  text-align: left;
}

.table.table-costs-revenues td div div + div {
  margin-top: 5px;
}

.table.table-costs-revenues-v2 td,
.table.table-costs-revenues-v2 th {
  padding: 8px 5px;
}

/* product-and-services page css start */
.gutter-product-services {
  margin-right: -7px;
  margin-left: -7px;
  display: flex;
}
.gutter-product-services [class*="column-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.column-md-8 {
  flex: 1;
}
.column-md-4 {
  flex: 0 0 338px;
  max-width: 338px;
}

.product-services-toolbar li + li {
  margin-left: 10px;
}
.product-services-toolbar .btn-services {
  padding: 5px 6px;
  min-width: 88px;
  font-size: 12px;
  text-align: center;
  color: #1d1d1b;
  border: 1px solid;
  border-radius: 3px;
  font-weight: 400;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-services-toolbar .btn-services:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 39%);
}
.product-services-toolbar .btn-services img {
  margin-right: 5px;
}

.btn-services.btn-categories-management {
  border-color: #0d4257;
}
.btn-services.btn-excel {
  border-color: #107c41;
}
.btn-services.btn-pdf {
  border-color: #ff2116;
}
.btn-services.btn-create-page {
  border-color: #276bbf;
}

.sec-filter-search {
  margin-bottom: 20px;
}

.filter-area {
  margin-right: 30px;
}
.search-filed .form-control {
  border: 1px solid #5c5c5c;
  height: 27px;
  padding: 3px 24px 3px 6px;
  width: 300px;
}
.search-filed .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  padding: 0px;
  width: 30px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lead-text-primary {
  color: #276abf;
}
.lead-text-denger {
  color: #e84655;
}
.lead-text-warning {
  color: #ff8656;
}

.table.table-product-services th {
  background: #f6f6f6;
  border-color: #cecece;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.table.table-product-services td,
.table.table-product-services th {
  vertical-align: middle;
  padding: 8px 10px;
}
table.table-product-services td {
  font-size: 12px;
  border-color: #cecece;
}

.card-product-services {
  padding: 15px 15px;
  position: sticky !important;
  border-radius: 14px;
  border: 1px solid #a8a9a9;
  height: 100%;
}

.bootstrap-select.select-custom.common-select > button.btn {
  font-size: 11px;
  color: #aeb0b0;
  border-color: #a8a9a9 !important;
  padding: 11px 6px;
  background: #fff !important;
}
.bootstrap-select.select-custom.common-select .dropdown-menu li a {
  color: #aeb0b0;
  padding: 5px;
  display: block;
  line-height: 1.2;
  background: none;
  font-size: 10px;
  white-space: normal;
}

.bootstrap-select.select-custom.common-select .filter-option-inner-inner {
  line-height: 1.1;
}

.gutters-spacers {
  margin: 0px -3px;
}
.gutters-spacers [class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

.filed-box label {
  font-size: 11px;
  margin-bottom: 2px;
  display: inline-flex;
  align-items: center;
}
.filed-box label img {
  margin: 0px 5px;
}
.select-box-sm {
  margin-top: 22px;
}

.filed-box textarea.form-control {
  resize: none;
  height: 90px;
}

.filed-box .form-control {
  border: 1px solid #a8a9a9;
  font-size: 11px;
  height: 36px;
}

.card-product-services .form-group {
  margin-bottom: 8px;
}

/* product-and-services page css end */

/*===================Css for company page step start===================*/
.header__btn {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.header__btn:last-child {
  margin-right: 0;
}
.header__btn:hover,
.header__btn.js-active {
  color: #fff;
  background-color: #2c2c2c;
}

.multisteps-form__progress {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  justify-content: space-between;
}

.multisteps-form__progress::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0px;
  background: #aeb0b0;
  height: 1px;
  top: 24px;
  width: calc(100% - 30px);
}

.multisteps-form__progress-btn {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
  padding: 0px;
  color: #fff;
  /* text-indent: -9999px; */
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.multisteps-form__progress-btn:after {
  position: absolute;
  top: -2px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 62px;
  content: "";

  z-index: 1;
}

.multisteps-form__form {
  position: relative;
}
.multisteps-form__panel {
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.multisteps-form__panel[data-animation="scaleOut"] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
  left: 50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
  top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.circle-text {
  margin-top: 5px;
  font-size: 10px;
  color: #aeb0b0;
  text-align: center;
}

.circle-text br {
  display: none;
}

.multisteps-form__progress
  .multisteps-form__progress-btn:nth-child(3)
  .circle-text,
.multisteps-form__progress
  .multisteps-form__progress-btn:last-child
  .circle-text {
  width: 70px;
}

.steps-circle {
  background-color: #ffffff;
  border: 1px solid #aeb0b0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8d8d8d;
  font-size: 12px;
  padding: 4px;
}

.multisteps-form__progress-btn.js-active .circle-text {
  color: #1d1d1b;
  font-weight: 600;
}
.multisteps-form__progress-btn.js-active .steps-circle {
  border-color: #0d4257;
}

.multisteps-form__progress-btn.js-active .steps-circle span {
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
  border-color: #246fbc;
}

.steps-circle span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  background: #aeb0b0;
  border-radius: 50%;
}
.steps-circle span i {
  opacity: 0;
}
.multisteps-form__progress-btn.js-active .steps-circle span i {
  opacity: 1;
}

.multisteps-form__progress-btn:hover .steps-circle span {
  background-color: #2d93c1;
  border-color: #277bbe;
  color: #000000;
}
.multisteps-form__progress-btn:hover .steps-circle span i {
  opacity: 1;
}
.multisteps-form__progress-btn:hover .circle-text {
  color: #1d1d1b;
}

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

.multisteps-card-wrapper {
  border: 1px solid #a8a9a9;
  padding: 20px;
  border-radius: 10px;
  padding-bottom: 0;
  /* background-image: url(../images/steps-img.svg);  */
  background-repeat: no-repeat;
  background-position: left bottom -1px;
}

.multisteps-header-block h4 {
  font-size: 17px;
  letter-spacing: 0px;
  color: #1d1d1b;
  font-weight: 400;
}

.multisteps-header-block {
  margin-bottom: 25px;
}

.row-company {
  margin-right: -7px;
  margin-left: -7px;
  display: flex;
}

.row-company [class*="company-col"] {
  padding-left: 7px;
  padding-right: 7px;
}

.company-col-8 {
  flex: 1;
}
.company-col-4 {
  flex: 0 0 426px;

  max-width: 426px;
}

.multisteps-card-header span {
  font-size: 17px;
  color: #1d1d1b;
}
.multisteps-card-header a {
  color: #aeb0b0;
  padding: 0px 5px;
}

.multisteps-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.steps-filds label {
  color: #1d1d1b;
  margin: 0;
  font-size: 11px;
}

.steps-filds .form-control {
  height: 41px;
  border-radius: 5px;
  border: 1px solid #a8a9a9;
  font-size: 14px;
  color: #495057;
}

.steps-filds .input-group-text {
  border: 1px solid #a8a9a9;
  background: #fff;
}

.multisteps-form__content {
  margin: -1px -20px;
  padding-top: 50px;
}

.ac-group .btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  min-width: 167px;
  text-align: center;
  display: inline-block;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 0;
  box-shadow: none;
  padding: 9px 10px;
}

.ac-group .button-save {
  background-image: linear-gradient(90deg, #47be76 0%, #47c5ac 100%);
}
.ac-group .button-save:hover {
  background-image: linear-gradient(90deg, #497c72 0%, #47c5ac 100%);
}

.ac-group .button-continuew {
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
  border-radius: 0px;
}
.ac-group .button-continuew:hover {
  background-image: linear-gradient(90deg, #3a5862 0%, #2f9bc3 100%);
}

.ac-group .button-back {
  background-image: linear-gradient(90deg, #ff825a 0%, #ffaa7a 100%);
}
.ac-group .button-back:hover {
  background-image: linear-gradient(90deg, #b98475 0%, #ffaa7a 100%);
}

.steps-number {
  font-size: 36px;
  letter-spacing: 1px;
  color: #e5e5e5;
  font-weight: 800;
  position: absolute;
  left: 10px;
  bottom: 0;
  line-height: 1.1;
}

.steps-filds .bootstrap-select.select-custom > button.btn {
  font-size: 14px;
  border-color: #a8a9a9 !important;
  padding: 9px 6px;
  font-weight: normal;
  background: #fff !important;
}
.steps-filds .bootstrap-select.select-custom .dropdown-menu li a {
  color: #aeb0b0;
  padding: 5px;
  display: block;
  line-height: 1.2;
  background: none;
  font-size: 10px;
  white-space: normal;
}

.container-radio {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 25px;
  padding-bottom: 15px;
}

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container-radio .checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #a8a9a9;
}

.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.container-radio input:checked ~ .checkmark {
  background-color: #fff;
}

.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-radio input:checked ~ .checkmark:after {
  display: block;
}

.container-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #a8a9a9;
}

.tooltip-inner h4 {
  font-size: 15px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}

.tooltip-inner p {
  text-align: left;
  margin-bottom: 7px;
  font-size: 12px;
}

.card-guide {
  padding: 0px 10px;
}

.card-simple-header {
  margin-bottom: 20px;
}
.card-simple-header p {
  color: #276abf;
  font-size: 15px;
  margin: 0px;
}

.card-item .card-item-inner {
  border: 1px solid #276abf;
  border-radius: 5px;
  padding: 10px 15px;
  color: #276abf;
}

.card-item.active .card-item-inner {
  color: #fff;
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
}

.card-item:hover .card-item-inner {
  color: #fff;
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
}

.card-item p {
  font-size: 12px;
  margin: 0px;
}
.card-item .position-absolute {
  left: 0;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.card-item .rounded-circle {
  width: 23px;
  height: 23px;
  border: 1px solid;
  display: block;

  margin-right: 10px;
  padding: 3px;
}
.card-item .rounded-circle .rounded-circle-inner {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid;
  border-radius: 50%;
}

.card-listing .card-item {
  margin-bottom: 15px;
}

.error-message {
  color: #dc0400;
}

/*===================Css for company page step start end===================*/

/* select company page css start */

.bootstrap-select.select-custom.header-dropdown > button.btn {
  font-size: 14px;
  border-color: #ced4da !important;
  padding: 6px 7px;
  background: rgb(255 255 255 / 67%) !important;
  letter-spacing: 0px;
  color: #0d4257;
  font-weight: 400;
  min-width: 224px;
  border-radius: 5px;
}

.bootstrap-select.select-custom.header-dropdown.show > button.btn {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.bootstrap-select.select-custom.header-dropdown > button.btn:after {
  border: none;
  font-weight: bold;
  /* background-image: url(../images/arrow-select.svg); */
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  width: 15px;
  height: 15px;
}

.bootstrap-select.select-custom.header-dropdown .dropdown-menu li a {
  color: #0d4257;
  padding: 5px 10px;
  display: block;
  line-height: 1.2;
  background: none;
  font-size: 14px;
  white-space: normal;
  text-align: left;
}

.dropdown.bootstrap-select.select-custom.header-dropdown .dropdown-menu {
  border-top-width: 0 !important;
  margin: 0 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-color: #ced4da !important;
}

.bootstrap-select.select-custom.header-dropdown .dropdown-menu li a:hover {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
}

.bootstrap-select.select-custom.dropdown-middle > button.btn {
  font-size: 23px;
  border-color: #a8a9a9 !important;
  padding: 30px 15px;
  background: #fff !important;
  letter-spacing: 0px;
  color: #0d4257;
  font-weight: 400;
  min-width: 150px;
  width: 522px;
  max-width: 100%;
}

.bootstrap-select.select-custom.dropdown-middle.show > button.btn {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.bootstrap-select.select-custom.dropdown-middle > button.btn:after {
  border: none;
  font-weight: bold;
  /* background-image: url(../images/arrow-select.svg); */
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  width: 15px;
  height: 15px;
}

.bootstrap-select.select-custom.dropdown-middle .dropdown-menu {
  border-top-width: 0 !important;
  margin: -1px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-color: #a8a9a9 !important;
}

.bootstrap-select.select-custom.dropdown-middle .dropdown-menu li a {
  color: #0d4257;
  padding: 15px 16px;
  display: block;
  line-height: 1.2;
  background: none;
  font-size: 20px;
  white-space: normal;
  text-align: left;
}

.bootstrap-select.select-custom.dropdown-middle .dropdown-menu li a:hover {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
}

.h-100-vh {
  height: calc(100vh - 73px);
  min-height: 300px;
}
.bootstrap-select.currency-dropdown > button.btn {
  font-size: 12px;
  color: #aeb0b0;
  border-color: #27bd68 !important;
  padding: 11px 6px;
  background: #fff !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0;
  min-width: 40px;
  height: 40px;
}

.bootstrap-select.currency-dropdown .dropdown-menu li {
  margin: 0px;
}
.bootstrap-select.currency-dropdown .dropdown-menu li a {
  color: #aeb0b0;
  padding: 5px;
  display: block;
  line-height: 1.2;
  background: none;
  font-size: 12px;
  white-space: normal;
  border: none;
  text-align: center;
}
.bootstrap-select.currency-dropdown .dropdown-toggle .filter-option {
  text-align: center;
}

/* select company page css end */

/* datepicker css start */
.currency-dropdown .dropdown-toggle::after {
  display: none;
}
.footer-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: 0px;
  flex: 0 0 32%;
}
/* .modal-footer>:not(:last-child) {margin-right: 0;}
.modal-footer>:not(:first-child) {margin-left: 0;} */

.search-table-wrapper {
  position: relative;
}
.search-table-wrapper [class*="col-"] {
  position: static;
}

.dropdown-collapse-btn {
  height: 40px;
  border-radius: 7px;
  border: 1px solid #a8a9a9;
  font-size: 11px;
  color: #aeb0b0;
  background: transparent;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.dropdown-collapse-btn::before {
  position: absolute;
  content: "";
  /* background-image: url(../images/ic-angle-down.svg); */
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-size: contain;
  right: 15px;
}

.collapse-w-100 {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  background: #fff;
  margin-top: -16px;
}

.search-box .form-control {
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
}

.table-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 240px;
}

.table.table-payment-modal {
  margin: 0px;
}
.table.table-payment-modal th {
  background: #f6f6f6;
  border-color: #cecece;
  color: #000000;
  font-weight: 500;
  text-align: center;
}
.table.table-payment-modal td,
.table.table-payment-modal th {
  vertical-align: middle;
  padding: 4px 10px;
  font-size: 12px;
}

.table.table-payment-modal td .text-primary,
.table.table-payment-modal td .text-primary a {
  color: #276abf !important;
}

.table.table-payment-modal tr th:nth-child(3),
.table.table-payment-modal tr td:nth-child(3),
.table.table-payment-modal tr th:nth-child(4),
.table.table-payment-modal tr td:nth-child(4) {
  width: 110px;
  text-align: center;
}

.table.table-payment-modal td {
  border-color: #cecece;
}

.floating-label-content {
  position: relative;
}

.field-payment .floating-label {
  color: #575756;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  font-size: 13px;
  padding: 0 0px;
  margin: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.field-payment .floating-label img {
  margin-left: 5px;
}
.floating-input:focus ~ .floating-label {
  top: 0px;
  font-size: 11px;
  opacity: 0.65;
}
.floating-input:not(:placeholder-shown) ~ .floating-label {
  top: 0px;
  font-size: 11px;
  opacity: 0.65;
}
.floating-select:not([value=""]):valid ~ .floating-label {
  top: 0px;
  font-size: 11px;
  opacity: 0.65;
}
.floating-select[value=""]:focus ~ .floating-label {
  top: 0px;
  font-size: 11px;
  opacity: 0.65;
}

/* datepicker css star */
.datepicker > div {
  font-family: "Roboto", sans-serif;
}
.datepicker table {
  width: 100%;
}
.datepicker table thead th {
  font-weight: normal;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #1f2021;
  opacity: 0.3;
}
.datepicker td {
  border: 3px solid transparent;
  color: #1f2021;
  box-shadow: inset 0 0 1px #000;
}
.datepicker table thead tr + tr {
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%);
  color: #fff;
}
.datepicker td,
.datepicker th {
  border-radius: 0px;
}
.datepicker.dropdown-menu {
  min-width: 256px;
}

.datepicker .prev,
.datepicker .next {
  position: relative;
  font-size: 0px;
  width: 33px;
  height: 28px;
}

.datepicker .prev::before,
.datepicker .next::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 10px;
  top: 0;
  width: 33px;
  height: 28px;
  background-position: center center;
}

.datepicker .prev::before {
  /* background-image: url(../images/arrow-angle-prev.svg);  */
  left: 0px;
}
.datepicker .next::before {
  /* background-image: url(../images/arrow-angle-next.svg); */
  right: 0;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  border: none;
  text-shadow: none;
  box-shadow: inset 0 0 44px #2881bf;
  background: transparent;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: none;
  border: none;
  color: #fff;
  box-shadow: inset 0 0 41px #2881bf;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: transparent;
  color: #fff !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: transparent;
  box-shadow: inset 0 0 41px #2881bf;
  color: #fff;
}

/* datepicker css end */

.steps-filds .input-group-prepend {
  flex: 0 0 40px;
  max-width: 40px;
  min-width: 40px;
}
.steps-filds .input-group-prepend input {
  padding: 6px 0px;
  box-shadow: none;
}

.chosen-container-single .chosen-single {
  height: 41px !important;
  line-height: 41px !important;
  border: 1px solid #a8a9a9 !important;
}

.chosen-container-single .chosen-single span {
  height: 41px !important;
  line-height: 41px !important;
}
.chosen-container-single .chosen-default span {
  color: #495057 !important;
}

.chosen-container .dropdown-menu li a {
  font-size: 14px !important;
  white-space: normal !important;
  width: 100% !important;
  display: inline-block !important;
  padding: 5px 10px !important;
}
.chosen-container .dropdown-menu {
  width: 100%;
  max-height: 90px;
}
.chosen-container .dropdown-menu li:hover,
.chosen-container .dropdown-menu li:active,
.chosen-container .dropdown-menu li:visited {
  color: #fff;
  text-decoration: none !important;
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%) !important;
}

.chosen-container .dropdown-menu li a:hover,
.chosen-container .dropdown-menu li a:active,
.chosen-container .dropdown-menu li a:visited {
  color: #fff;
  text-decoration: none !important;
  background-image: linear-gradient(90deg, #246fbc 0%, #2f9bc3 100%) !important;
}

.modal-content {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.main_diffrent_bg {
  background: #e64355;
  border-bottom-left-radius: 14px;
}
.white-color {
  color: white;
}
.gradient_bg {
  background-image: linear-gradient(to right, #27bd69, #27c3a6);
}
.gradient_bg_2 {
  background-image: linear-gradient(to right, #276bbf, #278fbf);
  border-bottom-right-radius: 14px;
}
ul.icon-text {
  line-height: 32px;
  color: #aeb0b0;
  font-weight: 400;
}
.three_icons i {
  font-size: 23px !important;
  padding: 0 5%;
}
i.fa.fa-check-circle {
  color: #00a912;
}
i.fa.fa-trash {
  color: #ea4040;
}
i.fa.fa-cog {
  color: #aeb0b0;
}
.blue {
  color: #4a7bba;
}
.contact-half {
  border-right: 1px solid #aeb0b0;
}
.modal-header {
  background: #f6f6f6;
}
.grey-color {
  color: #aeb0b0;
}
app-account-balance .section-filter-area .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
  width: 284px !important;
  word-break: break-word;
}
app-account-balance .section-filter-area .dropdown-menu .dropdown-item {
  white-space: unset;
}

.invoice_header_toolbar .chosen-container-single .chosen-single {
  height: 34px !important;
  line-height: 34px !important;
  border: 1px solid #a8a9a9 !important;
  padding: 0px 10px;
  color: #1d1d1b !important;
  font-weight: 300;
  border-radius: 6px;
}
.invoice_header_toolbar .chosen-container-single .chosen-single span {
  height: 34px !important;
  line-height: 34px !important;
}
.select-arrow {
  position: relative;
}
.select-arrow:before {
  position: absolute;
  content: "";
  background: url(/assets/img/jquery.chosen/chosen-sprite.png) no-repeat 0px
    10px;
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9;
}
app-type-ahead-wo-search-nested.custom-dropdown-field br {
  display: none;
}

.visually-hidden {
  display: none;
}
.pagination .page-item.disabled .page-link,
.pagination > li > a {
  min-height: 40px;
  color: #3f68d5;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 13px 18px !important;
  border-radius: 17px !important;
  background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
  border: none;
}
.pagination .page-item.active .page-link,
.pager > li > a:hover,
.pagination > li > a:hover {
  background-image: linear-gradient(90deg, #4a74e1 0%, #254bb9 100%) !important;
  color: #fff !important;
}

.card-product-services {
  padding: 15px 15px;
  border-radius: 14px;
  border: 1px solid #a8a9a9;
  height: auto;
}

.btn_save_blue_border {
  background: transparent;
  color: #0f54a5 !important;
  border: 1px solid #0f54a5 !important;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 20px;
  text-align: center;
  justify-content: center;
}
.btn_save_blue_border i,
.btn_save_blue_border img {
  margin-right: 5px;
}
.btn_save_blue_border:hover {
  background: #0f54a5;
  color: #ffffff !important;
  border: 1px solid #0f54a5 !important;
}
.icon_tag_flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icon_tag_flex .icon-tag {
  width: auto !important;
}

.alert-danger {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.alert-danger::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 2px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

input.ng-invalid.ng-pristine.ng-touched {
  border: 1px solid red;
  padding-right: 30px;
}

input.ng-invalid.ng-pristine.ng-touched {
  background-image: url("/assets/img/mark.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: center;
}

app-decimal-input.ng-invalid.ng-pristine.ng-touched input {
  border: 1px solid red;
  padding-right: 30px;
}

app-decimal-input.ng-invalid.ng-pristine.ng-touched input {
  background-image: url("/assets/img/mark.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: center;
}

textarea.ng-invalid.ng-pristine.ng-touched {
  border: 1px solid red;
  padding-right: 30px;
}

textarea.ng-invalid.ng-pristine.ng-touched {
  background-image: url("/assets/img/mark.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: center;
}
