.shop-list-cols {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 10px;
}

.shop-list .item {
    display: flex;
    width: 100%;
    padding: 10px;
    /* background: #f9fbff; */
    border-bottom: 1px solid #f0f5ff;
    border-left: 3px solid transparent;
}

.shop-list .item:last-child {
    border-bottom: none;
}

.shop-list .item:hover {
    /* background: #f0f5ff; */
    border-left: 3px solid #f0f5ff !important;
}

.shop-list-cols div:nth-child(1), .shop-list .item div:nth-child(1) {width: 70px;}
.shop-list-cols div:nth-child(2), .shop-list .item div:nth-child(2) {flex: 1; max-width: 180px;}
.shop-list-cols div:nth-child(3), .shop-list .item div:nth-child(3) {flex: 1;}
.shop-list-cols div:nth-child(4), .shop-list .item div:nth-child(4) {width: 100px; font-weight: bold;}
.shop-list-cols div:nth-child(5), .shop-list .item div:nth-child(5) {width: 120px;}
.shop-list-cols div:nth-child(6), .shop-list .item div:nth-child(6) {width: 60px; text-align: center;}
.shop-list-cols div:nth-child(7), .shop-list .item div:nth-child(7) {width: 35px;}

.shop-list .item .product-title {
    font-size: 14px;
}

.d-genom {
    background: #ffc1073d;
    color: #ffc107;
    padding: 0px 6px;
    border-radius: 4px;
    display: inline-block;    
    cursor: help;
}

.shop-list .item .d-genom {
    font-size: 13px;
}

.shop-sort {
    margin-bottom: 20px;
}

.lot-info {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    margin-bottom: 30px;
}

.lot-info .img {    
    width: 320px;
    padding: 20px;
    background-color: #eceeff;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.lot-info .content {
    flex: 1;
    padding: 20px 20px 20px 40px;
    background-color: #f5f6ff;
}

.lot-info .content .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lot-info .content .price {
    margin-top: 10px;
}

.colors {
    display: flex;
}

.colors div {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    border: 2px solid #d8d8d8;
}

.bet-list {
    display: flex;
}

.bet-list .items {
    flex: 1;
    margin-top: 10px;
}

.bet-list .items .item {
    display: flex;
    background: rgb(236,255,241);
    background: linear-gradient(90deg, rgba(236,255,241,1) 0%, rgba(236,255,241,0.2665441176470589) 46%, rgba(0,212,255,0) 100%);
    margin-bottom: 10px;
    padding: 5px 0;
}

.bet-list .items .item .num {    
    padding-left: 10px;
    width: 30px;
}

.bet-list .items .item .date {
    padding: 0 20px;
    margin-right: 10px;
}

.bet-list .items .item .player {
    flex: 1;
}

.add-bet {
    width: 300px;
    margin-left: 80px;
    border: 3px solid #ededed;
    padding: 15px 25px 20px;
    border-radius: 5px;
    max-height: 265px;
}

.add-bet h5 {
    margin-bottom: 10px;
}

.add-bet input[type="number"] {
    border-radius: 4px;
    padding: 5px 15px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.add-bet a {
    display: block;
    text-align: center;
    background: #3b54e6;
    color: #fff;
    border-radius: 4px;
    padding: 5px 0;
}

.add-bet a:hover {
    opacity: 0.8;
}

.add-bet label {
    font-weight: normal;
}

.add-bet label b {
    font-weight: bold;
}

.lot-date {
    margin-bottom: 20px;
    margin-top: -10px;
    color: #9E9E9E;
}

.bet-value {
    display: flex;
    justify-items: center;
    align-items: center;
}

.bet-value label {
    margin-bottom: 0;
    margin-left: 5px;
}

.date-until {
    margin-bottom: 30px;
    background: #fff6dc;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #ffecb2;
    font-size: 16px;
}

.date-until span {
    font-weight: bold;
}

.date-complete {
    background: #ffe7e7;
    border: 1px solid #ffe2dc;
}

.act-lot-delete {
    background-color: #F44336;
    color: white;
    padding: 4px 20px;
    border-radius: 4px;
}

.act-lot-delete:hover {
    color: white;
    opacity: 0.8;
}

h3 a:hover {
    text-decoration: underline;
}

.lives {
    background: url(../img/icons/heart.svg) no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 14px;
    padding-left: 35px;
    left: 8px;
    color: #c0392b;
    font-size: 20px;
    font-weight: bold;
}

.dino-stats {
    width: 175px;
    padding: 20px 0 0;
}

.give-money {
    background: #FF9800;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
    margin: -10px 0 30px;
}

.give-money:hover {
    background: #ffac31;
    color: #fff;
}

.live-count {
    display: block;
    font-size: 12px;
    color: #F44336;
}

table.activity {
    margin-bottom: 25px;
}

table.activity tr:nth-child(2n) {
    background: #f9f9f9;
}

table.activity td {
    text-align: left;
}

table.activity tr td:first-child {
    max-width: 120px;
}

.product-title .points {
    width: 210px !important;
    color: #9e9e9e;
    font-size: 12px;
}

.sort-options option:disabled {
    color: #000;
    font-weight: bold;
}

.freeze-balance {
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    color: #9e9e9e;
    cursor: help;
}

.circle-oa {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
}

.circle-w {background-color: #fff;}
.circle-g {background-color: #95bd63;}
.circle-b {background-color: #49c0e3;}
.circle-v {background-color: #ba2af3;}
.circle-o {background-color: #d7900f;}

.bets-count {
    background: url(../img/icons/auction-small.svg) no-repeat 7px;
    width: 20px;
    height: 20px;
    padding: 2px 7px 2px 25px;
    color: #eead05;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    border-radius: 4px;
    transition: none;
    border: 1px solid transparent;
}

.bets-count:hover {
    color: #eead05;
    border: 1px solid #eead05;
}

.lot-special {
    background: #9c27b01f;
    border: 2px solid #9c27b085;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 15px 0px 20px;
}
.lot-item {
    display: flex;
    font-size: 18px;
    border-bottom: 1px solid #9c27b085;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dino-function {
    font-size: 14px;
    color: #4CAF50;
    display: block;
}

.tg-seller {
    background-color: #9c27b01f; 
    border: 2px solid #9c27b085 !important;
}

.shop-list .item.tg-seller:hover {
    border: 2px solid #9c27b085 !important;
}

.lot-special .lot-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#frmAddProjectLot .cols-2 {
    display: flex;
    align-items: center;
}

#frmAddProjectLot .col-2 input {
    margin-bottom: 0;
}

#frmAddProjectLot .col-2 input[type='time'] {
    margin-left: 20px;
    padding: 10px 20px 9px 20px;
    outline: none;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e8f0;
    background-color: #f0f2f7;
    box-sizing: border-box;
    border-radius: 21px;
}

.lot-special .live-count {
    display: inline-block;
    font-size: 13px;
    color: #F44336;
    margin-left: 10px;
    vertical-align: text-top;
}

#page-auction-special h2 {
    text-align: center;
    font-size: 42px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.auction-hide-desc {
    text-align: center;
    color: #9E9E9E;
    text-transform: uppercase;
    font-size: 16px;
}

.auction-hide-desc span {
    margin: 0 20px;
}

.dino-block .dino-img {
    height: 480px;
    margin-bottom: 30px;
}

.bet-block {
    display: flex; 
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
}

.bet-block .bet-info {
    width: 50%;
    color: #9E9E9E;
    padding: 25px 30px;  
    background-color: #fbfbfb;
    border: 3px solid #ededed;    
    border-right: none;
    border-radius: 6px 0 0 6px;  
}

.bet-block .bet-price {    
    width: 50%;    
    padding: 25px 30px;  
    background-color: #fff1d4;
    border: 3px solid #f1d088;
    border-left: none;
    border-radius: 0 6px 6px 0;
}

.bet-price-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bet-price-box:hover {
    box-shadow: 0 0.75rem 1.5rem rgb(71 47 15 / 9%);
}

#bet-price-val {
    border: 2px solid #f1d088;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background-color: #fbfbfb;
    font-size: 24px;
    padding: 10px 5px 10px 20px;
    margin-bottom: 0;
    flex: 1;
    line-height: normal;
    min-height: unset;
    height: 56px;
}

.btn-set-bet {
    background-color: #f1d088;
    color: #fff;
    padding: 14px 20px;
    border: 2px solid #f1d088;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    height: 56px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    user-select: none;
}

.btn-set-bet:hover {
    background-color: #ddb253;
    border-color: #ddb253;
}

.bet-price-hint {
    margin-bottom: 10px;
}

.dino-details {
    display: flex;
    margin-bottom: 50px;
}

.dino-details div {
    width: 33.333%;
    text-align: center;
    position: relative;
}

.dino-details div b {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.dino-details div span {
    display: block;
    color: #9E9E9E;
    text-transform: uppercase;
}

.dino-details .dino-lives {
    position: unset;
    display: inline-block;
    font-style: normal;
}

.bet-remove {
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    color: #F44336;
}

.lot-hide-special {    
    margin-bottom: 50px;
    border: 2px solid #FFC107;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 18px;
    align-items: center;
}

.lot-hide-special-main {
    display: flex;
}

.lot-hide-special div {
    margin-right: 10px;
}

.lot-hide-special .start-price {
    flex: 1;
    text-align: right;
    font-weight: bold;
    margin-right: 0;
}

.lot-hide-special-other {
    font-size: 16px; 
}

.lot-hide-special-other b {
    font-weight: normal;    
}

.lot-hide-special-date {
    color: #9e9e9e;
    font-size: 14px;
}

.name-variants {
    margin: -15px 0 15px;
}

.name-variants span {
    margin-right: 10px;
    cursor: pointer;
    color: #3b55e6;
    border-bottom: 1px dashed #3b55e6;
    font-size: 12px;
}

.competitive-bet {
    display: flex;
    align-items: center;
}

.competitive-bet span {
    margin-left: 5px;
    font-weight: bold;
}

.competitive-bet i {
    margin-left: 5px;
    background: url(../img/icons/hourglass-small.svg) no-repeat center;
    width: 16px;
    height: 16px;
    cursor: help;
}

@media screen and (max-width: 640px) {
    .shop-list .item {
        display: block;
    }
    .shop-list-cols{
        display: none;
    }
    .shop-list .item div:nth-child(1), .shop-list .item div:nth-child(2) {
        display: inline-block;
    }
    .shop-list .item div:nth-child(5), .shop-list .item div:nth-child(6) {
        display: inline-block;
        text-align: left;
    }
    .lot-info, .bet-list {
        display: block;
    }
    .lot-info .img {
        width: 100%;
    }
    .lot-info .content {
        padding: 20px;
    }
    .add-bet {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .bet-block {
        display: block;
    }
    .bet-block .bet-info {
        width: 100%;
        border-right: 3px solid #ededed;
        border-radius: 6px 6px 0 0;
        border-bottom: none;
    }
    .bet-block .bet-price {
        width: 100%;
        border-left: 3px solid #f1d088;
        border-radius: 0 0 6px 6px;
        border-top: none;
    }
    .dino-details div b {
        font-size: 14px;
        margin-bottom: 5px;
        padding: 2px 5px;
    }
    .dino-details div span {
        font-size: 12px;
    }
    .dino-details .dino-function {
        line-height: normal;
    }
    .dino-block .dino-img {
        height: 320px;
        margin-bottom: 0;
    }
    #page-auction-special h2 {
        font-size: 36px;
        line-height: normal;
    }
    .auction-hide-desc {
        font-size: 14px;
    }
    .auction-hide-desc span {
        margin: 0 5px;
    }
    .dino-details {
        margin-bottom: 20px;
    }
    .btn-set-bet {
        font-size: 16px;
    }
}
