body {
    background-image: url(../jpg/steam-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.quests-title {
    color: #fff;
    font-family: 'AlienwareLight', sans-serif;
}

.quest-title {
    color: #fff;
    font-family: 'AlienwareLight', sans-serif;
}

.quest-desc {
    color: #fff;
    font-family: 'AlienwareLight', sans-serif;
}

.quest-label {
    color: #999!important;
    font-family: 'AlienwareLight', sans-serif!important;
}

.alert-steam {
    color: #66c0f4;
    border-color: #66c0f4;
    background-color: #2a475e;
}

hr {
    border-top: 1px solid rgba(255,255,255,.8);
}

.btn-steam-quest {
    color: #ffffff;
    border-color: #66c0f4;
    background-color: #2a475e;
}

.progress-steam-quest {
    background-color: #000;
}

.progress-steam-quest .progress-bar {
    background-color: #66c0f4;
}

.text-steam-light {
    color: #66c0f4;
}

.text-steam-dark {
    color: #2a475e;
}

/* ------------------------------------- */
/* ---------- Select2 Library ---------- */
/* ------------------------------------- */

/* Change the appearence of the bakground color surrounding the search input field */
.select2-search {
    font-family: 'AlienwareLight', sans-serif!important;
    background-color: #2a475e !important;
    border: 2px solid #66c0f4 !important;
}

/* Change the appearence of the search input field */
.select2-search input {
    font-family: 'AlienwareLight', sans-serif!important;
    color: #ffffff !important;
    background-color: #2a475e !important;
    border: 2px solid #66c0f4 !important;
}

/* Change the appearence of the search results container */
.select2-results {
    font-family: 'AlienwareLight', sans-serif!important;
    color: #ffffff !important;
    background-color: #2a475e !important;
    border: 2px solid #66c0f4 !important;
}

/* Change the appearence of the dropdown select container */
.select2-container--bootstrap-5 .select2-selection {
    font-family: 'AlienwareLight', sans-serif!important;
    color: #ffffff !important;
    border: 2px solid #66c0f4 !important;
    color: #ffffff !important;
    background-color: #2a475e !important;
}

/* Change the color of the default selected item i.e. the first option */
.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'AlienwareLight', sans-serif!important;
    border: 2px solid #66c0f4 !important;
    color: #ffffff !important;
    background-color: #2a475e !important;
}

/* Mouseover highlight */
.select2-results__option--highlighted[aria-selected]{
    font-family: 'AlienwareLight', sans-serif!important;
    background-color:#66c0f4 !important;
}

/* Previous selection highlight */
.select2-results__option[aria-selected=true]{
    font-family: 'AlienwareLight', sans-serif!important;
    background-color:#66c0f4 !important;
    border: 2px solid #66c0f4 !important;
}