/* user.css ----------------------------------------------------------------- */
/* Please don't edit the original of this file.
 * Instead copy into a template and edit the copy.
 */
.btn {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;}
    
    form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 24px;
    font-weight: 700;
}
/* bookmarks */
.social-icons i { font-size: 1.8em; } 
.social-icons i { padding: 4px; line-height: 30px; text-align: center; color: #FFF; color: rgba(255, 255, 255, 0.8); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
.social-icons.icon-flat i { border-radius: 0; } 
.social-icons.icon-zoom i:hover, .social-icons.icon-zoom i:active { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } 
.social-icons .fa-facebook,.social-icons .fa-facebook-square { background-color:#3C599F; } 
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square { background-color:#0085AE; } 
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square { background-color:#CC2127; } 
.social-icons .fa-reddit-alien { background-color:#CEE3F8; } 
.social-icons .fa-tumblr, .social-icons .fa-tumblr-square { background-color:#314E6C; } 
.social-icons .fa-twitter, .social-icons .fa-twitter-square, .social-icons .fa-x-twitter { background-color:#000; }
.social-icons .fa-bluesky {background-color: #448DEE; }
/* end */