
.main-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform: scale(0.8,0.8);
   }

   .left-panel{
        height:100%;
     }

.app-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 800px;

    position: relative;
    left: -1700px;
    transition: ease-in 0.6s;
}

    .right-panel{
        display: flex;
        flex-flow: column;
        margin-left:30px;
        align-self: normal; 
        justify-items: center;
        align-items: center;
    }

/*.hbee {
   
    cursor: pointer;
    background-position-y: 1px;
    background-position-x: 0.5px;
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    border-radius: 50%;
    margin-top: 140px;
    background-image: linear-gradient( #4884b2,#68a5da);
    border: 1px solid #d9f1fb;
    
}
*/
.hbee {
    /* background-image: url(images/bee.jpg);*/
    /* background-image: url(../images/AnimatedBee.gif);*/
    background-image:  linear-gradient(to right, #68a6d9, #4481ad);
    
    cursor: pointer;
    /*background-position-y: 1px;
    background-position-x: 0.5px;*/
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    border-radius: 50%;
    margin-top: 140px;
}
.hbeein {
    background-image: url(images/beeS1.png);
    background-size: 80%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position-y: center;
    background-position-x: center;
    border-radius: 50%;
    position: relative;    
}
.hbee-reposition {
    background-image: url(../images/AnimatedBee.gif);
    left: -200px;
    top: -200px;
    z-index: 100;
}

/*-----------------------------------------------------------*/
.bee-animation {
    z-index: 100;
    animation: BeeMovment ease-in-out 1.5s;
    animation-iteration-count: 1;
    transform-origin: 0 0;
    animation-fill-mode: forwards; /*when the spec is finished*/
    background-image: url(../images/AnimatedBee.gif);
    offset-path: path("M 0 0 Q -79.0 -13.5 -154.0 -163.0 C -191 -232.0 -195.5 -248.3 -250.0 -257.5");
    offset-rotate: reverse;
    /*animation: BeeMovment 3000ms infinite alternate ease-in-out;*/
}

@keyframes BeeMovment {
   
    100% {
        /*transform: translate(0px,-200px);*/
        offset-distance: 100%;
    }
}


/*-----------------------------------------------------------*/
.btnEzra {
    min-width: 122px;
    min-height: 183px;
    max-width: 122px;
    max-height: 183px;
    background-image: url(images/btnHelp.jpg);
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 64px;
    margin-top: 20px;
    margin-left: 40px;
    cursor: pointer;
}

.title-panel{
    background-color:#de3844;
    min-width: 1000px;
    max-width: 1000px;
    min-height: 115px;
    max-height: 115px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border: 2px solid white;
    position: relative;
    top: 15px;
   
    color:white;

}
    
.title-text-panel
{
    padding-top: 18px;
    text-align: center; 
    vertical-align: bottom; 
    direction: rtl; 
    font-size: 38pt; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-panel, .pre-demo-bee {
    min-width: 1124px;
    min-height: 643px;
    max-width: 1124px;
    max-height: 643px;
    border: 2px solid white;
    background-image: linear-gradient(rgb(66, 127, 171), rgb(105, 165, 217));
    border-radius: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 100;
}

    .pic-tile, .inactive-pic-tile {
        min-width: 220px;
        max-width: 220px;
        min-height: 220px;
        max-height: 220px;
        background-color: white;
        border-radius: 58px;
        border: 2px solid#175d72;           
        transition:  all 0.2s;
        cursor:pointer;
	    box-shadow: 0px 0px 26px 3px rgba(32, 32, 32, 0.33);
        
    }

    .inactive-pic-tile {
        cursor: default;
    }

        .pic-tile > img:first-of-type, .inactive-pic-tile > img {
            max-width: 170px;
            max-height: 170px;
            margin: 22px;
        }
    
    
    
    .pic-tile:hover, .selected-tile{              
       box-shadow: 0px 0px 50px 3px rgba(255,255,255, 0.43);
       background-color: #175072;	
    }
    
    .unselectable-tile, .unselectable-tile:hover{
        background-color: #bcd7e4;
        cursor:default;
    }

    .pic-tile-col-cen {
        grid-column-start: 4;
        grid-column-end: 8;
        margin-left: 25%;
    }

    .pic-tile-bottom {
        grid-row-start: 4;
    }
    .pic-tile-top{
        grid-row-start: 2;
    }
    .pic-tile-col1 {
        grid-column-start: 2;
    }

    .pic-tile-col2 {
        grid-column-start: 4;                     
    }

    .pic-tile-col3 {
        grid-column-start: 6;
    }

    .pic-tile-col4 {
        grid-column-start: 8;
    }
       

     .footer-panel{
        border-left: 2px solid white; 
        border-right: 2px solid white;
        border-bottom: 2px solid white; 
        border-bottom-left-radius: 50px; 
        border-bottom-right-radius: 50px;
        width: 240px;
        min-height:100px;
        background-image: linear-gradient(#e4e0d4,  #fefbea 20%); 

        position: relative;
        top: -85px;
        
        transition: all 0.7s;
     }
     

    .vProgbar {
    min-height: 540px;
    height: 540px;
    min-width: 45px;
    max-width: 45px;
    background-color: #fefbea;
    border: 6px solid white;
    border-radius: 15px;
    margin-right: 35px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 10px;
    background-color: #d9f1fb;
}

   .vProgbar-inner-gauge {
    width: 54px;
    height: 1%;
    background-color: #de3844;
    border-radius: 10px;
    margin: 0px;
    transition-property: height;
    transition-timing-function:linear;
}

     

     .btnNext{
        width:120px; 
        padding-top: 20px;
        padding-left: 25%; 
        cursor: pointer;
     }

body{
padding-top: 50px;
background-image: url(images/inbar_reka.jpg);
background-repeat: repeat-x;

/* background-image: url(bar_ilan_9-10-1.jpg) */
}

.disableMouse {
    pointer-events: none;
}

.blink {
    animation: blink-animation 0.7s steps(2, start) 4;    
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.pre-demo-bee {    
    background-image: linear-gradient(#ffffff, #e3e4e5);
    display: grid;
    grid-template-rows: 1fr 2fr 1fr;
    grid-template-columns: 2fr 2fr 1fr;
    transition: transform 1.0s;
}