@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600&amp;display=swap");
:root {
--blue:#007bff;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#dc3545;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#20c997;
--cyan:#17a2b8;
--white:#fff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#007bff;
--secondary:#6c757d;
--success:#28a745;
--info:#17a2b8;
--warning:#ffc107;
--danger:#dc3545;
--light:#f8f9fa;
--dark:#343a40;
--bg-danger:#dc3545;
--breakpoint-xs:0;
--breakpoint-sm:576px;
--breakpoint-md:768px;
--breakpoint-lg:992px;
--breakpoint-xl:1200px;
--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

*, ::after, ::before {
box-sizing: border-box; }



:focus {
outline: 0;
}

::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
background-color: #343a40;
}

::-webkit-scrollbar{
width:8px;
background-color: #343a40;
}

::-webkit-scrollbar-thumb{
background-color: #000000;
}
.loading {
display: none;
position: fixed;
top:60px;
right: 20px;
z-index:999999;
}

#appCapsule {
padding: 56px 0; }
#appCapsule.extra-header-active {
padding-top: 106px; }

.section {
padding: 0 16px; }
.section.full {
padding: 0; }

.wallet-card-section {
position: relative; }
.wallet-card-section:before {
position: absolute;
left: 0;
right: 0;
top: 0;
content: "";
display: block;
height: 140px;
background: var(--dark); }

.wallet-card {
background: #ffffff;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
border-radius: 15px;
padding: 20px 24px;
position: relative;
z-index: 1; }

.wallet-card .balance {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
height:auto; }
.wallet-card .balance .left {
padding-right: 10px; }
.wallet-card .balance .right {
padding: 0; }
.wallet-card .balance .right .button {
display: flex;
align-items: center;
justify-content: center;
line-height: 1em;
color: #6236FF;
background: rgba(98, 54, 255, 0.1);
width: 50px;
height: 64px;
font-size: 26px;
border-radius: 10px; }
.wallet-card .balance .right .button:hover {
background: #6236FF;
color: #fff; }
.wallet-card .balance .title {
color: #27173E;
font-weight: 500;
display: block;
margin-bottom: 8px; }
.wallet-card .balance .total {
font-weight: 700;
letter-spacing: -0.01em;
line-height: 1em;
font-size: 32px; }
.wallet-card .wallet-footer {
border-top: 1px solid #DCDCE9;
padding-top: 20px;
display: flex;
align-items: flex-start;
justify-content: space-between; }
.wallet-card .wallet-footer .item {
flex: 1;
text-align: center; }
.wallet-card .wallet-footer .item a {
display: block; }
.wallet-card .wallet-footer .item a:active {
transform: scale(0.94); }
.wallet-card .wallet-footer .item .icon-wrapper {
background: #6236FF;
width: 48px;
height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 10px;
color: #fff;
font-size: 24px;
margin-bottom: 14px; }
.wallet-card .wallet-footer .item strong {
display: block;
color: #27173E;
font-weight: 500;
font-size: 11px;
line-height: 1.2em; }

.wallet-card .wallet-footer .webcame{
display:inline-block;
text-align: center;
align-items: flex-start;
justify-content: space-between;
margin:auto;
}

.wallet-card .wallet-footer .webcame canvas {
width:600px;
height:auto;
border-radius: 10px;
overflow:hidden;
}



.appHeader {
height: 56px;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
background: #FFFFFF;
color: #27173E;
border-bottom: 1px solid #DCDCE9; }
.appHeader.no-border {
border: 0;
box-shadow: none; }
.appHeader.transparent {
background: transparent; }
.appHeader .left,
.appHeader .right {
height: 56px;
display: flex;
align-items: center;
position: absolute; }
.appHeader .left .icon,
.appHeader .left ion-icon,
.appHeader .right .icon,
.appHeader .right ion-icon {
font-size: 26px; }
.appHeader .left .headerButton,
.appHeader .right .headerButton {
min-width: 36px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
color: #6236FF;
position: relative; }
.appHeader .left .headerButton .btn,
.appHeader .right .headerButton .btn {
font-size: 16px;
height: 32px;
padding: 0px 14px; }
.appHeader .left .headerButton:active,
.appHeader .right .headerButton:active {
opacity: .6; }
.appHeader .left {
left: 10px;
top: 0; }
.appHeader .right {
right: 10px;
top: 0; }
.appHeader .pageTitle {
font-size: 17px;
font-weight: 500;
padding: 0 10px; }
.appHeader .pageTitle .logo {
max-height: 24px; }
.appHeader.text-light {
color: #FFF; }
.appHeader.text-light .headerButton {
color: #FFF; }
.appHeader.bg-primary, .appHeader.bg-secondary, .appHeader.bg-success, .appHeader.bg-warning, .appHeader.bg-danger, .appHeader.bg-info, .appHeader.bg-light, .appHeader.bg-dark {
border: 0; }

/* --------- WEBCAME -----------*/
.webcam-capture-body{
display: inline-block;
text-align: center;
margin: auto;
}

 
.webcam-capture,
.webcam-capture video{
display: inline-block;
width:100%!important;
height: auto!important;
margin:auto;
text-align: center;
border-radius: 0px;
overflow: hidden;
}
 

.webcam-capture-body .webcam-camera{
position: relative;
background:#ffffff;
padding:20px;
border:solid 1px #eeeeee;
border-radius:20px;
width:100%;
height: auto;
}

.webcam-capture-body .webcam-camera img{
width:100%;
object-fit: cover;
background: #eeeeee;
border: solid 1px #eeeeee;
border-radius: 10px;
margin-bottom: 10px;
}


.webcam-capture-body  input[type="file"] {
display: inline-block;
opacity:0;
position: absolute;
margin-left: 0px;
margin-right: 0px;
padding-top:15px;
padding-left:25px;
width: 100%;
height: 60px;
z-index: 99;
cursor: pointer;
}



@media only screen and (max-width:690px){
.wallet-card .wallet-footer .webcame canvas {
width: 100%;
height:auto;
}
}
@media only screen and (max-width:480px){
.wallet-card .wallet-footer .webcame canvas {
width: 100%;
height:230px;
}


.wallet-card {
padding:10px 15px;
position: relative;
z-index: 1;
}

.id-card {
position: relative;
width:250px;
height:auto;
border-radius: 30px;
}

.stat-box .value {
font-size:15px;
}

.hidden-sm{
display: none;
}
}


@page:right{
@bottom-right {
content: counter(page);
}
}

@page:left{
@bottom-left {
content: counter(page);
}
}