.nest-list {
    margin-bottom: 30px;
}

.nest-item {
    display: flex;
    position: relative;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px 25px;
}

.nest-img {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nest-img img {
    width: auto;
    height: auto;
}

.nest-skin {
    position: absolute;
    bottom: 20px;
}

.nest-skin .colors {
    display: flex;
}

.nest-skin .colors div {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
}

.nest-content {
    flex: 1;
    padding-left: 30px;
}

.nest-button {
    display: flex;
    align-items: center;
    margin-top: 20px;
    height: 38px;
}

.nest-confirm {
    display: none;
    margin-bottom: 0;
}

.nest-password {
    display: none !important;
    margin-right: 10px !important;
    border-radius: 4px !important;
    width: 200px !important;
    margin-bottom: 0 !important;
    padding: 5px 15px !important;
}

.nest-item:hover .nest-confirm {
    display: inline-block;
}

.nest-item:hover .nest-password {
    display: inline-block !important;
}

.nest-label {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 12px;    
    color: #fff;
}

.label-orange {background-color: #ff9800;}
.label-green {background-color: #8bc34a;}

.nest-dino {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.nest-dino span {
    background: url(../img/icons/egg.svg) no-repeat left center;
    padding-left: 28px;
    font-size: 16px;
    font-weight: normal;
    margin-left: 15px;
    color: #9e9e9e;
}

.nest-until {
    font-size: 14px;
    color: #9e9e9e;
}

.nest-comment {
    font-style: italic;
}

.nest-genom {
    border: 1px solid #ffc107;
    background: #ffc1071c;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.nest-item .genom {
    background: #ffc1073d;
    color: #ffc107;
    padding: 1px 5px;
    border-radius: 4px;
    margin: 0 5px;
}

.nest-genom i.dna {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px; 
}

.nest-na {
    opacity: 0.5;
}

.nest-wait {
    width: 100%;
}