.button_container{
    width: 100%;
    /*column-gap: 35px;*/
    /*column-gap: 20px;*/
    column-gap: 40px;
    margin-bottom: 25px;
    row-gap: 20px;
}
.button_sensitivity_menu{
    /*width: max(calc(33% - 25px), 240px);*/
    /*width: max(calc(25% - 25px), 183px);*/
    width: max(calc(50% - 25px), 240px);
    height: 30px;
    background-color: #1d1d22;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    cursor: pointer;
    text-decoration: none;
}
.button_sensitivity_menu_selected{
    width: max(calc(50% - 25px), 240px);
    height: 30px;
    background-color: #1a1a6b;
    border-radius: 10px;
    border: solid 1px #ebebeb;
    cursor: pointer;
}
.converter_small_text{
    text-align: center;
    font-size: 1.5em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
}
.e_letter{
    font-family: 'Lobster Two', cursive;
    font-size: 1em;
}
.steps_text_container{
    width: 100%;
    text-align: left;
    margin: 5px 0px 5px 0px;
}
.default_lobster_text{
    font-family: 'Lobster Two', cursive;
    font-size: 1em;
    color: white;
    font-weight: normal;
}
.input_selector_container{
    margin-top: 15px;
}
.converter_input{
    height: 40px;
    border-radius: 10px;
    border-style: none;
    text-align: center;
    width: 148px;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    box-shadow: black 10px 10px;
}
.converter_output{
    pointer-events:none;
}
.converter_input_container{
    margin-top: 15px;
}
.select_symbol{
    clip-path: polygon(50% 100%, 0 50%, 100% 50%);
    background-color: #1d1d22;
    width: 15px;
    height: 15px;
    position: relative;
    top: -20px;
    left: 205px;
}
.information_text_button{
    font-family: 'Lobster Two', cursive;
    font-size: 0.8em;
    background-color: #1a1a6b;
    color: white;
    border-radius: 50%;
    padding: 0px 6px 0px 6px;
    border: solid 1px #ebebeb;
    cursor: pointer;
    margin: 0px 0px 0px 3px;
}
.information_text_button_div{
    font-family: 'Lobster Two', cursive;
    font-size: 1em;
    background-color: #1a1a6b;
    color: white;
    border-radius: 50%;
    padding: 0px 8px 0px 8px;
    border: solid 1px #ebebeb;
    cursor: pointer;
    margin: 0px 10px 0px 3px;
}
.information_text_line{
    line-height: 18.2px;
    font-family: 'Exo 2', sans-serif;
    color: rgb(154, 189, 255);
    text-align: justify;
    cursor: pointer;
}
.steps{
    width: max(43%, 300px);
}
.steps_converter{
    column-gap: 60px;
    background-color: #1d1d22;
    margin: 20px 0px 15px 0px;
    padding: 15px 0px 15px 0px;
    border-radius: 15px;
}
.converter_input_container{
    column-gap: 60px;
}
.input-column{
    display: flex;
    flex-direction: column;
}
.double_arrow{
    color: white;
    font-size: 2.2em;
    position: absolute;
    top: 483px;
    left: calc(50vw - 26px);
    border: solid 1px #ebebeb;
    border-radius: 10px;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    user-select: none;
}
.sensitivity_icons{
    color: white;
    font-size: 1.8em;
    font-weight: bold;
}
.sensitivity_icons_2{
    color: white;
    font-size: 3em;
    font-weight: bold;
    position: relative;
    top: -5px;
}
.double_arrow:hover{
    transform: scale(1.05);
}
.animate_gold{
    animation: updateAnimation 1s linear alternate;
}
.games_list{
    background-color: #1d1d22;
    height: fit-content;
    padding: 20px;
    border-radius: 15px;
    row-gap: 15px;
    column-gap: 15px;
}
.games_element{
    background-color: #1a1a6b;
    padding: 5px 10px 0px 10px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.games_element:hover{
    background-color: #101015;
    user-select: none;
}

.custom-select {
    position: relative;
    cursor: pointer;
    width: 240px;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    box-shadow: black 10px 10px;
    border-radius: 10px;
}
  
.selected {
    border: 1px solid #ccc;
    color: black;
    background-color: #ebebeb;
    border-radius: 10px;
    height: 30px;
    padding-top: 10px;
    padding-left: 10px;
    border-style: none;
}
  
.option {
    padding: 12px 16px;
    cursor: pointer;
}
  
.option:hover {
    background-color: #ddd;
}
  
.search-option {
    border-bottom: 2px solid #909090;
}
  
.search {
    width: calc(100% - 32px);
    padding: 5px;
    border: none;
}
  
.options {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 240px;
    max-height: 168px;
    overflow-y: scroll;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1;
    border-radius: 10px;
}
  
.options.show {
    display: block;
}

@media (max-width: 960px) { .double_arrow { display: none; } }
@media (max-width: 400px) { .custom-select { width: 100%; } }
@media (max-width: 400px) { .custom-select { box-shadow: none; } }
@media (max-width: 400px) { .select_symbol { left: 85%; } }
@media (max-width: 960px) { .sensitivity_icons { display: none; } }
@media (max-width: 960px) { .sensitivity_icons_2 { display: none; } }
@keyframes updateAnimation{
    0% {
        background-color: #ebebeb;
    }
    25% {
        background-color: goldenrod;
    }
    100% {
        background-color: #ebebeb;
    }
}
