.catFinder * {
    font-family: 'Inter', sans-serif;
}

.catFinder [data-show-level="2"] {
    margin-left: 10px;
}

.catFinder [data-show-level="3"] {
    margin-left: 20px;
}

.catFinder [data-show-level="4"] {
    margin-left: 30px;
}


.catFinder [data-show-level="4"] {
    margin-left: 40px;
}

.catFinder span.openBox {
    color: red !important;
}

.catFinder span.openBox {
    margin-right: 10px;
    border: 1px solid black;
    padding: 1px 4px;
}

.catFinder .leftB {
    height: 100%;
    position: absolute;
    width: 1px;
    background: white;
    left: 9px;
    border-left: 2px dashed #cccccc;
}

.catFinder .dataLevelWrapper {
    position: relative;
}

.catFinder span.openBox {
    background: white;
    position: relative;
}

.catFinder [data-show-level="2"] {
    padding-left: 10px;
}

.catFinder [data-show-level="3"] {
    padding-left: 20px;
}

.catFinder [data-show-level="2"] .leftB {
    left: 18px;
}

.catFinder [data-show-level="3"] .leftB {
    left: 28px;
}

.dashedMid {
    position: absolute;
    height: 1px;
    width: 11px;
    /* background: black; */
    top: 9px;
    left: 0px;
    border-top: 2px dashed #cccccc;
}

.catFinder [data-show-level="3"] .dashedMid {
    width: 32px;
    left: -12px;
}

.catFinder [data-show-level="4"] .dashedMid {
    left: -32px;
    width: 26px;
}

.catFinder span.levelCount {
    margin-left: 5px;
    color: #cccccc;
}

.catFinder {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.catFinder [name="s"] {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
    margin: 0px;
    border: 2px solid black;
    border-radius: 0px 5px 5px 0px;
    border-left: transparent;
}

.catFinderInputWrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* max-width: 1600px; */
}

.catFinderInputWrapper img {
    /* background: red; */
    /* height: 100%; */
    padding: 10px;
    width: 50px;
    height: auto;
}

.catFinderImgWrapper {
    padding: 0px;
    /* background: #2BA1F3; */
    display: flex;
    border: 2px solid black;
    border-radius: 5px 0px 0px 5px;
    border-right: transparent;
}

.catFinder .results {
    width: 100%;
}

.catFinder .resultsWrapper {
    width: 100%;
}

.catFinder .resultsItem {
    display: flex;
    border-bottom: 1px solid #B4BDC9;
    /* margin-bottom: 14px; */
    /* margin-top: 10px; */
}

.catFinder p.resultsCat {
    width: 75%;
}

.catFinder p.resultsRel {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #B4BDC9;
    border-right: 1px solid #B4BDC9;
}

.catFinder p.resultsCopy {
    width: 10%;
    position: relative;
    text-align: center;
}

.catFinder .resultsHeader.resultsItem {
    border-top: 1px solid #B4BDC9;
    margin-top: 50px;
    font-weight: bold;
    text-align: left !important;
}

.catFinder .hideItem {
    display: none;
}

.catFinder p.resultsShowMore {
    display: none;
    border: 2px solid #2BA1F3;
    border-radius: 5px;
    text-align: center;
    color: #2BA1F3;
    font-weight: bold;
    max-width: 150px;
    padding: 5px;
    transition: all 0.3s ease;
    margin: auto;
    margin-top: 20px;
    background: #E5F6FE;
}

.catFinder p.resultsShowMore:hover {
    background: #2BA1F3;
    color: white;
    cursor: pointer;
    white-space: nowrap;
}

.catFinderCustomWrapper {
    max-width: 1200px;
    margin: auto;
}

p.resultsCopy img {
    height: 20px;
}

p.resultsCopy {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catFinder img.imgHover {
    display: none;
}

p.resultsCopy:hover .img {
    display: none;
}

p.resultsCopy:hover .imgHover {
    display: block;
    cursor: pointer;
}

p.resultsRel {
    text-align: center;
}

span.copyRel {
    height: 80%;
    width: 6px;
    display: block !important;
    border-radius: 10px;
    margin: 0px 4px;
    max-height: 35px !important;
}

p.resultsRel {
    display: flex;
}

.catFinder p {
    margin: 0px;
}

p.resultsCat {
    padding: 10px;
}

span.copyRel.full {
    background: #01a6f6;
}

span.copyRel.empty {
    background: #cfd9e8;
}

span.wasCopied {
    display: none;
    position: absolute;
    top: -21px;
    background: #06065c;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.resultsItem.odd {
    background: #F9F9F9;
}

.resultsWrapper {
    display: none;
}

.catFinder textarea:focus, input:focus{
    outline: none;
}

.catFinder *:focus {
    outline: none;
}


@media only screen and (max-width: 600px) {

    .catFinder p.resultsCat {
        width: 55%;
    }

    .catFinder p.resultsRel {
        width: 35%;
    }

    .resultsHeader.resultsItem p {
        font-size: 15px;
    }
    
}


.catFinder * {
    font-family: 'Inter', sans-serif;
}

.catFinder [data-show-level="2"] {
    margin-left: 10px;
}

.catFinder [data-show-level="3"] {
    margin-left: 20px;
}

.catFinder [data-show-level="4"] {
    margin-left: 30px;
}


.catFinder [data-show-level="4"] {
    margin-left: 40px;
}

.catFinder span.openBox {
    color: red !important;
}

.catFinder span.openBox {
    margin-right: 10px;
    border: 1px solid black;
    padding: 1px 4px;
}

.catFinder .leftB {
    height: 100%;
    position: absolute;
    width: 1px;
    background: white;
    left: 9px;
    border-left: 2px dashed #cccccc;
}

.catFinder .dataLevelWrapper {
    position: relative;
}

.catFinder span.openBox {
    background: white;
    position: relative;
}

.catFinder [data-show-level="2"] {
    padding-left: 10px;
}

.catFinder [data-show-level="3"] {
    padding-left: 20px;
}

.catFinder [data-show-level="2"] .leftB {
    left: 18px;
}

.catFinder [data-show-level="3"] .leftB {
    left: 28px;
}

.dashedMid {
    position: absolute;
    height: 1px;
    width: 11px;
    /* background: black; */
    top: 9px;
    left: 0px;
    border-top: 2px dashed #cccccc;
}

.catFinder [data-show-level="3"] .dashedMid {
    width: 32px;
    left: -12px;
}

.catFinder [data-show-level="4"] .dashedMid {
    left: -32px;
    width: 26px;
}

.catFinder span.levelCount {
    margin-left: 5px;
    color: #cccccc;
}

.catFinder {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.catFinder [name="finderS"] {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
    margin: 0px;
    border: 2px solid #a3b8cc;
    border-radius: 0px 5px 5px 0px;
    border-left: transparent;
}

.catFinderInputWrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* max-width: 1600px; */
}

.catFinderInputWrapper img {
    /* background: red; */
    /* height: 100%; */
    padding: 10px;
    width: 50px;
    height: auto;
}

.catFinderImgWrapper {
    padding: 0px;
    /* background: #2BA1F3; */
    display: flex;
    border: 2px solid #a3b8cc;
    border-radius: 5px 0px 0px 5px;
    border-right: transparent;
}

.catFinder .results {
    width: 100%;
}

.catFinder .resultsWrapper {
    width: 100%;
}

.catFinder .resultsItem {
    display: flex;
    border-bottom: 1px solid #a3b8cc;
    /* margin-bottom: 14px; */
    /* margin-top: 10px; */
}

.catFinder p.resultsCat {
    width: 75%;
}

.catFinder p.resultsRel {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #B4BDC9;
    border-right: 1px solid #B4BDC9;
}

.catFinder p.resultsCopy {
    width: 10%;
    position: relative;
    text-align: center;
}

.catFinder .resultsHeader.resultsItem {
    border-top: 1px solid #B4BDC9;
    margin-top: 50px;
    font-weight: bold;
    text-align: left !important;
}

.catFinder .hideItem {
    display: none;
}

.catFinder p.resultsShowMore {
    display: none;
    border: 2px solid #2BA1F3;
    border-radius: 5px;
    text-align: center;
    color: #2BA1F3;
    font-weight: bold;
    max-width: 150px;
    padding: 5px;
    transition: all 0.3s ease;
    margin: auto;
    margin-top: 20px;
    background: #E5F6FE;
}

.catFinder p.resultsShowMore:hover {
    background: #2BA1F3;
    color: white;
    cursor: pointer;
    white-space: nowrap;
}

.catFinderCustomWrapper {
    max-width: 1200px;
    margin: auto;
}

p.resultsCopy img {
    height: 20px;
}

p.resultsCopy {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catFinder img.imgHover {
    display: none;
}

p.resultsCopy:hover .img {
    display: none;
}

p.resultsCopy:hover .imgHover {
    display: block;
    cursor: pointer;
}

p.resultsRel {
    text-align: center;
}

span.copyRel {
    height: 80%;
    width: 6px;
    display: block !important;
    border-radius: 10px;
    margin: 0px 4px;
    max-height: 35px !important;
}

p.resultsRel {
    display: flex;
}

.catFinder p {
    margin: 0px;
}

p.resultsCat {
    padding: 10px;
}

span.copyRel.full {
    background: #01a6f6;
}

span.copyRel.empty {
    background: #cfd9e8;
}

span.wasCopied {
    display: none;
    position: absolute;
    top: -21px;
    background: #06065c;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.resultsItem.odd {
    background: #f6f8fa;
}

.resultsWrapper {
    display: none;
}

.catFinder textarea:focus, input:focus{
    outline: none;
}

.catFinder *:focus {
    outline: none;
}

.switcherItem img {
    width: 15px;
    margin-right: 10px;
}

.switcherWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cfd9e8;
    max-width: 450px;
    padding: 4px;
    /* margin: 25px auto; */
    /* margin-bottom: 20px; */
    border-radius: 5px;
    margin-bottom: 50px;
}

.switcherItem {
    flex: 1;
    /* background: white; */
    border-radius: 5px;
    text-align: center;
    margin: 0px 3px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.switcherItem p {
    margin: 0px 0px;
    font-weight: bold;
    padding: 5px;
}

.switcherItem:hover {
    background: white;
}

.switcherItem.active {
    background: white;
}

.switched {
    display: none;
}

.switcherItem.active {
    box-shadow: 0px 0px 12px -4px #1d1d1d;
}

p.showLevel input[type="checkbox"] {
    transform: scale(1.4);
    margin-left: 10px;
}

@media only screen and (max-width: 600px) {

    .switcherItem img {
        display: none;
    }

    .switcherItem {
        flex: unset !important;
    }

    .resultsHeader.resultsItem p.resultsCopy {
        opacity: 0;
    }

    .catFinder p.resultsCat {
        width: 55%;
    }

    .catFinder p.resultsRel {
        width: 35%;
    }

    .resultsHeader.resultsItem p {
        font-size: 15px;
    }
    
}


.openImg.open {
    display: none;
}

.closeImg.open {
    display: inline-block;
}


[data-show-level="2"] {
    margin-left: 10px;
}

[data-show-level="3"] {
    margin-left: 20px;
}

[data-show-level="4"] {
    margin-left: 30px;
}

.catFinder [name="finderS"]:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #a3b8cc;
}

[data-show-level="4"] {
    margin-left: 71px;
}

span.openBox {
    color: #a3b8cc !important;
}

span.openBox {
    margin-right: 10px;
    border: 2px solid #a3b8cc;
    padding: 1px 4px;
    background: #f6f8fa !important;
    border-radius: 4px;
}

.leftB {
    height: 100%;
    position: absolute;
    width: 1px;
    background: white;
    left: 45px;
    border-left: 2px dashed #cccccc;
}

.dataLevelWrapper {
    position: relative;
}

span.openBox {
    background: white;
    position: relative;
}

[data-show-level="2"] {
    padding-left: 60px;
}

[data-show-level="3"] {
    padding-left: 60px;
}

[data-show-level="2"] .leftB {
    left: 107px;
}

[data-show-level="3"] .leftB {
    left: 96px;
}

.dashedMid {
    position: absolute;
    height: 1px;
    width: 16px;
    /* background: black; */
    top: 9px;
    left: 37px;
    border-top: 2px dashed #cccccc;
}

[data-show-level="3"] .dashedMid {
    width: 25px;
    left: 28px;
}

[data-show-level="4"] .dashedMid {
    left: -32px;
    width: 26px;
}

span.levelCount {
    margin-left: 5px;
    color: #cccccc;
}

.catBrowser {
    /* display: flex; */
    /* flex-direction: column; */
    /* width: 100%; */
    /* justify-content: center; */
    /* align-items: center; */
}

.catBrowser [name="s"] {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
}

.browserResults {
    display: none;
}

p.showLevel {
    background: white;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px !important;
}

.catBrowser * {
    font-family: 'Inter'
}

.browserResultsInner {
    background: #f6f8fa;
    padding: 25px;
}

.browserResults h4 {
    margin-bottom: 10px;
    font-size: 18px !important;
    font-weight: bold !important;
}

.browserResults {
    margin-top: 50px;
}

.browserResultsInner p {
    padding-left: 15px;
    margin-bottom: 10px !important;
}

.browserResultsInner p span {
    color: #a3b8cc;
}

span.openBox img {
    height: 10px;
    width: 10px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: -1px;
    right: -2px;
}

img.closeImg {
    display: none;
}

.catFinder [name="finderS"] {
    background: #f6f8fa;
}

.catFinderInputWrapper img {
    background: #f6f8fa;
}.glossaryAlphabet {
    display: flex;
    justify-content: space-between;
    margin: 25px 0px;
    width: 1200px;
    margin: 25px auto;
}

.glossaryTerms * {
  font-family: 'Inter', sans-serif;
}

.glossaryTerms {
    width: 100%;
    margin-top: 50px;
    margin: auto;
    background: #F4F9FE;
    padding: 25px;
}

.bottomShare {
    /* opacity: 0; */
}

.grid-item-inner:hover .bottomShare {
    opacity: 1;
}

p.itemTitle {
    margin-bottom: 15px;
}

.glossaryTerms .glossaryWrapper.grid {
    width: 100%;
}

.glossaryTerms .glossaryItem {
  opacity: 0;
    background: white;
    width: 24%;
}

.glossaryTerms .glossaryWrapper {
  height: 100%;
}


.glossaryTerms .grid-sizer,
.glossaryTerms .grid-item { width: 32%; }

.glossaryTerms .gutter-sizer { width: 2%; }
/* spans 2 columns: 22% + 4% + 22% = 48% */
/*.glossaryTerms .grid-item--width2 { width: 100%; }*/


.glossaryTerms .grid-item-inner {
    padding: 20px;
    /* background: #F4F9FE; */
}

.alphabetItem {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.alphabetItem a {height: 30px;width: 30px;background: white;display: flex;justify-content: center;align-items: center;text-decoration: none;border-radius: 5px;}

.alphabetItem a p {
    margin: 0px;
    color: black;
    font-weight: 500;
}

.glossaryHeader {
    background: white;
    text-align: center;
    padding: 50px;
}

.glossaryHeader input[type="text"] {
    width: 100%;
    /* margin-top: 25px; */
    padding-left: 50px;
    background: #F4F9FE;
        border: 2px solid #a3b8cc;
}

.glossaryBorder {
    /* border: 1px solid black; */
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgb(11 29 61 / 20%);
}


.glossaryTerms a.glossaryShowMore {
  border-radius: 5px;
  color: #01a6f6;
  border: 1px solid #01a6f6;
  padding: 5px 25px;
  text-decoration: none;
  font-weight: 500;
  background: #e6f7ff;
}

.glossaryTerms .showMoreWrap {
    /* text-align: right; */
}

.alphabetItem:hover,
.alphabetItem.active {
    /*box-shadow: 0px 0px 8px 0px #b2b2b2;*/
    border: 1px solid #01a6f6;
}

.alphabetItem:hover p,
.alphabetItem.active p {
    color: #01a6f6;
}

.alphabetItem.glossaryBorder p {
    transition: all 0.3s ease;
}



.glossaryTerms .load-wraper{
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgb(211,211,211);
  z-index: 44;
  overflow: hidden;
  border-radius: 5px;
}
.glossaryTerms .activity{
  position: absolute;
  left: -45%;
  height: 100%;
  width: 45%;
  background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  animation: gridLoading 1s infinite;
  z-index: 45;
}

@keyframes gridLoading {
  0%{
    left: -45%;
  }
  100%{
    left: 100%;
  }
}

.glossaryLoadingWrapper {
    display: flex;
}

.glossaryLoadingWrapper > div {
    height: 200px;
    margin: 5px;
}

.glossaryLoadingInner {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.glossaryLoadingWrapper {}

.glossaryLoading {
    position: relative;
}

.glossaryBorder.noRes {
    background: white;
    text-align: center;
    padding: 25px;
}

.glossaryBorder.noRes p {
    margin: 0px;
}

.glossarySearchWrapper {
    position: relative;
    width: 1200px;
    margin: auto;
}

.glossarySearchWrapper img {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 25px;
}

h2.itemTitle {
    font-size: 20px;
}

h2.itemTitle strong {
    font-weight: 500;
    line-height: 32px;
}

.glossaryShare {
    border: 1px solid #a4b7cb;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    /* margin-left: 15px; */
    border-radius: 5px;
    /*opacity: 0;*/
    transition: all 0.3s ease;
    cursor: pointer;
}

.glossaryShare img {
    width: 20px;
}

.showMoreWrap {
    /* display: flex; */
    /* justify-content: end; */
    /* align-items: center; */
    margin-left: 15px;
}

.showMoreWrap:hover {
}

/*.grid-item:hover .glossaryShare {
    opacity: 1;
}*/

p.glossaryCopied {
    display: none;
    position: absolute;
    right: 0px;
    z-index: 9;
    background: black;
    color: white;
    border-radius: 5px;
    padding: 5px;
    bottom: -35px;
}

.bottomShare {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 0px;
}

p.itemTitle {
    margin-bottom: 15px;
}


@media only screen and (max-width: 1200px) {

  .glossaryAlphabet {
    display: none;
  }
  .glossaryAlphabet,
  .glossarySearchWrapper {
    width: 50%;
  }
  .glossaryTerms .grid-item { 
    width: 100%; 
    margin-bottom: 20px 
  }
  .glossaryTerms h1 {
    margin-top: 0px;
  }

  .glossaryTerms .grid-sizer,
  .glossaryTerms .grid-item { width: 47.5%; }

  .glossaryTerms .gutter-sizer { width: 5%; }

  .glossaryHeader.glossaryBorder {
      margin-bottom: 25px;
  }

}


@media only screen and (max-width: 600px) {

  .glossaryAlphabet {
      display: none;
  }

  .glossaryHeader input[type="text"] {
      width: 100%;
  }

  .glossaryHeader.glossaryBorder {
      margin-bottom: 25px;
  }

  .glossaryTerms .grid-item { 
    width: 100%; 
    margin-bottom: 20px 
  }

  .glossaryTerms .gutter-sizer { 
    width: 0%; 
  }

  .glossarySearchWrapper {
      width: 100% !important;
  }

}


.shareCopy {
    padding: 10px;
}

.glossaryTerms * {
  font-family: 'Rubik', sans-serif;
}

h2.itemTitle {
    margin-top: 0px;
        font-size: 20px !important;
}

.glossaryShare {
    opacity: 0;
}

.glossaryItem:hover .shareCopy {
    opacity: 1;
}

.glossaryItem:hover {
    /* display: none; */
}

.glossaryItem:hover .glossaryShare {
    opacity: 1;
}

.specialAlphabet a {
    width: 100%;
    padding: 0px 10px;
}