:root {
    --border-color: rgba(255, 255, 255, 0.992);
    --active-color: rgba(62, 26, 109, 0.992);
    --hover-color: rgba(40, 40, 40, 0.652);
    --background-color:rgba(58, 57, 57, 0.452);
    --font-family:'SF Pro Display', sans-serif;

}

body {
    user-select: none;
    /* height: 1080px;
    width: 1920px;
    overflow: hidden; */
    position: fixed;
    
}

* {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-family: -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-variant: tabular-nums;
    font-feature-settings: 'tnum';
    
    /* font-family: 'SF Pro Display', sans-serif;                                           */
}

.ui {
    position: relative;
    left: 0; 
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(44, 44, 44, 0.61);
    opacity:1;
    display: none;
    z-index: 0
}


.raccourci2 {
    position: relative;
    top: 17.5%;
    right: -3.5%;
    width: 170px;
    display: table;
}
.raccours10,
.raccours11 {
    font-weight: bold;
    font-size: 33px;
}

.autourname{
    font-weight: bold;
    font-size: 33px;
}
.raccours10:hover {
    opacity: 0.7;
}
.autourname:hover {
    opacity: 0.7;
}

.loading-bar-kg-left-part {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 28.2vw;
	height: 1.875vw;
	margin: 0.15vw;
}
.text-loading-bar-left-part {
    display: flex;
    width: 29.2vw;
    margin-left: -30.85vw;
    font-size: 57.833vw;
    color: #ffff;
    margin-top: 22px;
}
.text-loading-bar-left-part span:nth-child(2) {
    margin-left: auto;
}

.novalue-left-part {
	display: flex;
	align-items: center;
	width: 29.3vw;
	/* height: 12.621vw; */
	background: var(--background-color);
	margin-top: -1vw;
	margin-left: -30.900vw;
}
.value-left-part {
	/* width: 27vw; */
	background-color: aliceblue;
	height: 0.621vw;
	animation: width 3s ease;
}


.buttoniconbag{
    position: absolute;
    top:180px;
    right:1335px;
}

.buttoniconbag *{
    display: flex;
    opacity: 0.7;
}
.buttoniconbag .raccours1:hover{
    opacity: 0.2;
}
.buttoniconbag img{
    width: 80%;
    height: 80%;
    right: 1vh;
}
.buttoniconbag .raccours1:nth-child(9){
    position: absolute;
    right:-10vh;
    bottom:0vh;
}
.buttoniconbag > .raccours1 > span{
    position: relative;
    right:1.9vh;
    font-size: 2vh;
}


.raccours1 {
    display: inline-flex;
    width: 4vh;
    height: 4vh;
    border: 1.5px solid rgba(32,32,32,.1);
    background-color: rgba(17,17,17,0.519);
    border-radius: 3%;
    transform: rotate(-90deg);
    margin-top:0vh;
    margin-right:0.5vw;
    justify-content: center;
    place-items: center;
}
.raccours1:before{
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
}
.raccours1:after {
    content: "";
    height: 20%;
    position: absolute; 
    right: 0;
    top:0;
} 
.raccours1 *{
  transform: rotate(90deg); 
}
.raccours1:before { 
    bottom: 0;
    height: 50%;
}
.raccours1 i{
    position: absolute;
    font-size: 20px;
    /*filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);*/
}


.buttoniconvtm{
    position: absolute;
    top:180px;
    right:1280px;
}

.buttoniconvtm *{
    display: flex;
    opacity: 0.7;
}
.buttoniconvtm .raccours2:hover{
    opacity: 0.2;
}
.buttoniconvtm img{
    width: 40%;
    height: 40%;
    right: 1vh;
}
.buttoniconvtm .raccours2:nth-child(9){
    position: absolute;
    right:-10vh;
    bottom:0vh;
}
.buttoniconvtm > .raccours2 > span{
    position: relative;
    right:1.9vh;
    font-size: 2vh;
}


.raccours2 {
    display: inline-flex;
    width: 4vh;
    height: 4vh;
    border: 1.5px solid rgba(32,32,32,.1);
    background-color: rgba(17,17,17,0.519);
    border-radius: 3%;
    transform: rotate(-90deg);
    margin-top:0vh;
    margin-right:0.5vw;
    justify-content: center;
    place-items: center;
}
.raccours2:before{
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
}
.raccours2:after {
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
    top:0;
}
.raccours2 *{
  transform: rotate(90deg);
}
.raccours2:before {
    bottom: 0;
    height: 50%;
}
.raccours2 i{
    position: absolute;
    font-size: 20px;
    /*filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);*/
}


.inventory {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1800px;
    height: 650px;
    /* color: rgba(255, 255, 255, 0.158); */
    border-radius: 20px
}

#InventaireJ {
    width: 600px;
    height: 600px;
    float: left;
    overflow-y: auto
}

#InventaireJFastItems {
    width: 660px;
    height: 35px;
    position: absolute;
    bottom: -4%;
    left: 0;
    z-index: 100;
    float: left
}

#InventaireAutres {
    width: 550px;
    height: 600px;
    float: right
}

#count {
    border: none;
    outline: 0;
    font-size: 18px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.slot {
    float: left;
    width: 9.2vh;
    height: 9.2vh;
    top: 1.4vw;
    color: #fff;
    border: 1.5px solid rgba(32,32,32,.1);
    background-color: rgba(6,6,6,.3);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(32,32,32,.1);
    border-radius: 2px;
    margin: 0.65vh;
    position: relative;
}

.slotfix {
    float: left;
    width: 9.2vh;
    height: 9.2vh;
    top: 1.4vw;
    color: #fff;
    border: 1.5px solid rgba(32,32,32,.1);
    background-color: rgba(17,17,17,0.319);
    margin: 0.3vh;
    border-radius: 2px;
    position: relative
}

.slot:hover {
    opacity: 0.8;
}

.item-box2 {
    display: inline-flex;
    width: 8.5vh;
    height: 8.5vh;
    border: 1.5px solid rgba(32,32,32,.1);
    background-color: rgba(17,17,17,0.519);
    border-radius: 3%;
    transform: rotate(-90deg);
    margin-top:1vh;
    margin-right:1.3vw;
    justify-content: center;
    place-items: center;
}
.item-box2:before{
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
}
.item-box2:after {
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
    top:0;
}
.item-box2 *{
  transform: rotate(90deg);
}
.item-box2:before {
    bottom: 0;
    height: 50%;
}
.item-box2 i{
    position: absolute;
    font-size: 50px;
    /*filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);*/
}
.cloth-items2{
    position: absolute;
    top:240px;
    right:710px;
}

.cloth-items2 *{
    display: flex;
    opacity: 0.7;
}
.cloth-items2 .item-box2:hover{
    opacity: 0.2;
}
.cloth-items2 img{
    width: 70%;
    height: 70%;
    right: 1vh;
}
.cloth-items2 .item-box2:nth-child(9){
    position: absolute;
    right:-10vh;
    bottom:0vh;
}
.cloth-items2 > .item-box2 > span{
    position: relative;
    right:1.9vh;
    font-size: 2vh;
}

.item-box {
    display: inline-flex;
    width: 8.5vh;
    height: 8.5vh;
    border: 1.5px solid rgba(32,32,32,.1);
    background-color: rgba(17,17,17,0.519);
    border-radius: 3%;
    transform: rotate(-90deg);
    margin-top:1vh;
    margin-right:-1.3vw;
    justify-content: center;
    place-items: center;
}
.item-box:before{
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
}
.item-box:after {
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
    top:0;
}
.item-box *{
  transform: rotate(90deg);
}
.item-box:before {
    bottom: 0;
    height: 50%;
}
.item-box i{
    position: absolute;
    font-size: 50px;
    /*filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);*/
}
.cloth-items{
    position: absolute;
    top:240px;
    right:1100px;
}

.cloth-items *{
    display: flex;
    opacity: 0.7;
}
.cloth-items .item-box:hover{
    opacity: 0.2;
}
.cloth-items img{
    width: 70%;
    height: 70%;
    right: 1vh;
}
.cloth-items .item-box:nth-child(9){
    position: absolute;
    right:-10vh;
    bottom:0vh;
}
.cloth-items > .item-box > span{
    position: relative;
    right:1.9vh;
    font-size: 2vh;
}

.slotFast {
    float: left;
    width: 100px;
    height: 100px;
    bottom: -15%;
    left: 0px;
    color: #fff;
    /* border: 1.5px solid rgba(32,32,32,.1); */
    background-color: rgba(6,6,6,.3);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(32,32,32,.1);
    border-radius: 2px;
    margin: 7px;
    /* border-radius: 3%; */
    position: relative
}

.slotFast:hover {
    opacity: 0.8;
}

.item,
.item-other {
    width: 87px;
    height: 60px;
    margin-top: 12px;
    margin-left: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.item-name {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.064);
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 8px;
    margin-left: -7px;
    width: 100px;
    min-height: 10px;
    z-index: 500
}

.ui-draggable-dragging .item-count,
.ui-draggable-dragging .item-name {
    display: none
}

.item-count {
    position: absolute;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    width: 20px;
    margin-top: -10px;
    margin-left: 0px;
    height: 20px;
    color: rgb(255, 255, 255);
    z-index: 500;
    font-size: 9px
}

.keybind {
    position: absolute;
    text-align: right;
    width: 114px;
    margin-top: -15px;
    margin-left: -100px;
    height: 20px;
    z-index: 500;
    font-size: 0px
}

.ammoIcon {
    width: 8px;
    height: 8px
}

.info-div {
    text-align: left;
    padding: 5px;
    width: 174px;
    position: absolute;
    font-size: 13.1px;
    left: 64%;
    top: 1%;
    transform: translate(-50%, -50%)
}

.info-div2 {
    text-align: left;
    padding: 5px;
    width: 155px;
    position: absolute;
    font-size: 13.1px;
    left: 4.8%;
    top: 0.5%;
    transform: translate(-50%, -50%)
}

.controls-div {
    transition: all ease-in-out .3s;
}

.control {
    position: absolute;
    left: 49.5%;
    top: 110%;
    width: 100px;
    height: 40px;
    background-color: rgba(17,17,17,.319);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(32,32,32,.1);
    border-radius: 2px;
    margin: 20px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 40px;
    transform: translate(-50%, -50%)
}

.control5 {
    position: absolute;
    left: 40%;
    top: 110%;
    width: 100px;
    height: 40px;
    background-color: rgba(17,17,17,.319);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(32,32,32,.1);
    border-radius: 2px;
    margin: 20px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 40px;
    transform: translate(-50%, -50%)
}
.control2 {
    position: absolute;
    right: 120.95%;
    top: 110%;
    width: 100px;
    height: 40px;
    background-color: rgba(17,17,17,.319);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(32,32,32,.1);
    border-radius: 2px;
    margin: 20px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 40px;
    transform: translate(-50%, -50%)
}

.control3 {
    position: absolute;
    left: 59.55%;
    top: 110%;
    width: 120px;
    height: 40px;
    background-color: rgba(17,17,17,.319);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(32,32,32,.1);
    border-radius: 2px;
    margin: 20px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 40px;
    transform: translate(-50%, -50%)
}

.control4 {
    
    position: absolute;
    top: 110%;

    left: 58.9%;
    top: 110%;
    width: 90px;
    height: 40px;
    background-color: rgba(17,17,17,.319);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(32,32,32,.1);
    border-radius: 2px;
    margin: 20px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 40px;
    transform: translate(-50%, -50%)
}


.control.disabled {
    background-color: rgba(36, 36, 36, 0.479);
}

.hoverControl {
    background-color: rgba(36, 36, 36, 0.479);
}

.used-item-slot {
    position: absolute;
    right: 50px;
    bottom: 50%;
    height: 125px;
    width: 110px;
    background-color: rgba(114, 114, 114, 0.308);
    border-style: solid;
    border-color: rgba(32,32,32,.1);
    border-width: 1px 1px 1px 1px
}

#used-item-image {
    height: 125px;
    width: 110px;
    background-image: url(img/used-item.png);
    background-repeat: no-repeat;
    background-size: 0%;
    background-position-x: 0
}

.added-item-slot {
    position: absolute;
    right: 50px;
    bottom: 50%;
    height: 125px;
    width: 110px;
    background-color: rgba(114, 114, 114, 0.308);
    border-style: solid;
    border-color: rgba(32,32,32,.1);
    border-width: 1px 1px 1px 1px
}

#added-item-image {
    height: 125px;
    width: 110px;
    background-image: url(img/added-item.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: 0
}

.item-name-bg {
    width: 100%;
    width: 117px;
    height: 20px;
    position: absolute;
    bottom: 0
}

#InventaireAutres {
    overflow-y: auto
}


#InventaireAutres::-webkit-scrollbar-track,
#InventaireJ::-webkit-scrollbar-track {
    background-color: none;
    border: none
}

#controls {
    width: 350px;
    height: 500px;
    float: left;
    position: relative;
    left: 0;
    top: 0
}

#controlstrunk {
    width: 350px;
    height: 500px;
    float: left;
    position: relative;
    left: 660px;
    top: -30px
}

.controlstrunk-div {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.weighttrunk-div {
    text-align: left;
    padding: 5px;
    width: 155px;
    position: absolute;
    font-size: 13.1px;
    left: 22%;
    top: 8%;
    transform: translate(-50%, -50%)
}


#InventaireAutres::-webkit-scrollbar,
#InventaireJ::-webkit-scrollbar {
    width: 10px
}

.JoueurButonautres {
    width: 100%;
    margin-top: 5px;
    display: block;
    text-decoration: none;
    padding: 2px;
    color: rgba(255, 255, 255, .85);
    background-color: rgba(49, 49, 49, 0.274);
    border-radius: 90px;
    text-shadow: none;
    font-size: 14px!important;
    outline: 0;
    text-transform: none;
    text-align: center;
    line-height: 30px;
    border: none
}

.JoueurButonautres:hover {
    background-color: rgba(36, 36, 36, 0.2)
}

#PasDeuxInvenaitre {
    width: 615px;
    height: 580px;
    line-height: 580px;
    text-align: center
}

@media (max-width: 1500px) {
    .inventory {
        width: 1400px;
    }

    #InventaireJ {
        width: 600px;
        height: 500px;
        bottom: 105px;
    }

    #controls {
        width: 200px;
    }

    .control {
        width: 190px;
        height: 40px;
        left: 500px;
    }

    .raccours {
        top: 14%;
        right: -2%;
    }

    .info-div {
        padding: 15px;
        width: 174px;
        left: 105%;
        top: 0.5%;
    }

    .slotFast {
        width: 120px;
        height: 120px;
        bottom: 450%;
    }

    #InventaireAutres {
        width: 600px;
        height: 500px;
    }

    #PasDeuxInvenaitre {
        width: 540px;
    }
}

.buttoniconidcard{
    position: absolute;
    top:100px;
    right:840px;
}

.buttoniconidcard *{
    display: flex;
    opacity: 0.7;
}
.buttoniconidcard .raccours4:hover{
    opacity: 0.2;
}
.buttoniconidcard img{
    width: 40%;
    height: 40%;
    right: 1vh;
}
.buttoniconidcard .raccours4:nth-child(9){
    position: absolute;
    right:-10vh;
    bottom:0vh;
}
.buttoniconidcard > .raccours4 > span{
    position: relative;
    right:1.9vh;
    font-size: 2vh;
}


.raccours4 {
    display: inline-flex;
    width: 8vh;
    height: 8vh;
    border: 1.5px solid rgba(32,32,32,.1);
    background-color: rgba(17,17,17,0.519);
    border-radius: 3%;
    transform: rotate(-90deg);
    margin-top:1vh;
    margin-right:0.5vw;
    justify-content: center;
    place-items: center;
}
.raccours4:before{
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
}
.raccours4:after {
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
    top:0;
}
.raccours4 *{
  transform: rotate(90deg);
}
.raccours4:before {
    bottom: 0;
    height: 50%;
}
.raccours4 i{
    position: absolute;
    font-size: 4vh;
}

.buttoniconbag2{
    position: absolute;
    top:100px;
    right:950px;
}

.buttoniconbag2 *{
    display: flex;
    opacity: 0.7;
}
.buttoniconbag2 .raccours3:hover{
    opacity: 0.2;
}
.buttoniconbag2 img{
    width: 40%;
    height: 40%;
    right: 1vh;
}
.buttoniconbag2 .raccours3:nth-child(9){
    position: absolute;
    right:-10vh;
    bottom:0vh;
}
.buttoniconbag2 > .raccours3 > span{
    position: relative;
    right:1.9vh;
    font-size: 2vh;
}


.raccours3 {
    display: inline-flex;
    width: 8vh;
    height: 8vh;
    border: 1.5px solid rgba(32,32,32,.1);
    background-color: rgba(17,17,17,0.519);
    border-radius: 3%;
    transform: rotate(-90deg);
    margin-top:1vh;
    margin-right:0.5vw;
    justify-content: center;
    place-items: center;
}
.raccours3:before{
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
}
.raccours3:after {
    content: "";
    height: 20%;
    position: absolute;
    right: 0;
    top:0;
}
.raccours3 *{
  transform: rotate(90deg);
}
.raccours3:before {
    bottom: 0;
    height: 50%;
}
.raccours3 i{
    position: absolute;
    font-size: 5vh;
    /*filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);*/
}

.BaseCircle {
    position: relative;
    width: 4vh !important;
    height: 4vh !important;
    float: left;
    margin: 0.5vh;
    border-radius: 50%;
    background: rgba(0, 0, 0, .4);
  }

.transparent-image {
    opacity: 1; /* Réduire l'opacité à 50% */
}
.fa-shirt {
opacity: 0.2; /* Réduire l'opacité à 50% */
}

.raccourci50 {
position: relative;
top: 18vh;
left: 30vh;
display: table;
}

.raccourci50 div {
font-size: 14px;
font-weight: 400;
}
.raccourci50 i {
margin-right: 5px;
}