@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;

400;600;800&display=swap);.scroller::-webkit-scrollbar-track {
  border-radius: 10px !important;
  background-color: white !important;
}

.scroller::-webkit-scrollbar {
  width: 2px !important;
  background-color: white !important;
}

.scroller {
  max-height: 250px;
  overflow: auto;
}

.scroller::-webkit-scrollbar-thumb {
  border-radius: 1000px !important;
  background-color: #e3342f !important;
}

body {
  margin-bottom: 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 17px !important;
  background: #000000;
  transition: all linear 0.5s;
}

a {
  color: #e3342f;
  transition: all linear 0.3s;
}

a:hover {
  color: #e3342f;
  text-decoration: none;
  opacity: 0.5;
  transition: all linear 0.3s;
}

.header {
  z-index: 9;
}

.header a {
  color: #fff;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0px;
}

.footer a {
  color: #ffffff;
  font-weight: 800;
  font-size: 12px;
}

.footer i {
  font-size: 20px;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
}

.ellipse-bg {
  position: fixed;
  z-index: 0;
  height: 100vh;
  left: 50%;
}

.btn {
  border-radius: 10000px !important;
}

.btn.btn-primary {
  background-color: #e3342f !important;
  background: #e3342f !important;
  border: 1px solid #e3342f !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  color: #ffffff;
}

.form-control {
  border-radius: 10000px !important;
  padding: 25px !important;
}

.form-control:focus {
  border-color: #e3342f;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0) !important;
}

.img-profile {
  border-radius: 1000px;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  border: 7px solid #ffffff;
  margin: 0 auto;
  margin-top: -70px;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

h1.decoration::after {
  display: block;
  content: "";
  width: 30%;
  height: 5px;
  background: #e3342f;
  position: inherit;
  bottom: 0;
  left: 0;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

h2.decoration::after {
  display: block;
  content: "";
  width: 30%;
  height: 5px;
  background: #e3342f;
  position: inherit;
  bottom: 0;
  left: 0;
}

li.list-group-item b,
li.list-group-item strong {
  color: #e3342f;
}

li.list-group-item .badge {
  font-size: 20px;
}

.list-group a {
  color: #000000;
}

.rounded {
  border-radius: 0.8rem !important;
}

/*Bootstrap Calendar*/

.datepicker-inline {
  list-style: none;
}

.datepicker {
  border-radius: 0;
  padding: 0;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
  padding: 10px;
  display: list-item;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n+0) td,
.datepicker-days table thead tr:nth-child(2n+0) th {
  border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n+0) {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 10px;
}

.datepicker-months table thead td,
.datepicker-months table thead th,
.datepicker-years table thead td,
.datepicker-years table thead th,
.datepicker-decades table thead td,
.datepicker-decades table thead th,
.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
  border-radius: 0;
}

.datepicker td,
.datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #e3342f;
  color: #ffffff;
  border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker .prev,
.datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 37px;
  height: 37px;
}

.datepicker .prev:hover,
.datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
  font-size: 21px;
}

.datepicker .datepicker-switch {
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.datepicker table tr td span {
  border-radius: 2px;
  margin: 3%;
  width: 27%;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #e3342f;
  background-image: none;
}

td.active.day {
  background-color: #e3342f;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0, 0, 0, 0.1);
}

.tab.active {
  background: #e3342f;
  color: #fff;
  border-radius: 1000px;
}

