﻿ColorPrimary {
    color: #36C970
}

.RowMagin{
    margin-bottom:10px;
}

a.button4 {
   display: inline-block;
   padding: 0.3em 1.2em;
    margin: 0 0.1em 0.1em 0;
    border: 0.16em solid rgba(255,255,255,0);
    border-radius: 2em;
    box-sizing: border-box;
   text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    text-align: center;
    transition: all 0.2s;
}

    a.button4:hover {
        border-color: rgba(255,255,255,1);
    }

@media all and (max-width:30em) {
     a.button4 {
       display: block;
       margin: 0.2em auto;
       
    }
}

.cardCus {
    z-index: 1;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    position: fixed;
    left: 0;
    bottom: 0;
    margin:10px;

}

@media  (max-width: 767px) {
    .cardCus {
     
    }
}