.content-wrapper {
  min-height: 1550px !important;
}

.custom_btn_size {
  margin-top: -5px;
}

.error {
  color: red;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-danger {
  background-color: #d9534f;
}

.fc-event-container {
  cursor: pointer;
}

.input-file .input-group-addon {
  border: 0px;
  padding: 0px;
}

.input-file .input-group-addon .btn {
  border-radius: 0 4px 4px 0;
}

.input-file .input-group-addon input {
  cursor: pointer;
  position: absolute;
  width: 72px;
  z-index: 2;
  top: 0;
  right: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: transparent;
  color: transparent;
}

.my-pagination ::ng-deep .ngx-pagination .current {
  background: #3c8dbc;
}

.notify_font_weight {
  font-weight: 700;
}

.notify_cursor {
  cursor: pointer;
}

textarea {
  resize: none;
}

.switch {
  color: #f11541 !important;
  background-color: #f1154126 !important;
}
.switch.checked {
  color: #198754 !important;
  background-color: #19875426 !important;
}
.switch.switch-small > .switch-pane > span {
  font-size: 12px !important;
}

/* .switch.checked {
  background: #5cb85c !important;
  color: white !important;
}

.switch {
  background: #d9534f !important;
  color: white !important;
} */

.fa_white {
  color: #ffffff;
}

.content {
  padding: 5px 10px;
}
.content-header {
  padding: 5px 15px 0 15px;
}
.content-header > .breadcrumb {
  padding: 5px;
  top: 5px;
  right: 15px;
}

/* scrollbar style start */
@media (min-width: 768px) {
  .table-responsive::-webkit-scrollbar,
  .sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
  }
 
  .table-responsive::-webkit-scrollbar-track,
  .sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
    border-radius: 10px;
  }
 
  .table-responsive::-webkit-scrollbar-thumb,
  .sidebar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #7b7b7b;
  }
  .sidebar {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.sidebar-collapse .sidebar {
  overflow: hidden !important;
}
/* scrollbar style end */

/* Modal styles start*/
.modal-content {
  border-radius: 10px;
}

/* Modal container styling */
.modal-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 2rem auto;
  overflow: hidden;
  animation: fadeIn 0.3s ease-in-out;
}

/* Modal header styling */
.modal-header {
  padding: 1rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  border-radius: 10px 10px 0 0;
}

.modal-header .close {
  margin-top: -4%;
}

.modal-title {
  font-weight: 600;
  margin: 0;
  color: #333;
}

/* Modal body styling */
.modal-body {
  padding: 1.5rem;
  color: #555;
  line-height: 1.5;
}

/* Modal footer styling */
.modal-footer {
  padding: 1rem;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  border-radius: 0 0 10px 10px;
}

/* Button styling */
.modal-footer button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s;
}
/* Modal styles ends */

/* button css start */
.btn-prime {
  color: #fff;
  background-color: #005cbb;
  border: 2px solid #005cbb;
  font-size: 13px;
  border-radius: 5px;
  padding: 5px 10px;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* .btn-success {
  color: #fff;
  background-color: #005cbb;
  border-color: #005cbb;
} */
/* button css start */

.panel-warning {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.panel-warning>.panel-heading {
  background-color: #ffffff;
  border-color: #ffffff;
}

.form-control {
  border-radius: 5px;
}
