:root {
  --main-bg-color: #2a4876;
}

/*body {
  font-family: '', sans-serif !important;
}*/

.h1, .h2, .h3 {
  font-family: LiaSourceSansPro !important;
  color: var(--main-bg-color) !important;
}

.lia-slide .lia-toolbar {
  background: var(--main-bg-color) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.lia-toc .lia-toolbar {
  background: var(--main-bg-color) !important;
}

.lia-input {
  color: var(--main-bg-color) !important;
}

.lia-active {
  color: var(--main-bg-color) !important;
}

.lia-quote__alert-note {
  border-left-color: #2a4876 !important;
}

.lia-quote__alert-note > :nth-child(1) {
  color: #2a4876 !important;
}

.lia-quote__alert-tip {
  border-left-color: #6c962e !important;
}

.lia-quote__alert-tip > :nth-child(1) {
  color: #6c962e !important;
}

.lia-accordion {
  background: var(--main-bg-color) !important;
  font-size: 12px !important;
}

.lia-accordion-dummy {
  background: var(--main-bg-color) !important;
  font-size: 12px !important;
}

.lia-quiz {
  border-color: var(--main-bg-color) !important;
}

.lia-link {
  color: #82ab29 !important
}

.lia-pagination__content {
  background: var(--main-bg-color) !important;
}

.lia_header__logo {
  opacity:0 !important;
}

.lia-header__middle {
  background-image: url("img/logo.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.lia-support-menu__item {
  color: var(--main-bg-color) !important;
}
.lia-radio:checked {
  background-color: var(--main-bg-color);
}

/* Widget Style */

.widget {
    max-width: 500px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.videowidget {
    max-width: 400px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.input-group {
    margin-bottom: 15px;
    width: 49%;
}
.input-group100 {
    margin-bottom: 15px;
}
.output-group {
    margin-bottom: 15px;
    background-color: #5771a2;
    color: white;
    padding: 8px;
    border-radius: 4px;
}
#imageoutput {
    max-width:800px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 8px;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
input {
    width: 100%;
    padding: 8px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box;
}
button#vgl {
    width: 100%;
    background-color: #5771a2;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}
#result {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #bfd571;
    font-weight: bold;
}
.options {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.option {
    display: inline-block;
    text-align: center;
    width: 24%;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.option:hover {
    background-color: #e0e0e0;
}
select {
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background-color: white;
}
video {
  padding-right: 15px;
}
#length {
  width: 90%;
  height: 2.5em;
}
#lengthoutput {
  width: 10%;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  padding: 7px;
  border-radius: 4px;
}
.caption-output {
    display: inline-block;
    width: 50%;
    padding: 8px 16px;
    margin: -1px;
}

#dank{
    color: #9ac43a;
}
/* fix big padding left */
.lia-canvas.lia-mode--textbook .lia-slide__content {
  padding-inline-start:3rem !important;
}