.breadcrumb-item {
  margin-bottom: 2px !important;
}

.breadcrumb {
  font-weight: 500 !important;
}

.breadcrumb .breadcrumb-item.active {
  margin-top: 3px !important;
}

h4 {
  font-size: 1rem !important;
}

.page-wrapper .sidebar-wrapper .sidebar-menu ul li.active-page-link a i {
  color: #f23e7f;
}

.page-wrapper .sidebar-wrapper .sidebar-menu ul li.active a.current-page {
  position: relative;
  font-weight: 600;
  color: #f23e7f;
}

.table-container {
  padding: 1.4rem 1.3rem;
  background: #ffffff;
  border-radius: 10px;
  border-bottom: 1px solid #e0e3e8;
  margin-bottom: 1rem;
}

.card .card-body {
  padding: 1.4rem 1.3rem !important;
  position: relative;
}

.text-primary {
  color: #f23e7f !important;
}

.page-wrapper .sidebar-wrapper .sidebar-menu ul li.sidebar-dropdown.active > a {
  background: #f45b92;
  color: white;
}

.page-wrapper
  .sidebar-wrapper
  .sidebar-menu
  ul
  li.sidebar-dropdown.active
  > a
  i {
  color: white;
}

.breadcrumb {
  font-weight: 500 !important;
  float: right;
}

.addNewButton {
  font-weight: 600;
  padding: 0.1rem 0.3rem;
  font-size: 0.75rem;
  float: right;
}

/* Media query for screens up to 768px width (typical for mobile) */
@media (max-width: 768px) {
  .breadcrumb {
    font-weight: 500 !important;
    float: left;
    padding: 0.5rem 0;
  }
  h5 {
    font-size: 1.2rem;
    margin-bottom: 1.1rem;
  }

  .page-header {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-left: 0rem;
  }
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
  }

  /* .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0);
    margin-top: var(--bs-gutter-y);
  } */
}

.form-check-input:checked {
  background-color: #f23e7f;
  border-color: #f23e7f;
}

.form-check-input:focus {
  border-color: #f23e7f;
  outline: 0;
  box-shadow: none;
}

.radioButtonLabelSize {
  font-size: 0.9rem;
}

label {
  font-size: 0.9rem !important;
}

.paddinginInputTypeRadio {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.form-check-input:checked {
  background-color: #f23e7f;
  border-color: #f23e7f;
}

.form-check-input:focus {
  border-color: #f23e7f;
  outline: 0;
  box-shadow: none;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.15em;
}

.table .my_msg {
  max-width: 85%;
  float: right;
  text-align: right;
  display: inline;
  background: #ffc4da;
  padding: 3px 15px;
  border-radius: 10px;
}

.table .other_msg{
	max-width: 85%;
	float: left;
	text-align: left;
	display: inline;
	background: #dedddd;
	padding: 3px 15px;
	border-radius: 10px;
}

.msg_signature{
	font-size: 12px;
	color: #848484;
	font-style: italic;
}
@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: left !important;
    margin-bottom: 10px;
  }

  .addNewButton {
    font-weight: 600;
    padding: 0.1rem 0.3rem;
    font-size: 0.75rem;
    float: left;
    margin-bottom: 5px;
  }

  #timetable {
    width: 23rem;
  }

  #firstform,
  #secondformscreen,
  #loginwithpasssubmit {
    --bs-btn-padding-x: 0rem !important;
  }

  .removeTopPadding {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 640px) {
  .mobileViewMarginAdjust {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }


}

@media screen and (max-width: 440px) {
  .form-group {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}



.btn-primary:hover {
  color: #ffffff;
  background-color: #f23e7f;
  border-color: #f23e7f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.15);
  box-shadow: 0 0 0 0.2rem rgba(238, 0, 0, 0.15);
  background-color: #f23e7f;
  border-color: #f23e7f;

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* hr {
  margin: 5px 0;
  color: inherit;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
  width: 13%;
} */
/* ///// MODAL /////////   */

.myModalCss > h4 {
  margin-top: 25px !important;
}

.myModalCss > hr {
  margin: 10px 0;
  width: 20% !important;
}

.myModalCss > .row > .col-xl-4 > .semicolor {
  display: block !important;
}

.myModalCss > .row {
  margin-bottom: 1.25rem !important;
}

.myModalCss > .row > .col-6 {
  margin-top: 5px !important;
}

/* UUUUU .col-with-topbot-margin {
  margin-top: 0.75rem !important;
} */

.setMarginFailedPaymentList {
  margin: 10px !important;
}
ul.user-messages li .delivery-details .removeLeftMargin {
  margin-left: 0px !important;
}

.quick-analytics a i {
  padding: 21px;
  font: 400 0.8rem "Open Sans", sans-serif;
  width: auto;
  font-size: 1rem;
}

.fontWeight {
  font-weight: 600 !important;
}
.setIconColor {
  color: #f23e7f !important;
}
.myCardHeight {
  height: 250px;
}

.main-container {
  padding-top: 1.5rem;
}

.ck.ck-editor__editable_inline > :first-child {
  margin-top: var(--ck-spacing-large);
  margin-left: 20px;
}
/* /////////////////  25/10/2023 //////////////////// */
.custom-date-input > label {
  color: #f23e7f;
}

.custom-date-input::after {
  top: 15px !important;
}

.swal2-html-container {
  font-size: 1.519rem !important;
  font-weight: 600 !important;
  margin: 0em 0.6em 0.3em !important;
}
.ck-editor__editable_inline {
  min-height: 200px !important;
}
form .row .dataofbirth {
  z-index: 888888 !important;
}

form .row .dataofbirth1 {
  z-index: 777777 !important;
}

form .row .dataofbirth2 {
  z-index: 666666 !important;
}

form .row .dataofbirth3 {
  z-index: 555555 !important;
}

.custom-date-input.dobAlignment {
  top: -9px;
  font-size: 1rem;
  color: #f23e7f;
  content: "\e940";
  font-family: "icomoon";
}

img {
  max-width: 100% !important;
}

.ck-content ul {
  padding-left: 10px !important;
}

.scrollableContainer {
  max-height: 300px;
  overflow-y: auto;
}