body{
    font-size: 14px;
    background: rgb(250, 250, 250);
    height: 100vh;
    outline: none;
}
nav{
    box-shadow: 0px 0px 6px rgb(212, 212, 212);
    background-color: white;
}

nav .nav-mzd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;

}

.bgmzd{
    background-color: #ff1b1b!important;
}

.root{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
}

.sst-cont{
    width: 100%;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-direction: column;
}

.container-c{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.bold{
    font-weight: 400;
}

.logo{
    width: 40px;
}

.sell-btn{
    background: #ff4444;
    color: white;
    padding: 15px;
}

.sell-btn:hover{
    color: white;
}

.bold-w{
    font-weight: bold;
    color: white;
}

footer div p{
    margin: 0px;
    font-size: 12px;
}

.search{
    background: white;
    padding: 15px;
    width: 600px;
    border-radius: 3px 0px 0px 3px;
    border-top: 1.5px solid rgb(221, 221, 221);
    border-bottom: 1.5px solid rgb(221, 221, 221);
    border-left: 1.5px solid rgb(221, 221, 221);
    border-right: 0px solid white;
    outline: none;
}

.form-search{
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.c-us{
    padding: 15px;
    padding-left: 70px;
    padding-right: 70px;
    background: #ff4444;
    color: white;
}

.rdb{
    border-radius: 3px;
}

.result-text{
    font-size: 18px;
    font-weight: 400;
}

.search-result{
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 16px;
}

.cqsn{
    font-size: 15px;
}

.search-c input, .search-c button{
    display: inline;
}

.stl-help{
    font-weight: 400;
}

.searchBtn{
    background: white;
    padding: 15px;
    border-radius: 0px 3px 3px 0px;
    color:white;
    border-top: 1.5px solid rgb(221, 221, 221);
    border-bottom: 1.5px solid rgb(221, 221, 221);
    border-right: 1.5px solid rgb(221, 221, 221);
    border-left: 0px solid white;
}

.hc-you{
    display: none;
}

.help div a.rounded:hover{
    text-decoration: none;
    color: white;
}

.help ul li a{
    color: black;
    text-decoration: none;
}

.help ul li a:hover{
    color: #ff4444;
}

.cqsn div.article-category-tree .category h2, h3{
    font-size: 18px;
    margin: 0px;
    font-weight: 400;
}
.cqsn div.article-category-tree .category h2 a{
    color: black;
    display: block;
    padding: 12px;
}

.cqsn div.article-category-tree .category h2 a:hover{
    color: rgb(39, 39, 39);
    text-decoration: none;
}

div.article-category-tree section.category{
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.material-icons.md-14 { font-size: 20px; vertical-align: -4px!important;}
.material-icons.md-13 { font-size: 13px; vertical-align: -2px!important;}
.material-icons.md-ch { font-size: 18px; vertical-align: -5px!important;}

.material-icons.md-12 { font-size: 15px; }

.material-icons.md-18 { font-size: 20px; }
.material-icons.md-58 { font-size: 58px; }

.cqsn div.article-category-tree .category h2 .material-icons{
    color: black;
}

.cqsn div.article-category-tree .category h2 a span{
    display: inline;
}

.cqsn div.article-category-tree .category h2 .categorytext{
    font-size: 18px;
    margin: 0px;
    font-weight: 400;
    color: black;
    padding: 5px;
    border-left: 1px solid #999999;
    padding-left: 15px;
}

.cqsn div.article-category-tree .category h2 .mainicon{
    padding-right: 10px;
}

.cqsn div.article-category-tree .category h2 .expandmore{
    float: right;
    color:#999999;
}

.cqsn div.article-category-tree .category h2 a:hover .expandmore{
    color: rgb(0, 0, 0);
}

.cqsn div.article-category-tree .category h3 a{
    color: black;
    padding: 12px;
    padding-top: 16px;
    padding-left: 40px;
    display: block;
}
.cqsn div.article-category-tree .category h3 a:hover{
    text-decoration: none;
}

.cqsn div.article-category-tree .category h3 a span{
    display: inline;
}

.cqsn div.article-category-tree .category h3 a .categorytext{
    font-size: 15px;
    margin-left: 10px;
    color: black;
}

.cqsn div.article-category-tree .category ul {
    margin-block-start: 0.6em;
    margin-block-end: 0.6em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    list-style: none;
    padding-left: 0px;
}

.cqsn div.article-category-tree .category ul li{
    border-top: 1px solid #999999;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px;
    padding-left: 65px;
}

.cqsn div.article-category-tree .category ul li a{
    color: black;
}

.sublslinks{
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.sublslinks li{
    display: inline-block;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: -webkit-match-parent;
    margin: 0px;
    padding: 5px;
}

.sublslinks li a {
    color: #999;
    font-weight: normal;
    text-decoration: none;
}

.sublslinks li a span{
    display: inline;
}

.sublslinks li:first-child {
    border-radius: 4px 0 0 4px;
}

.sublslinks li + li {
    border-left: none;
}

.sublslinks li:last-child {
    border-radius: 0 4px 4px 0;
}

.sublslinks li.active{
    background-color: #f3f3f3;
}

.ft-ss-size{
    font-size: 22px;
}

.answer img{
    width: 100%;
}

.border-none{
    border: none!important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.search{
    padding: 15px;
    width: 240px;
}

nav{
    padding: 15px!important;
}

.bg-sm-light{
    background:rgb(250, 250, 250)!important;
}

.at-pd{
    padding: 0px!important;
    border: 0px solid none!important;
}

.rdb{
    border-radius: none!important;
    border-bottom: none!important;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .search{
        padding: 15px;
        width: 300px;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.search{
    padding: 15px;
    width: 300px;
}

.search{
    width: 600px;
}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

form input,select, textarea{
    background: white;
    border: 1.5px solid rgb(221, 221, 221);
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    display: block;
    margin-bottom: 15px;
}

form label,span{
    display:block;
    margin-bottom: 15px;
}

span{
    font-size: 13px;
    color: gray;
}

.sendit{
    background: #ff4444;
    color: white;
    padding: 15px;
    width: 100%;
    border: 1px solid #ff4444;
    border-radius: 3px;
}

input[type="file"]{
    display: none;
}

label#file{
    border: 1px dashed #ff4444;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    margin-bottom:20px;
}
