.profile-card {
  border-radius: 16px;
  background: #1C1F40;
  padding: 24px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.profile-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 171px;
  background: url(../images/pattern-img1.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.profile-card .profile-img-wrapper {
  margin-bottom: 16px;
}
.profile-card .profile-img-wrapper img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}
.profile-card .card-body h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.profile-card .card-body p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  min-height: 50px;
  margin-bottom: 12px;
}
.profile-card .card-footer p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.profile-card .card-footer p .date-icon {
  display: inline-block;
  margin-right: 8px;
}

.primary-card {
  padding: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 11px 30px -10px rgba(68, 64, 84, 0.1019607843);
  border-radius: 16px;
  margin-bottom: 20px;
}
.primary-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.primary-card .card-header h5 {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 18px;
  line-height: 21px;
  color: #212227;
}
.primary-card .card-header .link-primary {
  white-space: nowrap;
}
.primary-card .card-header .add-device-btn {
  padding: 0;
  width: 24px;
  height: 24px;
}
.primary-card .leaves-col {
  padding-right: 0;
}
.primary-card .interview-card {
  border: 1px solid #E7ECF4;
  border-radius: 16px;
  padding: 12px 0;
  margin-bottom: 12px;
  position: relative;
  display: block;
  text-decoration: none;
}
.primary-card .interview-card:last-child {
  margin-bottom: 0;
}
.primary-card .interview-card .interview-card-body {
  padding: 0 12px;
  border-bottom: 1px solid #E7ECF4;
}
.primary-card .interview-card .interview-card-body .interview-info-wrapper {
  padding-bottom: 12px;
}
.primary-card .interview-card .interview-card-body .interview-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.primary-card .interview-card .interview-card-body .interview-info .info-left {
  display: flex;
  align-items: center;
}
.primary-card .interview-card .interview-card-body .candidate-img {
  margin-right: 12px;
}
.primary-card .interview-card .interview-card-body .candidate-img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
  max-width: unset;
}
.primary-card .interview-card .interview-card-body .candidate-name {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #212227;
  margin-bottom: 6px;
}
.primary-card .interview-card .interview-card-body .candidate-designation {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: rgba(33, 34, 39, 0.65);
}
.primary-card .interview-card .interview-card-footer {
  padding: 13px 13px 0 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.primary-card .interview-card .interview-card-footer .interviewer {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(33, 34, 39, 0.75);
  margin-bottom: 0;
  margin-right: 5px;
}
.primary-card .interview-card .interview-card-footer .interviewer span {
  font-weight: 500;
  color: #212227;
}
.primary-card .interview-card .interview-card-footer .interview-time {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(33, 34, 39, 0.75);
  white-space: nowrap;
}
.primary-card .holiday-card {
  background-color: #E7ECF4;
  border: 1px solid #E7ECF4;
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.primary-card .holiday-card:last-child {
  margin-bottom: 0;
}
.primary-card .holiday-card .holiday-info {
  display: flex;
  align-items: center;
}
.primary-card .holiday-card .holiday-info .holiday-icon img {
  width: 50px;
  border-radius: 50%;
}
.primary-card .holiday-card .holiday-info p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #212227;
  margin: 0 8px;
}
.primary-card .holiday-card .holiday-date {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #212227;
  white-space: nowrap;
}
.primary-card .leaves-card {
  padding: 16px 10px 18px 10px;
  border: 1px solid #E7ECF4;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  display: block;
  text-decoration: none;
}
.primary-card .leaves-card .leave-banner {
  position: absolute;
  display: inline-block;
  background-color: rgba(28, 31, 64, 0.1);
  color: #1C1F40;
  font-size: 10px;
  line-height: 12px;
  padding: 10px;
  font-weight: 400;
  width: 120px;
  text-align: center;
  transform: rotate(40deg);
  top: 12px;
  right: -31px;
}
.primary-card .leaves-card .leave-banner.half-leave {
  background-color: rgba(234, 139, 55, 0.1);
  color: #EA8B37;
}
.primary-card .leaves-card .leave-user-img {
  text-align: center;
  margin-bottom: 16px;
}
.primary-card .leaves-card .leave-user-img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}
.primary-card .leaves-card .leave-info {
  margin-bottom: 16px;
}
.primary-card .leaves-card .leave-info p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #212227;
  margin-bottom: 6px;
  text-align: center;
}
.primary-card .leaves-card .leave-info span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: rgba(33, 34, 39, 0.65);
  text-align: center;
  margin-bottom: 16px;
}
.primary-card .leaves-card .leave-date p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #212227;
  margin-bottom: 0;
  text-align: center;
}
.primary-card .get-device-card {
  border: 1px solid #E7ECF4;
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.primary-card .get-device-card:last-child {
  margin-bottom: 0;
}
.primary-card .get-device-card .get-device-info {
  display: flex;
}
.primary-card .get-device-card .get-device-info .get-device-icon img {
  width: 50px;
  border-radius: 50%;
}
.primary-card .get-device-card .get-device-info .device-details {
  margin: 0 12px;
}
.primary-card .get-device-card .get-device-info .device-details p {
  margin-bottom: 6px;
}
.primary-card .get-device-card .get-device-info .device-details p:last-child {
  margin-bottom: 0;
}
.primary-card .get-device-card .get-device-info .device-name {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #212227;
}
.primary-card .get-device-card .get-device-info .device-info {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(33, 34, 39, 0.65);
}
.primary-card .get-device-card .get-device-info .get-device-date {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #212227;
}
.primary-card .overall-attendance-details {
  padding: 8px 0;
}
.primary-card .overall-attendance-details .attandance-donut {
  --percentage: 0;
  width: 300px;
  height: 150px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  color: #212227;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  margin: 0 auto;
}
.primary-card .overall-attendance-details .attandance-donut:after {
  content: "";
  width: 300px;
  height: 300px;
  border: 50px solid;
  border-color: rgba(28, 31, 64, 0.1) rgba(28, 31, 64, 0.1) #212227 #212227;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
  animation: fillAnimation 1s ease-in;
}
.primary-card .overall-attendance-details .attandance-donut .percentage {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}
.primary-card .overall-attendance-details .attandance-donut .percentage-text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.primary-card .overall-attendance-details .attendance-img {
  text-align: center;
  padding-bottom: 32px;
}
.primary-card .overall-attendance-details .attendance-img img {
  max-width: 100%;
}
.primary-card .overall-attendance-details .total-hours-wrapper {
  text-align: center;
}
.primary-card .overall-attendance-details .total-hours-wrapper .total-hours {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: rgba(28, 31, 64, 0.1);
  color: #1C1F40;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.primary-card .overall-attendance-details .total-hours-wrapper .total-hours span {
  font-weight: 500;
}
.primary-card .total-leave-card-container .total-leave-card-col:nth-child(3) .total-leave-card, .primary-card .total-leave-card-container .total-leave-card-col:nth-child(4) .total-leave-card {
  margin-bottom: 0 !important;
}
.primary-card .total-leave-card {
  display: flex;
  margin-bottom: 36px;
}
.primary-card .total-leave-card .leave-img img {
  width: 50px;
  margin-right: 12px;
}
.primary-card .total-leave-card .leave-info span {
  display: block;
}
.primary-card .total-leave-card .leave-info .leave-type {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: rgba(33, 34, 39, 0.65);
  margin-bottom: 5px;
}
.primary-card .total-leave-card .leave-info .leave-count {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #212227;
}
.primary-card .broadcast-container {
  margin-bottom: 24px;
}
.primary-card .broadcast-container:last-child {
  margin-bottom: 0;
}
.primary-card .broadcast-container .broadcast-message-card {
  margin-bottom: 24px;
}
.primary-card .broadcast-container .broadcast-message-card:last-child {
  margin-bottom: 0;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-header {
  margin-bottom: 12px;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-header .broadcast-card-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: rgba(33, 34, 39, 0.65);
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body {
  border: 1px solid #E7ECF4;
  border-radius: 16px;
  padding: 12px 0;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 12px 12px;
  border-bottom: 1px solid #E7ECF4;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-top .card-body-top-left {
  display: flex;
  align-items: center;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-top .broadcaster-img {
  margin-right: 8px;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-top .broadcaster-img img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-top .broadcaster-name {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #212227;
  text-decoration: none;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-top .broadcast-time {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(33, 34, 39, 0.75);
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-bottom {
  padding: 12px 12px 0 12px;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-bottom .broadcast-message {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: rgba(33, 34, 39, 0.65);
  margin-bottom: 16px;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-bottom .broadcast-document {
  display: flex;
  align-items: center;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-bottom .broadcast-document .document-icon {
  display: inline-block;
  margin-right: 6px;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-bottom .broadcast-document .document-icon img {
  width: 24px;
  height: auto;
}
.primary-card .broadcast-container .broadcast-message-card .broadcast-card-body .card-body-bottom .broadcast-document .document-name {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #1C1F40;
}

.user-card {
  width: 100%;
  border: 1px solid #E8E9EC;
  border-radius: 17px;
  padding: 13px;
  position: relative;
  margin: 0;
  overflow: hidden;
  flex: 1;
  text-decoration: none;
  transition: 0.3s;
}
.user-card:hover {
  border-color: #1C1F40;
}
.user-card .company-icon {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
}
.user-card .company-icon img {
  width: 26px;
  height: auto;
}
.user-card .user-card-top {
  text-align: center;
  margin-bottom: 10px;
}
.user-card .user-card-top .badge-primary {
  font-size: 14px;
  line-height: 17px;
}
.user-card .user-img {
  text-align: center;
  margin-bottom: 10px;
}
.user-card .user-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.user-card .user-info .user-name {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #0C0D1B;
  margin-bottom: 6px;
}
.user-card .user-info .user-mail {
  margin-bottom: 8px;
}
.user-card .user-info p {
  text-align: center;
  color: #67697F;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 6px;
}
.user-card .user-card-bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.user-card .user-card-bottom .icon-btn {
  border: none;
  padding: 0;
  width: 30px;
  height: 15px;
  line-height: normal;
}
.user-card .user-card-bottom .icon-btn:hover {
  background-color: #fff !important;
}
.user-card .user-card-secondary {
  background-color: #FFFFFF;
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  display: none;
}
.user-card .user-card-secondary .user-card-actions {
  text-align: center;
  margin-top: auto;
}
.user-card .user-card-secondary .user-card-actions .btn-action {
  width: 44px;
  height: auto;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #1C1F40;
  padding: 0;
  border: 0 !important;
}
.user-card .user-card-secondary .user-card-actions .btn-action:hover .action-img img {
  box-shadow: 0px 4.4295120239px 4.4295120239px 0px rgba(0, 0, 0, 0.2509803922);
}
.user-card .user-card-secondary .user-card-actions .btn-action * {
  display: block;
  text-align: center;
}
.user-card .user-card-secondary .user-card-actions .btn-action .action-img {
  margin-bottom: 7px;
  display: inline-block;
}
.user-card .user-card-secondary .user-card-actions .btn-action .action-img img {
  border-radius: 50%;
  transition: all 0.3s linear;
}
.user-card .user-card-secondary .user-card-actions .btn-action-secondary {
  color: #F35550;
}
.user-card .user-card-secondary .user-fnf-action .btn-action {
  width: auto;
}
.user-card .user-card-secondary .user-fnf-action .btn-action .action-img {
  display: flex;
  justify-content: center;
}
.user-card .user-card-secondary1 {
  display: flex;
  opacity: 0.9;
}
.user-card .user-card-secondary2 {
  display: none;
}

.offcanvas-backdrop {
  background: rgba(232, 233, 236, 0.7);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  opacity: unset !important;
}

.bred-come-link {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 2px;
  text-decoration: none;
  transition: 0.3s;
}
.bred-come-link:hover {
  color: rgb(28, 31, 64);
}

@media (max-width: 1366px) {
  .user-card .user-img img {
    width: 50px;
    height: 50px;
  }
  .profile-card .card-body h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .profile-card {
    padding: 12px 16px;
  }
  .profile-card .profile-img-wrapper img {
    width: 60px;
    height: 60px;
  }
  .profile-card .card-body p {
    min-height: 40px;
  }
  .primary-card .total-leave-card {
    margin-bottom: 16px;
  }
  .primary-card .card-header h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .primary-card .total-leave-card .leave-info .leave-count {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .primary-card .total-leave-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .profile-card .profile-img-wrapper img {
    width: 60px;
    height: 60px;
  }
  .profile-card .card-body p {
    min-height: 34px;
  }
  .primary-card .interview-card .interview-card-body .candidate-img img {
    width: 40px;
    height: 40px;
  }
  .primary-card .holiday-card .holiday-info .holiday-icon img {
    width: 40px;
  }
  .primary-card .leaves-card .leave-user-img img {
    width: 40px;
    height: 40px;
  }
  .user-card {
    margin: 0;
  }
  .user-card .user-card-bottom .icon-btn {
    width: 24px;
    height: 24px;
  }
  .user-card .user-img img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .primary-card .card-header h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .primary-card .interview-card .badge {
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .primary-card .interview-card .interview-card-body .interview-info .info-left {
    flex-direction: column;
    align-items: flex-start;
  }
  .primary-card .interview-card .interview-card-body .candidate-img {
    margin-bottom: 5px;
  }
  .primary-card .get-device-card .get-device-info .device-details {
    margin-bottom: 5px;
  }
  .primary-card .total-leave-card-container .total-leave-card-col .total-leave-card {
    margin-bottom: 16px !important;
  }
  .primary-card .total-leave-card-container .total-leave-card-col:nth-child(3) .total-leave-card {
    margin-bottom: 16px !important;
  }
  .primary-card .total-leave-card .leave-img img {
    width: 34px;
    margin-right: 8px;
  }
}
@media (max-width: 500px) {
  .user-card {
    max-width: unset;
  }
}
@media (max-width: 425px) {
  .primary-card .get-device-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .primary-card .get-device-card .btn-primary {
    margin-left: 62px;
  }
}
@media (max-width: 375px) {
  .primary-card .overall-attendance-details .attandance-donut {
    width: 250px;
  }
  .primary-card .overall-attendance-details .attandance-donut:after {
    width: 250px;
    height: 250px;
  }
}
.user-req-secondary-header-wrapper .user-req-secondary-header-content .user-req-secondary-header-left,
.user-req-secondary-header-wrapper .user-req-secondary-header-content .user-req-secondary-header-center,
.user-req-secondary-header-wrapper .user-req-secondary-header-content .user-req-secondary-header-right {
  margin-bottom: 0 !important;
}

body .add-user-right-sidebar.salary-user-sidebar .user-profile-main-form .user-form .form-group .form-control {
  padding: 9px 12px;
}

body .add-user-right-sidebar.add-project-offcanvas .salary-user-center-content .user-detail-wrapper {
  min-height: calc(100vh - 80px);
}

body .user-profile-main-form .user-form {
  min-height: calc(100vh - 134px);
}

.new-desination.org {
  padding-bottom: 100px;
}

.add-user-right-sidebar .add-user-center-content .user-profile-main-form .user-form {
  padding-bottom: 100px !important;
}

.add-user-right-sidebar.updated-sidebar .add-user-bottom {
  background-color: #F5F5F5;

}

.add-user-right-sidebar.updated-sidebar .add-user-bottom a {
  margin-right: 22px;
  margin-left: 22px;
}

.add-user-right-sidebar.updated-sidebar .add-user-center-content .user-profile-main-form .user-form {
  padding-bottom: 0 !important;
}

.interview-manage-tab-wrapper .interview-manage-main-form .interview-manage-form {
  min-height: calc(100vh - 160px);
}

.interview-manage-secondary-header-wrapper .filter-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.interview-manage-secondary-header-wrapper .filter-section .custom-dropdown .form-label {
  text-align: left;
}

/* body .add-user-right-sidebar .add-user-center-content .user-profile-main-form .user-form.review-management-form {
  padding: 0 !important;
  padding-bottom: 0 !important;
}
*/

@media (min-width: 1280px) {
  main.main-wrapper.roles-and-permission-management-list-page .secondary-header-wrapper .secondary-header-content .secondary-header-right,
  .resign-manage-secondary-header-wrapper .resign-manage-secondary-header-content .resign-manage-secondary-header-right {
    max-width: 20%;
    width: 100%;
    text-align: right;
  }
  .secondary-header-wrapper .secondary-header-content .secondary-header-right,
  .secondary-header-wrapper .secondary-header-content .secondary-header-center,
  .secondary-header-wrapper .secondary-header-content .secondary-header-left {
    min-width: 25%;
    max-width: 30%;
  }
  .secondary-header-wrapper .secondary-header-content .secondary-header-right {
    text-align: right;
  }
  .secondary-header-wrapper .secondary-header-content .secondary-header-right .btn-primary {
    margin-left: auto;
  }
  .designation-management-list-scenarios-page .secondary-header-wrapper .secondary-header-content {
    justify-content: flex-start;
  }
  .designation-management-list-scenarios-page .secondary-header-wrapper .secondary-header-content .secondary-header-center {
    margin-left: 120px;
  }
}
@media (max-width: 1439px) {
  body .user-req-secondary-header-wrapper .filter-section .filter-top-content {
    margin-bottom: 5px;
  }
  body .user-req-main-form .user-req-form {
    min-height: calc(100vh - 141px);
  }
  body .user-request-details-section .user-request-details-content .user-reque-detail-wrapper .form-group {
    margin-bottom: 8px;
  }
  body .user-request-details-section .user-request-details-content .user-request-details-top {
    padding: 15px;
  }
  .secondary-header-wrapper .filter-section .filter-top-content {
    margin-bottom: 10px !important;
  }
  body .technology-list-section .user-section-inner .technology-list-table table,
  body .skill-list-section .user-section-inner .skill-list-table table, body .salary-list-table table {
    border-spacing: 0 5px;
  }
  body .technology-list-section .user-section-inner .technology-list-table table tbody tr td,
  body .skill-list-section .user-section-inner .skill-list-table table tbody tr td,
  body .salary-list-table table tbody tr td {
    padding: 8px 17px 8px 24px;
  }
  body .salary-user-section .salary-user-card .salary-user-card-header {
    padding: 7px 16px;
  }
  body .salary-user-section .salary-working-day-card {
    padding: 12px;
    border-radius: 11px;
  }
  body .pf-btn {
    line-height: 1;
  }
  body .primary-card-two .time-card .month-btn,
  body .primary-card-two .time-card .time-div {
    margin-bottom: 20px;
  }
  .primary-card .leaves-card .leave-user-img img {
    width: 40px !important;
    height: 40px !important;
  }
  body .primary-card .leaves-card .leave-banner {
    padding: 5px;
  }
  body .profile-card .card-body p {
    min-height: 20px;
  }
  body .primary-card-two .total-leave-card .leave-img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  body .primary-card .interview-card .interview-card-body .candidate-img {
    margin-right: 8px;
  }
  body .primary-card .interview-card .interview-card-body .candidate-img img {
    width: 40px;
    height: 40px;
  }
  body .primary-card .get-device-card .get-device-info .get-device-icon img,
  body .primary-card .holiday-card .holiday-info .holiday-icon img {
    width: 40px;
  }
  body .profile-card .profile-img-wrapper img {
    width: 50px;
    height: 50px;
  }
  body .primary-card-two .check-out-succe .time-img-watch {
    max-width: 136px;
    margin-bottom: 15px;
  }
  body .dash-time-tracker-tetails-section .tracker-details-card .dash-time-tracker-tetails-table table tbody tr td {
    padding: 8px 10px 8px 14px;
  }
  body .dash-time-tracker-tetails-section .tracker-details-card .dash-time-tracker-tetails-table table {
    border-spacing: 0 5px;
  }
  body .new-profile-form-roles .accordion-heding button.accordion-button {
    padding: 10px 15px;
  }
  body .roles-and-permission-table {
    overflow: auto;
  }
  body .secondary-header-wrapper .filter-section .custom-dropdown {
    margin: 0 12px 5px 0 !important;
  }
  body .secondary-header-wrapper .filter-section .filter-bottom-content .filter-content-right .btn {
    padding: 10px;
    margin-top: 5px;
  }
  body .roles-new-btn .btn-primary-add-user {
    font-size: 14px;
    padding: 8px 45px;
    white-space: nowrap;
  }
  .user-section.review-management-section .user-card .user-img img {
    width: 40px !important;
    height: 40px !important;
  }
  body .user-card .user-card-top .badge-primary {
    font-size: 12px;
    line-height: 14px;
  }
  body .review-management-empty-section .review-management-empty-middle .btn.btn-primary {
    padding: 10px 20px;
  }
  body .select-with-icons .select-form-icon .form-check-input {
    width: 16px !important;
    height: 16px !important;
  }
  .user-profile-main-form .review-management-form .review-management-listing .user-profile-radio .front-box {
    padding: 10px;
  }
  body .select-with-icons .select-form-icon {
    padding: 3px 5px 3px 8px;
  }
  body .my-resignations-table table tbody tr td {
    padding: 8px 16px;
    font-size: 14px;
  }
  body .resign-manage-main-form .resign-manage-form {
    min-height: calc(100vh - 128px) !important;
  }
  body .resignation-details-section .resignation-details-content .resignation-details-top {
    padding: 15px;
  }
  body .resignation-details-section .resignation-details-content .resignation-details-wrapper .resignation-status-card .btn .user-status-img {
    min-width: 40px;
    height: 40px;
  }
  body .remote-list-section .remote-card-container .remote-card .user-img img {
    width: 40px;
    height: 40px;
  }
  body .remote-details-section .Remote-details-wrp .ld-user-wrp .user-status-div {
    padding: 15px;
  }
  body .remote-details-section .Remote-details-wrp .user-form .your-leave-wrp .total-leave-card .leave-img {
    height: 40px;
    width: 40px;
  }
  body .remote-details-section .Remote-details-wrp .user-form .form-group {
    margin-bottom: 8px;
  }
  body .remote-details-section .Remote-details-wrp .user-form .form-group input, body .remote-details-section .Remote-details-wrp .user-form .form-group textarea {
    font-size: 12px;
    line-height: 18px;
  }
  body .project-details-section .project-client {
    padding: 15px;
  }
  body .project-details-section .project-client .project-client-wrapper img {
    width: 50px;
    height: 50px;
  }
  body .project-details-section .project-client .card-body h5 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 8px;
  }
  .project-details-section .project-det-no-member-card-body .project-det-no-member-img img {
    width: 80%;
  }
  .project-details-section .project-det-no-member-card-body .project-det-no-member-middle p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .add-user-right-sidebar .add-user-center-content .user-profile-main-form .user-form-inner {
    padding: 15px;
    min-height: calc(100vh - 133px);
  }
  section.leave-details-section.overtime-details-section .ld-user-wrp .user-status-div {
    padding: 15px;
  }
  .leave-details-section.overtime-details-section .user-form .your-leave-wrp {
    padding: 12px 0 8px;
  }
  .leave-details-section.overtime-details-section .user-form .form-group input, .leave-details-section.overtime-details-section .user-form .form-group textarea {
    font-size: 14px;
    line-height: 18px;
  }
  .leave-details-section.overtime-details-section .user-form .your-leave-wrp .total-leave-card .leave-img {
    height: 40px;
    width: 40px;
  }
  .leave-details-section.overtime-details-section .user-form .leave-det-card-wrp .reporting-box .leave-user-img {
    width: 40px;
    height: 40px;
  }
  .leave-details-section.overtime-details-section .user-form .leave-det-card-wrp .reporting-box .btn-status-wrp {
    padding: 7px 0;
  }
  .leave-details-section.overtime-details-section .ld-user-wrp .user-status-div .user-status-top .user-img {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
  }
  section.org-management-list-section .org-management-card .user-img img,
  section.leave-man-emp-leaves-section .employee-leave-card-container .employee-leave-card .user-img img {
    width: 40px;
    height: 40px;
  }
  .add-user-right-sidebar .user-profile-main-form .user-form .user-profile .user-profile-image {
    width: 86px;
    height: 86px;
    margin-bottom: 17px;
  }
  .add-user-right-sidebar.updated-sidebar .add-user-bottom a {
    padding: 8px 20px;
    font-size: 14px;
  }
  .add-user-right-sidebar.updated-sidebar .card-wrp-side .leaves-card .leave-user-img {
    width: 50px;
    height: 50px;
  }
  .leave-man-emp-leaves-section.lm-my-leave-section .total-leave-card .leave-img {
    height: 35px;
    width: 35px;
  }
  .lm-my-leave-section.lm-my-leave-section .total-leave-card {
    margin-bottom: 15px;
    padding: 7px 12px;
  }
  .investment-plans-page .plan-card-section .plan-card-item .plan-card-head .card-img {
    width: 40px;
    height: 40px;
  }
  .investment-plans-page .plan-card-section .plan-card-item .plan-card-body h2 {
    font-size: 18px;
    line-height: 21.44px;
  }
  section.investment-list-section .user-section-inner .investment-list-table table tbody tr td {
    font-size: 14px;
    padding: 8px 17px 8px 24px;
  }
  .investment-details-page .investment-details-section .investment-details-wrp .ld-user-wrp .user-status-div {
    padding: 15px;
  }
  .investment-details-page .investment-details-section .investment-details-wrp .ld-user-wrp .user-status-div .user-status-top .user-img {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
  }
  section.leave-details-section .user-form .leave-det-card-wrp .reporting-box .leave-user-img,
  section.interview-management-section .interview-review-card .user-request-img img,
  section.interview-manage-details-section .interview-manage-details-content .interview-status-card .btn .interview-status-img,
  section.interview-management-section .interview-review-card .user-request-img img,
  section.document-manag-section .document-manag-card .docum-card-img .docum-img,
  section.device-management-section .device-card .user-img img,
  section.access-details-section .access-details-wrp .user-form .your-leave-wrp .total-leave-card .leave-img.approved,
  .user-section .user-card .user-img img,
  section.user-request-manage-section .user-request-card .user-request-img img,
  section.user-request-details-section .user-request-details-content .user-reque-detail-wrapper .user-approval-card .user-request-img img {
    width: 40px !important;
    height: 40px !important;
  }
  section.interview-manage-details-section .interview-manage-details-content .interview-status-card .btn .interview-status-img {
    min-width: 40px;
  }
  section.leave-details-section .ld-user-wrp .user-status-div,
  section.interview-manage-details-section .interview-manage-details-content .interview-manage-details-top {
    padding: 15px;
  }
  section.interview-manage-details-section .interview-manage-details-content .interview-manage-details-top .interview-manage-details-top-left {
    align-items: flex-start;
  }
  section.interview-manage-details-section .interview-rating-star .interview-star-value,
  section.interview-manage-details-section .interview-rating-star .interview-star-listing,
  .interview-manage-tab-wrapper .interview-manage-main-form .interview-rating-star .interview-star-listing,
  .interview-manage-tab-wrapper .interview-manage-main-form .interview-rating-star .interview-star-value {
    padding: 5px 14px;
  }
  section.interview-manage-details-section .interview-rating-star .interview-star-value p,
  .interview-manage-tab-wrapper .interview-manage-main-form .interview-rating-star .interview-star-value p {
    font-size: 18px;
    line-height: 27px;
  }
  .interview-manage-tab-wrapper .interview-manage-main-form .interview-rating-star .interview-star-listing li a img {
    width: 28px;
  }
  section.hardware-list-section .salary-list-table table tbody tr td,
  .device-management-section .device-list-table table tbody td,
  section.contact-salary-section .contact-salary-table table tbody tr td,
  section.access-list-section .user-section-inner .access-list-table table tbody tr td {
    font-size: 14px;
    padding: 8px 17px 8px 24px;
  }
  section.access-details-section .access-details-wrp .ld-user-wrp .user-status-div {
    padding: 15px;
  }
  section.access-details-section .access-details-wrp .user-form .form-group input, section.access-details-section .access-details-wrp .user-form .form-group textarea {
    font-size: 14px;
    line-height: 19px;
  }
  section.access-details-section .access-details-wrp .user-form .form-group textarea {
    min-height: 78px !important;
    margin-bottom: 21px;
  }
}
@media (max-width: 992px) {
  .user-req-secondary-header-wrapper .user-req-secondary-header-content .user-req-secondary-header-left,
  .user-req-secondary-header-wrapper .user-req-secondary-header-content .user-req-secondary-header-center,
  .user-req-secondary-header-wrapper .user-req-secondary-header-content .user-req-secondary-header-right {
    margin-bottom: 10px !important;
  }
  body .user-request-details-section .user-request-details-content .user-request-details-top .user-request-top-left {
    align-items: flex-start;
  }
  body .primary-card-two .check-out-succe .time-img-watch {
    max-width: 125px;
  }
  body .resign-manage-secondary-header-wrapper .filter-section .filter-bottom-content .filter-content-right .btn,
  .interview-manage-secondary-header-wrapper .filter-section .filter-bottom-content .filter-content-right .btn-secondary {
    padding: 8px;
  }
  .interview-manage-secondary-header-wrapper .filter-section .filter-bottom-content .filter-content-right .btn-secondary {
    margin: 10px 4px !important;
  }
  body .project-details-section .project-client .card-body h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .document-manag-secondary-header-wrapper .filter-section .filter-bottom-content .filter-content-right .btn-secondary,
  .user-req-secondary-header-wrapper .filter-section .filter-bottom-content .filter-content-right .btn-secondary {
    padding: 8px 15px !important;
  }
}
@media (max-width: 768px) {
  .user-reque-detail-wrapper .g-3, .user-reque-detail-wrapper .gy-3 {
    --bs-gutter-y: 0.5rem;
  }
  .user-reque-detail-wrapper .g-3, .user-reque-detail-wrapper .gx-3 {
    --bs-gutter-x: 0.7rem;
  }
  body .secondary-header-wrapper .filter-section .custom-dropdown .dropdown-toggle {
    padding: 8px 24px 8px 8px;
  }
  body .secondary-header-wrapper .filter-update-section .filter-date-picker .form-group .filter-date-form .form-control {
    padding: 8px 3px 8px 50px;
  }
  body .secondary-header-wrapper .filter-update-section .filter-skills-input .selectize-control.multi {
    min-height: 35px;
  }
  body .user-profile-section .reporting-box .leave-user-img img {
    width: 60px;
    height: 60px;
  }
  body .user-profile-section .user-left-profile .user-profile-card .user-profile-image {
    width: 60px;
    height: 60px;
    min-width: 60px;
    padding: 3px;
  }
  body .profile-personal-listing .profile-link-listing li {
    padding-right: 10px;
  }
  .leave-details-section.overtime-details-section .ld-user-wrp .user-status-div .user-status-top .user-img {
    width: 40px;
    height: 40px;
  }
  .add-user-right-sidebar .user-profile-main-form .user-form .user-profile .user-profile-image {
    width: 70px;
    height: 70px;
  }
  .investment-details-page .investment-details-section .investment-details-wrp .ld-user-wrp .user-status-div .user-status-top .user-img {
    width: 45px;
    height: 45px;
  }
  .lm-emp-leaves-empty-state-section .lmel-empty-state-wrp .no-user-found-inner .found-user-header img {
    width: 80%;
  }
  .lm-emp-leaves-empty-state-section.lm-my-leave-empty-section .total-leave-card .leave-img {
    height: 34px;
    width: 34px;
    border-radius: 6px;
  }
  .lm-emp-leaves-empty-state-section.lm-my-leave-empty-section .total-leave-card {
    margin-bottom: 15px;
  }
  .interview-manage-tab-wrapper .interview-manage-main-form .interview-manage-form {
    min-height: calc(100vh - 141px);
  }
}
@media (max-width: 468px) {
  .offcanvas-body .btn-primary {
    width: 100% !important;
  }
  .profile-personal-listing .profile-link-listing li a .personal-detail-text p {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .leave-man-emp-leaves-section.lm-my-leave-section .total-leave-card .leave-img {
    height: 25px;
    width: 25px;
    padding: 5px;
    border-radius: 6px;
  }
  .leave-man-emp-leaves-section.lm-my-leave-section .total-leave-card .leave-img img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .investment-plans-page.investment-tds-detail-page .secondary-header-wrapper .secondary-header-content .title {
    font-size: 18px;
    line-height: 28px;
  }
  .investment-plans-page .plan-card-section .plan-card-item .plan-card-footer .btn {
    padding: 8px 20px;
    font-size: 12px;
  }
  section.leave-details-section .ld-user-wrp .user-status-div .user-status-top {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  section.leave-details-section .ld-user-wrp .user-status-div .user-status-top .user-info h3 {
    font-size: 16px;
    text-align: left;
  }
  section.leave-details-section .ld-user-wrp .user-status-div .user-status-top .user-info .user-des-mail-list li {
    align-items: flex-start;
  }
  section.leave-details-section .ld-user-wrp .user-status-div .user-status-top .user-img {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0 !important;
  }
  section.leave-details-section .user-form .your-leave-wrp .total-leave-card .leave-img {
    height: 37px;
    width: 37px;
    border-radius: 6px;
  }
  section.leave-details-section .user-form .your-leave-wrp .total-leave-card {
    padding: 7px 12px;
  }
}/*# sourceMappingURL=common.css.map */

body .add-user-right-sidebar .add-user-center-content #designationCreateFormParentDiv .user-profile-main-form .user-form.review-management-form{
    padding: 24px 16px !important;
}
#designationCreateFormParentDiv .new-desination.org{
    overflow-x: hidden;
}
.interview-manage-secondary-header-center {
    max-width: 514px;
    width: 100%;
    margin: 0 0px 10px 0;
}
.interview-manage-secondary-header-center .input-wrapper.search-input {
    position: relative;
}
.interview-manage-secondary-header-center .input-wrapper .form-control {
    padding-left: 40px;
}
.interview-manage-secondary-header-center .input-wrapper.search-input::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 16px;
    width: 20px;
    height: 20px;
    background: url(../images/search.svg) no-repeat;
}
@media (max-width: 1366px){
 .interview-manage-secondary-header-center {
    max-width: 440px;
}
}

@media (max-width: 991px){
 .interview-manage-secondary-header-center {
    max-width: 280px;
}
}
@media (max-width: 575px){
 .interview-manage-secondary-header-center {
    max-width: 100%;
    margin-right: 0;
}
}


#reviewFormCreateFormParentDiv .interview-manage-main-form .add-interview-form .resign-manage-wrapper {
    padding: 0;
}
#reviewFormCreateFormParentDiv .interview-manage-tab-wrapper .interview-manage-main-form .interview-manage-form{
    padding: 20px 20px 30px;
}
#reviewFormEditFormParentDiv .interview-manage-main-form .add-interview-form .resign-manage-wrapper {
    padding: 0;
}
#reviewFormEditFormParentDiv .interview-manage-tab-wrapper .interview-manage-main-form .interview-manage-form{
    padding: 20px 20px 30px;
}


body .resign-manage-main-form .resign-manage-form .form-group textarea {
    width: 100%;
    padding:10px;
}
body .resign-manage-main-form .resign-manage-form .django-ckeditor-widget {
    display: block !important;
}


@media (min-width: 1280px){
 .secondary-header-wrapper.access-management-header .secondary-header-content .secondary-header-right,
 .secondary-header-wrapper.access-management-header .secondary-header-content .secondary-header-center,
  .secondary-header-wrapper.access-management-header .secondary-header-content .secondary-header-left {
    min-width: auto;
    max-width: max-content;
}
 .secondary-header-wrapper.access-management-header .secondary-header-content .secondary-header-center{
     max-width: 514px !IMPORTANT;
 }
}

 .secondary-header-wrapper.access-management-header  .secondary-header-content .secondary-header-right .btn-primary{
    margin-bottom: 5px !important;
}

@media (max-width: 1600px){
body .time-tracker-wrp-new .primary-card-two .time-img-watch {
    max-width: 230px;
    margin-bottom: 30px;
}
body  .time-tracker-wrp-new .primary-card.primary-card-two{
    overflow-y: hidden;
}
.primary-card-two .time-watch-buttons .daily-time-link {
    margin-bottom: 30px;
}
}
.secondary-header-wrapper .secondary-header-content .secondary-header-right,
 .secondary-header-wrapper .secondary-header-content .secondary-header-center,
 .secondary-header-wrapper .secondary-header-content .secondary-header-left {
    margin-bottom:0 !important;
}

.dashboard-menu-new ul.navbar-nav {
    display: block;
}

.dashboard-header-menu.dashboard-menu-new  .navbar-nav .nav-item {
    margin-right: 0 !important;
}

.dashboard-header-menu.dashboard-menu-new .navbar-nav .nav-item .nav-link {
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
    color: #67697F !important;
    border: none !important;
    border-radius: unset !important;
    background-color: transparent !important;
    padding: 0 !important;
}
.dashboard-header-menu.dashboard-menu-new  .navbar-nav .nav-item .nav-link:hover {
    color: #1C1F40 !important;
    font-weight: 500 !important;
}
@media (max-width: 991px){
.dashboard-header-menu.dashboard-menu-new  {
    box-shadow: unset;
    position: static;
    padding: 0;
     height: auto;
}
.header .navbar .navbar-nav .nav-item .menu-btn{
    display:none !important;
}
.dashboard-menu-new ul.navbar-nav {
    border: unset;
}
.dashboard-header-menu.dashboard-menu-new .navbar-nav:after{
    display:none !important;
}
.dashboard-header-menu.dashboard-menu-new  .row {
    display: block;
}
.dashboard-header-menu.dashboard-menu-new .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
    line-height: 18px !important;
    color: rgba(33, 34, 39, 0.5) !important;

}
.dashboard-header-menu.dashboard-menu-new  .dashboard-header-menu-inner {
    max-height: unset !important;
}

}

@media (max-width:992px){

.secondary-header-wrapper .secondary-header-content .secondary-header-right,
.secondary-header-wrapper .secondary-header-content .secondary-header-center,
.secondary-header-wrapper .secondary-header-content .secondary-header-left {
    margin-bottom: 10px !important;
}
body .time-tracker-wrp-new .primary-card-two .time-img-watch {
    max-width: 170px;
}

}
.primary-card.broadcast-msg-wrp {
    width: calc(100% - 20px);
    margin: 0 auto 20px auto;
}

/*========= cards start mohit 14-6 =========*/



@media (max-width: 991px) {

/*============= header css satrt =============*/
.dashboard-header-menu .menu-close-div img{
    display: none;
}
.header .btn-close{
    background-color: #1C1F40 !important;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 320.591 320.591' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M30.391 318.583a30.37 30.37 0 0 1-21.56-7.288c-11.774-11.844-11.774-30.973 0-42.817L266.643 10.665c12.246-11.459 31.462-10.822 42.921 1.424 10.362 11.074 10.966 28.095 1.414 39.875L51.647 311.295a30.366 30.366 0 0 1-21.256 7.288z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M287.9 318.583a30.37 30.37 0 0 1-21.257-8.806L8.83 51.963C-2.078 39.225-.595 20.055 12.143 9.146c11.369-9.736 28.136-9.736 39.504 0l259.331 257.813c12.243 11.462 12.876 30.679 1.414 42.922-.456.487-.927.958-1.414 1.414a30.368 30.368 0 0 1-23.078 7.288z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 12px;

}
.header .offcanvas-header{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header .navbar .navbar-nav{
    padding: 0;
    margin-bottom: 0 !important;
}

.header .offcanvas-body{
    padding: 15px;
}
.header .navbar .navbar-nav .nav-item{
    margin-right: 0;
    border-bottom: 1px solid rgba(0 0 0 / 4%);
    margin-right: 0;
}
.header .navbar .navbar-nav .nav-item .nav-link{
    padding: 10px 14px 10px 10px;
}
.header .navbar .navbar-nav .nav-item:last-child{
    border-bottom: 0;
}
.dashboard-header-menu.dashboard-menu-new .navbar-nav .nav-item .nav-link{
    padding: 10px 14px 10px 10px !important;

}
.dashboard-header-menu.dashboard-menu-new .navbar-nav .nav-item{
    border-bottom: 1px solid rgba(0 0 0 / 4%);
    margin-bottom: 0;
}
.dashboard-header-menu.dashboard-menu-new .navbar-nav .nav-item:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 4%);
}

/* ===========header css end ===========*/

}

@media (max-width: 767px) {

/*============= header css start =============*/
.header .offcanvas-header img {
    max-width: 170px;
}
/* =============header css end =============*/
}

@media (max-width: 480px) {

/* =========review management start =========*/
.grid-container {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 15px;
}
.user-card{
    padding: 10px;
}
.user-card .user-img img{
    width: 35px !important;
    height: 35px !important;
}
.user-card .user-info .user-name{
    font-size: 14px;
    line-height: 17px;
}
.user-card .user-info p{
    font-size: 13px;
    line-height: 16px;
}
.user-card .user-card-bottom .icon-btn {
    width: 22px;
    height: 22px;
}
.user-card .user-card-bottom .icon-btn{
    padding: 0;
}
.user-card .user-card-bottom .icon-btn{
    width: 22px;
    height: 22px;
}

.user-card .user-card-secondary .user-card-actions .btn-action .action-img img{
    width: 30px !important;
    height: 30px !important;
}


/*========= review management end =========*/

/* =========user management  start =========*/
.user-new-listing.profile-personal-listing .profile-link-listing{
    padding-bottom: 10px;
}
.user-section .grid-container{
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) ;
    gap: 15px;
}
.user-section .user-card{
    padding: 10px;
}
body .user-card .user-card-top .badge-primary{
    padding: 5px 8px;
}
.user-card .company-icon img{
    width: 22px;
}
.user-section .user-card .user-img img{
    height: 35px !important;
    width: 35px !important;
}

.user-section .user-card .user-info .user-name{
    font-size: 14px;
    line-height: 17px;
}
.user-section .user-card .user-info p{
    font-size: 13px;
    line-height: 16px;
}
.user-section .user-card .badge{
    padding: 5px 10px;
}
/*========= user management section end =========*/




/* =========sallary management start========= */



.main-wrapper .salary-user-section .salary-user-card .salary-user-card-body .salary-scenarios-card .salary-scenarios-card-inner{
    padding: 32px 0 ;
}
.main-wrapper .salary-user-section .salary-user-card .salary-user-card-body .salary-scenarios-card .salary-scenarios-card-inner .salary-scenarios-card-content .salary-scenarios-card-title h3{
    font-size: 14px;
    line-height: 17px;
}
.main-wrapper .salary-user-section .salary-user-card .salary-user-card-body .salary-scenarios-card .salary-scenarios-card-inner .salary-scenarios-card-number{
    width: 30px;
    height: 22px;
    font-size: 12px;
}
.main-wrapper .salary-user-section .salary-user-card .salary-user-card-body{
    padding: 12px   ;
}
.main-wrapper body .salary-user-section .salary-working-day-card{
    padding: 10px 8px;
}
.main-wrapper .salary-user-section .salary-user-card .salary-user-card-body .salary-scenarios-card{
    border-radius: 12px;
}
.main-wrapper .salary-user-section .salary-user-card .salary-user-card-header .salary-user-card-header-left .salary-Scenarios-title {
    padding-left: 6px;
}
.main-wrapper .salary-user-section .salary-user-card .salary-user-card-header .salary-user-card-header-left .salary-Scenarios-img {
    width: 24px;
    min-width: 24px;
    height: 24px;
}
.main-wrapper.salary-user-section .salary-user-card .salary-user-card-body .salary-scenarios-card .salary-scenarios-card-inner .salary-scenarios-card-bottom{
    padding: 10px 8px 10px;
}

.main-wrapper body .salary-user-section .salary-user-card .salary-user-card-header {
    padding: 6px 16px;
}
.main-wrapper.salary-user-section .salary-user-card{
    border-radius: 12px;
}
.main-wrapper.salary-user-section .salary-user-card .salary-user-card-header{
    border-radius: 12px 12px 0 0;
}
.main-wrapper .salary-user-section .salary-user-card .salary-user-card-header .salary-user-card-header-left .salary-Scenarios-title {
    padding-left: 5px;
}
.main-wrapper.salary-user-section .salary-user-plus-btn {
    width: 24px;
    height: 24px;
}
.main-wrapper .salary-user-section .salary-working-day-card h3 {
    font-size: 14px;
    line-height: 18px;
}
.main-wrapper.salary-user-section .salary-work-status{
    padding: 10px 12px;
}
.main-wrapper.salary-user-section .salary-user-card .salary-user-card-bottom{
    margin-top: 14px;
}

/* sallary overtime start */
.main-wrapper .salary-user-section .salary-overview-card{
    padding: 10px 12px;
}
.main-wrapper .salary-user-section .salary-overview-total-card .salary-overview-rs h3{
    font-size: 14px;
    line-height: 16px;
}
/* sallary overtime end   */

/*========= sallary management end =========*/

/*========= interview management start =========*/
.main-wrapper .interview-management-section .grid-container{
    grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
    gap: 15px;
}
.main-wrapper .interview-management-section .interview-manage-card{
    padding: 10px 0;
    border-radius: 12px;
}
.main-wrapper .interview-management-section .interview-manage-card .interview-manage-card-top .user-badge-primary{
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
}
.main-wrapper .interview-management-section .interview-manage-card .user-request-info .user-request-name{
    font-size: 16px;
    line-height: 20px;
}

.main-wrapper .interview-management-section .interview-manage-card .user-request-info p{
    font-size: 13px;
    line-height: 16px;
}
.main-wrapper .interview-management-section .interview-manage-card .inter-manage-card-line{
    margin: 8px 0;
}
.main-wrapper .interview-management-section .interview-manage-card .interview-manage-card-bottom .icon-btn{
    width: 28px;
    height: 18px;
}
/* =========interview management end =========*/

/*========= leave  management start =========*/


.main-wrapper .leave-man-emp-leaves-section .employee-leave-card-container .employee-leave-card{
    padding: 10px 8px ;
}

section.leave-man-emp-leaves-section .employee-leave-card-container .employee-leave-card .user-img img{
    height: 35px;
    width: 35px;
}
.main-wrapper .leave-man-emp-leaves-section .employee-leave-card-container .employee-leave-card .icon-btn{
    height: 25px ;
}
/* =========leave  management end =========*/

/*========= device management start =========*/


.main-wrapper .device-management-section .device-card{
    padding: 10px 8px ;
}
.main-wrapper .device-management-section .device-card .device-card-top .badge-primary{
    padding: 5px 10px ;
    font-size: 13px ;
    line-height: 16px ;
}
.main-wrapper section.device-management-section .device-card .user-img img{
    height: 35px ;
    width: 35px ;
}

.main-wrapper .device-management-section .device-card .user-info .user-name{
    font-size: 14px ;
    line-height: 17px ;
}
.main-wrapper .device-management-section .device-card .user-info p{
    font-size: 13px ;
    line-height: 16px ;
}
.device-management-section .device-card .device-card-secondary .device-card-actions .btn-action .action-img img{
    height: 35px;
    width: 35px;
}
.main-wrapper .device-management-section .device-card .device-card-bottom .icon-btn{
    height: 35px;
    width: 35px;
}
.main-wrapper .device-management-section .device-card .device-card-bottom .badge{
        padding: 5px 10px !important;
}
/*========= device management end =========*/


/*========= organization management start =========*/
.main-wrapper .org-management-list-section .grid-container{
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) ;
    gap: 15px ;
}
.main-wrapper .org-management-list-section .org-management-card{
    padding: 10px ;
}
.main-wrapper .org-management-list-section .org-management-card .user-img{
    margin-bottom: 8px ;
}
.main-wrapper section.org-management-list-section .org-management-card .user-img img{
    width: 35px ;
    height: 35px ;
}
.main-wrapper .org-management-list-section .org-management-card .user-info .user-name{
    font-size: 14px ;
    line-height: 17px ;
}
.main-wrapper .org-management-list-section .org-management-card .user-info p{
    font-size: 13px ;
    line-height: 16px ;
}
.org-management-list-section .org-management-card .org-management-card-bottom .icon-btn{
    width: 35px;
    height: 35px;
}
 .org-management-list-section .org-management-card .org-management-card-secondary .org-management-card-actions .btn-action .action-img img{
    width: 35px;
    height: 35px;
}
.main-wrapper .org-management-list-section .org-management-card .org-management-card-bottom .badge{
    padding: 5px 10px;
}
/*========= organization management end =========*/

/*========= user request management start =========*/
.main-wrapper .user-request-manage-section .grid-container{
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) ;
}
.main-wrapper .user-request-manage-section .user-request-card{
    padding: 10px ;
}
section.user-request-manage-section .user-request-card .user-request-img img{
    width: 35px !important;
    height: 35px !important;
}
.main-wrapper .user-request-manage-section .user-request-card .user-request-info .user-request-name{
    font-size: 14px ;
    line-height: 16px ;
}
.main-wrapper .user-request-manage-section .user-request-card .user-request-info p{
    font-size: 13px ;
    line-height: 15px ;
}
.main-wrapper .user-request-manage-section .user-request-card .user-request-card-bottom .icon-btn{
    height: 25px ;
    width: 25px ;
}
.user-request-manage-section .user-request-card .user-request-card-secondary .user-request-card-actions .btn-action .action-img img{
    height: 35px;
    width: 35px;
}
.main-wrapper .user-request-manage-section .user-request-card .user-request-card-bottom .badge{
    padding: 5px 10px;
}
/*========= user request management end =========*/

/* =========investment plan start========= */
.main-wrapper .plan-card-section .plan-card-item{
    padding: 10px;
}
.main-wrapper .plan-card-section .plan-card-item .plan-card-head {
    margin-bottom: 6px;
}
.main-wrapper .plan-card-section .plan-card-item .plan-card-head .card-img img{
    height: 35px;
    width: 35px;
}
.main-wrapper .plan-card-section .plan-card-item .plan-card-body h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 7px 0;
}
/*========= investment plan start =========*/

/*========= remote work start management========= */
.main-wrapper .remote-list-section .remote-card-container .remote-card{
    padding: 10px 8px 0 8px;
    border-radius: 12px;
}
body .remote-list-section .remote-card-container .remote-card .user-img img{
    width: 35px;
    height: 35px;
}
/*========= remote word management end =========*/

/*========= project management start =========*/
.main-wrapper .project-manag-section .project-manag-card-content{
        padding: 10px;
    }
.main-wrapper .project-manag-section .project-manag-card-content .project-manag-card-btn .badge{
padding: 5px 12px;
}
.main-wrapper .project-manag-section .project-manag-card-content .no-people-card{
    padding: 10px 8px;
}
.main-wrapper .project-manag-section .project-manag-card-content .no-people-card .no-people-card-content h4{
    margin-bottom: 8px;
}
.main-wrapper .project-manag-section .project-manag-card-content .proje-people-card .proje-people-card-body .candidate-img img{
    width: 80px;
    height: 40px;
}
.main-wrapper .project-manag-section .project-manag-card-content .proje-people-card .proje-people-card-body .candidate-name{
    font-size: 13px;
    line-height: 18px;
}
.main-wrapper .project-manag-section .project-manag-card-content .proje-people-card .proje-people-card-body .info-right img{
    width: 8px;
}
/*========= project management end =========*/



}


/*============ calendar css start ============*/
 .datepicker{
    padding: 10px !important;
}
 .datepicker table tr td.day.focused, .datepicker table tr td.day:hover{
    background-color: #1C1F40 !important;
    color: #fff !important;
}
 .datepicker table tr td.new, .datepicker table tr td.old,.datepicker td, .datepicker th{
    font-size: 15px !important;
}
 .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover{
    background-color: #1C1F40 !important;
    color: #fff !important;
}
 .datepicker .datepicker-switch{
    width: 120px !important;
}
/*============ calendar css end ============*/




/*========= cards end mohit 14-6 =========*/
.project-assigned-text{
display: flex;
justify-content: space-between;
align-item: center;
padding: 5px 6px;
background: #f5f5f5;
border: 0.55px solid #B9BAC4;
border-radius: 6px;
margin-bottom: 14px;
margin-top: 6px;
}
.project-assigned-text h5{
color: #67697F;
font-weight: 400;
font-size: 13.29px;
line-height: 15.75px;
letter-spacing: -1%;
margin-bottom: 0;
}
.project-assigned-text p{
color: #0C0D1B;
font-weight: 600;
font-size: 13.29px;
line-height: 15.75px;
letter-spacing: -1%;
text-align: right;
margin-bottom: 0;

}