﻿@font-face {
  font-family: "AvenirLTStd-Book";
  src: url("../fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Book.otf") format("opentype"),
    url("../fonts/AvenirLTStd-Book.woff") format("woff"),
    url("../fonts/AvenirLTStd-Book.ttf") format("truetype"),
    url("../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd-Roman";
  src: url("../fonts/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Roman.otf") format("opentype"),
    url("../fonts/AvenirLTStd-Roman.woff") format("woff"),
    url("../fonts/AvenirLTStd-Roman.ttf") format("truetype"),
    url("../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: url("../fonts/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Heavy.otf") format("opentype"),
    url("../fonts/AvenirLTStd-Heavy.woff") format("woff"),
    url("../fonts/AvenirLTStd-Heavy.ttf") format("truetype"),
    url("../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url("../fonts/AvenirLTStd-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Medium.otf") format("opentype"),
    url("../fonts/AvenirLTStd-Medium.woff") format("woff"),
    url("../fonts/AvenirLTStd-Medium.ttf") format("truetype"),
    url("../fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd-Black";
  src: url("../fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Black.otf") format("opentype"),
    url("../fonts/AvenirLTStd-Black.woff") format("woff"),
    url("../fonts/AvenirLTStd-Black.ttf") format("truetype"),
    url("../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}

.blockuser_bg {
  background-color: var(--bs-primary-light) !important;
  padding: 0 0 0 10px !important;
}

.dstp_date {
  display: block;
}

.mstp_date {
  display: none;
}

.font13 {
  font-size: 13px !important;
  line-height: 16px !important;
}

.btn.btn-primary {
  color: #ffffff !important;
}

.apphead {
  color: #c1c3c8 !important;
}

.apphead i {
  /*color: #a5dbf6 !important;*/
  display: #c1c3c8 !important;
}

.apphead input {
  color: #575757 !important;
  border-radius: 50px !important;
  background-color: var(--bs-gray-100);
  /* background-color: #0499e5 !important; */
  border: #c1c3c8 1px solid !important;
  opacity: 1 !important;
  padding: 4px 56px !important;
  min-height: 30px;
}

.apphead input::placeholder {
  color: #c1c3c8 !important;
}

/* min-height: calc(12px + 14px + 2px) !important; */
.add_membertable {
}

.add_membertable .table:not(.table-bordered).table-row-gray-300 tr:hover {
  background-color: var(--bs-primary-light) !important;
}

.fc-scroller-harness {
  height: 100% !important;
}

.fc-scroller-harness .fc-scroller .fc-col-header {
  height: 100% !important;
}

.fc .fc-view-harness {
  flex-grow: 1;
  position: relative;
  height: 600px !important;
}

.fc-col-header {
  width: 100% !important;
}

.fc-scrollgrid-sync-table {
  height: 100% !important;
}

.menu-icon svg {
  width: 18px;
  /*fill: #cdebfa;*/
  fill: #c1c3c8;
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 90px !important;
}

/* .list_calendar {}

.list_calendar tbody {
  height: 550px !important;
}

.list_calendar tbody tr {
  position: relative;
  min-height: 30% !important;
}

.fc .fc-scrollgrid tbody>tr:last-child td {
  height: 20% !important;
} */

#myTabContent {
  /*height: 1000px !important;
    border: #f00 1px solid;*/
  height: 100% !important;
}

.fc-scrollgrid-sync-table {
  width: 100% !important;
}

.fc-daygrid-day {
  width: 137px !important;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 100px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*body {
    overflow: auto;
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    padding: 0;
    background: #4A4A4A;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    width: 100%;
   } */

#calendar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* width: 420px; */
  width: 100%;
  margin: 0 auto;
  height: 750px;
  overflow: hidden;
}

.header {
  height: 50px;
  width: 100%;
  /* background: rgba(66, 66, 66, 1); */
  background: #3e97ff;
  text-align: center;
  position: relative;
  z-index: 100;
  border-radius: 5px;
}

.header h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 50px;
  font-weight: 100;
  letter-spacing: 1px;
}

.left,
.right {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: 50%;
  margin-top: -7.5px;
  cursor: pointer;
}

.left {
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent rgb(255, 255, 255) transparent transparent;
  left: 20px;
}

.right {
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  right: 20px;
}

.month {
  /*overflow: hidden;*/
  opacity: 0;
}

.month.new {
  -webkit-animation: fadeIn 1s ease-out;
  opacity: 1;
}

.month.in.next {
  -webkit-animation: moveFromTopFadeMonth 0.4s ease-out;
  -moz-animation: moveFromTopFadeMonth 0.4s ease-out;
  animation: moveFromTopFadeMonth 0.4s ease-out;
  opacity: 1;
}

.month.out.next {
  -webkit-animation: moveToTopFadeMonth 0.4s ease-in;
  -moz-animation: moveToTopFadeMonth 0.4s ease-in;
  animation: moveToTopFadeMonth 0.4s ease-in;
  opacity: 1;
}

.month.in.prev {
  -webkit-animation: moveFromBottomFadeMonth 0.4s ease-out;
  -moz-animation: moveFromBottomFadeMonth 0.4s ease-out;
  animation: moveFromBottomFadeMonth 0.4s ease-out;
  opacity: 1;
}

.month.out.prev {
  -webkit-animation: moveToBottomFadeMonth 0.4s ease-in;
  -moz-animation: moveToBottomFadeMonth 0.4s ease-in;
  animation: moveToBottomFadeMonth 0.4s ease-in;
  opacity: 1;
}

.week {
  /* background: #4A4A4A; */
}

.day {
  display: inline-block;
  width: 14.28%;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.day.other {
  color: rgba(255, 255, 255, 0.3);
  cursor: not-allowed;
}

.day.today {
  color: rgba(156, 202, 235, 1);
}

.day-name {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.7px;
}

.day-number {
  font-size: 24px;
  letter-spacing: 1.5px;
}

.day .day-events {
  list-style: none;
  margin-top: 3px;
  text-align: center;
  height: 12px;
  line-height: 6px;
  overflow: hidden;
}

.day .day-events span {
  vertical-align: top;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100px;
  height: 10px;
  line-height: 10px;
  margin: 0 1px;
}

.blue {
  background: rgb(25, 132, 209);
}

.orange {
  background: rgb(255, 135, 43);
}

.green {
  background: rgb(87, 157, 17);
}

.yellow {
  background: rgb(250, 233, 0);
}

.delBTN {
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  font-size: 1em;
  margin: 0 5px;
  background-color: rgba(200, 200, 200, 1);
}

.details {
  position: relative;
  width: 100%;
  height: 150px;
  background: rgb(205 205 205 / 50%);
  margin-top: 5px;
  border-radius: 4px;
}

.details.in {
  -webkit-animation: moveFromTopFade 0.5s ease both;
  -moz-animation: moveFromTopFade 0.5s ease both;
  animation: moveFromTopFade 0.5s ease both;
}

.details.out {
  -webkit-animation: moveToTopFade 0.5s ease both;
  -moz-animation: moveToTopFade 0.5s ease both;
  animation: moveToTopFade 0.5s ease both;
}

.arrow {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(164, 164, 164, 1) transparent;
  transition: all 0.7s ease;
}

.events {
  height: 100px;
  padding: 7px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.events.in {
  -webkit-animation: fadeIn 0.3s ease both;
  -moz-animation: fadeIn 0.3s ease both;
  animation: fadeIn 0.3s ease both;
}

.events.in {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.details.out .events {
  -webkit-animation: fadeOutShrink 0.4s ease both;
  -moz-animation: fadeOutShink 0.4s ease both;
  animation: fadeOutShink 0.4s ease both;
}

.events.out {
  -webkit-animation: fadeOut 0.3s ease both;
  -moz-animation: fadeOut 0.3s ease both;
  animation: fadeOut 0.3s ease both;
}

.event {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  padding: 2px 16px;
  vertical-align: top;
}

.event.empty {
  color: #000;
}

.event-category {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 2px 0;
  vertical-align: top;
}

.event span {
  display: inline-block;
  padding: 0 0 0 7px;
}

.legend {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  background: rgba(60, 60, 60, 1);
  line-height: 30px;
  z-index: 100;
  border-radius: 5px;
}

.entry {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  background: transparent;
}

.entry:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 9px;
  left: 10px;
}

.addBTN {
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 5%;
  right: 5%;
  font-size: 80px;
  background-color: rgba(200, 200, 200, 0.9);
  color: grey;
  text-align: center;
  vertical-align: baseline;
  border-radius: 100%;
  cursor: pointer;
  z-index: 999;
}

.addBTN::before {
  position: relative;
  top: -36%;
  content: "+";
}

#formDiv {
  display: none;
  position: absolute;
  top: 100px;
  left: 25%;
  width: 50%;
  /* background-color: rgba(200,200,200,0.9); */
  background-color: rgba(255, 255, 255, 1);
  padding: 25px;
  margin: 0 auto;
  color: black;
  z-index: 999;
  border-radius: 5px;
  border: #ccc 1px solid;
  box-shadow: var(--bs-box-shadow-lg);
}

form {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

#eventColor {
  height: 20px;
  width: 20px;
  margin: 0 5px;
}

.todayDate {
  margin: 0 15px;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: bold;
  width: 115px;
  padding: 10px 20px;
  border-bottom: 2px groove #f7f8f8;
  color: #000;
}

.entry.blue:after {
  background: rgba(156, 202, 235, 1);
}

.entry.orange:after {
  background: rgba(247, 167, 0, 1);
}

.entry.green:after {
  background: rgba(153, 198, 109, 1);
}

.entry.yellow:after {
  background: rgba(249, 233, 0, 1);
}

.projectdetailsTab {
  font-family: "AvenirLTStd-Black";
}

.projectname {
  font-size: 14px;
  font-family: AvenirLTStd-Medium;
}

.projectnamespan {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}

.tdText {
  width: 30%;
  font-size: 14px !important;
}

.tdInput {
  width: 70%;
}

/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    height: 0px;
    margin-top: 0px;
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    -moz-transform: translateY(-100%);
  }
}

@keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes moveToTopFade {
  to {
    opacity: 0.3;
    height: 0px;
    margin-top: 0px;
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes moveToTopFade {
  to {
    height: 0px;
    -moz-transform: translateY(-100%);
  }
}

@keyframes moveToTopFade {
  to {
    height: 0px;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95);
  }
}

@-moz-keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%);
  }
}

@keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%);
  }
}

@-webkit-keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95);
  }
}

@-moz-keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%);
  }
}

@keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%);
  }
}

@-webkit-keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95);
  }
}

@-moz-keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%);
  }
}

@keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%);
  }
}

@-webkit-keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95);
  }
}

@-moz-keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
  }
}

@keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}

@-moz-keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}

@keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}

@media screen and (max-width: 767px) {
  .search_head {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 1024px) {
  .dstp_date {
    display: none;
  }

  .mstp_date {
    display: block;
  }
}
/*start 13.12.2023*/
/*
    .project_task_new .card-body table tbody tr td {
    padding: 0.4rem 0.6rem;
}
*/
.project_task_new .card-body table tbody tr {
  height: 41.9px;
}

.project_detail_edit_btn {
  margin: 0 !important;
}

.project_details_top {
  padding: 30px 0 !important;
}

.add_mem_new {
  min-width: 130px !important;
  min-height: 120px !important;
  max-width: 130px !important;
  max-height: 120px !important;
}

.add_mem_new h5 {
  font-size: 1.1rem;
  color: #9fa7bc;
}

.add_mem_new a button {
  padding: 0 !important;
}

.add_mem_new .upload_icon i {
  margin-bottom: 0.75rem !important;
}

.fixed_card_header {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 895px;
  margin-left: auto;
  background-color: #fff !important;
  z-index: 9;
}

.fixed-card_body {
  margin-top: 50px;
}

.task_list_cardbody {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.task_list_cardbody table {
  margin-bottom: 0;
}

.pro_dtl_sub_head {
  font-size: 12.35px !important;
  text-transform: uppercase !important;
  color: #99a1b7 !important;
}

.comm_td {
  font-size: 14px !important;
  vertical-align: middle;
}

.card_bdy_innercontent {
  padding-left: 0 !important;
}

.cmp_btn_new {
  margin-left: 0 !important;
}

.comm_chat_name {
  flex-direction: column;
}

.comm_username {
  margin-right: -10px !important;
}

.add_btn {
  margin-left: 15px !important;
}
/*end 13.12.2023*/
/*start 14.12.2023*/
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: none;
  }
}

.dropdwn_new ul li input::placeholder {
  font-size: 1.1rem !important;
  font-family: "AvenirLTStd-Book";
  color: #9fa7bc;
}

.dropdwn_new span.select2-container {
  padding-left: 10px;
  padding-right: 10px;
}

.dropdwn_new ul li.select2-selection__choice {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.comm_td i {
  vertical-align: middle;
}

.comm_td span {
  vertical-align: middle;
}

.clsMarg {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.clsMarg .app-toolbar {
  padding: 30px 0 !important;
}
/*end 14.12.2023*/
/* start 15.12.2023*/
.app_new_pjct {
  padding-left: 60px !important;
}

.app_new_pjct .projectname {
  font-size: 16px;
}

.new_filter {
  display: flex;
  justify-content: space-between;
}

.filter_new_tab .from-inline .input-group input {
  padding: 0 10px;
}

.filter_new_tab .from-inline .input-group:not(:last-child) {
  margin-bottom: 10px;
}

.project_list_inr_new .comm_username {
  margin-right: 0 !important;
}

.project_list_inr_new .symbol.symbol-40px .symbol-label {
  width: 30px;
  height: 30px;
  font-size: 12px !important;
}
/*end 15.12.2023*/
/*end 21.12.2023*/
.profile_tag {
  border-radius: 50%;
}

.profile_tag span {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-transform: uppercase;
  color: #1011a1;
  font-size: 18px;
  font-weight: 700;
}

.profile_tag_new {
  background-color: #1011a1;
}

.profile_tag_new span {
  color: #1011a1;
}

.projet_status_color_wrap {
  position: relative;
}

.projet_status_color {
  position: absolute;
  left: auto;
  padding: 0 !important;
  height: 100% !important;
}

.projet_status_color a {
  height: 100%;
  padding: 0px !important;
  width: 12px;
  background: transparent !important;
  border-radius: 0;
}

.projet_status_color a:hover {
  background: transparent !important;
}

.projet_status_color_menu .menu-item .menu-link {
  position: relative;
}

.projet_status_color_menu .menu-item .menu-link span {
  margin-right: 20px;
}

.projet_status_color_menu .menu-item .menu-link span::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 10px;
  border-radius: 0;
  border-radius: 50%;
}

.projet_status_color_menu .menu-item .menu-link span.red_color::after {
  background-color: rgb(255, 93, 96);
}

.projet_status_color_menu .menu-item .menu-link span.orange_color::after {
  background-color: #ffa500;
}

.projet_status_color_menu .menu-item .menu-link span.yellow_color::after {
  background-color: #ffff00;
}

.projet_status_color_menu .menu-item .menu-link span.green_color::after {
  /*background-color: #008000;*/
  background-color: rgb(140, 221, 114);
}

.projet_status_color_menu .menu-item .menu-link span.blue_color::after {
  background-color: rgb(67, 106, 217);
}

.projet_status_color_menu .menu-item .menu-link span.purple_color::after {
  background-color: rgb(250, 227, 92);
}

.projet_status_color_menu .menu-item .menu-link span.grey_color::after {
  background-color: rgb(200, 196, 196);
}

.project_name_td {
  width: 50%;
}
/*end 21.12.2023*/
/*start 23.12.2023*/
.project_detail_bar .projet_status_color {
  height: 60px !important;
  margin-left: -17px;
}

.list_icon_new {
  position: absolute;
  margin-top: -33px;
  margin-left: 5px;
}

.projectname_wrap {
  margin-left: 30px;
}

.project_detail_bar .projet_status_color a {
  width: 8px;
}

/*end 23.12.2023*/
/*start 26.12.2023*/
.img_hov {
  position: relative;
}

.img_rt {
  position: static;
  background-color: #ffffff;
  min-width: 100px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}

.img_hov:hover .img_rt {
}

.img_rt fieldset {
  width: 100px;
  height: 40px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.img_rt legend {
  padding-inline: 0.5rem;
  color: #227093;
  border-bottom: 2px solid #227093;
  border-radius: 3px;
}

.img_rt label {
  width: 0;
  overflow: hidden;
}

.img_rt input {
  appearance: none;
  width: var(--size);
  height: var(--size);
  text-align: center;
  cursor: pointer;
}

.img_rt input::after {
  content: "☆";
  font-size: 20px;
  color: #dab808;
}

.img_rt input:is(:checked, :hover)::after {
  /*   content: "★";*/
  /*content: "☆";*/
}

.img_rt
  input:is(:checked, :hover)::after
  :has(~ input:is(:checked, :hover))::after {
  content: "★";
}

.img_rt input:hover ~ input::after {
  content: "☆";
  /* content: "★";*/
}

.attachment_img {
  background-size: 45px !important;
  background-position: center;
}

/*end 26.12.2023*/

/* Hide label */
/* You can style inputs directly thanks to appearance:none! */
.img_rt input:is(:checked, :hover)::after,
.img_rt input:has(~ input:is(:checked, :hover))::after {
  content: "★";
}

.icons_list.img_hov span {
  color: #78829d;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.hov_none {
  pointer-events: none;
}

.Sl_profile {
  margin-top: 20px;
  margin-bottom: 10px;
}

.captilize {
  text-transform: capitalize !important;
}

/*01.05.24*/
/*.r_manager2 .select2-container .select2-search--inline {
    display: none;
}*/

.r_manager2
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  /*background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: #B5B5C3;
    width: 100%;
    padding: 0.775rem 3rem 0.775rem 1rem;*/
  font-size: 1.1rem;
  font-weight: 500;
  height: 23px;
  line-height: 1.5;
  /*position: relative;*/
}

.r_manager2
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  position: relative;
  right: auto;
  top: 0px;
  left: 0;
  border-right: 1px solid #000;
}

.r_manager2 .select2-selection--multiple {
  min-height: 100%;
  /*border-color: transparent !important;auto !important;
    padding-right: 0px;*/
}

.r_manager2 .select2-container .select2-search--inline .select2-search__field {
  min-height: 33px;
  padding-left: 15px;
  margin: 0px;
}

.r_manager2
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  min-height: 100%;
}

.r_manager2 .select2-container .select2-search--inline {
  float: left;
  min-height: 100%;
  margin-top: -18px;
}
.r_manager2 .select2-container--default .select2-selection--multiple {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-200) !important;
  height: 43px;
  /*//border: 0px;*/
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px !important;
}
.card-body p {
  color: #000;
  font-size: 15px;
}
/*01.05.24*/
.txt-upcase {
  text-transform: uppercase !important;
}

/* Sujoy 13-01-24---*/

.card .card-header .card-title1fontsize {
  font-size: 1rem;
}

.card .card-headermnheight {
  min-height: 50px;
}

/* 19.01.24*/
.team_rm_name_list h3 {
  display: flex;
  justify-content: space-between;
}

.txt_am_chart_title_color {
  color: #b5b5c3 !important;
}
.am_chart_box_txt span {
  font-weight: 600 !important;
  font-size: 15px !important;
  color: var(--bs-text-dark);
  /*text-transform: uppercase;*/
}
/* 02.02.24*/
.table_icon_new {
  vertical-align: top;
}

.mem_PF {
  margin: 5px;
}
.mem_ESI {
  margin: 2px;
}

/* 07.03.24*/
#kt_app_sidebar_menu_scroll {
  height: calc(100vh - 110px) !important;
}

/*Start for HrManagement*/

.recommendation_blk {
  overflow: hidden;
  position: relative;
}

.recommendation {
  position: absolute;
  top: -9px;
  left: -24px;
  z-index: 1;
  display: block;
  font-size: 9px;
  line-height: 44px;
  transform: rotate(329deg);
  text-align: center;
  width: 80px;
  height: 31px;
  padding: 0.25em 0;
  color: white;
  background: red;
}

.interview_taken {
  padding: 0;
}

.interview_taken li.nav-item {
  width: 20% !important;
}

/*19032024*/
.page-item.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

/*17062024*/
.btn_mem {
  padding: 11px !important;
}

.filter_Popup .row {
  padding-bottom: 25px;
}

.icn_no_mile_pay {
  width: 20px !important;
  height: 20px !important;
}

.list_icon.listblock i {
  display: block;
}
.list_icon.listblock i + i {
  margin-top: 5px;
}

/*10.072024*/
.clsSalary .clsMarg {
  flex: 0 0 auto;
}

.clsSalary .main_inner {
  margin: 0 30px;
  flex: 0 0 auto;
}

.clsSalary .main_inner table tbody tr td:nth-child(3) {
  width: 30%;
}

.clsSalary .main_inner table tbody tr td:last-child {
  width: 40%;
}

.clsSalary .main_inner table tbody tr td:nth-child(3) .badge-light-warning {
  background-color: var(--bs-warning-light) !important;
  padding: 14px 20px !important;
  font-size: 14px;
  min-width: 100px;
  justify-content: center;
}

.clsSalary
  .main_inner
  table
  tbody
  tr
  td:nth-child(3)
  .badge.badge-light-success {
  background-color: var(--bs-success-light) !important;
  padding: 14px 20px !important;
  font-size: 14px;
  min-width: 150px;
  justify-content: center;
}

.clsSalaryCal .main_inner {
  margin: 0 30px;
}

.clsSalaryCal .main_inner .com_notific {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -25px;
}

.clsSalaryCal .main_inner table {
  table-layout: fixed;
}

.clsSalaryCal .main_inner table thead th {
  text-align: left !important;
  min-width: auto !important;
}

.clsSalaryCal .main_inner table tbody tr td {
  vertical-align: top;
}

.clsSalaryCal .main_inner input {
  outline: none;
  background-color: var(--bs-gray-200);
  border: 1px solid var(--bs-gray-100);
  color: var(--bs-gray-700);
  transition: color 0.2s ease;
  border-radius: 0.475rem;
  width: calc(100% - 20px);
  margin-left: 5px;
  padding: 0.775rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}
.clsSalaryCal .main_inner label {
  font-family: "AvenirLTStd-Heavy";
  font-size: 20px;
  font-weight: 600;
}

.clsSalaryCal .main_inner input:focus {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-200);
  color: var(--bs-gray-700);
  transition: color 0.2s ease;
}
.clsSalaryCal .main_inner tr td:nth-child(2) input {
  width: 50px;
  padding-left: 15px;
}
.clsSalaryCal .main_inner tr th:nth-child(2) {
  width: 70px;
  padding-left: 15px;
}

.clsSalaryCal .main_inner table tbody tr td:nth-last-child(2) span.badge {
  display: block;
  text-align: left;
  line-height: 15px;
  font-family: "AvenirLTStd-Book";
}
.clsSalaryCal .main_inner table tbody tr td:nth-last-child(2) span.badge b {
  font-weight: normal;
}
.clsSalaryCal .main_inner table tbody tr td:nth-last-child(2) .font13 {
  line-height: 25px !important;
  font-weight: normal !important;
}
.clsSalaryCal .main_inner table thead tr th:nth-last-child(2),
.clsSalaryCal .main_inner table tbody tr td:nth-last-child(2) {
  padding-left: 20px;
}
.clsSalBankAmount {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.clsSalGrossAmount {
  font-size: 8px;
  line-height: 1;
  display: block;
}

.clsSalGrossAmount span {
  margin-right: 5px;
}

.clsSalGrossAmount span.actual-salary {
  text-decoration: line-through;
  color: #78829d;
}

.clsSalGrossAmount b span:last-child {
  color: #dc3545;
}

.clsSalaryCal
  .main_inner
  table
  tbody
  tr
  td:first-child
  .d-flex.flex-column
  > span {
  margin-top: 5px;
}

.clsSalaryCal
  .main_inner
  table
  tbody
  tr
  td:first-child
  .d-flex.flex-column
  > a {
  line-height: 18px;
}

.clsSalaryCal .green_btn_grp {
  padding-top: 30px;
  padding-left: 30px;
}

.clsSalaryCal .main_inner table thead tr th:first-child,
.clsSalaryCal .main_inner table tbody tr td:first-child {
  width: 175px;
}

.clsSalaryCal .main_inner table thead .salarycalulationtbody td:first-child {
  /*align-items: flex-start !important;*/
}

.clsSalary table tbody tr .clsBankPfbtn .btn.btn-danger {
  background-color: #1011a1 !important;
}

.clsSalary table tbody tr .clsBankPfbtn .btn.btn-danger:hover {
  opacity: 0.9;
}

.clsSalary table tbody tr .clsBankPfbtn .btn {
  margin: 0;
  width: 35px;
  height: 35px;
  border: none;
}
.clsSalary table tbody tr .clsBankPfbtn .btn img {
  width: 20px;
}
.clsSalary table tbody tr .clsBankPfbtn span {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  left: 10px;
  top: -8px;
  background-color: #fff;
  padding: 0 10px;
  color: #000;
  font-weight: 600;
  font-size: 12px;
}
.clsBankPfbtn {
  border: 2px solid;
  padding: 15px 5px 5px;
  position: relative;
  border-radius: 10px;
}

.clsBankPfbtn + .clsBankPfbtn {
  margin-left: 5px;
}

.clsSalDtls .app-main {
  margin: 10px 0;
}

.clsSalDtls .table.gs-7 th.sorting_asc:first-child,
.clsSalDtls .table.gs-7 td.dtr-control:first-child {
  /*padding-left: 10px !important;*/
}

.clsSalDtls .table.gs-7 th:last-child,
.clsSalDtls .table.gs-7 td:last-child {
  padding-right: 0px;
  padding-left: 4px !important;
}

.clsSalDtls .com_notific {
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -22px;
}

.clsSalDtls .table.gs-7 th:nth-child(2) {
  width: 80px !important;
  min-width: 80px !important;
}

.clsSalDtls .table.gs-7 th:nth-child(8),
.clsSalDtls .table.gs-7 th:nth-child(9),
.clsSalDtls .table.gs-7 th:nth-child(10) {
  width: 80px !important;
  min-width: 80px !important;
}

.clsSalDtls table tr.child td.child:last-child {
  padding-left: 22.5px !important;
  padding-right: 22.5px !important;
}

.clsSalDtls .table-responsive {
  overflow: hidden;
}

/*11-07-2024*/

.clsSalDtls .mnth_slr_dtl_bx .ls-n2 {
  letter-spacing: 0 !important;
  font-size: 18px !important;
}

.clsSalDtls .mnth_slr_dtl_bx .my-7 {
  margin-bottom: 0 !important;
  margin-top: 15px !important;
}

.clsSalDtls .mnth_slr_dtl_bx .card_body_Block {
  padding: 25px 20px !important;
}

.clsSalDtls .mnth_slr_dtl_bx .col-sm-6 {
  padding: 0 10px;
}
.clsMarg .main_inner .hover-scroll-x {
  overflow: hidden;
}

/*12-07-2024*/

.clsSalDtls .absent_hd {
}

.clsSalDtls .xtra_hd {
  min-width: 85px !important;
}

.clsSalDtls .pf_hd {
  min-width: auto !important;
  width: 85px !important;
}

.clsSalDtls .pt_hd {
  min-width: auto !important;
  width: 85px !important;
}

.clsSalDtls tr.child td.child {
  background-color: #f1f1f2;
}

.clsSalDtls tr.child td.child ul {
  display: flex !important;
  border-bottom: 1px solid rgb(159 167 188 / 20%);
  padding: 5px 20px 10px 220px !important;
}

.clsSalDtls tr.child td.child ul li {
  padding: 0 !important;
  border: none;
}

.clsSalDtls tr.child td.child ul li + li {
  margin-left: 25px;
  padding-left: 25px !important;
  border-left: 1px solid rgb(159 167 188 / 40%);
}

.collsp_btn:before {
  display: inline-block;
  content: "+";
  width: 20px;
  height: 20px;
  background-color: #d5dffb;
  color: #8a92a7;
  text-align: center;
  line-height: 18px;
  margin-right: 10px;
}

.cmplted .collsp_btn:before {
  background-color: #bfffde;
}

.prt_pndng .collsp_btn:before {
  background-color: #fff3c3;
}

.collsp_btn[aria-expanded="true"]::before {
  content: "-";
  font-size: 26px;
  line-height: 14px;
}

.collsp_btn {
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
  color: inherit;
  line-height: 18px;
}

.collsp_btn:hover {
  background-color: transparent;
  color: inherit;
}

.accordion-collapse {
  transition: 400ms height ease-in-out;
  -webkit-transition: 400ms height ease-in-out;
}

.btn.btn-active-light:hover:not(.btn-active) {
}
.btn-icon.btn-custom:has(.collsp_btn):hover {
  background-color: transparent !important;
}

.project_task_new .task_list_cardbody table tbody tr.strtd {
  background-color: #d0fffe;
}

.project_task_new .task_list_cardbody table tbody tr.prt_pndng {
  background-color: #fffddb;
}

.project_task_new .task_list_cardbody table tbody tr.cmplted {
  background-color: #e4ffde;
}

.project_task_new
  .task_list_cardbody
  table
  tbody
  tr:not(.accordion-collapse)
  td {
  border-bottom: 5px solid #fff !important;
}
.project_task_new .task_list_cardbody table tbody tr.accordion-collapse td {
  border-bottom: none !important;
}

.project_task_new .task_list_cardbody table tbody .accordion-collapse > td {
  padding-left: 20px;
}

.project_task_new
  .task_list_cardbody
  table
  tbody
  .accordion-collapse
  table
  thead
  th {
  width: 33.3333%;
}

.project_task_new
  .task_list_cardbody
  table
  tbody
  .accordion-collapse
  table
  tbody
  td {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*17-07-24*/

/*.project_task_new .task_list_cardbody table tbody tr.accordion-collapse td .milestone_hstry_brdr tbody tr:last-child td {
    border-bottom: 2px solid #000;
}*/

.milestone_hstry_brdr {
  border-bottom: 2px dashed rgb(0 0 0 / 36%);
}

.milestone_hstry_brdr tr:last-child td {
  padding-bottom: 20px !important;
}

.symbol {
  background-color: #e9ebf4;
}
.ki-cross {
  color: #fe0606;
}

.Sal_Edited {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    display: block;
    font-size: 12px;
    line-height: 13px;
    /*transform: rotate(0deg);*/
    text-align: center;
    /*width: 40px;
    height: 16px;*/
    /*padding: .25em 0;*/
    width: 50px;
    margin-left: 85px;
    margin-top: -35px;
    /*    color: white;
    background: #000;*/
}

/* new changes */
/* 21-08-2025 */

:root {
  --cus_gap1-25: 1.25rem;
}

@media (min-width: 80rem) {
  .cu-kt-container-fixed {
    max-width: 1280px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.cu_card_hdr {
  padding-inline: var(--cus_gap1-25) !important;
}

.cu-card-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
  padding: 15px 30px;
  border-bottom: solid 1px oklch(94% 0.004 286.32);
  height: unset;
}

.main_menu li.drop_menu {
  position: relative;
}

.main_menu li.drop_menu > a::after {
  display: none;
}

.main_menu li.drop_menu ul {
  position: absolute;
  left: 0;
  opacity: 0;
  background-color: #ffffff;
  filter: drop-shadow(0px 25px 25px rgba(42, 50, 94, 0.08));
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  width: 150px;
  z-index: 10;
  top: 100%;
  border: solid 1px #eeeaeb;
}

.main_menu li.drop_menu:hover ul {
  opacity: 1;
  pointer-events: all;
}

.main_menu li.drop_menu ul li a {
  line-height: 35px;
}

.main_menu li {
  list-style-type: none;
}

.main_menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 25px;
  padding: 0;
  border-bottom: solid 1px #eeeaeb;
}
.main_menu a {
  font-size: 14px;
  line-height: 40px;
  text-transform: capitalize;
  color: var(--black-color);
  font-weight: 400;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.symbol .symbol-label,
.symbol {
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .cu_card_hdr {
    padding: 10px !important;
  }

  .activ_dash_bord > div {
    width: 50%;
  }

  .main_menu {
    gap: 0 20px;
  }
}
