/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 30, 2022, 12:30:13 PM
    Author     : yosor
*/
    #mobile-wrapper{
        width:100%;
        height: auto;
        background: #fff;
        padding:100px 20px 10px 20px;
        text-align: center;

    }
    
    #company-logo{
        width:100%;
    }
    
    #company-logo img{
        max-width: 70%;
        margin-bottom: 10px;
    }
    
  
    
    .app-btn{
        width:300px;
        border-radius: 12px;
        margin-bottom: 10px;
    }
    
    #use-app-buttons{
        margin-top: 20px;
        
    }
    #use-app-image img {
        width:50%;
    }
    #dont-have-app {
        float:left;
        width:100%;
        padding:40px 40px 100px 40px;
        background:#f5f5f5;
        color:#000;
        min-height: 100%;
        text-align: center;
        margin-bottom: 10px;
        
    }
    #dont-have-app span{
      
        width:100%;
        height: 100%;
        overflow: auto;
        overflow: hidden;
        font-size: 17px;
        font-weight: bold;
    }
    
    #use-app-wrapper{
        position: absolute;
        float:left;
        top: 0;
        bottom: 0;

        float: left;
        width:100%;
        height: 100%;
        overflow: hidden;
        background:#f5f5f5;
    }
    .gray_span{
        width:100%;
        float: left;
        text-align: center;
        font-size: 14px !important;
        color:#666;
        margin-top:5px;
        margin-bottom: 20px;
        font-weight: normal !important;
        
    }
    
    #apps-buttons{
        margin-top:10px;
    }
    
    #apps-buttons a img{
        width:100px;
        
    }
