﻿.elb-tbl {
    width: 50px;
    height: 50px;
}

.elb-tbl-description {
    width: 50px;
    height: 50px;
}

.elb-tbl-reserved-to-you {
    box-shadow: 0px 0px 10px 4px #fefefe;
    -webkit-box-shadow: 0px 0px 10px 4px #fefefe;
    -moz-box-shadow: 0px 0px 10px 4px #fefefe;
}

.reserve-button {
    position: fixed;
    display: flex;
    justify-content: center;
    bottom: 8%;
    align-items: center;
    right: 6%;
    width: 76px;
    height: 76px;
    background-color: var(--ar-primary);
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
}

    .reserve-button img {
        width: 50px;
        height: 46px;
    }

.dx-popover-arrow {
    display: none;
}  

.partial-reserve-info {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 60px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
}

    .partial-reserve-info i {
        font-size: 21px;
        margin-top: 1px;
    }

    .partial-reserve-info i {
        color: #fff
    }
