﻿
body,
html {
    position: relative;
    min-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

form {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
}

body {
    margin: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    background-color: transparent;
}

.CameraOverlay {
    z-index: 1;
    overflow: hidden;
    position: fixed;
    height: 95%;
    width: 95%;
    display: flex;
    justify-content: center;
}

.bdvForm {
    z-index: 2;
    display: flex;
    flex-direction: column;
    margin-top: -385px;
    width: 80%;
    gap: 10px;
}

.Warnning {
    display: flex;
    justify-content: center;
    margin-top: -16px;
}

.Btn_info {
    height: 50px;
    width: 50px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    display: flex;
    z-index: 2;
    position: fixed;
    right: 23px;
}

.grandeDiv {
    height: 95%;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.btnPlus {
    border: none;
    min-width: 25%;
    cursor: pointer;
}

.rondRouge {
    background-color: rgb(var(--Orange));
    height: 70px;
    width: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 30px;
}

.scroll {
    flex: 1;
    overflow-y: scroll;
}

.croixBlanche {
    height: 100%;
    color: rgb(var(--BleuMarine));
    background-color: transparent;
    width: 100%;
    border-radius: 50px;
    font-size: 40px;
    border: 0px;
    cursor: pointer;
}

h3 {
    color: rgb(var(--Orange));
    font-weight: 100;
}

.placeBouton {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 20px;
}



#Cash {
    height: 40px;
}

#User {
    height: 33px;
}

#Bt_Exit {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

#Exit {
    width: 30px;
}


.cacherBouton {
    cursor: pointer;
    border: none;
    background: none;
    display: flex;
    margin-right: 10px;
    width: 34px;
}

.labelRouge {
    color: #a2222e;
}

.labelNoirPetit {
    color: rgb(var(--ContrastText));
    font-size: 11px;
}

.backBtn {
    height: 70px;
    margin: 1em;
}

.Btn_stopscan {
    /*height: 50px;
    width: 50px;*/
    border: none;
    cursor: pointer;
    background-color: transparent;
    display: flex;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    margin: 1.5em;
}

.labelNoir {
    color: rgb(var(--ContrastText));
}

.cadre1 {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px rgba(var(--Orange), 33%);
    border-radius: 5px;
    background-color: rgb(var(--BleuMarine));
    margin: 0 15px;
    padding: 15px;
    gap: 15px;
}

.cadrePetit {
    display: flex;
    justify-content: space-between;
}

.margin-0 {
    margin: 0px;
}

.align-droite {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.paddind-h-d {
    padding-right: 10px;
    padding-top: 10px;
}

.paddind-h-g {
    padding-left: 16px;
    padding-top: 10px;
}

.paddind-b-d {
    padding-right: 10px;
    padding-bottom: 10px;
}

.paddind-b-g {
    padding-left: 16px;
    padding-bottom: 10px;
}

.padding-b {
    padding-bottom: 10px;
}

.italic {
    font-style: italic;
    font-size: small;
}



.cadrebas {
    color: rgb(var(--Orange));
    padding-left: 15px;
    padding-top: 10px;
}

.bar {
    background-color: #a8a8a8;
    height: 15px;
    width: 100%;
    border-radius: 5px;
}

.ecart {
    display: flex;
    justify-content: space-between;
}

.divBar {
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    /*justify-content: space-between;*/
    flex-direction: row-reverse;
    gap: 15px;
}

.min-w-45 {
    min-width: 45%;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.test {
    display: flex;
    /* min-width: 50%; */
    gap: 15px;
}

.av-bar {
    height: 15px;
    background-color: rgb(var(--Orange));
    border-radius: 5px;
}

#wallets {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

#bdvs {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow-y: auto;
    padding-bottom: 60px;
}

.fs-18 {
    font-size: 18px;
}