/*-- ======================================================================|
--   ____      _      __  __   _____      ____    ___    ____    _____   |
--  / ___|    / \    |  \/  | | ____|    / ___|  / _ \  |  _ \  | ____|  |
-- | |  _    / _ \   | |\/| | |  _|     | |     | | | | | | | | |  _|    |
-- | |_| |  / ___ \  | |  | | | |___    | |___  | |_| | | |_| | | |___   |
--  \____| /_/   \_\ |_|  |_| |_____|    \____|  \___/  |____/  |_____|  |
--                                                                       |
-- @ Author Enctype | www.gamecode.com.br                                |
-- ======================================================================|*/
body {
    padding: 0px;
    margin: 0px;
    background: transparent;
}
.update {
    background: url('../images/background.png');
    width: 331px;
    height: 400px;
    position: relative;
    -webkit-user-select: none;
    -webkit-app-region: drag;
    overflow: hidden;
}
.update .title {
    font-family: "Arial", "sans-serif";
    font-size: 9px;
    text-align: center;
    color: #cdecf6;
    margin: 38px 0px 0px 0px;
}
.update .title span {
    color: #00eaff;
}
.update .container {
    width: 220px;
    margin: 242px auto 0px;
}
.update .container .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.update .container .info .text1 {
    font-family: "Corbel", "sans-serif";
    font-size: 11px;
    color: #fff;
    margin: 1px 0px 4px 2px;
}
.update .container .info .percentual {
    font-family: "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    margin: -4px 2px 0px 0px;
}
.update .container .info .percentual .latestversion {
	font-size: 13px;
}
.update .container .progressbar {
    background: url('../images/progress.png') no-repeat;
    width: 220px;
    height: 16px;
    outline: none;
    color: #0a0c05;
    font-family: "Corbel", "sans-serif";
    font-size: 14px;
    display: block;
    margin: 1px 0px 0px 0px;
    position: relative;
}
.update .container .progress-s {
    position: relative;
    width: 214px;
    height: 8px;
    top: 4px;
    left: 3px;
}
.update .container .progress {
    background: url("../images/progress-color.png") no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}
.update .container .files {
    font-family: "Arial", "sans-serif";
    font-size: 10px;
    color: #fff;
    margin: 10px 0px 0px 0px;
    text-align: center;
}