@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
    margin: 0px;
    padding: 0px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -display: none;
    overflow: hidden;
     /* background-image: url(https://cdn.discordapp.com/attachments/452891038349262849/981406296471379989/unknown.png);    */
}

.container{
    position: absolute;
    width: 1000px;
    height: 600px;
    background: #1e1e1e;
    border: 0.4166666666666667vw solid rgb(22, 22, 22);
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 15px;
}


.lado{
    width: 23%;
    height: 100%;
    border-left: 2px solid transparent;
    background: #191919;
    border-radius: 10px;
}

.profile{
    width: 100%;
    height: 20%;
}

.profile img{
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    margin-top: 13%;
    margin-left: 5%;
    padding: 1.5px;
    border: 2px solid rgb(58, 138, 184);
}

.profile .nome-personagem{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    margin-top: -21.8%;
    margin-left: 39.5%;
    font-weight: 500;
    font-weight: bold;
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile .cargo-personagem{
    font-family: 'Roboto', sans-serif;
    color: rgb(155, 155, 155);
    font-size: 14px;
    margin-left: 39.5%;
}


.button-local{
    width: 100%;
    height: 80%;
}

.button-local .nb{
    width: 90%;
    height: 35px;
    margin-left: 5%;
    margin-top: 4%;
    outline: 0;
    border: 0;
    border-radius: 5px;
    background: #1e1e1e;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: ease .5s;
    border-bottom: 1px solid transparent;
    color: #fff;;
}

.button-local .nb:hover{
    border-bottom: 1px solid rgb(58, 138, 184);
}

.iconBu{
    margin-right: 10px;
    font-weight: bold;
    color: rgb(58, 138, 184);
}

.categoria{
    font-family: 'Roboto', sans-serif;
    color: rgb(155, 155, 155);
    font-size: 11px;
    margin-left: 5%;
    font-weight: bold;
}

.iconBu2{
    margin-right: 10px;
    font-weight: bold;
    color: rgb(248, 54, 54);
}

.button-local .sair{
    width: 90%;
    height: 35px;
    margin-left: 5%;
    margin-top: 4%;
    outline: 0;
    border: 0;
    border-radius: 5px;
    background: #1e1e1e;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: ease .5s;
    color: #fff;;
    border-bottom: 1px solid transparent;
}

.sair:hover{
    border-bottom: 1px solid rgb(248, 54, 54);
}

.pagina{
    position: absolute;
    left: 23%;
    top: 0%;
    width: 77%;
    height: 100%;
}

.editar-perfil{
    position: absolute;
    left: 60%;
    width: 35%;
    height: 50px;
    top: 5%;
    border-radius: 5px;
    background: #191919;
}

.editar-perfil img{
    min-width: 37px;
    min-height: 37px;
    max-width: 37px;
    max-height: 37px;
    border-radius: 50%;
    margin-top: 2.5%;
    margin-left: 8%;
}

.nome-personagem2{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    margin-top: -10%;
    margin-left: 27%;
    font-weight: 500;
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.engrenagem{
    position: absolute;
    color: #fff;
    font-size: 15px;
    margin-top: -9.8%;
    margin-left: 80%;
    transition: all 1s;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    background: #242424;
}

.engrenagem:hover{
    color: rgb(58, 138, 184);
}

.separador{
    width: 80%;
    height: 0.5%;
    background: linear-gradient(90deg, #2424242c 0%, #242424 50%, #2424242c 100%);
    margin-left: 10%;
}

.separador-pag{
    width: 80%;
    height: 0.5%;
    background: linear-gradient(90deg, #2424242c 0%, #242424 50%, #2424242c 100%);
    margin-left: 10%;
    margin-top: 34%;
}

.contadores{
    position: absolute;
    width: 90%;
    height: 23%;
    margin-left: 5%;
    margin-top: 13%;
}


.w-box{
	width: 30%;
	height: 100%;
    background: #191919;
	box-shadow: 0px -1px 10px 0px rgb(15, 15, 15,0.2);
	-webkit-box-shadow: 0px -1px 10px 0px rgb(15, 15, 15,0.2);
	-moz-box-shadow: 0px -1px 10px 0px rgb(15, 15, 15,0.2);
	border-radius: 10px;
	margin-left: 30px;
	display: inline-block;
}

.iconPolice{
	color: rgb(58, 138, 184);
	margin-left: 10%;
	margin-top: 20%;
	font-size: 40px;
}

.textPolice{
	color: #ffff;
    font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin-left: 35%;
	margin-top: -20%;
    font-size: 15px;
}

.textInformacao{
	color: #fff;
    font-family: 'Roboto', sans-serif;
	margin-top: 3px;
	margin-left: 35%;
    font-size: 15px;
}

.custom-shape-divider-bottom-1641499515 {
    position: relative;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
	border-radius: 20px;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1641499515 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 62px;
}

.custom-shape-divider-bottom-1641499515 .shape-fill {
    fill:  rgb(54, 248, 80,0.6);
}

.title-page{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-left: 5%;
    margin-top: 5%;
}



.policial-lista{
    width: 90%;
    height: 40%;
    background: #191919;
    border-radius: 5px;
    margin-top: 2%;
    margin-left: 5%;
    overflow: auto;

}

.policial-lista .item-policial{
    width: 100%;
    height: 23%;   
    border-bottom: 1px solid #242424;
}



.policial-lista .item-policial img{
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    border-radius: 50%;
    margin-top: 1.6%;
    margin-left: 3%;
}

.policial-lista .nome-policial{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    margin-top: -3.9%;
    margin-left: 11%;
}

.policial-lista .cargo-policial{
    margin-left: 10%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    margin-top: -2.8%;
    margin-left: 70%;
}

.search-id{
    width: 30%;
    height: 50px;
    background: #191919;
    margin-left: 5%;
    margin-top: 13%;
    border-radius: 5px;
}

.search-id .search-id-input{
    width: 76%;
    height: 100%;
    outline: 0;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    background: transparent;
}

.iconsearch{
    width: 18%;
    text-align: center;
    margin-top: 6%;
    margin-left: 3%;
    height: 100%;
}

.search-button{
    width: 100px;
    height: 50px;
    background: rgb(58, 138, 184);
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    margin-top: -6.5%;
    margin-left: 37%;
    text-align: center;
    transition: all 1s;
}

.search-button:hover{
    
    background: rgb(27, 82, 114);
}

.identidadeview{
    width: 90%;
    height: 45%;
    margin-top: 5%;
    margin-left: 5%;
    border-radius: 10px;
    background: #191919;
}

.IdentidadeADM{
    width: 90%;
    height: 45%;
    margin-top: 5%;
    margin-left: 5%;
    border-radius: 10px;
    background: #191919;
}

.imagemview{
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    margin-top: 7.5%;
    margin-left: 6%;
    padding: 2px;
    border: 4px solid rgb(255, 255, 255,0.2);
}

.identidadeview-infos{
    width: 58%;
    height: 70%;
    margin-top: -25%;
    margin-left: 35%;
}

.caixaview{
    width: 100%;
    height: 15%;
    font-family: 'Roboto', sans-serif;
    color: rgb(97, 97, 97);
    font-size: 18px;
    margin-top: 2%;
}


.iconview{
    color: rgb(58, 138, 184);;
    font-size: 18px;
    margin-right: 10px;
}

.garageView{
    width: 45px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    margin-top: -32.2%;
    margin-left: 91.5%;
    transition: all 1s;
    text-align: center;
    font-size: 16px;
}

.iconGaragemView{
    margin-top: 35%;
}


.garageView:hover{
    background: rgb(255, 255, 255,0.1);
}


.abas{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(15, 15, 15,0.6);
}

.abas .verCarros{
    width: 50%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    background: #242424;
    border: 2px solid rgb(255, 255, 255,0.1);
}

.abas .editarFoto{
    width: 50%;
    height: 33%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    background: #242424;
    border: 2px solid rgb(255, 255, 255,0.1);
}

.textTro{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(255, 255, 255,0.3);
    text-align: center;
    margin-top: 5%;
}

.inputImg{
    width: 80%;
    height: 35px;
    background: rgb(255, 255, 255,0.1);
    margin-left: 10%;
    outline: 0;
    border: 0;
    border-radius: 10px;
    margin-top: 2%;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255,0.3);
    text-align: center;
}

.confirmarImg{
    width: 90%;
    height: 35px;
    margin-top: 2%;
    line-height: 40px;
    margin-left: 5%;
    background: rgb(31, 177, 31);
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all 1s;
}

.confirmarImg:hover{
    background: green;
}


.CarModel{
    width: 90%;
    margin-top: 4%;
    margin-left: 5%;
    height: 40%;
    background: #191919;
    border-radius: 10px;
}

.imagemModel{
    min-width: 160px;
    min-height: 90px;
    max-width: 160px;
    max-height: 90px;
    margin-top: 2%;
    margin-left: 5%;
}

.nomeModel{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-top: -18%;
    margin-left: 55%;
    font-size: 18px;
}

.overflowCarros{
    width: 100%;
    height: 80%;
    overflow: auto;
}

.statusModel{
    width: 30%;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-left: 48%;
    margin-top: 2%;
    text-align: center;
}

.fecharVercarro{
    width: 90%;
    height: 35px;
    border-radius: 10px;
    line-height: 35px;
    margin-top: 4%;
    background: rgb(248, 54, 54);
    text-align: center;
    margin-left: 5%;
    overflow: auto;
    transition: all 1s;
}

.fecharVercarro:hover{
    background: rgb(255, 0, 0);
}

.detido{
    background: rgb(248, 54, 54);
}

.lista-punicoes{
    width: 70%;
    height: 68%;
    background: #191919;
    margin-left: 5%;
    margin-top: 2%;
    border-radius: 5px;
    overflow: auto;
}

.item-puni{
    width: 96%;
    height: 45px;
    background: #1e1e1e;
    margin-left: 2%;
    border-radius: 10px;
    margin-top: 2%;
    outline: 0;
    border: 0;
    color: #fff;
    text-align: left;
    transition: all 1s;
}

.item-puni:hover{
    background: #0505052a;
}

.actived{
    background: #bdbaba2a;
}

.box-check{
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: relative;
    margin-top: 10%;
    border: 2px solid #191919;
}

.text-pun{
    line-height: 45px;
    margin-left: 2%;
    width: 50%;
    border-right: 2px solid #191919;
    display: inline-block;
}

.multasTotal{
    width: 20%;
    height: 50px;
    margin-top: -53%;
    border-radius: 5px;
    margin-left: 77%;
    background: #191919;
    text-align: center;
}

.multasTotalText{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    position: relative;
    top: 20%;
}

.multasTotalText2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 8%;
    font-weight: bold;
}

.prenderBu{
    width: 20%;
    height: 50px;
    margin-left: 77%;
    line-height: 50px;
    border-radius: 5px;
    background: rgb(58, 138, 184);
    margin-top: 1%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    transition: all 1s;
}

.prenderBu:hover{
    background: rgb(27, 82, 114);
}

.penaTotal{
    width: 20%;
    height: 50px;
    margin-top: 1%;
    border-radius: 5px;
    margin-left: 77%;
    background: #191919;
    text-align: center;
}

.penaTotalText{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    position: relative;
    top: 20%;
}

.penaTotalText2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 8%;
    font-weight: bold;
}


.search-idAdm{
    width: 30%;
    height: 50px;
    background: #191919;
    margin-left: 5%;
    margin-top: 13%;
    border-radius: 5px;
}

.search-idAdm .search-id-inputAdm{
    width: 76%;
    height: 100%;
    outline: 0;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    background: transparent;
}

.iconsearch{
    width: 18%;
    text-align: center;
    margin-top: 6%;
    margin-left: 3%;
    height: 100%;
}

.search-buttonAdm{
    width: 100px;
    height: 50px;
    background: rgb(58, 138, 184);
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    margin-top: -6.5%;
    margin-left: 37%;
    text-align: center;
    transition: all 1s;
}

.search-buttonAdm:hover{
    
    background: rgb(27, 82, 114);
}


.upView{
    width: 45px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    margin-top: -32.2%;
    margin-left: 91.5%;
    transition: all 1s;
    text-align: center;
    font-size: 16px;
}

.upView:hover{
    background: rgb(255, 255, 255,0.1);
}


.downView{
    width: 45px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    margin-top: 1%;
    margin-left: 91.5%;
    transition: all 1s;
    text-align: center;
    font-size: 16px;
}

.downView:hover{
    background: rgb(255, 255, 255,0.1);
}

::-webkit-scrollbar{
	width: 5px;
	height: 3px;
	background: #242424;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb{
	background: rgb(58, 138, 184);
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
	background: rgb(26, 73, 100);
}
::-webkit-scrollbar-track{
	background: transparent;
}