html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  min-height: initial;
}

.left-side-menu {
  max-height: 80vh;
  /*min-width: 320px;*/
}

.a-break-word{
  word-break: break-word;
  white-space: break-spaces;
}

.profile-image-left{
  width: 56px;
  height: 56px;
  -webkit-border-radius: 56px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 56px;
  -moz-background-clip: padding;
  border-radius: 56px;
  background-clip: padding-box;
  margin: 7px 0 0 5px;
  background-size: cover;
  background-position: center center;
}

.profile-image-top{
  width: 32px;
  height: 32px;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
  margin: 7px 0 0 5px;
  background-size: cover;
  background-position: center center;
}

.violet-btn-outline{
  background: #E8E1FA;
  border: 1px solid #6E41E2;
  border-radius: 6px;
  color: #6E41E2;
}

.violet-btn-outline:hover{
  background: #c0b1f1;
  border: 1px solid #6E41E2;
  border-radius: 6px;
  color: #6E41E2;
}

.card-header-filers{
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.tippy-tooltip.danger-theme {
  background-color: #f35d5d;
  color: #FFFFFF;
}

.shadow-custom{
  box-shadow: 0px 5px 15px 3px rgb(0 10 15 / 10%) !important;
  transition: all ease-in-out 0.2s;
}

.shadow-custom:hover{
  box-shadow: 0px 5px 15px 3px rgb(0 10 15 / 20%) !important
}

button.btn.btn-secondary.dropdown-toggle, .page-item.active > a.page-link {
  background-color: #dfe8f7 !important;
  border-radius: 0px !important;
  color: #5973f0 !important;
}

.page-item:hover > a.page-link {
  border-radius: 0px !important;
}

button.btn.btn-secondary.dropdown-toggle:hover, .page-item.active:hover > a.page-link  {
  background-color: #5771f0 !important;
  color: white !important;
}

.fixed-table-pagination{
  margin-left: 24px !important;
}

.shadow-custom-minimum{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: all ease-in-out 0.3s;
}

.shadow-custom-minimum:hover{
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 4px 25px -10px;
}

.card-header{
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  background-color: #F2F2F2;
}

.card-body {
  box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 1px 0px 1px;
}

span.close-jq-toast-single {
  border-radius: 20px;
  font-size: 25px;
  padding: 0px;
  margin: 0px;
  margin-right: -20px;
  margin-top: -20px;
}

.selectize-input.items.has-options.not-full, .selectize-input.items.full.has-options.has-items {
  white-space: nowrap !important;
}

.selectize-control.single .selectize-input:after{
  display:none !important;
}