/*CSS for cell : payment*/

.inner-view-pay-holder
{
    position:absolute;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}
.lab-pay-holder
{
    border-radius: 6px;

    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    color:#feb300;
}

.proceee-to-ppay
{
    border-radius: 4px;
    border: transparent;
}
.proceee-to-ppay:hover
{
    cursor: pointer;
    transform: scale(1.2);
}
.choose-plan-button
{
    border-radius: 4px;
    border: transparent;
}
.choose-plan-button:hover
{
    cursor: pointer;
    transform: scale(1.2);
}
.choose-plan-button:hover:after 
{
    content: "Click and Go To Checkout";
    display: block;
    position: absolute;
    top: 70px;
    right: -10px;
    width: 100;
    color: #7D3BBB;
    font-size: 10px;
    border-radius: 4px;

}
.body-lab-pay-holder
{
    border-radius: 6px;
  
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.feature-holder-lab-pay-holder
{
    border-radius: 6px;
  
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
}
.feature-lab-pay
{
    border-radius: 2px;
    border-bottom: thin dotted #feb300;
    display: flex;
    justify-content:left;
    justify-items:left;
    align-items: center;
    text-align: justify;
    color:#feb300; 
    margin-bottom: 5px;   
}

.btn-browse-plan
{
    border-radius: 4px;
    display: flex;
    justify-content:center;
    justify-items:center;
    align-items: center;
    text-align: center;
    color: white;
}

.btn-browse-plan:hover
{
    cursor: pointer;
    transform: scale(1.1);
}
.glowDiv 
{
    border-radius: 4px;
   
    box-shadow: 0 0 60px red;
    transition: box-shadow 0.5s ease-in-out;
    
}


