﻿:root {
    /*--main-color: #232323;*/
    --main-color: #FFEBCD;
    --add-color: #393939;
    --green-color: #2d9062;
    --yellow-color: #faaf08;
    --wheat-color: #FFEBCD;
    --pattern: url(/img/menu-icons/black-scratch-lines.png);
}

.lhst_modal_land {
    background-image: var(--pattern);
    background-size: 30%;
    color: var(--wheat-color)
}

.lhst_land_coat_of_arms_image {
    border-radius: 10px;
    height: 150px;
    width: 150px;
    display: inline-block;
    overflow: hidden
}

.lhst_dialog_land {
    left: 0;
    right: 0;
    margin: 20vh auto;
    border: solid;
    padding: 1em;
    background-image: var(--pattern);
    background-size: 30%;
    color: var(--wheat-color);
    width: auto;
    max-width: 500px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1051;
    overflow: hidden;
    outline: 0;
    height: auto !important
}

.lhst_dialog_land::backdrop {
    background: rgba(0,0,0,0.5)
}

.lhst_land_attribute {
    width: 100px;
    margin-bottom: 0px;
}

.lhst_land_attribute_value {
    width: 100px;
    margin-bottom: 0px;
}

.lhst_tb_land_transfer_money {
    align-content: end;
    height: 26.2px;
    width: 150px;
    margin-bottom: 3px;
    margin-left: 4px;
    background: radial-gradient(var(--add-color),black);
    color: var(--wheat-color);
    border-radius: 3px
}

.lhst_m_land_lordTab_playerImage {
    width: 80px;
    height: 80px;
    border-radius: 10px
}

.lhst_m_land_lordTab_playerName {
    vertical-align: top;
    font-size: 14px;
}

.lhst_m_land_lordTab_playerLocationStatus {
    font-size: 12px;
}

.lhst_m_land_lordTab_lordsDiv {
    max-height: 400px;
}

.lhst_m_land_lordNode {
    width: 210px;
    margin-left: 5px !important;
    margin-top: 5px;
    display: flex;
}
