/*
 * Reset some browser defaults
 */

@font-face {
    font-family: 'Cinzel';
    /* Arbitrary name for your font */
    src: url('obra_letra.ttf') format('truetype');
    /* Adjust the path if necessary */
    font-weight: normal;
    font-style: normal;
}

input,
select,
textarea,
button {
    font-family: 'Cinzel', serif;
    /* Fallback to default sans-serif */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*
 * Base styles
 */
.history_iframe {
    width: 100%;
    height: 90%;
}

body {
    background-color: black;
    color: #333;
    font-family: 'Cinzel', serif;
    /* Fallback to default sans-serif */
    letter-spacing: 3px;

    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

a {
    color: #007aff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.background {
    top: 0;
    left: 0;
    z-index: -100;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
}

/*
 * Form styles
 */

.login-form {
    width: 40%;
    position: absolute;
    top: 20%;
    left: 30%;
    padding: 20px;
    background-color: #c8e4ff54;
    border-radius: 1vw;
    display: flex;
    color: white;
    box-shadow: 0px 0px 43px #065fb3;
    flex-direction: column;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input,
.form-group select {
    width: 95%;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background-color: #f5f5f5;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    box-shadow: 0px 0px 3px #0d1f36;
}

.form-group button {
    width: 100%;
    padding: 10px;
    background-color: #a1b0a4;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.form-group button:hover {
    background-color: #0d1f36;
}

.form-group button:active {
    background-color: #0d1f36;
}

.game_res_container {
    display: flex;
    position: absolute;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-image: url(../assets/background/banner_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 8%;
    z-index: 10;
    right: 29%;
    width: 43.87%;
    border: 1px solid #0d1f36;
    background-color: #0d1f36;
    /* border-top-right-radius: 2vw; */
    /* border-bottom-right-radius: 2vw; */
    border-bottom-left-radius: 2vw;
    padding: 1vw;
    top: 0px;
    float: left;
    box-shadow: #333 0px 0px 10px;
    flex-wrap: nowrap;
}

.banner_icons {
    width: 3.5vw;
    height: 3.5vw;
    padding: 0.5vw;
}

.banner_icons:hover {

    border: #0d1f36 2px solid;
    /* transition: border 0.1s ease-in-out; */

}

.resourses_icons {
    height: 3.5vw;
    /* float: left; */
}

.resourses_inputs {
    float: right;
    width: 30%;
    padding: 1vw;
    border: 0px solid;
    font-size: 2vw;
    background-color: transparent;
    color: white;
}


.resourses_icons_2 {
    width: 5vw;
    height: 5vw;
}

.resourses_inputs_2 {
    width: 60%;
    padding: 1vw;
    border: 0px solid;
    font-size: 1.25vw;
    background-color: transparent;
    color: white;
}

.town_hall {
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: 40%;
    left: 50%;
    background-color: #333;
    z-index: 1;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;

}

.town_upgrade {
    width: 68vw;
    height: fit-content;
    position: absolute;
    top: 33%;
    left: 0vw;
    z-index: 14;
    color: white;
    /* display: flex; */
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    border: 1px solid #0d1f36;
    background-color: #0d1f36;
    padding: 0.5vw;
    border-radius: 1vw;
    box-shadow: #333 0px 0px 10px;
}

.town_upgrade_border {
    width: 95%;
    height: fit-content;
    display: flex;
    padding: 1vw;
    border: #0d1f36 5px solid;
    border-radius: 1vw;
    margin-top: 1%;
    align-items: center;
}

.town_upgrade_icons {
    width: 3vw;
    height: 3vw;
}

.town_upgrade_value {
    float: right;
    width: 73%;
    padding: 1vw;
    border: 0px solid;
    letter-spacing: 1px;
    height: 3vw;
    font-size: 2.95vw;
    background-color: transparent;
    border-left: #0d1f36 2px solid;
    color: white;
}

.upgrade_label {
    font-size: 1.5vw;
    width: 75vw;
}

.forest {
    width: 20vw;
    height: fit-content;
    position: absolute;
    top: 35%;
    left: 2%;
    z-index: 1;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    border: 1px solid #0d1f36;
    /* background-color: #0d1f36; */
    background-image: url(../assets/background/forest_background.jpg);
    background-position: right;
    padding: 0.5vw;
    border-radius: 1vw;
    box-shadow: #333 0px 0px 10px;
    background-size: cover;
    background-repeat: no-repeat;
}

.text_bg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #000000bd;
    border-radius: 1vw;
}

.iron_mine {
    width: 20vw;
    height: fit-content;
    position: absolute;
    top: 35%;
    left: 25%;
    z-index: 1;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    border: 1px solid #0d1f36;
    background-color: #0d1f36;
    padding: 0.5vw;
    border-radius: 1vw;
    box-shadow: #333 0px 0px 10px;
    background-image: url(../assets/background/mine_background.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.farm {
    width: 20vw;
    height: fit-content;
    position: absolute;
    top: 35%;
    left: 48%;
    z-index: 1;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    border: 1px solid #0d1f36;
    background-color: #0d1f36;
    padding: 0.5vw;
    border-radius: 1vw;
    box-shadow: #333 0px 0px 10px;
    background-image: url(../assets/background/farm_background.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}



.town {
    width: 26%;
    height: fit-content;
    position: absolute;
    /* top: 7%; */
    right: 0px;
    z-index: 10;
    background-image: url(../assets/background/town_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    background-color: #0d1f36;
    padding: 0.5% 1% 0.5% 2%;
    border-bottom-left-radius: 1vw;
    /* border-left: #0d1f36 4px solid; */
    /* border-bottom: #0d1f36 4px solid; */
    box-shadow: #0d1f36 -4px 0px 0px;
}

.town_storage_usage_container {
    display: flex;
}

.town_storage {
    width: 50%;
    /* border-right: #0d1f36 2px solid; */
}

.town_usage {
    width: 50%;

}

.time_season_bar {
    width: 56%;
    background-color: #0d1f36;
    display: flex;
    padding-top: 1.5vw;
    padding-left: 1vw;
    height: 4vw;
    color: white;
    z-index: 9;
    top: 4vw;
    /* font-size: 1.5vw; */
    right: 17vw;
    position: absolute;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: #333 0px 5px 10px;
    border-bottom-left-radius: 1vw;
}

.cost_icon {
    margin-top: 0.9vw;
    width: 2vw;
    height: 2vw;
}

.cost_value {
    float: right;
    width: 73%;
    /* padding: 1vw; */
    border: 0px solid;
    letter-spacing: 1px;
    margin-top: 0.8vw;
    height: 2vw;
    font-size: 1.95vw;
    background-color: transparent;
    border-left: #0d1f36 2px solid;
    /* border-bottom: #0d1f36 2px solid; */
    color: white;
}

.float_left {
    padding: 0px 0px 0px 14px;
    float: left;
    width: 90%;
}

.container_with_border {
    width: 90%;
    height: fit-content;
    padding: 1vw;
    border: #0d1f36 3.5px groove;
    /* border-bottom-left-radius: 1vw; */
    /* border-bottom-right-radius: 1vw; */
    border-radius: 1vw;
    margin-top: 1%;
}

.div_line {
    height: 0.15vw;
    width: 100%;
    background-color: #0d1f36;
    margin: 0.5vw 0vw 0.5vw 0vw;
    border-radius: 1vw;
}

.glbm_input {
    width: 100%;
    padding: 0.5vw;
    border: 0px solid;
    height: 1vw;
    /* font-size: 1vw; */
    background-color: black;
    color: white;
    margin-top: 0.1vw;
    margin-bottom: 0.1vw;
}

.glbm_input_half {
    width: 40%;
    padding: 0.5vw;
    border: 0px solid;
    height: 1vw;
    /* font-size: 1vw; */
    background-color: black;
    color: white;
    margin-top: 0.1vw;
    margin-bottom: 0.1vw;
}


.weather_system {
    width: 24%;
    height: fit-content;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 11;
    padding-bottom: 0.5vw;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-color: #0d1f36;
    border-right: 4px solid #0d1f36;
    border-bottom: 4px solid #0d1f36;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-bottom-right-radius: 2vw;
    justify-content: center;
    transition: height 0.2s ease-in-out;

}

.research_tree_icons {
    width: 8%;
    opacity: 0.5;
}


.research_tree_icons:hover {
    cursor: pointer;
    width: 10%;
    opacity: 1;
    transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.research_tree_icons:not(:hover) {

    transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
    width: 8%;
    opacity: 0.5;
}

.weather_description {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #111111e3;
    margin-top: 0px;
    margin-bottom: 0.5vw;
    border-radius: 2vw;
    text-align: center;
    padding-bottom: 3%;
    letter-spacing: 3px;
    padding-left: 3%;
    padding-top: 3%;
    padding-right: 3%;
}

.weather_icons {
    width: 8%;
    background-color: #f5f5f5de;
    margin-left: 1%;
    border-top-left-radius: 0.5vw;
}

.weather_effects {
    width: 20%;
    background-color: #f5f5f5de;
    font-weight: 900;
    /* border-radius: 2vw; */
    text-align: center;
    color: white;
    border: 0px;
    font-size: 1.75vw;
    border-top-right-radius: 0.5vw;
    border-bottom-right-radius: 0.5vw;
}

.weather_name {
    background-color: #000000bd;
    padding: 0.5vw;
    border-radius: 2vw;
    font-size: 1.5vw;
    margin: 7px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.disabled {
    pointer-events: none;
    /* Disable all pointer events */
    /* opacity: 0.5; Optional: visually indicate disabled state */
}

.full_window_popup {
    position: absolute;
    width: 93%;
    height: 80%;
    z-index: 15;
    background-color: #0d1f36;
    top: 10%;
    left: 2%;
    border-radius: 2vw;
    border: #0d1f36 4px solid;
    padding: 1vw;
    box-shadow: black 0px 0px 24px;
}

.research_body {
    height: fit-content;
    width: auto;
    display: flex;
    background-image: url(../assets/research_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1vw;
    column-gap: 10%;
    /* width: 100%; */
    flex-direction: column;
    align-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.research_iframe {
    width: 100%;
    border-radius: 1vw;
    height: 100%;
    opacity: 0.8;
}

.research_container {
    height: fit-content;
    border: #0d1f36 4px solid;
    padding: 5%;
    border-radius: 1vw;
    margin-top: 5%;
    width: auto;
    display: flex;
    /* background-image: url(../assets/research_background.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    width: 89%;
    border-radius: 1vw;
    margin-left: auto;
    flex-direction: column;
    margin-right: auto;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    backdrop-filter: opacity(0.9);
}

.message_container {
    height: fit-content;
    border: #0d1f36 4px solid;
    /* padding: 5%; */
    padding-right: 5%;
    border-radius: 1vw;
    margin-top: 5%;
    width: auto;
    display: flex;
    /* background-image: url(../assets/research_background.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    width: 70%;
    border-radius: 1vw;
    margin-left: auto;
    flex-direction: column;
    margin-right: auto;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    backdrop-filter: opacity(0.9);
}


.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.column {
    display: flex;
    column-gap: 5%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    align-content: flex-start;
    align-items: flex-start;
}

.close_button {
    position: absolute;
    top: 1vw;
    right: 3vw;
    width: 1.5vw;
    height: 1.5vw;
    background-color: transparent;
    border: 0px;
    z-index: 16;
    color: white;
    font-size: 3.5vw;
}

h2 {
    color: white;
    text-align: center;
    font-size: 17px;
}

.description_popup {
    width: 80%;
    /* left: 25%; */
    /* z-index: 1; */
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    background-color: #0d1f36;
    /* color :#ff0000; */
    color: white;
    border: #333 4px solid;
    border-radius: 1vw;
}

.modifiers_reasurch {
    width: 16%;
    /* height: 92%; */
    background-color: transparent;
    padding: 1vw;
    color: white;
    border: 0px;
    font-size: 1.5vw;
}

.research_icons {
    width: 3vw;
}

.progress_bar_body {
    width: 25%;
    height: 4vw;
    position: relative;
    background-color: grey;
    border: 1px SOLID black;
}

.progress_bar {
    width: 100%;
    height: 100%;
    background-color: #a1b0a4;
    border: 0px;
}

.progress_bar_container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 1vw;
    justify-content: flex-start;
}

.research_worker {
    width: 43vw;
    height: fit-content;
    background-image: url(../assets/background/research.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -10px;
    display: flex;
    /* padding-bottom: 1vw; */
    padding-right: 1vw;
    position: absolute;
    top: 9vw;
    left: 27vw;
    /* padding-top: 4%; */
    z-index: 9;
    background-color: #0d1f36;
    border-bottom-left-radius: 1vw;
    border: #0d1f36 4px solid;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}



.trade_iframe {
    width: 100%;
    border-radius: 1vw;
    height: 100%;
    opacity: 0.8;
}

.trade_res_input {
    width: 29%;
    font-size: 3vw;
    height: 5vw;
    text-align: center;
    color: white;
    background-color: transparent;
    border: 1px solid #0d1f36;
}

.trade_label {
    width: 29%;
    font-size: 3vw;
    text-align: center;
    color: white;
}

.column_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-evenly;
    align-items: flex-end;
}

.settings {
    width: fit-content;
    height: 10%;
    padding: 5%;
    background-color: #0d1f36;
    border: #0d1f36 4px solid;
    border-radius: 0vw 0vw 1vw 1vw;
    display: flex;
    z-index: 16;
    position: absolute;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    display: none;
    flex-direction: column;
}

.chat_iframe {
    border: 0px;
    width: 100%;
    height: 30vw;
    overflow-y: scroll;
    border-radius: 1vw;
    background-color: transparent;
    opacity: 0.8;

}

button {
    background-color: #8299b6;
    border-radius: 1vw;
    color: white;
}

.button_height_1 {
    height: 1vw;
}

.button_height_2 {
    height: 2vw;
}

.button_height_3 {
    height: 3vw;
}

.button_height_4 {
    height: 4vw;
}

.button_height_5 {
    height: 5vw;
}

.button_height_6 {
    height: 6vw;
}


.button_width_1 {
    width: 1vw;
}

.button_width_2 {
    width: 2vw;
}

.button_width_3 {
    width: 3vw;
}

.button_width_4 {
    width: 4vw;
}

.button_width_5 {
    width: 5vw;
}

.button_width_6 {
    width: 6vw;
}

.button_width_7 {
    width: 7vw;
}

.button_width_8 {
    width: 8vw;
}


.button_width_9 {
    width: 9vw;
}


.button_width_11 {
    width: 11vw;
}


.button_width_20 {
    width: 20vw;
}

.font_size_1 {
    font-size: 1vw;
}

.font_size_1_5 {
    font-size: 1.5vw;
}

.font_size_2 {
    font-size: 2vw;
}

.font_size_3 {
    font-size: 3vw;
}

.combat_iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    border-radius: 1vw;
    background-color: transparent;
    opacity: 0.8;
}


.combat_div_left {
    float: left;
    background-image: url(../assets/combat_barracks.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    color: white;
    overflow-y: scroll;
}

.combat_container {
    height: fit-content;
    border: #0d1f36 4px solid;
    padding: 5%;
    border-radius: 1vw;
    margin-top: 5%;
    width: auto;
    display: flex;
    /* background-image: url(../assets/research_background.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    width: 78%;
    border-radius: 1vw;
    margin-left: auto;
    flex-direction: column;
    margin-right: auto;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    backdrop-filter: opacity(0.9);
}

.combat_curr_resources {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.combat_resource_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.combat_img_resource {
    width: 3vw;
    height: 3vw;
}

.combat_input_resource {
    border-radius: 1vw;
    border: 0px;
    width: 50%;
    height: 2.5vw;
    text-align: left;
    background-color: transparent;
    color: white;
    padding-top: 0px;
    font-size: 2vw;
    padding-left: 1vw;
}

.combat_div_right {
    background-image: url("../assets/combat_war.svg");
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    display: flex;
    /* background-color: white; */
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: white;

}

.combat_row {
    display: flex;
}

.game_container {
    background-image: url(../assets/background/combat_background.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: stretch;
    flex-wrap: nowrap;
    align-items: center;
}

.combat_conatainer {
    display: flex;
    height: 90%;
    width: 90%;
    background-color: #000000e6;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.team_1_air {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5%;
    left: 5%;
    height: 8vw;
    width: 8vw;
    z-index: 16;
    display: flex;
    font-size: 3vw;
    color: #50f114;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    transition: top 0.5s ease-in-out, left 0.5s ease-in-out;

}


.team_1_range {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 28%;
    left: 5%;
    height: 8vw;
    width: 8vw;
    z-index: 16;
    display: flex;
    font-size: 3vw;
    color: #50f114;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    transition: top 0.5s ease-in-out, left 0.5s ease-in-out;

}


.team_1_magic {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 52%;
    left: 5%;
    height: 8vw;
    width: 8vw;
    z-index: 16;
    display: flex;
    font-size: 3vw;
    color: #50f114;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    transition: top 0.5s ease-in-out, left 0.5s ease-in-out;

}


.team_1_melee {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 75%;
    left: 5%;
    height: 8vw;
    width: 8vw;
    z-index: 16;
    display: flex;
    font-size: 3vw;
    color: #50f114;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    transition: top 0.5s ease-in-out, left 0.5s ease-in-out;

}


/* /////////////////////////////////////////////////////////////////////// */


.team_2_air {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5%;
    right: 5%;
    height: 8vw;
    width: 8vw;
    z-index: 16;
    display: flex;
    font-size: 3vw;
    color: #50f114;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    transition: top 0.5s ease-in-out, right 0.5s ease-in-out;

}


.team_2_range {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 28%;
    right: 5%;
    height: 8vw;
    width: 8vw;
    z-index: 16;
    display: flex;
    font-size: 3vw;
    color: #50f114;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    transition: top 0.5s ease-in-out, right 0.5s ease-in-out;

}


.team_2_magic {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 52%;
    right: 5%;
    height: 8vw;
    width: 8vw;
    z-index: 16;
    display: flex;
    font-size: 3vw;
    color: #50f114;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    transition: top 0.5s ease-in-out, right 0.5s ease-in-out;

}


.team_2_melee {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 75%;
    right: 5%;
    height: 8vw;
    width: 8vw;
    z-index: 16;
    display: flex;
    font-size: 3vw;
    color: #50f114;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    transition: top 0.5s ease-in-out, right 0.5s ease-in-out;

}






























.team_1_input_1 {
    height: 2vw;
    position: absolute;
    width: 10vw;
    left: 8vw;
    color: white;
    top: 1vw;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.team_1_input_2 {
    height: 2vw;
    width: 10vw;
    left: 8vw;
    color: white;
    top: 3vw;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.team_1_input_3 {
    height: 2vw;
    width: 10vw;
    left: 8vw;
    color: white;
    top: 5vw;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}


.team_2_input_1 {
    height: 2vw;
    position: absolute;
    width: 10vw;
    right: 8vw;
    color: white;
    top: 1vw;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.team_2_input_2 {
    height: 2vw;
    width: 10vw;
    right: 8vw;
    color: white;
    top: 3vw;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.team_2_input_3 {
    height: 2vw;
    width: 10vw;
    right: 8vw;
    color: white;
    top: 5vw;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}


.combat_icons {
    width: 2vw;
}

.combat_value {
    width: 100%;
    height: 100%;
    text-align: left;
    color: #f5f5f5;
    background-color: transparent;
    border: #0d1f36 1px solid;
    font-size: 1.5vw;
}

.combat_value_team_2 {
    width: 100%;
    height: 100%;
    text-align: right;
    color: #f5f5f5;
    background-color: transparent;
    border: #0d1f36 1px solid;
    font-size: 1.5vw;
}


.team_1_battle_pos {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 40%;
    left: 31%;
    height: 8vw;
    width: 8vw;
    z-index: 16;
    display: flex;
    font-size: 3vw;
    color: #50f114;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    transition: top 0.5s ease-in-out, left 0.5s ease-in-out;

}

.team_2_battle_pos {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 40%;
    right: 29%;
    height: 8vw;
    width: 8vw;
    z-index: 16;
    display: flex;
    font-size: 3vw;
    color: #50f114;
    background-color: transparent;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    transition: top 0.5s ease-in-out, right 0.5s ease-in-out;

}


.combat_res {
    display: flex;
    width: 80%;
    height: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 1vw;
    justify-content: flex-start;
    row-gap: 1vw;
}

.combat_res_icons {
    height: 5vw;
    width: 5vw;
}

.combat_res_value {
    width: 80%;
    height: 5vw;
    text-align: left;
    color: #f5f5f5;
    background-color: transparent;
    border: #0d1f36 1px solid;
    font-size: 2.5vw;
}

.lost_spacing {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 1vw;
}

/* /////////////////////////////////////////////////////////////

DUNGEONS

*/
.dungeron_container {
    height: fit-content;
    border: #0d1f36 4px solid;
    padding: 5%;
    border-radius: 1vw;
    margin-top: 5%;
    width: auto;
    display: flex;
    /* background-image: url(../assets/research_background.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    width: 89%;
    border-radius: 1vw;
    margin-left: auto;
    flex-direction: row;
    margin-right: auto;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    backdrop-filter: opacity(0.9);
    color: white;
}

.dungeon_icon {
    height: 5vw;
    width: 5vw;
}

.dungeon_value {
    width: 74%;
    height: 4vw;
    text-align: left;
    color: #f5f5f5;
    background-color: transparent;
    border: #0d1f36 1px solid;
    font-size: 1.5vw;
}

.dungeon_rows {
    width: 31%;
    height: 9%;
    text-align: left;
    color: #f5f5f5;
    background-color: transparent;
    /* border: #0d1f36 1px solid; */
    font-size: 1.5vw;
}