.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.7rem !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;
  }

  .custom-date-input::after {
    content: none !important;
  }

  .custom-date-input {
    position: unset !important;
  }
  .picker--opened .picker__holder {
    min-width: 290px !important;
  }
  .picker {
    width: 1% !important;
    max-width: 200px !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;
}

.placeLabelOnInput {
  margin-top: 29px !important;
  position: absolute !important;
}

.filter {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* .myRow{
  --bs-gutter-x: 2.5rem !important;
} */
@media (min-width: 1200px) {
  .col-xl-4.mylesson {
    flex: 0 0 auto;
    width: 22.333%;
  }
  #DataTables_Table_0 {
    width: -moz-available !important;
  }
  .chosefile > label {
    position: absolute;
    top: 88px;
    background-color: white;
    color: var(--ascent-color);
  }
}

@media (min-width: 992px) {
  .col-lg-4.mylesson {
    flex: 0 0 auto;
    width: 20.333%;
  }
  #DataTables_Table_0 {
    width: -moz-available !important;
  }
}

@media (min-width: 768px) {
  .col-md-4.mylesson {
    flex: 0 0 auto;
    width: 21.33333333%;
  }
  #DataTables_Table_0 {
    width: -moz-available !important;
  }
}

@media (max-width: 768px) {
  .placeLabelOnInput {
    margin-top: 19px !important;
    position: absolute !important;
  }
  .page-wrapper {
    overflow-x: hidden;
  }
  .bootstrap-select.homeworkadd {
    height: 80px !important;
  }
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 15px;
  color: #686b6e !important;
  padding: 0.7rem 0.75rem;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #646669 !important;
}

@media only screen and (max-width: 314px) {
  .page-header h5 {
    font-size: 1rem !important;
    margin-left: 0.5rem;
    margin-bottom: 0;
  }
  .table-responsive {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .page-header h5 {
    font-size: 1rem !important;
    margin-left: 0.5rem;
    margin-bottom: 0;
  }
  .table-responsive {
    margin-top: 1rem;
  }
}
.pin-unpin-logo {
  left: 2px !important;

}
.inlinebuttonbottom{
	display: table-cell;
    vertical-align: bottom;
    height: 50px;
  }
  .disabled-sign {
    cursor: not-allowed !important;
}
.ckeditorErrorOne {
  color: #ff0000;
}

.textwrp{
  word-break: break-all;
}

