body {
  background-color: white !important;
}
.alert {
  top: 6px;
  left: 4px;
  position: relative;
}
.br-sideleft {
  background: rgb(249, 99, 0);
  background: linear-gradient(
    0deg,
    rgba(249, 99, 0, 1) 0%,
    rgba(192, 16, 84, 1) 84%,
    rgba(192, 16, 84, 1) 100%
  );
}
.br-menu-link.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.icon-dropdown-table {
  margin-bottom: 20px;
}
.btn-secondary-red {
  background: linear-gradient(
    0deg,
    rgba(249, 99, 0, 1) 0%,
    rgba(192, 16, 84, 1) 84%,
    rgba(192, 16, 84, 1) 100%
  );
}
.icon-dropdown-table p {
  font-size: 14px;
}
.br-mainpanel .pd-30 h4 {
  font-weight: 700 !important;
  color: black !important;
}

.br-mainpanel .pd-30 p {
  color: #afca0a !important;
  font-weight: 600 !important;
}

.paginate_button {
  border-radius: 5px !important;
  margin: 0 5px !important;
  cursor: pointer !important;
}

.show_mobile {
  display: none;
}

.previous,
.next,
.disabled {
  background-color: white !important;
  color: black !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
  color: black !important;
}

.paginate_button {
  min-width: 40px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.info_pop {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 10px;
  white-space: nowrap;
  opacity: 0.7;
  font-weight: 400;
  color: white;
  font-size: 16px;
  width: min-content;
  transition: 0.4s;
  cursor: pointer;
  background: linear-gradient(
    0deg,
    rgba(249, 99, 0, 1) 0%,
    rgba(192, 16, 84, 1) 84%,
    rgba(192, 16, 84, 1) 100%
  ) !important;
}
.paginate_button.current {
  width: 40px;
}
.my-btn,
.btn {
  border-radius: 8px !important;
  padding: 8px 10px !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 0px !important;
  justify-content: center !important;
}

.my-btn-success,
.btn-info {
  background: linear-gradient(
    0deg,
    rgba(249, 99, 0, 1) 0%,
    rgba(192, 16, 84, 1) 84%,
    rgba(192, 16, 84, 1) 100%
  ) !important;
}

.my-btn-false,
.btn-secondary {
  background-color: #858e96 !important;
}

.my-btn-secondary {
  background-color: #f96300 !important;
}

.status-alert {
  border-radius: 8px !important;
  padding: 8px 10px;
  background-color: blue;
  color: #fff;
  display: inline-flex;
  align-items: center;
  width: 140px;
  justify-content: center;
}
.alert-success {
  color: #49a14b;
  background-color: #cdecdb;
}
.alert-false {
  color: #d19f48;
  background-color: #f2e7d4;
}

table.dataTable thead th.sorting_asc::before,
table.dataTable thead td.sorting_asc::before {
  border-bottom-color: #afca0a !important;
}

table.dataTable thead th.sorting_desc::after,
table.dataTable thead td.sorting_desc::after {
  border-top-color: #afca0a !important;
}

.dataTable th {
  color: black !important;
  font-weight: 700 !important;
}

.dataTables_length select {
  border: 0 !important;
  padding: 0.5rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin: 0px 5px;
  border-radius: 8px;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: 0;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  border: 0 !important;
}

.icon-size {
  font-size: 22px;
}

.ckbox span:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #f6f5fa;
  border: 0px;
  border-radius: 2px;
  top: 1px;
  left: 0;
}
.ckbox span:after {
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #afcb3c;
  line-height: 21px;
  border-radius: 2px;
  display: none;
}

.dropdown-menu.show {
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 20px 30px;
}

.design-dropdown-select {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #fff;
  border-radius: 3px;
  height: calc(2.39375rem + 2px);
  line-height: calc(2.39375rem + 2px);
  outline: none;
  padding: 0 10px;
  min-width: 200px;
  overflow: hidden;
}

.design-dropdown-label {
  padding: 20px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.dropdown-toggle::after {
  position: absolute;
  right: 5px;
  top: calc(50% - 2px);
}

.design-dropdown-label:hover {
  background-color: #b9b9b9;
}

.design-dropdown-label.active {
  background-color: #b9b9b9;
}

.bg-grey {
  background-color: #f3f3f5;
}

.design-dropdown-icon {
  font-size: 2.5rem;
  color: #afcb3c;
}

.toogle-element {
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

.btn-toggler {
  background: #eff1f9 !important;
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: center;
  color: #b5b9cc;
  transition: background 600ms ease, color 600ms ease;
  border-radius: 8px;
}

input[type="radio"].toggle,
input[type="radio"].design-dropdown-input {
  display: none;
}
input[type="radio"].toggle + label {
  cursor: pointer;
  min-width: 100px;
  max-width: 1000px;
}
input[type="radio"].toggle + label:hover {
  color: #000;
}
input[type="radio"].toggle + label:after {
  background: #eff1f9 !important;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
input[type="radio"].toggle.toggle-left + label {
  border-right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
input[type="radio"].toggle.toggle-left + label:after {
  left: 100%;
}
input[type="radio"].toggle.toggle-right + label {
  margin-left: -15px;
}
input[type="radio"].toggle.toggle-right + label:after {
  left: -100%;
}
input[type="radio"].toggle:checked + label {
  background: linear-gradient(
    0deg,
    rgba(249, 99, 0, 1) 0%,
    rgba(192, 16, 84, 1) 84%,
    rgba(192, 16, 84, 1) 100%
  ) !important;
  cursor: default;
  color: #fff;
  transition: color 200ms;
}
input[type="radio"].toggle:checked + label:after {
  left: 0;
}

.table.dataTable {
  border: 0px;
}
.table th,
.table td {
  border: 0px !important;
}
.table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #fff;
}
.table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #fff;
}
.table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fbfcfe;
}
.table.dataTable tbody tr {
  background-color: #fbfcfe;
}
.monthly-day-event {
  padding-top: 3.5em;
}
.monthly-today .monthly-day-number {
  background: rgba(0, 0, 0, 0.1);
}
.monthly-day-event > .monthly-day-number {
  font-size: 2rem;
  color: #afcb3c;
}

label {
  color: #000;
}
.select2-container--default .select2-selection--single {
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.row {
  flex-wrap: nowrap;
}

.form-layout-footer {
  padding-left: 0;
}

.bd {
  border: 0;
}

.form-layout-6 .row > div:first-child,
.form-layout-7 .row > div:first-child {
  background-color: #eff1f9;
  box-shadow: 0 !important;
  margin-right: 15px;
}

.form-layout-6 .row > div,
.form-layout-7 .row > div {
  border: 0;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.form-layout-2 .select2-container--default .select2-selection--single,
.form-layout-3 .select2-container--default .select2-selection--single {
  box-shadow: 0 0 0 !important;
}

.form-layout-6 .bootstrap-tagsinput {
  background-color: transparent;
}

.bootstrap-tagsinput .label {
  border-radius: 8px;
}

.form-layout-6 .btn,
.form-layout-7 .btn {
  padding: 14px 30px !important;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  color: #000;
}

.icon-dropdown-table {
  display: inline-block;
  font-size: 1.4rem;
  color: rgb(192, 16, 84);
  cursor: pointer;
}

.dtr-details {
  list-style-type: none;
  padding: 0;
}
.dtr-details li {
  padding: 5px 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #4b515d;
}

@media (max-width: 575.98px) {
  .alert {
    top: 27px;
  }
  .hide_mobile {
    display: none;
  }
  .show_mobile {
    display: block;
  }

  .show_mobile .img-thumbnail {
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .monthly-day-event > .monthly-day-number {
    font-size: 1rem;
  }
  .monthly-day-event {
    padding-top: 1.5em;
  }
  .row {
    flex-wrap: wrap;
  }
  .design-dropdown-select {
    width: 100%;
  }
  .my-btn {
    display: block !important;
    margin-bottom: 5px;
  }
  .dropdown-menu {
    width: 75vw;
    overflow-x: hidden;
    height: 50vh;
  }
  .design-dropdown-label {
    width: 75vw !important;
  }
}

.dashboard-item {
  background: rgb(249, 99, 0);
  background: linear-gradient(
    0deg,
    rgba(249, 99, 0, 1) 0%,
    rgba(192, 16, 84, 1) 84%,
    rgba(192, 16, 84, 1) 100%
  );
  height: 250px;
  width: 250px;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  justify-content: center;
}
.dashboard-item:hover {
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  color: #afcb3c;
}
.dashboard-icon {
  display: block;
  font-size: 5rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
.count_unread {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: red;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
}
.field-input {
  color: #000 !important;
  display: flex;
}
.br-menu-link {
  position: relative;
}
.photo_desc {
  padding: 10px !important;
  border: 1px solid black !important;
  border-radius: 3px !important;
}
