*{
    font-family: "Plus Jakarta Sans", serif !important;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

body{ overflow:auto; background-color: #101224; color:#DBD9D9; }

.display-block{ display: block; }
.signal-online{ color:#01e05b !important; }
.signal-desconhecido{ color:#f9c851 !important; }
.signal-offline{ color:#a94442 !important; }

.d-none { display: none; }
textarea{ resize: vertical; }

input[type="date"] {
    appearance: 'textfield';
    -webkit-appearance: 'textfield';
    -moz-appearance: 'textfield';
    position: relative;
    padding: 10px 15px !important;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-wrapper,
input[type="date"]::-webkit-calendar-button,
input[type="date"]::-webkit-calendar-picker-indicator{
    display: none;
    -moz-appearance: 'textfield';
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
}
input[type=number] {
  appearance: 'textfield';
  -webkit-appearance: 'textfield';
  -moz-appearance: 'textfield';
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul{ margin: 0; padding: 0; }
li{ list-style: none; }
.clear{ clear:both; }
a{ color:#999; cursor:pointer; }
a:focus, a:hover{ color:#555; }
.wrapper{ padding-top:0; }

.bg-pink{ background-color: #B13CFD !important; }
.txt-laranja{ color:#f66402 !important; }
.txt-azul{ color:#0076ff !important; }
.txt-branco{ color:#DBD9D9 !important; }
.txt-pink{ color:#B13CFD !important; }


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0px;
    padding-right: 0px;
}

.content p{ line-height: 1.4; }

.bts-login{ display: block; margin: 15px 0; }

.btEsqueciMinhaSenha{ text-decoration: underline; color:#fff; }
.btEsqueciMinhaSenha:hover{ text-decoration: underline; }

#overlay .load{ width:100px; }

#login{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#login div.login{
    max-width: 320px;
}
#login div.login p.slogan{
    width: max-content;
    display: block;
    font-size: 12px;
    margin: -10px 0 25px 80px;
    letter-spacing: 0.3px;
}

#login #map{ opacity:0%; }
#pontos #map{ opacity:100%; }

.leaflet-control-zoom{
    margin-right: 0px !important;
    margin-top: 240px !important;
    right: 10px;
    text-align: center;
    padding: 0;
    width: 44px;
    box-shadow: none !important;
    border: none !important;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
}
.leaflet-bar a:first-child{
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.leaflet-bar a:last-child{
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
}
.leaflet-bar a, .leaflet-bar a:hover{
    width:100%;
    height:35px;
    padding:3px 0;
}


#login .leaflet-control-zoom{ display:none !important; }

.logo-geoblock{
    -webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
    z-index:2;
    position:relative;
    display:block;
}

#login .logo-geoblock{ margin:0 auto; width:250px; opacity:1; }
#pontos .logo-geoblock{ height:30px; margin:15px 0 0 10px; }

#formLogin{ width:200px; margin:0 auto;  position:relative; z-index:2; }
.form-group{ margin-bottom:0; }
.form-control{
    color: #DBD9D9;
    background: rgba(255, 255, 255, .1) !important;
    border: none;
    border-radius: 50px;
    padding: 10px 15px;
    transition: .3s;
    font-weight: 300;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    appearance: none;
    outline: none;
    margin: 0 auto 10px;
    font-size: 17px;
    height: 45px;
}
.form-control:focus-visible:not([id="HisMsg"]), .form-control:focus:not([id="HisMsg"]), .form-control:hover:not([id="HisMsg"]){ box-shadow: 0px 0px 0px 4px #0076ff4d; border: none; }

.form-control[readonly]{
    opacity: 0.2;
    cursor: not-allowed;
}

textarea.form-control{ border-radius: 20px 20px 0; }

.bts{
    padding: 15px 40px 15px 40px;
    font-size: 18px;
    text-align: center;
    color: #DBD9D9;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    outline: 0;
    font-weight: 800;
    text-decoration: none;
    border: none;
    background-color:#0076ff;
    transition: .3s;
    width: 100%;
}
.bts:focus, .bts:hover{
    box-shadow: 2px 2px 20px 0px #0076ff80;
    color: #DBD9D9;
}
.copy{
    margin: 15px auto 0;
    position: fixed;
    z-index: 2;
    text-align: center;
    width: 100%;
    font-size: 12px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}

span.new-notification {
    width: 10px;
    height: 10px;
    background-color: #34C759;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: 9px;
    color: #fff;
    font-size: 11px;
    line-height: 0.8;
    display: block !important;
    box-shadow: 0px 0px 4px 1px #34C759;
}

li.new-notification::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #34C759;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 20px;
    box-shadow: 0px 0px 5px 2px #34C759;
}

#header{
    background-color:#DBD9D9;
    border-radius:0 0 20px 20px;
    padding:20px;
    box-shadow:0 7px 0 rgba(0,0,0,.15);
    position:relative;
    z-index:2;
}

#topnav{ position:absolute; left:auto; min-height:auto; width:max-content; }
#topnav .menu-extras ul.nav{ display:block; }
#topnav .topbar-main .navbar-nav{ margin:11px 10px 0 0; }
#topnav .topbar-main .navbar-nav > li{ float:none; padding-bottom:10px; }
#topnav .topbar-main .navbar-nav > li.dropdown{ margin-bottom:30px; }


#topnav .topbar-main .nav > li > a{ margin:0; }
#topnav .navbar-nav > li > a > i{ color:#183445; }
#topnav .navbar-nav .open .dropdown-menu > li > a{ padding:5px 15px; }

div.leaflet-popup-content{ margin:10px 25px 8px 10px; }
div.leaflet-popup-content strong{ display:block; font-size:14px; padding-bottom:0; }
/*div.leaflet-container a.leaflet-popup-close-button{ right:5px; padding:12px 0 0 0; }*/

#getInfosHeader{
    position: absolute;
    z-index: 2;
    width: 100%;
    display: block;
    float: none;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50%));
    right: 50%;
    padding: 10px 10px 0;
    overflow: hidden;
}

#getInfosHeader .boxes{
    border-radius: 10px;
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
    color: #DBD9D9;
    background-color: #081020f0 !important;
    position: relative;
    width: max-content;
    font-weight:normal;
    font:13px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    float: left;
    margin-right: 5px;
}

#getProfile{
    position:absolute;
    z-index:2; 
    width:50%;
    display:block;
    float:none;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    right:50%;
    padding-left:0;
    padding-right:0;
    overflow:hidden;
}
#getProfile #bg-default .inbox-widget{
    border-top: 1px solid #ffffff47;
    margin-top: 15px;
}
.portlet{
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    border: none;
    padding: 15px;
    color: #DBD9D9;
    /*box-shadow: 0 0 7px 0 rgba(0,0,0,.15);*/
    /*background-color: #081020f0 !important;*/
    /*background-color:#081020e5 !important;*/
    background-color:#081020f7 !important;
    position: relative;
}
#boxPontos.portlet .maxminBox{
    position: absolute;
    display: none;
    z-index: 1;
    right: 15px;
    top: 15px;
    color: #DBD9D9;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer;
}

/*.portlet .select2-container{ width:calc(100% - 23px) !important; }*/
.portlet .portlet-heading .portlet-widgets{ padding:4px 0 0 0; }
.portlet strong{ font-size:15px; display:block; }
.portlet .portlet-heading{
    padding:10px;
    margin:8px 0 0 0;

    padding:0;
    margin:0;
    position: relative;
}
#getProfile .portlet .inbox-item-img{ float:left; margin-right:5px; width:auto; }
#getProfile .portlet .inbox-item-img i{ display:block; font-size:20px; width:20px; height:auto; }
#getProfile .portlet .inbox-item-author{ float:left; width:calc(100% - 25px); }
#getProfile .portlet .inbox-item-author label{ margin:0; display:block; font-weight:normal; font-size:11px; }
#getProfile .portlet .inbox-item{ display:none; color:#DBD9D9; }
#getProfile .portlet .inbox-widget{ padding:10px 0 0 !important; }
#getProfile .portlet .inbox-widget .inbox-item{ padding:0; }
#getProfile .portlet .inbox-widget label, .meus-pontos li label{
    display:block;
    margin:0;
    font-weight:normal;
    font:13px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#getProfile .portlet .inbox-widget label.speedometer{
    position: absolute;
    top: 80px;
    right: 0;
    padding: 10px;
    border-radius: 5px;
    background: #cccccc1c !important;
    font-size: 26px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px -2px, rgba(0, 0, 0, 0.15) 0px 3px 4px 0px, rgba(0, 0, 0, 0.2) 0px 1px 8px 0px;
}
#getProfile .portlet .inbox-widget label.speedometer small{ font-size: 15px; font-weight: 500; }





.meus-pontos li label{ margin:0 0 2px -12px; }
#getProfile .portlet .inbox-widget label.local{ margin-top:10px; }
#getProfile .portlet .inbox-widget span.speed{
    position:absolute;
    border-radius:50%;
    border:5px solid #D50000;
    background-color: #fff;
    text-align:center;
    color:#000;
    font-size:18px;
    width:45px;
    height:45px;
    display:block;
    margin:-7px 0 0 0;
    font-weight:bold;
    padding:4.4px 0 0 0;
    font-family:'Hind Madurai', sans-serif;
    cursor:pointer;
    top:10px;
    right:0;
}
#getProfile .portlet .inbox-widget .infos{
    display:block; width:max-content; line-height:normal; padding:0 10px;
    margin:0 auto;
}
#getProfile .portlet .inbox-widget .infos li{ float:left; list-style:none; padding:10px; margin:5px; }
#getProfile .portlet .inbox-widget .infos li i{ display:block; float:left; font-size:23px; cursor:pointer; margin:0; padding:0; }

#getProfile .portlet .inbox-widget label i.ri-battery-charge-fill{ color:#188ae2; }
#getProfile .portlet .inbox-widget label i.ri-battery-fill{ color:#4bd396; }
#getProfile .portlet .inbox-widget label i.ri-battery-low-fill{ color:#ff9800; }
#getProfile .portlet .inbox-widget label i.ri-battery-low-line{ color:#f5707a; }
#getProfile .portlet .inbox-widget label i.ri-battery-line{ color:#98a6ad; }

#getProfile .portlet .inbox-widget .infos li i.mdi-key-variant,
#getProfile .portlet .inbox-widget .infos li i.ion-power{ font-size:19px; margin-top:1px; }
#getProfile .portlet .inbox-widget .infos li i.mdi-key-variant.false,
#getProfile .portlet .inbox-widget .infos li i.ion-power.false{ color:#98a6ad; }
#getProfile .portlet .inbox-widget .infos li i.mdi-key-variant.true,
#getProfile .portlet .inbox-widget .infos li i.ion-power.true{ color:#188ae2; }
#getProfile .portlet .inbox-widget .infos li i.btCommands{ margin-top:-7px; font-size:25px; width:auto; height:auto; }
#getProfile .portlet .inbox-widget .infos li i.btSeguir{ font-size:20px; }
#getProfile .portlet .inbox-widget .infos li i.movimento{ font-size:21px; }
#getProfile .portlet .inbox-widget .infos li i.btEditar{ margin-top:-1px; font-size:20px; }
#getProfile .select2-selection__rendered{ font-weight:bold; }
#getProfile .botoes{
    width: max-content;
    margin: 15px auto 0;
    color:#DBD9D9;
    display:none;
}

i.ri-battery-charge-fill{ color:#188ae2; }
i.ri-battery-fill{ color:#4bd396; }
i.ri-battery-low-fill{ color:#ff9800; }
i.ri-battery-low-line{ color:#f5707a; }
i.ri-battery-line{ color:#98a6ad; }
i.ion-power.true,
i.ri-key-2-line.true{ color:#4bd396; }
i.ion-power.false,
i.ri-key-2-line.false,
i.ri-stop-mini-fill{ color:#98a6ad; }
i.ri-play-mini-fill{ color:#FF6601; }

#getProfile .botoes i.mdi-whatsapp{ color:#0c9585; }
#getProfile .botoes a{
    color: #DBD9D9;
    background-color: #081020;
    display: block;
    float: left;
    text-align: center;
    margin: 0 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px -2px, rgba(0, 0, 0, 0.15) 0px 3px 4px 0px, rgba(0, 0, 0, 0.2) 0px 1px 8px 0px;
    border-radius: 5px;
    font-size: 21px;
    width: 44px;
    height: 44px;
    padding: 6px 0 0 0px;
    background-color: #cccccc1c !important;
}
#getProfile .botoes a.btEditar{ background-color: #DBD9D9; color: #193241; }

#getProfile .botoes a.btCommands.ativo{ color: #f73948 !important; }
#getProfile .botoes a.btCommands{ color: #B13CFD; }

#getProfile .botoes a.btSeguir.ativo{ color: #FF6601 !important; }
#getProfile .botoes a.btAbrirHistorico, 
#getProfile .botoes a.btnEditPoint{ color: #0076ff; }
#getProfile .botoes a.btAlertas{ color: #f9c851; }
#listPontos .portlet{ border-radius:5px; }
#listPontos .portlet .portlet-heading{ padding:5px 7px; }
#listPontos{
    position:relative;
    z-index:2;
    padding:0 5px;
    margin:10px auto 0;
    width:calc(100% - 116px);
    float:none;
}

#getProfile .select2-container{ width:calc(100% - 45px) !important; margin-right:5px; }
#getProfile .mdi-map-marker-multiple{ 
    color:#505458;
    font-size:19px;
    margin:9px 5px 0 0;
    display:block;
    float:left;
}

#getHeader{
    position:relative;
    z-index:2;
    width:100%;
    display:block;
    float:none;
    top:0;
    left:50%;
    transform:translateX(-50%);
    right:50%;
    padding-left:0;
    padding-right:0;
}
#getHeader .portlet{
    border-radius:0 0 20px 20px;
    padding:10px 0 0 0;
}
#getHeader ul.btMenu{
    margin:25px auto;
    padding:0;
    width:max-content;
}
#getHeader ul.btMenu li{ float:left; list-style:none; font-size:11px; margin:0 5px; }
#getHeader ul.btMenu li a{
    border-radius:50%;
    padding:10px 0 0 0;
    display:block;
    width:55px;
    height:55px;
    min-width:auto;
    box-shadow:0 0 7px 0 rgba(0,0,0,.2);
    font-size:23px;
    margin:0 auto;
}
#getHeader ul.btMenu li a i{ color:#DBD9D9; }


/*.modal .modal-dialog .modal-content{ border-radius: 25px; }
.modal-header .close{ top: 10px; position: absolute; right: 15px; }
.modal .modal-title{ text-align: center; }
.modal .form-control{ border-radius: 5px; }*/

.member-card .member-star{ top:0px; right:5px; }
.member-card .thumb-lg{ height:80px; width:80px; }

.sweet-alert{ width:90vw !important; }


.inbox-widget .inbox-item{ border-bottom:none; }

.toast-top-center{ top:10px; }
.sweet-alert{ background:#DBD9D9; }
.sweet-alert .btn-lg{ border-radius:5px; }
.sweet-alert .btn-primary{
    background-color:#183648 !important;
    border:1px solid #183648 !important;
}

@media(max-width:900px){
    #getProfile{ width:95%; }
    #getProfile .portlet .inbox-widget .infos{ margin:15px auto 0; }
    #getProfile .portlet .inbox-widget .infos li:last-of-type{ padding:0; }
}


#topnav .topbar-main .nav > li > a {
    box-shadow:0 0 7px 0 rgba(0,0,0,.15);
    border:1px solid rgba(152, 166, 173, 0.15);
    background:#DBD9D9;
    border-radius:6px;
    height:40px;
    width:40px;
    padding:1px;
    font-size:20px;
}
.leaflet-touch .leaflet-bar a{
    width:100%;
    height:44px;
    background-color: #0E1C3A !important;
    color: transparent !important;
}
.leaflet-touch .leaflet-bar a::before{
    display: block;
    width: auto;
    height: auto;
    color: #DBD9D9;
    font-family: remixicon !important;
    font-weight: 100;
    font-size: 18px;
    margin-top: 4px;
}
.leaflet-touch .leaflet-bar a.leaflet-control-zoom-in::before{
    content: "\F2DB";
}
.leaflet-touch .leaflet-bar a.leaflet-control-zoom-out::before{
    content: "\F2DD";
}
.leaflet-touch .leaflet-bar a span{ display: none; }

#topnav .topbar-main{ background-color:transparent; }
/*#topnav .navigation-menu > li a{ color:#999; }*/
#topnav .navigation-menu > li a i{ color:#999; }
#topnav .navigation-menu > li:hover a{ color:#555; }
#topnav .navigation-menu > li:hover > a i{ color:#555; }
#topnav .navigation-menu > li .submenu li a{ color:#999; }
#topnav .navigation-menu > li .submenu li a:hover{ color:#555; }
/*.btn-info, .open > .dropdown-toggle.btn-info{ background-color:#999 !important; border:1px solid #999 !important; }
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color:#555 !important;
    border:1px solid #555 !important;
}*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color:#555;
    border-color:#555;
}
.checkbox label{ padding-right:35px; }
.checkbox-primary input[type="checkbox"]:checked + label::before{ background-color:#505458; border-color:#505458; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{ color:#505458; }
.jFiler-theme-default .jFiler-input{ width:100%; }
.jFiler-theme-default .jFiler-input-button{ padding-top:6px; border-color:#999 !important; }
select option:disabled{ background:#eee !important; color:#DADADA; }
#toast-container > div{ opacity:1; padding:9px 15px 9px 50px; background-size:18px; }
.dropdown-menu > li > a{ padding:6px 10px; }

a.botoes{ cursor:pointer; position:absolute; left:80px; z-index:10; display:block; padding:10px; color:#DBD9D9; background:#000; display:block; }
/*div#map{ width:100%; height:calc(100vh); position:absolute; z-index:1; top:0; }*/
div#map{
    width:100%;
    height:100vh;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
}
div#mapHistory{ width:100%; height:450px; position:relative; border:1px solid #e3e3e3; border-radius:4px; }
a#myStop{ top:0; }
a#myModify{ top:40px; }
a#myTrace{ top:80px; }
a#myRemove{ top:120px; }
a#myAnimate{ top:160px; }
a#myPolygon{ top:200px; }
a#run{ top:240px; }

.img-thumbnail{ width:100%; height:100%; background-position:center center; background-repeat:no-repeat; }
.leaflet-pane.leaflet-tile-pane{
    filter:grayscale(100%);
}
.leaflet-popup-content-wrapper{ border-radius:5px; }
.leaflet-control-attribution{ display:none !important; }

table.login{ width:100%; height:100vh; margin:0; padding:0; position:absolute; z-index:2; top:0; left:0; }
table.login .account-logo-box{ background-color:#F3F3F5; }
table.login .btn-custom{ padding:10px 15px; border-radius:5px; font-weight:bold; }
table.login tr td{ width:100%; height:100%; margin:0; padding:0; vertical-align:middle; }
table.login .wrapper-page{ max-width:300px; }
table.login .account-pages{ box-shadow:0 0px 45px 0 rgba(0, 0, 0, 0.5); }
table.login .account-pages .account-content{ background:#DBD9D9; border-radius:0 0 5px 5px; }

.inbox-widget .inbox-item:last-of-type{ border:none !important; }

#btMeusPontos{
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 20px;
    width: 100%;
}
#btMeusPontos::before{
    content: "";
    background-image: url(../../imgs/icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 19px;
    height: 27px;
    position: absolute;
    left: -5px;
}

#btMeusPontos::after{
    content: "\EFFB"; /*EA4D*/
    display: block;
    width: 30px;
    height: 29px;
    position: absolute;
    right: -20px;
    color: #DBD9D9;
    font-family: remixicon !important;
    font-style: normal;
    top: 2px;
    z-index: 2;
    cursor: pointer;
    display: none;
}

.internas{
    z-index:998;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    display:none;
    height:100vh;
    overflow:auto;
    background-color: #101224; /*rgba(14, 28, 58, 0.97);*/
}
.btsIcons{
    padding: 11px 0px 0 !important;
    display: block;
    border-radius: 5px !important;
    background-color: #0B68EE !important;
    width: 44px !important;
    height: 44px !important;
    text-align: center !important;
    color: #DBD9D9 !important;
    font-size: 15px !important;
    transition: .3s;
    border: none !important;
    box-shadow: none !important;
}
.btsIcons i{ color: #DBD9D9 !important; line-height: normal !important; }
.btsIcons:hover, .btsIcons:focus{ 
    background-color: #053391 !important;
    color: #DBD9D9 !important;
}

.btFecharTela{
    position: absolute;
    top: 15px;
    left: 0;
}

.internas .content{
    width: 320px;
    margin: 0 auto;
    padding: 1px 0 0 0;
    position: relative;
    min-height: 100vh;
}

.meus-pontos{ padding: 0; margin: 0; }

.meus-pontos li{
    list-style: none;
    font-size: 16px;
    color: #DBD9D9;
    font-weight: 500;
    padding: 15px 0 15px 25px;
    border-bottom: 1px solid #0B68EE;
    position: relative;
    cursor: pointer;
}

.meus-pontos li .device-box{
    float: left;
    width: 88%;
}
.meus-pontos li .btnEditPoint{
    float: right;
    width: 9%;
    text-align: center;
    font-size: 22px;
    display: block;
    margin-top: -5px;
}


.meus-pontos li.configurar{
    opacity: 0.6;
}
.meus-pontos li p{
    font-size: 16px;
    color: #DBD9D9;
    font-weight: 500;
    margin: 0 0 5px 3px;
}
.meus-pontos li small{
    display: block;
    font-size: 11px;
    margin: 0 0 0 4px;
}
.meus-pontos li::before{
    content: "\ef14";
    display: block;
    font-size: 20px;
    position: absolute;
    top: 12px;
    left: 0;
    color: #DBD9D9;
    font-family: remixicon !important;
    font-style: normal;
}
.meus-pontos li.configurar::before{
    content: "\F490";
}

#formCarregarPonto input{
    margin-bottom: 20px;
}

.internas .content h1.title{
    color: #DBD9D9;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 15px 0 0 55px;
    margin-bottom: 55px;
}

.internas .content h2{
    color: #DBD9D9;
    font-size: 25px;
    display: block;
    font-weight: 400;
    margin-bottom: 35px;
}

.internas .content h3{
    color: #DBD9D9;
    display: block;
    font-weight: 400;
    margin-bottom: 35px;
}
.internas .content h4{
    color: #DBD9D9;
    display: block;
    font-weight: 400;
    margin-bottom: 30px;
}

.menuPrincipal{ margin: 10px 10px 0 0; }
.menuPrincipal li{ list-style: none; margin-bottom: 5px; }
.menuPrincipal li .btsIcons{ background-color: #0E1C3AF0 !important; position: relative; }
.menuPrincipal li .btsIcons:hover, .menuPrincipal li .btsIcons:focus{ background-color: #081020 !important; }
.menuPrincipal li:first-of-type{ margin-bottom: 25px; }
.menuPrincipal li a i{ font-size: 18px; }
.menuPrincipal li:first-of-type a i{ font-size: 22px; }

.lista-suportes, .lista-notificacoes, .lista-financeiro, .lista-transferencias{ margin-bottom: 50px; }
.lista-notificacoes span{ 
    margin: 6px 0 6px 10px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden; /* Hides overflowing text */
    text-overflow: ellipsis; /* Adds "..." if the text is too long */
    width: 85%;
}
.btCarregarNotificacao.unread::after {
    content: "";
    width: 12px;
    height: 12px;
    /* background-color: #0B68EE; */
    background-color: #34C759;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    /* box-shadow: 0px 0px 5px 2px rgba(0, 0, 255, 0.8); */
    box-shadow: 0px 0px 5px 2px #34C759;
}
.lista-notificacoes li{ 
    padding: 20px 25px;
    position: relative;
    border-radius: 10px;
    background-color: rgba(109, 109, 109, 0.082);
    margin-bottom: 15px;
}

/* .lista-suportes li, .lista-historico li, .lista-menu li, .lista-notificacoes li{ 
    padding: 0 0 15px 30px;
    position: relative;
    border-bottom: 1px solid #0B68EE;
    margin-bottom: 15px;
} */
.lista-suportes li, .lista-historico li, .lista-menu li, .lista-financeiro li, .lista-transferencias li{ 
    padding: 0 0 15px 40px;
    position: relative;
    border-bottom: 1px solid #0B68EE2E;
    margin-bottom: 15px;
}
.lista-menu li{ border-bottom: 1px solid #0B68EE1C; }

.lista-suportes li p, .lista-historico li p, .lista-menu li p, .lista-notificacoes li p, .lista-financeiro li p, .lista-transferencias li p, .lista-menu li a{ 
    color: #DBD9D9;
    font-weight: 400;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0;
}
.lista-transferencias li p{
    font-weight: 600;
    font-size: 16px;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    padding: 5px 0;
}
.lista-notificacoes li p{ font-weight: 600; font-size: 18px; }
.lista-financeiro li p{ font-size: 30px; font-weight: 600; }
.lista-suportes li small, .lista-historico li small, .lista-menu li small, .lista-notificacoes li small, .lista-financeiro li small, .lista-transferencias li small{ 
    display: block;
    font-size: 12px;
    padding: 2px 0 0 0;
}

.lista-historico li small, .lista-notificacoes li small{
    font-size: 13px;
    font-weight: 300;
}
.lista-notificacoes li small:first-of-type{
    font-weight: 500;
}
.btn-scroll-top-global {
    position: fixed;
    bottom: 10px;
    right: 28px;
    width: 48px;
    height: 48px;
    background-color: #0B68EE;
    color: white;
    font-size: 15px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1010000;
}

.btn-scroll-top-global:hover {
    background-color: #005ce6;
    transform: translateY(-2px);
}

.btn-scroll-top-global i {
    margin: 0;
    padding: 0;
    line-height: 1;
}
span.badge{ 
    border-radius: 2px;
    font-size: 11px;
    text-transform: none;
    font-weight: 500;
    color: #081020;
}
.lista-historico span.badge{ font-size: 12px; }
/* .lista-suportes li::before, .lista-historico li::before, .lista-menu li::before, .lista-notificacoes li::before{
    content: "\f309";
    display: block;
    font-size: 26px;
    position: absolute;
    top: -9px;
    left: 0;
    color: #DBD9D9;
    font-family: remixicon !important;
    font-style: normal;
} */
.lista-suportes li::before, .lista-historico li::before, .lista-menu li::before, .lista-financeiro li::before, .lista-transferencias li::before{
    content: "\f309";
    display: block;
    font-size: 19px;
    position: absolute;
    top: -4px;
    left: 8px;
    color: #DBD9D9;
    font-family: remixicon !important;
    font-style: normal;
}
.lista-financeiro li::before, .lista-transferencias li::before{ top: 20px; }
.lista-financeiro p, .lista-transferencias p{ position: relative; }
.lista-financeiro p span, .lista-transferencias p span{
    font-size: 11px;
    font-weight: 600;
    float: right;
    margin: 0 15px 0 0;
    text-align: right;
}

.lista-transferencias p span{
    margin: -35px 15px 0 0;
    font-size: 25px;
 }

.lista-financeiro .financeiro-type-and-device {
    line-clamp: 1;
    -webkit-line-clamp: 1; /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden; /* Hides overflowing text */
    text-overflow: ellipsis; /* Adds "..." if the text is too long */
}
#btAbrirSuporte{
    background-color: #b23cfd !important;
    border-radius: 20px;
    font-size: 15px;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    margin: 0 0 0 15px;
    font-weight: 300;
    transition: .3s;
}
#btAbrirSuporte:hover{
    box-shadow: 2px 2px 20px 0px #b23cfd4d;
    color: #FFF !important;
}

#SupAssunto{ height: 150px; }

.custom-select{ position: relative; }  
.custom-select select{ display: none; }
.select-selected{
    background-color: rgba(255, 255, 255, .1) !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}
.select-selected.selected-item{ color: #DBD9D9; }

.select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 25px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #DBD9D9 transparent transparent transparent;
}
.select-selected.select-arrow-active:after{
    border-color: transparent transparent #DBD9D9 transparent;
    top: 10px;
}
.select-selected.select-arrow-active{
    box-shadow: 0px 0px 0px 4px #0076ff4d;
    border-radius: 20px 20px 0 0;
}
.select-items div, .select-selected{
    color: #DBD9D9;
    padding: 9px 15px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    text-align: left;
    border-radius: 50px;
    font-weight: 300;
    font-size: 17px;
    height: 45px;
}
.select-items{
    position: absolute;
    background-color: #282a3a;
    top: calc(100% + 0px);
    left: -4px;
    z-index: 99;
    border: 4px solid #0b3066;
    width: calc(100% + 8px);
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
.select-items div{ color: #DBD9D9; border-radius: 0; }
.select-hide{ display: none; }
.select-items div:hover, .same-as-selected{ background-color: rgba(0, 0, 0, 0.1); }

.modal{ background-color: #101224e5 !important; }
.modal-dialog{
    max-width: 320px !important;
    min-width: auto !important;
}
.modal-content {
    -webkit-box-shadow: 0 0px 15px 0 rgba(255, 255, 255, .5) !important;
    box-shadow: 0 0px 15px 0 rgba(255, 255, 255, .5) !important;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border:none;
    outline: 0;
    border-radius: 15px !important;
    padding: 10px !important;
    font-weight: 300;
    height: fit-content;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none !important;
    padding: 1rem 0 !important;
}

.modal-title {
    margin-bottom: 0;
    line-height: 27px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 0 !important;
    text-align: center;
    color: #101224 !important;
    line-height: 21px;
    border: none !important;
    font-weight: 300;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem 0 !important;
    border: none !important;
}

.btTransferenciasSolicitadas{
    width: max-content;
    display: block;
    margin: -30px 0 0 0;
    float: right;
    padding: 10px 0;
}

#btnCloseModal{
    width: max-content;
    margin: 0 auto;
    padding: 10px 40px;
    font-size: 14px;
    color:#fff;
}
#modalConfirm #btnCloseModal{
    background: #fff;
    color: #0076ff;
    border: 1px solid #0076ff;
}

#modalConfirm .bts{
    margin: 0 10px;
    display: flex;
    width: max-content;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
}

#carregar-suporte h4{
    color: #DBD9D9;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
}

#carregar-notificacao h4{
    color: #DBD9D9;
    font-weight: 400;
    line-height: 22px;
}
#carregar-notificacao p{ font-size: 17px; }
#carregar-notificacao span.badge{ font-size: 13px; }
  
#carregar-suporte small{ 
    display: block;
    font-size: 11px;
    padding: 2px 0 0 0;
}

#carregar-suporte .listMensagens{
    width: 100%;
    height: 500px;
    margin: 20px 0 10px 0;
    border: 2px solid #0076ff4d;
    color: #DBD9D9;
    background: rgba(255, 255, 255, .1) !important;
    border-radius: 8px;
    padding: 2px;
}

#carregar-suporte textarea#HisMsg.form-control{
    border-radius: 20px 0px 0px 20px;
    min-height: auto;
    resize: none;
    transition: ease-in;
}

#carregar-suporte textarea#HisMsg.form-control:focus {
    box-shadow: 0px 0px 0px 2px #0076ff4d;
    border: none;
}


#carregar-suporte .bts{
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 12px 6px;
    text-align: center;
    height: auto;
    margin: 10px 0 0 5px;
}

#formLogin .form-control{ font-size: 19px; }

.lista-historico {
    margin: 10px 0;
    counter-reset: sevens 0;
}

.lista-historico li:before{
    content: "\EDBF";
    margin-top: 6px;
}
.lista-historico li:after{
    content: counter(sevens);
    counter-increment: sevens +1;
    position: absolute;
    top: 16px;
    left: 5px;
    font-size: 10px;
    font-weight: 600;
    width: 25px;
    text-align: center;
}

.lista-historico li p{
    color: #DBD9D9;
    font-weight: 400;
    display: -webkit-box;
    line-clamp:unset;
    -webkit-line-clamp: unset;
    overflow: visible;
    -webkit-box-orient:unset;
    margin-bottom: 10px;
}

#abrir-historico h2 p{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 23px;
}
#abrir-historico h2 p::before{
    content: "";
    background-image: url('../../imgs/icon.png');
    height: 19px;
    display: block;
    width: 20px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1px;
    left: 0;
}

.estatisticas{
    margin:5px 0 15px 0;
    padding:10px;
    border-radius:8px;
    background-color: #0076ff;
}
.estatisticas div{ float: left; text-align: center; width: calc(100% / 5); font-size: 12px; }
.estatisticas div.clear{ float: none; }
.estatisticas div span{ display: block; font-weight: 500; }
.estatisticas.bg-warning{ color: #081020; }
.estatisticas.bg-warning div{ width: calc(100% / 4); }

b.trechos{
    margin: 50px 0 0 0;
    display: block;
}

#mapRoute{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#route{
    position: fixed;
    top: 100vh;
    width: 94%;
    height: calc(100% - 70px);
    left: 3%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    /*-webkit-box-shadow: 0 0px 15px 0 rgba(255, 255, 255, .5) !important;
    box-shadow: 0 0px 15px 0 rgba(255, 255, 255, .5) !important;
    box-shadow: 0px 0px 0px 6px #0076ff4d;*/
    border: 4px solid #0B4191; /*#0A50B5*/
    border-bottom: none;
}

.leaflet-routing-container{ display: none !important; }

path.leaflet-interactive.animate {
    stroke-dasharray: 1920;
    stroke-dashoffset: 1920;
    animation: dash 20s linear 3s forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

#abrir-historico #DtHis{
    width: 145px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 5px;
    cursor: pointer !important;
}
#abrir-historico #DtHis.form-control[readonly]{ opacity: 1; }
.datepicker{
    left: calc(50vw - 160px) !important;
    width: 320px !important;
    background: #141628 !important;
    border: 2px solid #0076ff !important;
    border-radius: 8px;
}
.datepicker-dropdown.datepicker-orient-bottom::after{ top: -10px !important; display: none !important; }
.datepicker-dropdown.datepicker-orient-left::after{ left: 16px !important; right: 283px !important; display: none !important; }
.datepicker-dropdown::after{
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid #0076ff !important;
   display: none !important;
}
.datepicker .datepicker-days .table-condensed{ width: 100%; }
.datepicker .datepicker-days .table-condensed th.prev, .datepicker .datepicker-days .table-condensed th.next{ font-size: 25px !important; }
.datepicker .datepicker-days .table-condensed th.datepicker-switch{ font-size: 20px; }
.datepicker .datepicker-days .table-condensed td.day{ font-size: 17px; padding: 10px; color: #DBD9D9; }
.datepicker .datepicker-days .table-condensed td.disabled{ color: #DBD9D91C; }
.datepicker .datepicker-switch:hover{ background: none; }
.datepicker .datepicker-days .table-condensed td.day:hover{ color: #101224; }



#abrir-historico #btBuscarHistorico,
#abrir-historico #btTracarRota{
    width: 45px;
    height: 45px;
    padding: 8px 13px;
    z-index: 1;
    margin: 0 0 0 5px;
}
#abrir-historico #btTracarRota.sobreporBt{ position: absolute; top: 15px; }
#abrir-historico #btTracarRota{ margin: 0 0 0 15px; }
/* #formResponderSuporte {
    position: fixed;
    bottom: 0;
} */

.leaflet-control-rotate{ display: none !important; }

.lista-menu li{ padding: 0 0 15px 40px; cursor: pointer; position: relative; }
.lista-menu li p, .lista-menu li a{ font-size: 18px; font-weight: 400; }
.lista-menu li::before{ top: 0px; }
.lista-menu li.btMeusPontos::before{ content: '\EF14'; }
.lista-menu li.btMeusDados::before{ content: '\F4E9'; }
.lista-menu li.btNovoDispositivo::before{ content: '\EE3D'; }
.lista-menu li.btTransferirTitularidade::before{ content: '\F34D'; }
.lista-menu li.btNotificacoes::before{ content: '\EF96'; }
.lista-menu li.btFinanceiro::before{ content: '\EBB4'; }
.lista-menu li.btSuporte::before{ content: '\EC0C'; }
.lista-menu li.btAlterarSenha::before{ content: '\EE6E'; } /*/ED31*/
.lista-menu li.btBaixarGuia::before{ content: '\EC56'; }
.lista-menu li.btSair::before{ content: '\F4C8'; }

.lista-menu li.btNotificacoes .notIcon{
    top: 2px;
    right: 10px;
    font-size: 11px;
    font-weight: 600;
    background-color: #34C759;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    display: block !important;
    box-shadow: 0px 0px 4px 1px #34C759;
    text-align: center;
    width: 22px;
    height: 22px;
    letter-spacing: -1px;
    padding-top: 3px;
}

.labelField{
    padding: 0 0 1px 15px;
    display: block;
    font-weight: 300;
    width: 100%;
}

#meus-dados .imgProfile{
    width: 145px;
    height: 145px;
    margin: 15px auto 45px;
    box-shadow: 0px 0px 0px 4px #0076ff4d;
    border-radius: 50%;
    display: block;
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, .1) !important; */
}

#meus-dados #trocar-imagem {
    width: 45px;
    height: 45px;
    padding: 6px 13px;
    position: absolute;
    top: 85px;
    left: 190px;
    z-index: 10000;
    font-size: 20px;
}

#meus-dados h4{
    text-align: center;
    margin: 15px 0 35px 0;
}

#meus-dados #btSalvarMeusDados,
#alterar-senha #btAlterarSenha,
#carregar-ponto #btAtualizarDadosPonto{
    width: max-content;
    padding: 6px 12px;
    margin: 30px auto 0;
    display: block;
    font-size: 30px;
}

#alterar-senha p{
    padding-bottom: 20px;
}

.header-group-device {
    margin-top: 10px;
    clear: both;
}

.proximo-vencimento, .forma-pgto{
    border-radius: 20px;
    background-color: rgba(109, 109, 109, 0.082);
    padding: 15px 25px;
    font-size: 24px;
    font-weight: 700;
    float: left;
    position: relative;
    height: 94px;
}
.proximo-vencimento{ display: none; height: auto; width: 100%; margin-bottom: 10px; }
.reativar{
    margin: -3px -42px 0 0;
    display: block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px;
    padding: 2px 15px;
    background-color: #0B68EE !important;
    color: #DBD9D9 !important;
}
#valor-prox-pagamento{
    font-size: 24px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 11px;
    right: 50px;
}

.forma-pgto{ float: left;  }
.proximo-vencimento small, .forma-pgto small{
    display: block;
    font-size: 11px;
    width: max-content;
}

.proximo-vencimento small.text-success{ font-weight: 600; }
.proximo-vencimento small:last-of-type{ display:block; padding: 0px; width: max-content; }

.forma-pgto .text-white{ font-weight: 600; }
.forma-pgto small:last-of-type{
    padding: 9px 0 0 48px;
    font-size: 17px;
    font-weight: 400;
}
.forma-pgto i{
    font-size: 45px;
    position: absolute;
    top: 35px;
    left: 22px;
}

.btAlterarDadosPgto{
    background-color: #b23cfd;
    border-radius: 20px;
    padding: 10px 5px 10px 40px;
    width: 160px;
    position: relative;
    color: #fff;
    line-height: 13px;
    font-size: 12px;
    transition: .3s;
    display: block;
    float: left;
    height: 47px;
    margin: 0 0 0 10px;
}
.btAlterarDadosPgto:hover {
    box-shadow: 2px 2px 20px 0px #b23cfd4d;
    color: #FFF !important;
}
.btAlterarDadosPgto::before{
    font-family: remixicon !important;
    content: "\EA92";
    display: block;
    position: absolute;
    top: 17px;
    left: 12px;
    font-size: 22px;
}

.btCancelarPlano{
    width: 160px;
    float: left;
    text-align: center;
    padding: 16px 0;
    font-size: 13px;
    transition: .3s;
    margin-left: 10px;
}

#financeiro h2{ margin-top: 55px; }
#financeiro { height: 100vh; }

a#btMenu.btsIcons i.ri-menu-line{ color: #0076ff !important; }

.leaflet-bar a.leaflet-disabled {
    background-color: #f4f4f4 !important;
    color: #bbb !important;
}

.custom-switch {
    margin-right: 15px;
}

.form-switch{
    display: flex;
    justify-content: start;
    align-items: center;
    /* gap: 20px; */
    margin-bottom: 20px;
    flex-wrap: wrap; /* Allows wrapping */
}

.form-switch-label{
    font-size: 17px;
    font-weight: normal;
}

.div-aleparam{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 0 75px;
}

.div-aleparam .btn{
    width: max-content;
    padding:5px 10px;
    font-size: 25px;
    margin-left: 10px;
}

.div-aleparam .aleparam{
    display: flex;
    width: 80px;
    /* margin: 0 10px 0 0; */
    margin-left: 0;
    flex-grow: 1;
    max-width: 80px;
    text-align: center;
}

.div-aleparam .bt-alterar-aleparam{
    width: max-content;
    padding: 8px 13px;
    margin: 0 0 0 10px;
}

.me-aleparam {
    margin: 0 10px 0 0;
}

.modal-dialog-centered {
    display: flex;
    min-width: 80%;
    margin: auto;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#notfDev {
    float: none;
}

#div-mark-all {
    display: block;
    width: 100%; /* Full row */
    text-align: right; /* Right aligned */
    padding: 22px 20px; /* Optional padding for spacing */
}


.leaflet-container a.leaflet-popup-close-button {
  top: 5px;
}

.leaflet-popup{
  margin-bottom: 10px;
}

.leaflet-popup-content {
  font-size: 13px;
}


.opacity-100{ opacity: 100% !important; }
.opacity-75{ opacity: 75% !important; }
.opacity-50{ opacity: 50% !important; }
.opacity-25{ opacity: 25% !important; }
.opacity-0{ opacity: 0% !important; }

.btPolitica{
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    padding: 3px 0;
}

#novo-dispositivo .passos{ display: none; }
#novo-dispositivo .passos > h4{ margin-bottom: 10px; }
#novo-dispositivo #passo-02.passos > h4{ margin: 40px 0 15px !important; }
#novo-dispositivo #passo-01.passos{ display: block; }
#novo-dispositivo .passos .de_pricing-table{
    background: #16172D;
    border: solid 1px rgba(255, 255, 255, .05);
    position: relative;
    height: 100%;
    padding: 25px 20px;
}
#novo-dispositivo .passos .de_pricing-table .d-head h3{
    font-size: 19px;
    margin-bottom: 5px;
    color: #ffffff;
    letter-spacing: -.5px;
    margin-top: 5px;
    font-weight: bold;
}
#novo-dispositivo .passos .de_pricing-table .d-head p{
    line-height: 1.4em;
    font-size: 13px;
}
#novo-dispositivo .passos .de_pricing-table .d-price h4 {
    font-size: 38px;
    margin-bottom: 5px;
    letter-spacing: -1px;
    margin-top: 0;
    line-height: 26px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    margin-top: -5px;
}
#novo-dispositivo .passos .de_pricing-table .d-price h4 span{ font-size: 20px; }
#novo-dispositivo .passos .de_pricing-table .d-price h3{
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: -.5px;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
}
#novo-dispositivo .passos .de_pricing-table .d-price h3 span,
#novo-dispositivo .passos .de_pricing-table .d-price h3 small{
    color: #ffffff;
}
#novo-dispositivo .passos .de_pricing-table .d-action .btn-main{
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    outline: 0;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
    border: none;
    background: #0076ff;
    padding: 12px 0px;
    font-size: 18px;
    margin-top: 25px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
#novo-dispositivo .passos .de_pricing-table .d-action .btn-main:hover{
    box-shadow: 2px 2px 20px 0px #0076ff80;
}
#novo-dispositivo .passos .de_pricing-table .d-action .btn-main.selected{
    background-color: #00b74a !important
}
#novo-dispositivo .passos .de_pricing-table .d-group h4{
    font-size: 15px;
    margin: 20px 0 5px 0;
}
#novo-dispositivo .passos .de_pricing-table .d-list{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 15px;
}
#novo-dispositivo .passos .de_pricing-table .d-list small{
    padding: 2px 0 0 20px;
    font-size: 12px;
    display: block;
    width: 100%;
}
#novo-dispositivo .passos .de_pricing-table .d-list small::before {
    background-color: #0076ff;
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #ffffff;
    margin-right: 12px;
    margin-top: 2px;
    width: 13px;
    height: 13px;
    line-height: 1.2em;
    padding: 2px 0;
    font-size: 7px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
#novo-dispositivo .passos .de_pricing-table .d-recommend{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
#novo-dispositivo .passos .de_pricing-table .d-action h5{
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
#novo-dispositivo .passos .de_pricing-table .d-action p{
    font-size: 12px;
    line-height: normal;
    text-align: center;
}
#novo-dispositivo .passos #btSubmitAdquirirDispositivo{
    margin: 20px 0 80px 0 !important;
}
#novo-dispositivo #passo-02.passos h5{
    margin-top: 25px;
}
#novo-dispositivo #passo-02 #numero, #novo-dispositivo #passo-02 #uf{
    width: 30%;
    float: left;
}
#novo-dispositivo #passo-02 #complemento{
    width: calc(70% - 10px);
    float: left;
    margin-left: 10px;
}
#novo-dispositivo #passo-02 #cidade{
    width: calc(70% - 10px);
    float: left;
    margin-right: 10px;
}
#novo-dispositivo #passo-02 #PagVenc{
    width: calc(41% - 5px);
    float: left;
    margin-right: 5px;
}
#novo-dispositivo #passo-02 #PagCc{
    width: calc(59% - 5px);
    float: left;
    margin-left: 5px;
}
#novo-dispositivo #passo-02 .btn-button{
    cursor: pointer;
    text-align: center;
    font-size: 19px;
    float: left;
    width: 25%;
    background: #0076ff !important;
    display: table-cell;
    padding: 8px 0 !important;
    border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    color: #fff;
}
#novo-dispositivo #passo-02 .fieldsButton{ position: relative; }
#novo-dispositivo #passo-02 .fieldsButton .form-control{ padding-right: 30px; }
#novo-dispositivo #passo-02 .fieldsButton .btn-main{
    display: block;
    float: left;
    text-align: center;
    border-radius: 0 30px 30px 0 !important;
    cursor: pointer;
    padding: 12px 16px 12px 13px;
    position: absolute;
    right: 0;
    border: none;
    top: 0;
    color: #fff;
}
#novo-dispositivo #passo-02 .fieldsButton .btnAdicionarCupom{
    background: #aa145b;
}

#novo-dispositivo .depor,#novo-dispositivo .depor s{
    margin: 0 0 -8px 0;
    font-weight: bold;
    font-size: 13px;
}

.carrossel{
    overflow: hidden;
    width: 100%;
    height: auto !important;
}
.carrossel .item-carrossel{ float: left; width: 100%; list-style: none; }