body {
  font-family: Poppins, sans-serif;
}

@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .alert-dismissible p {
    overflow: inherit;
  }
}

@media screen and (max-width: 1440px) {
  #ham .menu.menu--center-center .menu__list {
    left: 0 !important;
  }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#statusChart {
  height: 250px !important;
  width: 100% !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  font-family: Poppins, sans-serif;
  letter-spacing: 0px;
  line-height: 1;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a {
  font-family: Poppins, sans-serif;
  letter-spacing: 0px;
  line-height: 1;
}

.page-wrapper .page-body-wrapper .page-title h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

.page-wrapper .page-body-wrapper {
  background-color: #f9f9f9;
}

.btn-outline-primary,
.btn-outline-primary:focus {
  border-color: #225588;
  color: #225588;
  background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active {
  color: white;
  background-color: #225588 !important;
  border-color: #225588 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #225588;
  background-color: transparent !important;
}

h3,
.h3 {
  font-weight: 400;
}

.avatar {
  width: 40px;
  height: 40px;
}

.font-size-90 {
  font-size: 90% !important;
}

.text-secondary {
  color: rgb(108, 117, 125) !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.topbar-divider {
  width: 0px;
  height: calc(2.375rem);
  margin: auto 0.2rem;
  border-right: 1px solid #f0f2f5;
}

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
  left: unset;
}

.has-error {
  border-color: #ea5252 !important;
  background-color: #fff7f7 !important;
}

.form-control:focus {
  outline: none !important;
  border-color: var(--theme-deafult);
  box-shadow: 0 0 5px var(--theme-deafult);

}

.form-select:focus {
  outline: none !important;
  border-color: var(--theme-deafult);
  box-shadow: 0 0 5px var(--theme-deafult);
}

.autocomplete-active {
  border: solid 1px var(--theme-deafult);
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper img,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper img {
  height: 45px;
}

.logo-wrapper {
  text-align: center;
}

.login-form .form-group .input-group-text {
  color: #225588;
}

.login-card {
  background-color: #225588;
}

.card {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);

}

.card .card-header h5 {
  font-size: 1.25rem;
  font-weight: 400;
}

.card-absolute .card-header h5 {
  font-size: 15px;
}

/*Team attendance Card*/

.avatarimg {
  position: absolute;
  left: 0px;
  right: 0;
  top: -50px;
  text-align: center;
}

.teamcolinner {
  position: relative;
}

.avatarimg>img {
  width: 100px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgb(170 170 173/ 1);
  box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}

.teamcolinner {
  position: relative;
  border: 1px dashed #ddd;
  min-height: 205px;
  background: #fff;
  z-index: 9;
}

.teamcol {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: transform 1s ease-in-out;
}

.teamcol:before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(#ffbf00, #ffa000);
  border-top-right-radius: 10px;
  transition: width 1s ease-in-out;
}

.teamcol:after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(#0052cc, #005fec);
  border-bottom-left-radius: 10px;
  transition: width 1s ease-in-out;
}

.member-name {
  margin-top: 80px;
}

.member-info {
  padding: 10px 20px;
}


/* check box  */

.inputGroup {

  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.img-50 {
  height: 50px;
}

.ui-menu-item {
  background: #e5e5e5;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .simplebar-offset {
  height: calc(100vh - 100px);
}

/*Check Box Team Attendance*/

label {
  display: inline;
}

.regular-checkbox {
  display: none;
}

.regular-checkbox+label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.regular-checkbox+label:active,
.regular-checkbox:checked+label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked+label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #225588;
}

.regular-checkbox:checked+label:after {
  content: '\2714';
  font-size: 28px;
  position: absolute;
  top: 0px;
  left: 6px;
  color: #225588;
}

.big-checkbox+label {
  padding: 18px;
}

.tag {
  width: 100px;
  position: relative;
  top: 9px;
}

.big-checkbox+label {
  padding: 18px;
}


.dataTables_wrapper .dataTables_filter input[type="search"] {

  border: 1px solid #225588;
}


/* New Hires */

.our-team {
  text-align: center;
  position: relative;
  color: #fff;
}

.our-team img {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.our-team .title {
  margin: 0 0 10px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #1e2f65;
}

.our-team .content .post {
  margin: 0 10px 10px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  flex-wrap: wrap;
  color: #1e2f65;
}

@media screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}

.candidate_hr {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  background: #adadad;
}

/*New Hires End */

.pageLoader {
  background: url(../images/loader.gif) no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  background-color: #ffffff8c;

}

/*Dashboard New Job List*/


.color-sec {
  background-color: #eee5ff;
  position: relative;
  background-image: url(../css/images/ui/plane_thumb.svg);
  background-repeat: no-repeat;
  background-size: 100% 58% !important;
  background-position: top left;
}

.color-sec .card .card-body {
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  padding: 30px 70px;
  position: relative;
  margin: 200px 15px 0;
  bottom: 15px;
}

.bg-none {
  background-color: rgba(0, 0, 0, 0) !important;
}



/*Interview Rounds Job*/

#sort-1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sort-1 li {
  margin: 0 5px 20px 5px;
  padding: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 18px;
  height: auto;
}

#status li {
  margin: 0 5px 20px 5px;
  padding: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 18px;
  height: auto;
}

.sortable-list .item {
  list-style: none;
  display: flex;
  cursor: move;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 11px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.06); */
  justify-content: space-between;
  padding: 0.75rem 1.25rem 0.75rem 0.75rem;
  background: #fff;
  box-shadow: 4px 4px 16px #e1e1e1, -2px -2px 16px #fff;
  border-radius: 2.5rem;
}

.item .details {
  display: flex;
  align-items: center;
}

.item .details img {
  height: 43px;
  width: 43px;
  pointer-events: none;
  margin-right: 12px;
  object-fit: cover;
  border-radius: 50%;
}

.item .details span {
  font-size: 1.13rem;
}

.item i {
  color: #474747;
  font-size: 1.13rem;
}

.item.dragging {
  opacity: 0.6;
}

.item.dragging :where(.details, i) {
  opacity: 0;
}

.bg-grad {
  background-image: linear-gradient(to right, #1ebe5d, #02bae8);
}

.no-border {
  border: none !important;
}

/*Job Inteeview View*/
#mediumBody ul {
  counter-reset: index;
  padding: 0;
}

/* List element */
#mediumBody li {
  counter-increment: index;
  display: flex;
  align-items: center;
  padding: 12px 0;
  box-sizing: border-box;
  justify-content: flex-start;
}


/* Element counter */
#mediumBody li::before {
  content: counters(index, ".", decimal-leading-zero);
  font-size: 1.8rem;
  text-align: right;
  font-weight: bold;
  min-width: 50px;
  padding-right: 12px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
  background-image: linear-gradient(to bottom, #1ebe5d, #02bae8);
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0.5em;
}

.customizer-contain {
  width: 25% !Important;
  right: -25% !important;


}

.customizer-contain.open {

  right: 0 !important;
}


.single-team {
  background: #fff;
  padding: 20px 20px 20px 20px;
  transition: .4s;
  border-radius: 6px;
}

.single-team .team-title {
  margin-bottom: 10px;
}

.single-team .team-title .title {
  color: #38475a;
  font-size: 20px;
  text-align: left;
  margin-bottom: 1px;
}

.single-team .team-title .pera {
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
  color: #84869a;
}


.single-team .team-img {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.p {
  color: #84869a !important;
}

.b-color {

  border-color: #f1f1f1 !important;
}

.single-team .team-img img {
  border-radius: 50%;
}

.img-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;

}

.customizer-contain .customizer-header {

  border-bottom: none !important;
}

/*--------------Interview Schedule Status--------------------*/
#schedule-interview .customizer-contain.open {
  width: 35% !important;

}

.timeline {
  display: flex;
  flex-direction: column;
  width: 22vw;
  margin: 5% 10% 5% auto;
}

.timeline__event {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #9251ac;
  letter-spacing: 1.5px;
}

.timeline__event__content {
  padding: 20px;
}

.timeline__event__date {
  color: #f6a4ec;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}

.timeline__event__icon {
  border-radius: 8px 0 0 8px;
  background: #9251ac;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 40%;
  font-size: 2rem;
  color: #9251ac;
  padding: 20px;
}

.timeline__event__icon i {
  position: absolute;
  top: 50%;
  left: -65px;
  font-size: 2.5rem;
  transform: translateY(-50%);
}

.timeline__event__description {
  flex-basis: 60%;
}

.timeline__event:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #9251ac;
  position: absolute;
  top: 52%;
  left: -3.5rem;
  z-index: -1;
}

.timeline__event:before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  background: #f6a4ec;
  border-radius: 100%;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #9251ac;
}

.timeline__event--type2:before {
  background: #87bbfe;
  border-color: #555ac0;
}

.timeline__event--type2:after {
  background: #555ac0;
  border-color: #555ac0;
}

.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
  background: #555ac0;
  color: #555ac0;
}

.timeline__event--type2 .timeline__event__title {
  color: #555ac0;
}

.timeline__event--type3:before {
  background: #aff1b6;
  border-color: #24b47e;
}

.timeline__event--type3:after {
  background: #24b47e;
}

.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
}

.timeline__event--type3 .timeline__event__icon {
  background: #24b47e;
  color: #24b47e;
}

.timeline__event--type3 .timeline__event__title {
  color: #24b47e;
}

.timeline__event:last-child:after {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
  }

  .timeline__event__icon {
    border-radius: 4px 4px 0 0;
  }
}

/*-----------------------------------*/

.ui-front {

  z-index: 9999 !important;
}

/*-------------Interviwe Round---Job Offer----Index----------------------*/
.display1 tbody tr {
  box-shadow: 0px 4px 30px rgb(94 94 231 / 7%) !important;
}

.display1 tbody tr td {
  vertical-align: middle;
  padding: 25px 40px !important;
  padding-right: 10px !important;
  border: none;
  /*border-bottom: 10px solid #f9f9f9;*/
}

.gfg {
  border-spacing: 0 15px !important;
  border: none !important;
}

.text-pink span {
  color: #ea3f61 !important;
}

.text-yellow span {
  color: #f19632 !important;
}

.text-green span {
  color: #1ab16b !important;
}

.card-bg-pink {
  background-color: #ea3f61 !important;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0 !important;
}

.card-bg-yellow {
  background-color: #f19632 !important;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0 !important;
}

.card-bg-purple {
  background-color: #6346e6 !important;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0 !important;
}

.card-bg-green {
  background-color: #1ab16b !important;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0 !important;
}

.color-purple {
  color: #6346e6 !important;
}


/*------------Interview Schedule----------------*/

.int-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 28px;
  width: 100%;
}

/*-------------------Scroll Job Description-----------------------------*/

.scroll-demo {
  border: none !important;
  height: 425px !important;
}

.blog-list .blog-details p {
  display: block !important;
}


.blog-list .blog-details hr {
  display: block !important;
}

/*-----------------------Birthday-----------------------------------*/
.confetti .icon {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 32px;
  position: relative;
  text-align: center;
}

.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.confetti-piece {
  position: absolute;
  width: 8px;
  height: 16px;
  background: #ffd300;
  top: 0;
  opacity: 0;
}

.confetti-piece:nth-child(1) {
  left: 7%;
  transform: rotate(-57deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 314ms;
  animation-delay: 314ms;
  -webkit-animation-duration: 1194ms;
  animation-duration: 1194ms;
}

.confetti-piece:nth-child(2) {
  left: 14%;
  transform: rotate(59deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 382ms;
  animation-delay: 382ms;
  -webkit-animation-duration: 723ms;
  animation-duration: 723ms;
}

.confetti-piece:nth-child(3) {
  left: 21%;
  transform: rotate(50deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 162ms;
  animation-delay: 162ms;
  -webkit-animation-duration: 768ms;
  animation-duration: 768ms;
}

.confetti-piece:nth-child(4) {
  left: 28%;
  transform: rotate(38deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 439ms;
  animation-delay: 439ms;
  -webkit-animation-duration: 1122ms;
  animation-duration: 1122ms;
}

.confetti-piece:nth-child(5) {
  left: 35%;
  transform: rotate(46deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 126ms;
  animation-delay: 126ms;
  -webkit-animation-duration: 1019ms;
  animation-duration: 1019ms;
}

.confetti-piece:nth-child(6) {
  left: 42%;
  transform: rotate(21deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 109ms;
  animation-delay: 109ms;
  -webkit-animation-duration: 995ms;
  animation-duration: 995ms;
}

.confetti-piece:nth-child(7) {
  left: 49%;
  transform: rotate(67deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 354ms;
  animation-delay: 354ms;
  -webkit-animation-duration: 1112ms;
  animation-duration: 1112ms;
}

.confetti-piece:nth-child(8) {
  left: 56%;
  transform: rotate(71deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 290ms;
  animation-delay: 290ms;
  -webkit-animation-duration: 1045ms;
  animation-duration: 1045ms;
}

.confetti-piece:nth-child(9) {
  left: 63%;
  transform: rotate(-75deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 113ms;
  animation-delay: 113ms;
  -webkit-animation-duration: 1045ms;
  animation-duration: 1045ms;
}

.confetti-piece:nth-child(10) {
  left: 70%;
  transform: rotate(-5deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 390ms;
  animation-delay: 390ms;
  -webkit-animation-duration: 701ms;
  animation-duration: 701ms;
}

.confetti-piece:nth-child(11) {
  left: 77%;
  transform: rotate(61deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 312ms;
  animation-delay: 312ms;
  -webkit-animation-duration: 905ms;
  animation-duration: 905ms;
}

.confetti-piece:nth-child(12) {
  left: 84%;
  transform: rotate(56deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 215ms;
  animation-delay: 215ms;
  -webkit-animation-duration: 775ms;
  animation-duration: 775ms;
}

.confetti-piece:nth-child(13) {
  left: 91%;
  transform: rotate(15deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 403ms;
  animation-delay: 403ms;
  -webkit-animation-duration: 1124ms;
  animation-duration: 1124ms;
}

.confetti-piece:nth-child(odd) {
  background: #17d3ff;
}

.confetti-piece:nth-child(even) {
  z-index: 1;
}

.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
}

.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.confetti-piece:nth-child(4n-7) {
  background: #ff4e91;
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    transform: translateY(200px);
  }
}

@keyframes makeItRain {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    transform: translateY(200px);
  }
}

/*-----------------CArd Border Gradient-------------------*/
.border-grad-card {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}


.popover {

  z-index: 999999999 !important;
}

/*-----------------------HR Feedback Show Page Question Color ---------------------*/

.title-color h5 {
  color: #0984ff !important;
}

.dbs-chart-card {
  height: 400px;
  width: 400px;
}

@media (max-width: 786px) {
  .footer {
    margin-left: 0px;
  }

  .dbs-chart-card {
    height: 300px;
    width: 300px;
  }
}

.comment .content {
  display: none;
}

.single-blog-content-top img {
  width: 100% !important;
  height: 100% !important;
}

/*-----------Ticketing System---------------------*/

.ticketPriority {
  width: auto;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
}

.ticketPriority .onhover-show-div ul li {
  padding: 8px 12px;
  border-bottom: 1px solid rgb(7 66 255 / 10%);
  font-size: 14px;
  background: #fff;
  font-family: "Roboto", sans-serif;

}

.ticketPriority .onhover-show-div ul li a {
  color: rgb(0 80 211 / 70%);
}

.ticket-link {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 600;
}

.chat-box .chat-right-aside .chat .chat-msg-box {
  height: 600px !important;
}

.chat-box .chat-right-aside .chat .chat-message .text-box .input-txt-bx {
  border: 2px solid #1d97ff;
}

.ticket-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ticket-image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s;
}

.ticket-image img:hover {
  transform: scale(1.1);
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 80%;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}

.close:hover {
  color: #ccc;
}

.ticket-item {
  background: #fff;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: var(--ds-shadow-raised, 0 1px 1px rgba(23, 43, 77, 0.2), 0 0 1px rgba(23, 43, 77, 0.2));
  border: 1px solid #ecf3fa;
  border-radius: 5px;
  padding: 20px;

}

/*.ticket-box {
  border: 1px solid #ecf3fa;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  display: block;
  color: inherit;
}*/

.ticket-box h6 {
  font-size: 15px;
  margin-top: 5px;
  font-weight: 600;
}

.ticket-box .date {
  font-size: 11px;
  opacity: 0.7;
}

.ticket-box a {
  color: rgb(30, 47, 101);
}

.ticket-box p {
  word-break: break-all;
}

.ticket-header {
  padding: 20px 30px !important;

}

.ticket-header h4 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 16px;
}

.bg-violet {
  background: #6362e7 !important;
}

.ticket-body-violet {
  background: rgb(99 98 231 / 0.3) !important;
}

.ticket-body-warning {
  background: rgba(255, 136, 25, 0.3) !important;
}

.ticket-body-danger {
  background: rgb(229, 39, 39, 0.1) !important;
}

.ticket-body-info {
  background: rgb(29 151 255 / 0.3) !important
}

.cbtn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.chat-box .chat-right-aside .chat .chat-msg-box .message {
  width: 100%;
}


.ticketCard-second {
  padding: 20px;
}

.ticketCard {
  padding: 15px 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  border-top: 1px solid #ecf3fa;
}

.ticketCard ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
  position: relative;
  right: auto;
  top: auto;
}

.ticketCard ul li {
  display: inline-block;
  color: #999;
  text-transform: capitalize;
  font-weight: 600;
}

.img-20 {
  height: 20px;
}

.superAdmin .tabbed-card ul.border-tab.nav-tabs {
  top: 40px;
}

.ml-0 {
  margin-left: 0 !important;
}

.earning-card .earning-back {
  /*background-image: url(./images/ui/dash-2.svg);*/
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='100' height='100' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 0)'/><path d='M19.95-15.33L18.32-.68 16.7 13.97l13.5-5.92 13.5-5.91L31.82-6.6zM62 68.18l21.15-23.32 9.62 29.98zm2.64-.85l26.08 5.64-8.15-25.4zm-44.7 17.42l-1.63 14.64-1.63 14.66 13.5-5.92 13.5-5.92-11.87-8.73z'  stroke-width='1' stroke='none' fill='hsla(47, 95%, 88%, 1)'/><path d='M96.78 82.3a3.74 3.74 0 104.93-5.65 3.74 3.74 0 00-5.3.37 3.76 3.76 0 00.37 5.28zm-47.2-69.69l3.44-.23-.23-3.45-3.44.24zm-3.37 45.7a1.5 1.5 0 002.1-.15 1.5 1.5 0 00-.14-2.1 1.5 1.5 0 00-2.1.15 1.5 1.5 0 00.14 2.1zm24.66-45.06A8.5 8.5 0 1082.07.43a8.5 8.5 0 10-11.2 12.82zM-3.3 82.3a3.74 3.74 0 104.93-5.65 3.74 3.74 0 00-5.29.37 3.76 3.76 0 00.36 5.28zm74.17 31.03a8.5 8.5 0 1011.2-12.82 8.5 8.5 0 10-11.2 12.82zm6.34-78.02c-2.44.5-5.05-.5-7.13-2.7-.28-.3-.43-.68-.41-1.1a1.5 1.5 0 011.56-1.46c.4 0 .78.17 1.06.47 1.37 1.45 2.9 2.1 4.33 1.8 1.41-.28 2.58-1.47 3.28-3.35 1.06-2.84 3.08-4.77 5.52-5.26 2.44-.5 5.05.5 7.13 2.7.54.57.56 1.43.06 2.02l-.12.13c-.6.57-1.57.54-2.14-.07-1.37-1.45-2.9-2.1-4.32-1.8-1.42.28-2.6 1.47-3.29 3.35-.92 2.46-2.54 4.22-4.55 4.97-.32.14-.64.24-.98.3zm8.64-9.5c1.73-.34 3.56.4 5.15 2.08a.63.63 0 00.94-.03c.2-.24.2-.6-.03-.83-1.87-1.98-4.17-2.87-6.3-2.43-2.14.43-3.91 2.15-4.86 4.7-.82 2.17-2.22 3.55-3.95 3.91-1.73.35-3.56-.38-5.15-2.07a.62.62 0 00-1.08.41c-.01.17.05.32.17.45 1.87 1.98 4.17 2.87 6.3 2.43 2.14-.43 3.91-2.15 4.87-4.7.7-1.89 1.85-3.18 3.28-3.72.2-.08.43-.15.66-.2zM39.33 79.5c.54 0 1-.4 1.07-.96.32-2.86-.55-5.34-2.39-6.8-1.83-1.45-4.44-1.72-7.15-.74-2.03.73-3.84.58-5.11-.41-1.26-1-1.82-2.73-1.58-4.87a1.08 1.08 0 00-.94-1.2 1.08 1.08 0 00-1.19.95c-.32 2.87.54 5.35 2.38 6.8 1.84 1.45 4.44 1.72 7.15.75 2.04-.73 3.85-.58 5.12.41 1.25 1 1.82 2.73 1.57 4.87a1.08 1.08 0 001.07 1.2z'  stroke-width='1' stroke='none' fill='hsla(259, 100%, 92%, 1)'/><path d='M6.7 27.57l18.65-5.83 5.84 18.64-18.65 5.84zm17.68-3.97l-15.8 4.96 4.94 15.8 15.81-4.95zm78.1-33.38l-9.04 3.62 3.62 9.05 9.04-3.62zm3.68 67.2l-9.67 2.99.57 1.86 9.67-3zM55.35 89.61l.7 1.74 12.14-4.87-.7-1.74zm5.28-48.27l1.32-.91-12.24-17.66-1.32.92zM2.4-9.78l-9.04 3.62 3.62 9.04L6.02-.74zm3.68 67.2l-9.67 3 .57 1.85 9.67-2.99zm96.4 32.88l-9.05 3.62 3.62 9.04 9.04-3.62zM2.4 90.3l-9.05 3.62 3.63 9.04 9.04-3.62z'   stroke-width='1' stroke='none' fill='hsla(332, 92%, 93%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

@media (max-width: 768px) {
  #ham .menu.menu--center-center .menu__list {
    position: absolute;
    top: 50%;
    left: -35% !important;
    transform: scale(0) translate(-50%, -50%);
    background: #00acee;
    background: linear-gradient(0deg, #00acee 0%, #027efb 100%);
  }

  #ham .menu.menu--center-center {
    position: fixed;
    top: 50%;
    left: 90% !important;
    transform: translate(-50%, -50%);
    text-align: left;
    margin: 0 auto;
  }
}

#ham .menu {
  position: relative;
  z-index: 9999;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100%;
}

#ham .menu.active .menu__list {
  opacity: 1;
  visibility: visible;
  visibility: visible;
  transform: scale(1);
  transition: transform 0.3s, visibility 0s 0s;
}

#ham .menu.active .menu__list li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

#ham .menu.active .menu__list li:nth-child(1) a {
  transition-delay: 0s;
}

#ham .menu.active .menu__list li:nth-child(2) a {
  transition-delay: 0.2s;
}

#ham .menu.active .menu__list li:nth-child(3) a {
  transition-delay: 0.4s;
}

#ham .menu.active .menu__list li:nth-child(4) a {
  transition-delay: 0.6s;
}

#ham .menu.active .menu__list li:nth-child(5) a {
  transition-delay: 0.8s;
}

#ham .menu.active .menu__list li:nth-child(6) a {
  transition-delay: 1s;
}

#ham .menu.active .menu__list li:nth-child(7) a {
  transition-delay: 1.2s;
}

#ham .menu.active .menu__list li:nth-child(8) a {
  transition-delay: 1.4s;
}

#ham .menu.active .menu__list li:nth-child(9) a {
  transition-delay: 1.6s;
}

#ham .menu.active .menu__list li:nth-child(10) a {
  transition-delay: 1.8s;
}

#ham .menu .menu__btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(0deg, #1609f0 0%, #316ef4 100%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

#ham .menu .menu__btn i {
  color: #fff;
}

#ham .menu .menu__list {
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
  border-radius: 4px;
  transform: scale(0);
  transform-origin: top left;
  transition: transform 0.3s, visibility 0s 0s;
  background: linear-gradient(0deg, #1609f0 0%, #316ef4 100%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

#ham .menu .menu__list li {
  display: flex;
  align-items: center;
}

#ham .menu .menu__list li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  opacity: 0;
}

#ham .menu .menu__list li a:hover {
  color: rgba(233, 233, 233, 0.75);
  transition: 0.25s !important;
  transition-delay: 0s;
}

#ham .menu.menu--center-center {
  position: fixed;
  top: 50%;
  left: 97%;
  transform: translate(-50%, -50%);
  text-align: left;
  margin: 0 auto;
}

#ham .menu.menu--center-center.active .menu__list {
  transform: scale(1) translate(-50%, -50%);
}

#ham .menu.menu--center-center.active .menu__list li a {
  transform: translateY(0);
}

#ham .menu.menu--center-center .menu__btn {
  background: #00acee;
  background: linear-gradient(0deg, #00acee 0%, #027efb 100%);
}

#ham .menu.menu--center-center .menu__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
  background: #00acee;
  background: linear-gradient(0deg, #00acee 0%, #027efb 100%);
}

#ham .menu.menu--center-center .menu__list li a {
  text-align: center;
  transform: translateY(-10px);
}

/*---------------Calendar CSS----------------*/

.calendar {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.calendar th {
  background-color: #bcb6ff;
  color: #1e2f65;
  padding: 15px;
  border-bottom: 1px solid #ecf3fa;
}

.calendar td {
  background-color: #fff;
  color: #333;
  padding: 15px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.calendar td:hover {
  background-color: #e3f2fd;
  color: #1e88e5;
}

.no-attendance {
  background-color: #ff5f2e !important;
  color: #fffdfd !important;
}

.current-day {
  background-color: #bbdefb;
  color: #0d47a1;
  font-weight: bold;
}

.image-cropper img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-pic {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.image-80 {
  width: 80px;
  height: 80px;
}

.image-150 {
  width: 150px;
  height: 150px;
}

.earning-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.checkbox-label {
  display: block;
  position: relative;
  padding-left: 30px;
}

.checkbox-label input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 2px;
}

.checkbox-label {
  text-indent: 0px;
  line-height: 1.4;
}

.goals-table>tbody>tr>td {

  padding: 1rem !important;
}

.weightageSetTable thead {
  background-color: #2e75b5;
  color: #fff;
}

.weightageSetTable tbody {
  background-color: #fbd9f4;
}

.weightageSetTable thead tr th {
  color: #fff;
}

.weightage-ribbon {
  background: #fbd9f4;
  color: #2b2b2b;
  font-weight: 600;
}

.ribbon-bookmark.weightage-ribbon:before {
  border-color: #fbd9f4;
  border-right-color: transparent;
}

.weightageSetTable input,
.weightageSetTable textarea,
.weightageSetTable select {
  border-color: #b3b3b3 !important;
}

/*Goals Template*/

.goal-section {
  border-left: 5px solid var(--accent) !important;
  border-radius: 6px;
  padding: 15px 18px;
  margin-bottom: 20px;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid var(--accent);
}

.goal-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.goal-section h5 {
  margin-bottom: 12px;
  font-weight: 600;
}

.goal-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.goal-item svg {
  margin-right: 8px;
  color: var(--accent);
  width: 17px;
}
