@import url(./variable.css);

/* Login Start */
.login {
  overflow: auto;
}

header {
  position: sticky;
  top: 0px;
  background: white;
  z-index: 1056;
}

.login-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#scenario-planning-datatable-table_processing {
  z-index: 50 !important;
}
.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;
}
.border-bottom-yellow{
  border-bottom: 4px solid var(--primary) !important;
}
button.accordion-button.p-0.collapsed,button.accordion-button.p-0.collapsed > h3 {
  border: 0;
  border-bottom: 0 !important;
  padding-bottom: 0px !important;
}
/* 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;
  min-height:100vh;
}

.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: -60px;
  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%;
}

.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;
}

.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;
}

.program-assessment-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-assessment-section .accordion-button::after {
  background-image: url("/img/dropdown.svg");
  background-size: 12px;
  height: 12px;
  width: 12px;
}

.program-assessment-page .chart-section .form-title::before {
  left: -24px;
}

.program-assessment-page .chart-section #market-share-combined-institute {
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.program-assessment-page
  .chart-section
  #market-share-degrees-first-year-container,
.program-assessment-page
  .chart-section
  #market-share-degrees-last-year-container,
  .program-assessment-page
  .chart-section
  #market-share-top-10-institutions-degrees-for-programs-container {
  justify-content: space-between;
  overflow-x: auto;
  margin: 0 auto;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.program-assessment-page
  .chart-section
  #market-share-top-10-institutions-degrees-for-programs-container{
    justify-content: flex-start !important;
  }

::-webkit-scrollbar {
  height: 10px;
}

ul#instituteNames li {
  position: relative;
  font-family: var(--raleway);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

ul#instituteNames {
  list-style: none;
}

ul#instituteNames li::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: " ";
  background: aquamarine;
  top: 3px;
  left: -25px;
}

ul#instituteNames li.sys_grey::after {
  background: #d8d8d9 !important;
}
ul#instituteNames li.color1::after {
  background: #ffd100 !important;
}
ul#instituteNames li.color2::after {
  background: #8dd7d5 !important;
}
ul#instituteNames li.color3::after {
  background: #ffc0b8 !important;
}
ul#instituteNames li.color4::after {
  background: #bcb0e6 !important;
}
ul#instituteNames li.color5::after {
  background: #ffc299 !important;
}
ul#instituteNames li.color6::after {
  background: #6492fa !important;
}
ul#instituteNames li.color7::after {
  background: #b5dcb0 !important;
}
ul#instituteNames li.color8::after {
  background: #b5bac0 !important;
}
ul#instituteNames li.color9::after {
  background: #d8c9b7 !important;
}
ul#instituteNames li.color10::after {
  background: #d9c1d6 !important;
}

.card .chart-area .highcharts-container .highcharts-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 14px;
  letter-spacing: 0.4px;
  font-family: var(--raleway);
}

/* 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;
}

.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;
}

.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;
}

/* 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;
}

/* 10-4-24 */
.program-parameters .nav-tabs .nav-link.active,
.program-parameters .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: 4px solid var(--primary);
  color: var(--secondary-85);
  background: transparent;
}

.program-parameters .nav-tabs .nav-link {
  border: 0;
  border-bottom: 4px solid #63666a40;
  color: var(--secondary-85);
  background: transparent;
}

/* 10-4-24 */


/* 14-05-24 */
#highest-job-growth-by-percentage-btn-container,#highest-job-growth-by-volume-btn-container,#top-market-share-btn-container,
#top-market-share-2021-btn-container{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%,-50%);
}

#highest-job-growth-by-percentage-btn-container button,#highest-job-growth-by-volume-btn-container button,#top-market-share-btn-container button,
#top-market-share-2021-btn-container button{
    position: relative;
}

#highest-job-growth-by-percentage-btn-container *::before,#highest-job-growth-by-volume-btn-container *::before,#top-market-share-btn-container *::before,
#top-market-share-2021-btn-container *::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
#highest-job-growth-by-percentage-btn-container button:first-child::before,#highest-job-growth-by-volume-btn-container button:first-child::before,#top-market-share-btn-container button:first-child::before,#top-market-share-2021-btn-container button:first-child::before{
  background-color: var(--primary);
}
#highest-job-growth-by-percentage-btn-container button:nth-child(2)::before,#highest-job-growth-by-volume-btn-container button:nth-child(2)::before,#top-market-share-btn-container button:nth-child(2)::before,#top-market-share-2021-btn-container button:nth-child(2)::before{
  background-color: #8DD7D5;
}
#highest-job-growth-by-percentage-btn-container button:nth-child(3)::before,#highest-job-growth-by-volume-btn-container button:nth-child(3)::before,#top-market-share-btn-container button:nth-child(3)::before,#top-market-share-2021-btn-container button:nth-child(3)::before{
  background-color: #FFC0B8;
}
#highest-job-growth-by-percentage-btn-container button:nth-child(4)::before,#highest-job-growth-by-volume-btn-container button:nth-child(4)::before,#top-market-share-btn-container button:nth-child(4)::before,#top-market-share-2021-btn-container button:nth-child(4)::before{
  background-color: #BCB0E6;
}
#highest-job-growth-by-percentage-btn-container button:last-child::before,#highest-job-growth-by-volume-btn-container button:last-child::before,#top-market-share-btn-container button:last-child::before,#top-market-share-2021-btn-container button:last-child::before{
  background-color: #FFC299;
}

#highest-job-growth-by-percentage-btn-container button:not(.active),#highest-job-growth-by-volume-btn-container button:not(.active),#top-market-share-btn-container button:not(.active),
#top-market-share-2021-btn-container button:not(.active){
  text-decoration: line-through;
  color: rgb(102, 102, 102);
  text-decoration-color: rgb(102, 102, 102);
  text-decoration-thickness: 0.12rem;
}

#highest-job-growth-by-volume-container .highcharts-legend,#highest-job-growth-by-percentage-container .highcharts-legend,#top-market-share-container .highcharts-legend,
#top-market-share-2021-container .highcharts-legend {
  display: none;
}
#highest-job-growth-by-volume-container > div,#highest-job-growth-by-percentage-container > div,#top-market-share-container > div,
#top-market-share-2021-container > div{
  height: 100% !important;
}

/*  */


.para-accordion .nav .para-nav.active,
.para-accordion .nav .para-nav:hover {
  border: 0;
  color: var(--secondary-85);
  background: transparent;
}

.para-accordion .nav .para-nav{
  border: 0;
  border-bottom: 4px solid #63666a40;
  color: var(--secondary-85);
  background: transparent;
}
/* .para-accordion .nav-item input[type="radio"] {
  accent-color: var(--primary);

}
.para-accordion .nav-item .radio{
  margin: 0.5rem;
} */

.para-accordion .para-item .nav-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 89% !important;
  height: 100%;
  left: 0;
  top: 0;
}
.para-accordion .para-item .nav-item input[type=radio]:checked + .radio-label:before {
  background-color: var(--primary);
  box-shadow: inset 0 0 0 4px #fff;
  border: 1px solid var(--primary);
}
.para-accordion .para-item .nav-item input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}


.para-float > label{
  color: #4C4E64 !important;
  font-size: 12px !important;
}

.para-cip-family ,.para-float > .form-control {
  padding: 9px 30px 8px 15px !important;
  border-color: #4C4E6438 !important;
}
.para-accordion > .sec-cipcodesForFamily .para-float > label,
.para-accordion > .sec-cipcodesForProgram .para-float > label,
.para-accordion > .para-float > label{
  font-size: 12px;
  color: #25282A;
  font-weight: 400;
}
#loader {
  position: fixed;
  z-index: 9999;
  top: 66px;
  left: 260px;
  display: flex;
  align-items: center;
  width: calc(100% - 260px);
  height: calc(100vh - 66px);
  background-color: rgb(0 0 0 / 40%);
  justify-content: center;
}
#loader #total-datatable_processing > div >div{
background: var(--primary)
}
div.dataTables_processing>div:last-child>div{
  background: var(--primary) !important;
}


/* New added CSS */

.regions-listing-acadmic table .regions-tb-body tr td,
.user-listing-acadmic table .user-tb-body tr td,
.state-listing-acadmic table .state-tb-body tr td,
.agi-listing-acadmic table .agi-tb-body tr td,
.race-listing-acadmic table .race-tb-body tr td,
.graduate-listing-acadmic .graduate-tb-body tr td{
    padding: .5rem 1rem !important;
}
.regions-listing-acadmic table .regions-tb-body tr td,
.user-listing-acadmic table .user-tb-body tr td,
.state-listing-acadmic table .state-tb-body tr td,
.agi-listing-acadmic table .agi-tb-body tr td,
.race-listing-acadmic table .race-tb-body tr td,
.graduate-listing-acadmic .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";
}
.user-listing-acadmic table .user-tb-head tr td,
.regions-listing-acadmic table .regions-tb-head tr td,
.state-listing-acadmic table .state-tb-head tr td,
.agi-listing-acadmic table .agi-tb-head tr td,
.race-listing-acadmic table .race-tb-head tr td,
.graduate-listing-acadmic .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;
}
.user-listing-acadmic .user-tb-head tr td:last-child,
.regions-listing-acadmic table .regions-tb-head tr td:last-child,
.state-listing-acadmic table .state-tb-head tr td:last-child,
.agi-listing-acadmic table .agi-tb-head tr td:last-child,
.race-listing-acadmic table .race-tb-head tr td:last-child,
.graduate-listing-acadmic .graduate-tb-head tr td:last-child{
    border-radius: 0px 10px 0px 0px;
    padding-left: 80px;
}

.user-listing-acadmic table .user-tb-head tr td:first-child,
.regions-listing-acadmic table .regions-tb-head tr td:first-child,
.state-listing-acadmic table .state-tb-head tr td:first-child,
.race-listing-acadmic table .race-tb-head tr td:first-child,
.agi-listing-acadmic table .agi-tb-head tr td:first-child,
.graduate-listing-acadmic .graduate-tb-head tr td:first-child{
    border-radius: 10px 0px 0px 0px;
    font-family: "roboto";
}
.user-listing-acadmic table .user-tb-head tr td,
.regions-listing-acadmic table .regions-tb-head tr td,
.state-listing-acadmic table .state-tb-head tr td,
.race-listing-acadmic table .race-tb-head tr td,
.agi-listing-acadmic table .agi-tb-head tr td,
.graduate-listing-acadmic .graduate-tb-head tr td{
    padding: 1rem 1rem !important;
}
.user-listing-acadmic .card,
.regions-listing-acadmic .card,
.state-listing-acadmic .card,
.race-listing-acadmic .card,
.agi-listing-acadmic .card,
.graduate-listing-acadmic .card{
    border: 0px !important;
    border-radius: 10px !important;
}

.user-listing-acadmic table .user-tb-body tr td,
.regions-listing-acadmic table .regions-tb-body tr td,
.state-listing-acadmic table .state-tb-body tr td,
.race-listing-acadmic table .race-tb-body tr td,
.agi-listing-acadmic table .agi-tb-body tr td,
.graduate-listing-acadmic .graduate-tb-body tr td{
    vertical-align: middle !important;
}
.user-listing-acadmic table .user-tb-body,
.regions-listing-acadmic table .regions-tb-body,
.state-listing-acadmic table .state-tb-body,
.race-listing-acadmic table .race-tb-body,
.agi-listing-acadmic table .agi-tb-body,
.graduate-listing-acadmic .graduate-tb-body{
    border-top: 0px !important;
}
.user-listing-acadmic table .user-tb-body tr:nth-child(even),
.regions-listing-acadmic table .regions-tb-body tr:nth-child(even),
.state-listing-acadmic table .state-tb-body tr:nth-child(even),
.race-listing-acadmic table .race-tb-body tr:nth-child(even),
.agi-listing-acadmic table .agi-tb-body tr:nth-child(even),
.graduate-listing-acadmic .graduate-tb-body tr:nth-child(even){
    background-color: rgba(99, 102, 106, 0.03);
}

/* tabbing section */
.rounded-10 {
    border-radius: 10px !important;
}
.complex-index-data-acadmic .card-header .form-title{
    font-family: roboto;
  }
  .complex-index-data-acadmic .card-header .form-title::before{
    left: -16px;
  }
  .complex-index-data-acadmic table > .complex-tb-body tr td:first-child{
    width: 2.1% !important;
    padding-left: 20px !important;
  }
  .complex-index-data-acadmic table > .complex-tb-body tr td{
    width: 8.90% !important;
    padding-left: 10px !important;
  }
  .complex-index-data-acadmic table > .complex-tb-body tr td{
    height: 50px;
    line-height: 1.2;
    vertical-align: middle;
  }
  .complex-index-data-acadmic table > .complex-tb-head tr th:first-child{
    padding: 10px 10px 10px 20px;
  }
  .complex-index-data-acadmic table > .complex-tb-head tr th{
    padding: 10px;
    text-align: left;
    font-family: "roboto";
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25rem;
  }
  .complex-index-data-acadmic table > .complex-tb-body tr td {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(37, 40, 42, 1);
    text-align: left;
  }
  .complex-index-data-acadmic table > .complex-tb-body tr td,
  .population-data-acadmic .card-body table .population-tb-body tr td
  {
    height: 50px;
    line-height: 1.2;
    vertical-align: middle;
  }
  /*  */
  .population-data-acadmic .card-header .nav-link {
    border: 0;
    border-bottom: 4px solid #63666a40;
    color: var(--secondary-85);
  }
  .population-data-acadmic .card-header .nav-tabs .nav-link:focus-visible{
    outline: unset !important;
    border: 0px;
  }
  .nav-tabs .nav-link.active,
  .population-data-acadmic .card-header .nav-tabs .nav-link:hover{
    border: 0;
    border-bottom: 4px solid var(--primary) !important;
  }
  .population-data-acadmic .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-acadmic .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;
  }


.userguide-data-dictionary-tb table .data-dic-tbhead tr th{
    background-color: #ffc500;
}
.userguide-data-dictionary-tb table .data-dic-tbbody tr:first-child td{
    background-color: #ffeb98;
    font-weight: 600;
}
.userguide-data-dictionary-tb table .data-dic-tbbody tr td{
    font-weight: 500;
}
.userguide-data-dictionary-tb table thead tr th:first-child{
    width: 35%;
}
.userguide-data-dictionary-tb table thead tr th{
    width: 40%;
}
.userguide-data-dictionary-tb table thead tr th:last-child{
    width: 25%;
}
.userguide-data-dictionary-tb table thead th,.userguide-data-dictionary-tb table tbody td {
    border: 2px solid black;
    padding: 8px;
}
a.user-guide-link.text-decoration-none {
    color: #0d6efd;
}

/* top_academic_program_by_oppertunity_score_market_size css start */
div#oppertunity-score-market-size select,div#oppertunity-score-market-opportunity select{
    border: 1px solid var(--secondary-25);
    border-radius: 8px;
    letter-spacing: var(--letter-spacing-0_15);
}
div#oppertunity-score-market-size select:hover,div#oppertunity-score-market-opportunity select:hover{
  cursor: pointer;
}
div#oppertunity-score-market-size select:focus,div#oppertunity-score-market-opportunity select:focus{
  border-color: var(--primary);
  box-shadow: none;
}
div#oppertunity-score-market-size select:focus-visible,div#oppertunity-score-market-opportunity select:focus-visible{
  outline: 0;
}
div#top_academic_program_by_oppertunity_score_market_size_container div.academic_program_by_oppertunity_score_market_size_tbl,div#top_academic_program_by_opportunity_score_market_opportunity_container div.academic_program_by_opportunity_score_market_opportunity{
  height: auto !important;
}
table#top_academic_program_by_oppertunity_score_market_size_table td,table#top_academic_program_by_opportunity_score_market_opportunity_table td{
  text-align: center !important;
}
.data-table .table > :not(caption) > * > * {
  border-color: #bcbdc3 !important;
}
.academic_program_by_oppertunity_score_market_size_tbl .table tbody td,.academic_program_by_opportunity_score_market_opportunity .table tbody td{
  padding: 18px 10px !important;
  white-space: nowrap;
}
.academic_program_by_oppertunity_score_market_size_tbl .table > tbody tr td,.academic_program_by_opportunity_score_market_opportunity .table > tbody tr td{
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  color: rgba(37, 40, 42, 1) !important;
  font-family: "roboto";
}
table.academic-datatable > thead#academic-model-head tr td,table.academic-datatable > thead#market_opportunity_academic-model-head tr td{
  position: sticky;
  top: 0;
  z-index: 9;
  background: #ffffff;
}
table.academic-datatable > tbody#academic-model-body tr.odd,table.academic-datatable > tbody#market_opportunity_academic-model-body tr.odd {
  background-color: rgba(99, 102, 106, 0.03) !important;
}
table.academic-datatable.no-footer,table.academic-datatable > tbody#academic-model-body tr:last-child td,table.academic-datatable > tbody#market_opportunity_academic-model-body tr:last-child td{
  border-bottom: none !important;
}
/* top_academic_program_by_oppertunity_score_market_size css end */


/* pie-chart scrolling issue fix start */
.program-assessment-page
  .chart-section
  #market-share-degrees-last-year-container > div,
  .program-assessment-page
  .chart-section
  #market-share-degrees-first-year-container > div,
  .program-assessment-page
  .chart-section
  #market-share-top-10-institutions-degrees-for-programs-container > div{
    overflow: unset !important;
  }

/* 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;
}
.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);
}

/* 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 */

/* search-redesign css start */
.program-planner-data-table-search-field input{
  min-width: 300px;
  padding-right: 60px;
}
.program-planner-data-table-search-field input:focus{
  border-color: var(--primary);
}
.program-planner-data-table-search-field .search-input-group .search-button{
  padding: 0 11px;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  background-color: var(--primary);
  height: 100%;
  top: 0;
  right: 0;
}

/* search-redesign css end */
.program-planner-data-table-search-field .search-input-group .clear-btn-cross{
  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;
  top: 50%;
  right: 40px;
  transform: translate(-50%, -50%);
  border: 0;
}
.reset-filter-btn{
  background-color: var(--primary);
  width: 38px;
  height: 38px;
  border-radius: 8px;
  padding: 0;
}
/* search-redesign css end */
/* For dougnt graph loader*/
.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spin_loader {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

.spin_loader div {
  background: var(--primary) !important;
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.spin_loader div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 .6s infinite;
}

.spin_loader div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 .6s infinite;
}

.spin_loader div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 .6s infinite;
}

.spin_loader div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 .6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0)
  }
  100% {
    transform: scale(1)
  }
}

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(0)
  }
}

/* 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: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 */

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0)
  }
  100% {
    transform: translate(24px, 0)
  }
}

/* END dougnt graph loader*/

/* 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{
  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;
}

.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: -30%;
}
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 */

/* header search css start */
.header-search-bar input{
  height: 100% !important;  
}
.header-search-bar .input-right-txt{
  top: 12px;
}
.header-search-bar>.form-control::placeholder{
  font-size: var(--font-12);
  color: var(--secondary-85);
}
/* header search css start */
