/*=============================================================================
          Color Variables
  =============================================================================*/
/*:::: Site color scheme ::::*/
/*#84cd15*/
/*================ Add your Color Varialbes Classes here ==================*/
/*== SVG Color Common Class ==*/
.base-color {
  fill: #ee3459;
  color: #ee3459;
}
.base-color-darken {
  fill: #e1133c;
}
a {
  color: #ee3459;
}
.card {
  border-top-color: #ee3459;
}
.card .left > i {
  color: #ee3459;
}
.bg-primary {
  background-color: #ee3459 !important;
}
.navbar .navbar-nav .nav-item.dropdown.show .nav-link {
  color: #ee3459;
}
.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link .fa {
  color: #ee3459;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  background-color: rgba(238, 52, 89, 0.06);
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #ee3459;
}
.navbar .user > a {
  color: #ee3459;
  background-color: rgba(238, 52, 89, 0.13);
}
.navbar .user .dropdown-menu .dropdown-item:hover {
  color: #ee3459;
}
.navbar .navbar-toggler-icon .ham .line {
  stroke: #ee3459;
}
.navbar .navbar-toggler {
  border-color: rgba(238, 52, 89, 0.13);
  background-color: rgba(238, 52, 89, 0.13);
}
.btn.btn-primary {
  border-color: #ee3459;
  background-color: #ee3459;
}
.btn.btn-primary:hover {
  border-color: rgba(238, 52, 89, 0.5);
  background-color: rgba(238, 52, 89, 0.8);
}
.btn.btn-primary:focus,
.btn-primary.custom-file-control:focus::before,
.btn.btn-primary.focus,
.btn-primary.focus.custom-file-control::before {
  background-color: #ee3459;
  border-color: #ee3459;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #ee3459;
  border-color: #ee3459;
}
.btn.btn-default:hover {
  background: #ee3459;
  border-color: #ee3459;
}
.btn.btn-secondary:hover {
  background: #ee3459;
  border-color: #ee3459;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.custom-file-control:focus::before,
.btn.btn-secondary.focus,
.btn.btn-secondary.focus.custom-file-control::before {
  background-color: #ee3459;
  border-color: #ee3459;
}
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn.btn-secondary.dropdown-toggle {
  background-color: #ee3459;
  border-color: #ee3459;
}
.btn.btn.btn-default:focus,
.btn.btn.btn-default.custom-file-control:focus::before,
.btn.btn.btn-default.focus,
.btn.btn.btn-default.focus.custom-file-control::before {
  background-color: #ee3459;
  border-color: #ee3459;
}
.btn.btn.btn-default:not(:disabled):not(.disabled):active,
.btn.btn.btn-default:not(:disabled):not(.disabled).active,
.show > .btn.btn.btn-default.dropdown-toggle {
  background-color: #ee3459;
  border-color: #ee3459;
}
.btn svg {
  fill: #ee3459;
}
.btn:hover {
  background-color: rgba(238, 52, 89, 0.06);
  border-color: #ee3459;
  color: #ee3459;
}
.btn:focus,
.btn.custom-file-control:focus::before,
.btn.focus,
.btn.focus.custom-file-control::before {
  background-color: rgba(238, 52, 89, 0.06);
  border-color: #ee3459;
  color: #ee3459;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.show > .btn.dropdown-toggle {
  background-color: rgba(238, 52, 89, 0.06);
  border-color: #ee3459;
  color: #ee3459;
}
.bg-success {
  background-color: rgba(238, 52, 89, 0.2) !important;
  border-color: #ee3459;
}
.dropdown .dropdown-toggle:hover {
  background-color: rgba(238, 52, 89, 0.06);
  color: #ee3459 !important;
  border-color: #ee3459;
}
.dropdown.show .dropdown-toggle .fa,
.dropdown-toggle:hover .fa {
  color: #ee3459 !important;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #ee3459;
}
.bmd-form-group .form-control:focus {
  border-color: #ee3459;
}
.form-group .form-control-file:focus {
  border-color: #ee3459;
}
.effect:focus ~ label,
.has-content.effect ~ label,
.effect.field-fill ~ label {
  color: #ee3459;
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
  color: #ee3459;
  border-color: #ee3459;
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #ee3459;
}
.checkbox label .checkbox-decorator .check::before,
label.checkbox-inline .checkbox-decorator .check::before {
  color: #ee3459;
}
.nice-select:hover {
  border-color: #ee3459 !important;
  background-color: rgba(238, 52, 89, 0.06) !important;
}
.nice-select:focus:after,
.nice-select.open:after,
.nice-select:hover:after {
  border-color: #ee3459 !important;
}
.nice-select:focus .current {
  color: #ee3459 !important;
}
.nice-select:hover .current {
  color: #ee3459 !important;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #ee3459 !important;
  background-color: rgba(238, 52, 89, 0.06) !important;
}
.nice-select .option.selected {
  color: #ee3459 !important;
}
.nice-select .option:hover {
  color: #ee3459 !important;
}
.switch label input:checked + .bmd-switch-track {
  background-color: #ee3459;
}
.success-border,
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  border-color: #ee3459;
}
.sweet-alert .sa-icon.sa-success .sa-line {
  background-color: #ee3459;
}
.bootstrap-tagsinput .label-info {
  background-color: #ee3459;
}
.bootstrap-tagsinput .badge [data-role="remove"]:after {
  color: #ee3459;
}
.bootstrap-tagsinput.focus {
  border-color: #ee3459;
}
.modal .modal-header .close:hover svg {
  fill: #ee3459;
}
.modal .modal-content .modal-header {
  border-top-color: #ee3459;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #ee3459 !important;
  background-color: rgba(238, 52, 89, 0.06);
  border-color: rgba(238, 52, 89, 0.06);
}
table.dataTable tbody td .free,
table.dataTable tbody td .lite,
table.dataTable tbody td .pro {
  color: #ee3459;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border-color: #ee3459;
  background: #ee3459;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: rgba(238, 52, 89, 0.06);
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #ee3459 !important;
}
.dataTables_wrapper .dataTables_length select:focus {
  border-color: #ee3459;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #ee3459 !important;
  border-color: rgba(238, 52, 89, 0.06);
  background: rgba(238, 52, 89, 0.06);
}
table.dataTable thead .sorting_desc:after {
  border-top-color: #ee3459;
}
table.dataTable thead .sorting_asc:before {
  border-bottom-color: #ee3459;
}
/* Override specific DataTable sorting indicators */
table.dataTable thead .sorting_asc:after {
  color: #ee3459 !important;
}
table.dataTable thead .sorting_desc:after {
  color: #ee3459 !important;
}
/* Keep unsorted state as grey */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting:before,
table.dataTable thead td.sorting:after,
table.dataTable thead td.sorting:before {
  color: #d3d3d3;
}
.checkbox-group .checkbox.click label input[type=checkbox]:checked + .checkbox-decorator .check {
  border-color: rgba(238, 52, 89, 0.2);
  color: rgba(238, 52, 89, 0.2);
}
.checkbox-group .checkbox.click label .checkbox-decorator .check::before,
.checkbox-group .checkbox.click label input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: rgba(238, 52, 89, 0.2);
}
.questions-list .user {
  background-color: rgba(238, 52, 89, 0.13);
}
.questions-list .user a {
  color: #ee3459;
}
.questions-list .number.active svg {
  fill: #ee3459;
}
.categories-item .link:hover ul li.name .icon {
  background-color: #ee3459;
}
.categories-item .link:hover ul li.complete .right-arrow {
  fill: #ee3459;
}
.progressbar .progress-bar,
.progress .progress-bar {
  background-color: #ee3459 !important;
}
.categories-item ul li.name .icon svg {
  fill: #ee3459;
}
.categories-item ul li.status.complete > svg:first-child {
  fill: #ee3459;
}
.categories-item .link:hover ul li.status .right-arrow {
  fill: #ee3459;
}
.login .link ul li a:hover {
  color: #ee3459;
}
.no-actions-box .no-actions-img i {
  color: #ee3459;
}
.left-sidebar-menu .item.active .link i {
  color: #ee3459;
}
.left-sidebar-menu .item.active .link:after {
  background-color: #ee3459;
}
.left-sidebar-menu .item.active .link svg {
  fill: #ee3459;
}
.video-card .card:hover .video-icon ellipse {
  fill: #ee3459;
}
.filter-list .filter-button.active {
  border-color: #ee3459;
  background-color: #ee3459;
}
.filter-container .box .btn-box .btn svg {
  fill: #ee3459;
}
.progress-detail .progress-detail-header h2 svg {
  fill: #ee3459;
}
.progress-dot li .delivered.completed {
  background-color: #ee3459;
}
.course-added .course-added-btn .count {
  background-color: #ee3459;
}
.categories-item ul li.name .icon .fa {
  color: #ee3459;
}
.course-added .box .count,
.video-card .card .sticker {
  background-color: #ee3459;
}
.courses-table tbody th:last-child {
  color: #ee3459;
}
.brand-color-circle {
  background-color: #ee3459;
}
table.dataTable tr td .icon-group a:hover svg {
  fill: #ee3459;
}
table.dataTable thead tr th.select-checkbox.selected::after {
  background-color: #ee3459;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  background-color: #ee3459;
}
table.dataTable thead tr th.select-checkbox.selected .check:after,
table.dataTable tr.selected td.select-checkbox .check:after {
  background-color: #ee3459;
}
.invoice-due {
  color: #ee3459;
}
.progress-detail-header h2 i {
  color: #ee3459;
}
.feature-color {
  color: #ee3459 !important;
}
.lds-ring div {
  border: 6px solid #ee3459;
  border-color: #ee3459 transparent transparent transparent;
}
.circles .failed.circle strong {
  color: #ee3459;
}
.sv_main .sv_body {
  background-color: #fff;
  border-top: 2px solid #ee3459 !important;
}
.sv_main button,
.sv_main input[type=button] {
  color: #fff;
  background-color: #ee3459 !important;
  padding: 10px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.sv_main button:hover,
.sv_main input[type=button]:hover {
  background-color: #ee3459 !important;
  font-weight: bold !important;
}
/* Target the progress bar background specifically */
.sv_progress_bar,
.sv_main .sv_progress_bar,
.sv_main .sv_body .sv_progress_bar,
div[class*="sv_progress_bar"] {
  background-color: #ee3459 !important;
}
/* Fix the container element (which shows the gray background) */
.sv_main .sv_body .sv_progress,
.sv_progress,
div[class*="sv_progress"] {
  background-color: transparent !important;
}
/* Target the specific classes visible in your screenshot */
.sv_main .sv_default_css .sv_progress_bar,
.sv_main .sv_progress .sv_progress_bar,
.sv_progress_bar {
  background-color: #ee3459 !important;
  border: none !important;
}
.sv_main .sv_container .sv_body .sv_p_root fieldset.sv_qcbc {
  line-height: 2em;
  padding-top: 20px !important;
}
.top-header .navbar-light .navbar-nav a:hover {
  border-bottom: solid 1px #ee3459;
  color: #ee3459;
}
.top-header .navbar-light .navbar-nav a.active {
  color: #ee3459;
  border-bottom: solid 1px #ee3459;
  padding: 0;
}
.top-header .navbar-nav li:last-child a {
  font-size: 14px;
  font-weight: 500;
  line-height: 47px;
  color: #ee3459;
  border: 2px solid #ee3459;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(0, 11, 40, 0.1);
  padding: 0;
  min-width: 190px;
  text-align: center;
}
.top-header .navbar-nav li:last-child a:hover {
  color: #fff;
  background: #ee3459;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ee3459;
  border-radius: 4px;
}
.top-header .navbar-light .navbar-nav li:last-child .nav-link:hover {
  border: 2px solid #ee3459;
}
.prototype_content .banner_subscribe .subcribes .form-control:focus {
  border-color: #ee3459;
}
.btn_three {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #ee3459;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #ee3459;
  margin-top: 50px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}
.btn_three:hover {
  color: #ee3459;
  background: transparent;
  border: 1px solid #ee3459 !important;
}
.service_item .icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-image: -moz-linear-gradient(40deg, #ee3459 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(40deg, #ee3459 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(40deg, #ee3459 0%, #a485fd 100%);
  -webkit-box-shadow: 0px 14px 30px 0px rgba(94, 44, 237, 0.4);
  box-shadow: 0px 14px 30px 0px rgba(94, 44, 237, 0.4);
  position: absolute;
  right: 30px;
  top: 30px;
}
.service_item .icon.s_icon_one {
  background-image: -moz-linear-gradient(40deg, #ee3459 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(40deg, #ee3459 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(40deg, #ee3459 0%, #a485fd 100%);
  -webkit-box-shadow: 0px 14px 30px 0px rgba(94, 44, 237, 0.4);
  box-shadow: 0px 14px 30px 0px rgba(94, 44, 237, 0.4);
}
.service_item:hover {
  border-color: #ee3459;
}
.agency_featured_item .agency_featured_content .icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(40deg, #ee3459 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(40deg, #ee3459 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(40deg, #ee3459 0%, #a485fd 100%);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2);
  font-size: 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.agency_featured_area a.agency_banner_btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background-color: #ee3459;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  border-radius: 3px;
  padding: 16px 38px;
  border: 1px solid #ee3459;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.agency_featured_area a.agency_banner_btn:hover {
  color: #ee3459;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.assess-your-cyber-security-risk button.nav-link.active {
  background-color: #ee3459;
}
.implement-our-free .s_service_item {
  background-color: #ee3459;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  padding: 50px 25px 40px;
  position: relative;
  z-index: 1;
}
.implement-our-free .s_service_item .icon.icon_3 {
  color: #ee3459;
  background-color: rgba(238, 52, 89, 0.059);
  border-color: #ee3459;
}
.implement-our-free .s_service_item .icon.icon_4 {
  color: #ee3459;
  background-color: rgba(238, 52, 89, 0.1);
  border-color: #ee3459;
}
.portfolio_filter .work_portfolio_item.active {
  color: #ee3459;
}
.portfolio_filter .work_portfolio_item.active:before {
  width: 100%;
  background: #ee3459;
  right: auto;
  left: 0;
}
.portfolio-description h3:hover {
  color: #ee3459;
}
.portfolio-description .links a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  background: #ee3459;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.portfolio-description .links a:hover {
  color: #ee3459;
}
.saas_features_item h4 {
  margin: 25px 0px 20px;
  color: #ee3459;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
}
.subscribe_form_info .subscribe-form .form-control {
  text-align: center;
  border: 0px;
  font: 400 18px/28px "Poppins", sans-serif;
  color: #b4bacc;
  border-radius: 0px;
  border-bottom: 1px solid #ee3459;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subscribe_form_info .subscribe-form .btn_four {
  font: 500 14px "Poppins", sans-serif;
  padding: 16px 40px;
  border-radius: 45px;
  color: #fff;
  border: 1px solid #ee3459;
  background: #ee3459;
  cursor: pointer;
  margin: 40px 0 0 0;
}
.s_form_info_two .subscribe-form .form-control {
  border-color: #ee3459;
}
.s_form_info_two .subscribe-form .btn_four {
  border-radius: 4px;
  border-color: #ee3459;
  background: #ee3459;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
  box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}
.s_form_info_two .subscribe-form .btn_four:hover {
  color: #ee3459;
}
.nav_container .owl-prev:hover,
.nav_container .owl-next:hover {
  background: #ee3459;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ee3459;
  margin: 0px 5px;
  border: 1px solid #ee3459;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.owl-dots .owl-dot.active span {
  background: transparent;
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  border-color: #ee3459;
}
.nav_container .owl-dots .owl-dot.active span {
  background: #fbfbfd;
  border-color: #ee3459;
}
.footer-section .footer-main ul.list-unstyled li a:focus,
.footer-section .footer-main ul.list-unstyled li a:hover {
  color: #ee3459;
}
.deliver-short p i {
  color: #ee3459;
  margin-right: 5px;
}
.deliver-short ul.nav.nav-pills li button.nav-link.active {
  color: #ee3459;
  border-bottom: solid 1px #ee3459;
}
.app_testimonial_area .saas_features_item h4 {
  margin: 25px 0px 20px;
  color: #ee3459;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
}
@media (max-width: 991px) {
  .top-header .navbar .btn-box a {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 47px;
    color: #ee3459;
    border: 2px solid #ee3459;
    border-radius: 4px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 11, 40, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(0, 11, 40, 0.1);
    padding: 0 23px;
    min-width: inherit;
    text-align: center;
  }
  .top-header .navbar .btn-box a:focus,
  .top-header .navbar .btn-box a:hover {
    color: #fff;
    background: #ee3459;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #ee3459;
    border-radius: 4px;
  }
}
.maturity-question-completed-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 10px solid #ee3459;
  background: #FAFAFA;
  box-shadow: none;
}
.mark-action-complete-btn {
  background: #ee3459;
  border: 1px solid #ee3459;
  color: #fff;
  padding: 1.2rem 2rem;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
  height: 42px;
}
.mark-action-complete-btn:hover {
  background: #ee3459;
  border: 1px solid #ee3459;
  color: #fff;
}
.maturity-question-card-group:last-child .card.active {
  border: 2px solid #ee3459;
  background: rgba(238, 52, 89, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.maturity-question-card-group div.card div.card-body input.form-check-input[type="radio"]:checked {
  background-color: #ee3459;
  background-image: url("data:image/svg+xml,%3Csvg class='icon' width='24' height='24' viewBox='0 0 24 24' fill='%23ee3459' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' stroke='white' stroke-width='2' fill='%23ee3459'/%3E%3Cpath d='M8.80469 12.8095L10.6322 14.637L15.7491 9.52002' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20%;
}
.maturity-question-card-group div.card div.card-body input.form-check-input[type="radio"] {
  height: 20px;
  width: 20px;
  border-radius: 25%;
  border: 2px solid #ee3459;
  appearance: none;
  background-color: white;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.maturity-question .completed-box a.btn-green {
  display: flex;
  align-items: center;
  cursor: default;
  font-size: 13px;
  color: #333;
  background-color: rgba(238, 52, 89, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg class='icon' width='24' height='24' viewBox='0 0 24 24' fill='%23ee3459' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' fill='%23ee3459' rx='8' ry='8'/%3E%3Cpath d='M8.80469 12.8095L10.6322 14.637L15.7491 9.52002' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
  border-radius: 8px;
  text-decoration: none;
  padding: 10px 12px 10px 35px;
}
.progress-bar {
  height: 100%;
  background: #ee3459;
  width: 50%;
  transition: width 0.3s ease;
}
.heading-section .progress-bar {
  background-color: #ee3459;
}
/* Feature Color Icon Override */
table.dataTable tbody tr.selected td i.fa-clock.feature-color,
table.dataTable.display tbody tr.selected td i.fa-clock.feature-color,
table.dataTable.display tbody > tr.odd.selected td i.fa-clock.feature-color,
table.dataTable.display tbody > tr.even.selected td i.fa-clock.feature-color {
  color: #ee3459 !important;
}
/* Force preserve feature-color on icons regardless of row state */
table.dataTable tbody tr.selected td i.table-status-icon.feature-color,
table.dataTable tbody tr.selected td .table-status-icon.feature-color,
table.dataTable.display tbody tr.selected td i.table-status-icon.feature-color,
table.dataTable.display tbody tr.selected td .table-status-icon.feature-color,
table.dataTable.display tbody > tr.odd.selected td i.table-status-icon.feature-color,
table.dataTable.display tbody > tr.even.selected td i.table-status-icon.feature-color,
table.dataTable.display tbody > tr.selected td i.table-status-icon.feature-color {
  color: #ee3459 !important;
}
.choice:hover {
  background-color: rgba(238, 52, 89, 0.1) !important;
  border: none;
}
.js-choices-container .choice:hover {
  background-color: rgba(238, 52, 89, 0.1) !important;
  border: none;
}
.js-choices-container .choice.selected {
  background-color: rgba(238, 52, 89, 0.1) !important;
  border-color: #ee3459 !important;
}
.quiz-progress-bar {
  height: 100%;
  transition: width 0.3s ease-in-out;
  background-color: #ee3459 !important;
}
.framework-progress-bar {
  background-color: #ee3459;
  height: 8px;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.framework-maturity-current {
  background-color: rgba(238, 52, 89, 0.2);
  color: #ee3459;
  border-radius: 6px;
}
.framework-maturity-target {
  border: 2px solid #ee3459;
  background-color: #fff;
  color: #ee3459;
  border-radius: 6px;
}
.framework-maturity-list {
  margin-top: 4rem;
}
.framework-maturity-list .framework-maturity-current {
  background-color: rgba(238, 52, 89, 0.15);
  color: #ee3459;
  border-left: 3px solid #ee3459;
  padding-left: 9px;
  border-radius: 0;
}
.framework-maturity-list .framework-maturity-current:hover {
  background-color: rgba(238, 52, 89, 0.25);
}
.framework-maturity-list .framework-maturity-target {
  border: 2px solid #ee3459;
  background-color: #fff;
  color: #ee3459;
  border-radius: 0;
}
.framework-maturity-badge.current {
  background: #ee3459;
  color: #fff;
}
.framework-maturity-badge.target {
  border: 1.5px solid #ee3459;
  color: #ee3459;
  background: #fff;
}
.framework-function-card .framework-function-icon {
  width: 36px;
  height: 36px;
  background: rgba(238, 52, 89, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 16px;
}
.framework-function-card .framework-function-icon i {
  color: #ee3459;
  font-size: 18px;
}
.framework-maturity-current-button {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ee3459;
  border-radius: 50%;
  font-size: 12px;
}
.framework-maturity-target-button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #ee3459;
  border-radius: 50%;
  font-size: 12px;
}
.framework-function-progress-bar {
  background: #ee3459;
}
.selectable-framework-maturity-level .set-target-btn {
  background: #ee3459;
}
.btn.btn-outline-primary,
a.btn-outline-primary,
button.btn-outline-primary {
  border-color: #ee3459 !important;
  color: #ee3459 !important;
}
.btn.btn-outline-primary:hover,
a.btn-outline-primary:hover,
button.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
a.btn-outline-primary:focus,
button.btn-outline-primary:focus,
.btn.btn-outline-primary:not(:disabled):not(.disabled):active,
a.btn-outline-primary:not(:disabled):not(.disabled):active,
button.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn.btn-outline-primary.active,
a.btn-outline-primary.active,
button.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #ee3459 !important;
  border-color: #ee3459 !important;
  color: #fff !important;
}
.view-questions-btn {
  width: auto;
}
