/* Header  */
header {
  border-bottom: 1px solid #d4dae3;
  background: #fff;
  padding: 0 30px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo img {
  width: 130px;
  padding: 10px 0;
}
.main-navs li a {
  color: #000;
  font-weight: 500;
  padding: 8px 12px;
}
.main-navs li + li {
  margin-left: 10px;
}
.main-navs li a:hover,
.main-navs li a.active {
  background: rgb(26 18 43 / 08%);
  border-radius: 50px;
}
/* Login */

.login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 65px - 60px);
  padding: 30px 0;
}

.login-content {
  border: 1px solid #d4dae3;
  padding: 40px 50px;
  border-radius: 10px;
  background: #fff;
  width: 450px;
}

.error.form-text {
  color: red;
  font-size: 85%;
}
.login-form h4 {
  font-size: 22px;
  font-weight: 600;
}
.login-form p {
  font-size: 13px;
  color: #a6a6a6;
  margin-top: 5px;
}

.error.border-red,
.error.border-red:focus {
  border: 1px solid red;
  border-color: red;
  box-shadow: 0 0 0 0.1rem red;
}

.form-group > label {
  font-weight: 500;
  font-size: 13px;
}
.form-group > label span {
  color: red;
  position: relative;
  font-size: 13px;
}
.logo-head {
  margin-bottom: 40px;
  text-align: center;
}
.add-button {
  margin: 0 30px;
}
.btn-sml.btn-border {
  padding: 0;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  border: 1px solid #d4dae3;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* Footer */
footer {
  text-align: center;
  padding: 20px 30px;
  font-size: 13px;
}
footer p a {
  color: #000;
}
footer p a:hover {
  color: #000;
  text-decoration: underline;
}

.wrapper {
  padding: 40px 150px;
}

/* Inner */
.dash-nav h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.page-header {
  padding-bottom: 25px;
}
.dataTables_wrapper {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d4dae3;
}

.titlecase {
  text-transform: capitalize;
}

.client-name {
  font-weight: 500;
}
.client-short-name {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #d4dae3;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
.logout-btn > a {
  border-radius: 50px;
  border: 1px solid #d4dae3;
  text-transform: capitalize;
  letter-spacing: 0;
  height: auto;
  color: #000;
  font-weight: 500;
  padding: 4px 20px;
  font-size: 13px;
}

.logout-btn a:hover {
  background: #fdfdfd;
}
.btn-wrap .btn-sml {
  padding: 5px;
  border: 0;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background: #f2f2f2;
}
.btn-wrap li + li {
  margin-left: 15px;
}
.btn-wrap .btn-sml:hover svg path {
  fill: #1a4ca3;
}
.btn-wrap .btn-sml.btn-modelDelete:hover svg path + path {
  stroke: #1a4ca3;
}
.btn-wrap .btn-sml:hover {
  background: #e8e8e8;
}
.noti-box {
  border: 2px solid #d4dae3;
  background: #fff;
  display: block;
  border-radius: 10px;
  height: 100%;
  padding: 20px;
}
.content h2 {
  font-weight: 600;
}
.recent-wrap {
  margin-top: 30px;
}
/* .noti-box:hover {
  border: 2px solid #1a4ca3;
} */
.content {
  display: flex;
}
.cotent-icon {
  background: rgb(26 76 163 / 10%);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.cotent-icon svg {
  width: 18px;
}
.content h5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(26 76 163 / 85%);
}
.invoice-dtl h6 {
  margin-bottom: 5px;
}
.table-filter ul {
  display: flex;
  margin: 0 0 30px;
  border-bottom: 1px solid #d4dae3;
}
.table-filter ul li {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: 0px;
}
.table-filter ul li.active {
  border-color: #1a4ca3;
}
.invoice-right {
  padding: 20px;
  border: 1px solid #d4dae3;
  border-radius: 10px;
}
.invoice-right .invoice-dtl {
  border-radius: 5px;
  border: 1px solid #d4dae3;
  overflow: hidden;
  border-bottom: 0;
}
.invoice-summary {
  max-width: 300px;
  margin: 20px 0;
  margin-left: auto;
  border-radius: 5px;
  border: 1px solid #d4dae3;
  overflow: hidden;
  border-bottom: 0;
}
.invoice-top {
  display: flex;
  justify-content: space-between;
}
.address-sec p {
  max-width: 150px;
}
.invoice-logo img {
  max-width: 150px;
}
.client-add-dtl {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 15px 0;
}
.client-add span {
  display: block;
}
.horizontal-dropdown.show {
  display: flex;
}
.horizontal-dropdown li a {
  line-height: 22px;
}
.btn-ClientEdit svg {
    max-height: 20px;
    margin-top: -12px;
}
.head-left .form-control {
    width: 100%;
    min-width: 200px;
}