.pricing_engine .my_account {
  min-height: calc(100vh - 61px);
  padding-top: 1.25rem !important;
}

.scenario_pricing_row .input_block {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border: 1px solid #dbe4fc;
  padding: 0px 12px;
  height: 29.5px;
  border-bottom: none;
}

.scenario_pricing_row .input_block.border_bottom {
  border-bottom: 1px solid #dbe4fc;
}

.scenario_pricing_row .input_block .label {
  font-weight: 600;
  color: var(--bold-color);
  font-size: 11px;
  margin-bottom: 0;
  width: 34%;
  line-height: 17px;
  padding-right: 10px;
  border-right: 1px solid #ccd8f6;
  height: 33px;
  display: flex;
  align-items: center;
}

.scenario_pricing_row .input_block .pricing_control {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  color: #23405d;
  font-size: 11px;
  padding-left: 11px;
}

.scenario_pricing_row .input_block .pricing_control:-webkit-input-placeholder {
  color: #23405d !important;
  font-size: 11px;
}

.scenario_pricing_row .input_block .pricing_control:-ms-input-placeholder {
  color: #23405d !important;
  font-size: 11px;
}

.scenario_pricing_row .input_block .pricing_control::placeholder {
  color: #23405d !important;
  font-size: 11px;
}

.pricing_engine .form-control:focus {
  background: transparent !important;
}

.scenario_pricing_row .card-body {
  padding: 13px 13px;
  max-height: inherit;
  overflow-x: auto;
  min-height: 750px;
}

.scenario_pricing_row .db_table th {
  vertical-align: top;
  color: #23405d;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e9f0e6;
}

.scenario_pricing_row .db_table td {
  font-size: 11px;
  font-weight: 600;
  color: #23405d;
  line-height: 16px;
}

.scenario_pricing_row .grid_table .calucation_control {
  padding: 0;
  border: 0;
  color: #23405d;
  font-size: 11px;
  font-weight: 500;
}

.scenario_pricing_row .grid_table .form-control:-webkit-input-placeholder {
  color: #23405d !important;
  font-weight: 500;
}

.scenario_pricing_row .grid_table .form-controll:-ms-input-placeholder {
  color: #23405d !important;
  font-weight: 500;
}

.scenario_pricing_row .grid_table .form-control::placeholder {
  color: #23405d !important;
  font-weight: 500;
}

.priciing_calculation_block .grid_table .calucation_control {
  text-align: right;
}

.grid_table .read_only .form-control {
  background-color: rgba(233, 240, 230, 1) !important;
}

.sm_table .read_only {
  border: 1px solid #ccd8f6 !important;
}

.sm_table th,
.grid_table td {
  border: 1px solid #ccd8f6;
}

.sm_table td {
  padding-bottom: 6px;
  padding-top: 6px;
}

.sm_table th {
  padding-bottom: 8px;
  padding-top: 8px;
}

.price_output .grid_table .form-control {
  text-align: right;
}

.price_output .grid_table td:nth-child(4) .form-control {
  text-align: right;
}

.price_output .db_table td {
  font-weight: 500;
}

.table_top_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(233, 240, 230, 1);
  border: 1px solid #ccd8f6;
  border-bottom: none;
  padding: 9px 15px;
}

.table_top_header p {
  color: rgba(35, 64, 93, 0.6);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
}

.signature_pricing .db_table th {
  vertical-align: top;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #7cc149;
}

.retail_premimum {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.retail_premimum .left_block {
  padding: 6px 15px;
  border: 1px solid rgba(215, 224, 245, 1);
  width: 50%;
}

.retail_premimum .right_block {
  padding: 6px 22px;
  border: 1px solid rgba(215, 224, 245, 1);
  width: 50%;
  border-left: none;
}

.retail_premimum .left_block p {
  font-size: 11px;
  font-weight: 600;
  color: #23405d;
  margin-bottom: 0;
}

.retail_premimum .right_block p {
  color: #23405d;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
}

.standard_series .rate_sheet_date {
  width: 19%;
  margin-right: 29px;
}

.standard_series .right_block {
  width: 81%;
}

.standard_series h5 {
  color: #23405d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 14px;
}

.standard_series p {
  color: rgba(35, 64, 93, 0.6);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pricing_engine.dashboard .dashboard_block > .card {
  min-height: calc(100vh - 61px);
  margin-bottom: 5px;
}

.standard_series .db_table th {
  vertical-align: top;
  color: #000;
  text-align: center;
  font-size: 10.5px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e9f0e6;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
}

.highlight_mark {
  background-color: rgba(123, 193, 72, 0.2) !important;
}

.standard_series .db_table td {
  font-size: 9.7px;
  font-weight: 600;
  color: #000;
  line-height: inherit;
  padding-top: 8px;
  padding-bottom: 8px;
}

.table_single_head {
  vertical-align: top;
  color: #000;
  text-align: center;
  font-size: 10.5px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e9f0e6;
  padding-bottom: 10px;
  padding-top: 10px;
}

.standard_series .adjustments .db_table th:nth-child(1) {
  text-align: left;
}

.standard_series .adjustments .grid_table td:nth-child(6) {
  background: transparent;
}

.not_available {
  background-color: #ffcdcd !important;
  color: #e56565 !important;
}

.standard_series .adjustments .table-responsive .grid_table {
  margin-bottom: 20px;
}

.standard_series .eligibility_states .db_table td:nth-child(1) {
  text-align: center;
}

.standard_series .eligibility_states .db_table th {
  text-align: left !important;
}

.standard_series .eligibility_states .db_table th:nth-child(1) {
  text-align: center !important;
}

.pricing_engine .my_account .nav-link {
  color: #23405d;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.pricing_engine .my_account .nav-tabs-custom .nav-item .nav-link.active {
  color: #7cc149;
}

.signature_series h5 {
  color: #23405d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.pricing_engine .signature_series.my_account li:nth-child(1) .nav-link {
  padding: 20px 5px 20px 5px;
}

.base_rate_table.db_table th {
  padding-top: 3px;
  padding-bottom: 3px;
}

.scenario_pricing_row .card-header {
  background-color: transparent;
  border-bottom: 1px solid #dbe4fc;
  padding: 13px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 51.1px;
}

.scenario_pricing_row .card-title {
  display: flex;
  align-items: center;
  margin: 0;
  color: rgba(35, 64, 93, 0.6);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}

.scenario_pricing_row .input_block .form_control_block {
  width: 66%;
  position: relative;
}

.scenario_pricing_row .card {
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid #dbe4fc;
  margin-bottom: 0;
}

.scenario_pricing_row .card-title span {
  color: #7cc149;
  font-size: 21px;
  margin-right: 8px;
}

@media (min-width: 1281px) and (max-width: 1366px) {
  .scenario_pricing_row .card-body {
    min-height: 756px;
  }
}

@media (min-width: 300px) and (max-width: 480px) {
  .scenario_pricing_row .db_table td {
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mobile_full_width {
    width: 100%;
  }

  .pricing_engine .data_summary .pricing-header {
    margin-bottom: 0;
  }
}

@media (min-width: 300px) and (max-width: 1080px) {
  .scenario_pricing_row .card {
    margin-bottom: 20px;
  }

  .scenario_pricing_row .card-body {
    min-height: inherit;
  }

  .standard_series_block {
    flex-direction: column;
  }

  .standard_series {
    padding: 15px;
  }

  .standard_series .rate_sheet_date {
    width: 100%;
    margin-right: 0;
  }

  .standard_series .right_block {
    width: 100%;
  }
}

.vertical_text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center !important;
  vertical-align: middle !important;
  border-bottom: 2px solid #ccd8f6 !important;
}

.pricing_engine .card_buttons .card_outline_btn {
  background-color: transparent;
  border: 1px solid #7cc149;
  padding: 5px 16px;
  border-radius: 5px;
  color: #7cc149;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 11.5px;
  font-weight: 600;
  height: 32px;
  cursor: pointer;
}

.pricing_engine .card_buttons .card_outline_btn span {
  font-size: 14px;
  margin-left: 6px;
}

.pricing_engine .card_buttons .card_fill_btn {
  background-color: #7cc149;
  padding: 5px 16px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  height: 32px;
  margin-left: 6px;
  cursor: pointer;
  white-space: nowrap;
}

.scenario_pricing h5 {
  color: #23405d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.scenario_pricing .form_select span {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--highlight-color);
  font-size: 18px;
  pointer-events: none;
}

.date_header {
  display: flex;
  align-items: center;
  margin-left: 110px;
  margin-bottom: 0;
}

.date_header p {
  margin-bottom: 0px;
  margin-right: 10px;
  white-space: nowrap;
}

.date_header .form-select {
  border: 1px solid #ccd8f6;
  border-radius: 5px;
  padding: 3.5px 11px;
  color: rgba(35, 64, 93, 0.6);
  font-weight: 600;
  font-size: 11px;
  width: 160px;
  padding-right: 0px;
  background-size: 13px 11.5px;
  background-position: right 0.4rem center;
  height: 32px;
}

.date_header .form-select:focus {
  box-shadow: none;
}

.date_header.ms-0 {
  margin-bottom: 7px;
}

.date_header.ms-0 p {
  margin-bottom: 7px;
}

.date_header .form-control {
  border: 1px solid #ccd8f6;
  border-radius: 5px;
  padding: 3.5px 11px;
  color: rgba(35, 64, 93, 0.6);
  font-weight: 600;
  font-size: 11px;
  height: 32px;
}

.date_header .card_buttons {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.ratesheet_title_header {
  padding: 15px 0 15px 0;
  position: sticky;
  top: 70px;
  background-color: #fff;
  z-index: 9;
}

.standard_series {
  padding-top: 5px;
}

.pricing_engine .highlight_mark .form-control {
  background-color: rgb(229 243 218) !important;
}

.pricing_engine .highlight_mark .form-control:focus {
  background-color: rgb(229 243 218) !important;
}

.pricing_engine .not_available .form-control {
  background-color: #ffcdcd !important;
  color: #e56565 !important;
}

.pricing_engine .not_available .form-control:focus {
  background-color: #ffcdcd !important;
  color: #e56565 !important;
}

.date_header_left_20 {
  margin-left: 0px;
}

.retail_premimum .right_block .pricing_control {
  width: 100%;
  color: #23405d;
  font-size: 11px;
  font-weight: 500;
  border: none;
  padding: 0;
}

.pricing_engine .card_buttons .card_fill_btn span {
  font-size: 15px;
  margin-left: 6px;
}
/* last updated on 05:53 PM 31-dec-25 by VKR */
