@font-face{
    font-family:'roboto';
    src:url("../fonts/Roboto-Regular.eot");
    src:url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight:normal;
    font-style:normal
}


.circle-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.circle-placeholder img {
    width: 100%;
    height: auto;
}

html{
    box-sizing:border-box;
    height:100%
}

*,*:before,*:after{
    box-sizing:inherit
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}

strong{
    font-weight:bold
}

body{
    line-height:1;
    height:100%
}

ol,ul{
    list-style:none
}

blockquote,q{
    quotes:none
}

blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none
}

table{
    border-collapse:collapse;
    border-spacing:0
}

*:focus{
    outline:0
}

input,select,textarea{
    border:0;
    box-shadow:0
}

html{
    height:100%
}

body{
    height:100%;
    line-height:1;
    background:#1A1E23;
    font-family:roboto, helvetica, sans-serif, arial, verdana, tahoma;
    font-size:16px;
    color:#000
}

a:link{
    text-decoration:underline;
    color:#E74C3C
}

a:visited{
    text-decoration:underline;
    color:#E74C3C
}

a:active{
    text-decoration:underline;
    color:#E74C3C
}

a:hover{
    text-decoration:underline;
    color:#E74C3C
}

h1,h2,h3,h4,h5{
    font-weight:normal;
    font-family:roboto, helvetica, sans-serif, arial, verdana, tahoma;
    font-size:26px;
    color:#E74C3C;
    margin-bottom:20px
}

h1{
    font-size:36px
}

h2{
    font-size:20px
}

h3{
    font-size:18px;
    font-weight: bold;
    margin-bottom: 10px;
}

h4,h5{
    font-size:22px;
    margin-bottom:10px
}

.jsWarning>input[value="open"]:not(:checked){
    display:none
}

.container{
    width:100%;
    margin:0 auto;
    min-height:100%;
    position:relative;
    
    overflow:auto
}

.container .centerWrap{
    display:block;
    margin:0 auto;
    width:100%;
    max-width:1240px;
    padding:0 20px
}

.container>header{
    position:fixed;
    top:0;
    left:0;
    margin:0;
    display:block;
    width:100%;
    height:60px;
    background:#1A1E23;
    padding:10px 0;
    box-shadow:0px 2px 5px 0px rgba(0,0,0,0.06);
    z-index:99999
}

.container>header>.centerWrap{
    font-size:0;
    position:relative;
    max-width:100%
}

@media (max-width: 735px){
    .container>header>.centerWrap{
        padding:0 10px
    }
}

@media (max-width: 560px){
    .container>header>.centerWrap{
        text-align:center
    }
}

.container>header>.centerWrap>.dreadLogo{
    display:inline-block;
    vertical-align:middle;
    margin-right:25px;
    text-decoration:none
}

@media (max-width: 655px){
    .container>header>.centerWrap>.dreadLogo{
        margin-right:0
    }
}

@media (max-width: 560px){
    .container>header>.centerWrap>.dreadLogo{
        margin-right:10px
    }
}

.container>header>.centerWrap>.dreadLogo>.square{
    display:inline-block;
    vertical-align:middle;
    width:40px;
    height:40px;
    background-color:#E74C3C;
    background-size:35px 35px;
    background-position:center center;
    background-repeat:no-repeat;
    margin-right:10px;
    background-image:url(/daunt-icon-sm.png)
}

@media (max-width: 655px){
    .container>header>.centerWrap>.dreadLogo>.square{
        margin-right:0
    }
}

.container>header>.centerWrap>.dreadLogo>.text{
    display:inline-block;
    vertical-align:middle;
    font-size:30px;
    color:#fff;
    font-weight:bold
}

@media (max-width: 655px){
    .container>header>.centerWrap>.dreadLogo>.text{
        display:none
    }
}

.container>header>.centerWrap>.subdreadQuick{
    display:inline-block;
    vertical-align:middle;
    height:40px;
    border-left:1px solid #252B33;
    padding-left:10px;
    font-size:16px
}

.container>header>.centerWrap>.subdreadQuick>ul{
    list-style:none;
    display:inline-block;
    vertical-align:middle
}

.container>header>.centerWrap>.subdreadQuick>ul li{
    display:inline-block;
    vertical-align:middle;
    margin:0 15px;
    height:40px;
    line-height:40px
}

.container>header>.centerWrap>.subdreadQuick>ul li>a{
    text-decoration:none;
    color:#cbcbcb;
    text-transform:lowercase
}

.container>header>.centerWrap>.subdreadQuick>ul li>a:hover{
    color:#fff
}

.container>header>.centerWrap>.subdreadQuick>ul li.active{
    color:#E74C3C
}

.container>header>.centerWrap>.userNav{
    position:absolute;
    top:0;
    right:20px;
    height:40px
}

@media (max-width: 735px){
    .container>header>.centerWrap>.userNav{
        right:10px
    }
}

@media (max-width: 560px){
    .container>header>.centerWrap>.userNav{
        position:relative;
        right:0;
        display:inline-block;
        vertical-align:middle
    }
}

.container>header>.centerWrap>.userNav>.no_auth{
    display:inline-block;
    vertical-align:middle;
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#fff;
    margin-left:30px
}

.container>header>.centerWrap>.userNav>.no_auth>a{
    color:#cbcbcb;
    font-size:14px;
    text-decoration:none;
    display:inline-block;
    margin-right:15px
}

.container>header>.centerWrap>.userNav>.no_auth>a:hover{
    color:#fff
}

.container>header>.centerWrap>.userNav>.no_auth>a:last-child{
    margin:0;
    margin-left:15px
}

.container>.content{
    width:100%;
    max-width:100%;
    margin-top:60px;
    font-size:0;
    display:block;
    max-height:calc(100vh - 60px);
    overflow-y:auto;
    position:relative;
    background:#EFEFED
}

@media (max-width: 980px){
    .container>.content{
        max-width:100%
    }
}

.container>.content>h1{
    padding:0 10px
}

.container>.content.no-top{
    padding-top:0
}

.container>.content.no-top>.display_alerts{
    margin-bottom:0;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.2);
    z-index:5;
    position:relative
}

.container>.content.no-top>.display_alerts>.alert{
    margin-bottom:0
}

.container>.content .page-inner{
    display:block;
    max-width:95%;
    width:1200px;
    margin:20px auto;
    padding:0 5px
}

a.standardBtn,div.standardBtn,button.standardBtn{
    font-family:roboto, helvetica, arial, tahoma, verdana;
    color:#fff !important;
    background:#E74C3C;
    height:35px;
    line-height:35px;
    font-size:12px;
    text-align:center;
    padding:0 25px;
    display:inline-block;
    margin:0;
    margin-right:5px;
    margin-bottom:5px;
    outline:0;
    border:none;
    cursor:pointer;
    text-decoration:none;
    text-transform:uppercase
}

.dir-home {
    padding: 15px;
}

.dir-list {
    position: relative;
}

.dir-list > input[type="radio"][name="link-filter"]{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    border: none;
    outline: 0;
    padding: 0;
    width: 105px;
    height: 35px;
    cursor: pointer;
}

.dir-list > input[type="radio"][name="link-filter"]:nth-child(2){ left: 110px; }
.dir-list > input[type="radio"][name="link-filter"]:nth-child(3){ left: calc(110px * 2); }
.dir-list > input[type="radio"][name="link-filter"]:nth-child(4){ left: calc(110px * 3); }
.dir-list > input[type="radio"][name="link-filter"]:nth-child(5){ left: calc(110px * 4); }

.dir-list > .standardBtn.dir-filter {
    padding-left: 0;
    padding-right: 0;
    width: 105px;
    text-align: center;
    background-color: transparent !important;
    color: #E74C3C !important;
    font-weight: bold;
}

.dir-list > input[type="radio"][name="link-filter"]:nth-child(1):checked ~ .standardBtn.dir-filter[data-tag="all"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(2):checked ~ .standardBtn.dir-filter[data-tag="forums"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(3):checked ~ .standardBtn.dir-filter[data-tag="markets"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(4):checked ~ .standardBtn.dir-filter[data-tag="shops"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(5):checked ~ .standardBtn.dir-filter[data-tag="other"] {
    background-color: #E74C3C !important;
    color: #fff !important;
    font-weight: normal;
}

.dir-list > input[type="radio"][name="link-filter"]:nth-child(2):checked ~ .items .service-item[data-category="markets"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(2):checked ~ .items .service-item[data-category="shops"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(2):checked ~ .items .service-item[data-category="other"] {
    display: none;
}

.dir-list > input[type="radio"][name="link-filter"]:nth-child(3):checked ~ .items .service-item[data-category="forums"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(3):checked ~ .items .service-item[data-category="shops"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(3):checked ~ .items .service-item[data-category="other"] {
    display: none;
}

.dir-list > input[type="radio"][name="link-filter"]:nth-child(4):checked ~ .items .service-item[data-category="forums"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(4):checked ~ .items .service-item[data-category="markets"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(4):checked ~ .items .service-item[data-category="other"] {
    display: none;
}

.dir-list > input[type="radio"][name="link-filter"]:nth-child(5):checked ~ .items .service-item[data-category="forums"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(5):checked ~ .items .service-item[data-category="shops"],
.dir-list > input[type="radio"][name="link-filter"]:nth-child(5):checked ~ .items .service-item[data-category="markets"] {
    display: none;
}

.dir-list > input[type="radio"][name="link-filter"]:nth-child(1):checked ~ .items .service-item { display: block; }

.dir-list > .items {
    margin-top: 5px;
}

.dir-list > .items > .service-item {
    display: block;
    width: 100%;
    background-color: #fff;
    position: relative;
    margin-bottom: 5px;
}

.dir-list > .items > .service-item > input[type="checkbox"][name="toggle-mirrors"]{
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    cursor: pointer;
    outline: 0;
    border: none;
    opacity: 0;
    z-index: 5;
}

.dir-list > .items > .service-item > .item-detail {
    padding: 10px;
    position: relative;
}

.dir-list > .items > .service-item > .item-detail > .icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #efefef;
    background-size: cover;
    background-position: center center;
}

.dir-list > .items > .service-item > .item-detail > .text-hold {
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
    padding: 0 10px;
    font-size: 16px;
}

.dir-list > .items > .service-item > .item-detail > .text-hold > .service-name {
    font-size: 18px;
    display: inline;
    text-decoration: none;
}

.dir-list > .items > .service-item > .item-detail > .text-hold > .count {
    font-size: 14px;
    margin-top: 5px;
    color: #666;
}

.dir-list > .items > .service-item > .item-detail > .expand-btn:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -5px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #666 transparent transparent transparent;
    content: '';
    transition: transform .25s ease-in-out;
}

.dir-list > .items > .service-item > .item-detail > .expand-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.dir-list > .items > .service-item > input[type="checkbox"][name="toggle-mirrors"]:checked ~ .item-detail > .expand-btn:after {
    transform: rotate(180deg);
}

.dir-list > .items > .service-item > .mirror-list {
    padding: 10px;
    border-top: 1px solid #efefef;
    display: none;
}

.dir-list > .items > .service-item > .mirror-list > .mirror {
    display: block;
    width: 100%;
    border-radius: 2px;
    text-decoration: none;
    margin-bottom: 5px;
    padding-left: 46px;
    position: relative;
    overflow: hidden;
    background-color: #efefef;
}

.dir-list > .items > .service-item > .mirror-list > .mirror > .symbol {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 36px;
    margin-right: 10px;
    background-color: #666;
    border-radius: 2px 0 0 2px;
}

.dir-list > .items > .service-item > .mirror-list > .mirror > .symbol:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.dir-list > .items > .service-item > .mirror-list > .mirror > .symbol.tor:after {
    content: 'TOR';
}

.dir-list > .items > .service-item > .mirror-list > .mirror > .symbol.i2p:after {
    content: 'i2p';
}

.gg-lock {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(.65);
    width: 12px;
    height: 8px;
    border: 2px solid #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom: transparent;
}
.gg-lock::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 11px;
    border-radius: 1px;
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px;
    left: -4px;
    top: 7px;
    color: #fff;
    background-color: #fff;
}

.dir-list > .items > .service-item > .mirror-list > .mirror > .symbol > .gg-lock {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -9px auto;
}

.dir-list > .items > .service-item > .mirror-list > .mirror.locked > .link {
    filter: blur(2px);
}

.dir-list > .items > .service-item > .mirror-list > .mirror > .link {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 10px 8px 0;
    color: #666;
    max-width: calc(100% - 80px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dir-list > .items > .service-item > .mirror-list > .mirror > .verify {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    text-align: center;
    background-color: #E74C3C;
    color: #fff;
    height: 100%;
}

.dir-list > .items > .service-item > .mirror-list > .mirror.locked > .verify {
    background-color: #666;
}

.dir-list > .items > .service-item > .mirror-list > .mirror > .verify > span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.dir-list > .items > .service-item > input[type="checkbox"][name="toggle-mirrors"]:checked ~ .mirror-list {
    display: block;
}

.dir-list > .items > .service-item > .mirror-list > .more {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
}

.container>.content>footer{
    display:block;
    width:100%;
    background:#1A1E23;
    padding:50px 0
}

.container>.content>footer>.centerWrap{
    font-size:0
}

.container>.content>footer>.centerWrap>.dreadLogo{
    display:inline-block;
    vertical-align:middle;
    text-decoration:none;
    width:140px
}

@media (max-width: 630px){
    .container>.content>footer>.centerWrap>.dreadLogo{
        display:block;
        margin:0 auto 20px auto
    }
}

.container>.content>footer>.centerWrap>.dreadLogo>.square{
    display:inline-block;
    vertical-align:middle;
    width:40px;
    height:40px;
    background-size: 100% auto;
    background-position:center center;
    background-repeat:no-repeat;
    margin-right:10px;
    background-image: url(../images/daunt-icon-sm.png);
}

.container>.content>footer>.centerWrap>.dreadLogo>.text{
    display:inline-block;
    vertical-align:middle;
    font-size:30px;
    color:#fff;
    font-weight:bold
}

.container>.content>footer>.centerWrap>.columns{
    display:inline-block;
    vertical-align:middle;
    width:calc(100% - 140px);
    padding-left:50px;
    font-size:0
}

@media (max-width: 630px){
    .container>.content>footer>.centerWrap>.columns{
        display:block;
        width:100%;
        padding:0 25px
    }
}

.container>.content>footer>.centerWrap>.columns>.item{
    display:inline-block;
    vertical-align:top;
    width:calc(100% / 3)
}

@media (max-width: 630px){
    .container>.content>footer>.centerWrap>.columns>.item{
        display:block;
        width:100%;
        margin-bottom:25px;
        text-align:center
    }
}

.container>.content>footer>.centerWrap>.columns>.item>.heading{
    color:#999;
    font-size:16px;
    margin-bottom:20px
}

.container>.content>footer>.centerWrap>.columns>.item>div{
    margin-bottom:5px
}

.container>.content>footer>.centerWrap>.columns>.item>div a{
    color:#E74C3C;
    text-decoration:none;
    font-size:14px
}

/* Add to the existing CSS */
#service-icon-41 { background-color: darkblue; }
#service-icon-42 { background-color: darkred; }
#service-icon-43 { background-color: darkorange; }
#service-icon-44 { background-color: darkgreen; }
#service-icon-45 { background-color: purple; }
#service-icon-46 { background-color: teal; }
#service-icon-47 { background-color: brown; }
#service-icon-48 { background-color: black; }
#service-icon-49 { background-color: red; }
#service-icon-50 { background-color: navy; }

.captcha-tag {
    position: absolute;
    top: 50%;
    padding: 0 5px;
    border-radius: 3px;
    background-color: #E74C3C;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    text-transform: uppercase;
    right: 90px;
}

/* Icons for the demo */
#service-icon-1 {
    background-color: purple;
}
#service-icon-2 {
    background-color: blue;
}
#service-icon-3 {
    background-color: #E74C3C;
}
#service-icon-40 {
    background-color: green;
}

.text-hold {
    display: flex;
    align-items: center;
}

/* Add this CSS for market descriptions */
.market-description {
    font-size: 14px; /* Adjust font size as needed */
    color: #666; /* Change text color */
    margin-top: 5px; /* Space above the description */
    padding: 5px; /* Padding around the description */
    border-top: 1px solid #efefef; /* Optional: border above the description */
}
/* Update the background color and center text in the info section */
 .info-section {
        padding: 20px;
        background-color: #f9f9f9; /* Lighter background for contrast */
        margin: 20px 0; /* Space around the section */
        border-radius: 5px; /* Rounded corners */
        text-align: center; /* Center text */
    }

    .info-section h3 {
        font-size: 24px; /* Subheading size */
        color: #E74C3C; /* Color for subheadings */
        margin-bottom: 10px; /* Space below subheadings */
    }

    .info-section p {
        font-size: 16px; /* Paragraph text size */
        color: #555; /* Darker text color for readability */
        margin-bottom: 15px; /* Space below paragraphs */
    }

    .info-section table {
        width: 100%; /* Full width for the table */
        border-collapse: collapse; /* Collapse borders */
        margin-top: 10px; /* Space above the table */
        margin-left: auto; /* Center table */
        margin-right: auto; /* Center table */
    }

    .info-section th, .info-section td {
        border: 1px solid #ddd; /* Light border for table cells */
        padding: 8px; /* Padding inside cells */
        text-align: left; /* Align text to the left */
    }

    .info-section th {
        background-color: #E74C3C; /* Header background color */
        color: white; /* Header text color */
    }

    /* Adjust table appearance when there are no rows */
    .info-section tbody tr:nth-child(even) {
        background-color: #f2f2f2;
    }
/* FAQ item styling */
.faq-item {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #ffffff;
    border-left: 4px solid #E74C3C;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.faq-item h4 {
    color: #E74C3C;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.faq-item p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
