        .settings-container {
            display: flex;
            flex-direction: column;
        }
        .settings-card {
            background-color: rgb(0, 0, 0);
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
            margin-bottom: 10px; 
            text-align: left;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: flex; 
            align-items: center; 
            padding: 10px; 
        }
        .settings-card img {
            width: 40px; 
            height: 40px; 
            margin-right: 10px;
        }
        .settings-info {
            flex-grow: 1; 
            text-align: left;
        }
        .settings-card:hover {
            transform: scale(1.10); 
        }
        .settings-title {
            font-weight: bold;
            color: white; 
            margin: 0; 
        }
        .settings-description {
            color: rgb(179, 177, 177); 
            margin: 0; 
        }
        .toggle-button {
            margin-left: auto; 
            cursor: pointer;
            position: relative;
            display: inline-block;
            width: 60px;
            height: 34px;
        }
        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s;
            border-radius: 34px;
        }
        .slider:before {
            position: absolute;
            content: "";
            height: 30px;
            width: 30px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }
        input:checked + .slider {
            background-color: #db3434a1;
        }
        input:checked + .slider:before {
            transform: translateX(26px);
        }
        .input-box {
            width: 30%; 
            max-width: 255px;
            padding: 5px; 
            border: none;
            border-radius: 4px; 
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
            font-size: 16px; 
            color: #333; 
            background-color: #fff; 
            transition: border-color 0.3s; 
        }

        .input-box:focus {
            border-color: #2196F3; 
            outline: none; 
        }
        .dropdown {
            width: 30%; 
            padding: 5px; 
            border: none;
            border-radius: 4px; 
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
            font-size: 16px; 
            color: #333; 
            background-color: #fff; 
        }
        .commandsList_Container {
            background-color: #000000;
            border-radius: 8px;
            max-height: 300px
        }
        .indexContainer {
            display: flex;
            flex-direction: column;
            padding: 20px;
            width: 900px;
            max-height: 630px;
            margin-top: 150px;
        }
        .content-card {
            margin-top: 5px;
            background-color: rgb(0, 0, 0);
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
            margin-bottom: 10px; 
            text-align: left;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: flex; 
            align-items: center; 
            padding: 10px; 
        }
        .content-card img {
            width: 40px; 
            height: 40px; 
            margin-right: 10px; 
        }
        .content-info {
            flex-grow: 1; 
            text-align: left;
        }
        .content-card:hover {
            transform: scale(1.10); 
        }
        .content-title {
            font-weight: bold;
            color: white; 
            margin: 0; 
        }
        .content-description {
            color: rgb(179, 177, 177); 
            margin: 0; 
        }
        .indexLandingContainer {
            display: flex;
            align-items: center;
        }
        .indexLandingContainer .brandLogo {
            
            height: 300px;
        }
        .indexLandingContainer .stickerLogo {
            width: 300px;
            height: 290px;
        }
        .landing-description {
            font-size: 1.2em;
            margin-bottom: 30px;
            text-align: center;
        }
        .serversContainer {
            display: flex;
            flex-direction: column;
            padding: 20px;
            width: 900px;
            max-height: 630px;
            margin-top: 80px;
        }
        .landingServersTitle {
            font-weight: bold;
            font-size: 20px;
        }
        .serversLandingLogo {
            height: 40px;
            width: 40px;
        }
        .landingContainerServers {
            display: flex; 
            align-items: center; 
            margin-bottom: 10px;
        }
        .server-card {
            margin-top: 5px;
            background-color: rgb(0, 0, 0);
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
            margin-bottom: 10px; 
            text-align: left;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: flex; 
            align-items: center; 
            padding: 10px; 
        }
        .server-card img {
            width: 40px; 
            height: 40px; 
            margin-right: 10px; 
        }
        .server-info {
            flex-grow: 1; 
            text-align: left;
        }
        .server-card:hover {
            transform: scale(1.10); 
        }
        .server-title {
            font-weight: bold;
            color: white; 
            margin: 0; 
        }
        .server-description {
            color: rgb(179, 177, 177); 
            margin: 0; 
        }
        .server-role {
            color: #345bdb; 
            margin: 0; 
        }
        .billingContainer {
            display: flex;
            flex-direction: column;
            padding: 20px;
            width: 900px;
            max-height: 630px;
            margin-top: 80px;
        }
        .landingBillingTitle {
            font-weight: bold;
            font-size: 20px;
        }
        .billingLandingLogo {
            height: 40px;
            width: 40px;
        }
        .billingLandingContainer {
            display: flex; 
            align-items: center; 
            margin-bottom: 10px; 
        }
        .methodLinked {
            color: #345bdb; 
            margin: 0; 
        }
        .methodNotLinked {
            color: #db3434; 
            margin: 0; 
        }
        .documentsContainer {
            display: flex;
            flex-direction: column;
            padding: 20px;
            width: 900px;
            max-height: 630px;
            margin-top: 150px;
        }
        .landingDocumentsTitle {
            font-weight: bold;
            font-size: 20px;
        }
        .documentsLandingLogo {
            height: 40px;
            width: 40px;
        }
        .documentsLandingContainer {
            display: flex; 
            align-items: center; 
            margin-bottom: 10px; 
        }
        .documentContent-Card {
            background-color: #000000;
            border-radius: 8px;
            padding: 30px;
            color: white;
            margin-top: 150px;
            margin-left: 320px;
            height: 200px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
        }
        .documentContent-CardTitle {
            font-size: 36px;
        }
        .documentContent-Card a {
            color: white;
            text-decoration: none;
            display: block;
            margin-top: 10px;
        }
        .documentContent-Card a:hover {
            background-color: #555555;
            transform: scale(1.10); 
        }
        .CardButton {
            display: flex;
            align-items: center;
            background-color: rgba(18, 18, 20, 0); 
            color: white;
            border: none;
            font-weight: bold;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
            border-radius: 20px;
            padding: 7px;
            cursor: pointer;
            margin-left: 3px;
            transition: background-color 0.3s;
        }
        .CardButton img {
            width: 35px; 
            height: auto;
            margin-right: 8px; 
        }
        .CardButton:hover {
            background-color: rgba(9, 9, 10, 0.7); 
            transform: scale(1.10); 
        }