@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&family=Public+Sans:wght@300;400;500;600;700;800&display=swap");
:root {
  --primary-blue: #102d4f;
  --light-blue: #e5ecfa;
  --gray-300: #ecf3ff;
  --gray-200: #eceef1;
  --gray-500: #5d596c;
  --light-white: #f8f9fa;
}

body {
  font-family: "Public Sans", sans-serif;
  /* background: #f8f7fa; */
}

a {
  text-decoration: none;
}

.gray-500 {
  color: var(--gray-500);
}

.breadbumb {
  display: flex;
  gap: 10px;
  margin: 16px 0;
}

.breadbumb .light {
  color: #708195;
  font-weight: 600;
}

.breadbumb .dark {
  color: var(--primary-blue);
  font-weight: 600;
}

.breadbumb .pn-section button {
  border: none;
  border-radius: 4px;
  background-color: #eceef1 !important;
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
  color: var(--primary-blue);
  gap: 10px;
  opacity: 0.8;
}



.small-screen-nav {
  display: none;
}


.header-table .nav-link,
.header-table .nav-link:hover,
.header-table .nav-link:focus,
.header-table .nav-link:active {
  border: none !important;
  outline: none !important;
  
}

/* Remove border-bottom from nav-tabs if used anywhere */
.header-table .nav-tabs {
  border-bottom: none !important;
}

.header-table {
  margin-left: 19px;
}

.header-table:hover{
  border: none;
}

.header-table ul li {
  display: inline-block;
  margin-left: -20px;
  box-shadow: none;
  height: 40px;
}

.header-table ul li .nav-link {
  text-decoration: none;
  color: #102d4f;
  background: #fff;
  position: relative;
  display: inline-block;
  margin: 0 22px;
  padding: 8px 35px;
  border-radius: 12px 12px 0 0;
  box-shadow: 6px 0px 10px 0px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #102d4f;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
}

.header-table ul li .nav-link:before,
.header-table ul li .nav-link:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: inherit;
}

.header-table ul li .nav-link:before {
  border-radius: 12px 0 0 0;
  left: -20px;
}

.header-table ul li .nav-link:after {
  /* border-radius: 0 12px 0 0; */
  border-radius: 12px 12px 0px 0px;
  transform: skew(24deg);
  
  right: -20px;
  z-index: 1;
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.13);
  /* box-shadow: 6px 0px 10px 0px rgba(0, 0, 0, 0.15); */
}

.header-table ul li .nav-link.active {
  color: #fff;
  background: #293849;
  
}

.header-table .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  padding: 8px 35px;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}


/* Tab Shedow */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  /* .header-table {
    display: none;
  } */
  .card {
    margin-bottom: 20px;
  }
  .heading-card .visiting-card {
    padding: 0 10px;
  }
  .card-row {
    flex-direction: column;
  }
  .building-card {
    display: none;
  }
  .main-logo img {
    height: 75px;
  }
  .navbar-big {
    display: none;
  }
  .dropdown-nav {
    display: initial !important;
  }
  .dropdown-nav button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eceef1;
    color: #405772;
    border: none;
    border-bottom: 2px solid #102d4f !important;
    text-align: start;
    width: 100%;
    padding: 15px 10px;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background-color: #102d4f !important;
    color: #fff !important;
  }
  .nav-item {
    display: block !important;
  }
  .dropdown-nav ul {
    display: initial !important;
  }
  /* .table th:last-child{
            position: sticky;
            right: 0;
            z-index: 2;
            background-color: #fbfbfb !important;
            color: #373737;
        } */
  /* .table td:last-child {
            position: sticky;
            right: 0;
            z-index: 2;
            background-color: #fbfbfb !important;
            color: #373737;
        } */
  .table td a p {
    display: none;
  }
  table tbody th {
    position: sticky;
    left: 0;
    background: white;
    z-index: 1;
  }
  .img-res {
    display: initial;
  }
  .big-name {
    display: none;
  }
  .table td {
    white-space: nowrap;
  }
}

.page {
  margin-left: 120px;
  /* background-color: #F8F7FA; */
}

.app-header .align-line {
  overflow: inherit;
}

.page-book {
  margin-left: 270px;
  /* background-color: #F8F7FA; */
}

.page-main .row {
  align-items: center;
  justify-content: space-between;
}

.switch-button .line-hori {
  position: relative;
}

.weeks-month-sec {
  background-color: #eceef1;
  border-radius: 6px;
  display: flex;
  gap: 10px;
}

.switch-button .line-hori::before {
  content: "";
  height: 26px;
  width: 1.5px;
  background-color: #533873;
  border-radius: 26px;
  position: absolute;
  left: 0;
  top: 7px;
}

.graph {
  width: 100%;
  max-height: 147px;
}

.graph canvas {
  width: 100% !important;
}

nav {
  padding: 0 !important;
}

.app-header {
  background-color: #fff;
  border-radius: 6px;
  margin-right: 17px;
  margin-top: 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-icon {
  color: #8f9daf;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: -1px;
}

/* Search */
.search-box ion-icon {
  font-size: 24px;
  vertical-align: middle;
}

.search-box input {
  vertical-align: middle;
  padding: 20px 0;
  border: none;
  margin-left: 5px;
}

input:focus-visible {
  outline: none;
}

.pn-section {
  display: flex;
  justify-content: end;
  align-items: center;
}

.pn-section .notification ion-icon {
  font-size: 24px;
  vertical-align: middle;
  padding: 20px 0;
  margin-right: 13px;
  color: #6f6b7d;
}

.pn-section .profile {
  padding: 12px 0;
  position: relative;
}

.pn-section .profile a {
  position: relative;
}

.pn-section .profile img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.pn-section .profile a .active-status {
  height: 15px;
  width: 15px;
  position: absolute;
  border-radius: 50%;
  right: 0px;
  bottom: -14px;
  border: 3px solid #fff;
  background-color: #28c76f;
}

.page-content {
  margin: 12px 23px 0 122px;
  padding: 0;
}

.page-content-book {
  margin: 0 23px 0 270px;
  padding: 0;
}

/*//////////////////////////////// Heading ///////////////////////////////////////*/
.heading-card {
  background: url(../images/media/background.png) no-repeat;
  background-size: cover;
}

.heading-card .row {
  align-items: center;
}

.heading-card .visiting-card {
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.heading-card .main-logo {
  text-align: center;
}

.heading-card .visiting-card .card-img-user {
  padding: 23px 0;
}

.heading-card .visiting-card .user-desc {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  margin-left: 15px;
}

.heading-card .visiting-card .user-desc h2 {
  color: #535d55;
  font-size: 30px;
  font-weight: bold;
}

.heading-card .visiting-card .user-desc p {
  color: #f4923f;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.heading-card .visiting-card .user-desc .svg-icons {
  display: flex;
}

.heading-card .visiting-card .user-desc .svg-icons .id-card {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.heading-card .visiting-card .user-desc .svg-icons .visit-card {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.heading-card .visiting-card .user-desc .svg-icons .id-card p {
  margin: 0;
  color: var(--primary-blue);
  padding-left: 8px;
}

.heading-card .visiting-card .user-desc .svg-icons .visit-card p {
  margin: 0;
  color: var(--primary-blue);
  padding-left: 8px;
}

.heading-card .building-dropdown {
  justify-content: center;
  display: flex;
}

.building-card {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 12px 10px;
  border-radius: 6px;
  height: 100%;
}

.shadow-box {
  box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.1);
}

.building-card .small-gst {
  font-size: 12px;
  font-weight: 500;
}

.building-card .loc-small {
  font-size: 10px;
  font-weight: 600;
}

.building-card p {
  margin: 0;
  padding: 0 20px;
  font-weight: 700;
  color: #708195;
}

.building-card .building-img {
  background: #f1f0f2;
  padding: 8px 10px;
  border-radius: 6px;
}

.building-card .building-img img {
  width: 30px;
}

.building-card .building-chevron {
  background: #ecf3ff;
  padding: 8px 11px;
  border-radius: 50%;
}

.attendence-name .row .col {
  text-align: center;
}

.attendence-name .row .col p {
  margin: 0;
}

.cards-content_1 {
  margin: 20px 0;
}

.cards-content_2 {
  margin: 20px 0;
}

.cards-content_3 {
  margin-bottom: 20px;
}
















.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}





/* .request-expense {
    margin-bottom: 68px;
} */
.mar-top {
  margin-top: 110px;
}

.adjust-sec {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

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

.message-written {
  float: right;
  margin-bottom: 77px;
}

/*////////////////////////////////// TEXT FORMAT ////////////////////////////////*/
.body-extra {
  font-family: "Public Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.body-large {
  color: var(--primary-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.body-regular {
  color: var(--primary-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.body-small {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.heading4 {
  font-family: "Mulish";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.heading7 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
}

.headline4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
}

.green-color {
  color: #28c76f;
}

.red-color {
  color: #ea5455;
}

.font-weight-600 {
  font-weight: 600;
}

/*//////////////////////////////////////// BUTTON /////////////////////////////////*/

/*///////////////////////////////////////////////// Profile HR //////////////////////////////////*/
.profile-skill {
  gap: 16px;
}

.message-written p {
  margin: 0;
  text-align: end;
}

.skill-box {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 285px;
  border: 1px solid #9faab9;
  border-radius: 4px;
  background-color: #fff;
}

.padding-b {
  padding-bottom: 30px;
}

.d-js {
  display: flex;
  justify-content: flex-start !important;
}

.form-profile-hr {
  margin: 16px 0;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 6px;
  background-color: #fff;
}

.form-profile-hr label {
  font-size: 14px;
  font-weight: 400;
  color: #405772;
  width: 100px;
}

.form-profile-hr input {
  border: 1px solid #9fabb9;
  border-radius: 6px;
  display: flex;
  width: 400px;
  padding: 8px 10px;
  align-items: center;
  gap: 10px;
}

.form-profile-hr .input-text {
  display: flex;
  align-items: center;
  gap: 40px;
}

.form-profile-hr .agree,
.submit {
  display: flex;
  gap: 20px;
  margin-left: 9rem;
}

.form-profile-hr .agree .check-in {
  width: auto !important;
}

.leave-approve {
  display: flex;
  align-items: center;
}

/* //////////////////////////////////////// TODO Dashboard  ////////////////////////////////////////*/
.top-navigator {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}

.top-navigator .body-large span {
  color: #708195;
}

.top-navigator .home {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.switch-button {
  margin: 24px 0;
  display: flex;
}

.tickets-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
}

.tickets-nav .items-nav {
  text-align: center;
  padding: 10px 20px;
}

.tickets-nav .items-nav:hover {
  border-bottom: 2px solid var(--primary-blue);
  background-color: var(--gray-200);
}

.items-nav-purple {
  text-align: center;
  padding: 10px 20px;
}

.items-nav-purple:hover {
  border-bottom: 2px solid #6f4261;
  background-color: var(--gray-200);
}

.items-nav-purple .heading4 {
  color: #a98ade;
}

.items-nav-purple .body-small {
  color: #a98ade;
}

.tickets-nav .active {
  border-bottom: 2px solid #6f4261;
  background-color: var(--gray-200);
}

.mar-left {
  margin-left: -3px;
}

.all-tickets {
  background-color: #fff;
  margin: 24px 0;
  padding: 24px;
}

.all-tickets .all-head {
  display: flex;
  justify-content: space-between;
}

.all-input {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}

.all-input .input-div {
  border-radius: 6px;
  border: 1px solid #dbdade;
  padding: 7px 14px;
}

.all-input .input-div input {
  border: none;
}

.tickets-card {
  margin: 24px 0;
  display: flex;
  gap: 24px;
}

.tickets-card .card1 {
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  background-color: var(--light-white);
  padding: 16px;
}

.tickets-card .card1 .flex-space {
  display: flex;
  justify-content: space-between;
}

.card1 .description {
  margin: 12px 0;
}

.card1 .checkin {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}

.card1 .checkin .eta1,
.eta-time {
  color: #fd7e14;
  font-size: 10px;
  font-weight: 400;
}

.card1 .checkin .eta-name {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.card1 .checkin .elasped {
  text-align: right;
  font-size: 10px;
  font-weight: 400;
}

.card1 .id-date .id {
  font-size: 11px;
  color: var();
  font-weight: 600;
}

.card1 .id-date .date-tic {
  font-size: 11px;
  font-weight: 400;
  color: var(--gray-500);
}

.card1 .company-name .name {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.card1 .company-name .type {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.buttons-next-prev {
  text-align: end;
}

.buttons-to-call {
  width: 100%;
  display: flex;
}

.buttons-to-call .button {
  background-image: url(../images/svgs/button.svg);
  width: 187px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--primary-blue);
  font-weight: 500;
  letter-spacing: -0.32px;
}

.buttons-to-call .button-small {
  background-image: url(../images/svgs/button-small.svg);
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--primary-blue);
  font-weight: 500;
  letter-spacing: -0.32px;
}

.buttons-to-call .button-small {
  background-image: url(../images/svgs/button-small-dark.svg);
  color: #fff;
}

.buttons-to-call .button-small .active {
  background-image: url(../images/svgs/button-dark.svg);
  color: #fff;
}

.table-form {
  width: 100%;
}

.table-form table {
  border: 1px solid #e3e3e3;
}

.table-form table tbody {
  border-top: 2px solid #e3e3e3 !important;
}

.table-form table .edit {
  display: flex;
  height: 28px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background-color: #eceef1;
}

.table-form .table thead tr {
  background-color: #f8f9fa;
  color: var(--primary-blue);
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
  background-color: #708195;
  border-radius: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

lir.round:before {
  border-radius: 50%;
}

lir:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked lir {
  background-color: #2196f3;
}

input:focus lir {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + lir:before {
  transform: translateX(13px);
}

.basic-table {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 6px;
  background-color: #fff;
}

.basic-table .head-res {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filters {
  display: flex;
  gap: 16px;
  align-items: center;
}

.filters img {
  background-color: #eceef1;
  padding: 10px;
  border-radius: 50%;
}

.filters .filter-des {
  color: #708195;
}

.body11 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: var(--primary-blue);
}

.but-dark-bg {
  padding: 20px;
  background: #f8f7fa;
  border-radius: 6px;
}

.basic-table .card2 {
  display: flex;
  width: 428px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}

.card2 .date-in-out {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card2 .left-side .day {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.card2 .free-space {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #989e99;
}

.card2 .right-side .time {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.32px;
}

.green-text {
  font-size: 14px;
  font-weight: 500;
  color: #20c997;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.card2 .time-big {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #20c997;
}

.card2 hr {
  width: 100%;
}

.progress-bar1 .sec-rl {
  display: flex;
  justify-content: space-between;
}

.list-view-table table thead tr th {
  font-size: 14px;
}

.list-view-table table thead tr th .orge {
  color: #fd7e14 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.list-view-table table thead tr th .silent {
  color: #8997a8;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.table > thead {
  vertical-align: top !important;
}

.resignation-table {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.resignation-table .head-res {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.card3 {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.card3-content {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 12px;
  background-color: #f8f9fa;
}

.card3-content .head-1 {
  display: flex;
  justify-content: space-between;
}

.card3-content .head-1 .right .dt-1 {
  text-align: end;
  color: #6f6b7d;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.card3-content .head-1 .left .id {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  color: var(--primary-blue);
  line-height: normal;
  letter-spacing: 1.1px;
}

.card3-content .head-1 .left .eta-10 {
  font-size: 12px;
  font-weight: 500;
  color: #8997a8;
}

.card3-content .head-1 .left .eta-10 span {
  color: #fd7e14;
}

.card3-content .head-1 .left .elapsed {
  color: var(--primary-blue);
  font-size: 12px;
  font-weight: 500;
}

.card3-content .head-1 .left .elapsed span {
  color: #8997a8;
}

.card3-content .body-desc {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

.button-card3 {
  display: flex;
  gap: 16px;
  justify-content: end;
}

.myCompany {
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 24px;
  border-radius: 6px;
  background-color: #fff;
}

.myCompany .head-com {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.he1 {
  font-size: 18px;
  color: var(--primary-blue);
  font-weight: 700;
  line-height: 24px;
}

.myCompany .company-tab {
  width: 100%;
}

table tbody tr td {
  font-size: 13px;
  color: var(--primary-blue);
  font-weight: 500;
  line-height: 16px;

}

table tbody tfoot td {
  font-size: 14px;
  font-weight: 500;
}

.table > :not(:first-child) {
  border: 1px solid #e3e3e3 !important;
}

table thead tr:first td:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

table {
  border-spacing: 0;
  border-radius: 8px 8px 0 0;
  border-collapse: separate;
}

table .d-flex {
  gap: 6px;
}

/* //////////////////////////////////////// book Dashboard  ////////////////////////////////////////*/
.side-menu__item-book {
  display: flex;
  gap: 10px;
  font-size: 14px;
  white-space: nowrap;
  color: #6f6b7d;
}

.align-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}

.totalss {
  display: flex;
  gap: 16px;
}

.totalss .total {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 4px;
  background-color: #f8f9fa;
}

.section-2 {
  margin: 16px 0;
}

.section-2 .holding-contri {
  width: 100%;
}

.section-2 .holding-contri .box {
  width: 95%;
}

.section-sum-holding {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.line-total {
  display: flex;
  gap: 12px;
}

.line-total .lines-img {
  display: flex;
  gap: 12px;
}

.boxes {
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.boxes .box {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  background-color: #f8f9fa;
  border-radius: 4px;
}

.holding-contri .mb-set {
  margin-bottom: 27px;
}

.recent-out {
  margin: 16px 0;
}

.parties-card .head-party {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.h1-party {
  color: var(--primary-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.recent-out-box {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  background-color: #fff;
  border-radius: 6px;
}

.recent-out-box .head-but {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.recent-out-box .head-but a {
  color: var(--primary-blue);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.res-chev {
  display: none;
}

.navbar-recent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #dbdade;
}

.navbar-recent .item-nav {
  color: #708195;
  padding: 8px 20px;
}

.content-div {
  margin: 16px 0;
}

.navbar-recent .active {
  color: var(--primary-blue);
  border-bottom: 2px solid var(--primary-blue);
}

.side-menu__item-book:hover {
  color: var(--primary-blue);
  transition: 0.3s;
}

.side-menu__item-book .justi-co-en {
  width: 100%;
  text-align: end;
}

.app-sidebar__toggle .building-card {
  box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.1);
}

.payment-card {
  margin: 16px 0;
}

.product-list {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.product-list .heading-list {
  display: flex;
  justify-content: space-between;
}

.product-list .head {
  font-size: 14px;
  font-weight: 600;
}

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

.product-list .list .date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.product-list .list .date span {
  color: #ea5455;
}

.product-list-out {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.product-list-out .head {
  font-size: 14px;
  font-weight: 600;
}

.product-list-out .list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.product-list-out .list .date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.product-list-out .list .date span {
  color: #ea5455;
}

.pro-cost .switch-button {
  justify-content: end;
  width: 100%;
  margin: 16px 0;
}

.information-card-small {
  /* margin: 16px 0; */
  background: #f8f7fa;
  border-radius: 8px;
  display: flex;
  padding: 16px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.information-card-small .add {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  border-radius: 4px;
  background: #fff;
}

.information-card-small .buttons-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 12px;
}

.information-card-small .buttons-info .but-in {
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 6px;
  width: 100%;
}

.information-card {
  margin: 16px 0;
  background: #d3d7df;
  border-radius: 8px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.info-card-small {
  display: none;
}

.information-card .add {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  border-radius: 4px;
  background: #fff;
}

.information-card .buttons-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.information-card .buttons-info .but-in {
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 6px;
}

.information-card .cards {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
}

.cards-linked {
  width: 100%;
  height: 100%;
}

.information-card .card-headi {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.information-card .card-headi .body8 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-blue);
}

.information-card .card-contents {
  width: 100%;
}

.information-card .card-contents .content1 {
  display: flex;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f8f9fa;
  border-radius: 4px;
}

.information-card .card-contents .content2 {
  display: flex;
  justify-content: space-between;
  color: var(--primary-blue);
}

.information-card .body7 {
  font-size: 14px;
  color: var(--primary-blue);
}

.information-card .card-price {
  font-size: 14px;
}

.information-card hr {
  width: 100%;
  background: #989e99;
  height: 3px;
  margin: 0px;
}

.parties-card {
  background: #fff;
  border-radius: 8px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  height: 100vh;
}

.transaction-card {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background-color: #fff;
  border-radius: 6px;
}

.transaction-card .com-card {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background-color: #eceef1;
  border-radius: 6px;
  width: 100%;
}

.transaction-card .com-card .head-com {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transaction-card .com-card .head-com .name-com {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.transaction-card .com-card hr {
  width: 100%;
  margin: 0;
  background-color: #cfd5dc;
  height: 3px;
}

.transaction-card .com-card .head-com .name-com .display-com {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
}

.transaction-card .com-card .head-com .name-com .gst-com {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #405772;
  display: flex;
  gap: 10px;
}

.transaction-card .com-card .head-com .name-com .gst-com span {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #708195;
}

.transaction-card .com-card .part2 {
  width: 100%;
  display: flex;
  gap: 150px;
}

.transaction-card .com-card .part2 .desc {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.transaction-card .com-card .part2 .head {
  color: #708195;
  width: 70px;
}

.transaction-card .com-card .part2 .num {
  color: #405772;
}

.trans-tab {
  width: 100%;
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.trans-tab table tbody tr td {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #405772;
}

table tbody tr td .green {
  color: #28c76f;
}

.content-sales {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  background-color: #fff;
}

.content-sales .head-com {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-sales .company-tab {
  width: 100%;
}

.uns-btn {
  display: flex;
  gap: 20px;
}

.unsettled-div {
  display: flex !important;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background-color: #fff;
}

.unsettled-div .head-res {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.unsettled-div .head-res .body11 .body4 {
  font-size: 12px;
  color: #708195;
  font-weight: 500;
  line-height: 24px;
}

.uns-dr-cr {
  display: flex;
  width: 100%;
}

.uns-dr-cr .dr-cr {
  display: flex;
  gap: 15px;
  align-items: center;
}

.uns-dr-cr .credit {
  margin-left: 30px;
}

.uns-dr-cr .dr-cr .desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.uns-dr-cr .red {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  color: #ea5455;
}

.uns-dr-cr .green {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  color: #28cf67;
}

.uns-dr-cr .body4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #9fabb9;
}

.chart1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  background-color: #eceef1;
  padding: 35px 24px;
  border-radius: 4px;
}

.chart1 .chart-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.chart1 .chart-desc .first-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.card-data {
  width: 100%;
}

.card-data .card-body {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
}

.card-data .card-body .body-small {
  color: #405772;
}

.card-data .card-body .df-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.card-data .card-body .df-card .body8 {
  font-size: 14px;
  font-weight: 600;
  color: #708195;
}

.card-data .card-body .df-card .light-cl {
  font-size: 14px;
  font-weight: 700;
  color: #405772;
  letter-spacing: -0.32px;
}

.card-data .card-body .df-card .green {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #31cc76;
}

.red1 {
  color: #dc3545;
}

.green1 {
  color: #41d683;
}

.uns-btn select {
  font-weight: 700;
}

.unsettled-con2 {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  border-radius: 8px;
  margin-top: 16px;
  background: #fff;
}

.unsettled-con2 .head-res {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.unsettled-con2 .supplies {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 8px;
}

.unsettled-con2 .supplies .first-col {
  display: flex;
  align-items: center;
  gap: 30px;
}

.unsettled-con2 table thead tr th {
  color: #405772;
}

.unsettled-con2 table tbody tr td {
  color: #405772;
}

.unsettled-con2 .supplies .first-col .body-regular {
  color: #405772;
}

.unsettled-con2 .total-table {
  display: flex;
  justify-content: space-between;
  display: flex;
  padding: 12px 24px;
  align-items: flex-start;
  gap: 12px;
  border-radius: 4px;
  margin: 12px 0;
  background-color: #eceef1;
}

.unsettled-con2 .total-table .body-large {
  font-weight: 800;
}

.unsettled-con2 .btn-end {
  display: flex;
  justify-content: end;
}

.gstr-table {
  overflow: scroll;
}

.gstr-table table thead tr th {
  font-size: 14px;
  color: #405772;
  font-weight: 600;
}

.gstr-table table tbody tr td {
  font-size: 12px;
  color: #405772;
  font-weight: 500;
}

.gstr-table .table > :last-child {
  background-color: #f8f9fa !important;
  font-size: 14px;
  color: #405772;
  font-weight: 600;
}

.pay-receive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background-color: #fff;
  border-radius: 6px;
}

#back-to-top {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
  text-align: center;
  z-index: 10000;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  border-radius: 7px;
}

#back-to-top ion-icon {
  padding-top: 15px;
  font-size: 16px;
}

#back-to-top:hover {
  background: #fff !important;
}

.table-cards {
  display: none;
}

.table-cards .card-sec {
  width: 100%;
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 4px;
  background-color: #fff;
}

.table-cards .card-sec .top-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.table-cards .card-sec .top-head .left {
  display: flex;
  align-items: center;
}

.table-cards .card-sec .top-head .left img {
  width: 20px;
  height: 20px;
}

.table-cards .card-sec .top-head .left .body7 {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
  color: #405772;
}

.table-cards .card-sec .top-head .left .body7 .para {
  font-size: 8px;
}

.table-cards .card-sec .top-head .butt {
  display: flex;
}

.table-cards .card-sec .content-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.table-cards .card-sec .button-view {
  width: 100%;
  text-align: center;
}

.table-cards .card-sec hr {
  width: 100%;
}

.table-cards .card-sec .green {
  font-size: 14px;
  color: #53d268;
  font-weight: 600;
}

.table-cards .card-sec .content-sec .body-small {
  color: #708195;
  text-align: end;
}

.table-cards .card-sec .body {
  color: #405772;
  font-size: 14px;
  font-weight: 600;
}

table thead tr th {
  font-weight: 600;
  font-size: 13px;
}

.content-for-phone {
  display: none;
}

.container-phone {
  display: none;
}


input,
select {
  /* display: flex; */
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #9fabb9;
  width: 200px;
  padding: 8px 10px;
  justify-content: space-between;
  align-items: center;
}

.dropdown-select button {
  display: flex;
  border-radius: 6px !important;
  background-color: #fff !important;
  border: 1px solid #9fabb9 !important;
  width: 200px !important;
  padding: 8px 10px !important;
  justify-content: space-between;
  align-items: center;
  color: #9fabb9;
}

.details-sales .input-fields {
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  min-width: 100%;
}

.input-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.details-sales .input-fields label,
.body8 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #405772;
}

.details-sales .input-fields .head {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: var(--primary-blue);
}

.details-sales .input-fields .full {
  width: 100%;
  position: relative;
}

.details-sales .input-fields .full input {
  width: 100% !important;
}

.details-sales .input-fields .full-after::after {
  content: "";
  background-image: url(../images/svgs/search.svg);
  height: 25px;
  width: 25px;
  display: block;
  top: 30px;
  background-repeat: no-repeat;
  position: absolute;
  right: 14px;
}

.company-details .vertical {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-details .vertical .vertical-line {
  height: 100%;
  width: 2px;
  background-color: #cfd5dc;
}

.details-colored {
  background-color: #f8f9fa;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.details-colored select {
  width: 100%;
}

.details-colored .transport {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
}

.details-colored .transport .trans-head,
.trans-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.setting-gst .labels {
  display: flex;
  gap: 16px;
}

.setting-gst .labels-check {
  display: flex;
}

.setting-gst .labels-check .label-input {
  display: flex;
  gap: 16px;
}

.setting-gst .labels-check .label-input input {
  width: auto;
}

.setting-gst .label-align {
  display: flex;
  gap: 16px;
  align-items: end;
}

.setting-gst .labels input {
  width: auto;
}

.setting-gst .labels label {
  color: #708195 !important;
}

.setting-gst .heading-label {
  color: #405772;
  width: 250px;
}

.build-drop .show {
  padding: 10px 15px;
}

.unsettled-con .accordion-gstr3 .accordion-item .accordion-header .accordion-button {
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  color: var(--primary-blue);
}

.accordion-gstr3 {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.accordion-gstr3 .accordion-item {
  border-radius: 8px !important;
}

.accordion-gstr3 .accordion-item button {
  color: var(--primary-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background-color: #eceef1;
}

.accordion-gstr3 .accordion-item .accordion-body table {
  border: none;
}

.accordion-gstr3 .accordion-item .accordion-body .table > :not(caption) > * > * {
  background-color: #fff;
  border-bottom-width: 0;
  color: #708195;
}

.accordion-gstr3 .accordion-item .accordion-body table thead tr th {
  color: #405772 !important;
}

/* //////////////////////////////////////// Media Query  ////////////////////////////////////////*/
@media only screen and (max-width: 1180px) {
  .content-party-row {
    flex-direction: column;
  }
  .content-party-row .all-add-party {
    width: 100%;
  }
}
@media only screen and (max-width: 986px) {
  .page-content {
    margin: 12px 23px;
  }
  .page {
    margin-left: 16px;
  }
  .navbar-toggler {
    position: absolute;
    border: none;
    top: -55px;
    right: 40px;
  }
  .search-box {
    padding: 10px 0;
  }
  .search-box ion-icon {
    display: none;
  }
  .search-box input {
    display: none;
  }
  .pn-section {
    display: none;
  }
  .search-box img {
    display: inherit;
    height: 50px;
  }
  /* .main-header-center {
        display: block;
    } */
  .big-nav {
    display: none;
  }
  .small-screen-nav {
    display: initial !important;
  }
  .page-content-book {
    margin: 0 20px !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .page-book {
    margin: 0 !important;
    background-color: #fff;
    padding: 10px 0 0;
  }
  .align-line {
    display: block;
  }
  .content-div {
    margin: 0;
  }
  .payment-card {
    margin: 0;
  }
  .app-header {
    margin: 20px 0;
  }
  .pay-receive {
    margin: 20px 0;
  }
  .section-2 {
    margin: 0;
  }
  .section-sum-holding {
    margin: 0 0 20px;
  }
  .holding-contri {
    width: 100%;
  }
  .recent-out {
    margin: 0;
  }
  .recent-out-box {
    margin: 0 0 20px;
  }
  .navbar-recent .item-nav {
    padding: 5px;
  }
  .navbar-recent {
    justify-content: space-between;
  }
  .navbar-toggler {
    margin: 63px 0px 0;
  }
  .body-regular {
    font-size: 13px;
  }
  .body5 {
    font-size: 13px;
  }
  .small-table {
    display: block !important;
  }
  .buttons-next-prev {
    display: none;
  }
  .table-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .breadbumb {
    display: none;
  }
  .content-sales {
    background-color: #f8f7fa;
    gap: 0;
    align-items: center;
  }
  .information-card {
    margin: 0;
    background-color: #f8f7fa;
    padding: 16px 0;
  }
  .add-button {
    display: none !important;
  }
  .res-chev {
    display: initial;
  }
  .card-sec hr {
    margin: 5px 0;
  }
  .sales-invoice-content .unsettled-div .company-details {
    display: block !important;
  }
  .unsettled-div .company-details {
    display: none !important;
  }
  .input-fields .first select {
    width: 100%;
  }
  .small-screen-nav {
    display: initial !important;
    background: #ffffff;
  }
  .big-nav {
    display: none;
  }
  .header-table {
    display: none;
  }
  /* .header-table-2 {
    display: none;
  } */
  .tax-calculation .total-taxes {
    overflow: auto;
  }
  .unsettled-div .head-res .uns-btn {
    display: none;
  }
  .container-phone {
    display: flex;
    padding: 26px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
  }
  .container-phone .body-10 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-blue);
  }
  .container-phone .select-button-nav {
    width: 100%;
  }
  .container-phone .select-button-nav select {
    border-bottom: 3px solid var(--primary-blue);
    border-radius: 0;
    width: 100%;
    text-align: start;
    background-color: #d3d7df;
    color: #405772;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
  }
  .content-for-phone {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .content-for-phone .sub-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .content-for-phone .sub-head .button-curfy {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  .accordion .accordion-item .desc:last-child {
    text-align: end;
  }
  .accordion .accordion-item .details-small-company {
    display: flex !important;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .accordion .accordion-item .company-content {
    flex-direction: column !important;
    gap: 10px;
  }
  .accordion .accordion-item .company-content .content-desc {
    align-items: center;
  }
  .content-for-phone .desc {
    justify-content: space-between !important;
  }
  .content-for-phone .light {
    background: #eceef1;
    padding: 8px 12px !important;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    border-radius: 4px;
    text-align: end;
  }
  .content-for-phone .dark {
    padding: 8px 12px !important;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    border-radius: 4px;
    text-align: end;
    border: 2px solid #9fabb9;
  }
  .content-for-phone .accordion {
    display: flex !important;
    border: none;
    flex-direction: column;
    gap: 20px;
  }
  .accordion .accordion-item {
    border-radius: 8px !important;
  }
  .accordion .accordion-item button {
    color: var(--primary-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    background-color: #eceef1;
  }
  .accordion .accordion-item button:last-child {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  .page-content-book .unsettled-div .setting-gst {
    display: inherit !important;
  }
  .transaction-card .com-card .part2 {
    gap: 24px !important;
  }
}
@media only screen and (max-width: 765px) {
  .card {
    margin-bottom: 20px;
  }
  
  .heading-card .visiting-card {
    padding: 0 10px;
  }
  .building-card {
    display: none;
  }
  .main-logo img {
    height: 75px;
  }
  .payment-card .profile-skill {
    display: flex;
    gap: 3px;
  }
  .pay-receive {
    padding: 8px;
    margin: 0;
  }
  .pay-receive .desc .heading7 {
    font-size: 14px;
  }
  .body-regular {
    font-size: 13px;
  }
  .amount .headline4 {
    font-size: 14px;
  }
  .info-card-small {
    display: flex;
  }
  .butt .primary1-btn {
    padding: 8px !important;
  }
  .content-sales {
    padding: 24px 0;
  }
  .input-row {
    display: block;
  }
  .input-row input {
    width: 100%;
  }
  .setting-gst .labels-check {
    display: block;
  }
  .parties-card {
    background-color: transparent;
    height: 100%;
  }
  .shadow-box {
    box-shadow: none;
  }
  .card-list {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
  }
  .transaction-card .com-card {
    gap: 5px;
  }
  .transaction-card .com-card .part2 {
    flex-direction: column;
  }
  .head-com .name-com {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .list .primary1-btn {
    padding: 8px !important;
  }
  .dropdown-nav {
    display: initial !important;
  }
  .dropdown-nav button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eceef1;
    color: #405772;
    border: none;
    border-bottom: 2px solid #102d4f !important;
    text-align: start;
    width: 100%;
    padding: 15px 10px;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background-color: #102d4f;
    color: #fff;
  }
  .nav-item {
    display: block !important;
  }
  .dropdown-nav ul {
    display: initial !important;
  }
  .small-image {
    display: initial !important;
  }
  .small-screen {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
  }
  .uns-small {
    justify-content: space-between;
  }
  .large-screen {
    display: none !important;
  }
  .dr-cr-small {
    padding: 12px;
    background-color: #fff;
    border-radius: 4px;
    justify-content: space-between;
  }
  
  
  .summary-sm {
    display: block !important;
  }
  .summary-sm .small-screen {
    display: flex !important;
  }
  .chart1 .img-chart {
    justify-content: center !important;
    display: flex;
  }
}
.large-screen {
  display: initial;
}

.small-screen {
  display: none;
}

.page-book .page-main .invoice-company {
  display: block !important;
}

.content-sec .left .body-small {
  text-align: left !important;
}

.content-sec .left-full {
  width: 100%;
}

.content-sec .left-full select {
  width: 100%;
}

.button-save {
  justify-content: end;
  display: flex;
}

.dropdown-nav {
  display: none !important;
}

.dropdown-container {
  display: none;
  background-color: #e9e9e9;
  padding-left: 8px;
}

.unsettled-div .company-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.unsettled-div .company-details .second-content {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.unsettled-div .company-details .first-content {
  height: 100%;
}

.head-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.company-details .first-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.company-details .second-content .col-desc {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.head-details {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-blue);
}

.company-details .desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #708195;
}

.company-details .align-line {
  align-items: flex-start !important;
}

.company-details .net-income {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #eceef1;
}

.company-details .net-income .head1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-blue);
}

.small-screen-nav {
  display: none;
}

.sales-invoice table {
  border-width: 0;
}

.sales-invoice table td,
.sales-invoice table th {
  padding: 0.625rem;
}

.sales-invoice table thead tr td,
.sales-invoice table thead tr th {
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.sales-invoice table tbody tr:not(:last-child) td,
.sales-invoice table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.sales-invoice table tbody tr:last-child td,
.sales-invoice table tbody tr:last-child th {
  border-bottom: none;
}

.sales-invoice table tbody tr:last-child td:first-child,
.sales-invoice table tbody tr:last-child th:first-child {
  border-left: none;
}

.sales-invoice table thead tr:first-child th:first-child,
.sales-invoice table thead tr:first-child td:first-child {
  border-top-left-radius: 0.375rem;
}

.sales-invoice table thead tr:first-child th:last-child,
.sales-invoice table thead tr:first-child td:last-child {
  border-top-right-radius: 0.375rem;
}

.sales-invoice table tbody tr:last-child th:first-child,
.sales-invoice table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.375rem;
}

.sales-invoice table tbody tr:last-child th:last-child,
.sales-invoice table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.375rem;
}

.sales-invoice table thead tr:first-child td,
.sales-invoice table thead tr:first-child th {
  border-top: 1px solid #e3e3e3;
}

.sales-invoice table td:first-child,
.sales-invoice table th:first-child {
  border-left: 1px solid #e3e3e3;
}

.sales-invoice table tbody select {
  width: 100%;
  border: none;
}

.sales-invoice table tbody tr:last-child {
  background-color: #eceef1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
}

.sales-invoice tr.sales-invoice__row-muted td,
.sales-invoice tr.sales-invoice__row-muted th,
.sales-invoice tr.sales-invoice__row-muted td select,
.sales-invoice tr.sales-invoice__row-muted th select {
  color: #9fabb9;
}

.sales-invoice .sales-invoice__remove-icon {
  height: 24px;
  width: 24px;
}

.tax-calculation .head {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-blue);
}

.tax-calculation .table > :not(caption) > * > * {
  border-bottom: none !important;
}

.tax-calculation table thead td,
.tax-calculation table thead th {
  background-color: #eceef1;
}

.tax-calculation table thead tr:first-child th:first-child,
.tax-calculation table thead tr:first-child td:first-child {
  border-top-left-radius: 0.375rem;
}

.tax-calculation table thead tr:first-child th:last-child,
.tax-calculation table thead tr:first-child td:last-child {
  border-top-right-radius: 0.375rem;
}

.tax-calculation table thead tr:last-child th:first-child,
.tax-calculation table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0.375rem;
}

.tax-calculation table thead tr:last-child th:last-child,
.tax-calculation table thead tr:last-child td:last-child {
  border-bottom-right-radius: 0.375rem;
}

.tax-calculation table tfoot tr td {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-top: 1px solid #cfd5dc;
}

.tax-calculation .total-taxes {
  display: flex;
  padding: 24px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #cfd5dc;
  height: 100%;
}

.tax-calculation .total-taxes table tbody tr td {
  padding: 6px;
  line-height: 1.2;
}

.tax-calculation .calculation {
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  gap: 12px;
  background-color: #f8f9fa;
  min-width: 350px;
}

.tax-calculation .calculation .calculation__row {
  height: 32px;
}

.tax-calculation .calculation .calculation__row input {
  height: 32px;
}

.tax-calculation .calculation .percent-icon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 12px;
  z-index: 99;
}

@media (max-width: 576px) {
  .tax-calculation .calculation {
    padding: 12px 12px;
  }
  .tax-calculation .calculation .calculation__row .percent-icon {
    width: 15px;
    height: 15px;
    margin-right: 0.25rem;
  }
  .tax-calculation .calculation .calculation__row input {
    font-size: 0.75rem;
    padding: 0.25rem;
  }
}
.tax-calculation .contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tax-calculation .first {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tax-calculation .first .body10 {
  width: 95px;
}

.body10 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--primary-blue);
}

.tax-calculation .body1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: var(--primary-blue);
}

.company-details .buttons {
  display: flex;
  gap: 10px;
  justify-content: end;
}

/* SMALL SCREEN CARD */
.card-list {
  display: none;
}

.card-list .list {
  display: flex;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.card-list .list .head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-list .list .head .left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-list .list .head .left .content .num-pla {
  font-size: 14px;
  color: #405772;
  font-weight: 600;
}

.card-list .list .head .left .content .name {
  font-size: 10px;
  font-weight: 300;
}

.card-list .list .head .left .content .txn {
  font-size: 10px;
  font-weight: 500;
}

.card-desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-desc .first .in {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.card-desc .second {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: var(--primary-blue);
}

.card-desc .boulder {
  display: flex;
  padding: 2px;
  flex-direction: column;
  align-items: center;
  border-radius: 2px;
  background-color: #fde9d9;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.list hr {
  width: 100%;
  margin: 0;
}

.list .view {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: #f6a865;
  text-align: center;
  width: 100%;
}

.card-desc .p1 {
  font-size: 12px;
  color: #708195;
  font-weight: 500;
}

.card-desc .p2 {
  font-size: 14px;
  color: #405772;
  font-weight: 600;
}

.card-desc .invoice {
  text-align: end;
}

.card-desc .royl {
  font-size: 12px;
  font-style: normal;
  color: var(--primary-blue);
  font-weight: 500;
}

.card-desc .royl span {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  color: #708195;
}

.card-desc .q1 {
  font-size: 12px;
  font-weight: 500;
  color: #708195;
}

.card-desc .q2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #405772;
}

.head-recent {
  display: flex;
}

.head-recent .item-nav {
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;
  color: #708195;
  font-weight: 500;
}

.head-recent .active {
  color: var(--primary-blue);
  border-bottom: 2px solid var(--primary-blue);
  font-weight: 700;
}

.success-text {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  color: #28c76f;
  border: 1px solid #28c76f;
}

.reject-text {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  color: #ea5455;
  border: 1px solid #ea5455;
}

.review-text {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  color: #0d6efd;
  border: 1px solid #0d6efd;
}

.pending-text {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  color: #f4923f;
  border: 1px solid #f4923f;
}

.green {
  color: #53d28c;
}

.select-inventory select {
  width: 100%;
  background-color: #e5e7ec;
  padding: 8px;
  border: none;
}

.small-image {
  display: none;
}

.select-inventory {
  border-bottom: 2px solid var(--primary-blue);
}

.content-desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.content-desc .first-con {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #708195;
}

.content-desc .sec-con {
  color: #405772;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.summary-sm {
  display: none;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  background-color: #fff;
}

.summary-sm .accordion {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
}

.summary-sm .accordion .accordion-header .accordion-button {
  font-weight: 700;
}

.summary-sm .accordion .accordion-header .acc-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.accordian-after::after {
  display: none !important;
}

.content-sec .right {
  text-align: end;
}

.summary-head {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.accordion-gstr3-sm {
  margin-top: 10px;
}

/* POPUP */


.table-responsive {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}

.listview-table .table-responsive {
  border: none;
  border-radius: 10px;
}

.listview-table .table-responsive table thead tr td,
.listview-table .table-responsive table thead tr th {
  border-bottom: 1px solid #e3e3e3;
}

.listview-table .table-responsive table thead tr:first-child td,
.listview-table .table-responsive table thead tr:first-child th {
  border-top: 1px solid #e3e3e3;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #102D4F;
}

.listview-table .table-responsive table tr td:first-child,
.listview-table .table-responsive table tr th:first-child {
  border-left: 1px solid #e3e3e3;
}

.listview-table .table-responsive table tr td:last-child,
.listview-table .table-responsive table tr th:last-child {
  border-right: 1px solid #e3e3e3;
}

.listview-table .table-responsive table tbody tr td,
.listview-table .table-responsive table tbody tr th {
  border-bottom: 1px solid #e3e3e3;
  color: #102D4F;
  font-weight: 600;
  font-size: 13px;
}

.listview-table .table-responsive table thead tr:first-child th:first-child,
.listview-table .table-responsive table thead tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

.listview-table .table-responsive table thead tr:first-child th:last-child,
.listview-table .table-responsive table thead tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.listview-table .table-responsive table tfoot tr:last-child th:first-child,
.listview-table .table-responsive table tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.listview-table .table-responsive table tfoot tr:last-child th:last-child,
.listview-table .table-responsive table tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.listview-table .table-responsive table tfoot {
  background-color: #f8f9fa;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 0;
  margin-top: 10px;
}

table thead {
  background-color: #f8f9fa !important;
}



table tbody tr td {
  margin: 10px 0;
  padding: 10px;
  color: #405772;
}

/* table tbody tr td img {
  height: 12px;
  width: 12px;
  margin-right: 3px;
} */

.filter {
  border: none;
  border-radius: 4px;
  background-color: #eceef1;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  color: var(--primary-blue);
  gap: 10px;
  opacity: 0.8;
}

.new-ticket {
  display: flex;
  gap: 10px;
}



.text-just-end {
  display: flex;
  justify-content: end;
}

.content-party-row {
  display: flex;
  gap: 24px;
}

.content-party-row .all-add-party {
  width: 600px;
}

.content-party-row .add-transaction {
  width: 100%;
}

/*===============================================================================================================================================================================================================================*/


.home-section {
  position: relative;
  height: 100%;
  left: 270px;
  width: calc(100% - 270px);
  transition: all 0.5s ease;
}


.home-section .open-menu .zmdi-menu,
.home-section .open-menu .text {
  color: #11101d;
  font-size: 35px;
}

.home-section .open-menu .zmdi-menu {
  margin-right: 15px;
  cursor: pointer;
}

.home-section .open-menu .text {
  font-size: 26px;
  font-weight: 600;
}


.main-container {
  margin: 0 15px;
  padding: 10px 0;
}

.header {
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}

.building-card .build-drop button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #eceef1;
  padding: 0;
  color: #102d4f;
  font-size: 26px;
  line-height: 30px;
}

.building-card .build-drop .dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  min-width: auto;
}

.search-container {
  display: flex;
  align-items: center;
}


.search-container input {
  border: none;
  background-color: transparent;
  color: #9fabb9;
}

.search-icon {
  cursor: pointer;
}

.search-container {
  display: flex;
  align-items: center;
}

.pn-section .active {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 10px;
  background-color: #eceef1;
  border-radius: 4px;
}

.search-container input {
  border: none;
  background-color: transparent;
  color: #9fabb9;
}

.search-icon {
  cursor: pointer;
}

/* .search-input {
  display: none;
} */

.search-box ion-icon {
  font-size: 24px;
  vertical-align: middle;
}

.search-box input {
  vertical-align: middle;
  padding: 20px 0;
  border: none;
  margin-left: 5px;
}

input:focus-visible {
  outline: none;
}

.pn-section {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
}

.pn-section .notification ion-icon {
  font-size: 24px;
  vertical-align: middle;
  padding: 20px 0;
  margin-right: 13px;
  color: #6f6b7d;
}

.pn-section .profile {
  padding: 12px 0;
  position: relative;
}

.pn-section .profile::after {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #28c76f;
  border-radius: 50%;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0px;
  border: 3px solid #fff;
}

.pn-section .avatar {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #102d4f;
  min-width: 2.375rem;
  min-height: 2.375rem;
}

.profile-desc {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}

.dropdown-menu.dropdown-menu-right {
  transform: none !important;
  left: auto !important;
  right: 0 !important;
  top: 100% !important;
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.dropdown .dropdown-menu {
  font-size: 0.85rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.breadcrumb,
.screen_name {
  margin: 20px 0;
  background-color: #f4f6f9;
}

.screen_name h3 {
  font-size: 18px;
  line-height: 30px;
  color: #102d4f;
  font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\203A";
  font-family: Material-Design-Iconic-Font;
  font-size: 26px;
  line-height: 24px;
  color: #708195;
  position: absolute;
  left: -2px;
  top: 0;
  padding: 0;
  font-weight: 400;
}

.breadcrumb .breadcrumb-item {
  position: relative;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
}

.breadcrumb .breadcrumb-item a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item a {
  color: #708195;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #102d4f;
}

.breadcrumb .breadcrumb-item.active {
  color: #102d4f;
  font-weight: 700;
}

/*======================================Board_content==================*/
.board_content h2.board_title {
  font-size: 24px;
  color: #102d4f;
  line-height: 30px;
  font-weight: 600;
}

.board_content .profile_detail .profile_name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.board_content .profile_detail .profile_name h3 {
  font-size: 18px;
  font-weight: 700;
  color: #102d4f;
}

.board_content .profile_detail .profile_name button.detail_popup {
  background: #ecf3ff;
  border-radius: 5px;
  border: 1px solid #102d4f;
  color: #102d4f;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
}

.board_content .profile_detail .profile_name button.detail_popup img {
  margin-right: 7px;
  width: 20px;
}

.board_content .profile_detail .profile_name button.detail_popup:hover {
  background: #d3e1f9;
}

.profile_detail form {
  width: 100%;
  position: relative;
  padding-left: 60px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 40px 40px 20px 80px;
}

.profile_detail form .form_number {
  background: #405772;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 32px;
  border-radius: 0 10px 10px 0;
}

.profile_detail form .form_number p {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.profile_detail .next-prev-screen {
  margin-top: 20px;
  justify-content: space-between;
  display: flex;
}

.profile_detail .next-prev-screen .prev-btn a.btn {
  background-color: transparent;
  color: #102d4f;
  font-weight: 500;
  padding: 8px 20px;
}

.profile_detail .next-prev-screen .prev-btn a.btn:hover {
  background: #ecf3ff;
  color: #102d4f;
}

.profile_detail .next-prev-screen .prev-btn a.btn img {
  margin-left: -5px;
  margin-right: 10px;
}

.profile_detail .next-prev-screen .next-btn {
  text-align: right;
}

.profile_detail .next-prev-screen .next-btn a.btn {
  background: #102d4f;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
}

.profile_detail .next-prev-screen .next-btn a.btn:hover {
  background: #1b3655;
  color: #fff;
}

.profile_detail .next-prev-screen .next-btn a.btn img {
  margin-left: 10px;
}

.profile_detail form .building_icon {
  background: #eceef1;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}

.profile_detail form .building_icon a {
  display: block;
  width: 100%;
}

.profile_detail form .building_icon img {
  text-align: center;
  margin: 0 auto;
  width: 30px;
  margin-top: 12px;
}

.profile_detail form label {
  font-size: 16px;
  color: #405772;
  line-height: 20px;
  margin-bottom: 5px;
}

.profile_detail form input,
.profile_detail form select {
  height: 45px;
  border: 1px solid #9fabb9;
  border-radius: 5px;
  box-shadow: none;
  width: 100%;
}

form .form-control:focus {
  color: #293849;
  background-color: #fff;
  border-color: #293849;
  outline: 0;
  box-shadow: none;
}

.profile_detail form select {
  background: url(../images/media/select-dropdowan.png) no-repeat !important;
  background-position: right center !important;
}

.profile_detail form .form-btn {
  margin-left: 15px;
}

.profile_detail form button {
  height: 45px;
  background: #ecf3ff;
  color: #212529;
  border: 1px solid #6c757d;
  border-radius: 5px;
  box-shadow: none;
  font-size: 16px;
  transition: all 0.5s ease;
}

.profile_detail form button:hover {
  background: #102d4f;
  color: #fff;
  border-color: #102d4f;
  transition: all 0.5s ease;
  box-shadow: none;
}

.profile_detail .mb-20 {
  margin-bottom: 20px;
}

.p_add_document form {
  padding: 20px 40px 10px 80px;
  margin-bottom: 20px;
}

.file_input_replacement {
  background: url(../images/media/upload.png) no-repeat !important;
  background-position: right center !important;
}

.p_add_document form input.file_input_with_replacement {
  display: none;
}

form input::placeholder {
  color: #9fabb9 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

/*----------multiple-file-upload-----------*/
.file-upload-contain {
  position: relative;
}

.file-upload-contain .file-input,
.file-upload-contain .file-preview {
  position: initial;
}

.file-upload-contain .file-drop-zone {
  border: 1px solid #dddddd;
  transition: 0.3s;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  background-color: transparent;
  min-height: auto;
}

.file-upload-contain .file-drop-zone.clickable:hover,
.file-upload-contain .file-drop-zone.clickable:focus,
.file-upload-contain .file-highlighted {
  border: 1px solid #405772 !important;
}

.upload-area i {
  color: #212529;
  font-size: 30px;
  line-height: 54px;
  height: 54px;
  width: 54px;
  background: #eceef1;
  border-radius: 50%;
}

.upload-area p {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #2580e8;
}

.upload-area p b {
  color: #1e80e8;
}

.upload-area button {
  padding: 8px 16px;
  min-width: 150px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #1e80e8;
  border: 2px solid #1e80e8;
  border-radius: 50px;
  transition: 0.3s;
}

.upload-area button:hover {
  background-color: #1e80e8;
  box-shadow: 0px 4px 8px rgba(37, 128, 232, 0.48);
}

.upload-area h3 {
  font-size: 14px;
  line-height: 18px;
  color: #102d4f;
  margin-top: 7px;
}

.upload-area p {
  font-size: 10px;
  line-height: 12px;
  color: #9fabb9;
  font-weight: 400;
  margin: 0;
}

.file-preview {
  padding: 0;
  border: none;
  margin: 0;
}

.file-preview .fileinput-remove {
  display: none;
}

.file-drop-zone-title {
  padding: 10px;
}

.file-drop-zone .file-preview-thumbnails {
  cursor: pointer;
}

.file-preview-frame {
  cursor: default;
  display: flex;
  align-items: center;
  border: none;
  background-color: #2580e8;
  box-shadow: none;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  margin: 8px 0px;
}

.file-preview-frame:not(.file-preview-error):hover {
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.file-preview-frame .kv-file-content {
  min-width: 45px;
  min-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  margin-right: 10px;
  background-color: #fff;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-preview-image {
  border-radius: 4px;
}

.file-preview-frame .file-footer-caption {
  padding-top: 0;
}

.file-preview-frame .file-footer-caption {
  text-align: left;
  margin-bottom: 0;
}

.file-detail {
  font-size: 14px;
  height: auto;
  width: 100%;
  line-height: initial;
}

.file-detail .file-caption-name {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.file-detail .file-size {
  color: #f1f8fe;
  font-size: 12px;
}

.kv-zoom-cache {
  display: none;
}

.file-preview-frame .file-thumbnail-footer {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.file-preview-frame .file-drag-handle,
.file-preview-frame .file-upload-indicator {
  float: none;
}

.file-preview-frame .file-footer-buttons {
  float: none;
  display: flex;
  align-items: center;
}

.file-preview-status.text-center {
  display: none;
}

.kv-file-remove.file-remove {
  border: none;
  background-color: #ef2f2f;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
}

.file-drag-handle.file-drag {
  border: none;
  background-color: #fff;
  color: #2580e8;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
}

.kv-file-upload.file-upload {
  border: none;
  background-color: #48bd22;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
}

.file-thumb-loading {
  background: none !important;
}

.file-preview-frame.sortable-chosen {
  background-color: #64a5ef;
  border-color: #64a5ef;
  box-shadow: none !important;
}

.file-drop-zone-title .upload-area div {
  display: none;
}

.file-upload-contain span {
  display: none;
}

.file-no-browse {
  display: none;
}

/*================ Add-New-Company-Model==================*/




.p_address_detail form .location {
  background: url(../images/media/map-pin.png) no-repeat !important;
  background-position: right center !important;
}

.p_contact_detail .transaction-card .com-card .part2 {
  width: 100%;
  display: flex;
  gap: 150px;
  justify-content: space-between;
}

.p_contact_detail .secondary-btn {
  padding: 12px 15px;
}

.p_contact_detail .transaction-card .com-card .head-com .name-com .display-com {
  font-size: 18px;
  font-weight: 700;
  color: #102d4f;
}

.p_contact_detail .transaction-card .com-card .head-com .name-com .display-com h4 {
  font-size: 18px;
  font-weight: 700;
  color: #102d4f;
}

.p_contact_detail .transaction-card .com-card .part2 .head {
  width: auto;
  font-weight: 400;
}

.p_contact_detail .transaction-card .com-card .part2 .num {
  color: #102d4f;
}

.p_contact_detail .transaction-card {
  padding: 0;
  margin-top: 30px;
}

.p_ownership_detail .form-switch {
  padding-left: 0;
  display: flex;
  background: #eceef1;
  padding: 10px;
  border-radius: 5px;
}

.p_ownership_detail .form-switch label {
  display: flex;
  margin-bottom: 0;
  color: #293849;
  margin-right: 20px;
}

.p_ownership_detail .form-switch input {
  display: flex;
}

.p_ownership_detail .form-switch .form-check-input {
  margin-left: 0;
  display: flex;
  width: 32px !important;
  height: 16px;
  float: none;
  width: 50px;
  border: 1px solid #293849;
}

.p_ownership_detail .form-switch .form-check-input:checked {
  background-color: #293849;
}

.add-delivery-details-btn {
  background-color: #102d4f;
  font-size: 13px;
}

.fw-600 {
  font-weight: 600;
}

.small {
  font-size: 0.875rem !important;
}

.smaller {
  font-size: 0.75rem !important;
}

input::placeholder,
select::placeholder {
  color: #9fabb9;
}

.rounded-common {
  border-radius: 0.375rem;
}

.div-format {
  padding: 12px;
  border-radius: 6px;
  background: var(--bs-white, #fff);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
}

.div-format .dashboard-widget-heading {
  color: #102d4f;
}

.div-format .dashboard-heading-seperator {
  margin: 12px 0;
}

.dashboard-inventory-row-container,
.dashboard-taxes-row-container {
  gap: 12px;
}

.dashboard-inventory-row-container .card-contents {
  font-size: 0.875rem;
}

.dashboard-inventory-row-container .card-contents .low-stock {
  color: #ee7677;
}

.div-format .due-date-days-exceeded {
  color: #ee7677;
}

.div-format .calendar-drop,
.div-format .calendar-drop input,
.div-format .calendar-drop input:focus {
  box-shadow: none;
  border: none;
  background-color: #eceef1 !important;
}

.div-format .switch-button {
  border-radius: 3px;
  padding: 2px 6px;
}

.div-format .switch-button .switch-button-separator {
  width: 1px;
  background-color: #5e5873;
  height: 100%;
}

.div-format .switch-button select {
  width: max-content;
  padding-right: 1.625rem;
}

.div-format .text-regular-light {
  color: #3f5772;
}

.dashboard-action-button {
  border-radius: 6px;
  background: var(--bs-white, #fff);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
}

select {
  background: url('../images/media/select-dropdowan.png') no-repeat !important;
  background-position: right center !important;
  /* appearance: none; */
}

.col-name {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
}

.col-subname {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.rupees-font {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
}

.rupees-green {
  color: #26c770;
}

.rupees-orange {
  color: #f4923f;
}

.rupees-red {
  color: #ea5455;
}

.color-brand-black {
  color: #102d4f;
}

.dashboard-widget-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
}

.summary-subtitle {
  font-size: 12px;
  font-weight: 600;
}

.summary-detail {
  display: inline-flex;
  border-radius: 4px;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
}

@media (min-width: 576px) {
  .col-name {
    font-size: 18px;
  }
  .col-subname {
    font-size: 14px;
  }
  .rupees-font {
    font-size: 24px;
  }
  .summary-subtitle {
    font-size: 14px;
  }
  .summary-detail {
    padding: 12px;
  }
}
.bg-light {
  background-color: #f8f9fa;
}

.div-format a.body-regular:hover {
  text-decoration: none;
  color: var(--primary-blue);
}

.invoice-date {
  color: #28c76f;
}

.background-regular {
  background-color: rgba(16, 45, 79, 0.08);
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
}

.truck-img {
  height: 20px;
  width: 20px;
  opacity: 80%;
}

.background-orange {
  border-radius: 0.125rem;
  background-color: #fee8d9;
  padding: 2px;
}

.text-regular {
  color: #102e50;
  font-size: 14px;
}

a.text-regular:hover {
  color: #102e50;
}

.weight-img {
  width: 14px;
  height: 14px;
}

.table-btn {
  margin-right: 0px;
}

.add_invoice_btn {
  background: #102d4f;
  border-radius: 5px;
  border: 1px solid #102d4f;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
}

.add_invoice_btn:hover {
  color: #fff;
}

.form-check-input {
  margin-top: -2px;
}

.form-check-input:checked {
  background-color: #708195;
  border-color: #708195;
  box-shadow: none;
}

.form-check-input:focus {
  box-shadow: none;
}

.filter-label {
  color: #708195;
  font-size: 15px;
  font-weight: 500;
}

.filter-btn {
  border-radius: 100%;
  border: none;
  background-color: #eceef1;
}

ul.pagination li .page-link {
  background-color: #eceef1;
  color: #102d4f;
  border: none;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  width: 38px;
  text-align: center;
  box-shadow: none;
}

ul.pagination li:first-child .page-link,
ul.pagination li:last-child .page-link {
  width: 100px;
}

ul.pagination li {
  margin: 0 3px;
}

ul.pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #102d4f;
  border-color: #102d4f;
}

ul.pagination li .page-link:hover {
  color: #fff;
  background-color: #102d4f;
  border-color: #102d4f;
}

ul.pagination {
  float: right;
  margin-bottom: 0;
}

ul.pagination li .page-link {
  background-color: #eceef1;
  color: #102d4f;
  border: none;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  width: 38px;
  text-align: center;
  box-shadow: none;
}

ul.pagination li:first-child .page-link,
ul.pagination li:last-child .page-link {
  width: 100px;
}

ul.pagination li {
  margin: 0 3px;
}

ul.pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #102d4f;
  border-color: #102d4f;
}

ul.pagination li .page-link:hover {
  color: #fff;
  background-color: #102d4f;
  border-color: #102d4f;
}

.table-responsive > div > div > div {
  overflow: auto;
}

#dashboard-nav .nav-tabs .nav-item.show .nav-link,
#dashboard-nav .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 1px solid var(--brand-black-solid-brand-black-500, #102D4F);
  padding-left: 20px;
  padding-right: 20px;
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

#dashboard-nav .nav-tabs .nav-link {
  color: #708195;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
}

@media (min-width: 576px) {
  .div-format {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .div-format {
    padding: 24px;
  }
  .dashboard-info-sidebar {
    background-color: #d3d7df;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .mobile-filter {
    display: none !important;
  }
  .mobile-table {
    display: none !important;
  }
  .display-table-mobile {
    display: initial !important;
  }
}
.display-table-mobile {
  display: none;
}

.card-contents {
  background-color: #f8f9fa;
  border-radius: 4px;
  padding: 8px 12px;
}

.graph1 canvas {
  height: 100% !important;
  width: 100% !important;
  max-height: 250px !important;
  max-width: 1000px;
}

.cursor-pointer {
  cursor: pointer;
}


.div-format .price {
  font-weight: 600;
  color: #3f5772;
}

.main-content {
  border-radius: 6px;
  background: #fff;
  padding: 24px;
  box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.1);
}

.time-container {
  padding: 24px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
  gap: 12px;
}

.date-font {
  color: #102d4f;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  margin-bottom: 4px;
}

.day-font {
  color: #535d55;
  font-family: Public Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.time-font {
  color: var(--bs-teal, #20c997);
  font-family: Public Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.date-title {
  color: #28c76f;
  font-family: Public Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}


.time .progress-bar {
  background-color: #102d4f;
}

.time {
  height: 6px;
}

.table-cell {
  padding: 10px 12px !important;
}

.mobile-view {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
  margin-bottom: 12px;
}

.mobile-date {
  color: var(--brand-black-solid-brand-black-400, #102d4f);
  font-family: Public Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tiny-font {
  color: var(--brand-black-solid-brand-black-400, #102d4f);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}



.punch-time {
  color: var(--brand-black-solid-brand-black-400, #102d4f);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* table .primary1-btn,
.red-btn {
  padding: 8px !important;
} */

.view-font {
  color: var(--brand-orange-solid-warning-yellow-400, #f4923f);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.profile-update-page-content {
  gap: 26px;
}

.profile-info-banner {
  border-radius: 6px;
  background-image: url("../images/media/profile-background.jpeg");
  background-color: lightgray;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.1);
}
@media (min-width: 992px) {
  .profile-info-banner {
    background-position: 100%;
  }
}
.profile-info-banner .hr-logo {
  top: 35%;
  left: 60%;
  transform: translateX(0) translateY(-50%);
}
.profile-info-banner .hr-logo img {
  width: 80%;
}
@media (min-width: 992px) {
  .profile-info-banner .hr-logo {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .profile-info-banner .hr-logo img {
    width: auto;
  }
}

.avatar-wrapper {
  height: 70px;
  width: 70px;
}
.avatar-wrapper .edit-avatar-btn-wrapper {
  background-color: #ffffff;
  padding: 2px;
  bottom: 0;
  right: 48px;
  z-index: 10;
}
.avatar-wrapper .edit-avatar-btn-wrapper .edit-avatar-btn {
  height: 20px;
  width: 20px;
  background-color: #3f5772;
}
.avatar-wrapper .edit-avatar-btn-wrapper .edit-avatar-btn img {
  height: 15px;
  width: 15px;
}
.avatar-wrapper .avatar-profile-img {
  height: 70px;
  width: 70px;
  z-index: 9;
}
.avatar-wrapper .avatar-profile-img img {
  height: 100%;
  width: 100%;
}
.avatar-wrapper .avatar-bg {
  height: 70px;
  width: 70px;
}
.avatar-wrapper .avatar-bg .avatar-bg-color {
  background-color: #856ef7;
  height: 70px;
  width: 70px;
  z-index: 1;
}
.avatar-wrapper .avatar-bg .avatar-bg-color-light {
  background-color: #a999f9;
  height: 56px;
  width: 56px;
  z-index: 2;
}

@media (min-width: 576px) {
  .avatar-wrapper .edit-avatar-btn-wrapper {
    right: 84px;
  }
}
@media (min-width: 768px) {
  .avatar-wrapper {
    height: 130px;
    width: 130px;
  }
  .avatar-wrapper .edit-avatar-btn-wrapper {
    background-color: #ffffff;
    padding: 2px;
    bottom: 10px;
    right: 2px;
    z-index: 10;
  }
  .avatar-wrapper .edit-avatar-btn-wrapper .edit-avatar-btn {
    height: 26px;
    width: 26px;
    background-color: #3f5772;
  }
  .avatar-wrapper .avatar-profile-img {
    height: 130px;
    width: 130px;
    z-index: 9;
  }
  .avatar-wrapper .avatar-profile-img img {
    height: 100%;
    width: 100%;
  }
  .avatar-wrapper .avatar-bg {
    height: 130px;
    width: 130px;
  }
  .avatar-wrapper .avatar-bg .avatar-bg-color {
    height: 130px;
    width: 130px;
  }
  .avatar-wrapper .avatar-bg .avatar-bg-color-light {
    height: 105px;
    width: 105px;
  }
}
.profile-info .name,
.profile-info .designation,
.profile-info .year {
  line-height: 1;
  letter-spacing: -0.32px;
}
.profile-info .name {
  color: #102d4f;
  font-size: 20px;
  height: 26px;
  font-weight: 700;
}
.profile-info .designation,
.profile-info .year {
  font-size: 11px;
  height: 15px;
  font-weight: 500;
}
.profile-info .designation {
  color: #f4923f;
}
.profile-info .year {
  color: #102d4f;
}
.profile-info .actions {
  height: 20px;
  font-size: 11px;
}
.profile-info .actions img {
  height: 14px;
}
@media (min-width: 576px) {
  .profile-info .name {
    font-size: 24px;
  }
  .profile-info .designation,
  .profile-info .year {
    font-size: 13px;
  }
  .profile-info .actions {
    height: 28px;
    font-size: 13px;
  }
  .profile-info .actions img {
    height: 20px;
  }
}

.profile-info-cards .profile-info-card-wrapper {
  width: 21%;
  min-width: 224px;
}
.profile-info-cards .profile-info-card {
  height: 100%;
  border-radius: 4px;
  border: 1px solid #9fabb9;
  background: #FFFFFF;
  gap: 12px;
}
.profile-info-cards .profile-info-card .card-heading {
  color: #102d4f;
  font-size: 16px;
  line-height: normal;
}
.profile-info-cards .profile-info-card .card-content {
  color: #3f5772;
  line-height: normal;
  font-size: 14px;
  letter-spacing: -0.32px;
}
.profile-info-cards .profile-info-card .card-content-text-color {
  color: #3f5772;
}

.profile-info-cards-sm {
  border-radius: 4px;
  border: 1px solid #9fabb9;
  background: #FFFFFF;
}
.profile-info-cards-sm .profile-info-card {
  height: 100%;
  gap: 8px;
}
.profile-info-cards-sm .profile-info-card .card-heading {
  color: #102d4f;
  font-size: 12px;
  line-height: normal;
}
.profile-info-cards-sm .profile-info-card .card-content {
  color: #3f5772;
  line-height: normal;
  font-size: 10px;
  letter-spacing: -0.32px;
}
.profile-info-cards-sm .profile-info-card .card-content .phone-icon,
.profile-info-cards-sm .profile-info-card .card-content .mail-icon {
  height: 16px;
  width: 16px;
}
.profile-info-cards-sm .profile-info-card .card-content-text-color {
  color: #3f5772;
}

.profile-form-table .profile-form-input {
  max-width: 500px;
  min-width: 100px;
  width: 100%;
}
.profile-form-table label {
  color: #3f5772;
}
.profile-form-table .profile-form-input-label {
  min-width: 100px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.profile-form-table .profile-form-checkbox-div label {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.profile-form-table .profile-form-checkbox-div .profile-form-checkbox {
  width: fit-content;
}
.profile-form-table .submit-btn {
  border-radius: 4px;
  border: 1px solid #102d4f;
  background-color: rgba(16, 45, 79, 0.08);
  padding: 4.75px 12px;
  color: #102d4f;
}

#profile_update_nav .nav-tabs {
  border: none;
}
#profile_update_nav .nav-tabs .nav-item.show .nav-link,
#profile_update_nav .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 1px solid #102d4f;
  color: #102d4f;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
}
#profile_update_nav .nav-tabs .nav-link {
  color: #708195;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  padding: 10px;
}

.primary-text,
.primary-text:hover {
  text-decoration: none;
  color: #102d4f;
}/*# sourceMappingURL=style.css.map */

    /* Custom CSS for Bootstrap 4 Toggle Switch with Rounded Ends */
    .custom-switch-container {
      display: flex;
      align-items: center;
    }

    .custom-switch {
      position: relative;
      display: inline-block;
      width: 40px; /* Adjust width to make it smaller */
      height: 20px; /* Adjust height to make it smaller */
      overflow: hidden;
      margin-right: 10px; /* Adjust margin as needed */
      color: #102d4f;
    }

    .custom-switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 20px; /* Adjust this value to control the roundness */
      border: 2px solid;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 14px;
      width: 14px;
      left: 2px;
      bottom: 1px;
      background-color: #405772;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 50%;
    }
    
    input:checked + .slider {
      background-color: #708195;
    }
    input:checked + .slider::before {
      background-color: #fff;
    }

    input:focus + .slider {
      box-shadow: 0 0 1px #708195;
    }

    input:checked + .slider:before {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px);
    }
    .sidebar-light-light .nav-sidebar>.nav-item>.nav-link.active {
      background-color: #f8f9fa;
      color: #1f2d3d;
  }

  /* checkbox */
  .checkbox-custom {
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none; /* Firefox */
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: white;

}

/* Style the checkbox when it is checked */
.checkbox-custom:checked {
    background-color: #102D4F;
    border-color: #102D4F;
}

/* Add a checkmark or any other styling */
.checkbox-custom:checked:before {
    content: '\2714'; /* Unicode character for a checkmark */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}
.modal-title{
  color: #102D4F;
}
.no-cr{
  cursor: text !important;
}
.img-pop{
  width: 107px !important ;
  height: 107px !important;
}

/* new checkbox start */
   
  .sm-custom-switch {
    position: relative;
    display: inline-block;
    width: 40px; /* Adjust width to make it smaller */
    height: 20px; /* Adjust height to make it smaller */
    overflow: hidden;
    margin-right: 10px; /* Adjust margin as needed */
  }

  .sm-custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider-1 {
    position: absolute;
    cursor: pointer;
    top: 3px;
    left: 0;
    right: 0;
    width: 37px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
    border: 2px solid #9FABB9;

  }
  .slider-1:before {
    position: absolute;
    content: '';
    height:18px;
    width:18px;
    left: -2px;
    bottom: -4px;
    border: 2px solid #9FABB9;    
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider-1 {
    background-color: #102d4f; 
    border: 2px solid #102d4f; 
}
input:checked + .slider-1:before {
    background-color: #fff;
    border: 2px solid #102d4f;
}
input:focus + .slider-1 {
    box-shadow: 0 0 1px #708195;
}
input:checked + .slider-1:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
/* new checkbox end */

.form-control {
  color: #9fabb9;
}

input[type="text"]:read-only {
  color: #9fabb9 !important;
}

.form-control::placeholder {
  color: #9fabb9;
}


.input-with-icon {
  position: relative;
  width: 100%; /* Adjust width as needed */
}

.input-with-icon input {
  width: 100%;
  padding-right: 35px; /* Adjust for icon spacing */
  height: 40px;
  box-sizing: border-box;
}

.input-with-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #555;
}

/* clock */

.time-input-with-icon {
  position: relative;
  width: 100%;
}

.time-input-with-icon input[type="time"] {
  width: 100%; /* Adjust the width of the input */
  padding-right: 10px; /* Adjust padding to make space for the icon */
  /* height: 40px; */
  box-sizing: border-box;
  font-size: 16px;
  -webkit-appearance: none; /* Remove default styling in Webkit-based browsers */
  -moz-appearance: none; /* Remove default styling in Firefox */
  appearance: none; /* Remove default styling in other browsers */
}

/* Change the default icon color for Webkit-based browsers (e.g., Chrome, Safari) */
.time-input-with-icon input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(62%) sepia(7%) saturate(273%) hue-rotate(180deg) brightness(90%) contrast(90%);
}

/* Change the default icon color for Firefox */
.time-input-with-icon input[type="time"]::-moz-calendar-picker-indicator {
  filter: invert(62%) sepia(7%) saturate(273%) hue-rotate(180deg) brightness(90%) contrast(90%);
}

/* popover */
.popover {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-family: 'Roboto', Arial, sans-serif;
    max-width: 300px;
}

.popover .arrow {
    width: 12px;
    height: 12px;
}

.popover .arrow::before,
.popover .arrow::after {
    border-color: transparent;
}

.popover-header {
    background-color: #fff;
    color: #202124;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 8px 8px 0 0;
    padding: 12px 16px;
    font-size: 14px;
}

.popover-body {
    color: #5f6368;
    padding: 12px 16px;
    font-size: 13px;
    line-height: 1.5;
}

  .capitalize {
    text-transform: capitalize;
  }