
/* 
    Created on : 15.12.2020, 9:00:01
    Author     : jg
*/
 
      
        .StripeElement {
          box-sizing: border-box;

          height: 40px;

          padding: 10px 12px !important;

          border: 1px solid #0000001a;
          border-radius: 4px;
          background-color: white;

          box-shadow: 0 1px 3px 0 #e6ebf1;
          -webkit-transition: box-shadow 150ms ease;
          transition: box-shadow 150ms ease;
        }

        .StripeElement--focus {
          box-shadow: 0 1px 3px 0 #cfd7df;
        }

        .StripeElement--invalid {
          border-color: #fa755a;
        }

        .StripeElement--webkit-autofill {
          background-color: #fefde5 !important;
        }

        #cardholder-name {
          width: 100%;
        }
        #cardholder-name::placeholder{      
          color: #aab7c4;
        }
        #card-errors{
          color: red;
          font-weight: bold;
          margin: 10px 0px;
        }
        #return{
          margin: 20px 0px;
        }    
        .stripe-label{
          width: 100%;
          color: #67686b;
          font-weight: bolder;
        }
        .row-stripe{
           width:100%;
           padding: 0px;
           margin: 0px;
        }
        #card-button{
          margin-top: 20px;
        }

        @media only screen and (max-width: 769px){
          .cashdesk .item {
              flex: 0 0 99%;
          }
        }
