.ant-tabs-nav {
  margin-bottom: 5px !important;
}

.ant-descriptions-title {
  font-size: 15px;
}

.ant-descriptions-header {
  line-height: 30px;
  margin: 7px 0 !important;
}

.ant-descriptions-item-content {
  word-break: break-all;
}

@media (min-width: 576px) {
  .ant-descriptions-item-label {
    width: 40%;
  }

  .ant-descriptions-item-content {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .ant-descriptions-item-label {
    width: 20%;
  }

  .ant-descriptions-item-content {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .ant-descriptions-item-label {
    width: 21%;
  }

  .ant-descriptions-item-content {
    width: 15.33%;
  }
}

.sw-query-wrapper {
  width: 65%;
  display: block;
}

.detail_content_items .ant-descriptions-small .ant-descriptions-row>td,
.ant-descriptions-small .ant-descriptions-row>th {
  padding-bottom: 8px;
}

.detail_content_items {
  /* background-color: #fff; */
  margin-bottom: 10px;
  padding: 10px;
  line-height: 30px;
}

.ant-card-head {
  border-bottom: 1px solid #fff;
}

label.lines {
  width: 4px;
  height: 12px;
  display: inline-block;
  background: #047fb8;
  margin-right: 6px;
  margin-left: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.card-title-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.default-margin-top {
  margin-top: 10px;
}

.default-margin-left {
  margin-left: 10px;
}

.default-margin-right {
  margin-right: 10px;
}

.default-margin-bottom {
  margin-bottom: 10px;
}

.ant-table-striped :deep(.table-striped) td {
  background-color: #fafafa;
}

.default-card .ant-card-head {
  padding: 0 10px !important;
  /* border-bottom: 1px solid #f0f0f0; */
}

.default-card .ant-card-body {
  padding: 0 10px 10px !important;
}

.default-card-no-head .ant-card-body {
  padding: 10px !important;
}

.descriptions_color {
  /* background-color: #fafafa; */
  background-color: #f5faff;
  /* padding: 5px; */
  padding-top: 10px;
  padding-bottom: 4px;
}


.phoneimg .ant-image {
  width: 200px !important;
}

.ant-menu-overflow {
  justify-content: center;
}

a {
  /* color: #333; */
  text-decoration: none;
}

ul {
  padding: 0
}

.calculator-card {
  max-width: 1300px;
  margin: 0 auto;
}

.ant-popover-inner-content {
  padding: 10px;
}

.ant-popover-inner-content p {
  margin-bottom: 0;
}

.ant-tag-red {
  background: #fff;
  border-color: #cf1322;
  color: #cf1322;
}

.ant-steps-item-title {
  line-height: 30px;
  width: 100px;
  white-space: break-spaces;
  padding-right: 0px;
}

.ant-descriptions-item-content>.descriptions-item-span-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.no-text-overflow-ellipsis.ant-descriptions-item-content>.descriptions-item-span-text-overflow {
  overflow: visible;
  text-overflow: clip;
  display: inline;
}

.capital-text-overflow-ellipsis {
  position: absolute;
  bottom: -8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
