section.listagem-de-produtos-extras{
    position: relative;
    display: block;
    padding-top:32px;
    padding-bottom: 50px;
}

section.listagem-de-produtos-extras .card {
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

section.listagem-de-produtos-extras .table-concept {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
section.listagem-de-produtos-extras .table-concept .table-radio {
  display: none;
}
section.listagem-de-produtos-extras .table-concept .table-radio:checked + .table-display {
  display: block;
}
section.listagem-de-produtos-extras .table-concept .table-radio:checked + .table-display + table {
  width: 100%;
  display: table;
}
section.listagem-de-produtos-extras .table-concept .table-radio:checked + .table-display + table + .pagination {
  display: flex;
}
section.listagem-de-produtos-extras .table-concept .table-radio:checked + .table-display + table + .pagination > label.active {
  color: #ffffff;
  background-color: dimgray;
  cursor: default;
}
section.listagem-de-produtos-extras .table-concept .table-radio:checked + .table-display + table + .pagination > label.disabled {
  color: #ffffff;
  background-color: #b5b5b5;
  cursor: default;
}
section.listagem-de-produtos-extras .table-concept .table-display {
  background-color: #e2e2e2;
  text-align: right;
  padding: 10px;
  display: none;
  position: sticky;
  left: 0;
}
section.listagem-de-produtos-extras .table-concept table {
  background-color: #ffffff;
  font-size: 16px;
  border-collapse: collapse;
  display: none;
}
section.listagem-de-produtos-extras .table-concept table tr:last-child td {
  border-bottom: 0;
}
section.listagem-de-produtos-extras .table-concept table tr th,
section.listagem-de-produtos-extras .table-concept table tr td {
  text-align: left;
  padding: 12px;
  box-sizing: border-box;
}
section.listagem-de-produtos-extras .table-concept table tr th {
  color: #ffffff;
  font-weight: normal;
  background-color: #8f8f8f;
  border-bottom: solid 2px #d8d8d8;
  position: sticky;
  top: 0;
}
section.listagem-de-produtos-extras .table-concept table tr td {
  border: solid 1px #d8d8d8;
  border-left: 0;
  border-right: 0;
  white-space: nowrap;
  font-size: 14px;
}
section.listagem-de-produtos-extras .table-concept table tbody tr {
  transition: background-color 150ms ease-out;
}
section.listagem-de-produtos-extras .table-concept table tbody tr:nth-child(2n) {
  background-color: whitesmoke;
}
section.listagem-de-produtos-extras .table-concept table tbody tr:hover {
  background-color: #ebebeb;
}
section.listagem-de-produtos-extras .table-concept .pagination {
  background-color: #8f8f8f;
  width: 100%;
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
}
section.listagem-de-produtos-extras .table-concept .pagination > label {
  background-color: #8f8f8f;
  color: #ffffff;
  padding: 10px;
  cursor: pointer;
}
section.listagem-de-produtos-extras .table-concept .pagination > label:hover {
  background-color: darkgray;
}
section.listagem-de-produtos-extras .table-concept .pagination > label:active {
  background-color: #767676;
}

section.listagem-de-produtos-extras .table-title {
  color: #ffffff;
  background-color: #2f2f2f;
  padding: 15px;
}
section.listagem-de-produtos-extras .table-title h2 {
  margin: 0;
  padding: 0;
}

section.listagem-de-produtos-extras .button-container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
section.listagem-de-produtos-extras .button-container span {
  color: #8f8f8f;
  text-align: right;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}
section.listagem-de-produtos-extras .button-container button {
  font-family: inherit;
  font-size: inherit;
  color: #ffffff;
  padding: 10px 15px;
  border: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  transition: background-color 225ms ease-out;
}
section.listagem-de-produtos-extras .button-container button.primary {
  background-color: #147eff;
}
section.listagem-de-produtos-extras .button-container button.primary:hover {
  background-color: #479aff;
}
section.listagem-de-produtos-extras .button-container button.primary:active {
  background-color: #0065e0;
}
section.listagem-de-produtos-extras .button-container button.primary {
  background-color: #147eff;
}
section.listagem-de-produtos-extras .button-container button.primary:hover {
  background-color: #479aff;
}
section.listagem-de-produtos-extras .button-container button.primary:active {
  background-color: #0065e0;
}
section.listagem-de-produtos-extras .button-container button.danger {
  background-color: #d11800;
}
section.listagem-de-produtos-extras .button-container button.danger:hover {
  background-color: #ff2205;
}
section.listagem-de-produtos-extras .button-container button.danger:active {
  background-color: #9e1200;
}
section.listagem-de-produtos-extras .button-container button svg {
  fill: #ffffff;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}



section.listagem-de-produtos-extras a.button,
section.listagem-de-produtos-extras a.button:hover,
section.listagem-de-produtos-extras a.button:active,
section.listagem-de-produtos-extras a.button:focus,
section.listagem-de-produtos-extras a.button:visited{
    color: #fff;
    background: #8f8f8f;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 8px;
    border-radius: 7px;
}

@media(max-width:540px){
    section.listagem-de-produtos-extras img{
        max-width: 65px !important;
    }
}


.action-extras-eventos{
    position:relative;
    padding: 12px;
}



.dio-harm-101 {
    margin-top:25px;
    box-sizing:border-box;
  }
  
  .dio-harm-102 {
    display:flex;
    flex-wrap:wrap;
    margin-right:-5px;
    margin-left:-5px;
    margin-bottom:10px;
    box-sizing:border-box;
  }
  
  .dio-harm-102 label{
    display: block;
    font-size: 15px;
    padding-bottom: 12px;
    color: #000 !important;
    font-size: 16px;
  }


  .dio-harm-103 {
  
    background-repeat: no-repeat;
    background-position: 15px 50%;
    padding-left: 45px;
    border: 1px solid rgb(227, 229, 232) !important;
    border-radius: 10px !important;
    background:#f9f9f9 !important;
    padding: 16px 16px 16px 16px !important;
    color: rgb(115, 125, 140) !important;
    transition: 0.3s;
    width: 100% !important;
    font-size: 16px;
    line-height: normal;
    outline: rgb(115, 125, 140) none 0px;
    overflow: clip !important;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
  }
  
  .dio-harm-104 {
    color:Red;
    display:none;
    box-sizing:border-box;
  }
  
  .dio-harm-105 {
    display:flex;
    flex-wrap:wrap;
    margin-right:-5px;
    margin-left:-5px;
    margin-bottom:10px;
    position:relative;
    box-sizing:border-box;
  }
  
  .dio-harm-106 {
    
    background-repeat:no-repeat;
    background-position:15px 50%;
    padding-left:45px;
    border:1px solid rgb(227, 229, 232);
    border-radius:10px;
    background-color:rgb(255, 255, 255);
    padding:16px 16px 16px 45px;
    color:rgb(115, 125, 140);
    transition:0.3s;
    width: 100%;
    font-size:16px;
    line-height:normal;
    outline:rgb(115, 125, 140) none 0px;
    overflow:clip;
    margin:0px;
    font-family:'Open Sans', sans-serif;
    box-sizing:border-box;
  }
  
  .dio-harm-107 {
    color:Red;
    display:none;
    box-sizing:border-box;
  }
  
  .dio-harm-108 {
    position:absolute;
    top:15px;
    right:15px;
    color:rgb(115, 125, 140);
    font-weight:600;
    text-decoration:none solid rgb(115, 125, 140);
    background-color:rgba(0, 0, 0, 0);
    box-sizing:border-box;
  }
  
  .dio-harm-109 {
    overflow:visible;
    vertical-align:-2px;
    box-sizing:content-box;
    display:inline-block;
    height:16px;
  }
  
  .dio-harm-110 {
    box-sizing:border-box;
  }
  
  .dio-harm-111 {
    margin-top:25px;
    justify-content:space-between;
    display:flex;
    box-sizing:border-box;
  }
  
  .dio-harm-112 {
    box-sizing:border-box;
  }
  
  .dio-harm-113 {
    color:rgb(9, 35, 91);
    cursor:pointer;
    display:block;
    font-size:15px;
    font-weight:400;
    line-height:20px;
    margin-bottom:10px;
    text-align:left;
    padding-left:23px;
    position:relative;
    min-height:15px;
    box-sizing:border-box;
  }
  
  .dio-harm-114 {
    opacity:0.5;
    margin-top:2px;
    position:absolute;
    left:0px;
    z-index:-1;
    width: 1rem;
    height:12.5px;
    box-sizing:border-box;
  }
  
  .dio-harm-115 {
    outline:rgb(0, 0, 0) none 0px;
    box-sizing:border-box;
    padding:0px;
    overflow:visible;
    margin:0px;
    font-family:'Open Sans', sans-serif;
    font-size:15px;
    line-height:20px;
  }
  
  .dio-harm-116 {
    box-sizing:border-box;
  }
  
  .dio-harm-117 {
    box-sizing:border-box;
  }
  
  .dio-harm-118 {
    box-sizing:border-box;
  }
  
  .dio-harm-119 {
    font-weight:600;
    text-decoration:none solid rgb(55, 97, 246);
    color:rgb(55, 97, 246);
    background-color:rgba(0, 0, 0, 0);
    box-sizing:border-box;
  }
  
  .dio-harm-120 {
    margin-top:25px;
    box-sizing:border-box;
  }
  
  .dio-harm-121 {
    height:50px !important;
    padding:15px 20px !important;
    align-items:center !important;
    background-color:rgb(0, 26, 117) !important;
    border:0px none rgb(255, 255, 255) !important;
    border-radius:10px !important;
    color:rgb(255, 255, 255) !important;
    cursor:pointer !important;
    display:flex !important;
    font-size:15px !important;
    font-weight:600 !important;
    gap:10px !important;
    justify-content:center !important;
    line-height:17px !important;
    text-align:center !important;
    text-decoration:none solid rgb(255, 255, 255) !important;
    text-shadow:rgba(0, 0, 0, 0.17) 0px 2px 2px !important;
    transition:0.3s !important;
    outline:rgb(255, 255, 255) none 0px !important;
    width: 100% !important;
    appearance:button !important;
    overflow:clip !important;
    margin:0px !important;
    font-family:'Open Sans', sans-serif !important;
    box-sizing:border-box !important;
  }
  
  .dio-harm-122 {
    margin-top:25px;
    text-align:center;
    box-sizing:border-box;
  }
  
  .dio-harm-123 {
    margin:0px;
    margin-top:0px;
    margin-bottom:0px;
    box-sizing:border-box;
    outline:rgb(33, 37, 41) none 0px;
    list-style:outside none none;
    padding:0px;
  }
  
  .dio-harm-124 {
    font-weight:600;
    text-decoration:none solid rgb(55, 97, 246);
    color:rgb(55, 97, 246);
    background-color:rgba(0, 0, 0, 0);
    box-sizing:border-box;
  }
  
  .conteudo-alerta-inscricao{
    padding: 20px;
  }

  .conteudo-alerta-inscricao h2{

  }

  .conteudo-alerta-inscricao p{

  }