@charset "utf-8";

@font-face 
{
    font-family: "avenir";
    src: local("fonts/avenir-light.otf"),
	url("fonts/avenir-light.otf") format("eot"),
    url("fonts/avenir-light.otf") format("woff"),
    url("fonts/avenir-light.otf") format("truetype"),
    url("Ubuntu-Title-webfont.svg#UbuntuTitle") format("svg");
}

html{
    background-color: #FFFFFF;
    overflow: hidden;
}

body 
{
    background-color: #FFFFFF;
    width: auto;
    margin: 0 auto;
    font-family: avenir;
    font-size: 14px;
    overflow: hidden;
}

#loader-container
{
    z-index: 3000;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0;
    position: absolute;
    width: 100%;
    height: 110%;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
    overflow: hidden;
    padding-top: 250px;
}

#loader-form
{
    max-height: 100px;
    max-width: 100px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    font-size: 28px;
    color: deepskyblue;
    display: none;
}

.content{
    height: 100%;
    overflow-y: scroll;
}

.icon-content i
{
    margin-top: 30px;
    color: deepskyblue;
    font-size: 50px;
    text-align: center;
}

.title-content
{
    margin-left: 15px;
    margin-right: 15px;
    color: deepskyblue;
    font-size: 16px;
    font-family: avenir;
    margin-top: 20px;
}

.text-content
{
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: dimgrey;
    font-size: 14px;
    font-family: avenir;
    margin-bottom: 40px;
}
