/*image uploader preview*/
.upload-preview img {
    height: 80px;
    width: 80px;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
}

.hdn-uploder {
    display: none !important;
}

/*phone number input field*/
.iti{
    display: block!important;
}

/*
Start jquery datatable style
*/
.dataTables_wrapper .dt-buttons a.dt-button {
    background-color: #607d8b;
    color: #fff;
    padding: 7px 12px;
    margin-right: 5px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    font-size: 13px;
    outline: 0;
}
div.dt-buttons {
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    margin-top: 4px;
}
button.dt-button, div.dt-button, a.dt-button {
    background-image: none !important;
}
.dataTables_wrapper .dataTables_info {
    /*//remove float_ left;*/
    float: none !important;
    /*padding-top: 0.55rem;*/
    /*padding-right: .50rem;*/
}
.buttons-csv {
    background-color: #2ab9d0 !important;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2),0 13px 24px -11px rgba(233,30,99,0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
}
.buttons-create {
    background-color: #2ab9d0 !important;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2),0 13px 24px -11px rgb(42, 184, 207);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
    padding: 0px !important;
}
.buttons-excel {
    background-color: #59bf70 !important;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2),0 13px 24px -11px rgba(233,30,99,0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
}
.buttons-reload {
    background-color: #59bf70 !important;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2),0 13px 24px -11px rgb(89, 190, 112);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
    padding: 0px !important;
}
.buttons-export {
    background-color: #000000 !important;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2),0 13px 24px -11px rgba(0, 0, 0, 0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
    padding: 0px !important;
}

.buttons-pdf {
    background-color: #e91e63 !important;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2),0 13px 24px -11px rgba(233,30,99,0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
}

.buttons-reset {
    background-color: #e91e63 !important;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2),0 13px 24px -11px rgba(233,30,99,0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
    padding: 0px !important;
}

.buttons-print {
    background-color: #6563ef !important;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2),0 13px 24px -11px #6563ef;
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
}
.buttons-delete {
    background-color: #d02a38 !important;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2),0 13px 24px -11px #d02a38;
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
}

/*
End jquery datatable style
*/
.ic-margin-right-5 {
    margin-right: 5px;
}
.ic-custom-action .waves-circle{
    line-height: 1.5em!important;
}
.ic-custom-action a {
    margin-right: 5px;
}
.ic-custom-action {
    margin-top: -44px!important;
    text-align: center;
}

.ic-list-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
}
table.dataTable {
    width: 100% !important;
}
.table-responsive {
    width: 100% !important;
}
.img-64 {
    width: 64px;
    height: 64px;
}
.select2-selection__rendered{
    width: auto!important;
}
.select2-container .select2-search--inline{
    float: unset!important;
}

.select2-search__field{
    height: 30px;
}
.ic-patient-details-warper {
    display: flex;
    justify-content: space-between;
}

.ic-patient-basic-info {
    padding-left: 40px;
}

.ic-patient-basic-info h4 {
    margin: 0px;
    margin-bottom: 15px;
}
.ic-patient-basic-info h5,
h6 {
    margin: 0;
    margin-bottom: 10px;
}

.ic-patient-profile-basic-info {
    display: flex;
}

.ic-patient-details-info-warper {
    margin-top: 40px;
}

.ic-patient-details-info-warper h5.text-muted {
    margin-bottom: 15px;
}
.ic-patient-details-tab {
    margin-bottom: 15px;
}

.ic-patient-profile-basic-info .ic-patient-adress-info {
    padding-left: 40px;
}

.ic-profile-details-goback {
    flex: 0 0 auto;
}

.ic-invoice-card-wraper {
    min-height: 65vh;
}
.ic-bg-dashboard-card{
    background-color: #28a9a8 !important;
}
.ic-role .form-check .form-check-label {
  font-size: 14px;
  font-family: araboto-normal;
  color: #4c516d;
}
@media only screen and (max-width: 1199.98px) {
  .ic-role .form-check .form-check-label {
    font-size: 13px;
  }
}
.ic-role .form-check .form-check-input {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-role .form-check .form-check-input {
    width: 14px;
    height: 14px;
    margin-top: 6px;
  }
}
.ic-role .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.2509803922);
}
.ic-role .form-check .form-check-input:checked {
  background-color: #032145;
  border-color: #032145;
}
.ic-role .mb_24 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-role .mb_24 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-role .mb_24 {
    margin-bottom: 8px;
  }
}
.ic-role .accordion .accordion-item {
  border: 1px solid #ebe7e7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ic-role .accordion .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-role .accordion .accordion-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-role .accordion .accordion-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.ic-role .accordion .accordion-header {
  padding: 10px 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ic-role .accordion .accordion-header .ic-check-all {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
.ic-role .accordion .accordion-header .ic-check-all .form-check-input {
  margin-top: 0;
  border-radius: 4px;
}
.ic-role .accordion .accordion-header .ic-check-all .form-check-label {
  font-size: 14px;
  font-family: araboto-medium;
}
@media only screen and (max-width: 1199.98px) {
  .ic-role .accordion .accordion-header .ic-check-all .form-check-label {
    font-size: 13px;
  }
}
.ic-role .accordion .accordion-button {
  border-radius: 6px !important;
  font-size: 14px;
  font-family: araboto-medium;
  padding: 0;
  max-width: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-role .accordion .accordion-button {
    font-size: 13px;
  }
}
.ic-role .accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M8.00045 9.3213L11.3003 6.02148L12.2431 6.96429L8.00045 11.207L3.75781 6.96429L4.70063 6.02148L8.00045 9.3213Z' fill='%234C516D'/%3E%3C/svg%3E");
}
.ic-role .accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #1d2939;
  border-radius: 6px 6px 0 0 !important;
  box-shadow: none !important;
}
.ic-role .accordion .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M8.00045 9.3213L11.3003 6.02148L12.2431 6.96429L8.00045 11.207L3.75781 6.96429L4.70063 6.02148L8.00045 9.3213Z' fill='%234C516D'/%3E%3C/svg%3E");
}
.ic-role .accordion .accordion-button:focus {
  box-shadow: none;
  border-color: #ebe7e7;
}
.ic-role .accordion .accordion-body {
  padding: 14px;
  border-top: 1px solid #ebe7e7;
}

.ic-button {
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 11px 16px 11px;
  gap: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: araboto-medium;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ic-button span {
  font-family: araboto-medium;
  font-size: 14px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-button span {
    font-size: 13px;
  }
}
.ic-button i {
  font-size: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-button {
    padding: 6px 14px 5px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-button {
    font-size: 13px;
    padding: 5px 12px 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-button {
    font-size: 12px;
    padding: 4px 10px;
  }
}
.ic-button.primary {
  color: #fff;
  background: #032145;
  border: 1px solid #032145;
}
.ic-button.primary:hover {
  color: #032145;
  background: #fff;
}
.ic-button.success {
  color: #fff;
  background: #4ed737;
  border: 1px solid #4ed737;
}
.ic-button.success:hover {
  color: #4ed737;
  background: #fff;
}
.ic-button.grey {
  color: #fff;
  background: #4c516d;
  border: 1px solid #4c516d;
}
.ic-button.grey:hover {
  color: #4c516d;
  background: #fff;
}
.ic-button.grey-light {
  color: #032145;
  background: rgba(3, 33, 69, 0.1);
  border: 1px solid rgba(3, 33, 69, 0.1);
}
.ic-button.grey-light:hover {
  color: #032145;
  background: #fff;
}
.ic-button.white {
  color: #1d2939;
  background: #fff;
  border: 1px solid #D0D5DD;
}
.ic-button.white:hover {
  color: #fff;
  background: #1d2939;
}
.ic-button.orange {
  color: #1d2939;
  background: #ff5a3c;
  border: 1px solid #ff5a3c;
}
.ic-button.orange:hover {
  color: #ff5a3c;
  background: #1d2939;
  border-color: #1d2939;
}

.ic-btn {
  height: 44px;
  padding: 0px 25px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 16px;
  font-family: araboto-medium;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #032145;
  background-color: #fff;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn {
    font-size: 15px;
    height: 42px;
    padding: 0px 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-btn {
    font-size: 14px;
    height: 40px;
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-btn {
    font-size: 13px;
    height: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-btn {
    height: 37px;
  }
}
.ic-btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.ic-btn.outline {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.ic-btn.outline:hover {
  color: #032145;
  background-color: #fff;
}
.ic-btn.primary {
  color: #fff;
  background-color: #032145;
  border: 1px solid #032145;
}
.ic-btn.primary:hover {
  color: #032145;
  background-color: #fff;
}

.form-control:focus {
  box-shadow: none;
}
.ic_form .form-label {
  font-size: 14px;
  color: #4c516d;
  font-family: araboto-medium;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1199.98px) {
  .ic_form .form-label {
    font-size: 13px;
  }
}
.ic_form .form-control {
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 16px;
  font-family: araboto-normal;
  height: 44px;
  background-color: white;
  border: 1px solid #D0D5DD;
  color: #4c516d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
@media only screen and (max-width: 1399.98px) {
  .ic_form .form-control {
    font-size: 15px;
    height: 42px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_form .form-control {
    font-size: 14px;
    height: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_form .form-control {
    font-size: 13px;
    height: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_form .form-control {
    height: 37px;
  }
}
.ic_form .form-control:focus {
  border: 1px solid #032145;
  box-shadow: none;
  outline: 0;
}
.ic_form .form-control.ic-textarea {
  height: 110px;
  resize: none;
}
@media only screen and (max-width: 1399.98px) {
  .ic_form .form-control.ic-textarea {
    height: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_form .form-control.ic-textarea {
    height: 90px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_form .form-control.ic-textarea {
    height: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_form .form-control.ic-textarea {
    height: 70px;
  }
}
.ic_form .ic-check {
  height: 44px;
  gap: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1399.98px) {
  .ic_form .ic-check {
    height: 42px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_form .ic-check {
    height: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_form .ic-check {
    height: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_form .ic-check {
    height: 37px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_form .ic-check {
    height: unset;
  }
}
.ic_form .ic-check input {
  cursor: pointer;
  height: 22px;
  width: 36px;
  margin-top: 0;
}
.ic_form .ic-check input:checked {
  background-color: #032145;
  border-color: #032145;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.ic_form .ic-check input:focus {
  border-color: #D0D5DD;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.ic_form .ic-check.h-unset {
  height: unset;
}
.ic_form textarea:focus {
  border: 1px solid #fe7239;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.ic_form .bootstrap-select {
  width: 100% !important;
}
.ic_form .bootstrap-select .dropdown-toggle {
  gap: 10px;
  height: 44px;
  color: #4c516d;
  background-color: #fff;
  border: 1px solid #D0D5DD;
  font-size: 16px;
  font-family: araboto-normal;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media only screen and (max-width: 1399.98px) {
  .ic_form .bootstrap-select .dropdown-toggle {
    font-size: 15px;
    height: 42px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_form .bootstrap-select .dropdown-toggle {
    font-size: 14px;
    height: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_form .bootstrap-select .dropdown-toggle {
    font-size: 13px;
    height: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_form .bootstrap-select .dropdown-toggle {
    height: 37px;
  }
}
.ic_form .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
.ic_form .bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.ic_form .bootstrap-select .dropdown-item.active {
  color: #fff;
  background-color: #032145;
}
.ic_form .bootstrap-select .dropdown-item:active {
  color: #fff;
  background-color: #032145;
}
@media only screen and (max-width: 1399.98px) {
  .ic_form .mb_20 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_form .mb_20 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_form .mb_20 {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_form .mb_20 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_form .mb_20 {
    margin-bottom: 10px;
  }
}
.ic_form .form-check-label {
  font-size: 14px;
  font-family: araboto-normal;
  color: #4c516d;
  cursor: pointer;
}
@media only screen and (max-width: 1199.98px) {
  .ic_form .form-check-label {
    font-size: 13px;
  }
}
.ic_form .form-check-input {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .ic_form .form-check-input {
    width: 14px;
    height: 14px;
    margin-top: 6px;
  }
}
.ic_form .form-check-input:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.2509803922);
}
.ic_form .form-check-input:checked {
  background-color: #032145;
  border-color: #032145;
}
.ic_form .input-icon-wrapper {
  position: relative;
}
.ic_form .input-icon-wrapper .password-toggler {
  position: absolute;
  cursor: pointer;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ic_form .input-icon-wrapper .password-toggler i {
  color: #4c516d;
}
.ic_form .select2.select2-container {
  width: 100% !important;
}
.ic_form .select2.select2-container .select2-selection {
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 16px;
  font-family: araboto-normal;
  height: 44px;
  background-color: white;
  border: 1px solid #D0D5DD;
  color: #4c516d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .ic_form .select2.select2-container .select2-selection {
    font-size: 15px;
    height: 42px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_form .select2.select2-container .select2-selection {
    font-size: 14px;
    height: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_form .select2.select2-container .select2-selection {
    font-size: 13px;
    height: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_form .select2.select2-container .select2-selection {
    height: 37px;
  }
}
.ic_form .select2.select2-container .select2-selection:focus {
  border: 1px solid #fe7239;
  box-shadow: none;
  outline: 0;
}
.ic_form .select2.select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.right-button-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.setting .nav .nav-item .nav-link.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}
.setting .nav .nav-item .nav-link.active::after {
  content: "";
  border-right: 4px solid var(--bs-danger);
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  border-radius: 5px 0 0 5px;
}

/* Enhanced DataTable Modern Design */
.dataTable {
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
}

.dataTable thead th {
    background: #f8f9fa !important;
    color: #495057 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    padding: 15px 12px !important;
    border: none !important;
    border-bottom: 2px solid #dee2e6 !important;
    box-shadow: none;
}

.dataTable thead th:first-child {
    border-radius: 0;
}

.dataTable thead th:last-child {
    border-radius: 0;
}

.dataTable tbody tr {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-radius: 8px;
}

/*.dataTable tbody tr:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
/*    background: #f8f9ff;*/
/*}*/

.dataTable tbody tr td:first-child {
    border-radius: 8px 0 0 8px;
}

.dataTable tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
}

.dataTable tbody td {
    padding: 15px 12px !important;
    vertical-align: middle !important;
    border: none !important;
    background: transparent;
}

/* Avatar Styles */
.ic-list-img, .rounded-circle {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ic-list-img:hover, .rounded-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Avatar Icon Styles */
.avatar-sm {
    width: 32px;
    height: 32px;
}

/* Badge Enhancements */
.badge {
    font-weight: 500;
    padding: 6px 12px;
    font-size: 0.75rem;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.badge:hover {
    transform: scale(1.05);
}

/* Button Enhancements */
.btn-sm {
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.btn-sm:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

.btn-sm:disabled,
.btn-sm.disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
    color: #6c757d !important;
    transform: none !important;
    box-shadow: none !important;
    position: relative;
}

.btn-sm:disabled:hover,
.btn-sm.disabled:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Highlight disabled buttons with a subtle pattern */
.btn-sm:disabled::before,
.btn-sm.disabled::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 5px,
        rgba(0, 0, 0, 0.03) 5px,
        rgba(0, 0, 0, 0.03) 10px
    );
    border-radius: 50rem;
    pointer-events: none;
}

.rounded-pill {
    border-radius: 50rem !important;
}

/* DataTable Action Buttons */
.dataTables_wrapper .dt-buttons a.dt-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 10px 20px;
    margin-right: 8px;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(102, 126, 234, 0.3);
    border-radius: 8px;
    border: 0;
    font-size: 0.85rem;
    font-weight: 500;
    outline: 0;
    transition: all 0.3s ease;
}

.dataTables_wrapper .dt-buttons a.dt-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* DataTable Wrapper Enhancements */
.dataTables_wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Search Input */
.dataTables_wrapper .dataTables_filter input {
    border: 2px solid #e0e7ff;
    border-radius: 8px;
    padding: 8px 15px;
    transition: all 0.3s ease;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

/* Length Select */
.dataTables_wrapper .dataTables_length select {
    border: 2px solid #e0e7ff;
    border-radius: 8px;
    padding: 6px 12px;
    transition: all 0.3s ease;
}

.dataTables_wrapper .dataTables_length select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

/* Pagination */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 6px !important;
    margin: 0 3px;
    transition: all 0.3s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    border: none !important;
    transform: translateY(-1px);
}

/* Dropdown Menu Enhancements */
.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px;
    min-width: 160px;
}

/* Force dropdown to open bottom (on top of button) */
.dataTable .dropdown-menu {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
}

/* If dropdown is too close to right edge, adjust */
.dataTable td:last-child .dropdown-menu,
.dataTable td:nth-last-child(2) .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    transform: translateX(0) !important;
}

.dropdown-item {
    border-radius: 6px;
    padding: 8px 16px;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.dropdown-item:hover {
    background-color: #f8f9ff;
    transform: translateX(3px);
}

.dropdown-item i {
    width: 20px;
}

.dropdown-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.dropdown-divider {
    margin: 6px 0;
    opacity: 0.1;
}

/* 3-Dots Action Button */
.btn.rounded-circle {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.btn.rounded-circle:hover {
    background-color: #f8f9fa !important;
    border-color: #adb5bd;
    transform: rotate(90deg) scale(1.1);
}

.btn.rounded-circle:active,
.btn.rounded-circle:focus {
    background-color: #e9ecef !important;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important;
}

.btn.rounded-circle .fa-ellipsis-v {
    font-size: 0.875rem;
    color: #6c757d;
}

.bg-secondary {
    background-color: #a1a5a9 !important;
}


/* Dropdown animation - slides down from above */
.dropdown-menu {
    animation: dropdownSlideDown 0.2s ease;
}

@keyframes dropdownSlideDown {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading Animation */
@keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}

.dataTables_processing {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dataTable tbody tr {
        margin-bottom: 10px;
    }

    .dataTables_wrapper .dt-buttons {
        text-align: center;
    }

    .dataTables_wrapper .dt-buttons a.dt-button {
        margin-bottom: 5px;
    }
}

