html {
    background-color: #232F4A !important;
    color: #0a111f;
    font-family: Arial, sans-serif;
}

.tabcontent {
    display: none;
    text-align: center;
}

.tabcontent.active {
    display: block;
}

.phppart {
    max-width: 320px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 40px;
    margin-left: calc(50% - 20px);
}

.phppart button {
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #0a111f;
    box-shadow: #0a111f 1px 1px 10px;
    background-color: #8A909E;
    width: 100%;
    border: 1px solid #0a111f;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.25s;
    padding: 11px;
}

.phppart button:hover {
    background-color: #ACBF80;
    color: #14213d;
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>🚗</text></svg>") 16 0,
    auto;
}

.leftPart {
    position: absolute;
    left: calc(50% - 320px);
    text-align: center;
    justify-content: space-between;
    margin-top: 50px;
}

.sidebar {
    height: 600px;
    width: 250px;
    /*margin-top: 10px;*/
    border: 2px solid #8A909E;
    color: #8A909E;
    overflow-x: hidden;
    background-color: #0a111f;
    box-shadow: #0a111f 0px 0px 10px;
    text-align: center;
    margin-bottom: 30px;
}

.sidebar2 {
    height: 250px;
    width: 250px;
    border: 2px solid #8A909E;
    color: #8A909E;
    overflow-x: hidden;
    background-color: #0a111f;
    box-shadow: #0a111f 0px 0px 10px;
    text-align: center;
    margin-bottom: 30px;
}

.sidebar3 {
    height: 300px;
    width: 250px;
    color: #8A909E;
}

.sidebar3 img {
    box-shadow: #0a111f 1px 1px 10px;
}


button:disabled {
    background-color: #666;
    color: #ccc;
    cursor: not-allowed;
}

.container .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: auto;
}

.container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

.newsbutton {
    font-size: 20px;
    background-color: #8A909E;
    color: #242423;
    border: 1px solid rgb(19, 19, 19);
    padding: 10px;
    width: 250px;
    cursor: pointer;
}

.newsbutton:hover {
    background-color: #ACBF80;
    color: #14213d;
}

.button-list {
    list-style-type: none;
    justify-content: right;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.newsbuttonheader {
    display: none;
}

.button-list button {
    font-size: 20px;
    background-color: #8A909E;
    color: #242423;
    border: 1px solid rgb(19, 19, 19);
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 2px;
    box-shadow: #0a111f 0px 0px 5px;
}

.button-list button:hover {
    background-color: #ACBF80;
    color: #14213d;
}

footer {
    background-color: #14213d;
    color: #e5e5e5;
    padding: 13px;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: #0a111f 0px 0px 10px;
}

#TOPButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 77;
    border: 1px solid #0a111f;
    background-color: #8A909E;
    color: #14213d;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: #0a111f 0px 0px 10px;
    font-weight: bold;
}

#TOPButton:hover {
    background-color: #ACBF80;
}

#search-results {
    display: none;
    position: absolute;
    top: 790px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    width: 162px;
}

#search-results p {
    padding: 5px;
    color: #14213d;
}

#search-results p:hover {
    background-color: rgb(186, 216, 243);
    cursor: pointer;
}

.sidebar h2 {
    font-size: 15px;
}

.sidebar h3 {
    font-size: 10px;
}

.sidebar a {
    text-decoration: none;
    color: #8A909E;
}

.rightSide {
    position: absolute;
    left: calc(50% + 310px);
    text-align: center;
    margin: 0;
}

.rightSide p {
    font-size: 40px;
    margin-bottom: 20px;
    height: 58px;
    margin: 0 0 20px 0;
}

.modal {
    display: none;
    position: absolute;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 350px;
    height: fit-content;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.modal-content button {
    font-size: 15px;
    background-color: #90A955;
    color: #242423;
    border: 1px solid rgb(19, 19, 19);
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 5px;
}

.modal-content button:hover {
    background-color: #ACBF80;
    color: #14213D;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #90A955;
    width: 70px;
    height: 70px;
    font-size: 70px;
}

input {
    padding: 12px 20px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

textarea {
    padding: 12px 20px;
    box-sizing: border-box;
    margin-bottom: 5px;
    max-width: 300px;
    max-height: 300px;
}

.light {
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.light .flame {
    animation-name: flame;
    animation-delay: 18.4s;
    animation-duration: 1.5s;
    animation-iteration-count: 30;
    display: inline-block;
}

.emoji {
    position: absolute;
    animation: moveLeft 25s linear infinite;
    animation-iteration-count: 1;
}

.emoji3 {
    animation: moveLeft 25s linear infinite;
    animation-delay: 1s;
    animation-iteration-count: 1;
}

.emoji4 {
    animation: moveLeft 25s linear infinite;
    animation-delay: 4s;
    animation-iteration-count: 1;
}

.emoji5 {
    animation: moveLeft 20s linear infinite;
    animation-delay: 10s;
    animation-iteration-count: 1;
}

.emoji6 {
    animation: moveLeft 19s linear infinite;
    animation-delay: 15s;
    animation-iteration-count: 1;
}

.emoji2 {
    position: absolute;
    animation-name: moveRight;
    animation-duration: 10s;
    animation-iteration-count: 2;
    animation-direction: alternate;
}

.emoji666 {
    left: 0;
    width: 29px;
    height: 21px;
    background-color: #232F4A;
    position: absolute;
    animation: 0;
    animation-iteration-count: 0;
    z-index: 50;
}

@keyframes moveLeft {
    0% {
        right: 0; /* Start at the right side */
    }
    100% {
        right: 100%; /* Move to the left side (adjust this value if needed) */
    }
}

@keyframes moveRight {
    0% {
        left: 0;
    }
    100% {
        left: 35%;
    }
}

@keyframes flame {
    0% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(1.2);
    }
    100% {
        transform: scaleY(1);
    }
}

#my-canvas {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#confetti-holder {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 725px) {
    .phppart {
        max-width: 320px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: 40px;
        margin-left: calc(50% - 160px);
    }

    .rightSide {
        left: calc(50% + 160px);
    }

    .container {
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: block;
    }

    .button-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
    }

    .button-list button {
        border: 1px solid #f1f1f1;
        border-radius: 0px;
        list-style-type: none;
        width: 270px;
        height: 50px;
        display: block;
        margin-right: 35px;
    }

    .newsbuttonheader {
        display: block;
    }

    .sidebar {
        display: none;
    }

    .sidebar2 {
        display: none;
    }

    .sidebar3 {
        display: none;
    }
    .container a{
        padding-right: 10px;


    }
}