ul{
    list-style-type: none;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}
li{
    display: flex;
    align-items: center;
}
a{
    text-decoration: none !important;
}
body{
    cursor: default;
    font-size: 15px;
    color: #141312;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}
.wrapper_container{
    width: 100%;
    height: 100%;
}

.nativsoft_copyright_method{
    position: relative;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #F8FCFE;
}
.nativsoft_copyright_method span{
    font-weight: 300;
    font-size: .7rem;
    color: #454545;
    margin: 0 auto;
}
.nativsoft_copyright_method span a{
    font-weight: 700;
    color: #05639e;
}
.nativsoft_copyright_method span a:hover{
    text-decoration: underline !important;
}