
/*# sourceMappingURL=custom.min.css.map */
#image-preview{
    height: 150px !important;
    overflow: hidden;
}

.box-area{
border: 2px dashed #ccc;
border-radius: 8px;
padding: 20px;
text-align: center;
width: 100%;
height: 180px !important;
overflow: hidden;
/* min-height: 200px; */
}

.my-table-fonts-all *{
font-size: .8rem;
}

.my-modal-body label,.my-table-fonts-all tr td:nth-child(1){
font-weight: 700;
}

.my-modal-body p{
  margin: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}


.my-table-fonts-all>:not(caption)>*>* {
padding: .4rem .6rem;
}
.card-header h4{
    margin: 0 !important;
}
.modal-header,.card-header {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.form-group label {
    position: relative;
    top: 40px;
    left: 15px;
    color: #555;
    transition: all 0.5s ease;
  }
  
  .form-group.focused label,
  .form-group.has-value label {
    top: 0;
    left: 0;
    color: #058a00; /* Optional: Change color when focused or has value */
  }
  
  .my-form-control:focus {
    outline: none; /* Remove yellow border */
  }
  
  .line {
    width: 100%;
    height: 2px;
    background-color: #555;
  }
  
  .line .extend {
    height: 100%;
    width: 0%;
    background-color: #058a00;
    transition: width 0.5s ease; /* Smooth transition */
  }
  
  .my-input-group:focus-within + .line .extend {
    width: 100%;
  }
  
.dataTables_wrapper .dt-buttons,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    /* margin-bottom: 0.5em; */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dt-buttons,
.dataTables_wrapper .dataTables_filter {
    display: inline-block;    
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}
.dataTables_wrapper .dt-buttons {
  text-align: center;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 10;
  background: white;
}

.dataTables_wrapper{
  /* border: 1.5px solid #ccc; */
  align-items: center;
}

.dataTables_wrapper .dt-buttons .dt-button {
  /* margin: 0 5px;
  border: none;*/
  padding: 5px 10px; 
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all ease 0.3s;
}


/* Specific button styles with icons */
.dataTables_wrapper .dt-buttons .buttons-copy {
  color: #28a745;
}

.dataTables_wrapper .dt-buttons .buttons-copy:hover {
  background-color: #28a745;
  color: #fff
}

.dataTables_wrapper .dt-buttons .buttons-csv {
  color: #17a2b8;
}

.dataTables_wrapper .dt-buttons .buttons-csv:hover {
  background-color: #117a8b;
  color: #fff
}

.dataTables_wrapper .dt-buttons .buttons-excel {
  color: #ffc505;  
}

.dataTables_wrapper .dt-buttons .buttons-excel:hover {
  background-color: #e0a800;
  color: black;
}

.dataTables_wrapper .dt-buttons .buttons-print {
  color: #51565a;
}

.dataTables_wrapper .dt-buttons .buttons-print:hover {
  background-color: #5a6268;
  color: rgb(255, 255, 255);
}

.dataTables_wrapper .dt-buttons .buttons-pdf {
  color: #f31a30;
}

.dataTables_wrapper .dt-buttons .buttons-pdf:hover {
  background-color: #c82333;
  color: #fff;
}

/* Hide button text */
.dataTables_wrapper .dt-buttons .dt-button .dt-button-text {
  display: none;
}



.box-sdow {
  box-shadow: 0 0 5px #39466d;
}

.box-sdow-hover:hover{
  box-shadow: 0 0px 7px #131D3B;
}

.style-thead thead{
  background-color: aquamarine;
  color: #131D3B;
}



.appointment-letter {
  padding: 30px 50px;
  
}
.appointment-letter td {
  padding: 5px 10px;
}
.appointment-letter table {
  width: 100%;
}

.content {
  width: 200px;
  height: 100px;
  margin: 10px;
}
#content2{
  display: none;
}

.v-align,.v-align *{
  vertical-align: middle;
}

.text-success-hover,
.text-danger-hover,
.text-warnng-hover,
.text-info-hover,
.text-primary-hover,
.text-secondary-hover{
  transition: all ease .3s;
}

.text-success-hover:hover{
  color: rgb(19 197 107) !important;
}
.text-danger-hover:hover{
  color: rgb(237 94 94) !important;
}
.text-warnng-hover:hover{
  color: rgb(238, 171, 15) !important;
}
.text-info-hover:hover{
  color: rgb(80 195 230) !important;
}
.text-primary-hover:hover{
  color: rgb(102 145 231) !important;
}
.text-secondary-hover:hover{
  color: rgb(134 92 226) !important;
}

/* -------------------------------- */
.receipt-container {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
  background-color: #f8f8f8;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 210mm;
  height: 297mm;
}
.receipt-header {
  text-align: center;
  margin-bottom: 20px;
}
.receipt-header img {
  max-width: 100px;
}
.receipt-header h1 {
  margin: 0;
  font-size: 24px;
}
.receipt-header p {
  margin: 5px 0;
  font-size: 14px;
  color: #777;
}
.receipt-details, .receipt-amount {
  margin-bottom: 20px;
}
.receipt-details table, .receipt-amount table {
  width: 100% !important;
  border-collapse: collapse;
}
.receipt-details th, .receipt-details td, .receipt-amount th, .receipt-amount td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;  
}
.receipt-details th {
  background-color: #f2f2f2;
}
.receipt-total {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.receipt-footer {
  text-align: center;
  font-size: 14px;
  color: #777;
}
.long-word-div {
  width: 300px;
  overflow-wrap: break-word;
}
/* -------------------------------- */