/* 

Deverloper by : suncodevn.com 
Website : https://suncodevn.com
Contact : https://t.me/suncodevn
*/

.body-farm {
    background-image: url(/assets//farm/image/background.png);
    background-repeat: no-repeat;
    width: 430px;
    height: 832px;
    border-radius: 6px;
    position: relative;
    user-select: none;
    min-width: 430px;
}

.body-farm .alert-farm {
    background-image: url(/assets/farm/image/notification.png);
    background-size: 100% 100%;
    width: 95%;
    height: 155px;
    position: absolute;
    z-index: 6;
    top: 18em;
    left: 11px;
}

.body-farm .alert-farm .alert-body {
    width: 100%;
    height: 75%;
    padding-top: 2.7em;
    padding-left: 3.4em;
    padding-right: 3.4em;
}

.body-farm .alert-farm .alert-body .message {
    font-size: 15px;
    display: flex;
    font-weight: 600;
    color: #050d49;
    word-break: break-word;
    overflow: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.body-farm .alert-farm .alert-body .close-alert {
    background-image: url(/assets/farm/image/exit-button.png);
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 8px;
    width: 42px;
    height: 42px;
}

.body-farm .alert-farm .alert-body .message::-webkit-scrollbar {
    width: 5px;
}

.body-farm .alert-farm .alert-body .message::-webkit-scrollbar-track {
    background: #7c73ed;
}

.body-farm .alert-farm .alert-body .message::-webkit-scrollbar-thumb {
    background: #dbd7d7;
    border-radius: 6px;
}

.body-farm .alert-farm .alert-body .message::-webkit-scrollbar-thumb:hover {
    background: #dbd7d7;
}

.body-farm .warehouse-farm {
    background-image: url(/assets/farm/image/wasehouse-background.png);
    background-size: 100% 100%;
    position: absolute;
    width: 90%;
    /* background-color: #7b92e1c2; */
    z-index: 3;
    border-radius: 10px;
    top: 10em;
    left: 1em;
}

.body-farm .loading-farm {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #393535ab;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-farm .loading-farm .icon {
    max-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body-farm .loading-farm .status {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.body-farm .loading-farm .icon img {
    width: 100%;
    height: 100%;
}

.body-farm .warehouse-farm .warehouse-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    margin-top: 10px;
    position: relative;
}

.body-farm .warehouse-farm .warehouse-header .title {
    font-size: 20px;
    font-weight: 600;
    color: #b1aaaa;
    position: absolute;
    top: 2px;
    left: 7em;
    filter: drop-shadow(1px 1px 1px #000);
}

.body-farm .warehouse-farm .warehouse-header .close-warehouse {
    background-image: url(/assets/farm/image/exit-button.png);
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    top: -6px;
    right: -15px;
    width: 42px;
    height: 42px;
}

.body-farm .warehouse-farm .warehouse-body {
    width: 100%;
    overflow: auto;
    padding: 35px;
    display: flex;
    height: 400px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.body-farm .warehouse-farm .warehouse-body .item {
    background-image: url(/assets/farm/image/ware-item.png);
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #c17651; */
    border-radius: 6px;
    cursor: pointer;
    filter: drop-shadow(1px 3px 4px black);
    position: relative;
    margin-bottom: 10px;
}

.body-farm .warehouse-farm .warehouse-body .item .icon {
    max-width: 40px;
}

.body-farm .warehouse-farm .warehouse-body .item .icon .image {
    width: 100%;
    height: 100%;
}

.body-farm .warehouse-farm .warehouse-body .item .name {
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 700;
}

.body-farm .warehouse-farm .warehouse-body .item .quantity {
    position: absolute;
    background-color: #fff;
    padding: 0px 6px;
    top: -1px;
    right: 0px;
    border-radius: 50%;
    font-weight: 600;
    color: #bd0c0c;
    font-size: 12px;
}

.land-plot {
    position: absolute;
    width: 75px;
    cursor: pointer;
}

.land-plot .status {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    background-color: #d74242;
    border-radius: 4px;
    filter: drop-shadow(2px 2px 2px #000);
}

.land-plot .empty-pland {
    background-color: #359528;
}

.land-plot .info-tree {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.land-plot .info-tree .tree {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.land-plot .info-tree .tree-name {
    position: absolute;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    background: #603733;
    padding: 2px 8px;
    border-radius: 4px;
    top: 0;
    z-index: 3;
    font-weight: 600;
    filter: drop-shadow(2px 2px 2px #000);
}

.land-plot .info-tree .cooldown-container {
    z-index: 2;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    bottom: 75px;
    left: 0;
    width: 100%;
}

.land-plot .info-tree .cooldown-body {
    position: relative;
}

.land-plot .info-tree .cooldown-container .progress-farm-container {
    background-color: #392521;
    height: 15px;
    border-radius: 6px;
}

.land-plot .info-tree .cooldown-container .farm-progress {
    height: 100%;
    background-color: #a2ecb6;
    border-radius: 6px;
}

.land-plot .info-tree .cooldown-container .time {
    position: absolute;
    top: 0;
    right: 13px;
    font-size: 11px;
    filter: drop-shadow(0px 0px 1px black);
}

.land-plot .info-tree .cooldown-container .loading-icon {
    background-image: url(/assets/farm/image/loading.gif);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    left: -17px;
    bottom: -5px;
}

.land-plot .info-tree .completed-tree {
    background-image: url(/assets/farm/image/gift.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 85% 85%;
    background-position: center;
    max-width: 42px;
    bottom: 54px;
    font-size: 11px;
    z-index: 3;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.land-plot .info-tree .completed-tree .gift {
    width: 100%;
    z-index: 1;
}

.plot-1 {
    transform: translate(1em, 17.6em);
}

.plot-2 {
    transform: translate(7.4em, 17.6em);
}

.plot-3 {
    transform: translate(13.9em, 17.6em);
}

.plot-4 {
    transform: translate(20.2em, 17.6em);
}

.plot-5 {
    transform: translate(1.2em, 25.5em);
}

.plot-6 {
    transform: translate(7.5em, 25.5em);
}

.plot-7 {
    transform: translate(14em, 25.5em);
}

.plot-8 {
    transform: translate(20.4em, 25.5em);
}

.plot-9 {
    transform: translate(1.4em, 33.9em);
}

.plot-10 {
    transform: translate(7.8em, 33.9em);
}

.plot-11 {
    transform: translate(14.2em, 33.9em);
}

.plot-12 {
    transform: translate(20.7em, 33.9em);
}

.plot-13 {
    transform: translate(1.3em, 42.3em);
}

.plot-14 {
    transform: translate(7.6em, 42.3em);
}

.plot-15 {
    transform: translate(14.2em, 42.3em);
}

.plot-16 {
    transform: translate(20.5em, 42.3em);
}

.reward-container {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #5d5d5da6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reward-container .reward-body {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    justify-content: space-between;
    position: relative;
}

.reward-container .reward-body .reward-item {
    background-image: url(/assets/farm/image/reward.png);
    background-size: 100% 100%;
    width: 125px;
    height: 140px;
    position: relative;
}

.reward-container .reward-body .reward-item .reward {
    position: absolute;
    width: 115px;
    top: 25px;
    left: 5px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.reward-container .reward-body .reward-item .name {
    position: absolute;
    bottom: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    left: 28%;
    width: 56px;
    text-align: center;
}

.reward-container .reward-body .close-reward {
    background-image: url(/assets/farm/image/exit-button.png);
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    bottom: -50px;
    left: 45%;
    width: 42px;
    height: 42px;
}

.farm-shopping {
    background-image: url(/assets/farm/image/shop-background2.png);
    background-size: 100% 100%;
    position: absolute;
    z-index: 4;
    width: 410px;
    height: 500px;
    top: 4em;
    left: 1em;
}

.farm-shopping .farm-shopping-container {
    position: relative;
    height: 427px;
    width: 430px;
    padding: 0px 55px;
}

.farm-shopping .farm-shopping-container .body-data {
    position: absolute;
    width: 300px;
    height: 92px;
    top: 245px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-y: hidden;
}

.farm-shopping .farm-shopping-container .shopping-item {
    background-image: url(/assets/farm/image/shopping-item.png);
    background-size: 100% 100%;
    height: 77px;
    width: 80px;
    min-width: 80px;
    cursor: pointer;
    padding: 5px 0px;
    margin-right: 10px;
    filter: drop-shadow(2px 2px 9px #000);
}

.farm-shopping .farm-shopping-container .shopping-item .name {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.farm-shopping .farm-shopping-container .shopping-item .image {
    width: 35px;
    height: 35px;
}

.farm-shopping .farm-shopping-container .shopping-item .amount {
    font-size: 13px;
    font-weight: 600;
    color: #ffbf00;
}

.farm-shopping .farm-shopping-container .close-shop {
    background-image: url(/assets/farm/image/exit-button.png);
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    width: 42px;
    height: 42px;
    top: 87px;
    right: 30px;
}

.body-farm .open-shopping {
    background-image: url(/assets/farm/image/shopIcon.png);
    background-size: 100% 100%;
    position: absolute;
    width: 75px;
    height: 60px;
    bottom: 2em;
    right: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    filter: drop-shadow(3px 5px 2px #000);
}

.body-farm .open-shopping .name {
    font-size: 30px;
    font-weight: 600;
    color: #f58d80;
    filter: drop-shadow(1px 1px 1px #000);
}

.body-farm .farm-shopping-container .body-data::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.body-farm .farm-shopping-container .body-data::-webkit-scrollbar-track {
    background: #7c73ed;
}

.body-farm .farm-shopping-container .body-data::-webkit-scrollbar-thumb {
    background: #dbd7d7;
    border-radius: 6px;
}

.body-farm .farm-shopping-container .body-data::-webkit-scrollbar-thumb:hover {
    background: #dbd7d7;
}

.confirm-container {
    background-image: url(/assets/farm/image/confirm-popup.png);
    background-size: 100% 100%;
    position: absolute;
    width: 95%;
    height: 250px;
    top: 13em;
    left: 1em;
    z-index: 5;
}

.confirm-container .confirm-dialog {
    position: relative;
    width: 100%;
    height: 100%;
}

.confirm-container .confirm-dialog .message {
    position: absolute;
    top: 3em;
    left: 7em;
    height: 110px;
    width: 270px;
    display: flex;
    align-items: center;
    color: #312929;
    font-size: 16px;
    font-weight: 600;
}

.confirm-container .confirm-dialog .confirm-btn {
    width: 123px;
    height: 38px;
    position: absolute;
    top: 11em;
    left: 4.3em;
    cursor: pointer;
}

.confirm-container .confirm-dialog .cancel-btn {
    width: 123px;
    height: 38px;
    position: absolute;
    top: 11em;
    left: 14em;
    cursor: pointer;
}

.body-farm .watering_plants {
    position: absolute;
    bottom: 70px;
    left: 10px;
    z-index: 3;
}

.body-farm .watering_plants img {
    max-width: 40px;
}

.body-farm .watering_plants .title {
    font-size: 12px;
    font-weight: 600;
    color: #fefeff;
    background-color: #2825e7;
    padding: 2px;
    border-radius: 4px;
}

.body-farm .amount-container {
    background-image: url(/assets/farm/image/amount.png);
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
}

.body-farm .amount-container .number {
    font-size: 15px;
    font-weight: 600;
    color: #fbff57;
    filter: drop-shadow(1px 2px 1px black);
}

.confirm-container .confirm-dialog .message label {
    margin-bottom: 5px;
}

.confirm-container .confirm-dialog .message .input-dialog {
    border: none;
    background-color: #f3f3f3;
    border-radius: 6px;
    filter: drop-shadow(2px 2px 2px black);
    font-size: 14px;
    padding: 3px 10px;
}