@import url(./variable.css);

/* Login Start */
.login {
  overflow: auto;
}

header {
  position: sticky;
  top: 0px;
  background: white;
  z-index: 1056;
}
#scenario-simulator-datatable_processing {
  position: sticky;
}
.login-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-card {
  max-width: 1250px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.login-form-sec {
  padding: 95px 142px 60px;
}

.login-logo {
  margin-bottom: 52px;
}

.login-content-sec {
  padding: 78px;
  height: 100%;
}

.login-bg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  mix-blend-mode: multiply;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.login-wrapper .login-card a:hover {
  color: var(--secondary);
}

.login-wrapper .login-card a:focus-visible {
  outline: none;
}

.login-wrapper .form-control.is-invalid,
.login-wrapper .was-validated .form-control:invalid {
  background-image: none;
}

/* Login End */

/* side-nav css start */
.side-nav {
  max-width: 260px;
  width: 100%;
  overflow-y: auto;
  transition: max-width ease 0.2s;
  overflow-x: hidden;
  font-family: var(--raleway_semiBold);
  z-index: 1056;
}

.side-nav .nav-link {
  border-radius: 8px;
}

.side-nav .nav-link:hover,
.side-nav .nav-link.active,
.side-nav .nav-link:focus {
  background-color: var(--white);
  color: var(--secondary);
}

.navbar-brand {
  width: 220px;
}

body.small-side-nav .side-nav,
body.small-side-nav .navbar-brand {
  max-width: 72px;
  width: 100%;
}

body.small-side-nav .side-nav span img {
  width: 24px;
}

.side-nav .nav-title {
  display: inline-block;
  white-space: nowrap;
}

body.small-side-nav .side-nav .nav-title {
  display: none;
  opacity: 0;
}

.logo-small,
body.small-side-nav .nav-logo {
  display: none;
}

body.small-side-nav .logo-small {
  display: block;
}

.menu-icon.icon-close,
body.small-side-nav .menu-icon.icon-open {
  display: none;
}

body.small-side-nav .menu-icon.icon-close {
  display: block;
}

.custom-nav {
  box-shadow: 0px 4px 4px rgba(33, 37, 41, 0.05);
}

.custom-shadow {
  box-shadow: 0px 2px 10px rgba(76, 78, 100, 0.22);
}

.custom-nav .dropdown-menu {
  min-width: 9rem;
  border-radius: 8px;
}

.side-nav .overlay-logo {
  position: absolute;
  bottom: 40px;
  left: -75px;
  z-index: -1;
}

/* side-nav css end */

/* data-assessment-section css start */
textarea.form-control {
  resize: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--secondary);
  background-color: #e9ecef;
}

/* data-assessment-section css end */

/* upload-data-section css start */
.upload-data-section .file-upload1 {
  border: 2px dashed #d9d9d9;
  padding: 25px 20px;
  border-radius: 13px;
}

.upload-data-section .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload-data-section .data-upload-form .btn.btn-primary {
  padding-left: 20px;
  padding-right: 20px;
}

.upload-data-main .file-upload-status .progress-line {
  height: 3px;
  width: 100%;
}

.population-data .card-header .nav-link {
  border: 0;
  border-bottom: 4px solid #63666a40;
  color: var(--secondary-85);
}
.population-data .card-header .nav-tabs .nav-link:focus-visible {
  outline: unset !important;
  border: 0px;
}
.nav-tabs .nav-link.active,
.population-data .card-header .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: 4px solid var(--primary) !important;
}
.data-table .nav-tabs .nav-link.active,
.data-table .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: 4px solid var(--primary);
  color: var(--secondary-85);
  background: transparent;
}

/* .upload-data-section .data-table .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border : 0;
    border-bottom: 4px solid #63666A40;
    color: var(--secondary-85);
    background: transparent;
} */
.data-table .nav-tabs .nav-link {
  border: 0;
  border-bottom: 4px solid #63666a40;
  color: var(--secondary-85);
  background: transparent;
}

.data-table .table > tbody > tr:nth-of-type(odd) > * {
  /*--bs-table-accent-bg: var(--secondary-3);*/
  color: var(--bs-table-striped-color);
  /*background-color: var(--secondary-3);*/
}

.data-table .table-striped > tbody > tr td.bg-secondary-50 {
  --bs-table-accent-bg: var(--secondary-50);
  background-color: var(--secondary-50);
  font-size: var(--font-18);
}

.data-table .table > :not(caption) > * > * {
  /* border-color: var(--secondary-10);*/
}

.upload-data-section .data-table tbody {
  border-top: 0;
}

.data-table .table tr td:first-child {
  padding-left: 20px !important;
}

.data-table .table-striped > tbody > tr:nth-of-type(odd) td:first-child {
  padding-left: 20px;
}

.data-table .table-striped tr td:last-child {
  padding-right: 20px;
}

.data-table .table-striped > tbody > tr:nth-of-type(odd) td:last-child {
  padding-right: 20px;
}

.data-table .table thead tr td {
  padding-top: 22px;
  padding-bottom: 22px;
}

.upload-data-page .data-table .table-striped > tbody > tr td,
.upload-data-page .data-table .table-striped > thead > tr td {
  height: 50px;
  line-height: 1.2;
}

.upload-data-section .file-upload1 input#file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
}

.upload-data-section .file-upload1 {
  position: relative;
}

progress::-webkit-progress-bar {
  background-color: var(--primary);
}

progress::-webkit-progress-value {
  background-color: var(--primary);
}

#FileUploadModal .modal-dialog {
  max-width: 300px;
}

/* upload-data-section css end */

/* program-assessment-section css start */
.program-assessment-section .select-dropdown {
  border: 1px solid var(--secondary-25);
  border-radius: 8px;
}

.program-assessment-section .chart-list {
  border: 1px solid var(--secondary-25);
  border-radius: 8px;
}

.program-assessment-section .chart-list:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.program-assessment-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.program-assessment-section .accordion-button:focus {
  box-shadow: none;
}

.program-assessment-section .btn-check:focus + .btn,
.program-assessment-section .btn:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.program-assessment-section .dropdown-menu {
  min-width: 410px;
  z-index: 1057;
}

.run-rate-models-data-table-section select.form-control,
.program-assessment-section select.form-control,
.table tbody#scenario-simulator-strategic-enrollment-body tr td > select,
.upload-data-section .upload-data-main select.form-control {
  background-image: url("/img/dropdown-custom-arrow.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position: right 15px center;
}
.table
  tbody#scenario-simulator-strategic-enrollment-body
  tr
  td
  > input.txt-normal-input {
  color: var(--secondary-85) !important;
}
.table tbody#scenario-simulator-strategic-enrollment-body tr td > select {
  background-position: right 9px center;
}

.program-assessment-section .bg-img-none {
  background-image: none !important;
}

.program-assessment-section .accordion-button::after {
  background-image: url("/img/dropdown.svg");
  background-size: 12px;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 0;
  top: 8px;
}

.program-assessment-page .chart-section .form-title::before {
  left: -24px;
}

/* program-assessment-section css end */

/* select2 css start */
.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid var(--secondary-25);
  border-radius: 8px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  font-size: var(--font-14);
  font-family: var(--roboto);
  letter-spacing: var(--letter-spacing-0_4);
  background-color: var(--secondary-3);
  border: 0;
  line-height: 24px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: var(--secondary-25);
  height: 12px;
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/close.svg");
  background-repeat: no-repeat;
  color: transparent;
  background-position: center;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: transparent;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  display: flex;
  align-items: center;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  min-height: 37px;
}

.select-btn-wrapper .select2-selection__rendered {
  min-height: 36px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.scenario-simulator-serach-filter
  .select-btn-wrapper
  .accordion-body
  .form-floating
  label {
  background-color: var(--body-bg);
}

.scenario-simulator-serach-filter
  .select-btn-wrapper
  .accordion-body
  .form-floating::after {
  content: "";
  position: absolute;
  background: url("../img/search.png");
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  min-height: 37px;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 25px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: var(--secondary-25);
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-25);
  color: var(--secondary);
}

.select2-dropdown {
  border-color: var(--secondary-25);
}

.select2-results__option {
  font-size: var(--font-14);
  font-family: var(--raleway);
}

/* select2 css end */

/* program-planner-section css start */
.program-planner-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.program-planner-section .btn-check:focus + .btn,
.program-planner-section .btn:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.program-planner-section .dropdown-menu {
  min-width: 410px;
}

.program-planner-section select.form-control {
  background-image: url("/img/dropdown-custom-arrow.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position: right 15px center;
}

.program-planner-section .accordion-button::after {
  background-image: url("/img/dropdown.svg");
  background-size: 12px;
  height: 12px;
  width: 12px;
}

.program-planner-section .accordion-button:focus {
  box-shadow: none;
}

.program-planner-data-table-section .data-table tbody {
  border-top: 0;
}

.data-table .table-input {
  width: 80px;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid var(--primary);
}

.program-planner-data-table-section .data-table .table-input:focus-visible {
  outline: 0;
}

.program-planner-data-table-section input::-webkit-outer-spin-button,
.program-planner-data-table-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.program-planner-data-table-section input[type="number"] {
  -moz-appearance: textfield;
}

.program-planner-data-table-section .data-table .table > tbody > tr td,
.program-planner-data-table-section .data-table .table > thead > tr td {
  height: 50px;
  line-height: 1.2;
  vertical-align: middle;
}

.program-planner-data-table-section button:focus:not(:focus-visible) {
  box-shadow: none;
}

.program-planner-data-table-section .page-link.page-number {
  border-radius: 4px;
  background-color: var(--secondary-25);
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.program-planner-data-table-section .page-link:focus,
.program-planner-data-table-section .page-link:hover,
.program-planner-data-table-section .page-link.active {
  background-color: var(--primary);
  box-shadow: none;
  border-color: var(--primary);
}

.program-planner-page .modal .form-title::before {
  left: -24px;
}

.program-planner-page .modal .form-title {
  font-family: var(--font-raleway_bold);
  font-size: var(--font-24);
}

.program-planner-data-table-section
  .data-table
  #tab2
  .table-striped
  tr
  td:last-child {
  padding-right: 60px;
}

/* program-planner-section css end */

/* user-guide-page css Start */
.table-content a {
  letter-spacing: var(--letter-spacing-0_15);
  font-size: var(--font-17);
  color: var(--secondary-75);
  text-decoration: none;
  margin-bottom: 24px;
  display: inline-block;
}

.right-sec {
  height: 100%;
}

.left-sec {
  /* top: 161px; */
  z-index: 9;
  min-height: 100vh;
}

.user-guide-page .user-guide-link {
  color: var(--color-blue);
  transition: 0.3s all linear;
}

.user-guide-page .user-guide-link:hover {
  color: #0d6efd;
}

.sticky {
  position: fixed;
  top: 85px;
  height: auto;
  overflow: auto;
}

.user-guide-page .form-floating > .form-control::placeholder {
  color: var(--secondary-75);
}

.user-guide-page .icon-form-control.form-floating > .form-control {
  width: 300px;
  padding-top: 8px;
  padding-bottom: 5px;
}

.user-guide-page .search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.user-guide-page .search-label {
  background: linear-gradient(0deg, #ffffff 50%, #fafafb 50%);
  border-color: transparent !important;
  border: 0px;
}

.user-guide-page
  .icon-form-control.form-floating
  > .form-control:focus
  ~ label {
  background: linear-gradient(0deg, #ffffff 50%, #fafafb 50%);
}

.user-guide-page .leftSecLinks {
  transition: 0.3s all linear;
}

.user-guide-page .leftSecLinks:hover,
.user-guide-page .leftSecLinks:focus,
.user-guide-page .leftSecLinks:active {
  color: var(--secondary);
  font-weight: bold;
}

.user-guide-page .right-sec {
  word-break: break-word;
}

.user-guide-submenu {
  padding-left: 20px;
}

.user-guide-page .content-body {
  padding-top: 0;
}

.user-guide-page .userPageHeading {
  padding-top: 36px;
  background: var(--body-bg);
  /* top: 66px; */
  z-index: 10;
}

/* user-guide-page css End */

/* common-css start */
.content-wrapper-main {
  /* flex: 1 0 auto; */
  transition: width 0.2s ease 0s;
  max-width: calc(100% - 260px);
  width: 100%;
}

.small-side-nav .content-wrapper-main {
  max-width: calc(100% - 72px);
  width: 100%;
}

.user-guide-page .userPageHeading {
  padding-top: 36px;
  background: var(--body-bg);
  /* top: 66px; */
  z-index: 10;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

/* common-css end */

/* highchart css start */
.highcharts-figure,
.highcharts-data-table table {
  /* min-width: 320px; */
  max-width: 660px;
  margin: 0 auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.highcharts-figure #container1 {
  height: 288px;
}

.highcharts-figure #container2 {
  height: 150px;
}

.highcharts-credits {
  display: none;
}

.programe-assessment-chart-view .grid-stack-item-content .drag-icon,
.programe-assessment-chart-view .grid-stack-item .drag-icon {
  display: none;
}

.programe-assessment-chart-view .grid-stack-item-content .chart-list,
.programe-assessment-chart-view .chart-list {
  padding: 0;
  background: transparent;
  border: 0;
  height: 95%;
  /* min-height: 90% !important; */
}

.programe-assessment-chart-view .chart-list .sub-chart-list,
.programe-assessment-chart-view .chart-list .widget-content-container,
.programe-assessment-chart-view
  .chart-list
  .widget-content-container
  .custom-shadow,
.programe-assessment-chart-view
  .chart-list
  .widget-content-container
  .chart-area {
  height: 100% !important;
}

/* highchart css end */

/* my-profile-page css start */
.my-profile-page .profile-info-form .form-floating .email-label {
  background: linear-gradient(0deg, #e9ecef 50%, #ffffff 50%);
  border-color: transparent !important;
  border: 0;
}

.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* my-profile-page css end */

/* datatable css start */
.data-table .dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table {
  width: 100% !important;
}

.data-table .dataTables_wrapper .dataTables_paginate span .paginate_button {
  border-radius: 4px;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 12px;
  border: transparent;
  color: #ffffff !important;
  font-family: var(--raleway);
  background: var(--secondary-25);
  margin-right: 16px;
}

.data-table .dataTables_paginate.paging_simple_numbers {
  display: flex;
  align-items: center;
}

.data-table
  .dataTables_wrapper
  .dataTables_paginate
  span
  .paginate_button:hover,
.data-table
  .dataTables_wrapper
  .dataTables_paginate
  span
  .paginate_button:focus,
.data-table
  .dataTables_wrapper
  .dataTables_paginate
  span
  .paginate_button.current {
  border-color: var(--primary);
  background: var(--primary);
}

.data-table .dataTables_paginate .paginate_button.previous {
  padding: 0;
  margin-right: 16px;
}

.data-table .dataTables_paginate .paginate_button.next {
  padding: 0;
}

.data-table
  .dataTables_wrapper
  .dataTables_paginate
  span
  .paginate_button.current {
  background: var(--primary);
}

.data-table .dataTables_wrapper .dataTables_paginate > span {
  display: flex;
}

.data-table
  .dataTables_wrapper
  .dataTables_paginate
  span
  .paginate_button.current:hover {
  border: transparent;
  color: white !important;
}

.data-table .dataTables_paginate.paging_simple_numbers {
  padding-top: 10px;
  padding-bottom: 10px;
}

.program-planner-data-table-section input[type="number"] {
  font-size: 14px;
  max-width: 80px;
  text-align: center;
  background-color: var(--primary-25);
  line-height: 22px;
  margin: 0 auto;
  padding: 0;
  border-radius: 4px;
  border: 1px solid var(--primary);
}

.program-planner-data-table-section input:focus {
  box-shadow: none;
}

.data-table .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

div#total-datatable_processing::after {
  content: 'We are processing data, please wait a moment.';
  color: #fff;
  font-size: 18px;
}

div#total-datatable_processing {
  width: 55%;
}

.data-table .tab-content > .active {
  display: block;
  height: auto;
  overflow: auto;
}

.data-table .dataTables_paginate .paginate_button.previous:hover,
.data-table .dataTables_paginate .paginate_button.next:hover {
  background: transparent;
  border-color: var(--primary);
}

.data-table span.negative {
  color: red;
}

div#total-datatable_processing::after {
  content: "We are calculating run-rate data, please wait a moment.";
  color: #fff;
  font-size: 18px;
}

div#total-datatable_processing {
  width: 55%;
}

/* datatable css end */

/* Center-align the browser tab title */
@media print {
  head::after {
    content: attr(data-print-title);
    display: block;
    text-align: center;
    font-weight: bold;
  }
}

.program-planner-page .data-table .table > tbody > tr td.bg-secondary-50 {
  --bs-table-accent-bg: var(--secondary-50);
  background-color: var(--secondary-50);
  font-size: var(--font-18);
}

span.thousand-value {
  font-style: italic;
  color: #b0b2b4;
}

.score_board {
  width: 338px;
  max-width: 100%;
}
.score_board_yellow h3 {
  color: #ffd100;
}
.score_board_blue h3 {
  color: #b1e4e3;
}
.score_board_grey h3 {
  color: #e1e1e1;
}

figure.highcharts-figure:has(.no-data-chart-label):after {
  content: "No data to display";
  position: absolute !important;
  left: 0;
  width: 100%;
  top: 150px;
  text-align: center;
  font-weight: 700;
  color: #63666a;
}

.dataTables_scrollHead .dataTables_scrollHeadInner {
  width: 100% !important;
  overflow: auto;
}

/*Loader color change*/
div.dataTables_processing>div:last-child>div, div.export_processing>div:last-child>div{
  background: var(--primary) !important;
}

/*  */

.program-assessment-section
  .program-assessment-main
  .program-assessmen-dropdown
  h3,
.program-assessment-section
  .program-assessment-main
  .program-assessmen-dropdown
  .form-floating
  .form-control {
  font-weight: 600;
  font-size: var(--font-15);
  font-family: var(--roboto);
  color: var(--secondary-85);
  font-style: normal;
}
.program-assessment-section
  .program-assessment-main
  .dash-form
  .dropdown-content
  .form-floating
  .form-control {
  color: var(--secondary);
}
.program-assessment-section
  .program-assessment-main
  .program-assessmen-dropdown
  .form-floating,.upload-data-section
  .upload-data-main
  .program-assessmen-dropdown
  .form-floating{
  width: 200px;
  border-radius: 8px;
  border: 2px solid;
  border-color: var(--yellow-shades-yellow-100, #ffd100);
}
.upload-data-section
  .upload-data-main
  .program-assessmen-dropdown
  .form-floating {
    border-color: var(--secondary-25) !important;
  }
.program-assessment-section
  .program-assessment-main
  .program-assessmen-dropdown
  .form-floating
  label {
  background-color: var(--body-bg);
}
.program-assessment-section
  .program-assessment-main
  .program-assessmen-dropdown
  .form-floating
  .drop-icon {
  right: 15px;
  top: 6px;
  color: #4c4e648a;
}
.program-assessment-section
  .program-assessment-main
  .program-assessmen-dropdown {
  flex-wrap: nowrap;
}
.assessment-form .accordion-body .rate-input .drop-icon {
  right: 20px;
  top: 8px;
  color: #4c4e648a;
}
.assessment-form .accordion-body .rate-input {
  flex-grow: 1;
  flex-basis: 200px;
}

.program-assessment-section .program-assessment-main .warning-content {
  background-color: var(--warning-bg);
  border-radius: 6px;
  padding: 7px 0px 7px 10px;
}
.program-assessment-section .program-assessment-main .warning-content p {
  color: var(--warning-fg);
  font-size: var(--font-12);
}

.scenario-growth p {
  color: var();
}
.create-btn {
  padding: 7px 25px 7px 15px;
  border-radius: 8px;
  border: 1px solid var(--primary);
}

/* Run Rate Table */

.run-rate-datatable .table-right-dash,
.run-para-tb .table-right-dash {
  padding: 0px !important;
  border-left: 2px dashed;
  width: 0%;
  border-left-color: #bbbcbd;
}
.run-rate-datatable .tb-head,
.run-para-tb .tb-head {
  margin-bottom: 0px;
  position: relative;
  padding: 0px 10px 5px;
}
.run-rate-datatable .tb-head p,
.run-rate-datatable .tb-head .pro-line,
.run-para-tb .tb-head .pro-line,
.run-para-tb .tb-head p {
  margin-bottom: 0px;
  position: relative;
  background: white;
  z-index: 10;
  margin: 0 auto;
}
.run-rate-datatable .tb-head .pro-line,
.run-para-tb .tb-head .pro-line {
  text-align: left;
  padding-left: 240px;
  margin: 0 auto;
}
.run-rate-datatable .tb-head p span,
.run-para-tb .tb-head p span {
  position: relative;
  z-index: 99;
  background: white;
  padding: 0px 10px;
  color: var(--secondary-40);
  font-family: "roboto";
}
.run-rate-datatable .tb-head .pro-line span,
.run-para-tb .tb-head .pro-line span {
  color: var(--secondary-85);
}
.run-rate-datatable .tb-head .pro-line::after,
.run-para-tb .tb-head .pro-line::after,
.run-rate-datatable .tb-head p::after,
.run-para-tb .tb-head p::after {
  position: absolute;
  content: " ";
  width: calc(100% - 10px);
  height: 1px;
  border-top: 1px solid var(--secondary-85);
  top: 12px;
  left: 4px;
}
.run-rate-datatable .tb-head p::after,
.run-para-tb .tb-head p::after {
  border-top: 1px solid var(--secondary-40);
}

.run-rate-datatable .run-rate-tb-bg,
.run-rate-tb-bg {
  background: var(
    --Table-Header,
    linear-gradient(
      0deg,
      rgba(99, 102, 106, 0.5) 0%,
      rgba(99, 102, 106, 0.5) 100%
    ),
    #fff
  );
  color: white;
  font-size: 16px;
  line-height: 20px;
  height: 46px;
}

.run-para-sec {
  overflow-x: auto;
}
/*  */

/* Run Rate Parameter */

.program-assessment-section .form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
}

.program-assessment-section
  .program-assessment-main
  .program-assessment-form
  .assessment-form
  .rate-input
  .form-floating
  > .form-control {
  padding: 5px 35px 5px 12px;
}
.run-para-tb .tb-head,
.run-para-tb .tb-head p span {
  text-align: center;
  margin-left: 60px;
}
.program-assessment-section .run-para-tb input,
section.run-rate-models-data-table-section .run-para-tb input {
  padding: 10px 12px;
  margin: 10px;
  width: 80%;
  border-radius: 8px;
  border-color: #4c4e6438;
  border-width: 1px;
  /* color: var(--secondary-85); */
}
table.dataTable.no-footer {
  border-bottom: blanchedalmond !important;
}

.program-assessment-section .run-para-tb thead tr td,
.programe-assessment-chart-view .run-rate-datatable thead th,
.programe-assessment-chart-view .run-rate-datatable td,
section.run-rate-models-data-table-section .run-para-tb thead tr td {
  text-align: center;
}

/* .program-assessment-section .run-para-tb td {
  max-width: 9%;
  width: 9%;
} */

.sub-chart-list .card .run-rate-head {
  padding: 20px 20px 0px;
}

.programe-assessment-chart-view
  .dataTables_wrapper
  table#run-rate-net-tuition-data-table
  .run-rate-tb-bg
  th {
  padding: 10px 15px;
}

.programe-assessment-chart-view
  .dataTables_wrapper
  table#run-rate-net-tuition-data-table
  .odd
  td,
.programe-assessment-chart-view
  .dataTables_wrapper
  table#run-rate-net-tuition-data-table
  .even
  td {
  padding: 8px 15px;
}

/* .programe-assessment-chart-view .card {
  overflow: auto;
} */

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control {
  color: var(--secondary-85);
}

tr.even.runrate-highlight.bb-dash::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 2px dashed;
  left: 0;
  top: 0;
}

tr.even.runrate-highlight.bb-dash {
  position: relative;
}

.rate-input {
  width: unset;
}

.card .table > tbody tr.odd td:first-child,
.card .table > tbody tr.even td:first-child,
.accordion-body .run-para-tb tbody tr td:first-child {
  color: #25282a;
  font-size: 14px;
  font-style: normal;
  margin: 0 auto;
  vertical-align: middle;
  /* width: 240px; */
  font-family: "roboto_medium";
}

accordion-body .run-para-tb tbody tr td:first-child {
  width: unset;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: transparent !important;
  --bs-table-accent-bg: unset !important;
}

.card .table > tbody tr.odd {
  background-color: rgba(99, 102, 106, 0.03) !important;
}

.assessment-form .run-para-sec .run-para-tb tbody tr td:first-child {
  white-space: nowrap;
  max-width: calc(100% - 80%);
}

.assessment-form .run-para-sec .run-para-tb tbody tr {
  border-top: 1px solid;
  border-top-color: rgba(99, 102, 106, 0.1);
}

.program-assessment-section .program-assessment-form {
  padding: 20px 20px 0px 20px;
}

button.collapsed h3 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 1600px) {
  .accordion-body .rate-input .icon-form-control label {
    font-size: 10px !important;
  }

  .assessment-form .accordion-body .rate-input {
    padding: 0px 6px;
    width: unset !important;
  }

  .scenario-simulator-data-table-section
    table#scenario-simulator-datatable
    .pro-con-rate
    tbody
    > tr
    > td:first-child {
    width: 16.6% !important;
  }
}
@media screen and (max-width: 991px) {
  .form-floating > .form-control:focus,
  .form-floating > .form-control:not(:placeholder-shown),
  .form-floating > .form-control {
    font-size: 12px;
  }
}

.runrate-highlight {
  background-color: rgba(177, 228, 227, 0.25) !important;
}

.runrate-red-text {
  color: red !important;
}
.runrate-green-text {
  color: #5BB420 !important;
}
.runrate-align-left {
  text-align: left !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 13px 10px !important;
}

.text-gray {
  color: gray;
}

.border-none {
  border: none;
}

.readonly-background {
  background-color: rgba(99, 102, 106, 0.03) !important;
}

.readonly-label {
  top: -8px !important;
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 60%,
    rgba(99, 102, 106, 0.025647759103641476) 60%
  ) !important;
  border: none !important;
}

/* RUN RATE MODEL */

.run-rate-models-tb table tbody#run-rate-models-body tr.even {
  background-color: rgba(99, 102, 106, 0.03);
}
.run-rate-models-tb table thead#run-rate-models-head tr,
.run-rate-models-tb table thead#run-rate-models-head tr td,
.user-listing table .user-tb-head tr td,
.regions-listing table .regions-tb-head tr td,
.state-listing table .state-tb-head tr td,
.race-listing table .race-tb-head tr td,
.agi-listing-acadmic table .agi-tb-head tr td,
.graduate-listing table .graduate-tb-head tr td {
  background: var(
    --Table-Header,
    linear-gradient(
      0deg,
      rgba(99, 102, 106, 0.5) 0%,
      rgba(99, 102, 106, 0.5) 100%
    ),
    #fff
  );
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}
.run-rate-models-tb table thead#run-rate-models-head tr td:last-child,
.user-listing table .user-tb-head tr td:last-child,
.regions-listing table .regions-tb-head tr td:last-child,
.state-listing table .state-tb-head tr td:last-child,
.race-listing table .race-tb-head tr td:last-child,
.agi-listing-acadmic table .agi-tb-head tr td:last-child,
.graduate-listing table .graduate-tb-head tr td:last-child {
  border-radius: 0px 10px 0px 0px;
  padding-left: 80px;
}
.run-rate-models-tb table thead#run-rate-models-head tr td:first-child,
.user-listing table .user-tb-head tr td:first-child,
.regions-listing table .regions-tb-head tr td:first-child,
.state-listing table .state-tb-head tr td:first-child,
.race-listing table .race-tb-head tr td:first-child,
.agi-listing-acadmic table .agi-tb-head tr td:first-child,
.graduate-listing table .graduate-tb-head tr td:first-child {
  border-radius: 10px 0px 0px 0px;
  font-family: "roboto";
}

.run-rate-models-tb table .btn-check:focus + .btn,
.btn:focus {
  box-shadow: unset !important;
}
.grid-stack-item.run-rate-widget-item.ui-draggable.ui-resizable.draggable_table_scroll {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  transition: none !important;
}

.run-rate-models-tb table tbody#run-rate-models-body tr td:last-child {
  display: flex;
  align-items: center;
  justify-content: end;
}

.run-rate-models-tb table tbody#run-rate-models-body tr td.dataTables_empty {
  display: table-cell;
}

.run-rate-models-tb table tr td {
  vertical-align: middle;
}
.run-rate-models-tb table .edit-btn {
  padding: 7px 25px 7px 15px;
}
.run-rate-models-tb .data-table .table > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--secondary-3) !important;
}
.run-rate-models-tb table.dataTable tbody th,
.run-rate-models-tb table.dataTable tbody td {
  padding: 3px 10px !important;
  white-space: nowrap;
}
.data-table .table > :not(caption) > * > * {
  border-color: #bcbdc3 !important;
}

.run-rate-models-tb table.dataTable.no-footer {
  border-bottom: none;
}

.run-rate-models-tb table.dataTable tbody tr:last-child {
  border-style: none !important;
}

.run-rate-models-tb tbody tr td,
.user-listing table .user-tb-body tr td,
.regions-listing table .regions-tb-body tr td,
.state-listing table .state-tb-body tr td,
.race-listing table .race-tb-body tr td,
.graduate-listing table .graduate-tb-body tr td {
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  color: rgba(37, 40, 42, 1) !important;
  font-family: "roboto_medium";
}

div#deleteModal {
  z-index: 9999 !important;
}

table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before {
  background: url("/img/Up-side-Vector.png");
  background-size: 10px;
  background-repeat: no-repeat;
  content: " " !important;
  background-position: center;
  height: 13px;
  width: 14px;
  opacity: 0.5 !important;
}

table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after {
  background: url("/img/Keyboard_arrow_down.png");
  background-size: 18px;
  width: 14px;
  height: 13px;
  background-repeat: no-repeat;
  content: " " !important;
  background-position: center;
  opacity: 0.5 !important;
}

@media screen and (max-width: 1191px) {
  .run-rate-models-tb table thead#run-rate-models-head tr td:last-child {
    padding-right: 70px;
  }
  .scenario-simulator-data-table-section
    table#scenario-simulator-whatif-datatable
    thead#scenario-simulator-whatif-datatable-head
    tr
    th
    .whatif-sp-th {
    top: -10px !important;
    z-index: 999;
  }

  .scenario-simulator-data-table-section
    table#scenario-simulator-whatif-county-datatable
    thead#scenario-simulator-whatif-county-datatable-head
    tr
    th
    .whatif-sp-th {
    top: -10px !important;
    z-index: 999;
  }

  /*.scenario-simulator-data-table-section table#scenario-simulator-whatif-datatable thead#scenario-simulator-whatif-datatable-head tr th .whatif-th{
    word-break : unset !important;
  }*/
}
@media screen and (max-width: 991px) {
  .run-rate-models-tb table thead#run-rate-models-head tr td:last-child {
    padding-right: 140px;
  }
}

.dt-buttons {
  display: none;
}

/* Create New Model run rate  */
section.run-rate-models-data-table-section .run-para-tb input {
  color: rgba(99, 102, 106, 1) !important;
}

/* Create New Model run rate  */

section.run-rate-models-data-table-section
  .program-assessment-form
  .assessment-form
  .rate-input
  .form-floating
  > .form-control {
  padding: 5px 35px 5px 12px;
}
section.run-rate-models-data-table-section
  div#total-datatable_wrapper
  table
  thead
  tr
  th {
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
}
section.run-rate-models-data-table-section
  div#total-datatable_wrapper
  table
  tbody
  tr
  td {
  font-size: 14px;
  color: #25282a;
  font-family: "roboto";
  font-weight: 500;
}
section.run-rate-models-data-table-section
  div#total-datatable_wrapper
  table
  thead
  tr
  th:first-child {
  padding-left: 20px;
}
section.run-rate-models-data-table-section div#total-datatable_wrapper table {
  border-radius: 5px 5px 5px 5px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(99, 102, 106, 0.1);
}
/* section.run-rate-models-data-table-section
  div#total-datatable_wrapper
  table
  tbody
  tr:last-child
  td:first-child {
  border-radius: 0px 5px;
}
section.run-rate-models-data-table-section
  div#total-datatable_wrapper
  table
  tbody
  tr:last-child
  td:last-child {
  border-radius: 5px 0px;
} */

#saveSimulationModal {
  z-index: 9999 !important;
}

#overlayModal {
  z-index: 9999 !important;
  top: 50% !important;
}

#total-datatable > tbody tr.even {
  background-color: rgba(99, 102, 106, 0.03) !important;
}

.run-rate-models-data-table-section .tb-runrate tbody tr.even td,
.run-rate-models-data-table-section .tb-runrate thead tr th {
  border-top: 1px solid rgba(99, 102, 106, 0.1);
  border-bottom: 1px solid rgba(99, 102, 106, 0.1) !important;
}

#save-button-runrate-model {
  background-color: #b1b2b3;
}
#save-button-runrate-model:hover {
  background-color: white;
  border: 1px solid #b1b2b3;
  border-radius: 8px;
}
.modal-new .btn-model:hover {
  background-color: #b1b2b3;
}
.modal-new .modal-footer {
  border-top: unset !important;
}
.modal-new .btn-model {
  border: 1px solid #b1b2b3;
  border-radius: 8px;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.modal-new .modal-body .form-floating input {
  padding: 5px 30px 5px 15px;
}

.modal-new .modal-content {
  border-radius: 10px !important;
  box-shadow: 0px 2px 10px 0px rgba(76, 78, 100, 0.22);
  width: 577px !important;
}

.modal-new {
  top: 40% !important;
}

@media screen and (max-width: 991px) {
  .modal-new .modal-content {
    width: 100% !important;
  }
}

/* scenario-simulator-section css start */
.scenario-simulator-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.scenario-simulator-section .btn-check:focus + .btn,
.scenario-simulator-section .btn:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.scenario-simulator-section .dropdown-menu {
  min-width: 410px;
}

.scenario-simulator-section select.form-control {
  background-image: url("/img/dropdown-custom-arrow.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position: right 15px center;
}

.scenario-simulator-section .accordion-button::after {
  background-image: url("/img/dropdown.svg");
  background-size: 12px;
  height: 12px;
  width: 12px;
}

.scenario-simulator-section .accordion-button:focus {
  box-shadow: none;
}

.scenario-simulator-data-table-section .data-table tbody {
  border-top: 0;
}

.data-table .table-input {
  width: 80px;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid var(--primary);
}

.scenario-simulator-data-table-section .data-table .table-input:focus-visible {
  outline: 0;
}

.scenario-simulator-data-table-section input::-webkit-outer-spin-button,
.scenario-simulator-data-table-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.scenario-simulator-data-table-section input[type="number"] {
  -moz-appearance: textfield;
}

.scenario-simulator-data-table-section .data-table .table > tbody > tr td,
.scenario-simulator-data-table-section .data-table .table > thead > tr td,
.complex-index-data table > .complex-tb-body tr td {
  height: 50px;
  line-height: 1.2;
  vertical-align: middle;
}

.scenario-simulator-data-table-section button:focus:not(:focus-visible) {
  box-shadow: none;
}

.scenario-simulator-data-table-section .page-link.page-number {
  border-radius: 4px;
  background-color: var(--secondary-25);
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.scenario-simulator-data-table-section .page-link:focus,
.scenario-simulator-data-table-section .page-link:hover,
.scenario-simulator-data-table-section .page-link.active {
  background-color: var(--primary);
  box-shadow: none;
  border-color: var(--primary);
}

.scenario-simulator-page .modal .form-title::before {
  left: -24px;
}

.scenario-simulator-page .modal .form-title {
  font-family: var(--font-raleway_bold);
  font-size: var(--font-24);
}

.scenario-simulator-data-table-section
  .data-table
  #tab2
  .table-striped
  tr
  td:last-child {
  padding-right: 60px;
}

.horizontal-chart-section .project-content {
  height: 179px;
}

.save-button-active {
  background-color: #ffd100 !important;
}
/* scenario-simulator-section css end */

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  overflow-x: unset !important;
  overflow-y: unset !important;
}

/*.programe-assessment-chart-view .chart-list .sub-chart-list {
  height: auto !important;
}*/

@media screen and (max-width: 991px) {
  .programe-assessment-chart-view .chart-list .sub-chart-list {
    height: 100% !important;
  }
  .programe-assessment-chart-view .card {
    overflow: auto !important;
  }
  .card {
    overflow: auto !important;
  }
  .grid-stack > .grid-stack-item > .grid-stack-item-content {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
}

@media screen and (max-width: 1191px) {
  .program-assessment-section .run-para-tb td.table-right-dash {
    width: 0%;
  }

  .run-rate-datatable .tb-head .pro-line {
    padding-left: 100px !important;
  }
}

.gap-3 {
  gap: 15px;
}

td.details-control {
  background: url("/img/dropdown.svg") no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url("/img/dropdown.svg") no-repeat center center;
}

/* senario simulator */
.complex-index-data table > .complex-tb-head tr th:first-child {
  padding: 10px 10px 10px 20px;
}
.complex-index-data table > .complex-tb-head tr th {
  padding: 10px;
  text-align: left;
  font-family: "roboto";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25rem;
}
.population-data .card-body table .population-tb-head tr th {
  padding: 18px;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-align: left;
  font-family: "roboto";
  white-space: nowrap;
}
.population-data .card-body table .population-tb-body tr td {
  padding-left: 20px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(37, 40, 42, 1);
  font-size: 14px;
}
.scenario-simulator-data-table-section
  .data-table
  .tab-content
  table
  thead
  tr
  th {
  padding: 18px;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  text-align: left;
  font-family: "roboto";
  white-space: nowrap;
}
.scenario-simulator-data-table-section
  .data-table
  .tab-content
  table
  thead
  tr
  th:first-child {
  text-align: left;
  white-space: nowrap;
}
.scenario-simulator-data-table-section
  .data-table
  .table
  > tbody
  > tr
  .dt-control {
  padding: 0px 0px 0px 20px !important;
  text-align: left !important;
}
.complex-index-data table > .complex-tb-body tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(37, 40, 42, 1);
  text-align: left;
}
.scenario-simulator-data-table-section .data-table .table > tbody > tr td {
  padding: 0px 0px 0px 0px !important;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  color: rgba(37, 40, 42, 1);
  text-align: center;
}

.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-datatable
  thead#scenario-simulator-whatif-datatable-head
  tr
  th:first-child,
.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-datatable
  tbody#scenario-simulator-whatif-datatable-body
  tr
  td:first-child {
  min-width: 190px;
  max-width: 190px;
}
.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-datatable
  thead#scenario-simulator-whatif-datatable-head
  tr
  th:last-child,
.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-datatable
  tbody#scenario-simulator-whatif-datatable-body
  tr
  td:last-child {
  min-width: 130px;
  max-width: 130px;
}
.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-datatable
  tbody#scenario-simulator-whatif-datatable-body
  tr
  td,
.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-datatable
  thead#scenario-simulator-whatif-datatable-head
  tr
  th {
  width: 7% !important;
  min-width: calc(1282px / 10);
  max-width: calc(1282px / 10);
  box-sizing: border-box !important;
}

.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-datatable
  thead#scenario-simulator-whatif-datatable-head
  tr
  th
  .whatif-th {
  display: block;
  word-break: break-word;
}

.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-datatable
  thead#scenario-simulator-whatif-datatable-head
  tr
  th
  .whatif-sp-th {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 8%;
}

.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-county-datatable
  thead#scenario-simulator-whatif-county-datatable-head
  tr
  th:first-child,
.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-county-datatable
  tbody#scenario-simulator-whatif-county-datatable-body
  tr
  td:first-child {
  min-width: 190px;
  max-width: 190px;
}
.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-county-datatable
  thead#scenario-simulator-whatif-county-datatable-head
  tr
  th:last-child,
.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-county-datatable
  tbody#scenario-simulator-whatif-county-datatable-body
  tr
  td:last-child {
  min-width: 130px;
  max-width: 130px;
}
.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-county-datatable
  tbody#scenario-simulator-whatif-county-datatable-body
  tr
  td,
.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-county-datatable
  thead#scenario-simulator-whatif-county-datatable-head
  tr
  th {
  /* width: 7% !important; */
  min-width: calc(1282px / 12);
  max-width: calc(1282px / 12);
  box-sizing: border-box !important;
}

.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-county-datatable
  thead#scenario-simulator-whatif-county-datatable-head
  tr
  th
  .whatif-th {
  display: block;
  word-break: break-word;
}

.scenario-simulator-data-table-section
  table#scenario-simulator-whatif-county-datatable
  thead#scenario-simulator-whatif-county-datatable-head
  tr
  th
  .whatif-sp-th {
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 8%;
}

.scenario-simulator-data-table-section
  .data-table
  .table
  > tbody
  > tr
  td:first-child
  span {
  vertical-align: middle;
  cursor: pointer;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before {
  background: url("../img/Up-side-Vector1.png");
  background-size: 10px;
  background-repeat: no-repeat;
  content: " " !important;
  background-position: center;
  height: 13px;
  width: 14px;
  right: 8px;
}
.complex-index-data .card-header .form-title {
  font-family: roboto;
}
.complex-index-data .card-header .form-title::before {
  left: -16px;
}
.complex-index-data table > .complex-tb-body tr td:first-child {
  width: 2.1% !important;
  padding-left: 20px !important;
}
.complex-index-data table > .complex-tb-body tr td {
  width: 8.9% !important;
  padding-left: 10px !important;
}
.scenario-simulator-data-table-section
  table#scenario-simulator-datatable
  tbody#scenario-simulator-datatable-body
  > tr
  > td,
.scenario-simulator-data-table-section
  table#scenario-simulator-datatable
  .pro-con-rate
  tbody
  > tr
  > td {
  white-space: unset;
  width: 12% !important;
  text-align: left;
  padding-left: 20px !important;
}

.scenario-simulator-data-table-section
  table#scenario-simulator-datatable
  thead#scenario-simulator-datatable-head
  tr
  th:first-child,
.scenario-simulator-data-table-section
  table#scenario-simulator-datatable
  tbody#scenario-simulator-datatable-body
  tr
  td:first-child {
  width: 16% !important;
}

table.dataTable thead > tr > th.sorting:before {
  opacity: 1.5 !important;
}

table.dataTable thead > tr > th.sorting_asc:before {
  opacity: 1.5 !important;
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_desc:after {
  background: url("../img/dark_down.png");
  background-size: 18px;
  width: 14px;
  height: 13px;
  background-repeat: no-repeat;
  content: " " !important;
  background-position: center;
  right: 8px;
}
::-webkit-scrollbar {
  height: 10px;
}

#scenario-simulator-whatif-datatable_wrapper,
#scenario-simulator-strategic-enrollment-datatable_wrapper, #scenario-simulator-whatif-county-datatable_wrapper {
  overflow: auto;
}

div#scenario-delete-modal {
  z-index: 9999 !important;
}

table.dataTable thead > tr > th.sorting:after {
  opacity: 0.2 !important;
}

table.dataTable thead > tr > th.sorting_desc:after {
  opacity: 1.5 !important;
}

/*  */

thead#scenario-simulator-whatif-datatable-head th:first-child {
  width: 202.859px !important;
}
thead#scenario-simulator-whatif-datatable-head th {
  white-space: unset;
  vertical-align: middle;
}
thead#scenario-simulator-whatif-datatable-head th::after,
thead#scenario-simulator-whatif-datatable-head th::before {
  right: 0px;
}

thead#scenario-simulator-whatif-county-datatable-head th:first-child {
  width: 202.859px !important;
}
thead#scenario-simulator-whatif-county-datatable-head th {
  white-space: unset;
  vertical-align: middle;
}
thead#scenario-simulator-whatif-county-datatable-head th::after,
thead#scenario-simulator-whatif-county-datatable-head th::before {
  right: 0px;
}
/*tbody#scenario-simulator-whatif-datatable-body td.dt-control.sorting_1{
    text-align: start;
    display: flex;
    align-items: center;
}*/
table.dataTable td.dt-control:before {
  height: unset;
  width: unset;
  margin-top: unset;
  display: unset;
  color: unset;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  box-sizing: unset;
  text-align: unset;
  text-indent: unset;
  font-family: unset;
  line-height: unset;
  content: unset;
  background-color: unset;
}
tbody#scenario-simulator-whatif-datatable-body td input,
tbody#scenario-simulator-strategic-enrollment-body td input {
  font-size: 14px;
  font-weight: 600;
  color: var(--black-shades-gray, #63666a);
  border: 0.25px solid var(--yellow-shades-yellow-100, #ffd100);
  background: var(
    --yellow-shades-yellow-25,
    linear-gradient(
      0deg,
      rgba(255, 209, 0, 0.25) 0%,
      rgba(255, 209, 0, 0.25) 100%
    ),
    #fff
  );
  height: 24px;
  width: 80px !important;
  text-align: center !important;
  margin: 0 auto;
}
tbody#scenario-simulator-strategic-enrollment-body td input {
  width: 70px !important;
}
tbody#scenario-simulator-whatif-datatable-body td .input-group {
  display: block;
}

tbody#scenario-simulator-whatif-county-datatable-body td input {
  font-size: 14px;
  font-weight: 600;
  color: var(--black-shades-gray, #63666a);
  border: 0.25px solid var(--yellow-shades-yellow-100, #ffd100);
  background: var(
    --yellow-shades-yellow-25,
    linear-gradient(
      0deg,
      rgba(255, 209, 0, 0.25) 0%,
      rgba(255, 209, 0, 0.25) 100%
    ),
    #fff
  );
  height: 24px;
  width: 80px !important;
  text-align: center !important;
  margin: 0 auto;
}

tbody#scenario-simulator-whatif-county-datatable-body td input:disabled {
  border: 0.25px solid var(--Black-Shades-Gray-25, #63666a40);
  background: var(
    --Black-Shades-Gray10,
    linear-gradient(
      0deg,
      rgba(99, 102, 106, 0.1) 0%,
      rgba(99, 102, 106, 0.1) 100%
    ),
    #fff
  );
}

tbody#scenario-simulator-whatif-county-datatable-body td .input-group {
  display: block;
}

/*  */
@media screen and (min-width: 1600px) {
  .program-assessment-section .program-assessmen-dropdown .select-dropdown {
    display: flex !important;
    align-items: center;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1600px) {
  .scenario-simulator-data-table-section .data-table {
    overflow: auto;
  }
  table.dataTable thead > tr > th.sorting:after,
  table.dataTable thead > tr > th.sorting_asc:after,
  table.dataTable thead > tr > th.sorting:before,
  table.dataTable thead > tr > th.sorting_asc:before {
    right: -8px;
  }
}

/* ; */

@media screen and (max-width: 1600px) {
  .program-assessment-section .run-para-tb input {
    margin: 7px;
    width: 84px;
  }

    .scenario-simulator-data-table-section
      table#scenario-simulator-whatif-datatable
      thead#scenario-simulator-whatif-datatable-head
      tr
      th
      .whatif-sp-th {
        right: -13%;
        top: -1px;
    }

  }

  .scenario-simulator-data-table-section
    table#scenario-simulator-whatif-county-datatable
    thead#scenario-simulator-whatif-county-datatable-heade-head
    tr
    th
    .whatif-sp-th {
    right: 3%;
  }

  .scenario-simulator-data-table-section
    table#scenario-simulator-whatif-county-datatable
    thead#scenario-simulator-whatif-county-datatable-head
    tr
    th
    .whatif-sp-th {
    right: 3%;
  }

  .sub-chart-list {
    overflow: auto !important;
  }

  .card {
    overflow: auto !important;
  }


.scenario-simulator-data-table-section .table > tbody tr.odd {
  background-color: rgba(99, 102, 106, 0.03) !important;
}

tbody#scenario-simulator-datatable-body tr#total-row th:first-child {
  padding: 0px 0px 0px 20px !important;
  text-align: left !important;
}
tbody#scenario-simulator-datatable-body tr#total-row th,
tbody#scenario-simulator-datatable-body tr#total-row th:first-child {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  color: white;
  height: 40px;
  vertical-align: middle;
  padding: 0px !important;
}

table.dataTable td.dt-control:before,
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: unset !important;
}

.in-tb-dashed {
  border-bottom-style: dashed;
}

.inner-tb-senario tbody tr td {
  color: rgba(99, 102, 106, 1) !important;
}

.scenario-simulator-data-table-section table.dataTable.no-footer {
  border-bottom: none !important;
}

/*.scenario-simulator-data-table-section .data-table .pro-con-rate > tbody > tr td{
    width:9% !important;
}*/

.scenario-simulator-data-table-section
  .tab-content
  .table-responsive::-webkit-scrollbar {
  height: 0px;
}

div#scenario-simulator-whatif-datatable_filter input,
div#scenario-simulator-whatif-county-datatable_filter input,
div#scenario-simulator-datatable_filter input {
  border-radius: 8px;
  padding: 8px 30px 8px 12px;
  width: 231px;
  height: 36px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  border-color: rgba(76, 78, 100, 0.22);
}

@media screen and (max-width: 768px) {
  div#scenario-simulator-datatable_filter input {
    width: 150px;
  }
  .nav-tabs .nav-link {
    font-size: 14px !important;
  }
  .nav {
    flex-wrap: nowrap;
  }

  .login-form-sec {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .login-logo img {
    width: 200px;
  }

  .font-sm {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1191px) {
  .scenario-simulator-data-table-section
    table#scenario-simulator-whatif-datatable
    thead#scenario-simulator-whatif-datatable-head
    tr
    th
    .whatif-sp-th {
    right: -20% !important;
    top: 2px !important;
  }

  scenario-simulator-data-table-section
    table#scenario-simulator-whatif-county-datatable
    thead#scenario-simulator-whatif-county-datatable-head
    tr
    th
    .whatif-sp-th {
    right: -20% !important;
    top: 2px !important;
  }

  table.dataTable thead > tr > th.sorting:before,
  table.dataTable thead > tr > th.sorting:after {
    right: 0 !important;
  }
}

@media screen and (max-width: 575px) {
  div#scenario-simulator-datatable_filter input {
    width: 110px;
  }
  .nav {
    flex-wrap: wrap;
  }
  .modal {
    width: 350px;
    left: unset;
  }
  table.dataTable thead > tr > th.sorting:before,
  table.dataTable thead > tr > th.sorting:after {
    right: -4px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
  .modal {
    width: 300px;
  }
}
@media screen and (max-width: 374px) {
  .modal {
    width: 310px;
    overflow: unset;
    z-index: 9999;
    left: 2px;
  }
}

div#scenario-simulator-whatif-datatable_filter .serch-icon,
div#scenario-simulator-whatif-county-datatable_filter .serch-icon,
div#scenario-simulator-datatable_filter .serch-icon {
  top: 7px;
  bottom: 0;
  right: 10px;
}

div#scenario-simulator-datatable_filter,
div#scenario-simulator-whatif-county-datatable_filter,
div#scenario-simulator-whatif-datatable_filter {
  position: relative;
}

.table tbody#scenario-simulator-datatable-body tr#total-row,
.table tbody#scenario-simulator-whatif-county-datatable-body tr#total-row,
.table tbody#scenario-simulator-whatif-datatable-body tr#total-row,
.table tbody#scenario-simulator-strategic-enrollment-body tr#total-row {
  background: var(
    --Table-Header,
    linear-gradient(
      0deg,
      rgba(99, 102, 106, 0.5) 0%,
      rgba(99, 102, 106, 0.5) 100%
    ),
    #fff
  );
  color: white !important;
  font-size: 16px !important;
  line-height: 20px !important;
  vertical-align: middle !important;
}
.table
  tbody#scenario-simulator-strategic-enrollment-body
  tr
  td
  > input.txt-normal-input {
  line-height: 14px;
  color: var(--secondary-85);
  border-radius: 8px;
  border: 1px solid rgba(76, 78, 100, 0.22);
  padding: 9px;
}
.table
  tbody#scenario-simulator-strategic-enrollment-body
  tr
  td
  > input.txt-normal-input::-webkit-input-placeholder {
  color: var(--secondary-85);
}
.table tbody#scenario-simulator-strategic-enrollment-body tr td > select {
  font-family: var(--raleway);
  line-height: 14px;
  border-radius: 8px;
  border: 1px solid rgba(76, 78, 100, 0.22);
  padding: 9px;
}
.table
  tbody#scenario-simulator-strategic-enrollment-body
  tr
  td
  > input.txt-normal-input {
  color: var(--secondary-85) !important;
  background: transparent !important;
  height: auto !important;
  width: auto !important;
  text-align: left !important;
}
.table
  tbody#scenario-simulator-strategic-enrollment-body
  tr
  td
  > input.txt-normal-input {
  color: #212529 !important;
}
.table tbody#scenario-simulator-strategic-enrollment-body tr td > select:focus,
.table
  tbody#scenario-simulator-strategic-enrollment-body
  tr
  td
  > input.txt-normal-input:focus {
  box-shadow: none;
}
.table tbody#scenario-simulator-strategic-enrollment-body tr td > select {
  color: #212529 !important;
}
.table tbody#scenario-simulator-strategic-enrollment-body tr td > select {
  font-family: var(--raleway);
  line-height: 14px;
  color: rgba(99, 102, 106, 0.5);
  border-radius: 8px;
  border: 1px solid rgba(76, 78, 100, 0.22);
  padding: 9px;
}
.table
  tbody#scenario-simulator-strategic-enrollment-body
  tr
  td
  > input.txt-normal-input {
  color: var(--secondary-85) !important;
  background: transparent !important;
  height: auto !important;
  width: auto !important;
  text-align: left !important;
}
.table tbody#scenario-simulator-strategic-enrollment-body tr td > select:focus,
.table
  tbody#scenario-simulator-strategic-enrollment-body
  tr
  td
  > input.txt-normal-input:focus {
  box-shadow: none;
}

.table tbody#scenario-simulator-strategic-enrollment-body tr td > select {
  font-family: var(--raleway);
  line-height: 14px;
  color: rgba(99, 102, 106, 0.5);
  border-radius: 8px;
  border: 1px solid rgba(76, 78, 100, 0.22);
  padding: 9px;
}
.table
  tbody#scenario-simulator-strategic-enrollment-body
  tr
  td
  > input.txt-normal-input {
  color: var(--secondary-85) !important;
  background: transparent !important;
  height: auto !important;
  width: auto !important;
  text-align: left !important;
}
.table tbody#scenario-simulator-strategic-enrollment-body tr td > select:focus,
.table
  tbody#scenario-simulator-strategic-enrollment-body
  tr
  td
  > input.txt-normal-input:focus {
  box-shadow: none;
}

div#scenario-simulator-whatif-datatable_wrapper
  .table-striped
  > tbody
  > tr
  > th {
  color: white !important;
}

div#scenario-simulator-whatif-county-datatable_wrapper
  .table-striped
  > tbody
  > tr
  > th,
div#scenario-simulator-strategic-enrollment-datatable_wrapper
  .table-striped
  > tbody
  > tr
  > th {
  color: white !important;
}

input[type="search"]:focus-visible {
  border: 1px solid #ffd100;
  outline: none;
}

tbody#scenario-simulator-whatif-datatable-body tr > th {
  border-color: unset !important;
}

tbody#scenario-simulator-whatif-county-datatable-body tr > th {
  border-color: unset !important;
}
#scenario-simulator-strategic-enrollment thead tr th:last-child {
  display: table-cell !important;
}
/*@media screen and (max-width:1600px){
    .scenario-simulator-data-table-section .data-table .tab-content table thead tr th {
        padding: 0px;
    }
}
/* senario simulator */

/*paginate*/

.dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_paginate .paginate_button.disabled {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_paginate .paginate_button.previous {
  padding: 0;
  margin-right: 16px;
}

.dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
.dataTables_paginate > span {
  display: flex;
}
.dataTables_paginate .paginate_button.next {
  padding: 0;
}
.dataTables_paginate span .paginate_button.current {
  background: var(--primary);
}
.dataTables_paginate span .paginate_button.current {
  border-color: var(--primary);
  background: var(--primary);
}

.dataTables_paginate span .paginate_button.current:hover {
  border: transparent;
  color: white !important;
}
.dataTables_paginate span .paginate_button.current {
  background: var(--primary);
}

.dataTables_paginate.paging_simple_numbers {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dataTables_paginate.paging_simple_numbers {
  display: flex;
  align-items: center;
}
.dataTables_paginate span .paginate_button {
  border-radius: 4px;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 12px;
  border: transparent;
  color: #ffffff !important;
  font-family: var(--raleway);
  background: var(--secondary-25);
  margin-right: 16px;
}

.dataTables_paginate span .paginate_button:hover {
  border-color: var(--primary);
  background: var(--primary);
}

thead#scenario-simulator-whatif-datatable-head tr th {
  padding: 6px 10px 6px 20px;
}

thead#scenario-simulator-whatif-datatable-head th::after,
thead#scenario-simulator-whatif-datatable-head th::before {
  right: -6px;
}

tbody#scenario-simulator-whatif-datatable-body tr:last-child td,
tbody#scenario-simulator-whatif-county-datatable-body tr:last-child td,
tbody#scenario-simulator-datatable-body tr:last-child td,
tbody#scenario-simulator-strategic-enrollment-body tr:last-child td {
  border-bottom-width: 0px !important;
}

thead#scenario-simulator-whatif-county-datatable-head tr th {
  padding: 6px 10px 6px 20px;
}

thead#scenario-simulator-whatif-county-datatable-head th::after,
thead#scenario-simulator-whatif-county-datatable-head th::before {
  right: -6px;
}

.dropdown-menu.show {
  font-family: var(--raleway_semibold) !important;
}

.card .table > tbody tr td,
.card .table > thead tr th {
  font-family: roboto_medium;
}

.user-guide-section .bg-user-primary {
  padding-top: 36px !important;
  background: var(--body-bg);
  top: 65.6406px;
}

.senario-simulator-modal {
  top: 29% !important;
}

.modal-new .modal-content .modal-body .rate-input .form-floating {
  font-size: 14px;
  color: #63666a;
  font-family: "roboto";
}

div.export_processing {
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  position: relative;
}

.hide {
  display: none;
}

div.export_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.export_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.export_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.export_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.export_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

div.export_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
#save-pdf {
  cursor: pointer;
}

agi-listing-acadmic table .agi-tb-body


.agi-tb-head 



/* user */
.user-listing table .user-tb-body tr td,
.regions-listing table .regions-tb-body tr td,
.state-listing table .state-tb-body tr td,
.race-listing table .race-tb-body tr td,
.agi-listing-acadmic table .agi-tb-body tr td,
.graduate-listing table .graduate-tb-body tr td {
  padding: 0.5rem 1rem !important;
}
.user-listing table .user-tb-head tr td,
.regions-listing table .regions-tb-head tr td,
.state-listing table .state-tb-head tr td,
.race-listing table .race-tb-head tr td,
.agi-listing-acadmic table .agi-tb-head tr td,
.graduate-listing table .graduate-tb-head tr td {
  padding: 1rem 1rem !important;
}
.user-listing .card,
.regions-listing .card,
.state-listing .card,
.race-listing table .card,
.agi-listing-acadmic .card,
.graduate-listing .card {
  border: 0px !important;
  border-radius: 10px !important;
}
.user-listing table .user-tb-body tr td,
.regions-listing table .regions-tb-body tr td,
.state-listing table .state-tb-body tr td,
.race-listing table .race-tb-body tr td,
.agi-listing-acadmic table .agi-tb-body tr td,
.graduate-listing table .graduate-tb-body tr td {
  vertical-align: middle !important;
}
.user-listing table .user-tb-body,
.regions-listing table .regions-tb-body,
.state-listing table .state-tb-body,
.race-listing table .race-tb-body,
.agi-listing-acadmic table .agi-tb-body,
.graduate-listing table .graduate-tb-body {
  border-top: 0px !important;
}
.user-listing table .user-tb-body tr:nth-child(even),
.regions-listing table .regions-tb-body tr:nth-child(even),
.state-listing table .state-tb-body tr:nth-child(even),
.race-listing table .race-tb-body tr:nth-child(even),
.agi-listing-acadmic table .agi-tb-body tr:nth-child(even),
.graduate-listing table .graduate-tb-body tr:nth-child(even) {
  background-color: rgba(99, 102, 106, 0.03);
}

/*Recent Trends*/
@import url("https://code.highcharts.com/css/highcharts.css");

.recent-trend-highcharts-figure,
#progress-to-goal-container .highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#progress-to-goal-container .highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

#progress-to-goal-container .highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

#progress-to-goal-container .highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

#progress-to-goal-container .highcharts-data-table td,
#progress-to-goal-container .highcharts-data-table th,
#progress-to-goal-container .highcharts-data-table caption {
    padding: 0.5em;
}

#progress-to-goal-container .highcharts-data-table thead tr,
#progress-to-goal-container .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

#progress-to-goal-container .highcharts-data-table tr:hover {
    background: #f1f7ff;
}

#progress-to-goal-container .highcharts-yaxis .highcharts-axis-line {
    stroke-width: 2px;
}

/* Link the series colors to axis colors */
#progress-to-goal-container .highcharts-color-0 {
    fill:rgb(255, 209, 0);
;
    stroke:rgb(255, 209, 0);
;
}

#progress-to-goal-container .highcharts-axis.highcharts-color-0 .highcharts-axis-line {
    stroke:rgb(255, 209, 0);
;
}

#progress-to-goal-container .highcharts-axis.highcharts-color-0 text {
    fill:rgb(255, 209, 0);
;
}

#progress-to-goal-container .highcharts-color-1 {
    fill: rgb(215, 215, 215);
    stroke: rgb(215, 215, 215);
}

#progress-to-goal-container .highcharts-axis.highcharts-color-1 .highcharts-axis-line {
    stroke: rgb(215, 215, 215);
}

#progress-to-goal-container .highcharts-axis.highcharts-color-1 text {
    fill: rgb(215, 215, 215);
}

#progress-to-goal-container .highcharts-axis-line {
  display: none;
}

.recent-trend .title-btn-group .button-group button.active, .recent-trend-app .title-btn-group .button-group button.active{
  background-color: var(--primary);
}
div#strategic-enrollment-delete-modal {
  z-index: 9999 !important;
}
#scenario-simulator-strategic-enrollment_processing {
  z-index: 9999 !important;
}
.add-new-initiative:hover{
  background-color: var(--primary-75) !important;
}
.box-success {
  background: rgba(0, 255, 0, 0.15);
  border-bottom: 4px solid green;
}
.box-loss {
  background: rgba(255, 0, 0, 0.15);
  border-bottom: 4px solid red;
}
/* jquryui calendar image */
#start-date-yeartoyear,
#end-date-yeartoyear,
#recent-trend-start-date,
#recent-trend-end-date,
#start-date,
#end-date  {
  background-image: url("../img/calendar-icon.svg");
  background-size: 12px;
  background-position: 95% center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#ui-datepicker-div.ui-datepicker.ui-widget {
  border: none;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}

#ui-datepicker-div .ui-widget-header {
  border: none;
  background: none;
}
#ui-datepicker-div.ui-datepicker td span,
#ui-datepicker-div.ui-datepicker td a {
  padding: 0.5em;
  text-align: center;
}
#ui-datepicker-div .ui-state-default {
  border: 1px solid transparent;
  background: none;
}
#ui-datepicker-div .ui-state-hover {
  border: 1px solid #2b2c31;
  background: #89bcf0;
  color: #000000;
}
#ui-datepicker-div .ui-state-default.ui-state-active,
#ui-datepicker-div .ui-state-default .ui-state-highlight {
  border: 1px solid #2b2c31;
  background: #007fff;
  color: #ffffff;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span {
  background-position: 0 -32px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next span {
  background-position: -64px -32px;
}

.custom-datepicker .form-control {
  max-width: 90px;
  max-width: 130px;
  width: 100%;
}

#start-date-yeartoyear-application,
#end-date-yeartoyear-application {
  background-image: url("../img/calendar-icon.svg");
  background-size: 12px;
  background-position: 95% center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.userguide-data-dictionary-tb table .data-dic-tbhead tr th{
  background-color: #ffc500;
}
.userguide-data-dictionary-tb table thead tr th:first-child {
  width: 20%;
}
.userguide-data-dictionary-tb table thead tr th {
  width: 30%;
}
.userguide-data-dictionary-tb table thead tr th:last-child {
  width: 25%;
}
.userguide-data-dictionary-tb table tr {
  text-align: center;
}
.userguide-data-dictionary-tb table thead th,
.userguide-data-dictionary-tb table tbody td {
  border: 2px solid black;
  padding: 8px;
}
.userguide-tr {
  background-color: #ffeb98;
  text-align: center;
}
.userguide-txt-bold-td {
  font-weight: 600;
}
a.user-guide-link.text-decoration-none {
  color: #0d6efd;
}
div#strategic-enrollment-delete-modal {
  z-index: 9999 !important;
}
#scenario-simulator-strategic-enrollment_processing {
  z-index: 9999 !important;
}

.add-new-initiative:hover {
  background-color: var(--primary-75) !important;
}
/*Recent Trends*/
.box-success {
  background: rgba(0, 255, 0, 0.15);
  border-bottom: 4px solid green;
}
.box-loss {
  background: rgba(255, 0, 0, 0.15);
  border-bottom: 4px solid red;
}

/* Year-Over-Year-Weekly-Pace Start */
.programe-assessment-chart-view
  .chart-list
  .widget-content-container
  .year-over-year-weekly-pace.custom-shadow {
  height: auto !important;
}
.run-rate-models-tb.year-over-year-weekly-pace
  table
  thead#run-rate-models-head
  tr
  td:last-child {
  padding-left: unset;
  padding-right: unset !important;
  border-radius: 0 !important;
}
.run-rate-models-tb.year-over-year-weekly-pace
  table
  tbody#run-rate-models-body
  tr
  td:last-child {
  justify-content: center;
  max-width: 115px;
}
.run-rate-models-tb.year-over-year-weekly-pace table.dataTable td {
  font-family: "roboto", sans-serif !important;
  font-size: 14px;
  box-sizing: border-box !important;
}
.run-rate-models-tb.year-over-year-weekly-pace table.dataTable tbody td {
  padding: 13px 10px !important;
}
.run-rate-models-tb.year-over-year-weekly-pace table.dataTable thead td {
  text-shadow: 1px 1px 2px #4f4f4f;
  font-weight: 700;
}
.run-rate-models-tb.year-over-year-weekly-pace
  table.dataTable
  thead
  tr
  td:not(:first-child) {
  position: sticky;
  top: 0;
  z-index: 9;
  min-width: calc(1180px / 6);
  padding-left: 10px !important;
}
.run-rate-models-tb.year-over-year-weekly-pace
  table.dataTable
  thead
  tr
  td:first-child {
  background: var(
    --Table-Header,
    linear-gradient(
      0deg,
      rgba(99, 102, 106, 0.5) 0%,
      rgba(99, 102, 106, 0.5) 100%
    ),
    #fff
  );
}
.run-rate-models-tb.year-over-year-weekly-pace table.dataTable tbody tr.odd td {
  background-color: #fff;
}
.run-rate-models-tb.year-over-year-weekly-pace
  table.dataTable
  tbody
  tr.odd
  td:first-child {
  background: #fff;
}
.run-rate-models-tb.year-over-year-weekly-pace
  table.dataTable
  tbody
  tr.even
  td:first-child {
  background-color: rgb(250 250 250);
}
.run-rate-models-tb.year-over-year-weekly-pace
  table.dataTable
  thead
  tr
  td:first-child {
    min-width: 237px;
    width: 237px;
}
.run-rate-models-tb.year-over-year-weekly-pace
  table.dataTable
  tbody
  tr
  td:first-child,
.run-rate-models-tb.year-over-year-weekly-pace
  table.dataTable
  thead
  tr
  td:first-child {
  position: sticky;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 8px 0px rgba(67, 67, 67, 0.3);
}
.run-rate-models-tb.year-over-year-weekly-pace
  table.dataTable
  thead
  tr
  td:first-child {
  z-index: 10;
}
.run-rate-models-tb.year-over-year-weekly-pace .btn-view {
  position: absolute;
  background: #ffd100;
  top: 63px;
  right: 0;
  height: calc(100% - 67px);
  width: 66px;
  border: none;
  cursor: pointer;
  z-index: 11;
}
.run-rate-models-tb.year-over-year-weekly-pace .hidden-bg {
  position: absolute;
  background: var(
    --Table-Header,
    linear-gradient(
      0deg,
      rgba(99, 102, 106, 0.5) 0%,
      rgba(99, 102, 106, 0.5) 100%
    ),
    #fff
  );
  top: 0;
  right: 0;
  height: 63px;
  width: 66px;
  z-index: 11;
}
#start-date-yeartoyear-application,
#end-date-yeartoyear-application,
#start-date-weekly-pace,
#end-date-weekly-pace,
#start-date-weekly-deposit,
#end-date-weekly-deposit,
#start-date-weekly-admits,
#end-date-weekly-admits,
#start-date-weekly-pace-bar,
#end-date-weekly-pace-bar {
  background-image: url(../img/calendar-icon.svg);
  background-size: 12px;
  background-position: 95% center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.run-rate-models-tb.year-over-year-weekly-pace .table-responsive {
  width: calc(100% - 56px);
  height: 100%;
}
#ui-datepicker-div {
  z-index: 11 !important;
}
table.weekly-pace-datatable thead td:nth-last-child(-n+4), table.weekly-pace-datatable tbody td:nth-last-child(-n+4),.run-rate-models-tb.year-over-year-weekly-pace table tbody#run-rate-models-body tr td:last-child  {
  display: none;
}
table.show-last-columns thead td:nth-last-child(-n+4),table.show-last-columns tbody td:nth-last-child(-n+4),.run-rate-models-tb.year-over-year-weekly-pace table.show-last-columns tbody#run-rate-models-body tr td:last-child {
  display: table-cell;
}
.run-rate-models-tb.year-over-year-weekly-pace .table-responsive::-webkit-scrollbar{
  width: 0;
}
/* Year-Over-Year-Weekly-Pace End */

/* Progress-to-Goal Start */
#progress-to-goal-container div.chart-container div.highcharts-container .highcharts-data-labels .highcharts-label{
  opacity: 1 !important;
}
#progress-to-goal-container div.chart-container div.highcharts-container .highcharts-data-labels .highcharts-label span div > span.ptg-value{
  font-family: 'roboto',sans-serif;
  font-size:20px;
}
#progress-to-goal-container div.chart-container div.highcharts-container .highcharts-data-labels .highcharts-label span div > span.ptg-label{
  font-family:'raleway';
  font-size:15px;
  color:#63666A;
}
/* Progress-to-Goal End */

/* calendar css */
#ui-datepicker-div.ui-datepicker.ui-widget{
  font-family: var(--raleway_semiBold);
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
  border-color: #ced4da;
  border-radius: 3px;
  margin-left: 3px;
  padding-left: 3px;
  font-family: var(--raleway_semiBold);
}
.ui-datepicker select.ui-datepicker-month:focus-visible, .ui-datepicker select.ui-datepicker-year:focus-visible{
  outline:none;
}
/* Year-Over-Year Weekly Pace - Chart's Filteration css start */
select#weeklyPaceBarTypeDropdownMenu2{
  font-size: var(--font-14);
  border: 1px solid #ced4da;
  border-radius: .2rem;
}
/* Year-Over-Year Weekly Pace - Chart's Filteration css end */

.change-race-ethnicity-by-state-year-filter{
  text-align: left !important;
  font-size: 12px;
  border: 1px solid #aaa;
  border-radius: 5px;
}

/* otp-screen css start */
.otp-field-wrapper input.otp-field{
  width: 43px;
  height: 36px;
  padding: 0 12px;
  text-align: center;
  border-radius: 8px;
}
.otp-field-wrapper input.otp-field:focus{
  box-shadow: none;
  border-color: var(--primary);
}
.opt-error-msg{
  text-align: left;
  font-size: 13px;
  width: 100%;
  top: 15px;
  font-size: .875em;
  color: #dc3545;
}
.otp-resend-btn:hover{
  color: var(--secondary);
}
/* otp-screen css end */

/* chatbot css start */
.chatbot-launcher-wrapper{
  bottom: 20px;
  right: 30px;
  z-index: 11;
}
.chatbot-launcher-wrapper .chatbot-info-wrapper::after{
  content: '';
  position: absolute;
  background-image: url("/img/chatbot-launcher-polygon.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  right: -7px;
  top: 50%;
}
.chatbot-wrapper{   
  min-width: 520px;
  height: calc(100vh - 10%);
  right: -800px;
  bottom: 0;  
  background-color: var(--chatbot-bg);
  box-shadow: 0px 0px 10px 0px rgba(12, 70, 3, 0.2);
  border-top-left-radius: 30px;
  transition: 0.5s ease-in;
  z-index: 11;
}
.chatbot-wrapper.d-block{
  transition: 0.5s ease-out;
}
.chatbot-wrapper .chat-header{
  border-top-left-radius: 30px;
}
.chatbot-wrapper .chatarea{
  max-width: 520px;
  height: calc(100% - 160px);  
  overflow: auto;
}
.chatbot-wrapper form input:focus{
  outline: none;
}

.chatbot-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chatbot-loader::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.50);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-top-left-radius: 30px;
}
.chatbot-loader img {
  position: relative;
  z-index: 3;
}

/* chatbot css for 125% display resolution start */
@media only screen and (-webkit-device-pixel-ratio: 1.25), only screen and (-webkit-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
  .chatbot-wrapper {
    height: calc(100% - 15%);
  }
  .chatbot-wrapper .chatarea {
    height: calc(100% - 160px);
  }
}
/* chatbot css for 125% display resolution end */

/* chatbot css end */
.hide {
  display: none !important;
}


/* otp-screen css start */
.otp-field-wrapper input.otp-field{
  width: 43px;
  height: 36px;
  padding: 0 12px;
  text-align: center;
  border-radius: 8px;
}
.otp-field-wrapper input.otp-field:focus{
  box-shadow: none;
  border-color: var(--primary);
}
.opt-error-msg{
  text-align: left;
  font-size: 13px;
  width: 100%;
  top: 15px;
  font-size: .875em;
  color: #dc3545;
}
.otp-resend-btn:hover{
  color: var(--secondary);
}
/* otp-screen css end */

/* what's new page css start */

h2.max-w-title{
  max-width: 580px;
}
.underline-vector::before{
  content: '';
  position: absolute;
  background-image: url('/img/header-txt-line.png');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -17%;
  left: 0;
  width: 100%;
  height: 20px;
}
h2.underline-vector::before{
  bottom: -15px;
}
h2.star-vector::after{
  content: '';
  position: absolute;
  background-image: url(/img/star.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -45px;
  top: -30px;
  width: 40px;
  height: 37px;
}
.all-modules .row{
  row-gap: 20px;
}
.all-modules .all-modules-card-wrapper .module-card {
  box-shadow: 0px 0px 4px 2px #BABABA40;
  border: 2px solid #BABABA40;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.all-modules .all-modules-card-wrapper .module-card .img-wrapper{
  border-radius: 20px 20px 0 0;
  background-color: rgba(99, 102, 106, 0.1);
}
.all-modules .all-modules-card-wrapper .module-card .img-wrapper img,.all-modules .all-modules-card-wrapper .module-card .img-wrapper iframe{
  transition: all 0.3s ease;
}
.all-modules .all-modules-card-wrapper .module-card .txt-wrapper{    
  background-color: rgba(255, 209, 0, 0.1);
  border-radius: 0 0 20px 20px;
}
.all-modules .all-modules-card-wrapper .module-card .txt-wrapper p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: unset !important;
}
.all-modules .all-modules-card-wrapper .module-card:hover{
  border: 2px solid rgba(255, 209, 0, 0.5);
}
.all-modules .all-modules-card-wrapper .module-card:hover .img-wrapper img,.all-modules .all-modules-card-wrapper .module-card:hover .img-wrapper iframe{
  transform: scale(1.03);
}

/* what's new page css end */

.chatarea-suggestion {
  max-height: 176px;
  overflow-y: auto;
}
.chatarea-suggestion ul li:not(:last-child) {
  margin-bottom: 16px;
  cursor: pointer;
}
.chatarea-suggestion ul li.font-raleway {
  cursor: pointer;
}
.chatarea-suggestion ul li span {
border: 1px solid rgba(99, 102, 106, 0.4);
display: inline-block;
padding: 7px 16px;
border-radius: 6px;
}
.chatbot-wrapper .chatarea.chatarea-suggestion-one {
height: calc(100% - 224px);
}
.chatbot-wrapper .chatarea.chatarea-suggestion-two {
height: calc(100% - 280px);
}
.chatbot-wrapper .chatarea.chatarea-suggestion-three {
height: calc(100% - 336px);
}

.header-search-bar>.form-control::placeholder {
  font-size: var(--font-12);
  color: var(--secondary-85);
}

/* upload-data section css start */
.upload-data-section .upload-data-main .rate-input{
  flex-grow: 1;
  max-width: 350px;
}
.upload-data-section .upload-data-main .custom-shadow .data-upload-form .form-title{
  font-family: var(--raleway_bold);
}
/* upload-data section css end */
