@import url(https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,300;0,400;0,600;0,900;1,400;1,600&display=swap);

body {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 1.528571429;
    color: #0b0c0c;
}

.ribbon {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #000000; /* Change this to your desired color */
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 8px 0;
}


.ribbon::before {
  top: 0;
  left: 0;
  border-width: 53px 0 0 100px; /* Change the values to adjust ribbon shape */
}

.ribbon::after {
  bottom: 0;
  right: 0;
  border-width: 0 100px 53px 0; /* Change the values to adjust ribbon shape */
}

.hero-title {
    margin-bottom: 0;
    font-weight: 900;
    color: #fff;
    font-size: 40px;
    font-family: "Roboto",sans-serif;
}

.hero-information {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}

.bslib-sidebar-layout>.sidebar body {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 1.528571429;
    color: #0b0c0c;
}

.bslib-value-box .value-box-title {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: Roboto;
    font-weight: 500;
    line-height: 1.2;
}

.bslib-value-box .value-box-value {
    font-size: 0.75rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: Roboto;
    font-weight: 500;
    line-height: 1;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}

.modal {
  z-index: 1150;
}

.rtblbutton {
  background-color: rgba(51, 51, 51, 0.05);
  border-radius: 8px;
  border-width: 0;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  text-align: left;
  vertical-align: baseline;
}

.div-current {
  background-color: #ebebeb;
  padding: 10px;
  padding-left: 20px;
  border-left: 8px solid #105ca4;
  margin-bottom: 20px;
}

.div-old {
  background-color: #fff8e1;
  padding: 10px;
  padding-left: 20px;
  border-left: 8px solid #807816;
  margin-bottom: 20px;
}

.bslib-task-button:hover {
  background-color: black !important;
  color: white !important;
}

.bslib-task-button:focus {
  background-color: black !important;
  color: white !important;
}
