<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&amp;family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


#frontMessageContainer {
    width: fit-content;
    padding: 15px 8px;
    margin-bottom:20px!important;
}


.modal-control-success {
    width:unset!important;
    height:unset!important;
    padding:15px!important;
    position:relative!important;
    top:calc(50vh - 15px)!important;
    background-color:var(--bg_dark)!important;
    font-size:inherit!important;
}

.social-icon {
    width: 100%;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    top: -8px;
    left: 0px;
}

#ShowContactForm {
    padding: 15px 0px;
}



/* App store items */

/*.lApps {
    justify-content: center;
    display: flex;
}*/

.apps-container {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.store-btn {
    width: 160px;
    margin: 20px 6px;
}

@media (max-width:520px) {
    .apps-container {
        margin-top:20px;
        flex-flow: column;
        align-items: center;
    }

    .store-btn {
        margin: 6px 6px;
    }
}

/*.store-icon {
    height:25px;
    margin-right:15px;
}

.app-desc {
    font-family:Poppins;
    text-align:left;*/
    /*display: flex;
    flex-direction: column;*/
    /*margin-bottom: 10px;
}

.app-item-label {
    position:relative;
    top:0px;
    font-size:8px!important;
    margin-bottom:unset!important;
}

.app-item-title {
    position:relative;
    top:12px;
    left:-75px;
    font-size: 14px;
    font-weight: 600;
}

.app-item {
    display: flex;
    align-items: center;
    padding: 0px 12px;
    color: #000;
    background-color: #fff;
    border-radius: 25px;
    margin: 25px 5px 10px 5px;
    line-height: 24px!important;
}

.app-item:hover {*/
    /*background-color: var(--bg_dark);*/
    /*opacity: 0.7;
    cursor: pointer;
    font-size:inherit;
}*/

</pre></body></html>