.helpQuestions {
    padding-left: 30px;
    font-family: Inter, sans-serif;
}

#helpQuestions a {
    text-decoration: none;
    color: initial;
}

.helpSubtitle {
    cursor: pointer;
    text-decoration: underline;
    color: #3c98ff;
}

.helpSubtitle selected {
    color: #3c98ff;
    background-color: Crismon;
}

#includedSupportFooter {
    border: 1px solid #e8e8e8;
    padding: 8px;
    border-radius: 4px;
    background: #f8f9fa;
    text-align: center;
    margin-top: 50px;
}

#questionContent {
    font-weight: 300;
    min-height: 200px;
}

#questionContent p {
    line-height: 25px;
}

#questionContent a {
    color: #0b5fff;
}

#questionContent p.boldPoint {
    background: whitesmoke;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#questionContent p.boldPoint2 {
    color: #4c67c6;
    margin-left: 100px;
    margin-right: 0px;
    background: #ecf4ff;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#questionContent p.point2 {
    color: #4c67c6;
    margin-left: 0px;
    margin-right: 0px;
    background: #ecf4ff;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.indent {
    margin-left: 100px;
}

.questionTitle {
    color: royalblue;
}

.questionAnswer p {
    text-align: justify;
}

.questionAnswer img {
    text-align: center;
}

.pointDescription p {
    text-align: justify;
}

.pointDescription2 p {
    text-align: justify;
}

.helpQuestion {
    padding: 6px;
    transition: 200ms;
    transition-delay: 0ms;
}

.helpQuestion--important {
    color: crimson;
}

.helpQuestion:hover {
    color: white;
    cursor: pointer;
    background: none repeat scroll 0% 0% #444444;
    border-radius: 0;
    transition: all 200ms ease 0ms;
}

.boldPoint:hover {
    color: #101010;
    cursor: pointer;
    background: none repeat scroll 0% 0% #444444;
    border-radius: 0;
    transition: all 200ms ease 0ms;
}

.boldPoint2:hover {
    color: #101010;
    cursor: pointer;
    background: none repeat scroll 0% 0% #444444;
    border-radius: 0;
    transition: all 200ms ease 0ms;
}

.questionAnswer img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.columnFF {
    text-align: center;
    width: 120px;
    padding: 20px;
    font-weight: 500;
}

.columnFF img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.columnHH {
    background: whitesmoke;
    padding: 5px;
    line-height: 30px;
}

.noBorder {
    border: 0px !important;
    background-color: white !important;
}

.compare-table-container {
    width: 100%;
    overflow-x: auto;
    font-family: Inter, sans-serif;
}

.compareTable {
    background-color: whitesmoke;
    font-weight: 300;
    overflow: scroll; /* Scrollbar are always visible */
    border: 1px;
    border-color: whitesmoke;
    border-spacing: 1px;
    border-collapse: separate;
    margin: auto;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: initial;
}

.compareTable td {
    background-color: white;
}

.compareCell {
    width: 125px;
    text-align: center;
    padding: 5px;
    color: #404040;
}

.compareContent {
    padding: 5px;
    color: #404040;
}

.compareYes {
    width: 17px;
    height: 17px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICAgIDxwYXRoIGZpbGw9IiMwYjVmZmYiIGQ9Ik0yNTYgOEMxMTkgOCA4IDExOSA4IDI1NnMxMTEgMjQ4IDI0OCAyNDggMjQ4LTExMSAyNDgtMjQ4UzM5MyA4IDI1NiA4em0wIDQ4YzExMC41IDAgMjAwIDg5LjUgMjAwIDIwMCAwIDExMC41LTg5LjUgMjAwLTIwMCAyMDAtMTEwLjUgMC0yMDAtODkuNS0yMDAtMjAwIDAtMTEwLjUgODkuNS0yMDAgMjAwLTIwMG0xNDAuMiAxMzAuM2wtMjIuNS0yMi43Yy00LjctNC43LTEyLjMtNC43LTE3LS4xTDIxNS4zIDMwMy43bC01OS44LTYwLjNjLTQuNy00LjctMTIuMy00LjctMTctLjFsLTIyLjcgMjIuNWMtNC43IDQuNy00LjcgMTIuMy0uMSAxN2w5MC44IDkxLjVjNC43IDQuNyAxMi4zIDQuNyAxNyAuMWwxNzIuNi0xNzEuMmM0LjctNC43IDQuNy0xMi4zIC4xLTE3eiIvPgo8L3N2Zz4=');
    opacity: 0.8;
    margin: auto;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    margin-top: 5px;
}

.compareYesWithGold {
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border-width: 2px;
    background: cornflowerblue;
}

.compareNo {
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    border-width: 2px;
    background: rgb(240, 240, 240);
    opacity: 0.9;
    background-repeat: no-repeat;
}

.paddingTopBottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.red {
    color: #dd0e0e;
}

.distinction {
    color: #4c67c6;
    font-weight: bold;
    font-size: 20px;
}

.uwagared {
    border: 1px solid #ff4d4d;
    background: #ffecec;
    padding: 10px 12px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px
}

.uwagablu {
    border: 1px solid #4d91ff;
    background: #ecf4ff;
    padding: 10px 12px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 100px;
    margin-right: 100px;
}

.fullwidth {
    margin-left: 0px;
    margin-right: 0px;
}

.borderound {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    margin-bottom:10px;
    }

.header3 {
    font-size: 18px;
    font-weight: 350;
    margin-bottom: 20px;
    }

.certimg {
    width: 900px;
    border: 1px solid #5f49868a;
    border-radius: 25px;
}

.arrow {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    transition: transform 0.5s;
    color: #a3a3a370;
}

.arrow.open {
    transform: rotate(180deg);
}

.oo {
  border: 1px solid gray;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  align-content: center;
  vertical-align: text-bottom;
  line-height: 14px;
  font-weight: 350;
  font-size: 14px;
}

.bgblu { border-color: #4c67c6}
.bgred { border-color: #dc3545; }
.bgplum { border-color: #A160C0; }
.bgtrk { border-color: #1BBCC2; }

.arrow-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
}

.nomargins {
    margin-left: 0px;
    margin-right: 0px;
}