body {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  background-color: #efeef1;
  font-family: Roboto, sans-serif;
}

.content-body {
  margin-left: 16rem;
  z-index: 0;
  transition: all .2s ease;
}

.content-body .container-fluid,
.content-body .container-sm,
.content-body .container-md,
.content-body .container-lg,
.content-body .container-xl,
.content-body .container-xxl {
  padding-top: 25px;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
}

/*The Modal */
.modal-content {
  border: none;
  border-radius: 0;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal-body {
  padding: 20px;
  width: 100%;
}

.modal-footer .btn:not(:last-child) {
  margin-right: 10px;
}

.project-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  color: #7e7e7e;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.align-items-center {
  align-items: center;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #7f00ff transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #8f54a0;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.btn-primary {
  background-color: #7f00ff;
  color: #fff;
}

.btn-primary:hover {
  background-color: #7f00ff;
  color: #fff;
}

.btn-secondary {
  background-color: #7f00ff;
  color: #fff;
}

@media (min-width: 767px) {
  .content-body {
    margin-left: 3.25rem;
  }
}


@media (min-width: 1199px) {
  .content-body {
    margin-left: 0;
  }
}

.brand-logo img {
  width: 70px;
}

.text-primary{
  color: #7f00ff !important;
}

.text-primary:hover{
  color: #4d0099 !important;
}


.btn-primary:active, .btn-primary.active > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #5900b3 !important;
  border-color: #5900b3 !important;
}
