/* US_membersareamenu */

#US_membersareamenu {}

#US_membersareamenu .btn {
  width: 134px;
  height: 41px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #09121F;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 146, 72, 1);
  border-radius: 30px;
  text-transform: capitalize;
}

#US_membersareamenu .btn:hover {
  color: #FFFFFF;
  background: linear-gradient(96deg, #F48234 0%, #F78739 100%);
}

#US_membersareamenu .btn i {
  margin-left: 10px;
}

#US_membersareamenu .btn.act i {
  transform: rotate(180deg);
}

#US_membersareamenu #membersareasubmenu {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  border: 1px solid rgba(255, 146, 72, 1);
  border-radius: 12px;
  width: 219px;
  background-color: #FFFFFF;
  display: none;
  opacity: 0;
  visibility: hidden;
}

#US_membersareamenu #membersareasubmenu.act {
  top: calc(100% + 15px);
  display: block;
  opacity: 1;
  visibility: visible;
}

#US_membersareamenu #membersareasubmenu ul {
  padding: 10px 4px;
}

#US_membersareamenu #membersareasubmenu ul li {
  list-style: none;
}

#US_membersareamenu #membersareasubmenu ul li:last-child {
  border-top: 1px solid #D8D8E5;
  margin-top: 5px;
  padding-top: 5px;
}

#US_membersareamenu #membersareasubmenu ul a {
  padding: 14px 13px;
  border-radius: 8px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #555762;
}

#US_membersareamenu #membersareasubmenu ul .current_page_item a,
#US_membersareamenu #membersareasubmenu ul a:hover {
  background: rgba(3, 43, 115, 0.05);
  color: #062F60;
}


/* end:US_membersareamenu */


/* US_formlogin */

#US_formlogin {
  max-width: 480px;
  margin: 0 auto;
}

#US_formlogin h2 {
  font-weight: 600;
  text-align: center;
}

#US_formlogin p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

#US_formlogin #msn_error {
  border: 1px solid rgb(255 0 0);
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: rgba(255, 0, 0, 0.2);
}

#US_formlogin label {
  display: inline-block;
  width: 100%;
  padding: 0 0 25px 0;
}

#US_formlogin label .label {
  font-size: 16px;
  color: #161C2D;
  padding: 0 0 8px 0;
  display: flex;
  justify-content: space-between;
}

#US_formlogin label .anchor-relative {
  position: relative;
}

#US_formlogin label .anchor-relative .reveal-password {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  margin: -11px 0 0 0;
}

.lostpassword {
  font-size: 16px;
  font-weight: 400;
  color: #062F60;
}

#US_formlogin label input {
  border-radius: 4px;
}

#US_formlogin label.error input {
  border-color: red;
}

#US_formlogin #btn-login {
  width: 100%;
  height: 51px;
  border-radius: 30px;
  background: #EB7B4C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

#US_formlogin #lostpasswordform {
  display: none;
}

#US_formlogin #lostpasswordform input.input {
  border-radius: 4px;
}

#US_formlogin #btn-lostpassword {
  width: 100%;
  height: 51px;
  border-radius: 30px;
  background: #EB7B4C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

#US_formlogin p.register {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #555762;
  display: block;
  padding: 25px 0;
}

#US_formlogin p.register a {
  color: #062F60;
}


/* end:US_formlogin */


/* US_formregister */

#US_formregister {
  max-width: 480px;
  margin: 0 auto;
}

#US_formregister #msn_error {
  border: 1px solid rgb(255 0 0);
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: rgba(255, 0, 0, 0.2);
}

#US_formregister h2 {
  font-weight: 600;
  text-align: center;
}

#US_formregister p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

#US_formregister .steps {
  font-size: 0;
}

#US_formregister .steps .block-form {
  min-height: 500px;
}

#US_formregister .steps .block-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#US_formregister .steps .block-btn .btn-back {
  height: 51px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 0 30px;
  border: 1px solid #55576233;
  color: #062F60;
}

#US_formregister .steps .block-btn .btn-next {
  height: 51px;
  border-radius: 30px;
  background: #EB7B4C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0 30px;
}

#US_formregister label {
  display: inline-block;
  width: 100%;
  padding: 0 0 25px 0;
}

#US_formregister label[for="user_number"] {
  width: 143px;
  padding-right: 22px;
}

#US_formregister label[for="user_state"] {
  width: 143px;
  padding-left: 22px;
}

#US_formregister label[for="user_complement"],
#US_formregister label[for="user_city"] {
  width: calc(100% - 143px);
}

#US_formregister label .label {
  font-size: 16px;
  color: #161C2D;
  padding: 0 0 8px 0;
  display: block;
}

#US_formregister label .support {
  font-size: 12px;
  color: #161C2D;
  padding: 0;
  line-height: 140% !important;
  display: block;
}

#US_formregister label input {
  border-radius: 4px;
  color: #333;
}

#US_formregister label .anchor-relative {
  position: relative;
}

#US_formregister label .anchor-relative .reveal-password {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  margin: -11px 0 0 0;
}

#US_formregister label select {
  border-radius: 4px;
  border-color: #D8D8E5;
  padding: 0 13px;
  height: 42px;
  color: #6E757C;
}

#US_formregister label.error input {
  border-color: red;
}

#US_formregister #btn-start {
  width: 100%;
  height: 51px;
  border-radius: 30px;
  background: #EB7B4C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

#US_formregister p.login {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #555762;
  display: block;
  padding: 25px 0;
}

#US_formregister p.login a {
  color: #062F60;
}

#US_formregister #list-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180%;
  margin: 0 0 80px -40%;
  padding: 0;
  position: relative;
}

#US_formregister #list-steps:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  background-color: #DDDDE0;
}

#US_formregister #list-steps li {
  list-style: none;
  position: relative;
  background: white;
}

#US_formregister #list-steps li:first-child:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 50%;
  background-color: #DDDDE0;
}

#US_formregister #list-steps li:last-child:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  right: 50%;
  left: auto;
  background-color: #DDDDE0;
}

#US_formregister #list-steps li:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0%;
  background-color: #DDDDE0;
}

#US_formregister #list-steps li a {
  display: block;
  position: relative;
}

#US_formregister #list-steps li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  width: 40px;
  height: 40px;
  border: 1px solid #AAABB0;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  color: #AAABB0;
  background: white;
  outline: 15px solid white;
}

#US_formregister #list-steps li a b {
  color: #AAABB0;
  font-weight: 600;
  font-size: 16px;
}

#US_formregister #list-steps li.act span {
  border: 1px solid #EB7B4C;
  color: #EB7B4C;
}

#US_formregister #list-steps li.act b {
  color: #161C2D;
}

#US_formregister #btnSend {
  width: 100%;
  height: 51px;
  border-radius: 30px;
  background: #EB7B4C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

#US_formregister .last-step {
  display: none;
}

#US_formregister .last-step .steps {
  display: none;
}

#US_formregister .last-step .first-step.steps {
  display: block;
}


/* end:US_formregister */


/* US-history-table */

#US-history-table {
  border: none;
}

#US-history-table th {
  text-align: left;
}

#US-history-table th,
#US-history-table td {
  border: none;
}

#US-history-table td {
  border-top: 1px solid rgba(85, 87, 98, 0.1);
  vertical-align: middle;
}

#US-history-table td a {
  color: #333;
}

table#US-history-table tbody tr:hover>td,
table#US-history-table tbody tr:hover>th,
table#US-history-table tbody>tr:nth-child(odd)>td,
table#US-history-table tbody>tr:nth-child(odd)>th {
  background: transparent !important;
  vertical-align: middle;
}

#US-history-table td .ticket-tax {
  padding: 5px 14px;
  border-radius: 4px;
  display: inline-block;
}

#US-history-table td .closed {
  background: #83F5D3;
}

#US-history-table td .aberto {
  background: rgba(85, 87, 98, 0.1);
}

#US-history-table td .in-progress {
  background: #FF9248;
}


/* end:US-history-table */


/* US_flex */

#US_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 19px 0;
}


/* end:US_flex */

#US_menuschedules {
  position: relative;
}

#US_menuschedules a.ellipsis {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555762
}

#US_menuschedules #submenuschedules {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  border: 1px solid #555762;
  border-radius: 6px;
  padding: 4px;
  background-color: #FFFFFF;
}

#US_menuschedules #submenuschedules.act {
  display: block;
  visibility: visible;
  opacity: 1;
}

#US_menuschedules #submenuschedules ul {
  padding: 0;
  margin: 0;
}

#US_menuschedules #submenuschedules ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#US_menuschedules #submenuschedules ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #062F60;
  padding: 8px 16px;
  text-align: center;
  display: block;
  white-space: nowrap;
}

#US_menuschedules #submenuschedules ul li a:hover {
  background: rgba(3, 43, 115, 0.05);
}


/* US_paginations */

#US_paginations {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

#US_paginations .pagingInfo {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #555762;
  padding: 0 30px 0 0
}

#US_paginations .pagingInfo input {
  width: 58px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #D8D8E5;
}

#US_paginations .slick-arrow {
  width: 48px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #D8D8E5;
  color: #555762;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}


/* end:US_paginations */


/* US_information_agreement */

#US_information_agreement {
  max-width: 557px;
  padding: 47px;
  border-radius: 12px;
  background: #FFFFFF;
}

#US_information_agreement #msn_sucess {
  border: 1px solid rgb(0 128 0);
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: rgba(0, 128, 0, 0.2);
}

#US_information_agreement h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #032B73;
  padding: 0 0 15px 0;
}

#US_information_agreement label {
  display: inline-block;
  width: 100%;
  padding: 0 0 25px 0;
}

#US_information_agreement label .label {
  color: #161C2D;
  padding: 0 0 8px 0;
  display: block;
}

#US_information_agreement label input {
  border-radius: 4px;
}

#US_information_agreement label select {
  border-radius: 4px;
  border-color: #D8D8E5;
  padding: 0 13px;
  height: 42px;
  color: #6E757C;
}

#US_information_agreement label.error input {
  border-color: red;
}

#US_information_agreement #btn-save-information-agreement {
  margin: 35px auto 0 auto;
  display: block;
  width: 100%;
  max-width: 238px;
  height: 51px;
  padding: 16px 32px 16px 32px;
  border-radius: 100px;
  background: linear-gradient(90.11deg, #0059C2 -91.42%, #062F60 108.81%);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: center;
  color: #FFF;
}


/* end:US_information_agreement */


/* US_personal_information */

#US_personal_information {
  max-width: 557px;
  padding: 47px;
  border-radius: 12px;
  background: #FFFFFF;
}

#US_personal_information #msn_sucess {
  border: 1px solid rgb(0 128 0);
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: rgba(0, 128, 0, 0.2);
}

#US_personal_information .personal-information {
  padding-bottom: 50px;
}

#US_personal_information .block-form {
  font-size: 0;
}

#US_personal_information h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #032B73;
  padding: 0 0 15px 0;
}

#US_personal_information label {
  display: inline-block;
  width: 100%;
  padding: 0 0 25px 0;
}

#US_personal_information label[for="user_number"] {
  width: 143px;
  padding-right: 22px;
}

#US_personal_information label[for="user_state"] {
  width: 143px;
  padding-left: 22px;
}

#US_personal_information label[for="user_complement"],
#US_personal_information label[for="user_city"] {
  width: calc(100% - 143px);
}

#US_personal_information label .label {
  color: #161C2D;
  padding: 0 0 8px 0;
  display: block;
}

#US_personal_information label input {
  border-radius: 4px;
}

#US_personal_information label.error input {
  border-color: red;
}

#US_personal_information #btn-save-personal-information {
  margin: 35px auto 0 auto;
  display: block;
  width: 100%;
  max-width: 238px;
  height: 51px;
  padding: 16px 32px 16px 32px;
  border-radius: 100px;
  background: linear-gradient(90.11deg, #0059C2 -91.42%, #062F60 108.81%);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: center;
  color: #FFF;
}


/* end:US_personal_information */

#US_block-chart {}

#US_block-chart #month-chart {}

#US_block-chart #year-chart {
  display: none;
}

#US_menuschart {
  position: relative;
}

#US_menuschart a.ellipsis {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555762
}

#US_menuschart #submenuschart {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  border: 1px solid #555762;
  border-radius: 6px;
  padding: 4px;
  background-color: #FFFFFF;
}

#US_menuschart #submenuschart.act {
  display: block;
  visibility: visible;
  opacity: 1;
}

#US_menuschart #submenuschart ul {
  padding: 0;
  margin: 0;
}

#US_menuschart #submenuschart ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#US_menuschart #submenuschart ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #062F60;
  padding: 8px 16px;
  text-align: center;
  display: block;
  white-space: nowrap;
}

#US_menuschart #submenuschart ul li a.act {
  background: rgba(3, 43, 115, 0.05);
}

#US_menuschart #submenuschart ul li a:hover {
  background: rgba(3, 43, 115, 0.05);
}


/* US_ticketsingle */

#commentform textarea#comment {
  border-radius: 10px;
}

#commentform input#submit {
  padding: 14px 40px;
  border-color: #F78739;
  color: #FFF;
}

#commentform input#submit:hover {
  color: #F78739;
  background-color: #FFF;
}

#US_ticketsingle {}

#US_ticketsingle .item {
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 10px;
}

#US_ticketsingle .item.start {
  align-items: start;
}

#US_ticketsingle .item .label {
  font-weight: 700;
}

#US_ticketsingle .item .content ul {
  padding: 0;
  display: flex;
  gap: 10px;
}

#US_ticketsingle .item .content ul li {
  max-width: 200px;
  list-style: none;
}

#US_ticketsingle .item .ticket-tax {
  padding: 5px 14px;
  border-radius: 4px;
  display: inline-block;
  background: rgba(85, 87, 98, 0.1);
}

#US_ticketsingle .item .ticket-tax.closed {
  background: #83F5D3;
}

#US_ticketsingle .item .ticket-tax.aberto {
  background: rgba(85, 87, 98, 0.1);
}

#US_ticketsingle .item .ticket-tax.in-progress {
  background: #FF9248;
}

#US_ticketsingle .item .ticket-tax.normal,
#US_ticketsingle .item .ticket-tax.open {
  background-color: #3a87ad;
}

#US_ticketsingle .item .ticket-tax.feature-request,
#US_ticketsingle .item .ticket-tax.major {
  background-color: #f89406;
}

#US_ticketsingle .item .ticket-tax.bug,
#US_ticketsingle .item .ticket-tax.critical {
  background-color: #b94a48;
}


/* end:US_ticketsingle */

.single-emd_ticket .elementor-location-single.type-emd_ticket>div:first-child {
  display: none;
}