@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,600;0,700;0,800;1,600;1,700;1,800&family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap');


@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1120px;
  }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}



:root {
    --main-font: 'Nunito Sans', 'Karla', sans-serif;
    --first-color: #1f1f1f;
}


.multi-search-filter{
    border:1px solid #DDD;
    border-radius: 3px;
    padding:3px;
    min-height: 26px;
}
.multi-search-filter > input {
    border: 0px;
    outline: none;
    font-size: 20px;
}
.multi-search-item {
    margin: 2px;
    padding: 2px 24px 2px 8px;
    float: left;
    display: flex;
    background-color: rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    border-radius: 3px;
    position: relative;
}
.multi-search-item > span {
    font-family: 'Muli';
    line-height: 18px;
}
.multi-search-item > .fa {
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
}





.gm-style .gm-style-iw-tc {
   display: none !important;
  }











*{padding:0;margin:0;}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	background-color:#CCC;
}
#LOGOSPLASH{
    padding: 40px;
    width: 100%;
    max-width: 800px;
}

#mydivs{
    
    margin-top: -5px;
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 1000;
    margin-left: -220px;
    background: #05a677;
    color: #fff;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#SESSIONTIMER{

    padding: 20px;
    background-color: #ffffff;
    width: 100%;
    max-width: 350px;

}
#SUPERLINKS{
    font-weight: 300;
    color: #000000;
    text-decoration: none;
}
#ENVIARTELEGRAMA{
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
}

#ENVIARTELEGRAMAUSER{
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
}

#SENDUSER{
    background-color: #fa5252;
    color: #ffffff;
    text-align: center;
    padding: 12px;
    border-radius: 20px;
}
#SEND{
    background-color: #05a677;
    color: #ffffff;
    text-align: center;
    padding: 12px;
    margin-top: 10px;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 500;
}
#CONTENT{
    border: 2px solid #000000;
    padding: 20px;
    border-radius: 10px;

}
#COMMENT{

}
#TextDashBoard{

    margin-left: 360px;
    text-decoration: none;
    font-weight: 200;
    color: grey;
    

}
#HOSTNAME{
    color: #818181;
    font-size: 20px;
    text-align: center;
    font-weight: 200;
}
.floatIA{
    position:fixed;
	width:230px;
	height:60px;
	bottom:130px;
    font-weight: bold;
    text-decoration: none;
	right:40px;
	background-color:#021a19;
	color:#FFF;
	border-radius:12px;
	text-align:center;
}
#cardItem{
    text-decoration: none;
}

#RESPOSTAS{
    background-color: #cccccc;
    padding: 6px;
    border-radius: 12px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: -10px;
    
}
.float{
	position:fixed;
	width:230px;
	height:60px;
	bottom:40px;
    font-weight: bold;
    text-decoration: none;
	right:40px;
	background-color:#fa5252;
	color:#FFF;
	border-radius:12px;
	text-align:center;
}


#ERRORPAGES{
    padding:20px;
    margin:  0 auto;
    background-color: #05a677;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.my-float{
	margin-top:22px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
  }
  
#input_green {
    background-color: #011610;
    color: #ffffff;
}
#input_{
    background-color: #011610;
    color: #ffffff;
    font-weight: 300;
}

#formularios {
    margin: 0 auto;
    margin-left: 100px;
    max-width: 1400px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 60px !important;
}



.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #011610;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #011610;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

#ativo{
    display:none;
}  

/*SWICTH TOOGLE*/
/*SWICTH TOOGLE*/
#ICONBOOKDESCRIPT{
    color: #0c0a01;
    font-size: 30px;
}
#ICONBOOKDESCRIPT_DELETE{
    color: #021a19;
    font-size: 33px;
}


#ICONBOOKDESCRIPTNOT{
    color: #2b0099;
    font-size: 50px;
}


#button_search_dados{
    color: #ffffff;
    margin-left: -260px;
    padding: 12px;
    border-radius: 7px;
    margin-bottom: 12px;
    background-color: #011610;
}

#UPDATETYPERELEVANCIA{
    background-color: #011610;
    color: #ffffff;
    border: none;
    padding: 12px;
    text-align: center;
    border-radius: 2px;
    float: right;

}
#caixas{
    max-width: 1100px;
    width: 100%;
    background-color: #ffffff;
    margin-left: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 7px;
    padding: 12px;
    margin-bottom: 12px;
    text-align: center;
}

#Search{
    padding: 13px;
    border: none;
    max-width: 384px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
    
    background-color: #e3e3e3;
    
}



#SEARCHBUTTON{
    padding: 13px;
    border: none;
    max-width: 354px;
    width: 100%;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 10px;
    border-radius: 7px;
    
    background-color: #05a677;
    
}

#button_search_cadastro_new{
    padding: 13px;
    border: none;
    max-width: 160px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #ffffff;
    text-decoration: none;
    background-color: #021a19;
}

#link{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}
#DADOS{
    padding: 22px;
    background-color: #ffffff;
    margin-top: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #000000;

}
#TEXTDURATION{
    text-align: left;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

#button_search_cadastro_FULL{
    padding: 13px;
    border: none;
    max-width: 1052px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #ffffff;
    background-color:#05a677;
}



#button_search_cadastro_DEPESAS{
    padding: 13px;
    border: none;
    max-width: 893px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #ffffff;
    background-color:#05a677;
}

#button_search_cadastro{
    padding: 13px;
    border: none;
    max-width: 160px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #ffffff;
    background-color:#05a677;
}


#button_search{
    padding: 13px;
    border: none;
    max-width: 333px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #ffffff;
    background-color: #011610;
}
#SearchOnepink{

        padding: 13px;
        border: none;
        max-width: 1160px;
        margin-bottom: 10px;
        width: 100%;
        border-radius: 7px;
        color: #ffffff;
        
        background-color: #021a19;
        
    
}

#acessoNegado{

    background-color: #063076;
    padding: 20px;
    height: 150px;
    margin:  0 auto;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 200px;
    float: left;
    text-align: left;
    width: 100%;
    max-width: 600px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
#SearchOne{
    padding: 13px;
    border: none;
    max-width: 518px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 7px;
    
    background-color: #e3e3e3;
    
}
#SearchOneItem{
    padding: 13px;
    border: none;
    max-width: 650px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 7px;
    color:#ffffff;
    
    background-color: #037554;
    
}
#userPermissoes{
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

#button_Perfil{
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    padding: 15px;
}
#textArea{
    border: none;
    background-color: #ececec;
    padding:20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: bold;
    max-width: 1320px;
    color: #656565;
    width: 100%;
}
#save{
    
    background-color: #021a19;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #ffffff;
    font-weight: 200;
    max-width: 1360px;
    width: 100%;
    padding: 11px;
    border-radius: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#DesLaudo{
    padding: 30px;
    color: grey;
    font-weight: 200;
}
#LaudoLocation{
    text-align: center;
    padding: 10px;
    color: grey;
    font-weight:300;

}
#btnRemover{

    background-color:#037554;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #ffffff;
    font-weight: 200;
    max-width: 1360px;
    width: 100%;
    padding: 11px;
    border-radius:12px;
    text-transform: uppercase;
    margin-top: 10px;

}


#btn{

    background-color: #037554;
    color: #ffffff;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-weight: 200;
    max-width: 1330px;
    font-size: 16px;
    width: 100%;
    padding: 11px;
    margin-top: 20px;
    border-radius: 12px;
    text-transform: uppercase;

}
#delete{
    background-color: #ffffff;
    border-radius: 7px;
    margin-top: 200px;
    width: 100%;
    max-width: 600px;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#DELETAR{
    background-color: #011610;
}
#InputText{
    background-color: transparent;
    font-size: 12px;
    
}
#InputItemOne{
    margin-top: 10px;
    padding: 13px;
    border: none;
    max-width: 1345px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 7px;
    color:#303030;
    
    background-color: #ececec;
    
}


#SearchOneItemOneContenteSearchFULL{
    padding: 13px;
    border: none;
    float: left;
    max-width: 875.6px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 7px;
    color:#ffffff;
    
    background-color: #05a677;
    
}

#SearchOneItemOneContenteSearch{
    padding: 13px;
    border: none;
    float: left;
    max-width: 700.6px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 7px;
    color:#ffffff;
    
    background-color: #ababab;
    
}



#SearchOneItemOneContenteSearchDespesas{
    padding: 13px;
    border: none;
    float: left;
    max-width: 722.6px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 7px;
    color:#ffffff;
    
    background-color: #ababab;
    
}



#SearchOneItemOneContenteSearchFull{
    padding: 13px;
    border: none;
    float: left;
    max-width: 875.6px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 7px;
    color:#ffffff;
    
    background-color: #ababab;
    
}
#SearchOneItemOne{
    padding: 13px;
    border: none;
    max-width: 1160px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 7px;
    color:#ffffff;
    
    background-color: #ababab;
    
}

body {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    background-color: #f5f8fb;
}

ul {
    list-style: none;
}

.gray-text {
    font-size: 16px;
    font-weight: 400;
    color: rgb(74, 80, 115);
    margin-bottom: 4px;
}

.card-top-info h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 4px;
    color: rgb(36, 38, 43);
}

.card-bottom-info {
    font-size: 12px;
    font-weight: 400;
    color: rgb(74, 80, 115);
    margin-top: 8px;
}

.text-success {
    color: #05a677 !important;
    font-weight: 600 !important;
}

nav {
    background-color: var(--first-color);
    color: white;
    padding: 0 24px !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 250px;
    box-shadow: inset -1px 0 0 #000000;
    transition: all 0.3s ease-in-out;
}
#REDESOCIAL{
    font-weight: 700;
    color: #818181;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 15px;
}
nav .content {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}
#FOTOS{
    margin:  0 auto;
    width: 250px;
    height: 250px;
    border: 6px solid #05a677;
    border-radius: 220px;
    object-fit: cover;
    padding: 10px;
    margin: 10px 10xp 10px 10px;
}
#fotos{
    margin:  0 auto;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    object-fit: cover;
    padding: 10px;
    margin: 10px 10xp 10px 10px;
}
#GOOGLEMAPSUSERS{
    
    width: 100%;
    max-width: 1400px;
    height: 240px;
    border-radius: 20px;
    margin-left: -270px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;  
}
.gm-style .gm-style-iw-c{
    background-color: #010f0b;
    width: 300px;
}
#GOOGLEMAPS{
    width: 100%;
    max-width: 1680px;
    height: 100%;
    max-height: 1000px;
    margin-top: -137px;
    border-radius: 1px;
    margin-left: 228px;
    z-index: -1;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#GOOGLEMAPSWEB{
    width: 100%;
    max-width: 1980px;
    height: 100%;
    max-height: 1000px;
    margin-top: 0px;
    border-radius: 1px;
    margin-left: -12px;
    z-index: -1;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#NOME{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
#POPUP{
    padding:20px;
}
#SOBRENOME{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
#PERFIL{
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color:#ffffff;
    font-weight: bold;
}
#COMPARTILHAMENTO{
    background-color:  #05a677;
    color: #ffffff;
    padding: 15px;
    border-radius: 20px;
}
#SearchOneItemOneContenteSearchFULL{
  padding: 13px;
  border: none;
  float: left;
  max-width: 875.6px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 7px;
  color: #ffffff;
  background-color: #05a677;

}
#SearchOneItemOneContenteSearchCOMPAC {
    padding: 13px;
    border: none;
    float: left;
    max-width: 699.6px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 7px;
    color: #ffffff;
    background-color: #ababab;
  }
#COMPARTILHAMENTOBLOQUEADO{
    background-color: #000806;
    color: #ffffff;
    padding: 15px;
    border-radius: 20px;
}
#foto2{
    margin:  0 auto;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    border: 8px solid #05a677;
    object-fit: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    margin: 10px 10xp 10px 10px;
}
.user-image{
    background-color: #f0f0f0;
    object-fit: cover;
    padding: 2px;
}
nav .info-admin {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: .0625rem solid #05a677;
    padding-bottom: 24px;
    padding-top: 24px;
}

#GRAFICOS {
    margin-left: 40px;
  }
#graph{

    background-color: transparent;
    padding:14px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 12px;

}
#textGraph{
    color: #ffffff;
    font-size: 20px;
}

#USUARIOLOGADOSESSAO{
    color: #ffffff;
    padding: 18px;
    font-size: 11px !important;
}
#TELETRANSPORTE{
    color: #ffffff;
    font-weight: 300;
    padding: 28px;
    font-size: 10x;
    background-color: transparent;
    border:2px solid  #05a677;
}
#USUARIOLOGADO{
    background-color: #037554;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    border-radius: 7px;
    font-weight:900;
}
nav .info-admin .user-card {
    display: flex;
    align-items: center;
}

nav .info-admin .user-image {
    margin-top: 20px;
    width: 146px;
    height: 146px;
    border-radius: 300px;
    margin-right: 24px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 5px solid #05a677;
}

nav .info-admin .user-image img {
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
}

nav .info-admin .user-info h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    margin-bottom: 8px;
    margin-top: 0px;
    text-align: left;
}

nav .info-admin .user-info a {
    color: white;
    background-color: #011610;
    display: inline-block;
    padding: .175rem .45rem;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border: .0625rem solid #011610;
    border-radius: 8px;
}

nav .info-admin .user-info a i {
    margin-right: 4px;
}

nav .info-admin .user-info a:hover {
    background-color: #66CDAA;
    border-color: #66CDAA;
}

nav .nav-item {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    margin-left: -30px;
}

nav .nav-item li {
    margin-bottom: 4px;
}

#active{
    display: none;
}

nav .nav-item #active {
    color: #ffffff;
    background-color: #037554;
    border-radius: .5rem;
}

nav .nav-item a {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: .55rem .75rem;
    transition: all .3s ease;
    text-decoration: none;
}

nav .nav-item a:hover {
    color: #01130e;
    background-color: #66CDAA;
    border-radius: .5rem;
}

nav ul>li a .sidebar-icon i {
    margin-right: 4px;
}

nav ul>li .link-flex {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    align-items: center;
}

nav ul>li .link-flex .messages-number {
    position: relative;
    width: 18px;
    display: inline-block;
    background: #011610;
    color: white;
    border-radius: 50%;
    text-align: center;
    height: 18px;
    font-size: 12px;
    font-weight: 400;
}

.nav ul>li .link-flex .end-icon i {
    font-size: 12px;
    transition: all .8s ease;
}



.drop-menu {
    transition: all .8s ease;
}

.drop-menu:hover .end-icon {
    transform: rotate(90deg);
}

.submenu2 {
    margin-top: 6px;
    display: none;
}

.submenu2 ul {
    padding-top: 0 !important;
}

.submenu {
    margin-top: 6px;
    display: none;
}

.submenu ul {
    padding-top: 0 !important;
}

.line-split {
    margin-top: 24px !important;
    margin-bottom: 16px !important;
    border-bottom: .0625rem solid #05a677;
}

.version-number {
    font-size: 12px;
    background-color: #011610;
    border-radius: 20px;
    width: 30px;
    text-align: center;
    height: 18px;
    color: white;
}

#menu-toggle {
    display: none;
}
main {
    margin-left: -2px;
    padding-right: 15px;
    padding-left: 15px;
  }
/* --------------------main---------------------- */
main {
    margin-left: -2px;
    padding-right: 15px;
    padding-left: 15px;
  }

#FOOTER{
    background-color: #d0d0d0;
    border-radius: 7px;
    float: left;
    color: #565656;
    padding: 13px;
    margin-bottom: 20px;
    margin-top: 370px;
    margin-left: 150px;
}

.top-header {
    background-color: var(--first-color);
    display: flex;
    border-radius: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    margin-top: 30px;
    position: relative;
    height: 100px;
    display: none;
}


.top-header .logo {
    width: 60px;
    height: 60px;
    
}

.top-header .logo img {
    width: 100%;
    border-radius: 300px;
    border: 2px solid #011610;
}

.menu-btn {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s ease;
}

input[type="checkbox"] {
    background-color: #011610;
}

main header .content {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    align-items: center;
    padding-bottom: 24px;
}

main header .content .btn {
    display: inline-block;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .5rem;
    cursor: pointer;
    border: .0625rem solid transparent;
    transition: .3s;
}

main header .content .btn-blue {
    color: #fff;
    background-color: #66CDAA;
    border-color: #66CDAA;
}

main header .content .btn-blue:hover {
    background-color: #66CDAA;
}

main header .content .btn-right {
    display: inline-flex;
}

main header .content .btn-sec {
    background: transparent;
    color: #011610;
    border-color: #011610;
    user-select: none;
}

main header .content button.left-radius {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

main header .content button.right-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

main header .content .btn-sec:hover {
    background-color: #011610;
    color: #fff;
}

/* ------------------------------------------------ */
.content .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    margin-top: .5rem;
    margin-bottom: 2rem;
}

.content .cards .card {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    background-clip: border-box;
    border: .0625rem solid #eaedf2;
    border-radius: 8px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .02) !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.content .cards .card .card-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.content .cards .card .card-left .card-icon {
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.content .cards .card .card-left .card-icon i {
    font-size: 2rem;
    font-weight: 900;
}

.content .cards .card .card-left .icon-one {
    background-color: rgba(9, 72, 179, .2);
    color: #05a677;
}

.content .cards .card .card-left .icon-two {
    color: #05a677;
    background-color: rgba(5, 166, 119, .2);
}

.content .cards .card .card-right {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.content .cards .card .card-right .card-top-info h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: rgb(36, 38, 43);
}

.content .cards .card .card-right small {
    font-size: 12px;
    font-weight: 400;
    color: rgb(74, 80, 115);
}

.content .cards .card .card-bottom-info {
    font-size: 12px;
    font-weight: 400;
    color: rgb(74, 80, 115);
    margin-top: 8px;
}

.icon-chart {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    position: relative;
}

.icon-mobile,
.icon-desktop {
    font-size: 14px;
    margin-right: 8px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}

.icon-desktop {
    color: rgb(238, 80, 80);
}

.icon-mobile {
    color: #05a677;
}

.text-mobile,
.text-desktop {
    color: #4a5073 !important;
    font-size: 16px;
    font-weight: 400 !important;
}

.last-card-text {
    margin-top: 8px;
}

/* ---------------graph---------------- */
.card-graph {
    flex-direction: column;
    align-items: flex-start !important;
}

.card-graph .text {
    text-align: left;
}

.card-graph .graph {
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ----------------------row------------------- */
.row-box {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 1rem;
    margin-top: .5rem;
    margin-bottom: 2rem;
}

.col-boxes-2 .card-th .card-body,
.col-boxes-2 .card-second .card-body,
.col-boxes-2 .card-first .card-body,
.table-section,
.card-graph-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.col-boxes-2 .card-th,
.col-boxes-2 .card-second,
.col-boxes-2 .card-first,
.row-box .col-table,
.row-box .col-graph {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    width: 100%;
    height: auto;
    background-clip: border-box;
    border: .0625rem solid #eaedf2;
    border-radius: 8px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .02) !important;
    margin-bottom: 25px;
}

.row-box .col-table {
    padding: 0 !important;
}

.header-table {
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center !important;
    margin-bottom: 8px;
}

.header-table h2 {
    font-size: 20px;
    font-weight: 600;
}

.header-table a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #011610;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .02);
    border: .0625rem solid #011610;
    padding: .25rem .5rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    border-radius: .5rem;
    transition: all .4s ease-in-out;
}

.header-table a:hover {
    color: #011610;
    background-color: #fff;
}

.card-graph-2 .graph {
    margin-top: 24px;
    width: 100%;
}

/* -------------table-------------- */
table {
    width: 100%;
    margin-bottom: 1rem;
    color: #4a5073;
    background-color: transparent;
    border-collapse: collapse;
}

th,
td {
    padding: 1rem;
    border-top: .0625rem solid #f0f3f6;
}

thead tr {
    color: #66799e;
    background-color: #f5f8fb;
    border-color: #f0f3f6;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    vertical-align: bottom;
    border-bottom: .125rem solid #f0f3f6;
}

table .text-danger {
    color: #fa5252 !important;
    margin-right: 1rem !important;
}

table .text-arrow-down {
    color: #05a677 !important;
    margin-right: 1rem !important;
}

.col-boxes-2 .card-first .card-body .align-items-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: .125rem solid #f0f3f6;
}

.col-boxes-2 .card-first .card-body .align-items-center h6 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(36, 38, 43);
}

.col-boxes-2 .card-first .card-body .align-items-center h6 span {
    margin-right: 8px;
}

.col-boxes-2 .card-first .card-body .align-items-center a.font-weight-bold {
    color: #05a677 !important;
    font-size: 16px;
    font-weight: 600;
}

.col-boxes-2 .card-first .card-body .align-items-center .small {
    font-size: 12px;
    font-weight: 400;
    margin-left: 30px;
    color: rgb(74, 80, 115);
}

.col-boxes-2 .card-first .card-body .align-items-center .small a {
    color: rgb(7, 52, 130);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.col-boxes-2 .card-first .card-body .align-items-center .small a:hover {
    color: rgb(11, 79, 195);
}

.col-boxes-2 .card-first .card-body .last {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.col-boxes-2 .card-first .card-body .first {
    padding-top: 0 !important;
}

.col-boxes-2 .card-body .text-top h5 {
    color: rgb(36, 38, 43);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.col-boxes-2 .card-second .card-body .text-top p {
    color: rgb(74, 80, 115);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 16px;
}

.col-boxes-2 .card-second .card-body .icon-section {
    display: flex;
    margin-top: 24px;
}

.col-boxes-2 .card-second .card-body .icon-section .icon {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 8px;
    margin-right: 16px;
}

.col-boxes-2 .card-second .card-body .icon-section .icon-red {
    color: #011610;
    background-color: rgba(238, 80, 80, .2);
}

.col-boxes-2 .card-second .card-body .icon-section .icon-blue {
    color: #05a677;
    background-color: rgba(9, 72, 179, .2);
}

.col-boxes-2 .card-second .card-body .icon-section .icon span {
    font-size: 20px;
}

.col-boxes-2 .card-second .card-body .icon-section .text {
    font-size: 14px;
    color: rgb(74, 80, 115);
}

.col-boxes-2 .card-second .card-body .icon-section .text h5 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: rgb(36, 38, 43) !important;
}

.card-th .card-th-map {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}

.card-th .Countrys-content .conutry-info {
    margin-bottom: 30px;
    margin-top: 30px;
}

.card-th .Countrys-content .conutry-info {
    display: flex;
    align-items: center;

}

.flag {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 26px;
}

.flag img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.card-th .Countrys-content .Country {
    flex: 1 0;
}

.card-th .Countrys-content .Country h6 {
    color: rgb(36, 38, 43);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: .5rem;
}

.card-th .Countrys-content .Country .progress {
    height: 4px;
    width: 100%;
    background-color: #e3dede;
    border-radius: 4px;
    position: relative;
}

.progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.progress span.bg-1 {
    background-color: #05a677 !important;
}

.progress span.bg-2 {
    background-color: #011610 !important;
}

.progress span.bg-3 {
    background-color: #05a677 !important;
}

.progress span.bg-4 {
    background-color: #05a677 !important;
}

/* -------------------footer--------------------- */
footer {
    margin-left: 260px;
    padding-right: 15px;
    padding-left: 15px;

}

footer .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px;
}

.footer-copyright {
    padding-right: 15px;
    padding-left: 15px;
    color: rgb(74, 80, 115);
}

.footer-copyright span {
    color: rgb(9, 72, 179);
    ;
}

footer .content .footer-menu {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

footer .content .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
}

footer .content ul li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

footer ul li a {
    display: block;
    color: #66799e;
    transition: all .2s ease;
}

footer ul li a:hover {
    color: rgb(9, 72, 179);
}

/* ------------------------------------------------- */
@media (min-width: 767px) and (max-width: 991px) {

    #GOOGLEMAPS{
        width: 100%;
        max-width: 1400px;
        height: 640px;
        margin-top: -220px;
        border-radius: 1px;
        margin-left: -14px;
        z-index: -1;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    #caixas{
        margin-left: -120px;
    }

    #GRAFICOS{
        margin-left: -120px;
    }
    .user-info {
        display: none;
    }

    .sidebar-text {
        display: none;
        color: #01120e;
    }

    nav {
        width: 100px;
        padding: 0 !important;
    }

    nav .info-admin .user-image {
        margin-right: 0;
    }

    nav ul {
        display: block !important;
        width: 100%;
    }

    nav a {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .sidebar-icon i {
        font-size: 28px;
    }

    main {
        margin-left: 100px !important;
    }

    .content .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .row-box {
        grid-template-columns: 1fr;
    }

    footer {
        margin-left: 100px !important;
    }
}

@media (max-width: 767px) {
    #TextDashBoard{

       display: none;
        
    
    }
    #LOGOSPLASH{
        padding: 40px;
        width: 100%;
        max-width: 800px;
    }
    
    #mydivs{
        
        margin:  0 auto;
        width: 100%;
        height: 100%;
        position:absolute;
        z-index: 1000;
        margin-left: -40px;
        background: #05a677;
        color: #fff;
        margin-top: -130px;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    #GOOGLEMAPSWEB{
        width: 100%;
        max-width: 1980px;
        height: 100%;
        max-height: 1500px;
        margin-top: -0px;
        border-radius: 1px;
        margin-left: -40px;
        z-index: -1;
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    #GOOGLEMAPS{
        width: 100%;
        max-width: 1400px;
        height: 100%;
        max-height: 1500px;
        margin-top: -330px;
        border-radius: 1px;
        margin-left: -14px;
        z-index: -1;
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    #FOOTER{
        margin-left: -10px;
    }
    #HIDDENITENS{
        display: none;
    }
    #formularios{
        margin-left: -10px;
    }
    #button_search_cadastro{
        max-width: 650px;
    }
    #button_search_cadastro_new{
        max-width: 650px;
    }
    #button_search{
        max-width: 650px;
    }
    #Search{
        max-width: 650px;
    }
    #caixas{
        margin-left: -10px;
    }
    #GRAFICOS{
        margin-left: -10px;
    }
    .content .cards {
        grid-template-columns: 100%;
    }

    .row-box {
        grid-template-columns: 100%;
    }

    th,
    td {
        padding: 0.5rem;
    }

    nav {
        left: 100%;
        display: none;
    }

    main {
        margin-left: 0px !important;
    }

    .top-header {
        display: flex;
    }

    #active:checked~nav {
        display: block;
        left: 0;
        width: 100%;
    }

    #active:checked~.menu-btn {
        color: #fff;
    }

    #active:checked~.menu-btn i:before {
        content: "\f00d";
    }

    footer {
        margin-left: 0px !important;
    }

    footer .content {
        justify-content: center;
    }

    footer .content .footer-copyright {
        margin-top: 16px;
        align-items: center;
    }

    footer .content .footer-menu {
        margin-top: 16px;
        align-items: center;
    }

}
