.edit_input_row {
  display: table;
  position: relative;
  padding: 0 30px 0 0;
}

.edit_input_row .rs_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.edit_input_row .media-name {
  width: 100%;
  display: flex;
  /* max-width: 150px; */
  white-space: nowrap;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
}

.edit_input_row input {
  padding: 0;
  height: auto;
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.edit_input_row input {
  padding: 0;
  height: auto;
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none !important;
  outline: none !important;
}

.daterangepicker .drp-buttons .btn-default {
  background: red;
  /* color: rgb(255 255 255 / 70%) !important; */
}

.footer_new {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.container-fluid {
  padding-bottom: 50px;
}

.step_rs_buttons button {
  margin: 0 0 10px;
}

.dataTables_scroll thead,
table.dataTable thead th {
  background: #f4f6f8;
  color: #637390;
}

.show_edit_poster img {
  height: 250px;
  object-fit: contain;
}

.shimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f7f8;
  background-image: linear-gradient(to right,
      #f6f7f8 0%,
      #e0e1e4 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 100%;
  animation: shimmer 1.5s infinite linear;
  z-index: 1;
  /* Ensure shimmer appears above the image */
}

/* Ensure the image is behind the shimmer during loading */
.img-wrapper {
  position: relative;
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  /* Ensure image is behind shimmer */
}

/* Hide placeholder image initially to avoid conflicts */
.img-wrapper .poster_img {
  display: none;
}

.all_img_gallery .item.active .dr_day {
  border: 1px solid #000000;
  background: #c9c9c9;
}

/* Shimmer animation */
@keyframes shimmer {
  0% {
    background-position: -800px 0;
  }

  100% {
    background-position: 800px 0;
  }
}

.select-media+.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100% !important;
}

/* Responsive adjustments */
@media (max-width: 1366px) {
  .img-wrapper {
    height: 300px;
    /* Adjust height for smaller screens */
  }
}

@media (max-width: 991px) {
  .img-wrapper {
    height: 250px;
  }
}

@media (max-width: 575px) {
  .img-wrapper {
    height: 200px;
  }
}

.daterangepicker .drp-buttons .btn-default {
  background: red;
  /* color: rgb(255 255 255 / 70%) !important; */
}

.footer_new {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.container-fluid {
  padding-bottom: 50px;
}

.step_rs_buttons button {
  margin: 0 0 10px;
}

.dataTables_scroll thead,
table.dataTable thead th {
  background: #f4f6f8;
  color: #637390;
}

.show_edit_poster img {
  height: 250px;
  object-fit: contain;
}

/* Whatsapp Campaign */

.rs__new_upload_img {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.rs__new_upload_img span {
  width: 100%;
  display: block;
  text-align: center;
  background: rgb(37 43 59 / 10%);
  padding: 5px 0;
  border-radius: 4px;
  color: #252b3b;
  border: 1px dashed #252b3b;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  height: 35px;
}

.rs__new_upload_img input {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.multiple-select {
  padding: 0;
  border: 0;
}

.rs_upload_img {
  border: 1px dashed #aaabae;
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px;
  background: #f4f4f4;
  box-shadow: inset 0 0 0px 6px #ffffff;
  position: relative;
}

.rs_upload_img img {
  width: 50px;
}

.rs_upload_img .upload_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  object-fit: contain;
  background: #f4f4f4;
  padding: 15px;
  border-radius: 10px;
}

.rs__new_upload_img .left {
  width: calc(100% - 50px);
  position: relative;
}

.rs__new_upload_img .right img {
  width: 100%;
  border: 1px solid #a1a1a1;
  padding: 5px;
  border-radius: 4px;
  height: 35px;
  object-fit: contain;
}

.click_to_action span {
  position: relative;
  padding: 0 10px 0 25px;
  cursor: pointer;
}

.click_to_action span:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #252b3b;
  border-radius: 50px;
  left: 0;
  top: 0;
}

.click_to_action input {
  display: none;
}

.click_to_action label input:checked+span:before {
  background: #252b3b;
  box-shadow: inset 0 0 0px 4px #ffffff;
}

.click_to_action {
  padding: 0 0 15px;
}

.click_to_action {
  padding: 0 0 15px;
}

.call_to_action .item_call {
  display: flex;
  align-items: center;
}

.call_to_action .item_call .call__view {
  padding: 0 5px 0 0;
}

.call_to_action .item_call .call__view p {
  margin: 0;
  font-weight: 500;
}

.call_to_action .item_call {
  padding: 0 0 15px;
}

.call_to_action .btn-outline-primary {
  color: #000;
  background: #ffffff;
}

/***25-8-2025***/
.upload__data ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.upload__data ul li {
  /* width: 20%; */
  padding: 0 5px;
}

.upload__data ul li .pos_view_img img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}

.upload__data ul li .pos_view_img {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
}

.upload__data ul li .pos_view_img i {
  position: absolute;
  top: -4px;
  right: -5px;
  background: red;
  color: #fff;
  font-size: 10px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}

.view_img .new_pdf_icon span {
  position: absolute;
  top: 10px;
  left: -16px;
  background: #252b3b;
  color: #fff;
  font-size: 12px;
  width: 70px;
  text-align: center;
  transform: rotate(-45deg);
}

.view_img {
  overflow: hidden;
}

.view_img .new_pdf_icon i {
  width: 20px;
  height: 20px;
  background: green;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
}

hr {
  margin: 7px 0;
}

.whatapp_message_preview .template_cate.fixed__rs {
  margin: 0;
  padding: 0;
}

/* Whatsapp Campaign end */

/* Whatsapp Campaign */

.rs__new_upload_img {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.rs__new_upload_img span {
  width: 100%;
  display: block;
  text-align: center;
  background: rgb(37 43 59 / 10%);
  padding: 5px 0;
  border-radius: 4px;
  color: #252b3b;
  border: 1px dashed #252b3b;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  height: 35px;
}

.rs__new_upload_img input {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.multiple-select {
  padding: 0;
  border: 0;
}

.rs_upload_img {
  border: 1px dashed #aaabae;
  border-radius: 10px;
  text-align: center;
  padding: 35px 20px;
  background: #f4f4f4;
  box-shadow: inset 0 0 0px 6px #ffffff;
  position: relative;
}

.rs_upload_img img {
  width: 50px;
}

.rs_upload_img .upload_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  object-fit: contain;
  background: #f4f4f4;
  padding: 15px;
  border-radius: 10px;
}

.rs__new_upload_img .left {
  width: calc(100% - 50px);
  position: relative;
}

.rs__new_upload_img .right img {
  width: 100%;
  border: 1px solid #a1a1a1;
  padding: 5px;
  border-radius: 4px;
  height: 35px;
  object-fit: contain;
}

.click_to_action span {
  position: relative;
  padding: 0 10px 0 25px;
  cursor: pointer;
}

.click_to_action span:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #252b3b;
  border-radius: 50px;
  left: 0;
  top: 0;
}

.click_to_action input {
  display: none;
}

.click_to_action label input:checked+span:before {
  background: #252b3b;
  box-shadow: inset 0 0 0px 4px #ffffff;
}

.click_to_action {
  padding: 0 0 15px;
}

.click_to_action {
  padding: 0 0 15px;
}

.call_to_action .item_call {
  display: flex;
  align-items: center;
}

.call_to_action .item_call .call__view {
  padding: 0 5px 0 0;
}

.call_to_action .item_call .call__view p {
  margin: 0;
  font-weight: 500;
}

.call_to_action .item_call {
  padding: 0 0 15px;
}

.call_to_action .btn-outline-primary {
  color: #000;
  background: #ffffff;
}

/***25-8-2025***/
.upload__data ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.upload__data ul li {
  /* width: 20%; */
  padding: 0 5px;
}

.upload__data ul li .pos_view_img img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}

.upload__data ul li .pos_view_img {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
}

.upload__data ul li .pos_view_img i {
  position: absolute;
  top: -4px;
  right: -5px;
  background: red;
  color: #fff;
  font-size: 10px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}

.view_img .new_pdf_icon span {
  position: absolute;
  top: 10px;
  left: -16px;
  background: #252b3b;
  color: #fff;
  font-size: 12px;
  width: 70px;
  text-align: center;
  transform: rotate(-45deg);
}

.view_img {
  overflow: hidden;
}

.view_img .new_pdf_icon i {
  width: 20px;
  height: 20px;
  background: green;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
}

hr {
  margin: 7px 0;
}

.whatapp_message_preview .template_cate.fixed__rs {
  margin: 0;
  padding: 0;
}

/* Whatsapp Campaign end */
.shimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f7f8;
  background-image: linear-gradient(to right,
      #f6f7f8 0%,
      #e0e1e4 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 100%;
  animation: shimmer 1.5s infinite linear;
  z-index: 1;
  /* Ensure shimmer appears above the image */
}

/* Ensure the image is behind the shimmer during loading */
.img-wrapper {
  position: relative;
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  /* Ensure image is behind shimmer */
}

/* Hide placeholder image initially to avoid conflicts */
.img-wrapper .poster_img {
  display: none;
}

.all_img_gallery .item.active .dr_day {
  border: 1px solid transparent;
  background: rgb(10 128 193 / 10%);
}

.rs_upload video {
  border-radius: 10px;
}

/* Shimmer animation */
@keyframes shimmer {
  0% {
    background-position: -800px 0;
  }

  100% {
    background-position: 800px 0;
  }
}

.item.active .show_edit_poster video {
  border: 1px solid #000000;
}

.notifyjs-corner {
  z-index: 999999999 !important;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
  display: none;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
  display: none;
}

.new_upload_file span {
  background: green;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 5px;
}

.new_upload_file {
  text-align: right;
  position: relative;
  display: table;
  margin: 0 0 0 auto;
}

.view_img input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
}

.new_upload_file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.show_pagenation {
  text-align: center;
  margin: 0 auto;
}

.show_pagenation ul.pagination {
  justify-content: end;
  padding: 15px 0 0 0;
  margin: 0;
}

.show_pagenation ul.pagination .page-link {
  border-radius: 5px;
  border: 1px solid #ededed !important;
  border-radius: 0;
  color: #1c252e;
}

.show_pagenation ul.pagination .page-link {
  border-bottom: 2px solid #272727;
  border: 0;
}

.show_pagenation .page-item .page-link.active,
.show_pagenation .page-item .page-link:hover {
  background: #252b3b;
  color: #fff !important;
}

.view_img .fixed_bt_img p {
  margin: 5px 0;
  background: #e2e2e2;
  padding: 2px 10px;
  border-radius: 4px;
  color: #000000;
}

.click_to_action span {
  position: relative;
  padding: 0 10px 0 25px;
  cursor: pointer;
}

.click_to_action span:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #252b3b;
  border-radius: 50px;
  left: 0;
  top: 0;
}

.click_to_action input {
  display: none;
}

.click_to_action label input:checked+span:before {
  background: #252b3b;
  box-shadow: inset 0 0 0px 4px #ffffff;
}

.view_img:hover .fixed_bt_img {
  opacity: 1;
}

.view_img .fixed_bt_img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  width: 100%;
  z-index: 999999;
  flex-wrap: wrap;
  flex-direction: column;
  background: transparent;
}

.view_img .fixed_bt_img span {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 50%; */
  /* display: flex
; */
  /* align-items: center; */
  /* justify-content: center; */
  background: #252b3b;
  padding: 4px 10px;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

.view_img .fixed_bt_img p {
  margin: 5px 0;
  background: #e2e2e2;
  padding: 2px 10px;
  border-radius: 4px;
  color: #000000;
}

.upload_btn {
  position: relative;
}

.upload_btn input {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
}

.status-badge {
  padding: 2px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: inline-block;
}

/* .new_In_Revision {
  background: rgb(255 217 159);
  font-size: 12px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: fit-content;
  white-space: nowrap;
  padding: 3px 8px;
  border-radius: 50px;
  color: #a16000;
} */
/* .new_Rejected {
  background: rgb(255 197 197);
  font-size: 12px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: fit-content;
  white-space: nowrap;
  padding: 3px 8px;
  border-radius: 50px;
  color: #ff0000;
} */
.call_to_action .item_call {
  padding: 0;
}

.call_to_action .item_call .call__view {
  position: relative;
  padding-bottom: 24px;
}

.call_to_action .item_call .call__view label.error {
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  width: 100%;
  left: 0;
  white-space: nowrap;
}

.notifyjs-corner {
  z-index: 999999999 !important;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
  display: none;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
  display: none;
}

.new_upload_file span {
  background: green;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 5px;
}

.new_upload_file {
  text-align: right;
  position: relative;
  display: table;
  margin: 0 0 0 auto;
}

.view_img input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
}

.new_upload_file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.show_pagenation {
  text-align: center;
  margin: 0 auto;
}

.show_pagenation ul.pagination {
  justify-content: end;
  padding: 15px 0 0 0;
  margin: 0;
}

.show_pagenation ul.pagination .page-link {
  border-radius: 5px;
  border: 1px solid #ededed !important;
  border-radius: 0;
  color: #1c252e;
}

.show_pagenation ul.pagination .page-link {
  border-bottom: 2px solid #272727;
  border: 0;
}

.show_pagenation .page-item .page-link.active,
.show_pagenation .page-item .page-link:hover {
  background: #252b3b;
  color: #fff !important;
}

.view_img .fixed_bt_img p {
  margin: 5px 0;
  background: #e2e2e2;
  padding: 2px 10px;
  border-radius: 4px;
  color: #000000;
}

.click_to_action span {
  position: relative;
  padding: 0 10px 0 25px;
  cursor: pointer;
}

.click_to_action span:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #252b3b;
  border-radius: 50px;
  left: 0;
  top: 0;
}

.click_to_action input {
  display: none;
}

.click_to_action label input:checked+span:before {
  background: #252b3b;
  box-shadow: inset 0 0 0px 4px #ffffff;
}

.view_img:hover .fixed_bt_img {
  opacity: 1;
}

.view_img .fixed_bt_img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  width: 100%;
  z-index: 999999;
  flex-wrap: wrap;
  flex-direction: column;
  background: transparent;
}

.view_img .fixed_bt_img span {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 50%; */
  /* display: flex
; */
  /* align-items: center; */
  /* justify-content: center; */
  background: #252b3b;
  padding: 4px 10px;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}

.view_img .fixed_bt_img p {
  margin: 5px 0;
  background: #e2e2e2;
  padding: 2px 10px;
  border-radius: 4px;
  color: #000000;
}

.upload_btn {
  position: relative;
}

.upload_btn input {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
}

.status-badge {
  padding: 2px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: inline-block;
}

/* .new_In_Revision {
  background: rgb(255 217 159);
  font-size: 12px;
  display: flex;
  margin: 0 auto;
  width: fit-content;
  white-space: nowrap;
  padding: 3px 8px;
  border-radius: 50px;
  color: #a16000;
} */
/* .new_Rejected {
  background: rgb(255 197 197);
  font-size: 12px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: fit-content;
  white-space: nowrap;
  padding: 3px 8px;
  border-radius: 50px;
  color: #ff0000;
} */
.call_to_action .item_call {
  padding: 0;
}

.call_to_action .item_call .call__view {
  position: relative;
  padding-bottom: 24px;
}

.call_to_action .item_call .call__view label.error {
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  width: 100%;
  left: 0;
  white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 1366px) {
  .img-wrapper {
    height: 300px;
    /* Adjust height for smaller screens */
  }
}

@media (max-width: 991px) {
  .img-wrapper {
    height: 250px;
  }
}

@media (max-width: 575px) {
  ul.tabs li {
    display: inline-flex;
    align-items: center;
  }
}

.text-warning1 {
  color: #f39c12 !important;
}

.text-secondary {
  color: #95a5a6 !important;
}

.text-secondarys {
  --bs-text-opacity: 1;
  color: rgb(73 190 242) !important;
}

.text-warning {
  color: #3498db !important;
}

.text-success {
  color: #2ecc71 !important;
}

.video-progress-wrapper .progress {
  background: #e9ecef;
}

.video-progress-wrapper .progress-bar {
  transition: width 0.1s linear;
}

.video-progress-wrapper .frame-info {
  font-weight: 600;
}

.doctor_name.active span {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 105px);
  height: 100%;
  margin: 0 !important;
  border-radius: 4px;
  background: #ffffff;
  text-align: left;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  border-color: #a1a1a1;
  color: #a1a1a1;
}

.doctor_name span {
  border-color: #fff;
}

.doctor_name {
  position: relative;
}

.view_video_upload video {
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.dr_day p {
  text-align: center;
  padding: 10px 0 !important;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 1.5;
}

.new_rs_step_form .day_img .priority {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #ed1c24;
  border: 0;
  border-radius: 28px;
  color: #ffffff;
  padding: 10px;
  font-weight: 500;
  line-height: 0;
  font-size: 10px;
}

.br_rs_shadow p {
  margin: 0;
  padding: 15px 0 0;
  color: rgb(20 20 20 / 56%);
}

.main_title+p {
  color: rgb(20 20 20 / 56%);
  margin: 0;
  padding: 10px 0 0;
  max-width: 800px;
  width: 100%;
  font-size: 12px;
}

.sbu-select {
  position: relative;
}

.sbu-select .list-group {
  max-height: 200px;
  overflow: auto;
}

.sbu-select .list-group a {
  padding: 5px 10px;
  border-radius: 0;
}

.sbu-select .list-group a:nth-child(even) {
  background: #f6f6f6;
}

.bold_text .textarea_row {
  padding: 45px 15px 15px 15px !important;
  text-align: left;
  width: 100%;
}

#assignBtn {
  display: none;
  /* Start Hidden */
}

.doctor-img-wrapper {
  position: relative;
}

.img-download-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  color: #ffff !important;
  !i;
  !;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed1c24;
  border-radius: 4px;
}

.show_pagenation ul.pagination .page-item.active a {
  color: white;
}

#doctor_find .list-group-item {
  padding: 6px 8px;
  border-radius: 0;
  box-shadow: none;
}

#doctor_find {
  max-height: 180px;
  overflow: auto;
}

#doctor_find .list-group-item:nth-child(even) {
  background: #fbfbfb;
}

span#webinarTopicName {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.rs_avti_date .right_rs .Webinamr_title {
  max-width: 250px;
  width: 100%;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.upload__check {
  margin: 0;
  padding: 10px 0;
  color: green;
  font-size: 14px;
  text-align: center;
}

.meeting_row .under_design_app {
  color: #ff6f61;
  /* a vibrant reddish-pink */
  background: rgba(255, 111, 97, 0.1);
  /* 10% opacity background */
}

.meeting_row .live_app {
  color: #ff6f61;
  /* a vibrant reddish-pink */
  background: rgba(255, 111, 97, 0.1);
  /* 10% opacity background */
}

.upload-instructions {
  font-size: 13px;
  color: #6c757d;
  padding-left: 18px;
}

.upload-instructions li {
  margin-bottom: 4px;
}

.cursor-pointer {
  cursor: pointer;
}

.rs_poster_view canvas {
  width: 100% !important;
  height: auto !important;
}

.progress-bar {
  margin: 0;
}

.progress {
  height: 100%;
  background-color: #ededed;
  border-radius: 3px;
}
.brandSelect  .ms-choice {
    border: 0;
    background: transparent;
}
 
.brandSelect .ms-choice span.ms-placeholder {
    padding: 0 10px;
    background: transparent;
}
 
.brandSelect .ms-drop.bottom {
    left: 0;
}

/* Default appearance */
input[type="checkbox"] {
    -webkit-appearance: none; /* Remove default checkbox style */
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid grey; /* Default grey border */
    border-radius: 4px; /* optional rounded corners */
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    outline: none;
    transition: all 0.2s;
    margin-top: 0 !important;!i;!;
}

/* When checked */
input[type="checkbox"]:checked {
    border-color: #ed1c24 ;
    background-color:#ed1c24 ;
}

/* Optional checkmark inside */
input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4.4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.navbar-nav .dropdown-menu {
    width: 100%;
    max-width: 150px;
}
.login_rs {
    z-index: 9;
}
.login_in .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:1499px){
  .rs_new_tab_design{
    margin-bottom:10px;
  }
}
@media (max-width:575px){
  .dataTables_length {
    padding: 10px 0 0 0;
}
}
/* Selected text inside multiselect button */
.multiselect-selected-text::first-letter {
    color: transparent;
}

.multiselect-selected-text::last-letter {
    color: transparent;
}

/* Dropdown list items (optional but recommended) */
.multiselect-container li a label::first-letter {
    color: transparent;
}

.multiselect-container li a label::last-letter {
    color: transparent;
}
.text-secondary3 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important;
}
.upload_preview_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f4f4f4;
    border-radius: 12px;
    pointer-events: none;
    opacity:0;
}

.upload_preview_img.active {
    opacity:1;
}

.upload_preview_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

tbody.loading td{
  position: relative;
  color: transparent !important;
}

tbody.loading td::after{
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #f5f5f5 37%,
    #e0e0e0 63%
  );
  background-size: 400% 100%;
  animation: shimmer 1.4s ease infinite;
  border-radius: 4px;
}
.pdf-preview.text-center {
    width: 100%;
    border: 1px solid #a1a1a1;
    padding: 5px;
    border-radius: 4px;
    height: 35px;
    object-fit: contain;
    font-size: 10px;
    line-height: 32px;
}
@keyframes shimmer{
  0%{ background-position: 100% 0; }
  100%{ background-position: -100% 0; }
}


@media (max-width:767px){
  .rs_new_white_register {
      padding: 30px 20px;
      border-radius: 16px;
      margin: 15px 0;
  }

  #manage_authentication_div {
      padding-right: 15px !important;;
  }
  .rs_card_img img {
      border-radius: 16px;
  }
}

.new_progress.progress {
    height: auto !important;
}

.new_progress.progress .progress-bar {
    height: auto;
    padding: 3px 10px;
    color: #000000;
}