.head-title {
    color: #0B0B3B;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

.qna-item {
    font-size: 16px;
    height: 40px;
    margin-bottom: 10px;
    padding-top: 7px;
    color: #34495E;
    font-weight: bold;
    background: white;
    background: -webkit-linear-gradient(left, #FFC0CB, white);
    background: -o-linear-gradient(right, #FFC0CB, white);
    background: -moz-linear-gradient(right, #FFC0CB, white);
    background: linear-gradient(to right, #FFC0CB, white);
}

.comingsoon-popup {
    background-color: white;
    width: 200px;
    height: 40px;
    font-size: 16px;
    display: none;
    color: gray;
    z-index: 90;
    box-shadow: gray 2px 2px 3px;
    position: absolute;
    margin-top: -70px;
    margin-left: 50px;
}

.qna-item:hover {
    text-shadow: 2px 2px 3px white;
}

.qna-country {
    font-size: 16px;
    height: 35px;
}

.topic-map {
    font-size: 14px;
}

.topic-map {
    font-weight: bold;
}

.map-link:hover {
    text-decoration-line: none;
}

.head-table-map-blue {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    height: 35px;
    padding-top: 7px;
    padding-left: 7px;
    background: white;
    background: -webkit-linear-gradient(left, #6699FF, white);
    background: -o-linear-gradient(right, #6699FF, white);
    background: -moz-linear-gradient(right, #6699FF, white);
    background: linear-gradient(to right, #6699FF, white);
    color: white;
    text-shadow: 2px 2px 2px black;
}

.head-table-map-red {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    height: 35px;
    padding-top: 7px;
    padding-left: 7px;
    background: white;
    background: -webkit-linear-gradient(left, #EC7063, white);
    background: -o-linear-gradient(right, #EC7063, white);
    background: -moz-linear-gradient(right, #EC7063, white);
    background: linear-gradient(to right, #EC7063, white);
    color: white;
    text-shadow: 2px 2px 2px black;
}

.table-map {
    min-width: 200px;
    margin-top: 10px;
}

.flag-list {
    width: 40px;
    height: 20px;
    margin-right: 10px;
    -webkit-filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.cross {
    width: 60px;
    height: 15px;
    margin-right: -60px;
    opacity: 0.5;
    filter: alpha(opacity=40);
}

.flag-head {
    width: 30px;
    height: 18px;
    float: right;
    -webkit-filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.flag-head-profile {
    width: 20px;
    height: 10px;
    float: right;
    margin-top: 5px;
    -webkit-filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.continent-head {
    height: 40px;
    color: #0B0B3B;
    font-weight: bold;
}

.flag-a:hover {
    color: #34495E;
    font-weight: bold;
    text-decoration-line: none;
}

.category-a:hover {
    color: black;
    text-decoration-line: none;
}

.head-country-topic {
    min-height: 60px;
    padding-top: 15px;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 20px;
}

.head-blue {
    background: white;
    background: -webkit-linear-gradient(left, #6699FF, white);
    background: -o-linear-gradient(right, #6699FF, white);
    background: -moz-linear-gradient(right, #6699FF, white);
    background: linear-gradient(to right, #6699FF, white);
    color: white;
    text-shadow: 2px 2px 2px black;
}

.head-red {
    background: white;
    background: -webkit-linear-gradient(left, #EC7063, white);
    background: -o-linear-gradient(right, #EC7063, white);
    background: -moz-linear-gradient(right, #EC7063, white);
    background: linear-gradient(to right, #EC7063, white);
    color: white;
    text-shadow: 2px 2px 2px black;
}

.body-topic {
    min-height: 500px;
    background: -webkit-linear-gradient(#E8E8E8, white);
    background: -o-linear-gradient(#E8E8E8, white);
    background: -moz-linear-gradient(#E8E8E8, white);
    background: linear-gradient(#E8E8E8, white);
}

.flag-country-topic {
    width: 50px;
    height: 30px;
    float: right;
    -webkit-filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.qna-head {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0B0B3B;
}

.oneline {
    height: 50px;
    padding-top: 10px;
    margin-top: 20px;
}

.topic-list {
    font-size: 18px;
    height: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 2px lightgray;
}

.question-list {
    min-height: 100px;
    background-color: gray;
    border: white solid thin;
    margin-bottom: 20px;
    margin-top: -3px;
    box-shadow: 3px 3px 2px darkgrey;
    display: none;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

.question-item {
    padding-left: 30px;
    color: white;
    font-size: 14px;
    /* height: 30px; */
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: lighter;
    text-shadow: 2px 2px 4px black;
}

.question-a:hover {
    text-decoration-line: none;
    color: white;
    text-shadow: 3px 3px 3px black;
}

.show-question {
    float: right;
    padding-top: 5px;
    cursor: pointer;
}

.hide-question {
    float: right;
    padding-top: 5px;
    display: none;
    cursor: pointer;
}

.main-topic {
    font-size: 16px;
    height: 35px;
    margin-top: 10px;
    padding-top: 5px;
    background-color: white;
}

.topic-sub {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.question-text {
    font-weight: bold;
    font-size: 18px;
    color: #0B0B3B;
    margin-bottom: 10px;
}

.question-box {
    padding-top: 10px;
    margin-bottom: 10px;
    min-height: 100px;
    border: lightgray solid thin;
    box-shadow: 3px 3px 4px lightgray;
}

.answer-box {
    padding-top: 10px;
    margin-bottom: 10px;
    min-height: 300px;
    border: lightgray solid thin;
    box-shadow: 3px 3px 4px lightgray;
}

.message-question {
    font-size: 16px;
    color: black;
    padding-left: 40px;
    line-height: 35px;
}

.news-month {
    display: none;
}

.topic-news-list {
    font-size: 18px;
    height: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
    color: white;
    text-shadow: 2px 2px 2px black;
    background-color: #0B0B3B;
    box-shadow: 3px 3px 2px lightgray;
}

.question-view {
    font-size: 12px;
    float: right;
}


/*=================================================================== question for new and q&a ==========================================*/

.news-question {
    min-height: 100px;
}

.create-time-question {
    font-size: 10px;
    float: right;
}

.text-qna {
    background-color: #0B0B3B;
    color: white;
    font-size: 16px;
    font-weight: bold;
    width: 220px;
    padding: 3px;
    ;
}

.member-question-box {
    border: lightgray 2px;
    border-radius: 5px;
    border-style: dashed;
}

.answer-news-box {
    /* border: lightgrey solid thin; */
    min-height: 80px;
    /* background-color: whitesmoke; */
    color: slategray;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 14px;
}

.question-news-box {
    /* border: lightgrey solid thin; */
    min-height: 80px;
    /* background-color: whitesmoke; */
    padding-top: 10px;
    font-size: 16px;
}

.asker {
    font-size: 12px;
    font-weight: bold;
}

.image-question {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    box-shadow: 1px 1px 5px black;
}

@media screen and (max-width: 768px) {
    .asker {
        padding-left: 30px;
    }
    .create-time-question {
        padding-left: 30px;
    }
    .question-item {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 992px) {
    .question-item {
        font-size: 14px;
    }
}