﻿.content-box {
  margin-top: -30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.content-box .desc {
  margin-top: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.ms-text {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #666;
}

.t-text {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
}

.content-box .tag {
  font-size: 50px;
  font-weight: bold;
  padding-top: 16px;
}

.content-box .button {
  min-width: 250px;
  min-width: 220px;
  padding: 5px 25px;
  font-size: 24px;
  text-align: center;
}

.com-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 35px;
  padding-bottom: 42px;
  border-radius: 8px;
}

.custom-search {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  column-gap: 12px;
  margin-top: 15px;
}
/* .custom-search select,
.custom-search input,
.custom-search .col-form-label {
  background-color: pink !important;
} */

.custom-search select,
.custom-search input,
.custom-search .col-form-label {
  width: 100%;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  /*color: #6e6b7b;*/
  border: radius 8px;
  background-color: #f9fafb;
}

.custom-search .column-2 {
  grid-column-end: span 2;
}

.custom-search-btn {
  text-align: center;
  margin-bottom: 20px;
}

.plan-content .custom-table {
  width: 100%;
  min-width: 900px;
  /* border: 1px solid #f6f6f6; */
  font-size: 18px;
  overflow-x: scroll;
}

.plan-content .custom-table th,
.plan-content .custom-table tfoot {
  background-color: #2aae99;
  color: #fff;
  padding: 0.5rem 0.8rem;
  white-space: nowrap; /*不换行显示*/
}

.plan-content .custom-table tr:hover {
  background-color: #f8f9fa;
}
/* .plan-content .custom-table tr td:last-child {
  background-color: pink;
} */

.plan-content .custom-table td {
  padding: 0.5rem 0.8rem;
  /*border-right: 1px solid #f6f6f6;*/
  border-bottom: 1px solid #f6f6f6;
  /* white-space: nowrap; 不换行显示 */
}

.plan-content .custom-table td:nth-child(1) {
  /*text-align: center;*/
  /* vertical-align: bottom; */
}

.plan-content .custom-table td:nth-child(1).vertical-align-middle {
  /*text-align: center;*/
  vertical-align: middle;
  padding-left: 0.3rem;
}

.plan-content .custom-table td:nth-child(1) a {
  color: #fff;
}

.plan-content .custom-table td .plan-content .custom-table tr:hover {
  background-color: rgba(0, 0, 0, 0.025);
}

/*.custom-table td.select:hover
{
    cursor: pointer;
}*/

.myPagination ul {
  font-size: 18px;
  padding: 0.25rem 1rem;
  padding-top: 0.5rem;
  background-color: transparent;
}

.brand-list-page .myPagination ul {
  min-width: 1000px !important;
}

.myPagination ul select {
  border: 1px solid #ced4da;
}

.custom-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #e7e7e7;
  border-radius: 0.25rem;
}

.custom-checkbox.checked {
  border-color: #2aae99;
}

/*.select-list .select-item
{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
    padding: 1rem;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;*/
/*box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);*/
/*}*/

/*.select-item:hover
{
    border-bottom: 1px solid #2aae99;
}*/

/*.select-list .select-item div:nth-last-child(2)
    {
        text-align: end;
    }

    .select-list .select-item div:nth-last-child(1)
    {
        text-align: end;
    }

.select-item .period
{
    font-size: 15px;
    margin-left: 2px;
    color: #999;
}*/

.total {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}

.checkout {
  padding: 0 80px;
}

.tooltip-inner {
  max-width: 220px;
  padding: 0.4rem 0.775rem;
  color: #fff;
  text-align: center;
  /* background-color: #323232;*/
  border-radius: 0.358rem;
}

.w-25 {
  width: 25% !important;
}

.border-left-radius-8 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.border-right-radius-8 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
