@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Droid+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{ 
    background-color: #091326; /* Color de fondo oscuro */
    /* background-image: radial-gradient(at top left, rgba(255, 255, 255, 0.08), transparent 50%); */
    font-family: 'IBM Plex Sans', sans-serif;
    /* font-family: 'Droid Sans', sans-serif; */
    /* background-image: url('/files/img/background.jpg'); */
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 0 20px;
}


.separator{
    height: 3px;
    color: #000000;
    max-width: 1150px;
    margin-top: 100px;
    margin-bottom: 100px;
}

/********* Header Bar ***************************************/


.headerbar{
/*    border:solid 1px red; */
    max-width: 2500px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 5px auto;
}

.headerbar__navulcontainer{
/*    border:solid 1px orange; */
    display: flex;
    max-width: 900px;
    gap:56px;
    justify-content: space-between;
    align-items: center;
    margin: 150px;
}

.headerbar__navbar{
/*    border:solid 1px violet; */
    display: flex;
    margin-right: 40px;
    padding-bottom: 13px;
}

.headerbar__navbarul{
    display: flex;
    list-style: none;
    align-items: center;
    font-size: 15px;
    font-weight: lighter;
    width: 333px;
    justify-content: space-between;
}

.headerbar__navbarul li a {
    text-decoration: none;
    color: #696b6f;;
}
.headerbar__navbarul li a:hover{
    color: #ffffff;
}

.Header-tittle{
    max-width: 1060px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 63px;
    margin-top: 63px;

}

.Section-logo {
/*  border:solid 1px yellow; */
    text-align:center;
    margin-bottom: 100px;
}

.separator-menu{
    height: 3px;
    margin-bottom: 20px;
}

.menuburger {
    display: none;
}

.menulang {
    display: none;
}

/*  Flags  */
.headerbar__flags{
    display: flex;
    list-style: none;
    width: 280px;
    justify-content: space-between;
    align-items: center;
}
.headerbar__flags li{
    display: block;
}

/*  Hide Flags OFF */
.headerbar__flags li:nth-child(5) {
    display: none;
} 

/*  Hide menu dots or numbers */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}



.headerbar__flags img{
    width: 19px;
    height: 19px;
    vertical-align: text-top;
}


.selectorlang{
    display: block;
    width: 40px;
    height: 35px;
    opacity: 0%;
}


.flagtext{
    display: inline-block;
    font-weight: 400;
}
.flagimg{
    vertical-align: bottom;
    margin-right: 10px;
    margin-left: 20px;

}
.headerbar__flags{
    border: 1px solid #696b6f76;
    background-color: #050b16;;
    display: none;
    position: absolute;
    right: 21px;
    width: 160px;
    height: 180px;
    top: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
    z-index: 1;
    border-radius: 7px;
    align-items: flex-start;
}

#flags-switch{
    padding-top: 19px;
}

.headerbar__flags a{
    text-decoration: none;
    color: #696b6f;
}
.headerbar__flags a:hover{
    color: #49afe9;
}
.menulang {
    display: block;
    pointer-events: none;
}


.selectorlang, .menulang{
    position: absolute;
    cursor: pointer;
    top: 18px;
    right: 20px;
}

.selectorlang:checked ~ .headerbar__flags {
    display: flex;
    flex-direction: column;
}

.checkbox-burguer{
    display: none;
    opacity: 0%;
}

.headerbar__flags a:hover{
    filter: brightness(1.2);
}

.headerbar__flags img{
    width: 16px;
    height: 16px;
}

/********* Header Bar ***************************************/


/*  MISCELLANEOUS */


.H1{
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 17px;
    color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif; 
}

.H2{
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 17px;
    color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
}

.Section-H2{
    max-width: 1250px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 63px;
    margin-top: 63px;
}

.telegram {
    margin-right: 8px;
    vertical-align: middle;
}






/*** 🟩  IBM text  🟩 ***/

.IBM-text {
    font-size: 16px;
    color: #98b0c1;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
}

.IBM-text span{
    color:#49afe9;
    font-weight: 500;
    margin-left: 3px;
}


#id-over a{
    text-decoration: none;
    color:#49afe9;
}

#id-over a:hover{
    text-decoration: none;
    color: #ffffff;
}





/*** 🟩  Tor widget  🟩 ***/

.tormirror{
    max-width: 1250px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 63px;
    margin-top: 63px;
}
.tormirror p{
    border:solid 1px;  
    border-color: #4e4b979a; 
    border-radius: 12px;
    max-width: 635px;
    height: 60px;
    margin: 0px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #091121;

    font-size: 14px;
    color:#ffffff;
    line-height: 27px;
    font-weight: 500;
}

.tormirror p:hover{
    border-color: #4d4b97; 
    background: #0b1529;
    cursor: pointer;

}

.tormirror a{
    text-decoration: none;
    color:#98b0c1;
}

.tormirror span{
    font-weight: 500;
    margin-right: 9px;
}

.tormirror p img{
    width: 14px; 
    height: auto;
    margin-left: 12px;
}


.breaky {
    word-break: break-word;
}


#tormirror-id2{
    display: none;
}

#tormirror-id2 p{
    max-width: 200px;
}




/*** 🟩  PYTHON 🐍 SHARED 🟩 ***/

.guarantee{
    font-size: 17px;
    font-weight: 200;
    text-align: center;
    line-height: 25px;
    max-width: 1150px;
    margin: 0px auto;
    margin-bottom: 63px;
}






/*** 🟩  MIXER FORM  🟩 ***/

.optioncursor{
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 200;
    color: #adadad;
}

#modmix {
    cursor: default;
}

.modetext{
    text-align: center;
    font-size: 16px;
    margin-top: 53px;
    margin-bottom: 13px;
    color: #696b6f;
}

.field1{
    max-width: 574px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 43px;
}

.field1 input{
    height: 63px;
    padding-left: 10px;
    font-size: 21px;
    color: black;
    width: 100%;
    border-radius: 8px;
    border: 0px;
}

#option1{
    accent-color: #49afe9;
    width: 18px;
    height: 20px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 13px;
    align-items: center;
    vertical-align: text-bottom;
}

#option2{
    accent-color: #49afe9;
    width: 18px;
    height: 20px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 13px;
    align-items: center;
    vertical-align: text-bottom;
}

.field2{
    max-width: 574px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 43px;
    position: relative;
}

.field2 input{
    height: 63px;
    padding-left: 10px;
    font-size: 21px;
    color: black;
    width: 100%;
    border-radius: 8px;
    border: 0px;
}


#btclabel {
    top: 0;
    display: flex;
    position: absolute;
    right: -130px;
    width: 100px;
    align-items: center;
    gap: 5px;
}

#btclabel span{
    font-size: 23px;
    font-weight: 400;
    margin-left: 10px;
    color: #303133;
    display: none;
}

#btcinput{
  width: 162px;
  text-align: right;
  padding-right: 10px;
}


.form{
    max-width: 1250px;
    margin: 0px auto;
    text-align: center;
}
.form3{
    text-align: left;
}
.form input{
    margin-right: 5px;
}
.form2{
    display: none;
}
#option2:checked ~ .form1 {
    display: none;
}
#option2:checked ~ .form2 {
    display: block;
}

.color_red_status_ON{
    color: #ff3c00;
    text-align: left;
    font-size: 17px;
    margin-top: -33px;
    margin-bottom: -20px;
}
.color_red_status_OFF{
    color: #ff3c00;
    display: none;
}

.duplicated_address_ON{
    color: #ff3c00;
    text-align: left;
    font-size: 17px;
    margin-top: -33px;
    margin-bottom: -20px;
}
.duplicated_address_OFF{
    color: #ff3c00;
    display: none;
}

.color_red_status_full_1{
    display: none;
}
.color_red_status_full_2{
    display: none;
}
.duplicated_address_1{
    display: none;
}

.color_red_status_precise_1{
    display: none;
}
.color_red_status_precise_2{
    display: none;
}
.duplicated_address_2{
    display: none;
}

.error_message{
    display: none;
}

#jambler_precise_extra_css {
    text-align: left;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: -20px;
}

.buttonbtc{
    width: 284px;
    height: 63px;
    margin: 0px auto;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    background: rgb(73, 175, 233);
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    border: solid 1px #091326;
}

.buttonbtc:hover{
    appearance: none;
    cursor: pointer;
    transition: 0.2s;
    background-color: rgb(79, 188, 252);
    border: 1px solid #091326;
}

.buttonbtc span{
    font-size: 20px;
    font-weight: 300;
    margin-left: 10px;
}

.buttonbtc2{
    width: 284px;
    height: 63px;
    margin: 0px auto;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    background: rgb(73, 175, 233);
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    border: solid 1px #091326;
}

.buttonbtc2:hover{
    appearance: none;
    cursor: pointer;
    transition: 0.2s;
    background-color: rgb(79, 188, 252);
    border: 1px solid #091326;
}

.buttonbtc2 span{
    font-size: 20px;
    font-weight: 300;
    margin-left: 10px;
}


/* Mixer info Text*/

.mixerinf{
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1250px;
    margin: 0px auto;
    margin-top: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    line-height: 23px;
    color: #98b0c1;
    /*color: #696b6f;*/
    font-family: 'IBM Plex Sans', sans-serif;
}
.mixerinf span{
    color: #49afe9;
    margin-left: 8px;
    font-weight: 400;
    margin-right: 13px;
}
.mixerinf a{
    color: #49afe9;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 6px;
}
.mixerinf a:hover{
    color: #ffffff;
}

.mixerinf .infotail{
    max-width: 570px;
    margin: 0px auto;
}





/*** 🟩  NEW REQUEST PAGE  🟩 ***/

.mixer-request{
    width: 100%;
    max-width: 1250px;
    margin: 0px auto;
    text-align: center;
    font-size: 17px;
    font-weight: 200;
    line-height: 28px;
    margin-bottom:222px;
    color: #696b6f;
}

.letterdata{
    white-space: pre-wrap;
    width: 700px;           
}

.letter-data-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.letter-data{
    white-space: pre-wrap;
    word-break: break-word;
}

.letter-data-swap{
    white-space: pre-wrap;
    word-break: break-word;
    width: 950px;
}

.mixer-x-address {
    text-decoration: none;
    color: #fcd535;
    font-size: 33px;
    font-weight: 300;
    line-height: 1.3;
    word-break: break-word;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.mix-more a {
    color: #b9bdc3;
    text-decoration: none;
}

.mix-more a:hover {
    color: #fcd535;
}

.H1-mixer{
    font-size: 33px;
    font-weight: 300;
    color: #696b6f;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 80px;
    letter-spacing: -1px;
}
.H2-mixer{
    font-size: 28px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 44px;
    letter-spacing: -1px;
    color: #696b6f;
}

.calculator-container{
    margin: 0px auto;

}

.you-send{
    display: inline-block;
    padding-right: 33px;
    padding-left: 33px;
}

.you-receibe{
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

.download-letter-button{
    user-select: none; 
    cursor: pointer; 
}

.complete-min span{
    color: #fcd535;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.precise-min span{
    color: #fcd535;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.buttonletter{
    width: 100%;
    max-width: 383px;
    height: 63px;
    margin: 0px auto;
    color: rgb(0, 0, 0);
    font-size: 20px;
    background: linear-gradient(90deg, #fcd535 20%, #fcd535 80%);
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400r;
}

.buttonletter:hover{
    background: linear-gradient(90deg, #62ee4e 20%, #62ee4e 80%);
    /*background: #bdbdbd;*/
}

.bold-data {
    font-weight: 400;
    word-break: break-word;
}





/*** 🟩  TABLE  🟩 ***/

.table{
    margin: 0px auto;
    width: 960px;
    height: 248px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 70px;
    color: #98b0c1;
    border-spacing: 5px; /* Space between cells */
    border-collapse: separate; /* Switch to allow separation */
}

.table td {
    border-radius: 10px; 
    border: 1px solid #091326; 
    padding: 10px; /* Internal cell spacing */
    background-color: #050b16; /* Cell background */
}

#graytab p {
    color: #696b6f;
}

.table tr td{
    border-width: 1px;
    border-style: solid;
    border-color: #091326;
    border-collapse: collapse;
}

.table tr td{
    padding-left: 17px;
}

.tdgreen{
    width: 110px;
}

.tdgreen2{
    width: 200px;
}

.tdgreen p{
   color: #49afe9;
}

.tdgreen2 p{
    color: #49afe9;
}

.table-mobile{
    display: none;
}




/*** 🟩  3 Widgets  🟩 ***/

.widgets{
    max-width:1270px;
    margin:83px auto;

    display:grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas */
    gap:25px;
}

.widget{
    border:1px solid #212c42;
    border-radius:12px;
    background: #081020;
    padding-top:15px;
    padding-right:25px;
    padding-bottom:25px;
    padding-left:25px;
}

.widget-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

.widget-top h3{
    color:#ffffff;
    font-size: 22px;
}

.widget-top img{
    width:42px;
    height:51px;
}


.widget-text{
    color:#98b0c1;
    margin-bottom:12px;
    line-height: 22px;
}

.widget-text-en{
    color:#98b0c1;
    margin-bottom:12px;
    line-height: 22px;
}

.widget-text-en-responsive{
    color:#98b0c1;
    margin-bottom:12px;
    line-height: 22px;
    display: none;
}

.widget-link{
    color:#49afe9;
    font-weight:500;
    font-size: 14px;
    padding-top: 10px;
}






/*** 🟩  FAQ  🟩 ***/

.faq{
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    max-width: 1150px;
    margin: 0px auto;
    /*border: solid 1px;*/
    padding: 66px;
    /*border-color: #313131;*/
    /*border-radius: 8px;*/
    /*background-color: #0e0e0e8c;*/
}

.faqs{
    font-weight: 400;
    margin-bottom: 13px;
    margin-top: 33px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #ffffff;
}

.faq p{
    color: #98b0c1;
}

.faq span{
    color: #ffffff;
}

.faq a{
    text-decoration: none;
    color:#49afe9;
    font-weight: 400;
}

.faq a:hover{
    color: #ffffff;
}


#FAQ2ar{
    text-align: right;
}


/* Remove default style of checkbox ****************************************************/
.faq-toggle {
    display: none; /* Hide default checkbox */
}

/* Title style (label) */
.faq-title {
    font-size: 16px;
    font-weight: 200;
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: #0e192e;
    color: white;
    padding: 16px;
    font-size: 18px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    display: block;
}

/* Show content when the checkbox is checked */
.faq-toggle:checked + .faq-title + .faq-text {
    display: block;
}

/* Response style (p) */
.faq-text {
    font-size: 16px;
    font-weight: 200;
    color: #98b0c1;
    font-family: 'IBM Plex Sans', sans-serif;
    display: none;
    padding: 10px;
    background-color: #091326;
    margin-top: 5px;
    border: 1px solid #091326;
    border-radius: 5px;
}

/* Change title background color hover *********************************/
.faq-title:hover {
    background-color: #132038;
    color:#49afe9;
}





/*** 🟩  PGP Fingerprint  🟩 ***/

.PGPT {
    max-width: 1150px;
    font-size: 16px;
    color: #696b6f;
    line-height: 27px;
    text-align: left;
    margin: 0px auto;
    margin-top: 73px;
}

.PGPT a {
    text-decoration: none;
    color:#9a9a9a;  
}

.PGPT a:hover{
    color: #ffffff; 
}

.PGPText {
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 4px;
}

.PGPText-dark{
    color: #98b0c1;
    font-size: 14px;
}

.support-box {
    max-width: 1150px;
    font-size: 16px;
    color: #696b6f;
    line-height: 27px;
    text-align: left;
    margin: 0px auto;
    margin-top: 23px;
}





/*** 🟩  FOOTER SOCKET  🟩 ***/

.footer{
    background-color: #000000;
    margin: 0px auto;
    height: 73px;
    position: absolute;
    left: 0px;
    width: 100%;
    margin-top: 13px;
    text-align: right;
    padding-right: 50px;
    padding-top: 25px;
    /*background-position: center top;*/
}

.footer-container{
    align-items: center;
    justify-content: left;
    margin: 0px auto;
    max-width: 1250px;
    
}

.footer-url{
    display: inline-flex;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 25px;
}

.footer-url a{
    font-weight: 400;
    color: #4d4d4d;
    text-decoration: none;
    margin-right: 36px;
}

.footer-url a:hover{
    color: #fcd535;
}





/*** 🟩  ERROR PAGES  🟩 ***/

.Errors{
    max-width: 1250px;
    height: auto;
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
    margin-top: 10%;
    margin-bottom:10%;
    color: #696b6f;
    margin-top: 111px;
}
.H1-Errors {
    font-size: 33px;
    font-weight: 200;
    margin-bottom: 20px;
    margin-top: 56px;
    letter-spacing: -1px;
    color: #696b6f;
    font-family: 'Raleway', sans-serif;
}
.Errors img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 111px;
}









@media (max-width:1280px){
    .headerbar__navulcontainer{
        gap:22px;
    }
    .onion{
        word-wrap: break-word;
    }
    .footer-url{
        padding-left: 20px;
    }
    .PGPT {
        margin-left: 70px;
    }
    .support-box {
        margin-left: 70px;
    }    
}



@media (max-width:1220px){
    .widgets{
        grid-template-columns:1fr;
        justify-items: center;
    }
    .widget{
        max-width: 600px;
    }

    .widget-text-en{
        color:#98b0c1;
        margin-bottom:12px;
        line-height: 22px;
        display: none;
    }

    .widget-text-en-responsive{
        color:#98b0c1;
        margin-bottom:12px;
        line-height: 22px;
        display: block;
    }
}



@media (max-width:1180px){
    .form3 input{
        max-width: 433px;
    }
    #btcinput{
        width: 133px;
    }
    #btclabel {
        right: 33px;
    }

}



@media (max-width:1080px){
    .table{
        max-width: 860px;
    }

}



@media (max-width:1000px){
    .footer-url{
        padding-left: 111px;
    }


}



@media (max-width:980px){
    .mode{
        display: none;
    }
}



@media (max-width:940px){
    .table-mobile{
        display: block;

    }
    .table{
        display: none;
    }

    .table-responsive{
        margin: 0px auto;
        max-width: 860px;
        height: 248px;
        font-size: 16px;
        font-weight: 400;
        color: #98b0c1;
        margin-bottom: 70px;
        border-spacing: 5px; 
        border-collapse: separate; 
    }

    .table-responsive td {
        border-radius: 10px; 
        border: 1px solid #091326; 
        padding: 10px; 
        background-color: #050b16; 
    }

    .table-responsive tr td{
        border-width: 1px;
        border-style: solid;
        border-collapse: collapse;
        color: #98b0c1;
    }

    .table-responsive tr td{
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 17px;
        padding-bottom: 17px;
    }

     .tdgreen2-responsive{
        width: 173px;
    }

    .tdgreen-responsive p{
       color: #49afe9;
    }

    .tdgreen2-responsive p{
        color: #49afe9;
    }

}



@media (max-width:850px){
    .H2{
        font-size: 33px;
    }

}



@media (max-width:800px){

}



@media (max-width:750px){   
    .footer-url{
        padding-left: 73px;
    }
    .btc3{
        display: none;
    }
}




@media (max-width:700px){
    .mode2{
        display: none;
    }

    .mode3{
        display: block;
        font-size: 17px;
        text-align: center;
        margin-top: 40px;
    }

    .mode3 span {
        color: #ff9400;
        font-weight: 500;
        margin-right: 17px;
    }
}


@media (max-width:670px){
    .tormirror{
        display:none;
    }
    #tormirror-id2{
        display:block;
    }

}

@media (max-width:650px){
    .footer-url{
        padding-left: 73px;
    }
    .headerbar__navulcontainer{
        display: unset;
    }
    .headerbar__navbarul{
        display: none;
    }
    
    .checkbox-burguer{
        display: block;
    }
    .menuburger {
        display: block;
        pointer-events: none;
    }
    .checkbox-burguer, .menuburger {
        position: absolute;
        top:19.5px;
        right: 77px;
        width: 37px;
        height: 25px;
        cursor: pointer;
    }
    .checkbox-burguer:checked ~ .headerbar__navbarul{
        display: block;
    }
    .headerbar__navbar{
        margin-right: 10px;
    }
    
    .headerbar__navbarul{
        border: 1px solid rgb(214, 214, 214);
        width: 200px;
        padding: 17px;
        position: absolute;
        right: 30px;
        top: 63px;
        background-color: #ffffff;
        z-index: 1;
        border-radius: 7px;
        text-align: center;
        line-height: 33px;
    }

}



@media (max-width:630px){
    .form3 input{
        max-width: calc(100% - 140px);
    }
    #btcinput{
        max-width: 133px;
    }
    #btclabel {
        right: 33px;
    }
    .faq{
        padding: 13px;
    }   
    .PGPT {
        margin-left: 13px;
    }
    .support-box {
        margin-left: 13px;
    }  

}




@media (max-width:590px){    
    .menulang {
        padding-left: 1px;
    }
}


@media (max-width:563px){
    .mixerinf .specs{
        max-width: 360px;
        margin: 0px auto;
        line-height: 1.6;
    }

}



@media (max-width:530px){
    .field1 input{
        font-size: 20px;
    }

    #PGPT-small{
        line-height: 21px;
    }

    .PGPText {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .PGPText-dark{
        font-size: 12px;
    }
    

}



@media (max-width:525px){

    .form3 input{
        max-width: calc(100% - 104px);
    }
    #btcinput{
        max-width: 97px;
    }
    #btclabel {
        right: -3px;
    }
}



@media (max-width:499px){

    .footer-url a{
        margin-left: 22px;
    }

    .footer-url{
        display: flex;
        flex-direction: column;
    }
}



@media (max-width:490px){

    .field2 input{
        font-size: 20px;
    }
    .field1 input{
        font-size: 18px;
    } 

}



@media (max-width:460px){

    .field1 input{
        font-size: 17px;
    }
}



@media (max-width:450px){

    .footer-url{
        padding-left: 33px;
    }

    .field2 input{
        font-size: 18px;
    }
}



@media (max-width:440px){

    .footer-url{
        padding-left: 13px;
    }
}



@media (max-width:428px){

    .mode3{
        font-size: 15px;
    }

 
    .form3 input{
        max-width: calc(100% - 82px);
    }
    #btcinput{
        max-width: 77px;
    }
    #btclabel {
        right: -20px;
        padding-left: 3px;
    }
}



@media (max-width:414px){


    #Section-Tor-link {
        font-size: 10.8px;
    }
    .field1 input{
        font-size: 16px;
    }
}



@media (max-width:412px){
    .modetext {
        font-size: 15px;
    } 
}



@media (max-width:393px){
    .mode3 span {
        margin-right: 10px;
    }
    .field2 input{
        font-size: 17px;
    }
    .field1 input{
        font-size: 15px;
    }
}





@media (max-width:375px){
    .footer-url{
        padding-left: 23px;
    }
    .field2 input{
        font-size: 16px;
    }
    .modetext{
        font-size: 14px;
    } 
    .mixerinf .specs{
        max-width: 230px;
    }       
}



@media (max-width:360px){  /* Min Res recommended */
    .field1 input{
        font-size: 14px;
    }   
    #modmix {
        font-size: 15px;
    }
    #simple{
        font-size: 15px;
    }
}



@media (max-width:356px){
    #modmix {
        font-size: 14px;
    }
    #simple{
        font-size: 14px;
    }

    #option1{
        margin-left: 8px;
        margin-right: 3px;
    }

    #option2{
        margin-left: 8px;
        margin-right: 3px;
    }
    .modetext{
        font-size: 13px;
    }    

}



@media (max-width:345px){
    #modmix {
        font-size: 13px;
    }
    #simple{
        font-size: 13px;
    }
}



@media (max-width:333px){
    .modetext{
        font-size: 12px;
    }
    #modmix {
        font-size: 12px;
    }
    #simple{
        font-size: 12px;
    }
    .Header-tittle p{
        font-size: 15px;
    }    

}



@media (max-width:320px){
    .mode3{
        font-size: 12px;
    }
    .mode3 span {
        margin-right: 5px;
    }
}


@media (max-width:307px){
    .modetext{
        font-size: 11px;
    }
    #modmix {
        font-size: 11px;
    }
    #simple{
        font-size: 11px;
    }    

}

