﻿
.resbuild {
    display: inline-block;
    margin: 5px 8px;
    height: 50px;
    width: 50px;
    border-radius: 4px;
    box-shadow: 3px 3px 6px 0px #bb9d9d;
    background-color: #f3eded;
    background-size: cover;
    position: relative;
    color: darkblue;
    font-size: 10px;
}

    .resbuild .build-level {
        position: absolute;
        top: 0;
    }

    .resbuild .build-remainder {
        position: absolute;
        top: 12px;
    }

.nut-button {
    outline: none !important;
}

.popup-bottom {
    background-color: #e6dede !important;
}

.popup-box-title {
    font-size: 20px;
    padding: 10px;
    padding-right: 12px;
    position: fixed;
    width: 100%;
    background-color: #eff5f4;
    border-radius: inherit;
    z-index: 9999;
}

.popup-box-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.popup-box-title-close {
    float: right;
    padding-top: 7px;
    width: 30px;
    cursor: pointer;
    text-align: center;
}

.popup-card {
    background-color: white;
    padding: 10px;
    border-radius: 12px;
}

.popup-card-img {
    background-size: cover;
    width: 90px;
    height: 90px;
    display: block;
    float: left;
}

.popup-btn {
    color: darkcyan;
    margin-right: 15px;
}

.display-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}