/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* global styles */
* {
    transition: 0.4s;
}

#adfixe {
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    max-width: 1000px;
    width: 1000px;
    margin: 0;
    padding: 0;
    outline: black 3px solid;
}

/* Style the scrollbar track */
::-webkit-scrollbar-track {
    background-color: #131313;
    /* Light grey background */
}

/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: #5e5e5e;
    /* Grey thumb color */
    border-radius: 10px;
    /* Rounded borders */
    width: 10px;
    /* Fixed width for the scrollbar */
}

/* Hide the scrollbar when not interacting with it */
::-webkit-scrollbar {
    width: 10px;
    /* Fixed width for the scrollbar */
}



button {
    /* Resetting default button styles */
    appearance: none;
    -webkit-writing-mode: horizontal-tb !important;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: pointer;
    box-sizing: border-box;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

/* foreground for page */
body,
main {
    margin-top: 5%;

}

/* Coming soon */
.CS {
    text-align: center;
    font-size: 50px;
    margin-top: 100px;
    font-weight: 750;
    font-family: Poppins;
    color: lightgray;
}

/* Join discord */
.SNdiscordlayout a {
    color: black;
}

.SNdiscordlayout {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 20px;
    margin: 10px;
}

.SNdiscinv {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    /* above adjused to change the height from the join now text */
}

body.gradientBackground .SNdiscordlayout a {
    color: rgb(206, 192, 192);
}

.SNdiscord {
    font-family: Poppins;
    border: black 2px solid;
    border-radius: 10px;
    background-image: linear-gradient(#3565a9, #458796, #d29128, #c9c934);
    box-shadow: 0 0 50px rgb(0, 0, 0);
    padding: 10px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.5s;
}

body.gradientBackground .SNdiscord {
    border: white 2px solid;
    color: rgb(206, 192, 192);
    box-shadow: 0 0 50px white;
    background-image: linear-gradient(#070720, #0f296a, #3565a9);
}

.SNdiscord:hover {
    transform: scale(1.05);
}

/* navbar */
.navbar {
    top: 0;
    font-size: 22px;
    left: 0;
    right: 0;
    padding: 5px 25px;
    justify-content: center;
    width: full;
    z-index: 100;
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #e38811;
    font-weight: 600px;
    margin-bottom: 10px;
}

.navbar a {
    color: #FFD700;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins;
}

.navbar a:hover {
    background-color: #ff9100;
    transform: scale(1.05);
    border-radius: 10px;
}

.navbar i {
    color: black;
}

#logo {
    margin-right: 10px;
    width: 40px;
    border: solid #FFD700;
    border-radius: 50px;
}

@media screen and (max-width: 664px) {
    #logo {
        display: none;
    }

    .navbar {
        font-size: 200;
        display: inline-flex;
        flex-wrap: wrap;
    }

    body {
        margin-top: 20%;
    }
}

@media screen and (max-width: 911px) {
    body {
        margin-top: 20%;
    }
}

@media screen and (max-width: 497px) {
    body {
        margin-top: 30%;
    }
}

@media screen and (max-width: 377px) {
    body {
        margin-top: 35%;
    }
}

@media screen and (max-width: 390px) {
    body {
        margin-top: 37%;
    }
}

body.gradientBackground .navbar {
    background-color: #0056b3;
}

body.gradientBackground .navbar a {
    color: #8dbfee;
}

body.gradientBackground #logo {
    border: solid #8dbfee;
}

body.gradientBackground .navbar a:hover {
    background-color: #3e7cd3;
}

body.gradientBackground .navbar i {
    color: #ffffffd3;
}

/* gradient background */
body {
    background: fixed;
    background-image: linear-gradient(#3565a9, #458796, #d29128, #c9c934);
}

/* home page */
.home-main {
    margin-top: 150px;
}

.hvr-bounce-in {
    display: flex;
    justify-content: center;
}

input {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 3px solid black;
    background-color: rgba(224, 224, 224, 0.25);
    transition: background-color 500zz0s ease-in-out 0s;
}

.center {
    display: flex;
    justify-content: center;
}

/* Remove underline for visited links */
a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

/* nav icons */
.Home-icon,
.Settings-icon,
.Roadmap-icon,
.Developers-icon,
.Game-icon {
    margin: 7px;
}

/* settings page */

.STXT {
    text-align: center;
    font-family: Poppins;
    font-size: 75px;
    font-weight: 700;
    margin: 00;
}

.settingsalign {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.settingspagepleasework {
    justify-content: center;
}

.SButtonsss {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px;
}

.SButtonsss :hover {
    background-color: #0056b3;
    transform: scale(1.05);
    transition: 0.5s;
}

.APB {
    justify-content: center;
    padding: 20px 15px;
    text-align: center;
    font-size: 40px;
    font-weight: 725;
    background-color: #ffffff2a;
    color: white;
    border: transparent 0px solid;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    border-radius: 15px;
    cursor: pointer;
    margin: 10px;
}

.CLB {
    justify-content: center;
    padding: 20px 15px;
    text-align: center;
    font-size: 40px;
    font-weight: 725;
    background-color: #ffffff2a;
    color: white;
    border: transparent 0px solid;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    border-radius: 15px;
    cursor: pointer;
    margin: 10px;
}

.PRB {
    justify-content: center;
    padding: 20px 15px;
    text-align: center;
    font-size: 40px;
    font-weight: 725;
    background-color: #ffffff2a;
    color: white;
    border: transparent 0px solid;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    border-radius: 15px;
    cursor: pointer;
    margin: 10px;
}

.tab {
    display: none;
}

.card {
    min-width: 360px;
    min-height: 300px;
}

.tab.active {

    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.SETtext {
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
}

.Slayout {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 250px;
    margin-left: 250px;
}

.Sbutton {
    text-align: center;
    width: auto;
    height: auto;
    padding: 30px;
    border-radius: 25px;
    background-color: #ffffff2a;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    margin: 10px;
}

.Changetheeeme {
    text-align: center;
    width: auto;
    height: auto;
    padding: 30px;
    border-radius: 25px;
    background-color: #ffffff2a;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    margin: 10px;
}

.paniicbuttonn {
    text-align: center;
    width: 300px;
    height: 175px;
    padding: 30px;
    border-radius: 25px;
    background-color: #ffffff2a;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    margin: 10px;
}


.Selecthotkeyyyyy {
    text-align: center;
    width: 350px;
    height: 300px;
    padding: 30px;
    border-radius: 25px;
    background-color: #ffffff2a;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    margin: 10px;
}

.redirectchoice {
    text-align: center;
    height: 275px;
    padding: 30px;
    border-radius: 25px;
    background-color: #ffffff2a;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    margin: 10px;
}

#open-tab-btn :hover {
    transform: scale(1.5);
}

#redirect-url-input {
    color: black;
    padding: 10px;
    font-size: 20px;
    border: 3px solid black;
    border-radius: 15px;
}

.prxyyytype {
    text-align: center;
    width: auto;
    height: auto;
    padding: 30px;
    border-radius: 25px;
    background-color: #ffffff2a;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    margin: 10px;
}

.rtabtxt {
    font-size: 15px;
    font-family: Poppins;
    font-weight: 700;
}

#theme {
    padding: 20px 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 725;
    background-color: #007bff;
    color: white;
    border: black 3px solid;
    border-radius: 15px;
    cursor: pointer;
}

#proxytpe {
    padding: 20px 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 725;
    background-color: #007bff;
    color: white;
    border: black 3px solid;
    border-radius: 15px;
    cursor: pointer;
}

.proxyoptions {
    font: 800;
}

.gradientButton {
    padding: 20px 40px;
    font-size: 30px;
    font-weight: 700;
    background-color: #007bff;
    color: white;
    border: black 3px solid;
    border-radius: 15px;
    cursor: pointer;
}

.gradientButton:hover {
    background-color: #0056b3;
    transform: scale(1.05);
    transition: 0.5s;
}

.SBT {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 750;
    margin: 5px;
    margin-bottom: 15px;
}

#change-URL-btn {
    padding: 20px 30px;
    margin: 10px;
    font-size: 17.5px;
    font-weight: 700;
    background-color: #007bff;
    color: white;
    border: 3px solid black;
    border-radius: 15px;
    cursor: pointer;
}

#change-hotkey-btn {
    padding: 20px 30px;
    margin: 10px;
    font-size: 20px;
    font-weight: 700;
    background-color: #007bff;
    color: white;
    border: 3px solid black;
    border-radius: 15px;
    cursor: pointer;
}

#change-hotkey-btn:hover {
    background-color: #0056b3;
    transform: scale(1.05);
    transition: 0.5s;
}

#change-URL-btn:hover {
    background-color: #0056b3;
    transform: scale(1.05);
    transition: 0.5s;
}

#hotkey-input {
    color: black;
    padding: 10px;
    font-size: 20px;
    border: 3px solid black;
    border-radius: 15px;
}

.Panbutton {
    padding: 12px 24px;
    font-size: 20px;
    font-weight: 750;
    background-color: #007bff;
    color: white;
    border: black 3px solid;
    border-radius: 15px;
    cursor: pointer;
}

.cloaksettings {
    text-align: center;
    width: 300px;
    height: 300px;
    padding: 30px;
    border-radius: 25px;
    background-color: #ffffff2a;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    margin: 10px;
}

#presetSelect {
    padding: 10px 1px;
    text-align: center;
    font-size: 15px;
    font-weight: 725;
    background-color: #007bff;
    color: white;
    border: black 3px solid;
    border-radius: 15px;
    cursor: pointer;
}

.presetSelect {
    padding: 10px 1px;
    text-align: center;
    font-size: 15px;
    font-weight: 725;
    background-color: #007bff;
    color: white;
    border: black 3px solid;
    border-radius: 15px;
    cursor: pointer;
}

.Baseofsbutton button:hover {
    background-color: #0056b3;
    transform: scale(1.05);
    transition: 0.5s;
}

.upload-CLicon {
    padding: 10px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 750;
}

#cloakcustom {
    margin-top: 100px;
    text-align: center;
    height: 100px;
    padding: 15px;
    border-radius: 15px;
    background-color: #ffffff2a;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    margin: 5px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 750;
}


#faviconPreview {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 750;
}


body.gradientBackground .STXT {
    color: white;
}

body.gradientBackground .APB {
    box-shadow: 0 0 30px rgba(153, 243, 255);
}

body.gradientBackground .CLB {
    box-shadow: 0 0 30px rgba(153, 243, 255);
}

body.gradientBackground .PRB {
    box-shadow: 0 0 30px rgba(153, 243, 255);
}

body.gradientBackground #change-hotkey-btn {
    border: rgba(60, 214, 235, 0.75) 3px solid;
}

body.gradientBackground #change-URL-btn {
    border: rgba(60, 214, 235, 0.75) 3px solid;
}

body.gradientBackground .cloaksettings {
    box-shadow: 0 0 30px rgba(153, 243, 255);
}

body.gradientBackground #cloakcustom {
    box-shadow: 0 0 30px rgba(153, 243, 255);
}

body.gradientBackground #hotkey-input {
    color: black;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(60, 214, 235, 0.75) 3px solid;
}

body.gradientBackground #presetSelect {
    border: rgba(60, 214, 235, 0.75) 3px solid;
}

body.gradientBackground .presetSelect {
    border: rgba(60, 214, 235, 0.75) 3px solid;
}

body.gradientBackground #redirect-url-input {
    color: black;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(60, 214, 235, 0.75) 3px solid;
}

body {
    background: fixed;
    background-image: linear-gradient(#3565a9, #458796, #d29128, #c9c934);
}

body.gradientBackground {
    background-image: linear-gradient(#070720, #0f296a, #3565a9);
}

body.gradientBackground #redirect-url-input {
    border: rgba(60, 214, 235, 0.75) 3px solid;
}

body.gradientBackground .SETtext {
    color: white;
}

body.gradientBackground .rtabtxt {
    color: white;
}

body.gradientBackground .SBT {
    color: white;
}

body.gradientBackground .gradientButton {
    border: rgba(60, 214, 235, 0.75) 3px solid;
}

body.gradientBackground #proxytpe {
    border: rgba(60, 214, 235, 0.75) 3px solid;
}

body.gradientBackground #theme {
    border: rgba(60, 214, 235, 0.75) 3px solid;
}

body.gradientBackground .Panbutton {
    border: rgba(60, 214, 235, 0.75) 3px solid;
}

body.gradientBackground .Changetheeeme {
    box-shadow: 0 0 30px rgba(153, 243, 255, 0.750);
}

body.gradientBackground .paniicbuttonn {
    box-shadow: 0 0 30px rgba(153, 243, 255, 0.750);
}

body.gradientBackground .Selecthotkeyyyyy {
    box-shadow: 0 0 30px rgba(153, 243, 255, 0.750);
}

body.gradientBackground .redirectchoice {
    box-shadow: 0 0 30px rgba(153, 243, 255, 0.750);
}

body.gradientBackground .prxyyytype {
    box-shadow: 0 0 30px rgba(153, 243, 255, 0.750);
}

/* home page*/
.proxy {
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border: 3px solid black;
    color: black;
    box-shadow: 5px 5px 8px black;
    background-color: rgba(224, 224, 224, 0.15);
}

/* Placeholder text color */
.proxy::placeholder {
    color: black;
}

/* Styles for elements with the class "proxy" when dark mode is active */
body.gradientBackground .proxy {
    color: ivory;
    border: 3px solid rgb(223, 223, 195);
    box-shadow: 5px 5px 8px rgb(192, 186, 171);
    background-color: rgba(128, 128, 128, 0.2);
}

/* Placeholder text color */
.proxy::placeholder {
    color: black;
}

/* Styles for placeholder text when dark mode is active */
body.gradientBackground .proxy::placeholder {
    color: ivory;
}

.pname {
    text-align: center;
    font-size: 40px;
    margin-top: 25px;
    font-family: Poppins;
    font-size: 60px;
    color: lightgray;
}

.abttxt {
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
    font-weight: 750;
    font-family: Poppins;
    color: lightgray;
}

/* games page */

.moregamesbutton {
    margin: 0 auto 20px;
    /* Center horizontally and apply bottom margin */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Center vertically */
    height: auto;
    width: auto;
    font-size: 30px;
    font-weight: 800;
    font-family: poppins;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background-image: linear-gradient(#3565a9, #458796, #d29128, #c9c934);
    background-size: 100% 100%;
    /* Ensure background image covers the button */
    border-radius: 15px;
    outline: black 3px solid;
    transition: 0.5s;
    box-shadow: 0 0 30px black;
}

.moregamesbutton:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

body.gradientBackground .moregamesbutton {
    color: white;
    outline: white 3px solid;
    box-shadow: 0 0 30px rgba(153, 243, 255);
    background-image: linear-gradient(#070720, #0f296a, #3565a9);
}

.Appspageh1 {
    text-align: center;
    font-size: 60px;
    margin: 75px;
    font-weight: 900;
    font-family: ubuntu;
}

body.gradientBackground .Appspageh1 {
    color: white;
}

.appslayout {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 100px;
}

.appbutton button {
    font-size: 20px;
    font-weight: 900;
    border: 5px solid;
    border-radius: 10px;
    width: 200px;
    height: 200px;
    color: white;
    background-image: linear-gradient(#3565a9, #458796, #d29128, #c9c934);
    border-color: black;
    margin: 20px;
    cursor: pointer;
}

body.gradientBackground .appbutton button {
    border-color: grey;
    background-image: linear-gradient(#070720, #0f296a, #3565a9);
}

.Gamespageh1 {
    text-align: center;
    font-size: 60px;
    margin-top: 20px;
    font-weight: 900;
    font-family: ubuntu;
}

body.gradientBackground .Gamespageh1 {
    color: white;
}

.gamelayout {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 100px;
}

.gamebutton button {
    font-size: 20px;
    font-weight: 900;
    border: 5px solid;
    border-radius: 10px;
    width: 200px;
    height: 200px;
    color: white;
    background-image: linear-gradient(#3565a9, #458796, #d29128, #c9c934);
    border-color: black;
    margin: 20px;
}

body.gradientBackground .gamebutton button {
    border-color: grey;
    background-image: linear-gradient(#070720, #0f296a, #3565a9);
}

/* more games page */

.MGSTXTTT {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    margin-top: 25px;
    font-family: Poppins;
    font-size: 60px;
}


.mgameslayoutt {
    margin-top: 75px;
}

.Mgames {
    margin: 30px auto 20px;
    /* Center horizontally and apply bottom margin */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Center vertically */
    height: 75px;
    width: 400px;
    font-size: 30px;
    font-weight: 800;
    font-family: poppins;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background-image: linear-gradient(to bottom right, #3565a9 0%, #458796 35%, #d29128 65%, #c9c934 100%);
    background-size: 100% 100%;
    /* Ensure background image covers the button */
    border-radius: 15px;
    outline: rgba(0, 0, 0, 0.753) 3px solid;
    transition: 0.5s;
    box-shadow: 0 0 30px black;
}

.Mgames:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

body.gradientBackground .Mgames {
    color: white;
    outline: white 3px solid;
    box-shadow: 0 0 30px rgba(153, 243, 255);
    background-image: linear-gradient(to bottom right, #070720 40%, #0f296a 60%, #3565a9 100%);

}

body.gradientBackground .MGSTXTTT {
    color: white;
}

/* discord page*/

.discord-embed-container {
    border-radius: 5px;
    position: fixed;
    left: 50vw;
    transform: translateX(-50%);
    width: 95vw;
    height: 85vh;
    overflow: hidden;
    margin-bottom: 50px;
}

.discord-embed {
    width: 100%;
    height: 100%;
    border: none;
}

/* Preserve your changes and add the hover effect */
.dbackbutton {
    position: fixed;
    top: 40px;
    left: 30px;
    margin-left: 25px;
    /* Adjust margin if needed */
    border: #000000 solid 3px;
    display: inline-block;
    transform: scale(2.5);
    text-align: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.3s, filter 0.3s;
    z-index: 999;
    /* Ensure the icon is above the iframe */
}

.dbackbutton:hover {
    transform: scale(2.2);
}

.dbackbutton i {
    color: #ffffff;
    /* Set icon color */
    font-size: 24px;
    filter: drop-shadow(0 0 10px white);
    /* Add glowing effect */
}


/* roadmap page */

.roadtxt {
    font-family: ubuntu;
    padding: 50px;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0 0 50px rgb(0, 0, 0);
    max-width: 40%;
    /* Adjust as needed */
    margin: auto;
    /* Center horizontally */
    position: relative;
    /* Change position to relative */
    top: 50px;
    /* Adjust as needed */
    bottom: 50px;
}

body.gradientBackground .roadtxt {
    box-shadow: 0 0 50px rgb(255, 255, 255);
    color: white;
}

.rtitle1 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: ubuntu;
    font-size: 40px;
    font-weight: 700;
    border-radius: 25px;
}

.rst {
    margin-bottom: 25px;
    font-family: ubuntu;
    font-size: 25px;
    font-weight: 700;
}

.rstst {
    margin-bottom: 25px;
    font-family: ubuntu;
    font-size: 20px;
    font-weight: 600;
}

/* developer&partners page (TY AMPLIFY)*/

.blayout :hover {
    color: #61a3ff;
}

.blayout {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.dcdevlayout {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.dctylayout {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap
}

.tydev {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    transform: scaleY(1.25);
    font-family: ubuntu;
}

body.gradientBackground .tydev {
    color: white;
}

.dcthanks {
    border-radius: 10px;
    margin: 10px;
}

.partner {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    transform: scaleY(1.25);
    font-family: ubuntu;
}

body.gradientBackground .partner {
    color: white;
}

.moonlight button {
    display: inline-flex;
    margin: 15px;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
    transform: scaleY(1.2);
    border: 5px solid;
    border-radius: 10px;
    color: white;
    background: navy;
    border-color: black;
    font-family: Ubuntu;
    padding-right: 10px;
}

.snorlax button {
    display: inline-flex;
    margin: 15px;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
    transform: scaleY(1.2);
    border: 5px solid;
    border-radius: 10px;
    color: white;
    background: navy;
    border-color: black;
    font-family: Ubuntu;
    padding-right: 10px;
}

.shadow button {
    display: inline-flex;
    margin: 15px;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
    transform: scaleY(1.2);
    border: 5px solid;
    border-radius: 10px;
    color: white;
    background: navy;
    border-color: black;
    font-family: Ubuntu;
    padding-right: 10px;
}

.night button {
    display: inline-flex;
    margin: 15px;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
    transform: scaleY(1.2);
    border: 5px solid;
    border-radius: 10px;
    color: white;
    background: navy;
    border-color: black;
    font-family: Ubuntu;
    padding-right: 10px;
}

.Native button {
    display: inline-flex;
    margin: 15px;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
    transform: scaleY(1.2);
    border: 5px solid;
    border-radius: 10px;
    color: white;
    background: navy;
    border-color: black;
    font-family: Ubuntu;
    padding-right: 10px;
}

.CosomoPlatform button {
    display: inline-flex;
    margin: 15px;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
    transform: scaleY(1.2);
    border: 5px solid;
    border-radius: 10px;
    color: white;
    background: navy;
    border-color: black;
    font-family: Ubuntu;
    padding-right: 10px;
}

.PA button {
    display: inline-flex;
    margin: 15px;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
    transform: scaleY(1.2);
    border: 5px solid;
    border-radius: 10px;
    color: white;
    background: navy;
    border-color: black;
    font-family: Ubuntu;
    padding-right: 10px;
}

.GalacticNet button {
    display: inline-flex;
    margin: 15px;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
    transform: scaleY(1.2);
    border: 5px solid;
    border-radius: 10px;
    color: white;
    background: navy;
    border-color: black;
    font-family: Ubuntu;
    padding-right: 10px;
}

.Pblocker button {
    display: inline-flex;
    margin: 15px;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
    transform: scaleY(1.2);
    border: 5px solid;
    border-radius: 10px;
    color: white;
    background: navy;
    border-color: black;
    font-family: Ubuntu;
    padding-right: 10px;
}

.KittyCatClub button {
    display: inline-flex;
    margin: 15px;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
    transform: scaleY(1.2);
    border: 5px solid;
    border-radius: 10px;
    color: white;
    background: navy;
    border-color: black;
    font-family: Ubuntu;
    padding-right: 10px;
}

.Molkify button {
    display: inline-flex;
    margin: 15px;
    height: auto;
    width: auto;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 900;
    transform: scaleY(1.2);
    border: 5px solid;
    border-radius: 10px;
    color: white;
    background: navy;
    border-color: black;
    font-family: Ubuntu;
    padding-right: 10px;
}