:root {
  --color-primary: #2874BA;
  --color-primary-dark: #2874BA;
  --color-secondary: #00a9df;
  --color-secondary-dark: #F22C04;
  --font-family: "Open Sans", semi-bold
}

.spinner {
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  /* backdrop-filter: blur(2px); */
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.spinner>div {
  width: 18px;
  height: 80px;
  background-size: 300px 100px;
  background-color: var(--color-primary-dark);
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
.header-title {
  font-family: var(--font-family);
  font-size: 22px;
}

input,
.select2,
label,
select,
.select2-results__option {
  font-size: 15px !important;
}

.toast-message {
  font-size: 18px;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

p,
td {
  word-break: break-word !important;
  font-size: 14px;
}

.hide {
  display: none !important;
}

.breadcrumb {

  background: gainsboro;
  padding: 10px 22px !important;

}

ol.breadcrumb {
  font-size: 16px;
}

a {
  color: var(--color-primary-dark) !important;
}

.breadcrumb-item.active>a {
  color: var(--color-primary-dark) !important;
}

a:hover {
  color: var(--color-primary) !important;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 20px;
}

#sidebar-menu::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-dark);
}

a.btn.btn-secondary.waves-effect.waves-light.m-l-5 {
  color: white !important;
}

p.errorlist {
  color: #ff5b5b;
  font-size: 12px;
}

a.ti-trash {
  cursor: pointer;
}

.btn-orange {
  background-color: var(--color-secondary) !important;
  border: 1px solid var(--color-secondary) !important;
  color: white !important;
}

.btn-orange:hover {
  background-color: var(--color-secondary-dark) !important;
  border: 1px solid var(--color-secondary-dark) !important;
  color: white !important;
}

.btn-primary {
  background-color: var(--color-secondary) !important;
  border: 1px solid var(--color-primary-dark) !important;
}

.btn-primary:hover {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: white !important;
}

#sidebar-menu {
  color: var(--color-primary-dark) !important;
}

#sidebar-menu>ul>li>a.active {
  color: var(--color-primary) !important;
  border-left: 3px solid var(--color-primary-dark) !important;
}

.logo-custom,
.logo-custom:hover,
.logo-custom span span:hover,
.logo-custom span span {
  color: white !important;
}

.logo-custom {
  font-family: var(--font-family);
  line-height: 25px !important;
  font-size: 22px !important;
}

.logo-custom:hover,
.logo-custom span span:hover {
  color: white !important;
}

.logo-custom span span {
  font-family: var(--font-family);
}

.success {
  color: green;
}

.failed {
  color: red;
}

.modal-title {
  font-size: 20px;
}

#sidebar-menu ul ul li.active a {
  color: #71b6f9 !important;
}

.mdi-chevron-down:before {
  content: "\F140";
}

.profile-pic {
  margin-bottom: 25px;
  height: 130px;
}

.profile-img {
  display: flex;
  justify-content: center;
  width: auto;
  height: 48%;
}

.center {
  text-align: left;
  vertical-align: middle;
}

p.questions-options {
  float: left;
  width: 90%;
  height: 20px
}

a.ti-trash.options-delete {
  float: right;
}

.toast-success {
  background-color: var(--color-primary) !important;
  border: none !important;
}

.toast-warning {
  border: none !important;
}

.toast-error {
  border: none !important;
}

.img-thumbnail {
  margin-bottom: 9px !important;
  width: 41%;
  height: 100px;
}

#cke_id_description {
  width: inherit !important;
  border-radius: 5px !important;
}

.django-ckeditor-widget {
  width: 100%;
}

.img-thumbnail-sidebar {
  margin-bottom: 18px !important;
  width: 70%;
  margin-top: 12px;
}

.card-box {
  height: 100%;
  border-radius: 8px;
  margin: 0px !important;
  box-shadow: 0px 1px 3px #00000029;
  padding: 13px;
}

.topbar-left {
  padding-top: 30px;
}

.widget-chart-1 .widget-detail-1 {
  margin-left: 0px !important;
}

.image-sidebar {
  width: 96% !important;
  height: 100% !important;
}

.sidebar-name {
  padding: 0px;
  margin-top: 0px;
}

.widget-chart-1 {
  padding-left: 30px;
}

.widgets-container-custom {
  display: flex;
  justify-content: right;
}

.container-custom {
  /* background-image: url(/static/assets/images/Users.jpg); */
  background-size: cover;
  min-height: calc(100vh - 135px);
  padding: 0px;
  background-repeat: no-repeat;
}

span.select2-selection.select2-selection--single {
  height: 100%;
}

span.select2-selection__rendered {
  height: calc(2.25rem + 2px);
  padding: 3px 0.75rem;
}

.custom-box {
  padding-bottom: 20px;
}

.card-count {
  font-size: 35px;
}

h4.header-title {
  color: #000000;
  font-size: 16px !important;
  margin-bottom: 25px !important;
  margin-top: 12px;
  margin-left: 10px;
}

.table-head {
  background-color: #e7e7e7;
}

th.table-head-headings {
  font-size: 15px;
  height: 26px;
  text-align: center;
}

.search-icon {
  position: absolute;
  left: 19px;
  top: 35%;
}

.search-field {
  position: relative;
}

.custom-wrapper {
  width: 367px !important;
}


ol.breadcrumb {
  height: 50px;
}

.parsley-errors-list>li {
  font-size: 14px !important;
}

ul.sidebar-menu-list:hover {
  border-radius: 8px;
  background-color: #ffffff36;
  width: 100%;
}

ul.sidebar-menu-list:active {
  background-color: #ffffff6e;
  border-radius: 8px;
  border: none !important;
  width: 100%;
}

#sidebar-menu>ul>li>a {
  border-left: none !important;
}

h4.header-title {
  line-height: 1;
}

.custom-login {
  margin-top: 10px;
  margin-bottom: -9px;
}


.model-title {
  font-size: 25px !important;
}

.cust-modal-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  color: #00294fba;
}

.cust-modal-delete {
  font-size: 17px;
}

.cust-form-fluid {
  padding-bottom: 19px !important;
}

.cust-modal-body {
  padding-bottom: 0px !important;
}


.image-description {
  padding-bottom: 13px;
}

/* body{
  background: #f7f9fe!important;
} */