@import "stylesheets/training-styles.css";
@import "stylesheets/network-styles.css";
@import "stylesheets/library-styles.css";
@import "stylesheets/business-styles.css";
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');

/*------------------------------------------------------------------
# [Color codes]

# Body Background: #eeeeee
# Peche: var(--peche)
# Button Blue: #24a0ed
# Button Hover Blue: #1086d9
# Font-Family: "Bree Serif"

# Temporary Palette https://coolors.co/fabc3c-e84855-f97545-3185fc-35a32c

------------------------------------------------------------------*/
:root{
    --peche: #ffcc99;
    --backgroundMain: #eeeeee;
}
/* GLOBAL */
body{
    color: #000000;
}
.phone_layout{
    display: none;
}

.global_global_div{
    background-color: var(--backgroundMain);
    height: 100%;
    font-family: "Bree Serif";
}
.global_frame_div{
    margin: 0 auto;
    min-width: 900px;
    max-width: 900px;
    min-height: 100vh;
    height: 100%;
    background-color: #ffffff;
}
.navbar_peche{
    background-image: linear-gradient(to right, var(--peche), #ffc899);
    box-shadow: 0 2px 2px -2px #aaaaaa; 
}

.navbar_peche_mobile{
    display: none !important
}

.menubar_peche_mobile{
    display: none !important;
}

.settingsbar_peche_mobile{
    display: none !important;
}

.navbar-nav{
    flex-direction: row;
}

.collapse:not(.show) {
    display: flex;
}

.navbar-collapse {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.nav-item{
    margin: 0 5px;
}

.index_center{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}

.center_margin{
    margin: auto;
}

.center_text{
    text-align: center !important;
}

.italic_text{
    font-style: italic;
}

.bold_text{
    font-weight: bold;
}

.left_align{
    text-align: left !important;
}

.autoflex{
    flex: auto;
}

.displayflex{
    display: flex;
}

.marginAdjust{
    margin-top: 20px !important;
}

.noPadding{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.spec_table{
    width: 900px;
    display: flex;
    padding: 10px 0;
}

.measure_adjust{
    min-width: 65px;
}

.spec_table_ingredients{
    padding-right: 20px;
    flex: auto;
}

.spec_table_build{
    flex: auto;
    display: flex;
}

.spec_table_build_descriptors{
    max-width: fit-content;
    padding-right: 10px;
}

.hidden_page_id{
    width: 0;
    height: 0;
    border: none;
    display: none;
    background-color: transparent;
}

.link_black{
    color: black !important;
    text-decoration: none !important;
}

.bold_text{
    font-weight: bold !important;
}

.peche_button{
    width: 120px;
    height: 40px;
    line-height: 35px;
    background-color: var(--peche);
    border: 1px solid black;
    border-radius: 10px;
    color: black;
    text-align: center;
    font-weight: bold;
}

.peche_button:hover{
    cursor: pointer;
    box-shadow: 1px 1px 3px #494949;
}

.two_buttons{
    display: flex;
    width: 100px;
    margin: 10px auto;
}

.button_flex{
    flex:auto;
    width: 40px;
}

.button_flex_img{
    width: 40px;
    cursor: pointer;
}

.button_flex_img:hover{
    transform: scale(1.1);
}

.infoHelp{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    z-index: 10000;
    display: none;
}

.infoHelp_inner{
    position: relative;
    margin: 90px auto;
    width: 650px;
    height: auto;
    padding: 40px;
    background-color: #ffffff;
    font-size: 16px;
    border: 1px solid black;
    border-radius: 15px;
    box-shadow: #000000 2px 2px 4px;
}

.infoHelpExit{
    position: absolute;
    top: -10px;
    right: 5px;
    margin-right: 5px;
    transform: rotate(45deg);
    font-size: 40px;
}

.infoHelpExit:hover{
    font-weight: bold;
    cursor: pointer;
}

.infoHelpBtn{
    position: absolute;
    top: 90px;
    right: calc((100vw - 900px)/2 + 20px);
    height: 50px;
    width: 50px;
}

.infoHelpImg{
    width: 45px;
    margin: auto;
}

.infoHelpImg:hover{
    transform: scale(1.1);
    cursor: pointer;
}

/* TEMP Phone Element */
.phone_element_horizontal{
    width: 100%;
    height: auto;
    padding: 20px 10px;
    border-top: 1px solid #fa7545;
    border-bottom: 1px solid #fa7545;
    box-shadow: 0px 1px 3px #fa7545;
    background-color: #ffffff;
    margin: 15px auto;
    position: relative;
    overflow: hidden;
  }

/* 404 */
.error_top{
    width: 90vw;
    height: 90vh;
    margin: auto;
    text-align: center;
}

.error_img{
    margin: auto;
    height: 90vh;
}

.error_button{
    width: 200px !important;
    position: absolute;
    left: calc(50% - 100px);
    bottom: 12vh;
}

/* ADMIN FEEDBACK */
.tox-statusbar{
    display: none !important;
}

.adminfeedback_topdiv{
    width: 100vw;
    margin: 30px auto;
}
.feedback_card{
    width: 100%;
    min-height: 250px;
    border: 1px solid black;
    border-radius: 5px;
}
#feedbackbox{
    height: 150px;
}
.feedback_thankyou{
    font-weight: bold;
    color: #35a32c;
    text-align: center;
    font-size: 18px;
}

.adminfeedback_markdown{
    display:block;
}

.adminNewProduct{
    width: 300px;
    height: auto;
    padding: 10px;
    border: 1px solid black;
}

.badFeedback{
    color: #35a32c;
    text-align: center;
    font-size: 18px;
}

/* MAIN INDEX */
.main_index_topdiv{
    position: relative;
    width: 800px;
    margin: 20px auto;
}
.main_index_header{
    text-align: center;
    font-weight: bold;
}
.main_index_subheader{
    text-align: center;
    font-style: italic;
}
.main_index_headerimg{
    width: 50px;
}
.main_index_body{
    width: auto;
    height: auto;
    display: block;
    position: relative;
}

/* USER DASHBOARD */
.welcome_div{
    margin: 20px auto;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.user_dashboard{
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
    min-height: 440px;
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 20px;
    color: #000000;
}

.user_dashboard_settings_btn{
    position: absolute;
    background-color: inherit;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border: none;
}

.btn_settings{
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 130px !important;
}

.btn_settings_text{
    width: 100px !important;
    font-size: 16px;
    left: 30px !important;
}

.btn_settings_img{
    left: 80px !important;
}

.btn_settings:hover > .btn_settings_img{
    left: 0px !important;
}

.user_dashboard_inner{
    width: 100%;
    height: 100%;
}

.user_dashboard_header{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}

.user_dashboard_header_name{
    font-size: 28px;
    font-weight: bold;
}

.user_dashboard_header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.header_middle_img{
    height: 120px;
    border: 2px solid #000000;
    border-radius: 50%;
    background-color: var(--peche);
}

.user_dashboard_header_side{
    display: flex;
    flex-direction: column;
    width: 33%;
}

.header_side_var{
    font-size: 18px;
    font-style: italic;
}

.user_dashboard_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
    width: 100%;
}

.dashboard_more_bar{
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.dashboard_more_bar_button{
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 180px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.1s ease;
    border-radius: 25px;
}

.dashboard_more_bar_text{
    position: absolute;
    left: 50px;
    bottom: 10px;
    font-weight: bold;
    transition: 0.1s ease;
    width: 150px;
    opacity: 0;
    display: none;
}

.dashboard_more_bar_img{
    position: absolute;
    width: 50px;
    left: calc(50% - 25px);
    transition: 0.5s ease;
}

.dashboard_more_bar_button:hover > .dashboard_more_bar_img{
    left: 0px;
    transform: rotate(-360deg);
}

.dashboard_more_bar_button:hover > .dashboard_more_bar_text{
    opacity: 1;
    transition: 1s ease;
    display: block;
}
.dashboard_more_bar_button:hover{
    border: 2px solid black;
    border-radius: 25px;
    background-color: var(--peche);
    transition: 0.2s ease-in-out;
}

.dashboard_content_title{
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
}

.dashboard_content_card{
    border: 1px solid #000000;
    border-radius: 20px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);
    min-width: 240px;
    max-width: 240px;
    height: 260px;
    padding:5px;
    margin: 5px;
    overflow: hidden;
}

.dashboard_content_card:hover{
    border: 2px solid #000000;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.4);
    overflow: hidden;
}

.dashboard_content_card_img, .dashboard_content_card_img_deck{
    height: 85%;
    overflow: hidden !important;
    border-radius: 5px 5px 0 0;
    opacity: 0.9;
}
.content_card_img{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #000000;
}

.dashboard_content_card_text{
    padding: 8px;
    height: 15%;
    text-align: center;
    font-weight: bold;
    align-items: center;
    font-size: 16px;
}

.content_card_text_sub{
    position: relative;
    display: none;
    font-weight: 400;
    text-align: left;
    height: 220px;
}

.content_card_more_button{
    flex: auto;
    height: auto;
    bottom: 5px;
    position: absolute;
}

.delete_button:hover{
    border: 2px solid black;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #ff1111, #aa0000);
    transition: 0.2s ease-in-out;
}

.delete_button_text{
    position: absolute;
    color: #f3f3f3 !important;
    bottom: 8px !important;
    left: 50px !important;
    width: 160px;
}

.dashboard_content_card:hover > .dashboard_content_card_text > .content_card_text_sub{
    display: block;
}

.dashboard_content_card:hover > .dashboard_content_card_img{
    margin-top: -95%;
    transition: 1s ease;
    overflow: hidden !important;
}

.user_dashboard_contributions{
    border-top: 2px solid #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
}

.dashboard_content_card:hover > .dashboard_content_card_img_deck{
    margin-top: -95%;
    transition: 1s ease;
}

.user_dashboard_extra{
    border-top: 2px solid #000000;
    height: 120px;
}

.dashboard_extra_buttons{
    margin: 5px 5px;
}

.extra_button{
    background-color: var(--peche);
    border: none;
    border-radius: 5px;
    color: #000000;
    border:2px solid black;
    font-weight: bold;
    height: 48px;
    width: 180px;
}

.extra_button:hover{
    box-shadow: 1px 1px 4px #474747;
    cursor: pointer;
}

.main_index_login{
    margin: 0 auto;
    width: 500px;
    height: auto;
    display: block;
    position: relative;
}

.login_form:focus{
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px #ffbb88;
}

.welcome{
    width: 100%;
    border-bottom: 1px solid black;
    padding: 20px 50px;
}

/* SETTINGS */
.settingsHeader{
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
}

.settingsItem{
    display: flex;
    margin: 10px 0;
}

.settingsSubheader{
    flex: 40%;
    line-height: 35px;
    font-size: 14px;
}

.settingsHelpText{
    font-size: 14px;
}

.settingsItemInputText{
    flex: 60%;
    font-size: 14px;
    border-radius: 10px;
    margin: 5px auto;
    line-height: 25px;
}

.settingsSplitButtons{
    display: flex;
    flex-direction: row;
    font-size: 14px;
}

.settingsSplitInner{
    flex: auto;
    min-width: 110px;
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #fa7545;
    border-radius: 15px;
    color: #fa7545;
    background-color: #ffffff;
    text-align: center;
}

.settingsSelect{
    min-width: 230px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: normal !important;
}

.settingsSubmit{
    margin-left: calc(100% - 235px) !important;
    width: 230px !important;
    font-weight: normal !important;
}

.settingsMessage{
    position: absolute;
    top: -52px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #fa7545;
    font-size: 16px;
    line-height: 50px;
    color: #35a32c;
    text-align: center;
    transition: 1s ease-out;
}

.settingsDictPair{
    width: 95%;
    margin: 0 auto;
    display: flex;
}

.settingsDictInput{
    flex: auto;
    max-width: 44%;
    margin: 5px 1%;
    border: 1px solid #fa7545;
    border-radius: 10px;
    height: 35px;
    font-size: 14px !important;
}

.settingsDictDivider{
    flex: auto;
    max-width: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

#settingsDictDatalist{
    font-size: 16px !important;
}

/*OLD SETTINGS*/
.settings_topdiv{
    width: 800px;
    padding: 20px;
    margin: 20px auto;
    font-weight: bold;
    font-style: center;
    border: 1px solid #000000;
    border-radius: 15px;
}

.settings_inner_navbar{
    width: 760px;
    height: 40px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
    display: flex;
}

.inner_navbar_flex{
    height: 60px;
    margin-top: -20px;
    padding-top: 20px;
    flex: auto;
    text-align: center;
    justify-content: center;
}

.inner_navbar_flex:hover{
    background-color: var(--peche);
    border: 1px solid #000000;
    border-radius: 15px;
    cursor: pointer;
}

.active_inner_navbar{
    background-color: var(--peche);
    border: 1px solid #000000;
    border-radius: 15px;
}

.settings_inner{
    margin-top: 10px;
}

.mydecks_header{
    text-align: center;
    color: #000000;
}

.decks_carousel_wrapper{
    position: relative;
    width: 100%;
}

.decks_carousel{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
    scrollbar-color: transparent transparent;
    height: 180px;
    margin: auto;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.decks_carousel::-webkit-scrollbar{
    height: 12px;
    position: absolute;
    border-bottom:1px solid black;
}

.decks_carousel::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: none;
    width: 12px;
    height: 12px !important;
    background-color: var(--peche);
    border: 1px solid black;
}

.decks_carousel .decks_carousel_item{
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    min-width: 350px;
    text-align: center;
    border: 1px solid black;
}

.decks_carousel_img{
    width: auto;
    height: 80%;
    transition: 0.1s ease-in;
}

.decks_carousel_item:hover > .decks_carousel_img{
    width: auto;
    height: 85%;    
    cursor: pointer;
}

#settings_decks_top{
    width: 100%;
    display: block;
}

.settings_deck_selected{
    margin-top: 20px;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.deck_selected_header{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

#deck_selected_header_id{
    display: none;
}

.deck_selected_specs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px auto;
}

.edit_profile_validator{
    width: 0;
    height: 0;
    border: none;
    background-color: transparent;
    display: none;
}

.edit_deck_delete_button{
    position: absolute !important;
    bottom: -15px !important;
    left: 0 !important;
}

.edit_deck_add_button{
    bottom: -15px !important;
    left: 0 !important;
    height: auto;
}

.edit_deck_add_button_button{
    width: 240px;
}

.edit_deck_add_button_text{
    position: absolute;
    color: black !important;
    bottom: 8px !important;
    left: 50px !important;
    width: 200px;
}

.edit_deck_training_button_text{
    position: absolute;
    color: black !important;
    bottom: 8px !important;
    left: 70px !important;
    width: 200px;
}

.training_switch_button{
    position: relative;
    margin: 0 auto;
    height: 45px;
    width: 240px;
    background-color: var(--peche);
    transition: 0.1s ease;
    border: 1px solid black;
    border-radius: 25px;
}

.training_switch_button:hover{
    box-shadow: 0 2px 4px #474747;
    cursor: pointer;
}

.switch_training_button_text{
    position: absolute;
    color: black !important;
    bottom: 10px !important;
    left: 60px !important;
    width: 200px;
}

.switch_training_img{
    position: absolute;
    width: 50px;
    left: 5px;
}

.deck_edit_button:hover{
    cursor: pointer;
}

.create_new_deck{
    height: 50px;
    width: 350px;
    margin-top: calc(90px - 20px - 5px);
}

.create_new_deck_button_text{
    position: absolute;
    color: black !important;
    bottom: 8px !important;
    left: 45px !important;
    width: 160px;
}

#settings_profile_top{
    width: 100%;
    display: none;
}

.edit_deck_footer{
    margin: 0 auto;
    display: flex;
    width: 100%;
}

.showspec_topdiv{
    width: 100%;
    margin: 30px auto 30px auto;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.4);
}
/* FLASH CARD */
.main_flashcard_container{
    margin: auto;
    background-color: transparent;
    height: 350px;
    width: 100%;
    perspective: 1000px;
}
.main_flashcard_main{
    position: relative;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    transform-style: preserve-3d;

    animation-name: flip;
    animation-duration: 15s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.main_flashcard_main:hover{
    transform: rotateY(180deg);
}
.main_flashcard_back, .main_flashcard_front{
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.main_flashcard_back{
    transform: rotateY(180deg);
}
.main_flashcard_front_name{
    text-align: center;
    margin: 20% auto 0 auto;
}

/* FLASH CARD RESULTS */
.flashcard_results_top{
    width: 95%;
    margin: 20px auto;
    text-align: center;
}

.flashResultsInner{
    width: 95%;
    margin: auto;
}

.flashcard_results_table{
    text-align: center;
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
}

.results_table_row{
    height: 40px;
}

.results_table_row:hover{
    background-color: var(--peche);
    cursor: pointer;
}

.results_table_header{
    border: 1px solid #474747;
    background-color: #fa7545;
}

.results_table_cell{
    border: 1px solid #474747;
}

.results_progress_up{
    width: 25px;
    height: 35px;
    transform: rotate(90deg)
}
.results_progress_down{
    width: 25px;
    height: 35px;
    transform: rotate(-90deg)
}

/* PROFILE LAYOUT */
.Profile_Head{
    margin-top: 10px;
    text-align: center;
    font-style: italic;
}
.Profile_div{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
.Profile_Stats{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.Profile_Posts{
    text-align: center;
    display: block;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.Profile_Followers{
    display: block;
    width: 150px;
    margin-right: 0;
}

.Profile_OtherUsers{
    display: block;
    width: 150px;
    margin-right: 0;
}

.Follow_button{
    width: 90px;
    height: 30px;
    font-size: 12px;
    border-radius: 7.5px;
    color: white;
    font-weight: bold;
    font-style: italic;
    background-color:#2c3e4c;
}

/* DISPLAY POST */
.single_post{
    text-align: left;
    width: 400px;
    height: 150px;
    border: 1px solid black;
    border-radius: 10px;
}

.userpost_details{
    font-weight: bold;
    font-size: 14px;
    color: blue;
    width: 400px;
    height: 30px;
    text-decoration: underline;
    text-transform: capitalize;
}

.userpost_post{
    width: 400px;
    height: 120px;
}

/* NEW POST */
.newpost_div{
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
.newpost_text{
    display: block;
    margin-left: 0%;
    width: 400px;
    height: 100px;
    border-radius: 5px;
}
.postsheader{
    text-align: center;
}
.newpost_submit{
    display: block;
    margin-left: 87%;
    font-size: 15px;
}
/* MAIN FLEX MENU */
.common_flex{
    width: 80%;
    height: 200px;
    margin-top: 100px;
    margin-left: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
}
.common_display{
    width: 30%;
    text-align: center;
    font-weight: bold;   
}

/* FORM CONTROL */
.top_spacing{
    margin-top: 10px;
}
.bottom_spacing{
    margin-bottom: 10px;
}
#errormessage{
    font-size: 18px;
    font-style: italic;
    color: #35a32c;
}
#helptext{
    text-align: left;
    color:#505050;
    font-family: "Bree Serif Thin";
}

/* SHAKYPEDIA */
.shakypedia_slide_menu{
    display: none;
}

.shakypedia_notification_bar{
    position: absolute;
    left: 0;
    width: 100% !important;
    height: 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-image: linear-gradient(to right, var(--peche), #ffc899);
    overflow: hidden;
    transition: 0.5s ease-in-out;
    z-index: 100000;
}
.shakypedia_profile_top{
    position: relative;
    padding: 0 20px;
}

.shakypedia_notification{
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    overflow: hidden;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    background-image: linear-gradient(to right, var(--peche), #ffc899);
    opacity: 1;
    transition: 1s ease-in-out;
    text-align: center;
}

.shakypedia_profile_header{
    position: relative;
    margin: 0 auto;
    height: 80px;
    width: 100%;
}

    .shakypedia_profile_name{
        position: absolute;
        bottom: -20px;
        left: 30%;
        padding: 0 10px;
        font-size: 28px;
        background-color: white;
        z-index: 100;
    }
    .shakypedia_profile_stats{
        position: absolute;
        bottom: -40px;
        left: 30%;
        padding: 0 10px;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        background-color: transparent;
        z-index: 100;
    }

    .shakypedia_profile_stats_2{
        position: absolute;
        bottom: -60px;
        left: 30%;
        padding: 0 10px;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        background-color: transparent;
        z-index: 100;
    }

    .shakypedia_profile_img{
        position: absolute;
        bottom: -55px;
        left: 10%;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background-color: #ffffff;
    }

    .shakypedia_profile_img_img{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px solid black;
    }

    .shakypedia_profile_header_spacer{
        margin: 0 auto;
        border-top: 1px solid black;
        height: 100px;
    }

.shakypedia_profile_content{
    margin-left: 0;
}

    .shakypedia_profile_section{
        width: 100%;
        padding-bottom: 20px;
    }

    .shakypedia_section_header{
        font-size: 18px;
        font-weight: bold;
        text-decoration: 2px underline;
    }

.shakypedia_profile_footer{
    display: flex;
    margin-left: 10px;
    height: 50px;
    border-top: 1px solid black;
    font-size: 12px;
    font-style: italic;
}

/* SHAKYPEDIA TOOLBAR */
.shakypedia_profile_toolbar{
    position: absolute;
    bottom: -65px;
    right: 0;
    margin-right: 30px;
    width: 380px;
    height: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: visible;
    align-items: flex-end;
    z-index: 100;
}

    .profile_toolbar_item{
        position: relative;
        flex: auto;
        width: 50px;
        min-height: 100px;
        overflow: visible;
    }

    .profile_toolbar_visible{
        width: 50px;
        height: 50px;
    }

        .profile_toolbar_icon{
            width: 50px;
            transition: 0.3s ease-in-out;
        }

    .profile_toolbar_hidden{
        position: absolute;
        left: -0px;
        bottom: 50px;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        border-radius: 15px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        background-color: var(--peche);
        overflow: hidden;
        z-index: 0;
        opacity: 0;
        transition: 0.3s ease;
    }

        .profile_toolbar_button{
            line-height: 45px;
        }

.profile_toolbar_item:hover > .profile_toolbar_hidden{
    width: 150px;
    left: -50px;
    bottom: 5px;
    opacity: 1;
    z-index: 100;
    cursor: pointer;
}

.profile_toolbar_item:hover > .profile_toolbar_visible > .profile_toolbar_icon{
    transform: rotate(-22deg);
    cursor: pointer;
}

.toolbar_button_overlay_decks{
    position: absolute;
    left: 0;
    width: 100%;
    height: 0px;
    background-image: linear-gradient(to right, var(--peche), #ffc899);
    z-index: 1000;
    padding-left: 10px;
    overflow: hidden;
    transition: 1s ease-in-out;
}

.toolbar_button_overlay_decks > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.toolbar_button_overlay_decks > ul > li:hover{
    font-weight: bold;
    cursor: pointer;
}

.showspec_close_deck_list:hover{
    font-weight: bold;
    cursor: pointer;
}

.showspec_close_deck_list:hover > .showspec_close_arrow{
    cursor: pointer;
    transform: scale(1.2) rotate(90deg);
}

.showspec_close_arrow{
    margin-left: 30px;
    width: 18px;
    height: 20px;
    transform: rotate(90deg);
    transition: 0.2s ease;
}

/* Spec Card Simple */
.specCard_simple_top{
    flex: auto;
    border:1px solid black;
    border-radius: 20px;
    box-shadow: 1px 1px 4px #474747;
    min-width: 240px;
    max-width: 240px;
    min-height: 260px;
    max-height: 260px;
    padding: 5px;
    margin: 10px;
}

.specCard_simple_top:hover{
    box-shadow: 0px 0px 12px #ffbb88;
}

.specCard_simple_name{
    height: 15%;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;  
}

.specCard_simple_spec{
    font-weight: normal;
    margin-top: 5px;
    height: 60%;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
    scrollbar-color: transparent transparent;
}

.specCard_simple_spec::-webkit-scrollbar{
    width: 8px;
    height: 12px;
    position: absolute;
}

.specCard_simple_spec::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: none;
    width: 8px;
    height: 12px !important;
    background-color: var(--peche);
    border: 1px solid black;
}

/* Spec Card Large */
.specCard_large_top{
    position: relative;
    padding: 20px;
    width: 95%;
    min-height: 300px;
    border: 1px solid black;
    border-radius: 10px;
    margin: 20px auto;
    box-shadow: 1px 1px 3px #474747;
}

.specCard_large_name{
    font-size: 28px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.specCard_large_body{
    width: 100%;
    display: flex;
    text-align: left;
}

.specCard_large_ingredients{
    width: 50%;
    margin: 0 10px;
    margin-left: 20px;
}

.specCard_large_build{
    width: 47%;
    margin: 0 10px;
}

.specCard_large_item{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

.specCard_large_feedback{
    width: 90%;
    margin: 15px auto 5px auto;
}

.specCard_large_result{
    width: 100%;
    margin: 5px auto;
    text-align: center;
}

.specCard_large_progress{
    width: 100%;
    margin: 5px auto;
  }

.specCard_large_bodyflip{
    width: 100%;
    background-color: transparent;
    perspective: 1000px;
}

.specCard_large_innerflip{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    transition: all 0.5s;
}

.specCard_large_bodyflipped{
    position: absolute;
    width: 100%;
    display: flex;
    text-align: left;
    transform: rotateX(180deg);
}

.specCard_large_body, .specCard_large_bodyflipped{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.5s ease-in-out;
}

.specCard_large_flipButton{
    width: 150px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #fa7545;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* SPECTEST */
.spectest_card{
    border: 1px solid black;
    border-radius: 10px;
    width: 800px;
    min-height: 300px;
    margin: 50px auto;
    padding: 20px 50px;
}

.spectest_card_name{
    font-size: 28px;
    text-align: center;
    width: 100%;
    height: 50px;
}

.spectest_card_subtitles{
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.spectest_card_body{
    display: flex;
    font-size: 18px;
}

.spectest_card_ingredients{
    width: 50%;
    text-align: left;
    flex: auto;
}

.spectest_card_ingredient{
    display: flex;
    width: 100%;
    text-align: left;
    height: 35px;
    margin: 5px 0;
}

.level2_left{
    flex: auto;
    width: 100px;
    height: 35px;
    margin: 0;
    display: flex;
}

.level2_right{
    flex: auto;
    width: 250px;
    height: 35px;
    margin: 0px 15px;
}

.level3_measure{
    width: 50px;
    margin: 0 10px;
}

.level3_measureoz{
    width: 90px;
    margin: 0 5px;
}


.spectest_ingredient_input{
    width: 350px;
    height: 35px;
    margin: 5px 0;
}

.spectest_card_build{
    width: 40%;
    flex: auto;
}

.spectest_datalist_div{
    display: flex;
    text-align: right;
    height: 35px;
    margin: 5px 0;
}

.spectest_datalist_label{
    flex: auto;
    text-align: left;
    height: 35px;
    line-height: 35px;
}

.spectest_datalist_input{
    min-width: 220px;
    max-width: 220px;
    height: 35px;
    flex: auto;
}

.spectest_input_focus:focus{
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px #ffbb88;
    outline: none;
}

/* SPECTEST RESULTS */
.progress_bar_element{
    width: 90%;
    margin: auto;
    height: 50px;
    text-align: center;
  }

  .progress_bar_outer{
    width: 100%;
    height: 15px;
    border: 1px solid black;
    border-radius: 25px;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
  }

  .progress_bar_inner{
    background-color: #35a32c;
    height: 101%;
    font-size: 10px;
    text-align: center;
  }

  .test_result_inner{
    margin: auto;
    width: 120px;
    height: 25px;
    font-size: 14px;
  }

/* SPECTEST LOADING */
.spectest_loading_div{
    margin-top: 100px;
    text-align: center;
    font-size: 20px;
    display: none;
}

.spectest_loading{
    animation: none;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

/* BUTTON HANDLER */
.testResultsButtons{
    width: 95%;
    margin: auto;
    height: auto;
    display: flex;
    text-align: center;
}

/* libraryCard */
.libraryCard_header{
    width: 100%;
    height: 90px;
    padding: 0 10px;
    position: relative;
  }

  .libraryCard_subHeader{
    font-size: 14px;
    font-weight: bold;
  }

  .libraryCard_headerDivide{
    position: absolute;
    z-index: 0;
    height: 40px;
    margin: 0 auto;
    width: 95%;
    border-bottom: 1px solid #000000;
  }

  .libraryCard_img{
    position: absolute;
    left: 40px;
    top: 0;
    height: 80px;
    background-color: #ffffff;
    z-index: 10;
    border: 1px solid #fa7545;
    border-radius: 50%;
  }

  .libraryCard_logo{
      position: absolute;
      bottom: 5px;
      right: 5px;
      width: 50px;
      z-index: 100;
  }

  .libraryCard_logoText{
      display: none;
      z-index: 10;
      font-size: 12px;
      font-style: italic;
      position: absolute;
      right: 5px;
      bottom: 55px;
      color: #fa7545;
      padding: 0 10px;
      width: auto;
      white-space: nowrap;
      border: 1px solid #fa7545;
      border-radius: 10px;
      background-color: #ffffff;
  }

  .libraryCard_logo:hover > .libraryCard_logoText{
      display: block;
  }

  .libraryCard_name{
    position: absolute;
    left: 150px;
    top: 22px;
    padding: 0 5px;
    font-size: 20px;
    background-color: #ffffff;
    z-index: 10;
  }

  .libraryCard_spec{
    min-height: 100px;
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
  }

  .libraryCard_ingredients{
    width: 60%;
  }

  .libraryCard_build{
    width: 40%;
  }

  .libraryCard_garnish{
    width: 95%;
    margin: 5px auto;
    font-size: 14px;
  }

  .libraryCard_menu{
    position: absolute;
    width: 70%;
    margin-right: -65%;
    border-bottom: 1px solid #fa7545;
    border-left: 1px solid #fa7545;
    border-radius: 10px 0 0 10px;
    height: 40px;
    top: 0;
    right: 0;
    display: flex;
    background-color: #ffffff;
    transition: 1s ease;
    overflow: hidden;
  }

  .libraryCard_DecksMenu{
    position: absolute;
    top: 40px;
    right: -100%;
    height: calc(100% - 40px);
    width: 100%;
    padding: 10px 5px;
    background: #ffffff;
    z-index: 100;
    border-top: 1px solid #fa7545;
    color: #35a32c;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.6s ease-out;
  }

  .libraryCard_DecksMenuItem{
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 5px;
    width: 80%;
  }

  .libraryCard_DecksMenuNone{
    width: 95%;
    height: 60%;
    margin: auto;
    color: black;
    font-size: 14px;
    text-align: center;
  }
  .libraryCard_toggle{
    min-width: 25px;
    height: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fa7545;
    text-align: center;
  }

  .libraryCard_modal{
    position: absolute;
    top: -45px;
    left: 0;
    margin: auto;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fa7545;
    background-color: #ffffff;
    color: #35a32c;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    transition: 1s ease !important;
    z-index: 1000;
  }

  .libraryCard_menuItem{
    width: calc(40% - 25px);
    height: 80%;
    line-height: 30px;
    margin: auto 5%;
    border-radius: 10px;
    font-size: 14px;
    color: #35a32c;
    text-align: center;
    overflow: hidden;
  }
    /*libraryDeckCard*/
    .libraryDeckCard_content{
        width: 95%;
        font-size: 14px;
        margin: 0 auto;
      }
  
      .libraryDeckCard_specs{
        display: flex;
        height: 40px;
        overflow-x: auto;
        overflow-y: hidden;
      }
  
      .libraryDeckCard_specs::-webkit-scrollbar{
        background-color: #ffffff;
        width: 6px !important;
        height: 6px !important;
      }
  
      .libraryDeckCard_specs::-webkit-scrollbar-thumb {
        border-radius: 12px;
        max-width: 6px !important;
        max-height: 6px !important;
        background-color: #35a32c !important;
        border: 1px solid black;
      }
  
      .libraryDeckCard_spec{
        max-height: 25px;
        line-height: 25px;
        flex:none;
        width: auto;
        flex-wrap: nowrap;
        padding-right: 10px;
      }
  
      .libraryDeckCard_nav{
        width: 95%;
        margin: auto;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;    }
  
      .libraryDeckCard_navItem{
        flex: auto;
        height: 40px;
        border: 1px solid #fa7545;
        border-radius: 10px;
        box-shadow: 0px 0px 3px #fa7545;
        padding: 5px 10px;
        margin: 0 10px;
        text-align: center;
        line-height: 30px;
        color: #fa7545;
        cursor: pointer;
      }