/* _content/Matchen.AppOld/Components/Layout/MainLayout.razor.rz.scp.css */


[b-wevzqlepu4] .playaudio.inline img {
    height: 1em;
    vertical-align: text-bottom;
    margin-inline-end: 10px;
}

[b-wevzqlepu4] .playaudio.inline svg {
    height: 1em;
    vertical-align: text-bottom;
    margin-inline-end: 10px;
}

#page[b-wevzqlepu4], #main[b-wevzqlepu4], #content[b-wevzqlepu4] {
    height: 100%;
    font-family: 'Verdana regular',Verdana;
    font-size: 1.2rem;
}

[b-wevzqlepu4] *[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
}
/* _content/Matchen.AppOld/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dnrmajgh16] {
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar[b-dnrmajgh16] {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

  .sidebar.collapse[b-dnrmajgh16] {
    height: auto;
    width: auto;
  }

.hamburger[b-dnrmajgh16] {
  padding: 20px;
  cursor: pointer;
  width: fit-content;
  z-index: 2;
}

.sidebar-menu[b-dnrmajgh16] {
  height: 95%;
  margin-top: -65px;
}

  .sidebar-menu.collapse[b-dnrmajgh16] {
    display: none;
  }

.menu-container[b-dnrmajgh16] {
  position: relative;
  display: inline-block;
  height: 100%;
}

.menu-background[b-dnrmajgh16] {
  height: 100%;
}

  .menu-background img[b-dnrmajgh16] {
    height: 100%;
  }

ul.menu[b-dnrmajgh16] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 4%;
  padding: 0 10%;
  width: 70%;
  height: 90%;
}

  ul.menu li.menu-item[b-dnrmajgh16] {
    text-align: center;
    height: 10%;
  }

    ul.menu li.menu-item img[b-dnrmajgh16] {
      height: 50%;
      margin-bottom: 15%;
      margin-top: 5%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

  ul.menu li a[b-dnrmajgh16] {
    text-transform: uppercase;
    color: white;
    font-size: 2.2vh;
    height: 100%;
    display: block;
    width: 100%;
    transition: transform .3s;
  }

    ul.menu li a:hover[b-dnrmajgh16] {
      transform: scale(1.1);
      text-decoration: none;
    }

  ul.menu li.menu-separator[b-dnrmajgh16] {
    line-height: 0;
    margin: 4% 0;
  }

    ul.menu li.menu-separator img[b-dnrmajgh16] {
      width: 100%;
    }
/* _content/Matchen.AppOld/Components/Pages/Conversation.razor.rz.scp.css */
#conversation-menu[b-rp21f56zag] {
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px 0 0;
}

  #conversation-menu a[b-rp21f56zag] {
    text-decoration: none;
  }

#cat-selection[b-rp21f56zag] {
  float: left;
}

.conv-arrow-cat[b-rp21f56zag] {
  margin-bottom: 60px;
  transition: transform .3s;
  padding: 10px;
}

  .conv-arrow-cat:hover[b-rp21f56zag] {
    transform: scale(1.2);
  }

.conv-img-cat[b-rp21f56zag] {
  width: 180px;
  transition: transform .3s;
}

  .conv-img-cat:hover[b-rp21f56zag] {
    transform: scale(1.1);
  }

.subcat-selection[b-rp21f56zag] {
  float: left;
  transition: transform .3s;
}

  .subcat-selection:hover[b-rp21f56zag] {
    transform: scale(1.1);
  }

.conv-img-subcat[b-rp21f56zag] {
  width: 120px;
}

#conversations-list[b-rp21f56zag] {
  height: calc(100% - 190px);
  overflow-y: scroll;
  font-size: 1.4rem;
  padding: 140px 50px 50px 75px;
}

  #conversations-list .conversation-translation[b-rp21f56zag] {
    font-weight: bold;
    color: #d25f14;
    font-size: 1.5rem;
    margin-left: 20px;
  }

  #conversations-list .conversation-nl[b-rp21f56zag] {
    color: hsl(185, 45%, 28%);
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block;
  }

  #conversations-list li[b-rp21f56zag] {
    margin-bottom: 5px;
  }
/* _content/Matchen.AppOld/Components/Pages/ConversationCategory.razor.rz.scp.css */
#conversation-category-selector-container[b-ssp8wavdmv] {
  height: 100%;
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
}

#background-img-container[b-ssp8wavdmv] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: -1;
  bottom: -110px;
}

.background-img[b-ssp8wavdmv] {
  display: block;
  position: absolute;
  width: 100%;
  /*z-index: -1;*/
  bottom: 0;
}

#conversation-category-list[b-ssp8wavdmv] {
  display: grid;
  justify-content: center;
  justify-items: center;
  align-content: center;
  padding-top: 30px;
}

.conversation-category-selector[b-ssp8wavdmv] {
  padding: 20px;
  transition: transform .3s;
}

  .conversation-category-selector img[b-ssp8wavdmv] {
    width: 100%;
    max-width: 350px;
  }

  .conversation-category-selector:hover[b-ssp8wavdmv] {
    transform: scale(1.1);
  }

@media (min-width: 700px) {
  #conversation-category-list[b-ssp8wavdmv] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1050px) {
  #conversation-category-list[b-ssp8wavdmv] {
    grid-template-columns: repeat(3, 1fr);
  }

  .background-img[b-ssp8wavdmv] {
    top: 0;
    bottom: revert;
  }
}
/* _content/Matchen.AppOld/Components/Pages/Dictionary.razor.rz.scp.css */
#dictionary-content[b-mk7spm20ji] {
  height: calc(100% - 50px);
  padding: 25px 75px;
}

  #dictionary-content ol[b-mk7spm20ji] {
    list-style-type: none;
  }

#filter-list[b-mk7spm20ji] {
  background-color: #43A7B0;
  color: #fff;
  font-size: 1.1rem;
}

  #filter-list .selected[b-mk7spm20ji] {
    color: hsl(28, 100%, 90%);
    font-weight: bold;
    text-decoration: underline;
  }

  #filter-list ol[b-mk7spm20ji] {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
  }

    #filter-list ol li[b-mk7spm20ji] {
      cursor: pointer;
      padding: 5px;
    }

.flex-wrapper-hor[b-mk7spm20ji] {
  display: flex;
  height: calc(100% - 25px);
}

#dictionary-list[b-mk7spm20ji] {
  overflow-y: scroll;
  min-width: 110px;
  background: rgba(255, 255, 255, 0.3);
}

  #dictionary-list input[b-mk7spm20ji] {
    width: calc(100% - 20px);
    border: none;
    padding: 10px;
    margin: 0;
    height: 1rem;
    position: sticky;
    top: 0;
  }

    #dictionary-list input:focus[b-mk7spm20ji] {
      outline: none;
    }

  #dictionary-list ol[b-mk7spm20ji] {
    min-width: 270px;
  }

  #dictionary-list li[b-mk7spm20ji] {
    padding: 10px 20px;
    overflow: auto;
  }

    #dictionary-list li:hover[b-mk7spm20ji] {
      background: #eee;
      cursor: pointer;
    }

#dictionary-details[b-mk7spm20ji] {
  /*float: left;
  height: calc(100% - 100px);
  overflow: hidden;
  font-size: 20px;*/
  flex: 1;
  min-width: 250px;
  padding: 32px;
}

  #dictionary-details h4[b-mk7spm20ji] {
    font-size: 2rem;
    text-decoration: underline;
    margin-bottom: 10px;
  }

#dictionary-details h3[b-mk7spm20ji] {
  font-size: 2rem;
  font-weight: normal;
}

#dictionary-details-image img[b-mk7spm20ji] {
  max-width: 380px;
  margin-top: 20px;
}
/* _content/Matchen.AppOld/Components/Pages/Home.razor.rz.scp.css */
#language-selector-container[b-evvamgsdcl] {
    height: 100%;
    display: flex;
    align-items: center;
}

.left-image[b-evvamgsdcl] {
    flex: 1 5;
    max-width: 350px;
}

.language-side-img[b-evvamgsdcl] {
    width: 100%;
}

#language-selector-list[b-evvamgsdcl] {
    flex: 4;
    min-width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-y: auto;
    height: calc(100% - 50px);
    align-items: center;
    overflow-x: hidden;
    padding: 25px;
}

    #language-selector-list .language-selector[b-evvamgsdcl] {
        flex: 1 0 26%;
        text-align: center;
    }

    #language-selector-list .img-lang-sel[b-evvamgsdcl] {
        width: 100%;
        min-width: 142px;
        transition: transform .3s;
        max-width: 350px;
    }

        #language-selector-list .img-lang-sel:hover[b-evvamgsdcl] {
            transform: scale(1.1);
        }
/* _content/Matchen.AppOld/Components/Pages/IntakeMedicatieInname.razor.rz.scp.css */
#intake[b-ud968gr3t7] {
  height: calc(100% - 50px);
  padding: 25px 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.medicationname-input[b-ud968gr3t7] {
  padding: 40px 0;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.medicationname-input input[b-ud968gr3t7] {
  padding: 10px;
  font-size: 1.5rem;
  width: 300px;
}

h2[b-ud968gr3t7] {
  font-size: 1.4rem;
  text-decoration: underline;
  margin-bottom: 15px;
  font-weight: bold;
}

h3[b-ud968gr3t7] {
  color: hsl(185, 45%, 28%);
  padding: 5px 0;
}

h4[b-ud968gr3t7] {
  color: #d25f14;
  padding: 5px 0;
}

ul[b-ud968gr3t7] {
  margin: 20px 0;
}

ul li[b-ud968gr3t7] {
  margin: 15px 0;
  color: hsl(185, 45%, 28%);
}

.answer[b-ud968gr3t7], .question[b-ud968gr3t7] {
  padding: 5px 0;
  display: block;
}

.translated[b-ud968gr3t7] {
  color: #d25f14;
}

.answer .input[b-ud968gr3t7] {
  margin-inline-start: 5px;
}

.subanswers[b-ud968gr3t7] {
  margin: 0 10px;
}

.results[b-ud968gr3t7] {
  height: calc(100% - 100px);
  overflow-y: auto;
  padding: 0 20px 0 0;
}
/* _content/Matchen.AppOld/Components/Pages/IntakeZindelijkheid.razor.rz.scp.css */
#intake[b-5u9kzd2mzd] {
  height: calc(100% - 50px);
  padding: 25px 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

h2[b-5u9kzd2mzd] {
  font-size: 1.4rem;
  text-decoration: underline;
  margin-bottom: 15px;
  font-weight: bold;
}

h3[b-5u9kzd2mzd] {
  color: hsl(185, 45%, 28%);
  padding: 5px 0;
}

h4[b-5u9kzd2mzd] {
  color: #d25f14;
  padding: 5px 0;
}

ul[b-5u9kzd2mzd] {
  margin: 20px 0;
}

ul li[b-5u9kzd2mzd] {
  margin: 15px 0;
  color: hsl(185, 45%, 28%);
}

.answer[b-5u9kzd2mzd], .question[b-5u9kzd2mzd] {
  padding: 5px 0;
  display: block;
}

.translated[b-5u9kzd2mzd] {
  color: #d25f14;
}

.results[b-5u9kzd2mzd] {
  height: calc(100% - 100px);
  overflow-y: auto;
  padding: 0 20px 0 0;
}
/* _content/Matchen.AppOld/Components/Pages/Main.razor.rz.scp.css */
#main-selector-container[b-cdpdp425bi] {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.background-img[b-cdpdp425bi] {
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
}

#main-selector-list[b-cdpdp425bi] {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 200px;
}

.img-main-sel[b-cdpdp425bi] {
  width: 100%;
  transition: transform .3s;
  min-width: 150px;
}

.main-selector[b-cdpdp425bi] {
  flex: 1 0 21%;
  margin: 5px;
}

  .main-selector.odd[b-cdpdp425bi] {
    margin-bottom: 100px;
  }

  .main-selector.even[b-cdpdp425bi] {
    margin-top: 100px;
  }

#main-selector-list .img-main-sel:hover[b-cdpdp425bi] {
  transform: scale(1.1);
}
/* _content/Matchen.AppOld/Components/Pages/ThemeSelection.razor.rz.scp.css */
#theme-selector-container[b-4z9aj1obpo] {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.background-img[b-4z9aj1obpo] {
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
}

#theme-selector-list[b-4z9aj1obpo] {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 200px;
  justify-content: center;
}

.img-lang-sel[b-4z9aj1obpo] {
  width: 100%;
  transition: transform .3s;
  max-width: 400px;
}

.theme-selector[b-4z9aj1obpo] {
  flex: 1 1 350px;
  align-self: flex-end;
  margin-bottom: 100px;
  max-width: 400px;
}

  .theme-selector:first-of-type[b-4z9aj1obpo] {
    align-self: flex-start;
    margin-top: 100px;
    margin-bottom: 0px;
  }

#theme-selector-list .img-lang-sel:hover[b-4z9aj1obpo] {
  transform: scale(1.1);
}
/* _content/Matchen.AppOld/Components/Shared/AudioComponent.razor.rz.scp.css */
#audiocontrol[b-6od1dmjaz3] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}
/* _content/Matchen.AppOld/Components/Shared/EmotionMenu.razor.rz.scp.css */
.navbar-toggler[b-iqdwx36zjb] {
  background-color: rgba(255, 255, 255, 0.1);
}

.feelings[b-iqdwx36zjb] {
  position: absolute;
  top: 76px;
  width: 76px;
}

  .feelings.collapse[b-iqdwx36zjb] {
    height: auto;
    width: auto;
  }

.hamburger[b-iqdwx36zjb] {
  padding: 20px;
  cursor: pointer;
  width: fit-content;
  z-index: 2;
  top: 100px;
}

.sidebar-menu[b-iqdwx36zjb] {
}

  .sidebar-menu.collapse[b-iqdwx36zjb] {
    display: none;
  }

.menu-container[b-iqdwx36zjb] {
  position: relative;
}

.menu-background[b-iqdwx36zjb] {
  height: 100%;
}

  .menu-background img[b-iqdwx36zjb] {
    height: 100%;
  }

ul li img[b-iqdwx36zjb] {
  width: calc(100% - 10px);
  padding: 2px 4px;
}
/* _content/Matchen.AppOld/Components/Shared/IntakeQuestion.razor.rz.scp.css */
h3[b-ejahncgj4b] {
  color: hsl(185, 45%, 28%);
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.4rem;
}

h4[b-ejahncgj4b] {
  cursor: pointer;
  font-weight: bold;
  color: #d25f14;
  font-size: 1.8rem;
  padding: 5px 20px;
}
/* _content/Matchen.AppOld/Components/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q3ytromqo6] {
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar[b-q3ytromqo6] {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

  .sidebar.collapse[b-q3ytromqo6] {
    height: auto;
    width: auto;
  }

.hamburger[b-q3ytromqo6] {
  padding: 20px;
  cursor: pointer;
  width: fit-content;
  z-index: 2;
}

.sidebar-menu[b-q3ytromqo6] {
  height: 95%;
  margin-top: -65px;
}

  .sidebar-menu.collapse[b-q3ytromqo6] {
    display: none;
  }

.menu-container[b-q3ytromqo6] {
  position: relative;
  display: inline-block;
  height: 100%;
}

.menu-background[b-q3ytromqo6] {
  height: 100%;
}

  .menu-background img[b-q3ytromqo6] {
    height: 100%;
  }

ul.menu[b-q3ytromqo6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 4%;
  padding: 0 10%;
  width: 70%;
  height: 90%;
}

  ul.menu li.menu-item[b-q3ytromqo6] {
    text-align: center;
    height: 10%;
  }

    ul.menu li.menu-item img[b-q3ytromqo6] {
      height: 50%;
      margin-bottom: 15%;
      margin-top: 5%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

  ul.menu li a[b-q3ytromqo6] {
    text-transform: uppercase;
    color: white;
    font-size: 2.2vh;
    height: 100%;
    display: block;
    width: 100%;
    transition: transform .3s;
  }

    ul.menu li a:hover[b-q3ytromqo6] {
      transform: scale(1.1);
      text-decoration: none;
    }

  ul.menu li.menu-separator[b-q3ytromqo6] {
    line-height: 0;
    margin: 4% 0;
  }

    ul.menu li.menu-separator img[b-q3ytromqo6] {
      width: 100%;
    }
/* _content/Matchen.AppOld/Components/Shared/PlayAudioButton.razor.rz.scp.css */
.hidden[b-57q2r9kztj] {
  display: none!important;
}
/* _content/Matchen.AppOld/Components/Shared/Selection.razor.rz.scp.css */
.selection[b-03mek7c359] {
  border: 2px solid #888;
  padding: 10px;
  width: fit-content;
  display: flex;
  cursor: pointer;
  border-radius: 10px;
  min-width: 150px;/*
  justify-content: center;*/
  align-content: center;
}

  .selection.selection-selected[b-03mek7c359] {
    border-color: #F18B2F;
  }

.selection img[b-03mek7c359] {
  width: 3rem;
}

  .selection input[b-03mek7c359] {
    height: 1.5rem;
    margin: 10px;
    width: 60px;
    font-size: 1.2rem;
    padding: 5px;
  }

.selection-content[b-03mek7c359] {
  width: 100%;
}
.selection-content ol[b-03mek7c359] {
  margin-left: 10px;
  margin-right: 10px;
}

.selection-content li[b-03mek7c359] {
  color: hsl(185, 45%, 28%);
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: bold;
}

.selection-content .translation[b-03mek7c359] {
  color: #d25f14;
}
/* _content/Matchen.AppOld/Components/Shared/SelectionSet.razor.rz.scp.css */
.selectionset[b-1t47dtelpu] {
  margin: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* _content/Matchen.AppOld/Components/Shared/WizardStep.razor.rz.scp.css */
.wizardstep[b-bgwqpwb6rj] {
  width: 70%;
  height: 95%;
  position: relative;
  max-width: 1000px;
}

.wizardcontent[b-bgwqpwb6rj] {
  overflow-y: auto;
  height: calc(100% - 3.6rem);
  width: 100%;
}

.wizardbuttons[b-bgwqpwb6rj] {
  width: 320px;
  margin: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.wizardbutton[b-bgwqpwb6rj] {
  width: 150px;
  margin: 5px;
  margin: 0 5px;
  height: 3.3rem;
}

.previous[b-bgwqpwb6rj] {
  float: left;
}

.next[b-bgwqpwb6rj] {
  float: right;
}

.previous[b-bgwqpwb6rj] {
  background: #F18B2F;
  color: #ffffff;
  cursor: pointer;
  font-size: 1em;
  border: 0;
  transition: all 0.5s;
  border-radius: 10px;
  text-align: center;
  padding: 1rem;
}


.previous span[b-bgwqpwb6rj] {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .previous span[b-bgwqpwb6rj]:before {
    content: "\00AB";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transition: 0.5s;
  }

.previous:hover:enabled span[b-bgwqpwb6rj] {
    padding-left: 25px;
  }

.previous:hover:enabled span[b-bgwqpwb6rj]:before {
    opacity: 1;
    transition: all 0.5s;
  }

.next[b-bgwqpwb6rj] {
  background: #F18B2F;
  color: #ffffff;
  cursor: pointer;
  font-size: 1em;
  border: 0;
  transition: all 0.5s;
  border-radius: 10px;
  text-align: center;
  padding: 1rem;
}


  .next span[b-bgwqpwb6rj] {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

    .next span[b-bgwqpwb6rj]:after {
      content: "\00bb";
      position: absolute;
      opacity: 0;
      top: 0;
      right: 0;
      transition: 0.5s;
    }

  .next:hover:enabled span[b-bgwqpwb6rj] {
    padding-right: 25px;
  }

    .next:hover:enabled span[b-bgwqpwb6rj]:after {
      opacity: 1;
      transition: all 0.5s;
    }

button:disabled[b-bgwqpwb6rj],
button[disabled][b-bgwqpwb6rj] {
  border-color: #999999;
  background-color: #cccccc;
  color: #fff;
  cursor: not-allowed;
}
