.flash_msg_body {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(30, 30, 30, 0.9);
  z-index: 9999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flash_message {
  padding: 15px;
  border-radius: 10px;
  max-width: max-content;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 9999999;
  justify-content: center;
}

.flash_message span.icon {
  width: 25px;
  display: inline-block;
  margin-right: 10px;
}

.flash_message .msg {
  color: #fff;
  text-align: left;
  font-size: 15px;
}

.flash_message.warning {
  background: #008972;
}

.flash_message.error {
  background: #fc0014;
}

.flash_message.success {
  background: #008972;
}

input[type="checkbox"] {
  accent-color: #00a595 !important;
}

label.error {
  color: #fc0014;
  font-size: 13px;
  margin-top: 5px;
}

.error_input {
  color: #fc0014;
}

.success_input {
  color: #008972;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.input-item {
  cursor: text;
}

.accordion-header:hover {
  cursor: pointer;
}

.tick-bx.approved {
  background-color: #519c66;
}

.tick-bx.rejected {
  background-color: #f64d44;
}

span.breadscrum:first-child {
  margin-right: 0px;
}

.django-ckeditor-widget {
  width: 100%;
}

.table-raw-box {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  justify-content: start;
  align-items: center;
  width: 100%;
  min-height: 35px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--deep-black);
}

.table-raw-box ol li {
  list-style-type: decimal;
}

.table-raw-box ul li {
  margin: 0px 20px;
  list-style: square;
}

.image-name-uploaded {
  color: var(--light-grey);
  line-height: 27px;
}

.input_box .SumoSelect {
  width: 100%;
}

.video-box .vid-tumb a img {
  width: 100%;
  margin-right: 0 !important;
}

.no-job-found {
  /* min-height: 50vh; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}

.expiry span {
  color: var(--light-grey);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-left: 10px;
}

#play-this-item {
  cursor: pointer;
}

.join-now-btn {
  cursor: pointer;
}

#rqst-subject {
  height: 35px;
  border: 1px solid #e7e7e7;
  font-weight: 400;
  font-size: 14px;
  color: var(--deep-black);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0 10px 0;
}

.training-up-section .corporate-video-upload,
.training-up-section .video-upload-box {
  margin: 0;
  width: 66%;
}

.training-up-section .video-upload-box {
  margin-bottom: 15px;
}

.training-up-section .crp-vid-up {
  margin-top: 15px;
}

.event-video-list .no-data-found {
  margin: 0 1%;
}

p.content-title.active {
  color: #008e0e;
}

.training-inside .join-now-sec {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  position: relative;
  background-color: #efefef;
  margin-top: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.training-inside .join-now-sec video {
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.training-inside .join-now-sec .join-sec-wrapper {
  position: absolute;
}

.pdf-image {
  width: 70px;
  height: auto;
}

.join-now-sec .course-title {
  margin: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--deep-black);
  text-align: center;
  max-width: 625px;
}

.search-payroll {
  margin-right: 0 !important;
}

.search-payroll>* {
  margin: 0 10px;
}

.gradient-button {
  cursor: pointer !important;
}

.total_ctc_row {
  background-color: #ffc107;
  height: 60px;
  line-height: 60px;
  color: #fff;
}

.new-job-popup.salaryslip-popup {
  width: 100%;
  max-width: 800px;
}

.select-default.payroll_employee_select {
  min-width: 300px;
}

.tr-req-detail .pop-body {
  min-width: 700px;
}

.p-green {
  color: #519c66;
}

.p-red {
  color: #f64d44;
}

.p-yellow {
  color: #e9a44f;
}

.no-data-found {
  color: #969595;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#payrol_map_view {
  margin-top: 40px;
}

.lvapprove-form {
  margin: 0 -10px;
}

.lvapprove-form>ul {
  margin: 0 10px;
}

.leave-history-table table {
  margin-bottom: 0;
}

.leave-history-table .table_wrapper {
  max-height: 190px;
  overflow-y: auto;
}

.mapping-status-popu .pop-body {
  min-width: 600px;
}

.mapping-status-popu .mapping-error-list {
  margin: 15px 15px 0;
}

.mapping-status-popu .mapping-error-list>li {
  border-bottom: 1px solid #eaeaea;
  padding-top: 15px;
}

.mapping-status-popu .mapping-error-list>li h5 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #475366;
}

.mapping-errors li {
  margin-left: 25px;
  list-style: disc;
  color: #ababab;
}

.mapping-errors li p {
  color: red;
  font-size: 13px;
  margin-bottom: 8px;
}

.mapping-error-list {
  max-height: 300px;
  overflow-y: auto;
}

.mapping-error-list::-webkit-scrollbar {
  display: none;
}

.no-mapping-errors {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #696a67;
  border-bottom: 1px solid #eaeaea;
}

.mapping-msg {
  margin-top: 20px;
}

.mapping-msg p {
  font-size: 15px;
  color: #696a67;
}

.leaveup-doc {
  padding: 10px;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leaveup-doc label {
  max-width: 300px;
  overflow: hidden;
  margin-right: 10px;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-bottom: 0 !important;
}

.late_arrival td {
  color: red;
}

@media only screen and (max-width: 1440px) {
  .hr-work-updates .SumoSelect {
    width: 120px;
    min-width: auto;
  }
}

.flash_msg_body {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(30, 30, 30, 0.9);
  z-index: 9999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flash_message {
  padding: 15px;
  border-radius: 10px;
  max-width: max-content;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 9999999;
  justify-content: center;
}

.flash_message span.icon {
  width: 25px;
  display: inline-block;
  margin-right: 10px;
}

.flash_message .msg {
  color: #fff;
  text-align: left;
  font-size: 15px;
}

.flash_message.warning {
  background: #008972;
}

.flash_message.error {
  background: #fc0014;
}

.flash_message.success {
  background: #008972;
}

input[type="checkbox"] {
  accent-color: #008972;
}

.error_input {
  color: #fc0014 !important;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.input-item {
  cursor: text;
}

.accordion-header:hover {
  cursor: pointer;
}

.tick-bx.approved {
  background-color: #519c66;
}

.tick-bx.rejected {
  background-color: #f64d44;
}

span.breadscrum:first-child {
  margin-right: 0px;
}

.django-ckeditor-widget {
  width: 100%;
}

.table-raw-box {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  justify-content: start;
  align-items: center;
  width: 100%;
  min-height: 35px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--deep-black);
}

.table-raw-box ol li {
  list-style-type: decimal;
}

.table-raw-box ul li {
  margin: 0px 20px;
  list-style: square;
}

.image-name-uploaded {
  color: var(--light-grey);
  line-height: 27px;
}

.input_box .SumoSelect {
  width: 100%;
}

.video-box .vid-tumb a img {
  width: 100%;
  margin-right: 0 !important;
}

.no-job-found {
  /* min-height: 50vh; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}

.expiry span {
  color: var(--light-grey);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-left: 10px;
}

#play-this-item {
  cursor: pointer;
}

.join-now-btn {
  cursor: pointer;
}

#rqst-subject {
  height: 35px;
  border: 1px solid #e7e7e7;
  font-weight: 400;
  font-size: 14px;
  color: var(--deep-black);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0 10px 0;
}

.training-up-section .corporate-video-upload,
.training-up-section .video-upload-box {
  margin: 0;
  width: 66%;
}

.training-up-section .video-upload-box {
  margin-bottom: 15px;
}

.training-up-section .crp-vid-up {
  margin-top: 15px;
}

.it-support-ticket .crp-vid-up {
  margin-top: 10px;
}

.it-support-ticket .crp-vid-up label {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #6e7079;
  margin-bottom: 8px;
}

.event-video-list .no-data-found {
  margin: 0 1%;
}

p.content-title.active {
  color: #f9637d;
}

.training-inside .join-now-sec {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  /* min-height: 595px; */
  background-color: #efefef;
  margin-top: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.pdf-image {
  width: 70px;
  height: auto;
}

.join-now-sec .course-title {
  margin: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--deep-black);
  text-align: center;
  max-width: 625px;
}

.search-payroll {
  margin-right: 0 !important;
}

.search-payroll>* {
  margin: 0 10px;
}

.gradient-button {
  cursor: pointer !important;
}


.total_ctc_row {
  background-color: #ffc107;
  height: 60px;
  line-height: 60px;
  color: #fff;
}

.new-job-popup.salaryslip-popup {
  width: 100%;
  max-width: 800px;
}

.select-default.payroll_employee_select {
  min-width: 300px;
}

.tr-req-detail .pop-body {
  min-width: 700px;
}

.p-green {
  color: #519c66;
}

.p-red {
  color: #f64d44;
}

.p-yellow {
  color: #e9a44f;
}

.no-data-found {
  color: #969595;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}

#payrol_map_view {
  margin-top: 40px;
}

.lvapprove-form {
  margin: 0 -10px;
}

.lvapprove-form>ul {
  margin: 0 10px;
}

.leave-history-table table {
  margin-bottom: 0;
}

.leave-history-table .table_wrapper {
  max-height: 190px;
  overflow-y: auto;
}

.mapping-status-popu .pop-body {
  min-width: 600px;
}

.mapping-status-popu .mapping-error-list {
  margin: 15px 15px 0 0;
}

.mapping-status-popu .mapping-error-list>li {
  border-bottom: 1px solid #eaeaea;
  padding-top: 15px;
}

.mapping-status-popu .mapping-error-list>li h5 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #475366;
}

.mapping-errors li {
  margin-left: 18px;
  list-style: disc;
  color: #ababab;
}

.mapping-errors li p {
  color: red;
  font-size: 13px;
  margin-bottom: 8px;
}

.mapping-error-list {
  max-height: 300px;
  overflow-y: auto;
}

.mapping-error-list::-webkit-scrollbar {
  display: none;
}

.no-mapping-errors {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #696a67;
  border-bottom: 1px solid #eaeaea;
}

.leaveup-doc {
  padding: 10px;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leaveup-doc label {
  max-width: 300px;
  overflow: hidden;
  margin-right: 10px;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-bottom: 0 !important;
}

.late_arrival td {
  color: red;
}

.nmelbl {
  font-size: 10px;
}

.extra-filter h4 {
  padding-bottom: 10px;
}

.table-top .month-selector {
  min-height: 35px;
}

.salary_view_hr .carousel__button.is-close {
  top: -35px !important;
  right: -35px !important;
}

.salary_view_hr {
  min-width: 740px;
}

@media only screen and (max-width: 1600px) {
  .extra-filter .table-search {
    width: 220px;
  }

  .search-txt {
    width: 175px;
  }
}

@media only screen and (max-width: 1440px) {
  .extra-filter .table-search {
    width: 200px;
  }

  .table-top .month-selector {
    min-height: 30px;
  }
}

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

  .search-txt,
  #rqst-subject {
    height: 30px;
  }
}

#mp-status {
  display: none;
}

#month_extended {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  min-height: 35px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--deep-black);
}

.edit__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 99;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
}

#ticket_approve_form {
  max-width: 700px;
}

.tickets-popup {
  min-width: 700px;
}

.input_box>label,
.screen_img label {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #6e7079;
  margin-bottom: 8px;
}

.curr-pass-li .input-box {
  position: relative;
}

.curr-pass-li .form-icon {
  top: 30px;
  right: 10px;
}

.event-title input {
  min-height: 35px;
  border: 1px solid #dddddd;
  margin: 10px auto;
  padding: 3px 8px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100% !important;
}

.event-title input::-webkit-input-placeholder {
  /* Edge */
  color: #aaaaaa;
}

.event-title input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}

.event-title input::placeholder {
  color: #aaaaaa;
}

.event-video-list .col-three-item.image,
.event-video-list .col-three-item.video {
  border: 1px solid #dddddd;
}

.event-video-list .col-three-item h3 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  margin: 10px 15px;
  font-weight: 500;
}

.mini-preview-frame {
  max-width: unset !important;
}

#attendanceRequestsLog .log-item {
  width: calc(100% / 3);
}

.eye-icon {
  cursor: pointer;
}

.sumo-extra .SumoSelect:last-of-type {
  min-width: 200px;
}

.pop-body .icon-close_icon {
  cursor: pointer;
}

.pop-body .icon-close_icon:hover {
  color: #ffc107;
}

.btn-delete {
  cursor: pointer;
}

.btn-delete:hover {
  color: #ffc107;
}

/* .attendence-user-view table {
    height: 100%;
} */

.table-no-data {
  border-bottom: 0 !important;
}

#view-request {
  min-width: 650px;
}

#view-request p {
  font-size: 14px;
}

.top-action a {
  display: inline-block;
  width: 30px;
  margin: 0 !important;
}

.top-action img {
  width: 100%;
}

.icon-close_icon {
  cursor: pointer;
}

.icon-close_icon:hover {
  color: #008376;
}

.absent-view {
  cursor: pointer;
}

#leave-adjusment-div {
  padding-top: 20px;
}

#leave-history-div {
  padding-top: 35px;
  padding-bottom: 18px;
}

.attendance-overview-count {
  margin-left: 10px;
}

.activity-table .table-form>* {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important;
}

.activity-table .table-form {
  margin-top: -7.5px !important;
  margin-bottom: -7.5px !important;
}

.hr-dashboad-home .rescent-act {
  height: 467px;
}

.email-field {
  text-transform: lowercase;
}

.thumb-img.thumb-img-default {
  background-image: url(../images/no-image-default.jpg) !important;
}

.request-send-error {
  color: red;
  font-size: 16px;
}

.email-field::placeholder {
  text-transform: capitalize;
}

.table-probation .table_head td {
  vertical-align: middle;
}

.it-manage-popup {
  max-width: 700px;
  min-width: 700px;
}

.job-details-p,
.job-details-p p,
.job-details-p * {
  color: var(--deep-black) !important;
  font-family: var(--font-family) !important;
}

.span-er {
  color: #fc0014 !important;
}

.posted-coments.hr-posts-section {
  height: auto;
}

.request-rescent .table-hr-dashboard {
  min-height: 407px;
}

.lvapprove-form .form-feild-box {
  justify-content: flex-end;
}

.break-support {
  display: none;
}

@media screen and (max-width: 1262px) {
  .break-support {
    display: block;
  }
}

.edit_user_password:hover {
  color: #ffc107;
}

.per_month_count {
  color: #ffc107 !important;
}

a.leave-rejected.lv-reject-btn {
  background: #dc3545;
  position: absolute;
  left: 20px;
  padding: 6px 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  color: var(--white-color) !important;
  font-weight: 500;
  font-size: 14px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  min-height: 35px;
  max-height: 35px;
  -webkit-apperance: none !important;
  cursor: pointer;
}

a.leave-rejected.lv-reject-btn:hover {
  background: #c72838
}

.not-assigned-des {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: var(--light-grey) !important;
  text-align: center !important;
}

#leave_reject_reason-error {
  color: #dc3545;
}

.select-user {
  text-transform: capitalize !important;
}

.info-icon {
  width: 26px;
}

.text-align-center {
  text-align: center !important;
}

.include_education {
  margin-top: 8px;
}

.noc-include-education {
  flex-wrap: wrap;
}

.textarea-post-disabled[disabled] {
  background-color: #fff0;
}

.invalid-field {
  color: #d70202 !important;
}

.sl-no-input {
  width: 20%;
}

ul.survey-accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  margin: 0;
  list-style: none;
  background-color: #fff;
}

ul.survey-accordion-list>li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

ul.survey-accordion-list li.active h3:after {
  transform: rotate(180deg);
}

ul.survey-accordion-list li h3 {
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.01em;
  cursor: pointer;
  margin-right: 20px;
}

ul.survey-accordion-list li h3::after {
  content: "\e90e";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  color: rgb(28, 29, 34);
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  margin-right: 20px;
}

ul.survey-accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.survey-headers {
  display: flex;
  align-items: flex-start;
}

.add_sl {
  width: 10%;
  margin-right: 10px;
}

.survey-add {
  margin-top: 20px;
  color: #00a293;
  background-color: #e6f5f3;
  border-radius: 4px;
  height: 30px;
}

.ans-btn {
  border: 1px solid #ced4da;
  /* margin-left: 30px; */
  width: 34px;
  height: 34px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #0fab9c;
}

.survey-headers {
  padding-left: 30px;
  /* Adjust as needed to make room for the image */
  background-image: url(../images/bullets.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.qstn-div {
  margin-left: 15px;
}

.list_select {
  border-radius: 7px;
  border-color: #dee5e5;
  color: #80828a;
  cursor: pointer;
}

.flt-more {
  border-radius: 5px;
  background: #00a293;
  padding: 17px 18px;
  background-image: url(../images/sort.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.search-input {
  width: 150px;
}

.brand-box.active {
  outline: 2px solid #0acfbd;
  outline-offset: -2px;
  /* Optional: Adjust the offset based on your design */
}

.menu-dropdown {
  cursor: pointer;
}

#document_view {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 3px;
  background: rgba(28, 0, 198, 0.15);
  background-image: url(../images/eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.total-sales td {
  background-color: #00a595;
  color: #fff;
}

#xls_import {
  position: absolute;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 0;
  width: 77px;
  cursor: pointer;
}

.dropdown {
  text-align-last: start;
}

.image-progress {
  margin-top: 6px;
  margin-left: 6px;
}

#remarks_view {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 3px;
  background: rgba(0, 165, 149, 0.15);
  background-image: url(../images/clipboard-text.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.sumo_stores {
  width: 300px;
}

.sumo_promoters {
  width: 170px;
}

.display-matrix-brand.active {
  outline: 2px solid #0acfbd;
  outline-offset: -2px;
  /* Optional: Adjust the offset based on your design */
}

.menu-dropdown {
  cursor: pointer;
}

#document_view {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 3px;
  background: rgba(28, 0, 198, 0.15);
  background-image: url(../images/eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.total-sales td {
  background-color: #00a595;
  color: #fff;
}

.xls_import {
  position: absolute;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 0;
  width: 77px;
  cursor: pointer;
}

.dropdown {
  text-align-last: start;
}

.image-progress {
  margin-top: 6px;
  margin-left: 6px;
}

#remarks_view {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 3px;
  background: rgba(0, 165, 149, 0.15);
  background-image: url(../images/clipboard-text.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.sumo_stores {
  width: 300px;
}

.sumo_promoters {
  width: 170px;
}

.file-upload-product {
  background-color: #f4f5fa;
  width: 80%;
  margin: 0 auto;
  border: 2px dashed #d9d9d9;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.doc-file-upload-product {
  background-color: #f4f5fa;
  width: 31.5%;
  margin: 0 7.5px;
  border: 2px dashed #d9d9d9;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.doc-left {
  display: flex;
  justify-content: flex-start;
  width: calc(50% - 20px);
}

.doc-upshow {
  margin-left: 30px;
}

.img-up {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.img-up img {
  width: 92px;
  height: 92px;
  flex-shrink: 0;
}

.remove-img {
  top: -11px;
  position: absolute;
  right: -11px;
  cursor: pointer;
  display: flex;
  /* outline: 2px solid #0acfbd; */
  outline-offset: -2px;
  /* Optional: Adjust the offset based on your design */
}
.remove-doc {
  top: -11px;
  position: absolute;
  right: -11px;
  cursor: pointer;
  display: flex;
  /* outline: 2px solid #0acfbd; */
  outline-offset: -2px;
  /* Optional: Adjust the offset based on your design */
}

.menu-dropdown {
  cursor: pointer;
}

#document_view {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 3px;
  background: rgba(28, 0, 198, 0.15);
  background-image: url(../images/eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.total-sales td {
  background-color: #00a595;
  color: #fff;
}

#xls_import {
  position: absolute;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 0;
  width: 77px;
  cursor: pointer;
}

#rrp_xls_import {
  position: absolute;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 0;
  width: 77px;
  cursor: pointer;
}

.dropdown {
  text-align-last: start;
}

.image-progress {
  margin-top: 6px;
  margin-left: 6px;
}

#remarks_view {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 3px;
  background: rgba(0, 165, 149, 0.15);
  background-image: url(../images/clipboard-text.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.sumo_stores {
  width: 300px;
}

.sumo_promoters {
  width: 170px;
}

.top_From_date {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_From_date label {
  margin-right: 5px;
}

.effective-date {
  margin-right: 10px;
}

.optWrapper {
  text-transform: capitalize;
}

.CaptionCont span {
  text-transform: capitalize;
}

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

.sales-toggle {
  display: flex;
}

.sales-toggle>label {
  margin-right: 5px;
  color: #949494;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.sales-toggle>input {
  margin-bottom: 5px;
}

.sales-switch {
  height: 0;
  width: 0;
  visibility: hidden;
}

.sales-toggle-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 21px;
  background: #0acfbd;
  display: block;
  border-radius: 100px;
  position: relative;
  margin-right: 5px;
}

.sales-toggle-label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 5px;
  width: 18px;
  height: 13px;
  background: #fff;
  border-radius: 30px;
  transition: 0.4s;
}

.sales-switch:checked+.sales-toggle-label {
  background: #0acfbd;
}

.sales-switch:checked+.sales-toggle-label:after {
  left: calc(100% - 13px);
  transform: translateX(-50%);
}

.sales-toggle-label:active:after {
  width: 0px;
}

.top-page-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.page-top-head-title {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.guidline-title {
  color: #23262D;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border: none;
  outline: none;
  margin-top: 10px;
  width: 100%;
}

.description-textarea {
  width: 100%;
  height: calc(65vh - 90px);
  /* padding: 15px; */
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  resize: none;
  border: none;
}

.description-textarea[readonly] {
  border: none;
}

.pdf-icon>span {
  margin-right: 10px;
}

.users-list-item {
  width: 25px;
  cursor: pointer;
  height: 25px;
}

.mandatory-style {
  display: flex;
}

.mandatory-style>input {
  margin-top: 30px;
}

.mandatory-style>label {
  margin-top: 30px;
  color: #6e7079;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}

.survey-accordion-list li {
  position: relative;
}

.close-button {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #ECEBEB;
  color: #4b4949;
  border: none;
  padding: 5px 10px;
  border-radius: 4PX;
  cursor: pointer;
  font-size: 10px;
}

.remove-qstn {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #ECEBEB;
  color: #4b4949;
  border: none;
  padding: 5px 10px;
  border-radius: 4PX;
  cursor: pointer;
  font-size: 10px;
}

.disabled-opt {
  background-color: #e8e5e5;
  cursor: not-allowed !important;
}

.attent-log>h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: var(--deep-black);
}

.attent-log>h5>span {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #6e7079;
}

.attent-log>p {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #6e7079;
}

.attent-log>p>span {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: var(--deep-black);
}

.attendance-request-wrapper>h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--pure-black);
}

.attendance-request-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -20px;
  flex-wrap: wrap;
  padding: 20px;
}

.attendance-request-list>li {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/*----------------- attendance modal----------------- */
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  font-size: 30px;
  color: #d6d6d6;
}

/* .attendance_rq_modal .modal-dialog {
  width: 1000px;
  max-width: unset;
} */
.attendance_req_reason {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -7.5px;
}

.attendance_req_reason>li {
  width: calc(25% - 15px);
  margin: 7.5px;
}

.attendance-request-wrapper .input-group.date {
  position: relative;
  cursor: pointer;
  height: 35px;
}

.attendance-request-wrapper .input-group.date .input-group-addon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.attendance-request-wrapper .input-group .timePicker {
  border: none;
  height: 33px;
}

.attendance-request-wrapper .input-group {
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.attendance-request-wrapper .input-group-addon>i {
  margin-right: 5px;
}

.attendance-request-wrapper .bootstrap-datetimepicker-widget {
  min-width: 170px !important;
  max-width: 230px !important;
  padding: 0 0 0 20px !important;
}

.bootstrap-datetimepicker-widget a.btn {
  background-color: rgb(226, 226, 226);
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bootstrap-datetimepicker-widget .btn span {
  display: block;
  margin-top: 8px;
  width: 15px;
  height: 15px;

}

.bootstrap-datetimepicker-widget tr:first-child .btn span {
  background: url(../images/arrow_up.png) no-repeat;
  background-position: top center;
}

.bootstrap-datetimepicker-widget tr:last-child .btn span {
  background: url(../images/arrow_down.png) no-repeat;
  background-position: center top;
}

.attendance-request-wrapper .button-block {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}

.calander-icon {
  font-size: 14px;
  color: var(--deep-black);
  background-image: url("../images/calender_icon.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: 0 10px;
  min-width: 150px;
  width: 100%;
  min-height: 33px;
}


/* sales-talk */

.sales-talk-card-wrapper {
  border-radius: 12px;
  background: #fff;
  padding: 22px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.awatar-section {
  display: flex;
  width: 90%;
}

.awatar-section-icon {
  margin: 0 5px;
  width: 40px;
  height: 40px;
}

.awatar-section-title {
  margin: 0 5px;
}

.awatar-section-title h5 {
  color: #2c2d33;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}

.awatar-section-title p {
  color: #6e7079;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

.awatar-section-status {
  display: flex;
  align-items: center;
  text-align: center;
}

.awatar-section-status p {
  margin: 0;
  color: #949494;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}

.awatar-section-status span {
  margin: 0 5px;
}

.view-count-section {
  width: 74px;
  height: 27px;
  border-radius: 8px;
  background: rgba(28, 0, 198, 0.15);
  padding: 5px 12px;
  display: flex;
  align-items: center;
  margin: 0 2px;
}

.view-count-section p {
  color: #654bff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 2px;
}

.column-two {
  display: flex;
  align-items: center;
  width: calc(100%);
}

.column-two-item {
  width: calc(50%);
  margin: 0 !important;
}

.upload-file {
  margin-left: 7.5px !important;
  background-color: #f4f5fa;
  width: calc(100%);
  margin: 0 auto;
  border: 2px dashed #d9d9d9;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 123px;
}

.text-field {
  width: calc(100% - 7.5px);
  margin-right: 7.5px;
}

.clickto-schedule-button-section {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.clickto-schedule-button-section p {
  color: #6e7079;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-right: 5px;
}

.clickto-schedule-button-section button {
  border-radius: 3px;
  background: #00a595;
  padding: 4px 8px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.25px;
  margin-left: 5px;
}

.notify-section {
  margin-top: 20px;
}

.notify-section p {
  color: #6e7079;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.notify-check-box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.notify-check-box input {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 5px !important;
  border: 1px solid #d9d9d9;
  background: #fff;
  outline: none;
}

.notify-check-box p {
  margin-left: 5px;
}

.bottom-button-section {
  display: flex;
  justify-content: flex-end;
  margin-top: 10%;
}

.sale-add-button {
  border-radius: 6px;
  background: linear-gradient(96deg, #03ad9e 24.13%, #12dfcc 88.47%);
  padding: 6px 24px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 5px;
  padding: 6px 24px;
  margin: 0 5px;
  width: 150px;
  height: 40px;
}

.cancel-button {
  border-radius: 6px;
  background: #f1f1f1;
  padding: 6px 24px;
  color: #4b4b4b;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.25px;
  margin-right: 5px;
}

.view-count-section>span {
  width: 16px;
}


.profile-edit-file {
  border: none;
  outline: none;
  background: transparent;
  z-index: 11111;
  position: absolute;
  opacity: 0;
  width: 22px;
  height: 21px;
}

.text-field>textarea{
  height: 150px;
}

/* sales-talk */

.installation-video{
  margin: 10px; 
  display: inline-block;
}

.installation-guideline-files{
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
}


.btn-gradient:hover {
  background: linear-gradient(93.66deg, #008376 0.75%, #15c2b0 115.87%);
}

.incentive-cancel-button{
  display: flex;
  align-items: center;
  justify-content: center;
}

.installation-guideline-overview-head{
  display: flex;
  align-items: center;
}

.sales-target-input{
  width: 100px;
  background: #E8E8E8 !important;
}

.target-sum{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
  }
.target-sum>span{
font-size: 20px;
font-weight: 200;
color: #949494;
display: inline-block;
}

.table-survey{
  height: calc(100vh - 230px);
  overflow: hidden;
}
.bottum_button-section {
  display: flex;
  justify-content: flex-end;
}

.btn-gradient-size{
  max-width: 110px;
  height: 35px;
}

.profile_icon_wrapper{
  border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

/* .documents-img-wrapper span {
  margin-right: 10px;
  width: 30px;
  height: 30px;
} */


.label-a {
  background: #61dacf;
}

.label-b {
  background: #5bc1d8;
}
.label-c {
  background: #75afe4;
}
.label-d {
  background: #d6bff4;
}


.label-e{
  background: #b58bf3;
}
.label-f{
  background: #8475cd;
}
.label-g{
  background: #bff4d6;
}
.label-h{
  background: #90bc94;
}
.label-i{
  background: #a8bc90;
}
.label-j{
  background: #e4e29a;
}
.label-red {
  background: #F64D44;
}
.label-yellow {
  background: #e9a44f;
}
.label-green {
  background: #519C66;
}
.label-violet {
  background: #5570F1;
}
.label-blue {
  background: #16a1f7;
}
.label-pink {
  background: #FF09C9;
}
.label-skblue{
  background: #2196f3;
}
#add_new_rrp{
  min-width: 700px;
}
.wrong-entry{
  background: #dee1e06e;
}

.table-wrapper_full {
  height: calc(100% - 130px) !important;
  overflow-y: auto !important;
}

.button-section_border{
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
/* 
.documents-section-wrapper{
  width: 60px !important;
  height: 60px !important;
} */
.rrp_select_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -7.5px;
  width: 100%;
}

.rrp_select{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: calc(50% - 15px);
  margin: 0 7.5px;
}
.documents-section-wrapper img{
  width: 100px !important;
  height: auto;
}

.video_doc_wrapper{
  height: 100px;
}

.documents-img-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
}

#add_new_checklist{
  min-width: 615px;
}

.edit-td-wrap{
  position: relative;
}

/* .edit-td{
  position: absolute;
  top: 0;
  right: 10px;
} */
.add-input-num {
  width: 5%;
  min-width: 60px;
}

.phncode-select .SumoSelect > .CaptionCont > span{
  padding-right: 5px !important;
}


.last-row {
  border-bottom: 1px solid #F1F3F9;
}

.notification-popup{
  min-width: 700px;
}  

.product_file_item{
  display: flex;
  width: 100%;
  
}

.product_file_div{
  display: flex;
  /* width: 100%; */
  justify-content: flex-start;
}

.product_file{
  /* margin-left: 10px; */
  position: relative;
  width: 100px;
  margin: 0 10px;
}

.aproval-status,.aproval-status>img{
  width: 50px;
  height: 50px;
}

.date-range-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.edit-guid-line-btn{
  cursor: pointer;
}

.country-section{
  padding-right: 20px;
}

.add-section-buttion,.remove-section-click{
  cursor: pointer;
}

.icon-add_icon{
  color: #008972;
}
.add-section-buttion.icon-add_icon:hover{
color: #fff;
}

.icon-minus_icon{
  color: rgb(186, 183, 183);
}

.remove-section-click.icon-minus_icon:hover{
  color: #008972;
}

.remark_modal{
  max-width: 700px !important;
}
.cursor-pointer{
  cursor: pointer;
}

.top-btn-grp .SumoSelect > .CaptionCont {
max-height: 40px !important;
height: 40px !important;
align-content: center;
}

.no-data-wrapper{
  position: absolute;
  top: 50%;
  left: 20%;
  transform:translateY(-50%)
}

.no-data-wrapper>p{
  font-size: 15px;
  color: #4b4b4b;
  font-weight: 500;
}
.achievemen-chart{
  position: relative;
}


.achievement-no-data{
  text-align: center;
  position: absolute;
  left: 40%;
  top: 50%;
}
.view_more_cpi{
  text-align: center;
  margin: 40px 0;
}
.view_more_cpi >p{
  color: #00A293;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.target_value{
  text-align: center;
  position: absolute;
  left: 39%;
  top: 53%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #e6f5f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attendance_type{
  width: 20px;
    height: 20px;
}
.display-matrix-delete{
  display: flex;
  flex-wrap: nowrap;
}
.flt-country-select{
  min-width: 200px;
}
.checklist-points {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.checklist-points span {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#create_new_checklist{
  width: 700px;
}

.check-point-category-list{
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.check-point-category-item{
  width: calc(30% - 10px);
  margin-top: 0 !important;
}

.check-point-category-item>input{
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 5px 10px;
  color: var(--deep-black);
  min-height: 35px;
}

.check-point-category-item>label{
font-size: 12px;
font-weight: 500;
line-height: 18px;
margin-bottom: 5px;
color: #6E7079;
}

.check-point-category-item .SumoSelect{
  width: 100% !important;
}

.status-type-wrapper>label{
font-size: 12px;
font-weight: 500;
line-height: 18px;
margin-bottom: 5px;
color: #6E7079;
}

.add-section-buttion-wrapper{
  width: calc(40% - 0px);
  margin-top: 0 !important;
  display: flex;
}

.check-list-li{
  display: flex;
  gap: 20px;
}
.score-span{
  border: 1px solid #e8e9ee;;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  width: 100px;
}

.total-checklist td{
  background-color: #00a595;
  color: #fff;

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

.switch-toggle {
  cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 22px;
	background: #DFDFDF;
	display: block;
	border-radius: 100px;
	position: relative;
}

.switch-toggle:after {
  content: '';
	position: absolute;
	top: 2px;
	left: 3px;
	width: 18px;
	height: 18px;
	background: #707070;
	border-radius: 90px;
	transition: 0.3s;
}

.switch:checked + .switch-toggle {
  background: #DFDFDF;
}

.switch:checked + .switch-toggle:after {
  left: calc(100% - 11px);
  transform: translateX(-50%);
  background: #13E0CD;
}

.switch-toggle:active:after {
  width: 0px;
}

.channel-region-fltr{
  display:flex;
  width: calc(100% - 337px);
  flex-wrap: wrap;
}
#flt_stores_div  .SumoSelect > .CaptionCont{
  max-width: 160px;
}
#flt_stores_div .SumoSelect {
  min-width: 270px;
  width: auto;
}

#flt_stores_div .SumoSelect > .CaptionCont {
  max-width: 270px;
}
