@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

body {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.nav-container .container-fluid.main-width {
    background: var(--theme-color, white);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"Inter", sans-serif !important;
}


a.fc-col-header-cell-cushion,
a.fc-timegrid-axis-cushion,
a.fc-timeline-slot-cushion {
  color: #fff !important;
}

.fc-col-header .fc-col-header-cell,
.fc-col-header .fc-timegrid-axis,
.fc-scrollgrid-section-header .fc-datagrid-cell,
.fc-timeline-header-row .fc-timeline-slot {
  background-color: var(--theme-color2, #175D3B) !important;
  color: #fff !important;
}



.tilainfo .panel-body {
  padding: 0;
  background-color: #fff !important;
  border: 1px solid #DADFCE;
}

.tila-info-text-item {
  margin-left: 0px !important;
  margin-right: 0px !important;
}


.panel {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19) !important;
}

.btn-success {
  color: #fff !important;
  background-color: #a4a42c !important;
  border-color: #a4a42c !important;
}

.btn-primary {
  color: #fff !important;
  background-color: var(--theme-color2);
  border-color: var(--theme-color2) !important;
}

.btn-danger {
  color: #fff;
  background-color: var(--theme-color4) !important;
  border-color: var(--theme-color4) !important;
}

.alert-info {
  margin-top: 25px !important;
  color: #000;
  background-color: rgb(250, 250, 250) !important;
  border-color: rgb(230, 230, 230) !important;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border-top: solid 1px #ddd !important;
  border-bottom-color: #fff !important;
  border-bottom: solid 0px !important;
}

.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd !important;
  border-radius: 4px 4px 0 0;
  background-color: #f6f7f3 !important;
}

.page-header::after {
  border: 3px solid var(--theme-color3) !important;
}

.btn.btn-success.fc-button.fc-button-primary.btn-ajan-valinta.hidden-xs {
  color: #fff !important;
}
