.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    text-align: center;
    margin-left: 47%;
    margin-top: 25% !important;
}

label[for="payment_method_fmf-gateway"] {
    display: inline-block;
    width: 92% !important;
}
.zelle-img {
float:right;
margin-bottom:5px;
}
@media (max-width: 768px) {
  
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.fmf-icons { /* Add the actual class for the icon's div */
        float: right;
       /* Adjust margins for mobile */
	margin-bottom:5px; /* Adjust margins for mobile */
    }

    .fmf-icons img {
        width: 100px; /* Optional: Reduce size for mobile devices */
        height: auto;
    }
@media only screen and (max-width: 768px) {
    .fmf-icons { /* Add the actual class for the icon's div */
        float: none;
        text-align: left;
        margin-bottom:5px;  /* Adjust margins for mobile */
		margin-left: 20px;
    }

    .fmf-icons img {
        width: 100px; /* Optional: Reduce size for mobile devices */
        height: auto;
    }
	.zelle-img {
float:none !important;
margin-bottom:5px;
		margin-left: 1em;		
		overflow: auto;
}
    
}