/* Admin + Frontend styles */
.tm-footer-links {position: fixed; right: 15px; bottom: 15px; z-index: 1000; display: flex; gap: 10px;}
.tm-footer-links a {
display: flex;
justify-content: center;
align-items: center;
gap: 4px;  padding: 5px; line-height: 1;
font-size: 15px; font-weight: bold; width: 42px; height: 42px;
background-color: #4ee55f;
color: white !important;
border-radius: 5px;
text-decoration: none;
}

.tm-footer-links a i{font-size: 25px; top: 0;}
.tm-footer-links>a:nth-child(2){background-color: #4374f9;}
.tm-footer-links a:hover {background-color: #25d366;}
.tm-footer-links>a:nth-child(2):hover{background-color: #0240e8;}

@media screen and (min-width: 1025px){
.tm-footer-links{display: none;}
}