body {
    align-self: center !important;
    align-content: center !important;
    align-items: center !important;
    text-align: center !important;
    color: rgb(17, 17, 17);
    background-color: rgb(12, 12, 12) ;
    font-family: "Tiktok Sans" !important;
    font-weight: 100 !important;
    user-select: none !important;
}

#title_container {
    justify-content: center !important;
    align-self: center !important;
    align-content: center !important;
    align-items: center !important;
    text-align: center !important;
    color: rgb(0, 0, 0) !important;
    background-color: transparent !important;
    font-family: Arial !important;
    font-weight: 100 !important;
    height: 10vh !important;
    text-shadow:
        6px 6px blue,
        -6px -6px rgb(255, 0, 0) !important;
    font-family: audiowide !important;
    font-size: min(7vw, 100px) !important;
    animation-name: opening_animation !important;
    animation-duration: 2s !important;
    transition: color 2s !important;
    display: flex !important;
    margin: 0 !important;
    padding: 0.5px !important;
    min-height: 10px !important;
    position: sticky !important;
}



#title_container:hover {
    color: greenyellow
}

#subtitle_text {
    color: rgb(208, 255, 0) !important;
    font-size: 40px !important;
    font-family: "Tiktok Sans" !important;
    font-weight: 100 !important;
}



@keyframes search_color {
    0% {
        color: red !important;
    }

    33% {
        color: blue !important;
    }

    66% {
        color: rgb(0, 255, 34)
    }

    100% {
        color: red
    }
}

.gsc-control-cse {
    background-color: transparent !important;
    border: none !important;
    max-width: 600px !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: transparent !important;
    border: none !important;
}

.gsc-input-box {
    background-color: rgba(0, 0, 0, 0.29) !important;
    width: 400px !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 5px !important;
    transition: box-shadow 1.5s, background-color 1.5s !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.374) !important;
    animation-name: search_color !important;
    backdrop-filter: blur(5px);
    font-family: 'Tiktok Sans' !important;
}

input.gsc-input {
    background: none !important;
    color: rgb(0, 0, 0) ;
}

.gsc-results-wrapper-overlay {
    background-color:#2600ff61 !important;
    backdrop-filter: blur(5px); 
}


#settings {
    display: grid !important;
    justify-items: end !important;
    font-size: 30px !important;
    border-radius: 10px !important;
    outline: none !important;
    border: none !important;
    background-color: transparent !important;
    color: white !important;
    justify-self: start !important;
    height: fit-content !important;
    transition: background-color 0.5s !important;
}


#apps {
    display: grid !important;
    font-size: 30px !important;
    border-radius: 10px !important;
    outline: none !important;
    border: none !important;
    background-color: transparent !important;
    color: rgb(92, 48, 48) !important;
    justify-self: end !important;
    z-index: 100 !important;
    position: absolute !important;
    width: fit-content !important;
    height: fit-content !important;
    transition: background-color 0.5s !important;    
}


#apps:hover {
    background-color: rgba(61, 61, 61, 0.5) !important;
}



#settings:hover {
    background-color: rgba(61, 61, 61, 0.5) !important;
    cursor: pointer !important;
}

#settingsMenu {
    z-index: 1 !important;
    width: 8vw !important;
    height: 20vh !important;
    padding: 10px !important;
    color: rgb(255, 255, 255) !important;
    background-color: rgba(37, 37, 37, 0.394) !important;
    border-radius: 10px !important;
    position: absolute !important;
    font-family: 'Tiktok Sans' !important;
    display: none ;
}

.bar {
    width: 7vw !important;
    height: .1vh !important;
    background-color: rgb(104, 104, 104) !important;
}

.configs {
    width: fit-content !important;
    height: fit-content !important;
    font-family: 'Audiowide'
}

button {
    cursor: pointer
}

#topGap {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}


#customization_tools {
    position: fixed !important; 
    bottom: 20px !important;
    right: 20px !important;
    width: auto !important;
    height: auto !important;
    min-width: 50px !important; 
    min-height: 50px !important;
    padding: 10px 20px !important; 
    background-color: rgba(61, 61, 61, 0.4) !important;
    backdrop-filter: blur(10px);
    border-radius: 30px !important;
    color: rgb(255, 255, 255) !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 9999 !important; 
    transition: background-color 0.5s !important;
}

#customization_tools:hover {
    background-color: rgb(39, 39, 39) !important;
}

#panel {
    height: 50vh !important;
    width: 50vw !important;
    z-index: 9 !important;
    padding-top: 2vh !important;
    background-color: rgba(61, 61, 61, 0.5) !important;
    justify-self: right !important;
    margin-top: 3vh !important;
    text-align: center !important;
    justify-content: center !important;
    align-content: center !important;
    border-radius: 20px !important;
    display: none;
    backdrop-filter: blur(10px);
}

.gsc-input-box:hover {
    box-shadow: 1px 1px 20px 10px #ffffff,
        -1px -1px 20px 5px rgb(0, 30, 255),
        -2px -2px 20px 5px blue !important;
    background-color: #ffffff !important;
    color: black !important;
}

.gsc-search-box table {
    margin-bottom: 0 !important;
}

.themes {
    width: 5vh !important;
    height: 5vh !important;
    background-color: black !important;
    border-radius: 5vh !important;
    cursor: pointer !important;
}

.c {
    display: inline-block !important;
    vertical-align: middle !important;
}

#redT {
    background-color: rgb(255, 0, 0) !important;
}

#greenT {
    background-color: rgb(4, 221, 0) !important;
}

#blueT {
    background-color: rgb(0, 60, 255) !important;
}

button {
    font-family: 'tiktok Sans'
}


.Links {
    background-color: rgba(54, 53, 62, 0.933) !important;
    font-style: none !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    padding-top: 0px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 1.7vh !important;
    transition: background-color 1s !important;
    color:rgba(255, 255, 255, 0.562) !important;
    margin: 3px !important;
}

.Links:hover {
    background-color: rgba(236, 236, 236, 0.5) !important;
}

#shortCut {
   gap: none !important;
}

#wallpaper_cont {
    background-repeat: no-repeat !important;
    width: 99vw !important;
    height: 98.5vh !important;
    background-position: center !important;
    background-size: cover !important;
}

.gsc-results-wrapper-visible {
    border-radius: 12px !important;       
    padding: 20px !important;            
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important; 
    max-width: 90% !important;          
    margin: 20px auto !important;     
    border: 2px solid #000000 !important;
    border-radius: 12px !important;   
    background-color: #00ff0d3c;
}

.gs-title, .gs-title * {
    font-family: 'Tiktok Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color:rgb(255, 255, 255) !important;
    background-color: rgba(57, 57, 57, 0.172) !important;
    border-radius: 20px !important;
}

.gs-snippet {
    font-family: 'Tiktok Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.gsc-url-top, .gsc-url-bottom {
    font-family: 'Tiktok Sans', sans-serif !important;
    font-size: 12px !important;
}

.gsc-webResult, .gsc-result {
    border: 1px solid #eeeeee !important; 
    margin-bottom: 8px !important;
    padding: 10px !important;
    border-radius: 6px !important;
    background-color: #ffffff35 !important;
}

.gs-title, .gs-title * {
    font-weight: normal !important;
    text-decoration: none !important;
}

.gsc-tabHeader, .gsc-inline-block, .gsc-tabhActive {
    border-radius: 30px;
}

.gsc-modal-background-image, .gsc-modal-background-image-visible {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(0,0,0)) !important;
}

.gcsc-branding-img-noclear {
    display: none !important;
}

.gcsc-more-maybe-branding-root {
    display: none !important;
}

b {
    color: red !important;
}

#gsc-i-id1 {
    animation-name: search_color !important;
    animation-duration: 4s !important;
    animation-iteration-count: infinite !important;
}

.gsc-results-wrapper-overlay:before {
    content: "Cool Aura search engine by Emad"; 
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    font:100;
    font-family: 'Audiowide';
    width: fit-content; 
    height: fit-content;
}

::-webkit-scrollbar {
    width: 5px; 
    height: 10px;
    border-radius: 100px;
}

::-webkit-scrollbar-track {
    background-color: aqua;
    border-radius: 100px;
}

.gsc-results-wrapper-overlay {
    transition: opacity 0.5s ease-out, transform 0.5s ease-out !important;
}

.gsc-results-wrapper-overlay.closing {
    opacity: 0 !important;
    transform: scale(0.95) !important;
}