.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #636578;
}

a {
  color: #4050b5;
}

.table-responsive {
  white-space: nowrap;
}

/* .form-check-input:checked {
	background-color: #008cff;
	border-color: #008cff
} */

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #008cff;
  border-color: #008cff;
}

.valid-feedback {
  color: #15ca20;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #15ca20;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #15ca20;
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #15ca20;
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #15ca20;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #15ca20;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #15ca20;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #15ca20;
}

.invalid-feedback {
  color: #e11900;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #e11900;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #e11900;
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #e11900;
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #e11900;
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #e11900;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #e11900;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #e11900;
}

.btn {
  letter-spacing: 0px;
  box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
  /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
}

.btn-primary {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
  /* box-shadow: 0 0 0 0.25rem rgb(204 213 255); */
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
}

/* .btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgb(204 213 255)
} */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.btn-success {
  color: #fff;
  background-color: #07a910;
  border-color: #07a910;
}

.btn-success:hover {
  color: #fff;
  background-color: #0fb81a;
  border-color: #0fb81a;
}

/* .btn-check:focus+.btn-success, .btn-success:focus {
	color: #fff;
	background-color: #0eb018;
	border-color: #0eb018;
	box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
} */
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0eb018;
  border-color: #0eb018;
}

/* .btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
} */
.btn-success.disabled,
.btn-success:disabled {
  color: #ab47bc;
  background-color: #0eb018;
  border-color: #0eb018;
}

.btn-deep-purple {
  color: #ab47bc;
  background-color: #f3e5f5;
  border-color: #f3e5f5;
}

.btn-deep-purple:hover {
  color: #652c6e;
  background-color: #e7bbed;
  border-color: #f3e5f5;
}

.btn-check:focus + .btn-deep-purple,
.btn-deep-purple:focus {
  color: #652c6e;
  background-color: #e7bbed;
  border-color: #e7bbed;
  /* box-shadow: 0 0 0 0.25rem rgb(204 213 255); */
}

.btn-check:active + .btn-deep-purple,
.btn-check:checked + .btn-deep-purple,
.btn-deep-purple.active,
.btn-deep-purple:active,
.show > .btn-deep-purple.dropdown-toggle {
  color: #652c6e;
  background-color: #e7bbed;
  border-color: #e7bbed;
}


.btn-deep-purple.disabled,
.btn-deep-purple:disabled {
  color: #ab47bc;
  background-color: #f3e5f5;
  border-color: #f3e5f5;
}

.btn-danger {
  color: #fff;
  background-color: #e11900;
  border-color: #e11900;
}

.btn-danger:hover {
  color: #fff !important;
  background-color: #e04440 !important;
  border-color: #e04440 !important;
}

/* .btn-check:focus+.btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #d10b1e;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
} */
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

/* .btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
} */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e11900;
  border-color: #e11900;
}

.btn-outline-primary {
  color: #008cff;
  border-color: #008cff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #008cff;
  border-color: #008cff;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #008cff;
  border-color: #008cff;
}

.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #008cff;
  background-color: transparent;
}

.btn-outline-success {
  color: #15ca20;
  border-color: #15ca20;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #15ca20;
  border-color: #15ca20;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgb(23 160 14 / 52%);
}

.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #15ca20;
  border-color: #15ca20;
}

.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(23 160 14 / 52%);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #15ca20;
  background-color: transparent;
}

.btn-outline-danger {
  color: #e11900;
  border-color: #e11900;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e11900;
  border-color: #e11900;
}

.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #e11900;
  border-color: #e11900;
}

.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e11900;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #008cff;
  text-decoration: underline;
}

.user-box .dropdown-item i {
  font-size: 18px;
}

.bb {
  border-bottom: 1px dashed #d3d3d3;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: rgba(102, 108, 255, 0.1);
  color: #3f51b5 !important;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.card {
  border: 0 solid transparent;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%),
    0 2px 6px 0 rgb(206 206 238 / 54%);
}

.card-header {
  background-color: rgba(0, 0, 0, 0);
}

.progress-bar {
  background-color: #008cff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #303f9f;
  border-color: #303f9f !important;
}

.border-primary {
  border-color: #008cff !important;
}

.border-success {
  border-color: #15ca20 !important;
}

.border-danger {
  border-color: #e11900 !important;
}

.text-primary {
  color: #3f51b5 !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #e11900 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #262b43 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #83878a !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.topbar .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
}

.bg-primary {
  background-color: #3f51b5 !important;
}

.bg-success {
  background-color: #15ca20 !important;
}

.bg-danger {
  background-color: #e11900 !important;
}

.form-check-success .form-check-input:checked {
  background-color: #15ca20;
  border-color: #15ca20;
}

.form-check-success .form-check-input[type="checkbox"]:indeterminate {
  background-color: #15ca20;
  border-color: #15ca20;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-success .form-check-input:focus {
  border-color: #15ca20;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(21, 202, 33, 0.25);
}

.form-check-danger .form-check-input:checked {
  background-color: #e11900;
  border-color: #e11900;
}

.form-check-danger .form-check-input[type="checkbox"]:indeterminate {
  background-color: #e11900;
  border-color: #e11900;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-danger .form-check-input:focus {
  border-color: #e11900;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 53, 80, 0.25);
}

.form-check-warning .form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}

.form-check-warning .form-check-input[type="checkbox"]:indeterminate {
  background-color: #ffc107;
  border-color: #ffc107;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-warning .form-check-input:focus {
  border-color: #ffc107;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}

.form-check-dark .form-check-input:checked {
  background-color: #212529;
  border-color: #212529;
}

.form-check-dark .form-check-input[type="checkbox"]:indeterminate {
  background-color: #212529;
  border-color: #212529;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-dark .form-check-input:focus {
  border-color: #212529;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.25);
}

.form-check-secondary .form-check-input:checked {
  background-color: #6c757d;
  border-color: #6c757d;
}

.form-check-secondary .form-check-input[type="checkbox"]:indeterminate {
  background-color: #6c757d;
  border-color: #6c757d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-secondary .form-check-input:focus {
  border-color: #6c757d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

.form-check-info .form-check-input:checked {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.form-check-info .form-check-input[type="checkbox"]:indeterminate {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-info .form-check-input:focus {
  border-color: #0dcaf0;
  outline: 0;
  /* box-shadow: 0 0 0 .25rem rgba(13, 202, 240, 0.25) */
}

.btn-outline-secondary {
  color: #6d788d;
  border-color: #b6bcc6;
  background: rgba(0, 0, 0, 0);
}

.btn-outline-secondary:hover {
  color: #6d788d !important;
  background-color: #e9ebee !important;
  border-color: #b6bcc6 !important;
}

.btn-label-info {
  color: #26c6f9 !important;
  border-color: #dcf6fe !important;
  background: #dcf6fe !important;
}

.btn-label-info:hover {
  border-color: #cbf1fe !important;
  background: #cbf1fe !important;
  color: #26c6f9 !important;
}

.btn-label-dark {
  color: #4b4b4b !important;
  border-color: #e2e2e2 !important;
  background: #e2e2e2 !important;
}

.btn-label-dark:hover {
  border-color: #d4d4d4 !important;
  background: #d4d4d4 !important;
  color: #4b4b4b !important;
}

.btn-label-primary {
  color: #3f51b5 !important;
  border-color: #e7e7ff !important;
  background: #e7e7ff !important;
}

.btn-label-primary:hover {
  border-color: #dadcff !important;
  background: #dadcff !important;
  color: #3f51b5 !important;
}

.btn-label-success {
  color: #0dc418 !important;
  border-color: #e8fadd !important;
  background: #e8fadd !important;
}

.btn-label-success:hover {
  border-color: #ddf8cb !important;
  background: #ddf8cb !important;
  color: #0dc418 !important;
}

.text-left {
  float: left;
}

.text-right {
  float: right;
}

.bg-label-danger {
  background-color: #ffe4e4 !important;
  color: #ff4d49 !important;
}

.bg-light-purple {
  background-color: #e0f2f1 !important;
  color: #009688 !important;
}

.bg-label-warning {
  background-color: #fff4df !important;
  color: #fdb528 !important;
}

.bg-label-success {
  /* background-color: #eafbdf !important;
    color: #69d621 !important; */
  background-color: #e5f7e6 !important;
  color: #58c014 !important;
}

.bg-label-info {
  background-color: #def6fe !important;
  color: #26c6f9 !important;
}

.text-success {
  color: #58c014 !important;
}

.text-danger {
  color: #fe3c38 !important;
}

.text-warning {
  color: #fdb528 !important;
}

.text-secondary {
  color: #6d788d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  /* padding: .5rem .875rem; */
  font-size: 15px;
  font-weight: 500;
  /* line-height: 1.47; */
  color: #4c5258;
  text-align: center;
  white-space: nowrap;
  background-color: #ededff;
  color: #242c6d !important;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  cursor: pointer;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.61rem 1.25rem;
  font-size: 1.0625rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.375rem 0.625rem;
  font-size: 0.8125rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 2.75rem;
}

.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-control,
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-control,
.input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1px * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.375rem !important;
  --bs-btn-padding-x: 0.969rem !important;
  --bs-btn-font-size: 0.8125rem !important;
  --bs-btn-border-radius: 0.375rem !important;
}

.btn-sm,
.btn-group-sm > .btn {
  line-height: 1.2;
}

.avatar {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  /* cursor: pointer */
}

.avatar img {
  width: 100%;
  height: 100%;
}

.avatar .avatar-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #f0eff0;
  font-size: 1.125rem;
  font-weight: 500;
}

.avatar.avatar-md .avatar-initial {
  line-height: 1.3;
}

.avatar.avatar-online:after,
.avatar.avatar-offline:after,
.avatar.avatar-away:after,
.avatar.avatar-busy:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff;
}

.avatar.avatar-online .avatar-initial,
.avatar.avatar-offline .avatar-initial,
.avatar.avatar-away .avatar-initial,
.avatar.avatar-busy .avatar-initial {
  line-height: 1.4;
}

.avatar.avatar-online:after {
  background-color: #72e128;
}

.avatar.avatar-offline:after {
  background-color: #6d788d;
}

.avatar.avatar-away:after {
  background-color: #fdb528;
}

.avatar.avatar-busy:after {
  background-color: #ff4d49;
}

.pull-up {
  transition: all 0.25s ease;
}

.pull-up:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 0.25rem 0.5rem rgba(76, 78, 100, 0.1);
  z-index: 30 !important;
  border-radius: 50%;
}

.avatar-xs {
  width: 1.563rem;
  height: 1.563rem;
}

.avatar-xs .avatar-initial {
  font-size: 0.625rem;
}

.avatar-xs.avatar-online:after,
.avatar-xs.avatar-offline:after,
.avatar-xs.avatar-away:after,
.avatar-xs.avatar-busy:after {
  width: 0.3126rem;
  height: 0.3126rem;
  right: 1px;
}

.avatar-sm {
  width: 2rem;
  height: 2rem;
}

.avatar-sm .avatar-initial {
  font-size: 0.75rem;
}

.avatar-sm.avatar-online:after,
.avatar-sm.avatar-offline:after,
.avatar-sm.avatar-away:after,
.avatar-sm.avatar-busy:after {
  width: 0.4rem;
  height: 0.4rem;
  right: 2px;
}

.avatar-md {
  width: 3rem;
  height: 3rem;
}

.avatar-md .avatar-initial {
  font-size: 1.25rem;
}

.avatar-md.avatar-online:after,
.avatar-md.avatar-offline:after,
.avatar-md.avatar-away:after,
.avatar-md.avatar-busy:after {
  width: 0.6rem;
  height: 0.6rem;
  right: 4px;
}

.avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}

.avatar-lg .avatar-initial {
  font-size: 1.5rem;
}

.avatar-lg.avatar-online:after,
.avatar-lg.avatar-offline:after,
.avatar-lg.avatar-away:after,
.avatar-lg.avatar-busy:after {
  width: 0.7rem;
  height: 0.7rem;
  right: 5px;
}

.avatar-xl {
  width: 4rem;
  height: 4rem;
}

.avatar-xl .avatar-initial {
  font-size: 1.875rem;
}

.avatar-xl.avatar-online:after,
.avatar-xl.avatar-offline:after,
.avatar-xl.avatar-away:after,
.avatar-xl.avatar-busy:after {
  width: 0.8rem;
  height: 0.8rem;
  right: 6px;
}

.avatar-group .avatar {
  transition: all 0.25s ease;
}

.avatar-group .avatar img,
.avatar-group .avatar .avatar-initial {
  border: 2px solid #fff;
}

.avatar-group .avatar .avatar-initial {
  background-color: #8a93a4;
}

.avatar-group .avatar:hover {
  z-index: 30 !important;
  transition: all 0.25s ease;
}

.avatar-group .avatar:nth-child(1) {
  z-index: 8;
}

.avatar-group .avatar:nth-child(2) {
  z-index: 7;
}

.avatar-group .avatar:nth-child(3) {
  z-index: 6;
}

.avatar-group .avatar:nth-child(4) {
  z-index: 5;
}

.avatar-group .avatar:nth-child(5) {
  z-index: 4;
}

.avatar-group .avatar:nth-child(6) {
  z-index: 3;
}

.avatar-group .avatar:nth-child(7) {
  z-index: 2;
}

html:not([dir="rtl"]) .avatar-group .avatar {
  margin-left: -0.65rem;
}

html:not([dir="rtl"]) .avatar-group .avatar:first-child {
  margin-left: 0 !important;
}

html:not([dir="rtl"]) .avatar-group .avatar-xs {
  margin-left: -0.5rem !important;
}

html:not([dir="rtl"]) .avatar-group .avatar-sm {
  margin-left: -0.6rem !important;
}

html:not([dir="rtl"]) .avatar-group .avatar-md {
  margin-left: -0.8rem !important;
}

html:not([dir="rtl"]) .avatar-group .avatar-lg {
  margin-left: -1rem !important;
}

html:not([dir="rtl"]) .avatar-group .avatar-xl {
  margin-left: -1.1rem !important;
}

[dir="rtl"] .avatar-group .avatar {
  margin-left: -0.65rem;
  margin-right: 0;
}

[dir="rtl"] .avatar-group .avatar-xs {
  margin-left: -0.5rem;
}

[dir="rtl"] .avatar-group .avatar-sm {
  margin-left: -0.6rem;
}

[dir="rtl"] .avatar-group .avatar-md {
  margin-left: -0.8rem;
}

[dir="rtl"] .avatar-group .avatar-lg {
  margin-left: -1rem;
}

[dir="rtl"] .avatar-group .avatar-xl {
  margin-left: -1.1rem;
}

.bg-label-primary {
  background-color: #e8e9ff !important;
  color: #3f51b5 !important;
}

.text-info {
  color: #26c6f9 !important;
}

.bg-label-info {
  background-color: #def6fe !important;
  color: #26c6f9 !important;
}

.bg-label-secondary {
  background-color: #e9ebee !important;
  color: #6d788d !important;
}

.bg-label-blue {
  background-color: #e3f2fd !important;
  color: #2196f3 !important;
}

.bg-label-deep-purple {
  background-color: #f3e5f5 !important;
  color: #ab47bc !important;
}

.bg-label-pink {
  background-color: #fce4ec !important;
  color: #ec407a !important;
}

.bg-label-green {
  background-color: #ddfde0 !important;
  color: #27b92d !important;
}

.text-green {
  color: #18cd20 !important;
}

.bg-label-light {
  background-color: #e9ebee !important;
  color: #6d788d !important;
}

.text-pink {
  color: #ec407a !important;
}

.border {
  border: 1px solid #eaeaec !important;
}

.icon-text {
  font-size: 14px;
  vertical-align: top;
}

.box-btn-left {
  height: 68px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.box-btn-right {
  height: 68px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.fs-18 {
  font-size: 18px;
}

.invoice-item-qty {
  width: 100px;
}

.mx-100 {
  max-width: 100px;
}

.w-200 {
  width: 200px;
}

.text-justify {
  text-align: justify;
}

.text-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: wrap;
}

.fs-20 {
  font-size: 20px;
}

.btn-white:hover {
  background-color: #fafafa;
  border-color: #e7eaf3;
}

.btn-outline-success {
  color: #27b92d;
  border-color: #27b92d;
  background: rgba(0, 0, 0, 0);
}

.bg-dark-blue {
  background-color: #ededff;
  color: #3f51b5 !important;
}

.bg-dark-text {
  color: #3f51b5 !important;
}

.btn-outline-success {
  background-color: #ddfde0 !important;
  color: #27b92d !important;
  border: 2px solid #27b92d !important;
}

.w-48 {
  width: 48.8888% !important;
}

.btn-light-primary {
  color: #3f51b5 !important;
  border-color: #e7e7ff !important;
  background: #e7e7ff !important;
  border: 1px solid #3f51b5 !important;
}

.btn-light-info {
  color: #26c6f9 !important;
  border-color: #dcf6fe !important;
  background: #dcf6fe !important;
  border: 1px solid #26c6f9 !important;
}

.btn-light-dark {
  color: #4b4b4b !important;
  border-color: #e2e2e2 !important;
  background: #e2e2e2 !important;
  border: 1px solid #4b4b4b !important;
}

.bg-light-white {
  background-color: #f0f8ff !important;
}

.order-actions button {
  font-size: 18px;
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  border: 1px solid #eeecec;
  text-align: center;
  border-radius: 20%;
  color: #2b2a2a;
  margin-top: 0px !important;
  line-height: 0px !important;
}

.order-actions button i {
  margin-top: 0px !important;
  line-height: 0px !important;
}

.bg-label-peace {
  background-color: #ffedfa !important;
  color: #a64d79 !important;
}

.bg-label-navy {
  background-color: #e6f4f8 !important;
  color: #21aba5 !important;
}

.bg-label-retro {
  background-color: #f8eddf !important;
  color: #a5654d !important;
}

.bg-label-orange {
  background-color: #cd5c08 !important;
  color: #faf8ed !important;
}

.bg-label-peach {
  background-color: #9e6f21 !important;
  color: #faf8ed !important;
}

.bg-label-night {
  background-color: #088395 !important;
  color: #faf8ed !important;
}

.bg-label-fall {
  background-color: #ede4ff !important;
  color: #5c469c !important;
}

.bg-label-spring {
  background-color: #e0fbe2 !important;
  color: #379237 !important;
}

.bg-label-space {
  background-color: #f3edc8 !important;
  color: #cf7500 !important;
}

.bg-label-kids {
  background-color: #fbe6ff !important;
  color: #9e44c2 !important;
}

.bg-label-sea {
  background-color: #ecebde !important;
  color: #697565 !important;
}

.bg-label-food {
  background-color: #f6ded8 !important;
  color: #9f5255 !important;
}

.bg-label-coffee {
  background-color: #eeeded !important;
  color: #423144 !important;
}

.bg-label-tea {
  background-color: #eeeded !important;
  color: #0d7c66 !important;
}

.bg-label-red {
  background-color: #eeeded !important;
  color: #c70039 !important;
}

.bg-label-sky {
  background-color: #ffecec !important;
  color: #cd5888 !important;
}

.bg-label-ocean {
  background-color: #fff7d1 !important;
  color: #cb6040 !important;
}

.bg-label-sun {
  background-color: #e9efec !important;
  color: #5a6c57 !important;
}

.bg-label-white {
  background-color: #fff !important;
  color: #161d6f !important;
}

.bg-label-star {
  background-color: #954ea8 !important;
  color: #fff !important;
}

.bg-label-moon {
  background-color: #e5f6f5 !important;
  color: #2097ab !important;
}

.bg-label-wood {
  background-color: #ffeee8 !important;
  color: #9c3831 !important;
}

.bg-dark-purple {
  background-color: #fffbd9 !important;
  color: #95730f !important;
}

.bg-dark-shine {
  background-color: #e0faff !important;
  color: #1f91a8 !important;
}

.btn-label-wave {
  background-color: #d6deff !important;
  color: #3b55a5 !important;
}

.bg-label-bird {
  background-color: #fcf6c5 !important;
  color: #c99001 !important;
}

.bg-sub {
  background: #fff7e9;
  color: #7e5715;
}

.btn-hub {
  background-color: #076c7b !important;
  color: #eafcff !important;
}

.bg-hub {
  background-color: #eafcff;
  color: #076c7b;
}

input[type="radio"] {
  filter: hue-rotate(15deg);
}

.table tbody td button.btn {
  display: inline-block;
  padding: 7px 10px;
}

.text-minus {
  color: #d40c50;
}

.text-plus {
  color: #399918;
}

.bg-label-minus {
  background-color: #f6ded8 !important;
  color: #d40c50 !important;
}

.bg-label-plus {
  background-color: #d8efd3 !important;
  color: #399918 !important;
}

.fw-600 {
  font-weight: 500;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.w-120 {
  width: 120px;
}

.w-180 {
  width: 180px;
}

/* billing */
.tm_f50 {
  font-size: 34px !important;
}

.tm_container div {
  margin-top: 0;
  font-size: 12px;
  line-height: 18px;
  color: #111;
}

.tm_mb20 {
  margin-bottom: 0px;
}

.tm_gray_bg {
  background: #f3f3f3;
}

.tm_invoice.tm_style1 .tm_invoice_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tm_invoice.tm_style1 .tm_invoice_seperator {
  min-height: 10px;
  border-radius: 1.6em;
  -webkit-box-flex: 1;
  /* -ms-flex: 1; */
  flex: 1;
  margin-right: 20px;
}

.tm_container p,
.tm_container div {
  margin-top: 0;
  font-size: 12px;
  line-height: 18px;
  color: #313131 !important;
}

.tm_invoice.tm_style1 .tm_invoice_info_list > *:not(:last-child) {
  margin-right: 20px;
}

.tm_invoice.tm_style1 .tm_invoice_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.items td {
  border-left: 0.5mm solid #e0e0e0;
  border-right: 0.5mm solid #e0e0e0;
  border-bottom: 0.5mm solid #e0e0e0;
}

.fw-600 {
  font-weight: 600;
}

.fs-15 {
  font-size: 15px !important;
}

.css-13cymwt-control {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.47;
  color: #636578;
  appearance: none;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.5rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.css-t3ipsp-control {
  border-color: #3f51b5 !important;
  border-radius: 0.5rem !important;
  border-style: solid !important;
  border-width: 2px !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

.css-1u9des2-indicatorSeparator {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 0px !important;
  background-color: #ededff;
  margin-bottom: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}

.css-tr4s17-option {
  cursor: default;
  display: block;
  font-size: inherit;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #3f51b5 !important;
  color: #fff !important;
  padding: 8px 12px !important;
  box-sizing: border-box;
}

.css-1fdsijx-ValueContainer {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow: hidden;
  padding: 2px 10px !important;
  box-sizing: border-box;
}

.css-d7l1ni-option {
  cursor: default;
  display: block;
  font-size: inherit;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ededff !important;
  color: inherit;
  padding: 8px 12px !important;
  box-sizing: border-box;
}

.rtable table tr td:last-child {
  border-right: none;
}

.rtable table tr td:first-child {
  border-left: none;
}

.w-1px {
  width: 100px !important;
}

.fs-12 {
  font-size: 12px !important;
}

@media print {
  .no-print {
    display: none !important;
  }
}

.bg-light-shine {
  background-color: #fff3e1 !important;
  color: #c55828 !important;
  border-bottom: 0;
  font-weight: 500;
}

.border-shine {
  border: 1px solid #f1d9ca !important;
}

.shine-text {
  color: #c55828 !important;
}

.bg-light-blue {
  background-color: #ebf5ff !important;
  color: #4a9be0 !important;
  border-bottom: 0;
  font-weight: 500;
}

.border-blue {
  border: 1px solid #d6e7f8 !important;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  margin-top: -8px;
}

.tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #6c757d;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  width: 220px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.popover-container {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1060;
  padding: 10px;
  width: 250px;
}

.popover-container .btn-close-sm {
  font-size: 10px;
}

.popover-container .form-control-sm {
  font-size: 12px;
  padding: 4px;
}

.popover-container .btn-sm {
  padding: 3px 8px;
  font-size: 12px;
}

.wx-150 {
  width: 150px;
}

.wx-200 {
  width: 200px;
}

.py-12 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.align-center {
  vertical-align: text-bottom;
}

.bg-light-core {
  background: #f2f4ff;
}

.profile-picture {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
}

.upload-profile {
  height: 100px;
  width: 100px;
  border: 1px solid #dde2e5;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-picture .img-upload .btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-width: 82px;
  margin: 0 15px 0 0;
  padding: 8px 20px;
}

.profile-picture .img-upload .btn input {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #fff;
  cursor: inherit;
  display: block;
}

.profile-picture .img-upload .btn-remove {
  background-color: #fff;
  color: #ed3a3a;
  border: 1px solid #ed3a3a;
  min-width: 87px;
  padding: 8px 20px;
  box-shadow: inset 0 0 0 0 #ed3a3a;
  border-radius: 6px;
}

.profile-picture .img-upload .btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-width: 82px;
  margin: 0 15px 0 0;
  padding: 8px 20px;
}

.profile-picture {
  margin: 0 0 0px 0;
}

.profile-picture .upload-profile .profile-img .avatar {
  width: 100px;
  height: 100px;
}

.profile-img {
  display: "flex";
  justify-content: "center";
  align-items: "center";
  width: "100%";
  height: "200px";
  overflow: "hidden";
}

.css-198m5jg {
  text-align: center;
  margin-top: 5px;
  color: #2e7d32 !important;
}

.css-f6mhdk {
  width: 100%;
  margin-top: 10px !important;
}

/* .avatar {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 34px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 34px;
    position: relative;
    white-space: nowrap;
    margin: 0 10px 0 0;
    border-radius: 5px;
} */

/*************** Receipt ***************/

/* .receipt-wrap {
    max-width: 340px;
    margin: 30px auto;
    padding: 30px;
    background-color: #fff;
}

.receipt-wrap .receipt-top {
    text-align: center;
}

.receipt-wrap .receipt-top .company-logo {
    background: #F4F4F4;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.receipt-wrap .receipt-top .company-name {
    color: #000;
    margin-bottom: 10px;
}

.receipt-wrap .receipt-top .company-address, .receipt-wrap .receipt-top .company-email {
    font-size: 10px;
}

.receipt-wrap .receipt-top .company-address, .receipt-wrap .receipt-top .company-email {
    font-size: 10px;
}

.receipt-wrap .receipt-heading {
    display: flex;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    margin: 10px 0;
    color: #000;
}

.receipt-wrap .receipt-heading:before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 46%;
    border-top: 1px dashed #95979b;
}

.receipt-wrap .receipt-heading span {
    display: inline-flex;
    padding: 0 5px;
    background-color: #fff;
    z-index: 1;
    font-weight: 600;
    font-size: 12px;
}

.receipt-wrap .customer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.receipt-wrap .customer-list li {
    display: flex;
    width: 48%;
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-right: 10px;
    justify-content: space-between;
}

.receipt-wrap .customer-list li .desc {
    color: #000;
}

.receipt-wrap .receipt-table {
    width: 100%;
    line-height: 1.3em;
    font-size: 12px;
}

.receipt-wrap .receipt-table tr:first-child td {
    padding-top: 10px;
}
.receipt-wrap .receipt-table td:first-child, .receipt-wrap .receipt-table th:first-child {
    padding-left: 0;
}
.receipt-wrap .receipt-table td {
    padding: 6px;
}

.receipt-wrap .receipt-seperator {
    width: 100%;
    border-top: 1px dashed #95979b;
    margin: 6px 0;
    margin-left: auto;
}

.receipt-wrap .bill-list {
    margin: 0;
    padding: 5px 0;
    font-size: 10px;
}

.receipt-wrap .bill-list .bill_list_in {
    display: flex
;
    text-align: right;
    justify-content: space-between;
    padding: 4px 0;
}

.receipt-wrap .bill-list .bill_list_in .bill_title {
    padding-right: 20px;
}

.receipt-wrap .bill-list .bill_list_in .bill_value {
    width: 90px;
}

.receipt-wrap .total-payable {
    color: #000;
}

.receipt-wrap .sample_text {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dashed #95979b;
    line-height: 1.6em;
    color: #95979b;
    font-size: 10px;
}

.receipt-wrap .discount_text {
    text-align: center;
    padding: 5px 0px 0px;
    line-height: 1.6em;
    color: #222;
    font-size: 12px;
}

.receipt-wrap .receipt-footer {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
}
.border-dot {
    border-top: 1px dashed #95979b;
    border-bottom: 1px dashed #95979b;
}

.receipt-wrap .receipt-middle .receipt-title {
    margin-top: 5px;
}
.receipt-wrap .receipt-middle .receipt-title {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
    text-align: center;
}

.receipt-wrap .receipt-middle .company-name {
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
}

.receipt-wrap .receipt-middle .company-address, .receipt-wrap .receipt-middle .company-email {
    font-size: 10px;
}

.receipt-wrap .receipt-middle .company-email {
    padding-bottom: 10px;
}

.receipt-wrap .receipt-middle .company-address, .receipt-wrap .receipt-middle .company-email {
    font-size: 10px;
}

.receipt-wrap .tax-table {
    width: 100%;
    line-height: 1.3em;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px dashed #95979b;
}

.receipt-wrap .tax-table th {
    border-top: 1px dashed #95979b;
    border-bottom: 1px dashed #95979b;
    background: #fff !important;
}

.receipt-wrap .tax-table td {
    padding: 6px;
} */

.bg-label-lion {
  background-color: #dd761c !important;
  color: #fff !important;
}

.bg-label-animal {
  background-color: #4335a7 !important;
  color: #fff !important;
}

.text-brown {
  color: #a61f69 !important;
}

.card-sector .avatar {
  /* --bs-avatar-size: 2.5rem;
    --bs-avatar-group-border: var(--bs-paper-bg);
    --bs-avatar-initial-inline: 3px;
    --bs-avatar-initial-bg: #f0eff0;
    position: relative;
    block-size: var(--bs-avatar-size);
    cursor: pointer;
    inline-size: var(--bs-avatar-size); */
  background-color: #f0eff0 !important;
  border-radius: 8px;
}

.me-sm-6 {
  margin-right: 10px !important;
}

.bg-label-danger {
  background-color: #ffe3e2;
  color: #ff4d49 !important;
}

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

.radius-8 {
  border-radius: 8px;
}

.bg-label-anime {
  background-color: #61b136 !important;
  color: #fff !important;
}

.height-60 {
  height: 68px;
}

.fs-15 {
  font-size: 15px;
}

.bg-label-flower {
  background-color: #fff2c2 !important;
  color: #d98324 !important;
}

.text-truncate-description {
  white-space: pre-wrap;
}

.headerBody {
  background-color: #f5f5f5;
}

.items > thead > tr > .tablehead {
  color: black !important;
  background-color: #dbdbdb !important;
}

.hederTd {
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.bg-label-fruit {
  background-color: #f8e9ff !important;
  color: #9b3761 !important;
}

.bg-label-grey {
  background: #fafafa;
  color: #71767a;
  border: 1px solid #eaeaec;
}

.bg-label-fire {
  background-color: #fce7c8 !important;
  color: #f47340 !important;
}

/************* Checked ****************/

.custom-option {
  border: 2px solid #dee2e6;
  border-radius: 0.625rem;
  padding-inline-start: 0;
}

.custom-option:hover {
  border-color: #dee2e6;
}

.custom-option:not(.custom-option-image) {
  margin: 0px;
}

.custom-option.checked {
  border: 2px solid #666cff;
  /* Changed to blue border color */
  margin: 0;
  background: #edeeff;
}

.custom-option.checked .custom-option-body .icon-base,
.custom-option.checked .custom-option-header .icon-base {
  color: #666cff;
  /* Changed to blue icon color */
}

.custom-option.custom-option-image {
  overflow: hidden;
  border-width: 2px;
  margin-block-end: 0;
}

.custom-option.custom-option-image .custom-option-body img {
  block-size: 100%;
  inline-size: 100%;
}

.custom-option.custom-option-image.custom-option-image-radio .form-check-input {
  display: none;
}

.custom-option.custom-option-image.custom-option-image-check .form-check-input {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 0;
  inset-block-start: 1rem;
  inset-inline-end: 1rem;
}

.custom-option.custom-option-image.custom-option-image-check:hover
  .form-check-input {
  border-width: 1px;
  border-color: var(--bs-body-color);
}

.custom-option.custom-option-image.custom-option-image-check:hover
  .form-check-input:checked {
  border-color: #666cff;
  /* Updated to blue for consistency */
}

.custom-option .custom-option-content {
  inline-size: 100%;
}

.custom-option .form-check-input {
  margin-inline-start: -1.98em;
}

.custom-option.custom-option-basic .custom-option-content {
  padding: 1em;
  padding-inline-start: 3.167em;
}

.custom-option.custom-option-basic .custom-option-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-end: 0.4375rem;
}

.custom-option .custom-option-body {
  color: #636578;
}

.custom-option.custom-option-icon {
  overflow: hidden;
}

.custom-option.custom-option-icon.checked .icon-base,
.custom-option.custom-option-icon.checked svg {
  color: #5560ff;
}

.custom-option.custom-option-icon:not(.checked) .icon-base,
.custom-option.custom-option-icon:not(.checked) svg {
  color: #636578;
}

.custom-option.custom-option-icon .custom-option-content {
  padding: 1em;
  text-align: center;
}

.custom-option.custom-option-icon .custom-option-body {
  display: block;
  margin-block-end: 0.5rem;
}

.custom-option.custom-option-icon .custom-option-body .icon-base {
  block-size: 1.75rem;
  font-size: 1.75rem;
  inline-size: 1.75rem;
  display: block;
  margin-block-end: 0.5rem;
  margin-inline: auto;
}

.custom-option.custom-option-icon .custom-option-body svg {
  block-size: 2.5rem;
  inline-size: 2.5rem;
  margin-block-end: 0.5rem;
}

.custom-option.custom-option-icon .custom-option-body .custom-option-title {
  display: block;
  color: #4c5258;
  font-weight: 500;
  margin-block-end: 0.5rem;
}

.custom-option.custom-option-icon .form-check-input {
  margin: 0;
  float: none;
}

.custom-option.custom-option-label {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-bg-subtle);
}

.custom-option.custom-option-label .custom-option-header span,
.custom-option.custom-option-label .custom-option-title {
  color: var(--bs-heading-color);
}

.custom-option.custom-option-label.checked {
  border-color: #666cff;
  /* Changed to blue border color */
  background-color: rgba(102, 108, 255, 0.12);
  /* Updated to match blue color with opacity */
  color: #666cff;
}

.custom-option.custom-option-label.checked .custom-option-header span,
.custom-option.custom-option-label.checked .custom-option-title {
  color: #666cff;
}

.bg-label-honey {
  background-color: #f2efe5 !important;
  color: #8c6a5d !important;
}

.bg-label-wave {
  background-color: #ebeaff !important;
  color: #6c59e9 !important;
}

.bg-label-network {
  background-color: #2097ab !important;
  color: #fff !important;
}

.bg-label-prime {
  background-color: #3f51b5 !important;
  color: #fff !important;
  border: 2px solid #3f51b5;
  cursor: pointer;
}

.bg-label-service {
  background-color: #fbf4c1 !important;
  color: #aa7715 !important;
  border: 1px solid #f4e19d !important;
}

.fsz-10 {
  font-size: 10px !important;
}

.text-yellow {
  color: #aa7715;
}

.fs-8 {
  font-size: 8px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.bg-label-expense {
  background-color: #fff2f2 !important;
  color: #b03052 !important;
}

.text-expense {
  color: #aa5486 !important;
}

.text-mark {
  color: #4e5965 !important;
}

.widgets-icons-small {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  font-size: 26px;
  border-radius: 10px;
}

.btn-shine {
  background-color: #59d009 !important;
  color: #ffffff !important;
}

.bg-light-danger {
  background-color: #fdced2 !important;
}

.bg-dark-light {
  background-color: #686764 !important;
  color: #fff !important;
  /* border: 1px solid #525252; */
}

.text-blue {
  color: #4a60f1 !important;
}

.bg-label-send {
  background: #818c78 !important;
  border: 1px solid #86947b !important;
  color: #ffffff !important;
}

.bg-label-send:hover {
  background: #7a8670 !important;
  border: 1px solid #86947b !important;
  color: #ffffff !important;
}

/********** Login ***********/

.form-wizard-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
  gap: 12%;
}

.form-wizard-header .nav-item {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.form-wizard-header .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  background-color: #e0e0e0;
  color: #6c757d;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.form-wizard-header .nav-link.active {
  background-color: #4050b5;
  color: white;
}

.form-wizard-header .nav-link.completed {
  background-color: #28a745;
  color: white;
}

.form-wizard-header .nav-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 500;
}

.form-wizard-header .nav-link .check-icon {
  font-size: 20px;
  line-height: 1;
}

.form-wizard-header .connector {
  position: absolute;
  top: 50%;
  left: calc(50% - 48px);
  width: 96px;
  height: 4px;
  background-color: #e0e0e0;
  transform: translateY(-50%);
  z-index: 0;
}

.form-wizard-header .connector.completed {
  background-color: #3f51b5;
}

.wizard-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.wizard-buttons .btn {
  flex: 1;
  min-width: 120px;
}

@media (max-width: 576px) {
  .form-wizard-header .nav-link {
    width: 36px !important;
    height: 36px !important;
    font-size: 12px;
  }

  .form-wizard-header .nav-link .check-icon {
    font-size: 18px;
  }

  .form-wizard-header .connector {
    width: 64px;
    left: calc(50% - 32px);
  }

  .wizard-buttons .btn {
    min-width: 100px;
    font-size: 0.875rem;
  }
}

.auth-bg {
  background-image: url(../images/login-images/hero-bg-light.png) !important;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: revert;
}

.text-prime {
  color: #666cff;
}

.success-circle {
  width: 2.7rem;
  height: 2.7rem;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #04ab20;
  border-radius: 50%;
  padding: 5px;
}

.bg-back {
  background-image: url(../images/login-images/auth-bg.png) !important;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: revert;
}

.btn-export {
  color: #fff;
  background-color: #424649;
  border-color: #373b3e;
}

.btn-export:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.suggestion-item.active-suggestion {
  background-color: #f4f4f4;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}