.action-link {
  color: #fe3b00;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-inline: 5px;
}

#client-content .content {
  height: 100vh;
  @media (min-width: 768px) {
    padding: 0 50px;
  }
}

#client-content .actions .select-enterprise {
  width: 100%;
  margin-bottom: 8px;

  @media (min-width: 768px) {
    width: 105px;
    margin-right: 10px;
    height: 40px;
  }
}

#client-content .actions > p {
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0%;
}

#client-content .content-box {
  @media (min-width: 768px) {
    padding: 0 24px;
  }
}
#client-content .breadcrumb {
  @media (min-width: 768px) {
    margin: 16px 0;
  }
}

#client-content .table-content {
  overflow-x: auto;
  @media (max-width: 768px) {
    padding-top: 8px;
  }
}

#client-content .actions .search {
  width: 100%;
  margin-bottom: 8px;

  @media (min-width: 768px) {
    width: 200px;
    margin-right: 8px;
  }
}

.ant-breadcrumb-link {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#client-content .table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: auto;

  @media (min-width: 768px) {
    flex-direction: row;
  }
}

.item-count {
  size: 16px;
  line-height: 24px;
}

.empty-label {
  font-weight: bold;
}

.search .ant-input {
  height: 40px;
  font-size: 12pt;
}

.search-full {
  margin-bottom: 12px;
}
.search .ant-btn {
  height: 40px;
}

.masked-input {
  height: 40px;
  font-size: 12pt;
  width: 100%;
  margin-bottom: 8px;

  @media (min-width: 768px) {
    width: 200px;
    margin-right: 8px;
    margin-bottom: 0;
  }
}

.search-button {
  height: 40px;
  @media (min-width: 768px) {
    width: 100%;
    max-width: 148px;
  }
}

#client-content .search-button-container {
  display: flex;
  justify-content: center;
}

#client-content .ant-input {
  border-radius: 5px;
}
#client-content .ant-input:hover {
  border-color: #fe3b00;
}
#client-content .ant-input:active {
  border-color: #fe3b00;
}

#client-content .ant-input-group-addon {
  display: none;
}

#client-content .ant-pagination .ant-pagination-item-active {
  border-color: #fe3b00;
}

#client-content .ant-pagination .ant-pagination-item-active a {
  color: #fe3b00;
}
.action-link {
    color: #FE3B00;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-inline: 5px;
}

th.ant-table-cell {
    color: #838796 !important;
}

.ant-breadcrumb-link {
    color: var(--ant-color-text-heading);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.table-header {
    display: flex;
    height: 64px;
    padding: 16px 0px 16px 0px;
    justify-content: space-between;
}

.item-count {
    size: 16px;
    line-height: 24px;
}

.ant-list-header {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #838796;
}

.feature-list-header {
    display: flex;
    justify-content: space-between;
}

.ant-list-item-meta-title {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--ant-color-text-heading)!important;
}

.remove-feature-item {
    text-decoration: none !important;
}

.ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-btns .ant-btn-primary{
    height: 29px;
}

.empty-description {
    color: var(--ant-color-text-heading);
}

.empty-image {
    color: var(--ant-color-text-heading);
}

.ant-card .ant-card-body {
    padding: 20px;
    border-radius: 0 0 8px 8px;
}
.ant-spin .ant-spin-dot-item{
    background-color: #FE3B00; !important;
}#manage-product .content-box {
  display: flex;
  flex-direction: column;
  @media (min-width: 768px) {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 1.5rem;
    margin-top: 20;
  }
}

#manage-product .info-client {
  @media (max-width: 768px) {
    width: 100%;
  }
}

#manage-product .manage-plans .group-button {
  display: flex;
  align-items: center;
  gap: 4px;
}

#manage-product .manage-plans .group-button .select-plans {
  @media (min-width: 768px) {
    width: 250px;
  }
}
.action-link {
    color: #FE3B00;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-inline: 5px;
}


.ant-breadcrumb-link {
    color: var(--ant-color-text-heading);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.table-header {
    display: flex;
    height: 64px;
    padding: 16px 0px 16px 0px;
    justify-content: space-between;
}

.item-count {
    size: 16px;
    line-height: 24px;
}

.ant-list-header {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.feature-list-header {
    display: flex;
    justify-content: space-between;
}

.ant-list-item-meta-title {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--ant-color-text-heading)!important;
}

.remove-feature-item {
    text-decoration: none !important;
}
.ant-checkbox-group >.ant-row>.ant-col {
    flex: 0 0 100%;
    max-width: 100%;
}
.ant-spin .ant-spin-dot-item{
    background-color: #FE3B00; !important;
}#container-header-manage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  @media (min-width: 768px) {
    flex-direction: row;
    justify-content: space-between;
  }
}

#container-header-manage .group-content {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-direction: column;

  @media (min-width: 768px) {
    flex-direction: row;
    gap: 9px;
    justify-content: space-between;
  }
}
#container-header-manage .group-button button {
  width: 100%;
}

#container-header-manage .group-content .fantasia {
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
}

#container-header-manage .group-content .tipo {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

#container-header-manage .group-content .cnpj {
  font-size: 16px;
  font-weight: 400;
  color: #9696a0;
  margin: 0px;
}
#container-general-options {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;

  @media (min-width: 768px) {
    grid-template-columns: 1fr 1fr;
  }
}

#container-general-options .info-status {
  display: flex;
  gap: 9px;
  align-items: center;
}

#container-general-options .info-status .anticon {
  font-size: 20px !important;
}

#container-general-options .info-status p {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}
#container-general-options .rescreen-button {
  display: flex;
  justify-content: end;
  padding-top: 1rem;
}
* {
    font-family: Poppins;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins-Regular'), url(/assets/Poppins-Regular-707fdc5c.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins-bold';
    font-weight: 700;
    src: local('Poppin-bold'), url(/assets/Poppins-Bold-7219547e.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins-black';
    font-weight: bolder;
    src: local('Poppins-black'), url(/assets/Poppins-Black-291e4388.ttf) format('truetype');
}

:root {
    font-family: 'Poppins';
    line-height: 1.5;
    font-weight: 400;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

.ant-btn-primary {
    background-color: #FE3B00;
    width: Hug (156px);
    height: Hug (32px);
    padding: 4px 15px 4px 15px;
    border-radius: 2px;
    border: 1px;
    gap: 8px;
}

.ant-select .ant-select-selection-placeholder {
    color: var(--ant-color-text-heading);
}

.ant-typography {
    font-family: 'Poppins'
}

.masked-input {
    border-end-end-radius: 0;
    border-start-end-radius: 0;
}