body{
    margin: 0;
    padding: 0;
    background-color: rgb(6, 13, 39);
    color: whitesmoke;
    font-family: Noto Sans;
}

.app{
    margin: 23px 100px;
}

.header{
    width: auto;
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    background-color: rgb(49, 58, 82);
    border-radius: 20px;
}

.extensions-logo-icon{
    height: 48px;
}

.theme-container{
    display: flex;
    justify-content: center;
    height: 30px;
    padding: 10px 12px;
    background-color: rgb(61, 68, 90);
    border-radius: 12px;
}.theme-container:active{
    outline: 2px solid rgb(241, 93, 83);
    outline-offset: 2px;
}

.theme{
    margin-top: 4px;
    width: 22px;
    height: 22px;
} .theme:hover{
    cursor: pointer;
}

#title1{
    float: right;
    margin: 5px;
    font-size: 20px;
    font-weight: bold;
}

button:hover{
    cursor: pointer;
}
/* Navigation Buttons */
.nav{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.nav-buttons, .dialog-buttons{
    /* color: rgb(6, 13, 39); */
    width: fit-content;
    height: 100%;
    padding: 8px 18px;
    font-size: 18px;
    background-color: rgb(31, 37, 53);
    color: white;
    border: none;
    border-radius: 20px;
    margin-left: 8px;
}

/* .all{
    background-color: rgb(241, 93, 83);
    border: none;
    outline: 2px solid rgb(241, 93, 83);
    outline-offset: 2px;
}

.nav-buttons-container:focus-within .nav-buttons{
    background-color: rgb(31, 37, 53);
    color:  white;
}

.nav-buttons-container:focus-within .all{
    outline: none;
}

.nav-buttons:focus{
    background-color: rgb(241, 93, 83);
    border: none;
    outline: 2px solid rgb(241, 93, 83);
    outline-offset: 2px;
    transition-property: background-color;
    transition-duration: 0.3s;
} */


#title2{
    margin: 4px;
    margin-left: 0;
    font-size: 25px;
    font-weight: bold;
}


.cards{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: 15px;
}

.card{
    flex-basis: calc(33.333% - 10px);
    height: 180px;
    padding: 20px;
    background-color: rgb(31, 37, 53);
    border: 1px solid gray;
    border-radius: 20px;
    box-sizing: border-box;
}

.card-part1{
    display: flex;
    height: 100px;
    /* border: 1px solid black; */
}


.card-part2{
    display: flex;
    justify-content: space-between;
}

.extensions-list-icon{
    float: left;
    width: 50px;
    height: 50px;
}

.extension-list-title{
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;    
}

.extension-list-description{
    font-size: 13px;
    font-family: Noto Sans Regular;
}


/* Perfect */
.remove-button{
    width: fit-content;
    height: 100%;
    padding: 8px 12px;
    background-color: rgb(31, 37, 53);
    color: white;
    border: 1px solid rgb(83, 89, 105);
    border-radius: 20px;
    font-size: 15px;
} .remove-button:focus{
    background-color: rgb(83, 89, 105);
    border:  1px solid rgb(83, 89, 105);
    outline: 2px solid rgb(241, 93, 83);
    outline-offset: 2px;
    transition-property: background-color;
    transition-duration: 0.3s;
}



/* Toggle Button Styles */
.con{
    width: 32px;
    height: 18px;
    padding: 4px;
    background-color: rgb(241, 93, 83);
    border-radius: 15px;       
} .con:hover{
    cursor: pointer;
}

.tog{
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 16px;
    margin: 1px;
    float: right;
}

/* Toggle Disable */
.con-disabled{
    background-color: gray;
}

.tog-disabled{
    float: left;
}

/* Dialog Box Styles */
 .dialog{
    width: fit-content;
    height: fit-content;
    margin-top: 70px;
    padding: 20px;
    border: none;
    border-radius: 20px;
}

.dialog-buttons-container{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.dialog-buttons{
    background-color: rgb(211, 211, 211);
    color: rgb(6, 13, 39);
    width: 100px;
} .dialog-buttons:focus{
    background-color: rgb(45, 54, 82);
    color: white;
    outline: 1px solid rgb(45, 54, 82);
    outline-offset: 3px;
    transition: background-color  0.6s;
}

hr{
    margin-top: 40px;
}
    




/* Light Theme */

.body-light{
    background-color: rgb(197, 239, 255);
    color: black;
}

.header-light{
    background-color: white;
    color: black;
}

.theme-container-light{
    background-color: rgb(211, 211, 211);
}

.button-light{
    background-color: rgb(189, 232, 247);
}

.card-light{
    background-color: white;
    color: inherit;
    border: 1px solid white;
}

.remove-button-light{
    color: inherit;
    background-color: inherit;
    border: 1px solid black;
}.remove-button-light:focus{
    background-color: rgb(211, 211, 211);
}
/* Filter Colors */

.filter{
    background-color: rgb(241, 93, 83);
    border: none;
    outline: 2px solid rgb(241, 93, 83);
    outline-offset: 2px;
}

/* Mobile Responsiveness */

@media screen and  (max-width: 768px) {
    body{
        overflow-x: hidden;
        padding-left: 1px;
    }
    .app{
       margin: 7%; 
    }
    .header{
        width: auto;
    }
    .extensions-logo-icon{
        margin-top: 4px;
        height: 40px;
    }
    .extensions-list-icon{
        width: 50px;
        height: 50px;
    }
    
    
    .nav{
        flex-direction: column;
        align-items: center;
        margin: 25px 0;
        gap: 10px;
        height: 40%;
        padding: 2px 9px;
    }
    .nav-buttons-light{
        color: white;
    }.nav-buttons-light:hover{
        background-color: rgb(241, 93, 83);
    }

    .cards{
        flex-direction: column;
        margin-top: 15px;
    } 

    .card{
        width: auto;
        height: 160px;
    }

    .card-part1{
        height: 115px;
    }

    hr{
        margin-top: 30px;
    }
}

/* Tablet Responsiveness */
@media screen and (max-width: 1024px){
    .cards{
        flex-direction: column;
    }
}
