#FlexboxStickersearch {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: none;
    height: 100%;
    width: 50%;
    max-width: 30vw;
    align-items: stretch;
}

#FlexboxStickersearchText {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.5vw;
    flex-direction: row;
    justify-content: space-evenly;
}

#FlexboxStickerText {
    flex-direction: column;
    align-items: center;
    margin-right: 5px;
    margin-left: 5px;
}

.ToolBox {
    background: linear-gradient(360deg, #1c1f2100 11.38%, #1c1f2100 25.23%, #1a303d);
    padding: 15px 10px 10px 10px;
    border-radius: 15px;
    margin: 5px 5px 5px 5px;
    color: #66c0f4;
    font-family: 'Oxanium';
    font-size: 10pt;
}

.Wear {
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available;
    justify-content: space-evenly;
    background: #66c0f40a;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 5px 5px 5px;
    color: #66c0f4;
    font-family: 'Oxanium';
    font-size: 10pt;
}

/* Hide the browser's default checkbox */
.Wear input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    padding: 3px;
    height: 0;
    width: 0;
    user-select: none;
}

.Wear label {
    padding: 3px 10px 3px 10px;
    user-select: none;
}

.Wear input[type="checkbox"]:checked+label {
    font-weight: bold;
    color: #66c0f4;
    outline: 1px solid #66c0f4;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
}

#FlexboxOptions {
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

.FlexboxOptionsMain {
    display: flex;
    flex-direction: column;
}

#FlexMain {
    display: flex;
    flex-direction: row-reverse;
}

#FlexboxCheckbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

#FlexboxCheck {
    display: flex;
    align-items: center;
    background-color: #2c2f33;
}

#FlexboxSearch {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #292929;
    min-width: 160px;
    border: 1px solid #ddd;
    z-index: 99;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.Info {
    font-size: 10pt;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 50px;
}

h1 {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

/* Header */
.Button {
    outline: 1px solid #66c0f4;
    flex: 1;
    user-select: none;
}

.dropdown {
    width: 140px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    background-color: #66c0f433;
    border: 1px transparent;
    border-radius: 3px;
    color: #66c0f4;
    position: relative;
    display: inline-block;
    justify-content: center;
    text-align: center;
    margin-left: 2px;
    z-index: 99;
    font-family: 'Oxanium';
}

.InputSticker {
    line-height: 24px;
    background-color: rgba(103, 193, 245, 0.2);
    border: 1px transparent;
    border-radius: 3px;
    cursor: pointer;
    color: #66c0f4;
    width: 100px;
    font-size: 12px;
    display: none;
}

.expandedresults {
    transform: scale(1.07);
    /* Scale the selected item to 120% of its original size */
    background-color: rgba(105, 230, 252, 0.1);
    /* Background color with 50% opacity */
    padding: -1px;
    /* Padding to create the inside border */
}

.expandedicon {
    transform: scale(1.07);
    /* Scale the selected item to 120% of its original size */
    background-color: rgba(105, 230, 252, 0.1);
    /* Background color with 50% opacity */
    padding: -1px;
    /* Padding to create the inside border */
}

.dropdown {
    flex: 1;
}

                           .grid-item.Consumer-Grade {
            outline-color: rgb(176, 195, 217);
        }

        .grid-item.Industrial-Grade {
            outline-color: rgb(94, 152, 217);
        }

        .grid-item.Mil-Spec-Grade {
            outline-color: rgb(75, 105, 255);
        }

        .grid-item.Restricted {
            outline-color: rgb(136, 71, 255);
        }

        .grid-item.Classified {
            outline-color: rgb(211, 44, 230);
        }

        .grid-item.Covert {
            outline-color: rgb(235, 75, 75);
        }

        .grid-item.Contraband {
            outline-color: rgb(228, 174, 57);
            background-color: rgb(228, 174, 57);
        }

        .grid-item.Default {
            outline-color: rgb(228, 228, 228);
            background-color: rgb(41, 41, 41);
        }

        .grid-item.Stattrak {
            outline-color: rgb(207, 106, 50);
        }

        .grid-item.Souvenir {
            outline-color: rgb(255, 215, 0);
        }

        .grid-item.Genuine {
            outline-color: rgb(77, 116, 85);
        }

        .grid-item.Knives {
            outline-color: rgb(134, 80, 172);
        }

        .grid-item.Gloves {
            outline-color: rgb(134, 80, 172);
        }

        .grid-item {
            border-radius: 0;
            background-color: rgb(41, 41, 41);
        }


                   .result-item.Consumer-Grade {
  outline: 1px solid rgb(176,195,217);
  /* optional: background-color / gradient to mimic Steam cards */
}

.result-item.Industrial-Grade {
  outline: 1px solid rgb(94,152,217);
}

.result-item.Mil-Spec-Grade {
  outline: 1px solid rgb(75,105,255);
}

.result-item.Restricted {
  outline: 1px solid rgb(136,71,255);
}

.result-item.Classified {
  outline: 1px solid rgb(211,44,230);
}

.result-item.Covert {
  outline: 1px solid rgb(235,75,75);
}

.result-item.Contraband {
  outline: 1px solid rgb(228,174,57);
  background-color: rgb(228,174,57);
}




















/* Ultrawide */
@media (min-width: 3200px) {}

/* 2xl */
@media (max-width: 1536px) {}

/* xl */
@media (max-width: 1280px) {}

/* lg */
@media (max-width: 1024px) {}

/* md */
@media (max-width: 768px) {
    body {
        background: #1c1f21;
    }

    #FlexboxStickersearch {
        display: flex;
        flex-direction: column;
        flex: none;
        height: fit-content;
        width: 100%;
        max-width: none;
        justify-content: flex-start;
        align-items: center;
        z-index: 3;
        left: 0;
        background: linear-gradient(90deg, #1c1f21 11.38%, #1c1f21 25.23%, #1a303d);
        margin-top: 55px;
        padding-top: 10px;
    }

    #FlexboxOptions {
        margin-bottom: 20px;
        width: 75%;
    }

    .ToolBox {
        width: 75%;
    }

    .grid-item {
        background-color: #1c1f21;
        outline: 0.8px solid rgb(228, 228, 228);
        text-align: center;
        padding: 0px;
        cursor: pointer;
        display: flex;
        padding-bottom: 100%;
        align-items: stretch;
        justify-content: space-evenly;
        border-radius: 5px;
    }

    .InputSticker {
        line-height: 24px;
        background-color: rgba(103, 193, 245, 0.2);
        border: 1px transparent;
        border-radius: 3px;
        cursor: pointer;
        color: #66c0f4;
        width: 70px;
        display: none;
    }
}

/* sm */
@media (max-width: 640px) {}

/* xs */
@media (max-width: 475px) {
    h1 {
        font-size: 21pt;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* xxs */
@media (max-width: 360px) {}