html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.card {
    margin-bottom: 8px;
}

.text-dark {
    color: silver !important;
}

.guide-cards {
    text-align: center;
}

.card {
    text-align: initial;
}

/*.accordion-item {
    margin-top: 24px;
}*/

.gray-panel {
    background-color: #fafafa;
}

.comment {
    color: gray;
}

.tree-nav-node {
    list-style: none;
}

.tree-nav-subnode {
    margin-left: -10px;
}

.tree-nav-subnode-dis {
    margin-left: -10px;
}

.bullet, .bullet-g {
    width: 24px;
    height: 24px;
}

.tree-node-content {
    margin-top: -25px;
    padding-left: 8px;
    margin-bottom: 4px;
}

.tick-right {
    position: absolute;
    width: 8px;
    height: 4px;
    background-color: #7FC9FF;
    margin-top: -14px;
    margin-left: 23px;
}

.tick-down {
    position: absolute;
    width: 4px;
    height: 8px;
    background-color: #7FC9FF;
    margin-top: -1px;
    margin-left: 10px;
}

#treeviewnav {
    /*height: 200px;*/
}

.top-selection-cards {
    text-align: center;
}

.selection-card {
    cursor: pointer;
}


/* TOP INDEX */

.div-link {
    cursor:pointer;
}

.question-group-container {
    height: 90%;
}

.accordion-item:first-of-type {
    border-top: none !important;
}

.accordion-button {
    background-color: white!important;
    
}

.accordion-button:focus, .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: black;
}

.accordion-body {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 16px;
}

.question-group-container {
    max-height: 650px;
    scroll-behavior: smooth;
    overflow-y: auto;
    overflow-x:hidden;
}

.question-body {
    display: block!important;
}

.accordion-button {
    padding-left: 0px;
    padding-right: 0px;
}

.accordion-button .answer-ok {
    font-weight: 700;
    color: #419468;
}

.accordion-button .answer-false {
    font-weight: 700;
    color: #e4e4e4;
}

.white-block-sub {
    padding-top: 4px!important;
}

.buttonBlue {
    display: flex;
    width: fit-content;
    min-width: 210px;
    height: 44px;
    padding: 14px 24px 14px 24px;
    gap: 0px;
    border-radius: 22px;
    border: 2px 0px 0px 0px;
    opacity: 0px;
    background: #337ab7;
    border: 2px solid #337ab7;
    color: #ffffff;
    justify-content: center;
    /*font-family: SKODA Next;*/
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-align: center;
}
.IsNotVisible {
    color: silver !important;
}

.buttonDetail {
    display: flex;
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 21px;
    border: 0px;
    opacity: 0px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    box-shadow: 0px 0px 8px 0px #00000026;
    /*SVG:*/
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7 12.22L12.26 13.66L7 8.4L1.74 13.66L0.3 12.22L5.56 6.96L0.3 1.7L1.74 0.259999L7 5.52L12.26 0.259999L13.7 1.7L8.44 6.96L13.7 12.22Z' fill='%23F54C4C'/%3E%3C/svg%3E ");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

@media (min-width: 1024px) {
    .result-info {
        bottom: 112px !important;
        cursor: pointer;
        position: fixed !important;
        right: 16px;
        left: auto !important;
    }
}

.order-btns {
    position: fixed !important;
    top: 100px;
    left: 100px;
}

.order-btns > button {
    max-height: 24px;
}

.flags-container {
    display: flex;
}

.white-block-printers {
    max-width: none !important;
    height: auto !important;
}

.question-popup-detail * {
    text-align: initial;
}

.question-popup-detail {
    height: 100%;
}

.question-popup-detail > iframe {
    width: 100%;
    height: 100%;
}