﻿.main {
    margin-top: 6%;
    min-width: 1300px;
}

.card-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 46px;
    margin-top: 190px;
}

.gid-span {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #878A8A;
    margin-bottom:60px;
}

.gid-header {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #2C3537;
    margin-bottom: 30px;
}

.gid-input {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 11px 12px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    width: 510px;
    height: 40px;
    outline: none;
}

.search-gid {
    display: flex;
    justify-content: center;
    line-height: 21px;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: absolute;
    margin-left: 360px;
}

.card {
    /*width: 280px;*/
    height: 389px; /*433px*/
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 3%) !important;
    border-radius: 8px !important;
    /*padding-top: 24%;*/
}
    .card.f-d--column {
        flex-direction: column;
    }

.card-body {
    line-height: 30px;
}

.bottom-gid {
    width: auto !important;
    height: auto !important;
    padding-top: 0px !important;
}

.AllQuestionTopicsLink {
    position: absolute;
    bottom: 6%;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-decoration-line: underline !important;
    color: #008F91 !important;
}

.gid {
    font-family: Ubuntu !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 16px;
    color: #008F91 !important;
    border-bottom: 1px solid #008b8a;
    margin-bottom: -1px;
}

.img-q {
    position: absolute;
    z-index: 3;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    margin-top: 10px;
}
input.gid-com {
    width: 625px;
    height: 84px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #d2d4d5;
}
.img-v {
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    margin-top: 10px;
}

.img-z {
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    margin-top: 10px;
}

.img-s {
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    margin-top: 10px;
}

.card-title {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    color: #2C3537;
}

.card-text {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 33px;
    color: #2C3537;
}

.bottom-gid {
    width: auto !important;
    height: auto !important;
    padding-top: 0px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: none;
    border: none;
    box-shadow: none !important;
    margin-bottom: 60px;
}

.card-body--items {
    display: grid;
    grid-gap: 10px;
    width: 422px;
    height: max-content;
    margin-left: -18px;
}

/*.card-tex--items {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    width: 422px;
    height: max-content;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 49px;
    color: #2C3537;
    padding-left: 30px;
}*/
.card-tex--items {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 3%);
    border-radius: 8px;
    width: 422px;
    height: max-content;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #2C3537;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.gid--pop-questions {
    background: #FFFFFF;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 8px;
    width: 744px;
    height: 231px;
    margin-top: 13.5px;
    padding-bottom: 30px;
    height: max-content !important;
}

.gid--pop-question {
    height: max-content; /*67px*/
    background: #FFFFFF;
    border: 1px solid #D2D4D5;
    box-sizing: border-box;
    border-radius: 8px;
    width: 685px;
    /*margin-left: 24px;*/
    position: absolute;
    /*margin-top: 10%;*/
    padding-left: 19px;
    padding-top: 26px !important;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #2C3537;
}

.gid-btns {
    background: #F1F1F1;
    border-radius: 20px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #2C3537;
    width: 60px;
    height: 28px;
    border: none;
    outline: none;
}
.gid-com--button input[type="button"] {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    border: none;
    border-radius: 6px;
}
.gid-com--button {
    padding: 0px !important;
    display: flex;
    justify-content: flex-start;
    grid-gap: 21px;
    flex-direction: row-reverse;
    margin-top: 21px;
}
.subTopic{
    color: grey;
}
.main-topics {
    height:max-content; /*589px;*/
    margin-bottom:130px;
}
.gid-subtopics {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 80px;
    color: #2C3537;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 3%);
    border-radius: 8px;
    width: 377px;
    height: 80px;
    padding-left:30px;
}
.gid-topics {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}
.gid-subtopics:hover {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 12%);
    border-radius: 8px;
}
.gid-subtopics:focus {
    background: #D2D4D5;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 3%);
    border-radius: 8px;
}
.gid-subtopics:active {
    background: #D2D4D5;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 3%);
    border-radius: 8px;
}
.subQuestionsRow.gid_subtopic {
    display: flex;
    grid-gap: 13px;
    flex-direction:column;
}
.gid_subtopics {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 46px;
    color: #2C3537;
    background: #FFFFFF;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
    width: 422px;
    height: 48px;
    padding-left: 24px;
    border-radius: 8px;
    cursor:pointer;
}
/*.gid_subtopics:hover {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 12%);
    border-radius: 8px;
}*/
.gid_subtopics--active {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 46px;
    color: #FFFFFF;
    background: #2C3537;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 3%);
    border-radius: 8px;
}
/*.gid_subtopics:before {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 46px;
    color: #2C3537;
    background: #FFFFFF;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
    width: 422px;
    height: 48px;
    padding-left: 24px;
    border-radius: 8px;
}*/
/*.gid-radio {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    cursor: pointer;
    width: 130px;
    height: 40px;
    margin-top: -10px;
}
.gid-radio:checked + .gid_subtopics:before {
    color: red;
}*/
.subtopics--answers_text {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 53px;
    color: #2C3537;
    border-bottom: 3px solid;
    height: 37px;
}
.gid-subtopics-qs {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 53px;
    color: #2C3537;
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    width: 733px;
    display: flex;
    justify-content: space-between;
}
.gid_subtopics:visited {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 46px;
    color: #FFFFFF;
    background: #2C3537;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 3%);
    border-radius: 8px;
}
.answersRow {
    /*font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 53px;
    color: #2C3537;
    padding-left: 30px;*/
    background: #FFFFFF;
    border: 0px solid #99A0A2;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 12%);
    margin-left:46px;
    /*width:733px;*/
    /*height:max-content;*/
}
.gid--pop-questions div {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #2C3537;
    padding: 30px;
    position: relative;
}
a {
    cursor:pointer;
}
.gid-topics img {
    position: absolute;
    margin-left: 310px;
    margin-top: 26px;
}
.subtopics_header {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2C3537;
    margin-bottom: 30px;
    margin-top:190px;
}
p.search-partial--text {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #878A8A;
}
/*.pool_subtopics {
    background: #FFFFFF;
    border: 0px solid #99A0A2;
    box-sizing: border-box;
    border-radius: 0px;
    margin-left: 46px;*/
    /*padding: 10px;*/
    /*width:733px;
}*/
.gid-subtopics-q {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 53px;
    color: #2C3537;
    padding-left: 30px;
    padding-right: 30px;
    width: 771px;
    display: flex;
    justify-content: space-between;
}
.subtopics-hr {
    border: 1px solid rgb(210, 212, 213);
    width: 710px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    text-align:center;
    align-items:center;
    margin-left:30px;
}
span.subtopics-plus {
    /*margin-right: 10px;
    transform: rotate( 45deg );*/
    margin-right: 10px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 53px;
    /* or 331% */
    color: #2C3537;
}
.subtopics--answers {
    /*padding-left: 30px;*/
    /*padding-right: 60px;*/
    background: #F5F5F5;
    width: 751px;
    border-radius:8px;
    margin-left: 10px;
    /*border-bottom-left-radius: 8px;*/
    padding-left: 21px;
    /*border-bottom-right-radius: 8px;*/
    padding-top:24px;
    padding-bottom:24px;
    margin-bottom:10px;
}
p.answerTxt {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #2C3537;
    padding: 13px;
}
.subtopics-document {
    background: #ffffff;
    margin: 13px;
    padding: 21px;
    margin-right: 51px;
    border-radius: 8px;
}
h3.subtopics-document-h {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #2C3537;
}
p.document {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #2C3537;
}
.subtopics--pop-question {
    /* background: #ffffff; */
    margin: 13px;
    padding: 21px;
    margin-right: 51px;
    border-radius: 8px;
    border: 1px solid #D2D4D5;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #2C3537;
}
.subtopics--pop-question a {
    color: #008b8a;
}
.gid--pop-question a {
    color: #008b8a;
}
input.gid-btns--subtopics {
    background: #99A0A2;
    border-radius: 20px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #2C3537;
    width: 60px;
    height: 28px;
    border: none;
    outline: none;
}
.gid-imgs {
    margin-left:10px;
    margin-bottom:10px;
    margin-right:10px;
}
.search-partial {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 11px 12px rgb(0 0 0 / 3%);
    border-radius: 20px;
    height: max-content;
    padding: 10px;
    width: 510px;
    position: relative;
    /*margin-bottom: -30px;*/
    z-index: 3;
    margin-top: -76px;
    text-align: left;
}
.button-search {
    width: 46px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 3px;
    margin-left: -22px;
}
/*img.button-search--close {
   margin-top:3px;
}*/
ul.search-partial--list {
    padding-left: 10px;
}
a.texts-c {
    padding-top: 10px;
}
.card-body {
    line-height: 30px;
    margin-left: 3px;
}
.card-body.card-body--items {
    margin-left: -13px !important;
}
img.search-button {
    /* margin-bottom: 3px; */
    /* margin-bottom: 3px; */
    position: absolute;
    /* margin-right: 30px; */
    margin-top: 6px;
    margin-left: -40px;
}
img.search-button {
    /*margin-bottom: 3px;*/
    margin-bottom: 3px;
    position: absolute;
    margin-right: 30px;
    margin-top: 4px;
}
h1.result-search-h {
    margin-top: 190px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2C3537;
}
.search-result-s {
    background: #FFFFFF;
    border-radius: 8px;
    margin: 30px;
    padding: 19px;
    margin-left: 0px;
}
.search-result-s h3 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #2C3537;
}
input.gid-btns:hover {
    background: #99A0A1;
    border-radius: 20px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
} 