/* .table-responsive {
  padding: 0 15px 15px 15px;
} */
.breadcrumb-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dt-length {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dt-length label {
  display: block;
  width: 100% !important;
  white-space: pre;
}
.dt-search {
  display: flex;
  align-items: center;
  gap: 6px;
}
/* .list-print-btn{
  display:none;
} */
.sidebar-wrapper a {
  color: #6fcfeb;
}
.sidebar-brand .brand-link .brand-image {
  display: none;
}
.sidebar-brand .brand-link .user-image {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.sidebar-brand {
  height: 4.5rem;
}
.btn-primary {
  background-color: #7ad2eb;
  border-color: #7ad2eb;
}
.btn-primary:hover {
  background-color: #70b5c8;
  border-color: #70b5c8;
}
.btn-primary:active {
  background-color: #66a0b1 !important;
  border-color: #66a0b1 !important;
}
.register-card .card-body {
  padding: 25px;
}

.forgot-pwd p {
  text-align: end;
}

.login-page .card-body {
  border-radius: 5px;
  border: none;
}

.forgot-pwd p a,
.form-check .form-check-label {
  color: #343a40;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}

.login-page .card {
  border: none;
}
/* .sidebar-wrapper .sidebar-menu>.nav-item.menu-open>.nav-linK {
    color: var(--lte-sidebar-hover-color);
    background-color: var(--lte-sidebar-hover-bg);
} */
.form-middle-row {
  margin-bottom: 7px;
}
.form-bottom-row button {
  display: block;
  width: 100%;
}

.regi-new-member {
  color: #343a40;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 10px 0 0 0;
}

.regi-new-member:hover,
.forgot-pwd p a:hover,
.form-check .form-check-label:hover {
  color: #000000;
}

.forgot-pwd p a:hover,
.regi-new-member:hover {
  text-decoration: underline;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #4eb3cf !important;
}
.form-select:focus {
  border-color: #4eb3cf !important;
  box-shadow: none !important;
}
.regi-row label {
  margin-bottom: 0;
}

.error {
  color: rgb(148, 0, 0);
  font-size: 13px;
}

.form-check a {
  color: #343a40;
}

.regi-bottom-row a {
  color: #5599ac;
}
.regi-bottom-row a:hover {
  color: #000000;
}
.regi-bottom-row {
  margin: 0;
  text-align: left;
  padding: 10px 0 0 0;
  font-size: 16px;
}

.forgot-pwd-card h4 {
  text-align: center;
}

.list-cards table {
  width: 100%;
}

/* .register-card .btn-primary {
    margin: auto;
} */
.register-box {
  max-width: 360px;
  width: 100%;
  margin: auto;
}
/* .check-form {
display: flex;
justify-content: center;
} */

.regi-form-end {
  padding: 15px 0 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
}
.register-card h4 {
  font-size: 22px;
}
.form-top-heading {
  padding: 0 0 16px;
}
.regi-inputs {
  margin-bottom: 12px;
}
.custom-back-btn .back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: #343a40;
  text-decoration: none;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}

.custom-back-btn .back-btn i {
  font-size: 28px;
  height: 39px;
  position: relative;
  transition: transform 0.3s ease;
}

.custom-back-btn .back-btn:hover i {
  transform: translateX(4px);
}
.custom-back-btn .back-btn:hover {
  text-decoration: underline;
  transition: all 0.3s;
}
.forgot-pwd-card h4 {
  font-size: 22px;
}
/* .alert-dismissible .btn-close {
        top: 11px;
    } */
.reset-logo {
  display: block;
  margin: auto;
  text-align: center;
}
.reset-header {
  text-align: center;
  padding: 0 0 5px;
}
/* .submit-btn-row {
    padding: 15px 0 0 0;
} */
.form-row .form-group {
  margin-top: 8px;
}
.form-row label {
  margin-bottom: 2px;
}
.logo-start-column {
  flex-direction: column;
}

.custom-file {
  padding: 10px 0 25px 0;
}
.logo-sec .form-label {
  margin-bottom: 10px;
}

.btn-td {
  padding: 0 10px 0 0;
  color: #3d536a !important;
  transition: all 0.2s;
  position: relative;
}
.btn-td:hover {
  color: #000000 !important;
}
.btn-td .custom-tooltip {
  position: absolute;
  left: -10px;
  top: -16px;
  font-size: 11px;
  background-color: #f0fcff;
  color: rgb(0, 0, 0);
  padding: 1px 7px 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: 0.1px solid #9cabaf;
  white-space: nowrap;
}

.custom-tooltip {
  visibility: hidden;
}
.btn-td:hover .custom-tooltip {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(-2px);
}
.text-bg-success {
  background-color: #dff7e9 !important;
  color: #28c76f !important;
}
.text-bg-danger {
  background-color: #fce5e6 !important;
  color: #ea5455 !important;
}

.active > .page-link,
.page-link.active {
  background-color: #6fcfeb !important;
  border-color: #6fcfeb !important;
  color: #ffffff !important;
}
.page-link {
  color: #4a8b9e !important;
}
.page-link:focus {
  box-shadow: none !important;
}
a {
  color: #4eb3cf;
}
.btn-dark {
  background-color: #1b3841 !important;
  border-color: #1b3841 !important;
}
.daterangepicker td.active,
.daterangepicker td.hover{
  background-color: #5d7285 !important;
}
/* ---dark------ */
.dark-mode .nav-tabs .nav-item .nav-link.active {
  color: #f5f5f5 !important;
}
.dark-mode .btn-td {
  color: #6fcfeb !important;
}
.dark-mode .calendar-table {
  background-color: #2b3035;
  border: 1px solid #2b3035;
}
/* .dark-mode.daterangepicker .calendar-table .next span,.dark-mode .daterangepicker .calendar-table .prev span {
  border: solid #ababab;
} */
.dark-mode .daterangepicker td.off {
  background-color: #404040;
  color: #ffffff;
}
.dark-mode .daterangepicker td.available:hover,
.dark-mode .daterangepicker th.available:hover {
  background-color: #080808;
}
.dark-mode .daterangepicker {
  background-color: #2b3035;
  border: 1px solid #2b3035;
}
.dark-mode .table-condensed {
  background-color: #2b3035;
  border: 1px solid #2b3035;
}
.dark-mode td.weekend.off.ends.active.start-date.available {
  background: #2b3035;
}
.verify-bottom-row {
  flex-direction: column;
  /* gap: 6px; */
  padding: 10px 0 0 0;
}
.form-check-row {
  padding: 10px 0 0 0;
}
.resend-btn {
  margin: 4px 0 0 0;
}
.user-profile-header {
  align-items: center;
  padding: 15px;
  gap: 16px;
}

.nav-pills .nav-link.active {
  background-color: #6fcfeb;
}
.nav-item a {
  color: #6fcfeb;
}
.nav-item a:hover {
  color: #4eb3cf;
}
.top-end-drop p {
  font-size: 16px !important;
}
.top-end-drop {
  min-height: 135px !important;
}
.print-card {
  position: relative;
}
.list-print-btn {
  position: absolute;
  z-index: 3;
  right: 8px;
  top: 7px;
}
.btn-grp-row {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: end;
}
.custom-border {
  border-top: 1px solid #0000002d;
  padding: 10px 0 0 0;
}
.small-box {
  color: #ffffff !important;
}
.small-box a {
  color: #ffffff !important;
}
.dash-form-control::after {
  content: unset !important;
}
.input-group-merge {
  position: relative;
}
.input-group-merge label {
  position: absolute;
  bottom: -21px;
}
.swal2-confirm {
  background-color: #7ad2eb !important;
}
.create-btn {
  align-items: center;
  display: flex;
  gap: 5px;
}
.create-btn i {
  font-size: 14px;
}
.icn-th {
  width: 75px !important;
}
textarea {
  max-height: 100px;
  overflow: auto;
  scrollbar-width: thin;
  resize: none;
}
.nav-tabs .nav-item .nav-link {
  color: #4eb3cf;
}
.nav-tabs .nav-item .nav-link.active {
color: #17363e !important;
}
.alert .btn-close {
  box-shadow: none !important;
}
.birth-view {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.birth-view::after {
  content:unset;
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-radius:  0.375rem;
}
/* -------responsive------- */
@media (max-width: 1220px) {
  .main-btn-grp {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .btn-grp-inner {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
  .btn-grp-row {
    align-items: baseline;
  }
}
@media (max-width: 768px) {
  .mob-dash-item {
    margin-bottom: 15px;
    height: auto !important;
  }
  textarea {
    max-height: 80px;
    font-size: 14px !important;
    padding: 8px;
  }
}
@media screen and (max-width: 576px) {
  .forgot-pwd p a,
  .form-check .form-check-label {
    font-size: 14px;
  }
  .regi-bottom-row {
    font-size: 14px;
  }
  .register-card label {
    font-size: 14px;
  }
  .register-card .form-control {
    font-size: 14px;
  }
  .register-card h4 {
    font-size: 19px;
  }
  .form-top-heading {
    padding: 0 0 12px;
  }
  .regi-form-end {
    padding: 5px 0 0 0;
    gap: 7px;
  }
  .regi-inputs {
    margin-bottom: 9px;
  }
  .alert span {
    font-size: 14px;
  }
  .alert {
    padding: 10px;
  }
  .alert-dismissible .btn-close {
    top: -5px;
    right: -4px;
    font-size: 14px;
  }
  .forgot-pwd-card h4 {
    font-size: 19px;
  }
  .forgot-pwd-card p {
    font-size: 14px;
  }
  .custom-back-btn .back-btn i {
    font-size: 28px;
    height: 39px;
    position: relative;
    transition: none;
  }
  .custom-back-btn .back-btn:hover i {
    transform: none;
  }
  .custom-back-btn .back-btn:hover {
    text-decoration: none;
  }
  .regi-new-member {
    font-size: 14px;
  }
  .btn-primary:hover,
  .btn-primary:active {
    background-color: #7ad2eb !important;
    border-color: #7ad2eb !important;
    box-shadow: none !important;
  }
  .login-box-msg,
  .register-box-msg {
    padding: 0 15px 13px;
  }

  .small-box .inner h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .small-box a {
    font-size: 14px;
  }
  .dash-bottom-section h5 {
    font-size: 16px;
  }
  .form-control {
    font-size: 14px;
  }
  .card-header,
  .card-body {
    padding: 12px;
  }
  .btn-grp-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn-grp-inner {
    flex-direction: row;
  }
  table tr th {
    font-size: 14px;
  }
  table tr td {
    font-size: 13px;
  }
  .dt-info {
    font-size: 14px;
  }
}
@media screen and (max-width: 395px) {
  .login-box .container-xxl {
    padding: 0;
  }
  .login-page .card-body,
  .register-card .card-body {
    padding: 20px 8px;
  }
  .btn-grp-inner {
    flex-direction: column;
  }
}

.sample-file-container{
  display: flex;
  justify-content: end;
}