/* as measured by css */

.mini-sidebar .card {
  margin-left: 10px;
}

.table thead th {
  background: #E5E7E6 !important;
}

.nav-tabs {
  border-bottom: 0px solid #dee2e6;
  margin-bottom: 15px;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #000000;
  color: #000;
  background-color: transparent;
  font-weight: bold;
}

.measured_by_table table tr th,
.measured_by_table table tr td {
  padding: 4px;
  border: 0;
}

.measured_by_table table tr th {
  font-weight: normal;
  color: gray;
  padding: 0;
}

.measured_by_table table tr th:last-child {
  padding-left: 4px;
}

.measured_by_table table tr td:first-child {
  padding-left: 0;
}

.measured_by_table table tr td .form-control {
  border: 0;
  box-shadow: none;
  background-color: #F5F5F5;
  font-size: 12px;
  color: #000;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  min-height: auto;

}

/* khaitan-css */

.khaitan-badge {
  padding: 1px 12px;
  border-radius: 35px;
  color: #000;
  font-size: 0.75rem;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  /* width: 7rem; */
}

table.table.table-bordered.table-khaitan.table-khaitan-verifying-milestones .khaitan-badge {
  width: 7rem !important;

}

.khaitan-ontrack {
  background-color: #98CFF9;
}

.khaitan-offtrack {
  background-color: #FFD26C;
}

.khaitan-complete {
  background-color: #B5ECAF;
}

.khaitan-breakdown {
  background-color: #EEC0C1;
}

.khaitan-promised-badge {
  padding: 1px 6px;
  border-radius: 35px;
  color: #fff;
  font-size: 0.75rem;
  background-color: #000000 !important;
  white-space: nowrap !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.table-khaitan-causitive .khaitan-promised-badge {
  margin-left: 0;
  margin-top: 4px;
}

button.btn.khaitan-promised-badge i {
  background: #fff;
  color: #000;
  padding: 0;
  border-radius: 18px;
  margin-right: 3px;
  position: relative;
  top: 0px;
  width: 15px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  left: -3px;
}

.khaitan-promised-badge.btn-danger {
  background-color: #B80C09 !important;
  color: #fff !important;
  border-color: #b80c09 !important;
}

.khaitan-promised-badge.btn-danger i {
  color: #fff !important;
}

.khaitan-causitive-badge {
  padding: 1px 12px;
  border-radius: 35px;
  color: #fff;
  font-size: 0.75rem;
  background-color: #000000 !important;
  white-space: nowrap !important;
}

.table-khaitan td.position-relative {
  position: relative;
}

.khaitan-collapse-btn {
  position: absolute;
  left: 6%;
  bottom: -8px;
  transform: translateX(-37%);
  cursor: pointer;
  font-weight: bold;
  /* padding: 0px 3.5px 12px; */
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  z-index: 0;
  border: 1px solid white;
  font-size: 9px;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 15px;
  border: 0;
  font-weight: normal;
  z-index: 1;
}

.table-khaitan .table-header {
  background-color: #D0EBFF;
}

.table-khaitan .table-header th {
  font-size: 11px;
  font-weight: bold;
  color: #3A2716;
  border-right: 1px solid #BDBDBD;
  padding: 8px 4px;
  text-align: left;
}

.table-khaitan tbody td {
  font-size: 11px;
  font-weight: normal;
  color: #000 !important;
  border: 1px solid #BDBDBD;
  padding: 3px 4px !important;
  white-space: normal;
  border-top: 0 !important;

  text-align: left;
}

.table-khaitan.table-khaitan-promised tbody tr td button {
  text-align: left !important;
}

.table-khaitan tbody td:last-child,
.table-khaitan .table-header th:last-child {
  /* border-right: 0 !important; */
}

.table-khaitan.table-khaitan-promised thead th:first-child {
  text-align: center !important;
  padding: 10px !important;
}

.table-khaitan.table-khaitan-promised tbody td:first-child {
  text-align: center !important;

}

.table-khaitan tbody tr {
  border-bottom: 4px solid #BDBDBD;
}

.table-khaitan tbody tr.collapse {
  border-bottom: 1px solid #BDBDBD !important;
}


.table-khaitan tbody tr.collapsing {
  background: #fff;
  border-bottom: 1px solid #BDBDBD !important;
}
.table-khaitan tbody tr.collapse.show{
  border-bottom: 1px solid #BDBDBD !important;

}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  content: "\e604";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  font-family: simple-line-icons !important;
}

.khaitan-fy-button,
.khaitan-fy-button-x {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background-color: #000000;
  border-radius: 50px;
  color: white;
  font-weight: 500;
  font-size: 12px;
  border: none;
  cursor: pointer;
  line-height: normal;
}

.khaitan-fy-button .circle,
.khaitan-fy-button-x .circle {
  width: 13px;
  height: 13px;
  background-color: white;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-right: 10px;
  font-weight: bold;
}

.khaitan-fy-button .circle i,
.khaitan-fy-button-x .circle i {
  font-size: 8px;
}

.table-khaitan tbody tr.collapse.show {
  background: #fff;
}

button:focus {
  outline: none;

}

.table-khaitan tr td:last-child,
.table-khaitan tr th:last-child {
  text-align: center;

}

button.khaitan-fy-button.mb-2::after,
.khaitan-fy-button-x.mb-2::after {
  content: '';
  position: absolute;
  left: -12px;
  height: 1px;
  background: #c5c5c5;
  top: 50%;
  width: 12px;
  z-index: 0;

}

button.khaitan-fy-button.mb-2,
.khaitan-fy-button-x.mb-2 {
  position: relative;
  /* z-index: 1; */
  margin-left: 12px;
}

.causative-title {
  background: #E5E7E6;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.table-khaitan-causitive thead th {
  background-color: #FAE3CE;
}

.table-khaitan .form-control {
  color: #000;
  background-color: #ffffff;
  border-color: #e0e0e0;
  height: 30px;
  min-height: 30px;
  border: 0;
  background: transparent;
  font-size: 13px;
  padding-left: 1px;
}

.table-khaitan .form-control:focus {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  border-color: #fff;
}

.table-khaitan-measured-by tr td:first-child {
  width: 35%;
}

.table-khaitan-measured-by tr td:nth-child(2) {
  width: 70%;
}

.form-control.filledvalue {
  border: 1px solid #ccc !important;
}

.is-invalid {
  border: 2px solid red !important;
}

.table-khaitan.table-khaitan-causitive tbody tr {
  border-bottom: 0px solid #bdbdbd !important;
}

.khaitan-add-more-button {
  color: #999999;
  font-size: 12px;
}

.khaitan-add-more-button i {
  background-color: #D8D8D8;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 8px;
}

/* table.table.table-khaitan.table-khaitan-causitive TBODY TR TD:FIRST-CHILD {
  BORDER-LEFT: 0 !IMPORTANT;
}

table.table.table-khaitan.table-khaitan-causitive TBODY TR TD:LAST-CHILD,
table.table.table-khaitan.table-khaitan-causitive TR Th:LAST-CHILD {
  border-right: 0 !important;

} */
table.table.table-khaitan.table-khaitan-causitive TR Th:LAST-CHILD {
  border-right: 0 !important;

}

/* promised action */

.status-ontrack {
  background-color: #98CFF9;
  color: white;
}

.status-complete {
  background-color: #B5ECAF;
  color: white;
}

.status-breakdown {
  background-color: #000000;
  color: white;
}

.status-offtrack {
  background-color: #000000;
  color: white;
}

.promise-btn {
  background-color: #ffcccc;
  border: none;
}

.add-promise {
  background-color: #000;
  color: white;
  border: none;
}

.progress {
  height: 9px !important;
  border-radius: 10px !important;
  width: 70px;
  margin-right: 10px;
}

.progress-bar-custom {
  background-color: #000;
  opacity: 1;
}

.table-khaitan.table-khaitan-promised tbody tr {
  border-bottom: 0 !important;
}

.card-heading.d-flex.justify-content-between.align-items-center {
  padding: 8px;
  background: #D9D9D9;
  /* border-top-left-radius: 8px;
  border-top-right-radius: 8px; */
}

.kaitan-accordian .card-body {
  /* border-top-left-radius: 8px;
  border-top-right-radius: 8px; */
}

.kaitan-accordian .card {
  margin-bottom: 15px;
}

span.collapse-arrow {
  width: 20px;
  height: 20px;
  background: #000000;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 10px;
  margin-right: 7px;
  padding: 0 5px;
}


.collapse-arrow-x i {
  width: 20px;
  height: 20px;
  background: #000000;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 10px;
  margin-right: 7px;
  padding: 0 5px;
  display: inline-block;
}


.progress {
  background: #fff !important;
}

.promise-table-container {
  background: #f9f9f9;
}

.promise-table-container table thead th {
  background: #FFDADA;
  border: 0;
  width: 11%;
}

table.table.table-bordered.table-khaitan.table-khaitan-promised tr {
  background: #fafafa;
}



table.table.table-bordered.table-khaitan.table-khaitan-promised tr td:last-child {
  text-align: left;
}

.table-khaitan.table-khaitan-promised .khaitan-badge {
  /* padding: 0px 12px;
  border-radius: 0;
  color: #000;
  font-size: 0.75rem;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 7rem;
  height: 32px;
  line-height: 30px; */
  width: 100%;
}

table.table.table-khaitan.table-khaitan-causitive.promised-list .khaitan-badge {
  height: 22px;
  padding: 0px 5px;
  color: #000;
  font-size: 10px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  line-height: 21px;
  border-radius: 20px !important;
}

button.btn.btn-sm.add-promise {
  background: #000;
  color: #fff;
  padding: 2px 7px;
  border-radius: 40px;
  font-size: 11px;
}

button.btn:hover {
  opacity: 0.8;
}

/* charter */

.charters h2 {
  color: #000000;
}

.charters h6 {
  color: #000;
  font-weight: bold;
}

.card-body.charters ul {
  padding-left: 30px;
}

.card-body.charters p,
.card-body ul li {
  font-size: 14px;
  color: #000;
}

.card-body.charters h5 span {
  background: #fff;
  padding-right: 10px;
  font-weight: bold;
  color: #000;
  z-index: 1;
  display: inline-block;
  position: relative;
}

.card-body.charters h5:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.5px;
  background: #ddd;
  top: 50%;
  left: 0;
  z-index: 0;
}

.card-body.charters h5 {
  position: relative;
  margin: 15px 0;
}




/* login page design */

.login-bg {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(from 150.3deg at 50% 50%, #E0E0E0 0deg, #FFFFFF 360deg);

}

.login-section {
  background: #F6F6F6;
  box-shadow: 0px 4px 81px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
}

.login-form {
  padding: 20px;
  text-align: center;
  background: #fff;
}

.logg-login img {
  width: 150px;
}

.login-form .form-control {
  border: 1px solid #777;
  border-radius: 27px;
  height: 40px;
}

.eye-icon span {
  position: absolute;
  right: 10px;
  top: 20%;
}

a.js-toggle-login-forms {
  color: #000000 !important;
  font-size: 12px;
}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50px;
}

.measured_by_table .table thead th {
  background: #fff !important;
}

.table-height {
  min-height: calc(100% + 130px);
}

table.table.table-khaitan.table-khaitan-causitive.promised-list tbody tr td {
  background: #fff;
  border: 1px solid #dbdbdb !important;
  word-break: break-word;
  ;
}

.quarters-verifying .table-khaitan tbody tr {
  border: 0 !important;
}

.quarters-verifying button.khaitan-fy-button.mb-2 , button.khaitan-fy-button.causative-quarters, button.khaitan-fy-button-x.promised-quarters {
  background: #707070;
}
 
table.table.table-khaitan.table-khaitan-causitive.promised-list tbody tr td:nth-child(6) {

  white-space: nowrap;
}

table.table.table-bordered.table-khaitan.table-khaitan-verifying-milestones thead th:nth-child(2) {
  width: 50%;
}

button.khaitan-fy-button.collapsed.mb-2 .ti.ti-plus:before {
  content: '\e61a';
}

button.khaitan-fy-button.mb-2 .ti.ti-plus:before {
  content: '\e622';
}

.column-hide {
  display: none;
}

table.table.table-khaitan.table-khaitan-causitive.promised-list tr td .btn {
  text-align: left !important;
}

table.table.table-khaitan.table-khaitan-causitive.promised-list tr th {
  text-align: center !important;

}

.btn-rounded {
  border-radius: 60px;
  padding: 7px 18px;
  font-size: 16px;
}

table.table.table-bordered.table-khaitan.table-khaitan-promised.m-0 tr th:last-child {
  text-align: left;
  /* width: 400px !important; */

}



table.table.table-bordered.table-khaitan.table-khaitan-promised.m-0 thead th:nth-child(3),
table.table.table-bordered.table-khaitan.table-khaitan-promised.m-0 thead th:nth-child(4) {
  width: 15% !important;
}

table.table.table-bordered.table-khaitan.table-khaitan-promised.m-0 tbody td:nth-child(5) {
  white-space: nowrap !important;
}

table.table.table-bordered.table-khaitan.table-khaitan-promised.m-0 tbody td:nth-child(6) {
  width: 8% !important;
}

table.table.table-khaitan.table-khaitan-causitive.promised-list tbody tr td {
  vertical-align: top !important;
}

td.promise_hide_class {
  white-space: nowrap !important;
}

.select2-container--bootstrap .select2-results__option {
  word-break: break-all !important;
}


.table-khaitan-dashboard tbody tr td {
  white-space: nowrap !important;

}

.smooth-collapse-wrapper {
  transition: height 0.3s ease;
  overflow: hidden;
}

.table-height-wrapper.table-height {
  min-height: calc(100% + 130px);
}

.permission-table [type=checkbox]:not(:checked),
.permission-table [type=checkbox]:checked , .reportcheck [type=checkbox]:not(:checked), .reportcheck [type=checkbox]:checked {
  position: relative;
  left: auto;
  opacity: 1;
  width: 15px;
  height: 15px !important;
  line-height: 15px !important;
  min-height: auto !important;
  top: 2px;
}

.reportcheck [type=checkbox]:checked+label:before, .reportcheck [type=checkbox]:not(.filled-in)+label:after,
.reportcheck [type=checkbox]+label:before, .reportcheck [type=checkbox]:not(.filled-in)+label:after{
  display: none !important;
}
.reportcheck [type=checkbox]+label{
  padding-left: 2px !important;
  color: #000 !important;
}
.permission-table table {
  margin-top: 20px;
}

.permission-table table tr th,
.permission-table table tr td {
  background-color: #F4F4F4;
  border-color: #ccc;

}

a:hover {
  color: #000;
}

/* notification css */
.notification-list {
  margin-top: 20px;
}

.notification-list li i {
  background: #ccc;
  padding: 4px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 10px;
}

.notification-list li {
  border-radius: 10px;
  border-left: 3px solid #666;
  margin-bottom: 10px;
  padding: 6px !important;
  list-style: none;
}

li.medium-notification {
  border-left: 3px solid #B80C09 !important;
}

li.low-notification {
  border-left: 3px solid #FFD26C !important;
}

.notification-list li.read_high,
.notification-list li.read_medium,
.notification-list li.read_low {
  background: #fff;
  box-shadow: 0px 0px 10px #ddd;
}

.notification-list li:hover {
  background: #dadada !important;
  box-shadow: 1px 1px 10px #ccc;
  transition: all 0.3s ease-in-out;
}

.notification-list li.unread_high {
  background-color: #E5E7E6;
}

.notification-list li.unread_medium {
  background-color: #FFEAEA;
}

.notification-list li.unread_low {
  background-color: #FFFAEE;
}

.promised-row .khaitan-badge {
  width: 7rem;
}

.promised-row h6 {
  word-break: break-word;
}

.searchicons {
  right: 0;
  top: 0;
  background: #ebebeb;
  padding: 0 8px;
  height: 100%;
  line-height: 35px;
}


.notify {
  position: relative;
  top: -28px;
  right: -7px;
}

.notify .heartbit {
  position: absolute;
  top: -12px;
  right: -1px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #757575;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.notify .point {
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background-color: #000000;
  position: absolute;
  right: 9px;
  top: -2px;
}

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}




textarea.milestone-input {
  width: 100%;
  resize: none;
  overflow: hidden;
  padding: 0px;
  font-size: 12px;
  min-height: 30px !important;
  height: 30px;
  box-sizing: border-box;

}


button.btn.btn-delete {
  background: #FFEBEE;
  color: #d91313;
  padding: 5px 8px;
  border-radius: 66px;
  margin: 0 !important;
  vertical-align: middle;


}

.btn-edit {
  height: 30px;
  padding: 5px 8px !important;
  background-color: #E5E7E6;
  width: 30px;
}

a.btn.btn-danger.btn-sm.delete-row.delete-row-sales.text-danger.js-delete-ux-confirm.confirm-action-danger {
  background: #ffff;
}

.activity-log-list {
  margin-bottom: 20px;
}

.activity-log-list h5 {
  font-weight: 600;
}

.activity-log-list ul {
  padding-left: 15px;
}

.activity-log-list ul li {
  position: relative;
  padding: 7px 0;
}

.activity-log-list ul li::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  border: 1px dashed #000;
  left: -12px;
  top: 0;
}


.nav-position {
  position: sticky;
  top: 50px;
  /* Adjust according to any fixed headers */

  background: #fff;
  /* Optional: Add background to avoid overlap transparency */

}

.nav-position.fixed-top {
  position: fixed;
  top: 55px;
  left: 210px;
  background: #e5e7e6;
  z-index: 9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-position.fixed-top .nav-tabs {
  margin-bottom: 7px;
}

/* .nav-position.fixed-top .profile-tab li a.nav-link.active, .nav-position.fixed-top .customtab li a.nav-link.active{
  border-color: #fff;
  color: #fff;
  background-color: transparent;
} */

.nav-position.fixed-top .profile-tab li a.nav-link {
  color: #000 !important;
}

.mini-sidebar .nav-position {
  left: 84px;

}


/* Toast container (top-right corner) */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999999;
}

/* Toast style */
.custom-toast {
  max-width: 350px;
  margin-top: 10px;
  background-color: #343a40;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 99999999;
  word-break: break-all;
}

.custom-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.custom-toast .close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  top: -7px;
}



.new-assigned-user .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  cursor: pointer;
}

.new-assigned-user .custom-control-input {
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.new-assigned-user .custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.new-assigned-user .custom-control-input:checked~.custom-control-indicator {
  border-color: #000;
  background-color: #000;
}

.new-assigned-user .custom-control-input:checked~.custom-control-indicator::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}


.new-assigned-user .custom-control-description img.avatar-xsmall {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 6px;
}

.new-assigned-user .custom-control:hover .custom-control-indicator {
  border-color: #000;
}


span.toggle-arrow {
  cursor: pointer;
}

.mini-sidebar span.toggle-arrow {
  cursor: pointer;
  margin-right: 7px;
}

.collapse-row {
  display: none;
}

.table.table-bordered.table-khaitan.table-khaitan-promised-account tr {
  border: 0 !important;
}

.table.table-bordered.table-khaitan.table-khaitan-promised-account tr td {
  text-align: center;
}


.table-khaitan.table-khaitan-promised tbody tr td button.btn-inverse.remarks-b {
  font-size: 8px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center !important;
  padding: 0 !important;
  text-align: center !important;
  float: left;
  margin-right: 5px;
}

table.table.table-khaitan.table-khaitan-causitive.promised-list tr td button.btn-inverse.remarks-b {
  font-size: 8px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center !important;
  padding: 0 !important;
  text-align: center !important;
  float: left;
  margin-right: 5px;
}

/* responsive */
@media only screen and (max-width: 1111px) {
    table.table.table-khaitan.table-khaitan-causitive.promised-list {
        width: 1200px;
    }
}

@media only screen and (max-width:767px) {

  small#card-task-milestone-title,
  .card-left-panel .m-b-15 {
    margin-top: 20px;
  }

  .login-bg {
    height: auto !important;
  }

  .table-khaitan-measured-by tr td:first-child {
    width: 50%;
  }

  .khaitan-badge {
    width: 100%;
  }

  ul.nav.nav-tabs.profile-tab.project-top-nav.list-pages-crumbs li a.active {
    border-color: #fff;
  }

  ul.nav.nav-tabs.profile-tab.project-top-nav.list-pages-crumbs li a {
    color: #ffff !important;
  }

  ul.nav.nav-tabs.profile-tab.project-top-nav.list-pages-crumbs li {
    background: #757575;
  }

  ul.nav.nav-tabs.profile-tab.project-top-nav.list-pages-crumbs {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 55px;
    box-shadow: 1px 1px 10px #999;
  }

  div#projects-tab-single-screen {
    margin-top: 54px;
  }

  div#embed-content-container {
    padding: 5px !important;
  }

  .causative-title h5 {
    font-size: 12px;
    line-height: normal;
  }

  .promised-row {
    flex-direction: column !important;
    align-items: flex-start !important;
  }


  .promised-row .w-50 {
    width: 100% !important;
  }

  .promised-row .w-50 {
    justify-content: space-between !important;
    margin-top: 10px;
  }



  .table-height {
    min-height: auto;
    margin-bottom: 20px;
  }

  .mce-container-body.mce-flow-layout {
    overflow: auto !important;
  }

  .card-modal .card-left-panel {
    padding: 10px;
  }

  .card-body.tab-body.tab-body-embedded.p-3 {
    padding: 5px !important;
  }

  .mini-sidebar .card {
    margin-left: 0px;
  }

  .table.table.table-khaitan.table-khaitan-causitive.table-khaitan-causitives {
    width: 800px;

  }

  .nav-position.fixed-top {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
  }

  .mini-sidebar .nav-position {
    left: 0
  }

  table.table.table-khaitan.table-khaitan-causitive.promised-list {
    width: 1199px;
  }

  table.table.table-bordered.table-khaitan.table-khaitan-promised.m-0 {
    width: 1199px;
  }
}







/* effect */
/* #confetti-btn {
  z-index: 2;
  padding: 15px 30px;
  font-size: 1.5em;
  background: #ff4081;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
} */
#confetti-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}



.top-curatin {
  position: fixed;
  top: 0;
  z-index: 71;
  width: 100%;
  border-top: 3px solid #da151a;
  pointer-events: none; /* allow clicks to go through */
}

.top-curatin img {
  width: 40px;
  pointer-events: none; /* ensure image doesn't block clicks */
}

.top-curtain-left,
.top-curtain-right {
  position: absolute;
  top: 0;
}

.top-curtain-right {
  right: 0;
  transform: scaleX(-1);
}
.topbar .top-navbar{
  padding: 0px 30px;
}

.table-khaitan .form-control.list-input-month{
  min-height: 20px !important;
  padding: 0.7px !important;
  height: auto;
  font-size: 11px;
}

span.select2-selection.select2-selection--multiple.form-control.form-control-sm {
    height: auto !important;
    width: auto !important;
    min-height: 33px !important;
    line-height: normal;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
  padding: 0 !important;
  white-space: normal !important;
}

li.select2-selection__choice span {
    float: right;
    margin-left: 10px;
}
.form-control-sm  li.select2-selection__choice {
    background: #f1f1f1;
    padding: 2px 8px !important;
    display: block;
    margin-bottom: 5px;
}
span.select2-selection__clear {
    background: #ccc;
    padding: 0px;
    display: inline-flex
;
    justify-content: center;
    align-items: end;
    margin-bottom: 5px;
    width: 13px;
    text-align: center;
    border-radius: 10px;
}

.select2-container .select2-search--inline .select2-search__field{
  width: auto !important;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    min-height: auto;
    max-height: 300px;
}

.dashboard-wrapper textarea.form-control {
    height: auto;
    background: #fff !important;
}