.center-container {
    margin: 10px;
    text-align: center;
    box-sizing: inherit;
}

select.custom-select {
    background-color: white;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: 5px; /* Rounded border */
    font-size: 18px; /* Font size */
    padding: 5px; /* Padding around the text */
    font-weight: bold; /* Bold text */
    text-align: center;
  }

div.top-bar {
    display: flex;
    align-items: center;
    height: 45px;
    background-color: #f3f3f3;
}

.ui {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
    margin: -1rem;
}

.row {
    display: flex;
    justify-content: center; /* Centers children horizontally within the row */
    width: 100% !important;
    padding-left: 1rem;
}

.left.aligned {
    text-align: left;
}
.center.aligned {
    text-align: center;
}

.column {
    max-width: 800px; /* Maxes out at 800px */
    width: 100%; /* Takes the width of its parent up to 800px */
    padding: 10px;
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
}

.two-col {
    max-width: 25% !important;
}
.four-col {
    max-width: 75% !important;
}

.huge {
    font-size: 1.25em;
    font-weight: 400;
}

.search-bar {
    max-width: 100%;
    flex: 1 0 auto;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none;
    padding: .67857143em 1em;
    line-height: 1.25em;
    font-size: 100%;
}





/* Buttons */
button {
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none;
    cursor: pointer;
}

.button-row {
    box-shadow: none;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    display: inline-flex;
}
button.char {
    padding: 10px 14px;
    border-radius: 0rem;
    cursor: pointer;
}

.footer {
    color: rgb(95, 95, 95);
}
.ui-divider {
    border-top: 1px solid rgba(34,36,38,.15);
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}

div.word {
    font-size: 18px;
    margin-top: 5px;
    padding-bottom:5px;
    font-weight: 450;
    margin-left: 5px;
}

div.definition {
    padding-top:5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.icon {
    cursor: pointer;
    line-height: 2.5;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    opacity: .5;
    border-radius: 0 .28571429rem .28571429rem 0;
    transition: opacity .3s ease;
    color: #767676 !important;
    display: inline-block;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
}

span.top-bar-span {
    color: #777;
    margin-left: 12px;
    font-style: italic;
}

li {
    font-size: 20px;
    margin:10px
}

span.description {
    color: #777;
    font-style: italic;
    text-align: right;
}

span.tabular {
    font-size:18px;
    padding:5px;
}

div.principalPart {
    padding-top:5px;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:30px;
}

div.rePreset {
    position:absolute;right:0px;background: #eee; z-index: 1;
    padding: 10px 15px;
    border-radius: 9px;
    max-width:350px;
}

span.subtitle {
    font-weight: 450;
}

li.re {
    font-size: 14px;
}

.audio {
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
  }

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 17px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

span.pretty {
    font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.navigation {
    padding: 10px;
    margin-top:2px;
    margin-bottom: 2px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

button.nav {
    padding: 10px 14px;
    border-radius: 0rem;
    cursor: pointer;}

button.selected {
    background: #0081af;
    color: white;
}
button.selected::after {
    background-color: #00719f;
}

button.unselected {
    background: #fbaf00;
    color:white;
}

.topic-tab {
    background: #efefef;
    padding: 10px 15px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    min-width:200px;
}
.center-text {
    text-align: center;
}

.bold {
    font-weight: 600;
    font-size: larger
}

.topic {
    margin-top:3px;
    margin-bottom: 3px
}

td {
    padding:5px;
    margin-left:5px;
    font-style: italic;
}

thead {
    border-bottom: 1px solid black;
}

table {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: large;
}

p.example {
    font-style: italic ;
    font-size: 18px;
    margin-bottom: -10px;
}

p.example-translation {
    font-size: 18px;
    font-weight: 450;
}

div.example {
    margin-left: 10%;
    margin-top: 2px;
    margin-bottom: 2px;
}

div.disclaimer {
    color: #aaa;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    display: flex;
}
  
  .navigation button {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .navigation button:hover {
    background-color: #ddd;
    color: black;
  }
  
  .navigation .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .navigation button:not(:first-child) {display: none;}
    .navigation button.icon {
      float: right;
      display: block;
    }
    .navigation.responsive {
        display:block;
        position:relative
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .navigation.responsive button {
      float: none;
      display: block;
      text-align: left;
    }
    .navigation.responsive .icon {
        position: absolute;
        right: 2px;
        top: 10px;
        height:fit-content
      }
    .nav {
        width: 89%
    }
  }

.span {
    font-weight:450px;
    font-size:20px;
    padding:10px 0px;
}
.dialogue-box {
    padding:25px;
    border: 1px solid #aaa;
    width:fit-content;
    border-radius: 8px;
    background: #fafafa;
    cursor:pointer;
}

.dialogue-box:hover {
    background-color: #ddd;
}
.dialogues {
    margin-top: 10px;
    margin-left:auto;
    margin-right:auto;
    width: fit-content;
    display: flex;
}

button.start {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

button.start:hover {
    background: #ccc
}

div.speaker {
    background: #fefefe;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius:8px;
    width:fit-content;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    max-width: 500px;
}

div.speaker-1 {
    margin-right:auto;
    padding-right: 35px;
}

div.speaker-2 {
    margin-left:auto;
    padding-left:35px;
}

p.alabama {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7.5px;
}

.invisible {
    display: block
}

.right-audio {
    position: absolute;
    right: 10px;
    top: 25px;
}

.left-audio {
    position: absolute;
    left: 10px;
    top: 25px;
}

.english {
    font-weight: 300;
    display: none;
}

.more {
    cursor: pointer;
}

.hidden {
    display: none
}

.middle {
    margin-left: auto;
    margin-right: auto;
}

.spaced {
    margin-top:10px;
    margin-bottom:10px;
}

.hoverable {
    cursor: pointer;
}

.large {
    font-size: larger;
    font-weight: 450;
}

.dropdown {
    border: 1px solid #aaa;
    width: inherit;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    margin-left:5px;
    margin-right:5px;
    max-height: 18em; 
    width: 15em;
    overflow: scroll;
}
.dropdown-item {
    padding: 2px 0px
}

.conjWord {
    font-size: 55px;
    font-weight: 250;
}

.dropdown.small {
    width: fit-content;
}

.pop-up {
    z-index: 2; background:white; border:1px solid #aaa; border-radius: 5px; position:absolute; bottom: -1.5em; padding: 2px 5px; left:5px
}

.answer {
    height:fit-content;
    resize: none;
}

button.rounded {
    border-radius: 8px;
}

.correct {
    color: #5D8F3C;
    font-weight: 500;
}

.incorrect {
    color: #FF3636;
    font-weight: 500;
}
