body
{
    overflow-x: hidden;
    background-color: #e7e8e8 !important;
}

p
{
    margin: 0px;
}

.k-grid td
{
    padding-left: 12px;
}
.main-view  {
    width: 100vw;
}
@media only screen and (min-width: 768px)
{
    .main-view 
    {
        background: #ffffff;
        /* margin: 30px !important; */
        display: inline-table !important;
        height: calc(100% - 57px) !important;
        margin: 0 !important;
        padding: 0;
    }
}

.container-view .content {
    padding: 0 24px;
    width: 100%;
    height: auto;
    display: flow-root;
}

.div-btn-search button{
    height:45px;
}

.off-navbar
{
    background-color: #fff;
    /*padding-left: calc(15px + 4.166666665%);*/
    padding-left: 10px;
    padding-right: 0px;
    margin-bottom: 24px;
}

.navbar-header h3
{
    color: #fff;
    text-align: center;
    display: block;
    width: 100vw;
    font-size: 1.5em;
    margin: 13px auto;
}

.off-navbar p
{
    margin-bottom: 0;
}

.box-accordion .panel-default {
    border-radius: 10px;
}

.panel-frame 
{     
    margin-bottom: 0.5rem;     
    padding: 0;

}

.panel-frame h4
{
    font-size: 1em;
    padding: 0 0 3px 0;
    margin-bottom: 5px;
    text-overflow: clip;
    white-space: break-spaces;
    color: var(--color-secondary);
}

.panel-heading 
{
    background-color: #fff;
}

.panel-collapse
{
    background-color: #fff;
}

.dynamic-combobox-memory
{
    text-align: left;
    font-size: 16px;
    width: 100%;
}

.crn-grid-title
{
    font-size: 1em;
    padding: 9px 0px;
}

.k-grid-custom .fa
{
    margin-right: 4px;
}

.k-command-cell .k-button
{
    width: 30px;
    font-size: 1.7em;
    height: 30px;
}

.btn-save-perfil
{
     background-color: var(--color-secondary);
     width: 196px;
     height: 46px;
}

.btn-close-modal
{
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--color-primary-1);
}

.btn-close-modal:hover
{
    background-color: #e5e5e5a3 !important;
    border-color: #e5e5e5a3 !important;
    color: var(--color-secondary) !important;

}

.btn-close-modal i
{
    margin-right: -5px;
    top: 1px;
    color: var(--color-primary-1);
}

@keyframes slide-rotate-hor-top 
{
  0% 
  {
    -webkit-transform: translateY(-150px) rotateX(-90deg);
            transform: translateY(-150px) rotateX(-90deg);
  }
  100% 
  {

    -webkit-transform: translateY(0) rotateX(0deg);
        transform: translateY(0) rotateX(0deg);
  }
}

@keyframes flip-horizontal-bottom 
{
  0% 
  {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% 
  {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}

@keyframes flip-horizontal-top
{
  0% 
  {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  100% 
  {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}


.message-lai
{
    margin-bottom: 24px;
    margin-left: 20px;
    background-color: #fff;
    box-shadow: 7px 7px 8px #aaaaaa;
    padding: 10px;
    color: var(--color-secondary);
    /*animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;*/
    /*animation: flip-horizontal-top 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;*/
}

.message-lai p
{
    margin-bottom: 0;
    text-align: justify;
    font-weight: normal;
}

.message-lai h4
{
    border-bottom: 1px #eee solid;
    padding-bottom: 5px;
    color: var(--color-primary);
    font-size: 1.8em;
    margin-bottom: 0px;
    text-overflow: clip;
    white-space: break-spaces;
}

.message-lai h4 i
{
    font-size: 0.6em;
    position: relative;
    top: -3px;
}

.message-lai-title { 
    height: 55px; 
    padding: 9px; 
    color: var(--color-secondary); 
    margin-bottom: 2.2rem;
}

.message-lai-title h3{
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em var(--color-secondary), 0 0 0.2em var(--color-secondary);
}
.message-lai-title h6{
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em var(--color-secondary), 0 0 0.2em var(--color-secondary);
}
.message-lai-title h7{
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em var(--color-secondary), 0 0 0.2em var(--color-secondary);
}

.label-text
{
    display: inline-block;
    color: var(--color-secondary);
}

.info-text
{
    display: inline-block;
    color: #000;
    font-weight: normal;
}
    

.lai-info-frame
{
    border-bottom: 1px #eee solid;
    border-right: 1px #eee solid;
    padding: 5px;
    text-align: left;
    background-color: #fff;
}

.orgn-list .lai-info-frame
{
    padding: 0px;
}

.k-command-cell, .k-grid-header:last-ild
{
    text-align: left !important;
}

.mr-bt-12p
{
    margin-bottom: 12px;
}

#details-on, #details-off
{
    padding: 0px 24px;
}

.k-grid table 
{
    overflow-y: auto;
    min-width: 450px;
}

.btn-int
{
    background-color: transparent;
    border: none;
}

.btn-int i
{
    color: #000;
}

.btn-int i:hover
{
    color: #999;
}

.k-grid-toolbar, .k-grouping-header, .panel-default .panel-heading
{
    padding: 5px;
}

.k-link
{
    text-transform: capitalize !important;
}

.k-header:hover a, .k-header:hover
{
    color: #fff !important;
    background-color: var(--color-secondary);
    text-shadow: 1px 1px 3px #888, 0 0 5px #aaa;
    /*background-color: var(--color-secondary);
    color: #333 !important;*/

}

.k-custom-command
{
    color: #fff !important;
}

.k-custom-command:hover, .k-custom-command:active, .k-custom-command:focus
{
    color: #333 !important;
}

.wd-70-pt
{
    width: 70%;
}

.k-grid-toolbar:hover
{
    background-color: #fff;
    text-shadow: none;
}

.k-pager-info.k-label 
{
    font-size: 1em;
    margin: 0 23px;
}

.lai-title
{
    font-size: 2em;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.message-lai .panel-collapse
{
    padding: 0;
}

.no-border
{
    border: none !important;
}


.list-item:hover
{
    color: #fff;
    background-color: var(--color-secondary);
    text-shadow: 1px 1px 3px #888, 0 0 5px #aaa;
}

.list-item h3
{
    margin: 0;
    font-size: 1em;
}

.list-item i
{
    margin: 0;
}

.list-item p
{
    margin: 0;
    text-align: center;
}

.panel-group .panel
{
    padding: 0;
}

.box-accordion .panel-default, .k-grid.k-display-block 
{
    padding: 0;
    box-shadow: 0px 4px 8px #aaaaaa;
    /*animation: slide-rotate-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
    /*animation: flip-horizontal-top 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;*/
}

.panel-default .panel-collapse
{
    padding: 0;
    background-color: transparent;
}

.frame-anexo
{
    padding: 5px 0;
}

.frame-anexo i
{
    display: inline-block;
    text-align: center;
}

.frame-anexo p
{
    display: inline-block;
    font-weight: normal;
    width: 95.777778%;
}

.frame-anexo button
{
    display: inline-block;
    margin-bottom: 0px;
    width: 35px;
    padding: 5px;
    background-color: var(--color-secondary) !important;
    border: none;
}

.acordeon-lai-title
{
    
    color: var(--color-secondary);
}

.acordeon-lai-title i
{
    font-size: 0.6em;
    position: relative;
    top: -3px;
}

.pd-12
{
    padding: 12px;
}

.panel-group .panel-heading.heading-arrow, .panel-default .panel-heading 
{
    background-color: transparent;
    border-bottom: 1px #eee solid;
}

.frame-struct-org .panel-frame
{
    padding: 0px 15px;
}

.frame-struct-org .panel-frame .panel-group
{
    box-shadow: none;
    margin-bottom: 0;
}

.frame-struct-org .panel-frame .panel-group .panel
{
    border: none;
}

.cronDynamicSelect
{
    height: 45px !important;
    max-height: 45px !important;
    padding-top: 0;
    /*margin-top: -22px !important;*/
    /*padding-top: 12px !important;*/
}

/*
    width: 7em;
    height: 36px;
    margin-top: 5px;
    float: right;
    color: #3b448e;
    background-color: #fff;
*/

.btn-exporting{
    width: 7em;
    height: 36px;
    margin-top: 5px;
    float: right;
    color: #3b448e !important;
    /*background-color: #fff !important;*/
    border-color: #fff !important;
}
.btn-exporting:hover{
    text-transform: capitalize;
    background-color: var(--color-secondary);
    color: var(--color-aux);
    
}

.flight-button{
    position: fixed;
    right: 10px;
    bottom: -1px;
    z-index: 99;
    display: block;
    transition: .6s;
    text-align: right;
}

.flight-button button{
    border-radius:100%;
    height: 3.5em;
    width: 3.5em;
    box-shadow: 2px 2px 3px #66666655;
}

.flight-button button i{
    top: -2px;
    right: -3px;
    margin: 0px;
}

.last-update-top{
    text-align: end; 
    font-size: 10px; 
    padding-top: 4px; 
    color: #3d488b;
}

.div-btn-search
{
    margin-top: 12px;
}

.div-btn-search button
{
    height: 45px;
}

.div-btn-search button i
{
    top: 0px;
    margin-right: -3px;
}

.icon-like:hover
{
    color: #888;
}

#chart-on, #chart-off
{
    padding: 0px 24px;
}

#details-on chart-off
{
    padding: 0px 24px;
}

.btn-aumentar,
.btn-diminuir,
.btn-redefinir,
.btn-help
{
    color: var(--blue-access);
    width: calc((100% - 38px)/4);
    font-size: 17px;
    font-family: var(--font-family);
    position: relative;
    top: 3px;
    margin-right: 2px;
    border: none;
    background: #fff;
    font-weight: bold;
    height: 26px;
}

.btn-aumentar,
.btn-diminuir,
.btn-redefinir {
    border-right: 0.5px solid #bbb;
}

.btn-help{
    border-right: none;
}

.btn-aumentar:hover {
    color: var(--color-primary);
    text-transform: capitalize;
    background-color: #eee;
}

.btn-diminuir:hover {
    color: var(--color-primary);
    text-transform: capitalize;
    background-color: #eee;
}

.btn-redefinir:hover {
    color: var(--color-primary);
    text-transform: capitalize;
    background-color: #eee;
}

.btn-help:hover {
    color: var(--color-primary);
    text-transform: capitalize;
    background-color: #eee;
    border-radius: 0 100% 100% 0;
}

.acess-icon{
    color: #ffffff !important;
    border: 2.5px solid var(--blue-access);
    border-radius: 10px 0 0 10px;
    width: 38px;
    position: relative;
    background-color: var(--blue-access);
    margin-right: 2px;
}

.acess-icon i
{
    position: relative;
    top: -4px;
}
criarClasseContainer.style {
    background-color: #fff;
    width: auto;
    display: inline-block;
    margin: 5px 24px;
    border-radius: 15px;
    padding: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border: 1px solid #eee;

}

.fa-wheelchair:before 
{
    content: "\f193";
    align-items: center;
    position: relative;
    top: 5px;
    left: 5.5px;
    font-size: 22px;
}

.navbar-label
{
    color: #fff;
}

.int-medium-title 
{
    font-size: 1.3 em;
}

.text-center-bold
{
    text-align: center !important;
    font-weight: bold !important;
}

.text-right-bold
{
    text-align: right !important;
    font-weight: bold !important;
}

#modalViewPdf .modal-content
{
    height: 90vh;
    background-color: #323639;
}

#modalViewPdf .modal-content iframe
{
    border: none;
    width: 100%;
    height: 85vh;
    border-top: 3px #505456 solid !important;
}

#modalViewPdf .modal-content .div-btn-pdf
{
    padding-right: 9.5px;
    background-color: #323639;
}

#modalViewPdf .modal-content button
{
    margin-bottom: 0;
    background-color: #323639 !important;
    border: none !important;
}

#modalViewPdf .modal-content button i
{
    color: #F1F1F1 !important;
}

.custom-grid1 .k-command-cell{
    padding: 5px 0px 5px 0px;
}

.text-center-bold
{
    text-align: center !important;
    font-weight: bold !important;
}

.text-right-bold
{
    text-align: right !important;
    font-weight: bold !important;
}

.generic-util-navbar
{
    position: relative;
    /*padding: 5px 12px 5px 24px;*/
    /* background-color: var(--color-primary); */
    background-color: var(--color-secondary);
    /*position: fixed;
    width: 100vw;
    top: 0;
    z-index: 3;*/
    padding: var(--system-space-off);
}
.generic-util-navbar-inputs-group
{
    width: 49%;
    display: inline-block;
}

.generic-util-navbar-inputs
{
    display: inline-block;
    /*position: relative;
    right: 0;*/
    width: calc(85% - 16px);
    margin: 8px;
}

.generic-util-navbar-inputs .navbar-selected-entidade
{
    width: 50%;
    height: 33px;
    border-radius: 10px 0 0 10px;
    padding-left: 5px;
    margin-right: -4px;
}

.generic-util-navbar-inputs .navbar-selected-entidade:focus
{
   outline: none;
}

.generic-util-navbar-inputs .navbar-selected-ano
{
    width: 6%;
    text-align: center;
    height: 33px;
    border-radius: 0 10px 10px 0;
}

.generic-util-navbar-inputs .navbar-selected-ano:focus
{
   outline: none;
}



.generic-util-navbar-acessibilidade
{
    display: inline-block;
    width: calc(14% - 16px);
}

.btn-container
{
    display: flex;
    justify-content: end;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    height: 33px;
    min-width: 174.109px;
    overflow: hidden;
}

.box
{
  display: flex;
  width: 100%;
  height: auto;
}
.box-sm
{
  height: auto;
  margin: 0;
  flex-grow: 1;
  transition: all .5s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.box-sm:hover
{
  flex-grow: 1.3;
}

.red {
  background-color: var(--color-red);
}

.orange {
  background-color: var(--color-orange);
}

.yellow {
  background-color: var(--color-yellow);
}

.green {
  background-color: var(--color-green);
}

.blue {
  background-color: var(--color-blue);
}

.purple {
  background-color: var(--color-purple);
}

.red:hover  {
  background-color: var(--color-red);
  text-shadow: 1px 1px 2px black, 0 0 1em var(--color-secondary), 0 0 0.2em var(--color-secondary);
}

.orange:hover  {
  background-color: var(--color-orange);
  text-shadow: 1px 1px 2px black, 0 0 1em var(--color-secondary), 0 0 0.2em var(--color-secondary);
}

.yellow:hover  {
  background-color: var(--color-yellow);
  text-shadow: 1px 1px 2px black, 0 0 1em var(--color-secondary), 0 0 0.2em var(--color-secondary);
}

.green:hover  {
  background-color: var(--color-green);
  text-shadow: 1px 1px 2px black, 0 0 1em var(--color-secondary), 0 0 0.2em var(--color-secondary);
}

.blue:hover  {
  background-color: var(--color-blue);
  text-shadow: 1px 1px 2px black, 0 0 1em var(--color-secondary), 0 0 0.2em var(--color-secondary);
}

.purple:hover  {
  background-color: var(--color-purple);
  text-shadow: 1px 1px 2px black, 0 0 1em var(--color-secondary), 0 0 0.2em var(--color-secondary);
}

.transparent {
    background-color: transparent;
    border-top: 1px solid #eee;
    background-color: transparent;
    /* height: 30px; */
    padding: 3px 0;
    border-bottom: 1px solid #eee;
    margin: 0 1.5px;
}

#home-menu
{
    margin-top: 40px;
    padding: 0;

}

.home-menu
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.home-menu-item 
{
    position: relative;
    background-color: #fff;
    width: 14.1%;
    margin: 1%;
    float: left;
    height: 31vh;
    border-radius: 10px;
    cursor: pointer;
    font-size: 75%;
    color: #5b6788;
}

.home-menu-item .home-menu-item-desc {
    font-size: 1.1em;
    text-align: center;
    position: relative;
    transform: translateY(-50%);
    pointer-events: none;
    height: 35%;
    margin-left: 10px;
    margin-right: 10px;
}

.home-title h3 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em var(--color-secondary), 0 0 0.2em var(--color-secondary);
    white-space: break-spaces;
}

.home-menu-item:hover
{
    box-shadow: 7px 7px 8px #888;
    transform: scale3d(1.05, 1.05, 1.05);
    border: 3px solid #c5e6ff;
}

.denuncia:hover span {
    display: block;
    height: 22%;
    position: absolute;
    background: #ffffff;
    color: var(--color-primary-1);
    font-size:11px;
    text-align: center;
    bottom: 5%;
    left: 4%;
}


.reclamacao:hover span {
    display: block;
    height: 22%;
    position: absolute;
    background: #ffffff;
    color:var(--color-primary-1);
    font-size:11px;
    text-align: center;
    bottom: 5%;
    left: 4%;
}

.elogio:hover span {
    display: block;
    height: 22%;
    position: absolute;
    background: #ffffff;
    color:var(--color-primary-1);
    font-size:11px;
    text-align: center;
    bottom: 5%;
    left: 4%;
}

.sugestao:hover span {
    display: block;
    height: 22%;
    position: absolute;
    background: #ffffff;
    color:var(--color-primary-1);
    font-size:11px;
    text-align: center;
    bottom: 5%;
    left: 4%;
}

.consulta:hover span {
    display: block;
    height: 22%;
    position: absolute;
    background: #ffffff;
    color:var(--color-primary-1);
    font-size:11px;
    text-align: center;
    bottom: 5%;
    left: 4%;
}

.home-menu-item-icon
{
    display: grid;
    width: 100%;
    height: 35%;
    margin-bottom: 10%;
    border-radius: 10px;
    text-align: center;
    pointer-events: none;
    align-content: center;
}

.home-menu-item-icon i
{
    color: #5b6788;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3.6em;
    text-shadow: 1px 1px 0.1em #fff, 0 0 1px #adc1ff, 0 0 0.1em #adc1ff;
}

.home-menu-item-text
{
    font-size: 1.5em;
    text-align: center;
    position: relative;
    transform: translateY(-50%);
    pointer-events: none;
    text-decoration: underline;
    font-weight: bold;
    align-content: center;
    display: grid;
    height: 33%;
    margin: 0 8px 0 8px;
}

/* ------------------------------------- */

.info-entity
{
    padding: 0;
    margin-top: 3%;
}

.info-frame
{
    width: 49%;
    margin: auto 0.5%;
    float: left;
    min-height: 100%;
    border-radius: 10px;
    height: 53vh;

}

.info-frame h3
{
    color: #333;
    margin: 5px auto;
    text-align: center;
    border-bottom: 1px #eee solid;
    font-size: 18px;
    padding-bottom: 8px;
}

.info-text-home
{
    width: 49%;
    margin: 5px 0.5%;
    float: left;
    font-size: 15px;
}

.bg-dark
{
    padding: 0;
    margin: 0;
    pointer-events:none;
    /*position: relative;
    top: 30%;*/
    /* margin-top: 4%; */
}

@media only screen and (min-width: 1366px) and (max-width:1599px){
    .bg-dark{
        margin-top: 25%;
    }

}

.container-fluid
{
    padding: 0;
    margin-top: -10px;
}

.footer-content
{
    background-color: #c6c6c6;
    padding: 0px;
    height: 35px;
}

.footer-memory {
    display: inline-block;
    width: 100%;
}

.p-footer{
    padding-right: 6px;
    font-size: 10px;
    margin-bottom: 3px;
}

.submenu
{
    display: block;
    width: 100%;
    float: left;
}

.submenu h3
{
    text-shadow: 1px 1px 2px black, 0 0 1em var(--color-secondary), 0 0 0.2em var(--color-secondary);
    color: white;
    font-size: 26px;
}

.paragrafo_legislacao
{
   margin: 0px 10px 1.6rem 10px;
   text-align: justify;
}

.subtit_legislacao
{
     color:var(--color-primary); 
     text-align: center;
     margin-bottom: 1.8rem;
     font-weight: bold;
}

.panel-body
{
    background-color: transparent;
    height: 79.4%;
}

.layout-vertical
{
    height: 45px;
    width: 1170px;
    left: 0px;
    top: 12px;
    border-radius: 3px;

}

.k-animation-container .k-list-container.k-popup .k-list-optionlabel {
    display: none !important;
}

.k-virtual-content>.k-virtual-list>.k-virtual-item, .k-dropdown-wrap>.k-input {
    text-transform: uppercase;
}

.cronDynamicSelect .k-dropdown-wrap {
    align-items: center;
}

.confirmar {
    position: relative;
    width: 100%;
}

.confirmar-painel {
    position: absolute;
    top: -100px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    display: none;
    z-index: 999;
    left: 18%;
    box-shadow: 0 0 10px #00000030;
}
.confirmar-painel.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

  div#ttdiv{
    display: none;	
    padding: 0 15px;
	width: 300px;
	height: 20px;
	background-color: #5B6788;
    color: #fff;
	position: absolute;
	z-index: 100000;
  }

  div#ttdiv2{
    display: none; 	
    padding: 0 15px;
	width: 300px;
	height: 20px;
	background-color: #5B6788;
    color: #fff;
	position: absolute;
	z-index: 100000;
    top: 35px !important;
    left: 20px !important;
  }

 .k-i-loading {
    text-align: center;
    width: 100%;
    font-size: 25px;
    margin: 10px;

}

.box-cookie-policy
{
    background-color: #5b6788;
    padding: 5px;
    width: 90.5%;
    margin-right: 2.5%;
    margin-left: 4.2%;
    color: #fff;
    box-shadow: 7px 7px 8px #aaaaaa;
    border-radius: 10px;
    bottom: 2.5rem;
    z-index: 100;
    position: fixed;
    display: flex;
}

.box-cookie-policy p i
{
    background: #fff;
    padding: 3px;
    border-radius: 100%;
    color: #5b6788;
    display: inline-block;
}

.box-cookie-policy p 
{
    display: inline-block;
    float: left;
    width: 93%;
    text-align: justify;
    padding: 5px;
    margin-right: 1%;
    position: relative;
}

.box-cookie-policy button
{
    display: inline-block;
    width: auto;
    margin-top: 5px;
    position: relative;
}

/* MODAL PROTOCOLO GERADO */

.modal-protocolo-gerado{
    padding: 0 25px 0 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.header-modal-protocolo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
}

.header-infos-modal-protocolo{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.titulo-modal-protocolo-gerado{
    margin-top: 15px;
    font-size: 27px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    color: var(--color-primary-2);
}

.body-modal-protocolo{
    padding: 0;
    margin: 10px 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

/* MODAL CONFIRMAR ALTERAÇÃO */

.modal-confirma-alteracao{
    max-width: 600px;
    width: 480px;
    height: 80%;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
}

.header-modal-confirmacao{
    height: 60%;
    display: flex;
    flex-direction: column;
    padding: 5px 5px 0 0;   
    border: none;
}

.header-btn-close{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: end;
}

.header-alertsign-modal{
    display: flex;
    justify-content: center;
}

.alertsign-modal{
    width: 19%;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff9e10;
    color: white;
    border-radius: 100%;
}

.alertsign-modal i{
    font-size: 32px;
}

.header-infos-modal-confirmacao{
    margin: 0;
}

.modal-footer-confirmacao{
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    text-align: center;
    border:none;
}

.div-footer-text{
    margin-bottom: 10px;
}

.div-footer-text p{
    font-size: 18px; 
    font-weight: bold;
}

.btn-fechar-modal-confirmacao:hover{
    color: red;
} 

/* Responsividade */
@media (max-width: 600px) {
    .body-modal-confirmacao > div {
        padding: 15px;
        width: 100%; /* Usa toda a largura disponível */
    }

    .modal-confirmacao-text {
        font-size: 1em; /* Texto um pouco menor em telas menores */
    }

    .default-w.btn {
        font-size: 0.9em; /* Tamanho do texto dos botões ajustado */
        padding: 8px; /* Ajuste do padding dos botões */
    }
}

.wrapper__item {
    position: relative;
    padding-right: 20px; /* Espaço para o triângulo */
    cursor: pointer;
}

.wrapper__item::after {
    content: '';
    position: absolute;
    right: 0px; /* Distância do triângulo até a borda direita */
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #5B6788; /* Cor da seta (preto) */
    width: 0;
    height: 0;
}
