<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.um-btn-ico .fa-2x {
    display:inline-block !important;
}

.um-btn-ico .fa-envelope {
    font-size: 20px !important;
}

.um-btn-ico .fa-layers-counter {
    font-size: 32px !important;
}

.um-sidebar {
    position: fixed; 
    right: 0; 
    bottom: 50px; 
    z-index: 9999999999; 
    padding: 10px; 
    border-radius: 10px 0 0 10px; 
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.um-sidebar:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.um-sidebar-btn .fa-envelope {
    font-size: 30px !important;
}

.um-sidebar-btn .fa-layers-counter {
    font-size: 40px !important;
}

.um-item-btn {
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    background-color: #2b96f0!important;
    line-height: 1.3;
    white-space: pre-line;
    position: relative;
	text-decoration: none;
}

.um-item-btn i {
    position: relative;
    display: block;
    float: left;
    left: 5px;
	padding-right: 10px;
}

.um-item-btn span {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.um-item-btn:hover {
    color: rgb(255,255,255) !important;
    background-color: #1678cb!important;
	text-decoration: none;
}

.um-item-btn:active {
    color: rgb(255,255,255);
    border-color: #2970a9;
    background-image: linear-gradient(#5796c8, #6aa2ce);
    box-shadow: none;
}
.um-sidebar-btn .um-circle {
    font-size: 40px !important;
}

.um-circle {
    background-color: #ff253a;
    border-radius: 1em;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: -5px;
    text-overflow: ellipsis;
    top: -5px;
    transform: scale(.25);
    transform-origin: top right;
}
.um-circle, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center;
}
.um-layers {
    width: 1.25em!important;
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em;
}
.um-layers .mdi-email{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.um-2x {
    font-size: 2em;
}</pre></body></html>