<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: 'Rubik', sans-serif;
}
.form-control{
    color: #333 !important;
    font-size: 1rem;
}
.card-profile-image img {
    width: 140px;
    height: 140px;
}
#google_translate_element{
    position: relative;
    overflow: hidden;
    height: 65px;
    padding: 0 5px;
    width: calc(100% + 10px);
    margin-left: -5px;
}
.goog-te-gadget .goog-te-combo {
    margin: 10px 0 !important
}
 .goog-te-combo {
     display: flex;
     width: 100%;
     padding: 0.625rem 0.75rem;
     font-weight: 400;
     line-height: 1.5;
     background-color: #fff;
     background-clip: padding-box;
     border-radius: 0.25rem;
     height: calc(1.5em + 1.25rem + 5px);
     color: #333;
     position: relative;
     box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
     border: 0;
     font-family: rubik,sans-serif !important;
     outline: none !important;
     font-size: 1rem !important;
 }

@media (max-width: 992px){
    .card-profile-image img {
        width: 110px;
        height: 110px;
    }
}</pre></body></html>