.labelfor {
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
}
.conta {
	border: 1px #EFEFEF solid;padding: 15px;padding-top: 6px;width:320px;display: inline-block;height: 160px;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.divAccordion i {
	font-size: 50px;
}

.divAccordion {
	border: 1px #333 solid;padding: 15px;cursor:pointer;
	background: #707070;
	color: #FFF;
	width: calc(50vw - 10px);
	height: 60px;
	display: inline-block;
	margin: 5px;
}

td, tr {
	vertical-align: middle!important
}

.divAccordion2 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 10px;
	margin-top: -27px;
	height:calc(100vh - 50px);
	overflow-y:auto;
	overflow-x:hidden;
	padding-bottom:100px;
	-webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 480px) {
	.dashboard-statblue .visual {
	    height: 60px;
	}

	.dashboard-stat {
	    margin-bottom: 5px;
	}
}

@media (max-width: 768px) {
	.btn {
		margin-top: 0px!important;
		width: auto!important;
	}
}
.whatsappduvida {
	right:30px;
	bottom:20px;
	background-color:#000;
	color:#fff;
	position:fixed;
	z-index:9999;
	padding:3px 10px;
	font-size:24px;
	border-radius:100%!important;
}
@media (max-width: 480px) {
	.whatsappduvida {
		right:2px;
		bottom:42px;
	}
}

.round-mask {
	display: inline-block;
	width: 100px;
	max-height: 100px;
	border-radius: 50%!important;
	overflow: hidden;
}
.round-img {
	width: 100%;
}
.page-header-fixed .page-container {
    margin-top: 35px!important;
}

.page-container {
	padding: 20px 0px 0px 0px!important;
}

body, html {
    width: 100%!important;
	overflow: hidden!important;
}

body {
	overflow-y: auto!important;
}

.spandivteste {
	width:100%;
	font-size: 24px;
	top: 4px;
}

.smalldivteste {
	font-size: 85%;
	top: 3px;
}

@media (max-width: 480px) {
	h5 {
	    font-size: 12px;
	}
	
	.smalldivteste {
		font-size: 65%;
		top: -9px;
	}
	
	.spandivteste {
		top: -5px;
		font-size: 100%;
	}
}
.span_bolinha {
	position: absolute;
	right: 5px;
	top: -5px;
	background: #007cd2;
	border-radius: 50%!important;
	padding: 2px 5px 3px 5px;
	font-size: 8px;
	color: white;
}

.dataTables_wrapper .dt-buttons {
    float: left;
}

.bordavermelha {
    border-bottom: 2px solid red!important;
}

.modal {
	border-radius: 10px!important
}

::-webkit-scrollbar {
  height: 4px;              /* height of horizontal scrollbar ← You're missing this */
  width: 4px;               /* width of vertical scrollbar */
  border: 1px solid #d5d5d5;
}

.dashboard-stat .details .number {
    padding-top: 30px!important
}


/* Usado na pasta admin/cliente/index.php */

#modal_toggle {
	width: 64% !important;
	margin-left: -32% !important;
}

.dashboard-dv {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 5%
}

.dashboard-item {
	padding: 1.4rem;
	width: 180px;
	border-radius: 10px !important;
}

.dashboard-item>h4 {
	text-align: right;
	font-size: 25px;
	font-weight: 500;
}

.dashboard-item>p {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.add-user{
	display: flex;
	margin-bottom: 1%;
}

.add-user>a{
	font-size: 16px;
	background-color: #8a0000!important;
	border-color: #8a0000 !important;
}

#add_usu{
	display: none;
}

#upt_usu{
	display: none;
}

.form_adm{
	padding-left: 0 !important;
}

.form_adm> h3{
	font-size: 32px;
	font-weight: 600;
}

.div_cards_adm{
	margin-top:25px;
	margin-left:0px;
	margin-right:0px; 
	display: flex !important; 
	flex-direction: row !important; 
	gap: 10px;
}

.dv_filtrar_items{
	width: 30%;
	margin-bottom: 7px;
}

#headertop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 99999;
    background: #1365af;
    height: 70px;
    box-shadow: 0 0 3px 0 #00000069;
    display:block;
}

.imglogobb {
    margin-right: 6px;
    width: 200px;
}

body {
    background: #FFF;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url(../img/robo-2.webp);
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
}

.todo-container {
    padding: 15px;
    padding-top: 85px;
    border: none;
}

@media (max-width: 768px) {
	.add-user{
		justify-content: center;
		margin-bottom: 5%;
	}

	.dashboard-item>h4 {
		text-align: center;
		font-size: 28px;
		font-weight: 700;
	}

	.form_adm> h3{
		text-align: center;
	}

	.div_cards_adm{
		margin-top:25px;
		margin-left:0px;
		margin-right:0px; 
		display: flex; 
		flex-direction: column !important; 
		gap: 20px;
	}

	.dv_filtrar_items{
		width: 90%;
	}
}

.card-service {
    margin-top: 10px;
    padding: 10px;
    background-color: #fcfcfc !important;
    box-shadow: none !important;
    border: 1px solid #ddd;
    border-radius: 10px !important;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-right: 5px;
    vertical-align: top;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5) !important;
}

.card-service-img {
    display: inline-block;
    width: 100px;
}

.card-service-img img {
    width: 90px;
    height: 90px;
    border: 1px solid #ddd;
    background-color: #fffefe;
    border-radius: 10px !important;
    object-fit: contain !important;
    padding: 5px;
}

.card-service-info {
    display: inline-block;
    width: calc(100% - 120px);
    padding-left: 10px;
    vertical-align: middle;
    margin-top: 0px;
}

.card-service h3 {
    margin-top: 0px !important;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.divadd {
    border: 1px solid #ddd;
    height: 42px;
    border-radius: 10px !important;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    max-width: 150px;
}

.aremove {
    position: absolute;
    display: block;
    top: 13px;
    left: 10px;
    z-index: 9;
}

.spnQtd {
    font-weight: bold;
    text-align: center;
    display: block;
    top: 10px;
    font-size: 16px;
}

.aadd {
    position: absolute;
    display: block;
    top: 13px;
    right: 10px;
    z-index: 9;
}

#btncomprar {
	height: 50px;
	line-height: 24px;
	max-width: 400px;
	margin-top: 15px!important;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5) !important;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5) !important;
    max-width: 400px;
}

.control-label {
    margin-bottom: 0px;
    font-weight: bold;
}

.dashboard-stat.blue { height: 112px !important;
		    background-color: #1365af !important; 
		    border-radius: 10px !important;
		} 
	.btn.blue:not(.btn-outline) { background-color: #a5c944!important; border-color: #a5c944!important; } 
	.dashboard-stat.blue .more { background-color: #a5c944!important; }
	.dashboard-stat.blue .details .number { color: #FFF!important; } 
	.btn.blue:not(.btn-outline) { color: #FFF!important; } 
	.dashboard-stat.blue .more { color: #FFF!important; } 
	.page-header.navbar { background: #8a0000!important;border-bottom: 1px solid #e9ecf3!important; } 

	.dashboard-stat.default { background-color: #333!important;border-radius:10px!important;cursor:default!important; } 
	.dashboard-stat.default .details .desc { color: #FFF!important; }  
	@media screen and (max-width: 480px) {
		.dashboard-statblue .visual {
		    height: 80px!important;
		}
	}

#desconto {
	margin-top:10px;color:red;display:block;
}

.div_produtos, .div_produto_vendido, .div_parkings {
	border: 1px solid #ddd;
	border-radius: 10px!important;
	padding: 10px;
}

.div_home {
	margin-top:70px;
	width:100%;
	height:calc(100% - 70px);
	background-image: radial-gradient(circle at top right, #00ffd8 0%, #0029e2 100%) !important;
}

.div_home h1 {
	top: 75px;
    color: #FFF;
    font-size: 80px;
    font-weight: bold;
    width: 50%;
    position: absolute;
    left: 30vw;
    text-shadow: 1px 1px 4px black;
}

.div_home p {
    position: absolute;
    left: 30vw;
    width: 50%;
    top: 360px;
    color: #FFF;
    font-size: 28px;
    text-shadow: 1px 1px 1px black;
}

.span_home {
	background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/bg-inicio.png);
    height: calc(100vh - 70px);
}

.robo_home {
    background-image: url(../img/robo-3.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    height: 336px;
    width: 348px;
}

.div_imagens {
	margin-top: 15px;
	display: block;
	border: 1px solid #ddd;
	max-width: 400px;
	width: 100%;
	padding: 10px;
	border-radius: 10px!important;
}

#imagens_2, #imagens_1, #imagens_3 {
	display:block;
	margin-top: 10px;
}

.login-form {
	width: 380px;
    display: block;
    position: relative;
    top: calc(50vh - 250px);
    left: calc(50% - 190px);
}

.btn {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5) !important;
}

.btnback {
	width: 70px;
	margin-top: 0px!important;
	height: 25px;
	line-height: 14px;
	font-size: 14px;
	display:inline-block;
	margin-bottom:15px;
	position: relative;
	top: -10px;
	left: -10px;
}

.titleh4 {
	margin:0px;
	margin-bottom:0px;
	font-weight: 400;
	font-size:22px;
}

.breadcrumbs {
	margin-bottom:15px;
}

.breadcrumbs i {
	color: #a9a9a9;
}

.breadcrumbs span {
    color: #34495e;
    font-weight: 100;
}

.breadcrumbs a {
	font-weight: 100;
}

.selectize-input {
    border: none!important;
    padding: 6px 12px!important;
    line-height: 22px!important;
}

th {
	white-space: nowrap;
}

@media (max-width: 480px) {
	#btncomprar, .form-control {
		max-width: 100%;
		width: 100%;
	}

	.div_imagens {
		max-width: 100%;
		width: 100%;
	}

    .div_home h1 {
        top: 0px;
        font-size: 50px;
        width: 100%;
        text-align: center;
        left: 0;
    }

	.div_home p {
        position: absolute;
        width: 100%;
        top: 190px;
        font-size: 17px;
        left: 0;
        text-align: center;
    }

    .robo_home {
	    height: 200px;
	    width: 200px;
	}

	.span_home {
		display:none;
	}
}