/*remove tinymce notif*/
.tox .tox-notification--warn,
.tox .tox-notification--warning {
  display: none !important;
}

.list-unstyled ul {
  list-style: none;
  padding-left: 1.5em;
}

.list-unstyled li label {
  cursor: pointer;
}

a.nav-link {
  color: #222222;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #167df0;
  font-weight: 500;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.table-permissions th.checkbox {
  width: 200px;
}

.table-permissions th.checkbox,
.table-permissions td.checkbox,
.table-permissions .custom-control.custom-checkbox {
  text-align: center;
}

.table-permissions .module {
  font-weight: bold;
}

.table-permissions .permission {
  padding-left: 1.5em;
}

a,
a:hover {
  color: #333333;
}

.navbar-nav .nav-item a.nav-link {
  color: #636f83;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-nav .nav-item a.nav-link:hover {
  color: #0a2647;
}

.navbar-template-1 {
  height: 80px;
}

body {
  background-color: #ffffff;
  color: #222222;
}

.element {
  padding: 4%;
  position: relative;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.footer {
  background-color: #0a2647;
  padding: 1.5em;
}

.footer .footer-top {
  margin-bottom: 1em;
}

.footer .footer-top .footer-image {
  width: 300px;
  margin: 0 auto;
}

.footer .footer-top .footer-image img {
  width: 100%;
  height: auto;
}

.footer .footer-top .footer-nav {
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.footer .footer-top .footer-nav .nav-item {
  display: inline-block;
  padding: 0 12px;
}

.footer .footer-top .footer-nav .nav-item:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.footer .footer-top .footer-nav .nav-item a {
  color: #ffffff;
}

.footer .footer-bottom {
  border-top: 1px solid #0d3059;
  padding-top: 1em;
  text-align: center;
}

.footer .footer-bottom p {
  color: #ffffff;
}

.footer .footer-bottom p span {
  display: inline-block;
  padding: 0 12px;
}

.footer .footer-bottom p span:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.footer .footer-bottom p span a {
  color: #ffffff;
}

.header__btn {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}

.header__btn:last-child {
  margin-right: 0;
}

.header__btn:hover,
.header__btn.js-active {
  color: #fff;
  background-color: #2c2c2c;
}

.header__title {
  margin-bottom: 30px;
  font-size: 2.1rem;
}

.content {
  width: 95%;
  margin: 0 auto 50px;
}

.content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.content__title--m-sm {
  margin-bottom: 10px;
}

.features-section {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.15%, #e6ecf2),
    color-stop(70%, #ffffff)
  );
  background-image: linear-gradient(180deg, #e6ecf2 0.15%, #ffffff 70%);
  padding: 8em 0 4em 0;
}

.features-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../../assets/img/liner.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: -3px;
}

.features-section .features-title {
  text-align: center;
  margin-bottom: 2em;
}

.features-section .features-title h2 {
  font-size: 2.25em;
  color: #636f83;
  margin-bottom: 20px;
}

.features-section .features-title h2 span {
  color: #0a2647;
}

.features-section .features-title p {
  font-size: 16px;
  margin-bottom: 20px;
}

.features-section .features-row {
  margin: 60px auto 0 auto;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .features-section .features-row {
    max-width: 1140px;
  }
}

.features-section .features-row .img-features {
  width: 200px;
  height: auto;
}

.features-section .features-row h2 {
  margin-bottom: 20px;
}

.features-section .features-row p {
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 0;
}

.element.element-top--padding {
  padding-top: 2% !important;
}

@media screen and (min-width: 1200px) {
  .about-header {
    max-width: 700px;
  }
}

.about-header h1 {
  font-weight: 400;
}

.about-header h1 span {
  color: #167df0;
}

.about-heading {
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05rem;
}

@media (min-width: 40rem) {
  .about-heading {
    font-size: 40px;
    font-weight: 500;
  }
}

@media (min-width: 62rem) {
  .about-heading {
    margin-top: 7rem;
    margin-bottom: 1.5rem;
  }
}

.divider {
  margin: 5rem 0;
}

.report-section {
  padding: 3em 0 3em 0;
  background-color: #e6ecf2;
  background-image: url("../../assets/img/small-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.report-section .report-row {
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .report-section .report-row {
    max-width: 1400px;
  }
}

.disclaimer-element {
  padding-top: 2%;
}

@media screen and (min-width: 1200px) {
  .disclaimer-header {
    max-width: 700px;
  }
}

.disclaimer-header h1 {
  font-weight: 400;
}

.disclaimer-header h1 span {
  color: #167df0;
}

.disclaimer-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 2rem;
}

.faq-element {
  padding-top: 2%;
}

@media screen and (min-width: 1200px) {
  .faq-header {
    max-width: 700px;
  }
}

.faq-header h1 {
  font-weight: 400;
}

.faq-header h1 span {
  color: #167df0;
}

.faq-row {
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .faq-row {
    max-width: 980px;
  }
}

@media screen and (min-width: 1200px) {
  .faq-header {
    max-width: 700px;
  }
}

@media screen and (min-width: 1200px) {
  .faq-row {
    max-width: 980px;
  }
}

.accordion .card,
.accordion .card .card-header {
  border: none;
}

.accordion .card {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
  position: relative;
}

.accordion .card:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

.accordion .card .card-header {
  font-size: 0.875rem;
  padding: 1rem 0;
  cursor: pointer;
}

.accordion .card .card-body {
  padding: 1rem 0;
  font-size: 1rem;
}

.accordion .card .card-header:hover {
  background-color: #ffffff;
}

.accordion .card .card-header:hover h6 {
  color: #f7a40f;
}

.accordion .card .card-header h6 {
  color: #333333;
  font-weight: 800;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
}

.accordion .card .card-header[aria-expanded="true"] h6 {
  font-size: 1.15rem;
  color: #f7a40f;
}

.accordion .card .card-header h6 span,
.accordion .card .card-header[aria-expanded="true"] h6 span {
  font-size: 0.875rem;
}

.accordion .card .card-header h6 span {
  transition: all 0.3s ease;
}

.accordion .card .card-header.collapsed h6 span {
  transform: rotate(180deg);
}

.questionnaire-element {
  padding-top: 2%;
}

@media screen and (min-width: 1200px) {
  .questionnaire-header {
    max-width: 700px;
  }
}

.questionnaire-header h1 {
  font-weight: 400;
}

.questionnaire-header h1 span {
  color: #167df0;
}

.questionnaire-title {
  font-weight: 500;
  font-size: 2.8rem;
}

.left-side,
.right-side {
  height: 50vh;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .left-side,
  .right-side {
    height: 100vh;
  }
}

.left-side {
  background-color: #0a2647;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.left-side img {
  height: 550px;
  width: auto;
}

.left-side p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.right-side {
  background-color: #ffffff;
  position: relative;
}

.right-side .form {
  width: 480px;
  padding: 3em;
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

.right-side .reset-thankyou {
  width: 90%;
  padding: 3em;
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

.button-group .btn.btn-fill {
  background-color: #f7a40f;
  color: #ffffff;
  border: 1px solid transparent;
}

.button-group .btn.medium {
  min-width: 120px;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
}

.button-group .btn.btn-fill.btn-fill--primary {
  background-color: #092647;
}

@media (min-width: 992px) {
  .right-side .form.register {
    width: 600px;
  }

  .right-side .form.register .pr025 {
    padding-right: 0.25rem;
  }

  .right-side .form.register .pl025 {
    padding-left: 0.25rem;
  }
}

.right-side .form img {
  display: block;
  height: 120px;
  width: auto;
  margin: 0 auto;
}

.right-side .form label {
  font-weight: 500;
}

.right-side .form .helper {
  display: block;
  font-weight: 500;
  margin-top: 5px;
  text-align: right;
  color: #222222;
}

.right-side .form .helper.forgot-password {
  text-align: center;
  margin-top: 10px;
}

.right-side .form .helper.register {
  display: inline-block;
}

.right-side .form .helper:hover {
  color: #0a2647;
}

.right-side .form .btn-login {
  background-color: #0a2647;
  color: #ffffff;
  height: 50px;
  font-size: 16px;
  margin-top: 4em;
}

.btn.canary-btn {
  background-color: #768192;
  color: #18191f;
  padding: 0.5rem 2rem;
  font-weight: 600;
}

.btn.canary-btn.canary-btn--large {
  padding: 0.8rem 2rem;
  font-size: 1.25rem;
  font-weight: 800;
}

.btn.canary-btn.canary-btn--small {
  padding: 0.25rem 2rem;
  font-size: 0.875rem;
}

.btn.canary-btn.canary-btn--blue {
  background-color: #0a2647;
  color: #ffffff;
}

.btn.canary-btn.canary-btn--blueoutline {
  background-color: transparent;
  color: #0a2647;
  border: 1px solid #0a2647;
}

.btn.canary-btn.canary-btn--blueoutline:hover {
  background-color: #0a2647;
  color: #ffffff;
}

.btn.canary-btn.canary-btn--yellow {
  background-color: #f7a40f;
  color: #ffffff;
}

.btn.canary-btn.canary-btn--yellow:hover {
  background-color: #e59608;
}

.btn.canary-btn.canary-btn--yellowoutline {
  background-color: transparent;
  color: #f7a40f;
  border: 1px solid #f7a40f;
}

.btn.canary-btn.canary-btn--yellowoutline:hover {
  background-color: #f7a40f;
  color: #ffffff;
}

.btn.canary-btn.canary-btn--green {
  background-color: #059669;
  color: #ffffff;
}

.btn.canary-btn.canary-btn--green:hover {
  background-color: #047d58;
}

.btn.canary-btn.canary-btn--greenoutline {
  background-color: transparent;
  color: #059669;
  border: 1px solid #059669;
}

.btn.canary-btn.canary-btn--greenoutline:hover {
  background-color: #059669;
  color: #ffffff;
}

.btn.canary-btn.canary-btn--skyblue {
  background-color: #3b82f6;
  color: #ffffff;
}

.btn.canary-btn.canary-btn--skyblue:hover {
  background-color: #4797f9;
}

.btn.canary-btn.canary-btn--skyblueoutline {
  background-color: transparent;
  color: #3b82f6;
  border: 1px solid #3b82f6;
}

.btn.canary-btn.canary-btn--skyblueoutline:hover {
  background-color: #3b82f6;
  color: #ffffff;
}

.btn.canary-btn.canary-btn--red {
  background-color: #ef4444;
  color: #ffffff;
}

.btn.canary-btn.canary-btn--red:hover {
  background-color: #ed2d2d;
}

.btn.canary-btn.canary-btn--redoutline {
  background-color: transparent;
  color: #ef4444;
  border: 1px solid #ef4444;
}

.btn.canary-btn.canary-btn--redoutline:hover {
  background-color: #ef4444;
  color: #ffffff;
}

.dashboard-profile {
  margin-bottom: 2rem;
}

.dashboard-profile .profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.dashboard-profile .profile-name img {
  height: 20px;
  width: 20px;
  margin-right: 0.5rem;
}

.dashboard-profile .profile-report-container {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.dashboard-profile .profile-report-container .profile-report-tablist {
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

.dashboard-profile .profile-report-container .profile-report-tablist .profile-report-tabitem {
  display: inline-block;
  padding: 14px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 110px;
  height: 48px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.dashboard-profile .profile-report-container .profile-report-tablist .profile-report-tabitem a {
  color: rgba(0, 0, 0, 0.38);
  text-decoration: none;
}

.dashboard-profile
  .profile-report-container
  .profile-report-tablist
  .profile-report-tabitem.profile-report-tabitem-active {
  border-bottom: 2px solid #0a2647;
}

.dashboard-profile
  .profile-report-container
  .profile-report-tablist
  .profile-report-tabitem.profile-report-tabitem-active
  a {
  color: #0a2647;
}

.dashboard-profile .profile-report-container .profile-report-page {
  padding: 1rem;
  color: #606060;
}

.report-action {
  margin-bottom: 20px;
}

.report-action .report-button .report-button-new {
  width: 100%;
  text-transform: capitalize;
  vertical-align: middle;
  margin-bottom: 20px;
  padding: 10px 14px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 2px;
  background-image: none;
  background-color: #0a2647;
  border: 1px solid #0a2647;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
  .report-action .report-button .report-button-new {
    width: 200px;
    margin-bottom: 0;
  }
}

.report-action .report-button .report-button-new:hover {
  background-color: #0d3059;
  border-color: #0d3059;
}

@media screen and (min-width: 1025px) {
  .report-action .columns-flexing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.report-action .filter-input-area {
  position: relative;
}

.report-action .filter-input-area .form-inline input,
.report-action .filter-input-area .form-inline button {
  border-radius: 2px;
}

@media screen and (min-width: 1025px) {
  .report-action .filter-input-area .form-inline input,
  .report-action .filter-input-area .form-inline button {
    margin-bottom: 0 !important;
  }
}

.report-info .table-report {
  margin-bottom: 20px;
}

.report-info .table-report thead tr th {
  border-top: 0;
  padding-bottom: 20px;
}

.report-info .table-report tbody tr td {
  font-size: 14px;
  padding: 12px;
  text-align: left;
  vertical-align: top;
  border-top: 0;
}

.report-info .table-report tbody tr td p {
  margin-bottom: 0;
}

.report-info .table-report tbody tr td span {
  font-size: 12px;
  background-color: #f5f5f5;
  padding: 4px 12px;
  border-radius: 50px;
}

.report-info .table-report tbody tr td.action-button .button {
  text-decoration: none;
  min-width: 50px;
  margin: 0 0 10px;
  padding: 9px 15px 7px;
  font-size: 11px;
  color: #333;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.report-info .table-report tbody tr td.action-button .button:hover {
  color: #0a2647;
  border-color: #edf4fc;
  background-color: #edf4fc;
}

.report-info .table-report tbody tr td span.report-green {
  background-color: #48c774;
  color: #f5f5f5;
}

.report-info .table-report tbody tr td span.report-yellow {
  background-color: #ffbc38;
  color: #f5f5f5;
}

.report-info .table-report tbody tr td span.report-blue {
  background-color: #209cee;
  color: #f5f5f5;
}

.discussion-container .wrapper {
  background: #ffffff;
  padding: 2rem;
  border-radius: 0.25rem;
}

.discussion-container .wrapper h1 {
  font-size: 1.1rem;
}

.discussion-container .wrapper .sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}

.discussion-container .wrapper .sessions li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #092647;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}

.discussion-container .wrapper .sessions li:last-child {
  border: 0px;
  padding-bottom: 0;
}

.discussion-container .wrapper .sessions li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #092647;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 0px;
}

.discussion-container .wrapper .sessions li .time {
  color: #2a2839;
  font-weight: 600;
}

@media screen and (min-width: 601px) {
  .discussion-container .wrapper .sessions li .time {
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .discussion-container .wrapper .sessions li .time {
    margin-bottom: 0.3rem;
    font-size: 0.85rem;
  }
}

.discussion-container .wrapper .sessions li p {
  color: #4f4f4f;
  line-height: 1.5;
  margin-top: 0.4rem;
}

@media screen and (max-width: 600px) {
  .discussion-container .wrapper .sessions li p {
    font-size: 1rem;
  }
}

.dataTables_length .custom-select.custom-select-sm.form-control.form-control-sm {
  width: 60px !important;
}

.table-quest tbody tr td {
  cursor: grab;
}

.table-quest tbody tr td:active {
  cursor: grabbing;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.card-channel {
  border-radius: 2px;
}

.card-channel .card-header .card-title {
  color: #636f83;
  font-weight: 600;
}

.card-channel .card-header .card-title,
.card-channel .card-header .card-title p {
  margin-bottom: 0;
}

.card-channel .card-header .card-title p {
  font-size: 1.1rem;
}

.card-channel .channel__content {
  font-size: 14px;
  color: #697a89;
}

.card-channel .channel__content a {
  display: block;
  width: 100%;
  color: #697a89;
}

.card-channel .channel__content a:hover {
  text-decoration: underline;
}

.card-channel .card-body ul li {
  padding: 0.25rem 0.5rem;
}

.card-channel .card-body ul li a {
  color: #3081b7;
  font-weight: 400;
  font-size: 15px;
}

.form-control-lg {
  font-size: 1rem;
}

.form-loginpassword input {
  border-right: none;
}

.form-loginpassword .input-group-text {
  background-color: transparent;
  color: #092647;
}

.box-sidebar {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.box-sidebar:last-of-type {
  margin-bottom: 0;
}

.box-sidebar .media {
  display: flex;
  align-items: center;
  padding: 8px;
}

.box-sidebar .media .icon {
  color: #333333;
  margin-right: 0.75rem;
  font-size: 20px;
}

.box-sidebar .media .media-body {
  color: #797979;
  line-height: 10px;
}

.box-sidebar .media .media-body .title {
  color: #092647;
  font-weight: 700;
}

.box-sidebar .box-content {
  padding: 8px 0;
}

.box-sidebar .box-content .box-item {
  color: #167df0;
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: -1px;
}

.box-sidebar .box-content .box-item:hover {
  background-color: #f8f9fa;
}

.box-item a {
  color: #167df0;
}

.box-item a:hover {
  text-decoration-color: #167df0;
}

.w600px {
  display: block;
  width: 600px;
  margin-bottom: 10px;
}

.w800px {
  display: block;
  width: 800px;
  margin-bottom: 10px;
}

.questions-types {
  width: 40%;
  display: inline-block;
  padding-right: 6px;
}

.thankyou-title {
  font-size: 48px;
  color: #092647;
}

@media screen and (min-width: 1200px) {
  .btn-thankyou {
    max-width: 200px;
  }
}

.btn-thankyou {
  font-size: 16px;
  width: 100%;
  border-radius: 4px;
  padding: 0.75rem;
  background-color: #092647;
  color: #ffffff;
  transition: 0.3s all ease;
}

.btn-thankyou:hover {
  color: #ffffff;
  box-shadow: 1px 1px 2px 0 #092647;
}

.questionnaire-steps-sticky {
  position: sticky;
  background-color: #ffffff;
  top: 0;
}

.modal-body .main-content h2,
.modal-body .main-content p {
  color: #333333;
}

.modal-body .main-content h2 {
  line-height: 20px;
}

.modal-body .main-content h2 span {
  font-size: 18px;
}

.modal-body .main-content p {
  font-size: 16px;
}

.modal-body .main-content a {
  font-size: 16px;
  font-weight: 500;
  color: #167df0;
}

.modal-body .main-content .top-content,
.modal-body .main-content .bottom-content {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

/* Flatpickr */
.form-control[readonly] {
  background: inherit;
}

.form-control,
.form-control:focus {
  color: #222222;
}

.c-sidebar-nav {
  background-color: #0a2647;
}

button:focus {
  outline: none !important;
}

.img-thumbnail.canary-logo {
  background-color: #092647;
  border: 1px solid #092647;
  padding: 0.35rem;
}

.canary-logo {
  height: 50px;
}

.frst-odd-item .frst-timeline-content {
  margin-top: -10px;
  transition: all ease 0.2s;
}

.frst-even-item .frst-timeline-content {
  margin-top: -10px;
  transition: all ease 0.2s;
}

@media (min-width: 992px) {
  .frst-odd-item .frst-timeline-content,
  .frst-even-item .frst-timeline-content {
    padding: 10px 10px 10px 0;
  }
}

.frst-odd-item .frst-timeline-content:hover,
.frst-even-item .frst-timeline-content:hover {
  background-color: #f6f6f6;
  border-radius: 6px;
}

.frst-timeline-content-inner p {
  color: #333333;
}

/* Info Role Access */
.info-roleaccess {
  position: relative;
  cursor: pointer;
}

.info-roleaccess svg {
  margin-left: 3px;
  transition: all ease 0.2s;
}

.info-roleaccess:hover svg {
  color: #2a95ff;
}

.info-roleaccess .content {
  position: absolute;
  bottom: 0;
  width: 400px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.5s;
  transform: translateY(50px);
  border: none;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.info-roleaccess .content:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  bottom: -10px;
  left: 112px;
  transform: rotate(45deg);
  border-radius: 4px;
}

.info-roleaccess:hover .content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.info-roleaccess .content h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}

.info-roleaccess .content ol li,
.info-roleaccess .content ul li {
  font-weight: 400;
}

.card.has-minheight--300 {
  height: 300px;
  overflow: auto;
}

.detail-case--item {
  height: 30px;
  padding: 10px;
  margin-bottom: 4px;
}

.detail-case--item a .title {
  font-size: 14px;
  font-weight: 500;
}

/* Kanban Styles */
.disclosure-list {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.disclosure-list > .disclosure-column {
  flex: 0 0 20%;
  max-width: 20%;
}

.disclosure-column h2 {
  font-size: 0.8rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.disclosure-column--header {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.06);
  padding: 12px 10px;
}

.disclosure-column--new .disclosure-column--header,
.disclosure-column--new .disclosure-options {
  border-top: 2px solid #3299ff;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--close .disclosure-column--header,
.disclosure-column--close .disclosure-options {
  border-top: 2px solid #f9b116;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--reject .disclosure-column--header,
.disclosure-column--reject .disclosure-options {
  border-top: 2px solid #e55453;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--approved .disclosure-column--header,
.disclosure-column--approved .disclosure-options {
  border-top: 2px solid #2eb85c;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--pending .disclosure-column--header,
.disclosure-column--pending .disclosure-options {
  border-top: 2px solid #92927d;
  background-color: #fafbfc;
  border-radius: 4px;
}

.color-box--select {
  position: relative;
  padding-left: 30px;
}

.disclosure-inner-list {
  padding-left: 0;
  list-style: none;
  min-height: 50px;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
}

.disclosure-item {
  margin: 10px;
  height: 68px;
  background-color: #fafbfc;
  border: 1px solid #fafbfc;
  border-radius: 4px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.disclosure-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 6px;
  text-decoration: none;
}

.disclosure-item:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.disclosure-item .disclosure-item--header {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 100;
  font-size: 12px;
  line-height: 1.2;
}

.disclosure-item .disclosure-item--body {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  color: #222222;
  padding-left: 12px;
}

.disclosure-item .disclosure-item--header .disclosure-item--color {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: gray;
  border-radius: 50px;
  margin-right: 2px;
}

.disclosure-column--new .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #3299ff;
}

.disclosure-column--close .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #f9b116;
}

.disclosure-column--reject .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #e55453;
}

.disclosure-column--approved .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #2eb85c;
}

.disclosure-column--pending .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #92927d;
}

.ui-state-highlight {
  height: 1.5em;
  line-height: 1.2em;
  background-color: rgba(50, 152, 220, 0.5);
  border: 1px dashed #3298dc;
  border-radius: 4px;
}

.icon-edit--small {
  font-size: 15px;
  margin-bottom: 4px;
}

.p-content {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.cta--area {
  margin-top: 14px;
  margin-bottom: 14px;
}

.cta--area .cta-button {
  display: block;
  padding: 12px;
  height: 50px;
  line-height: 25px;
  border-radius: 6px;
  color: #697a89;
  border: 1px solid #697a89;
  margin-bottom: 14px;
  text-align: center;
  text-decoration: none;
}

.cta--area .cta-button.fill-blue {
  width: 100%;
  background-image: linear-gradient(to right, #3c81f8, #1058d1);
  border: 1px solid transparent;
  color: #ffffff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.cta--area .cta-button.fill-blue:hover {
  box-shadow: 0px 10px 10px rgba(16, 88, 209, 0.2);
}

.cta--area .cta-button.fill-blue--inverted {
  width: 100%;
  background-color: transparent;
  border: 1px solid #1058d1;
  color: #1058d1;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.cta--area .cta-button.border-blue {
  border: 1px solid #3c81f8;
  color: #3c81f8;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}

.cta--area .cta-button.border-blue:hover {
  box-shadow: 0px 8px 15px rgba(16, 88, 209, 0.2);
}

.search-chronology--custom {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .search-chronology--custom {
    float: right;
    width: 60%;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .card-body.has-vh-100 {
    height: 100vh !important;
  }
}

.tags-content {
  background: #d1e9ff;
  border: 1px solid #98c1e8;
  box-sizing: border-box;
  border-radius: 50px;
  font-weight: bold;
  font-size: 12px;
  color: #589edf;
  padding: 0 8px;
}

.btn-accesstomodal {
  color: #125ad3;
  font-weight: 500;
  font-size: 15px;
  padding: 0 8px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}

.btn-accesstomodal:hover {
  color: #125ad3;
  background-color: rgba(18, 90, 211, 0.1);
}

.notification-icon a {
  padding: 4px;
  color: rgba(0, 0, 21, 0.5);
}

.notification-icon:hover a {
  color: #125ad3;
  background-color: #e4e4e1;
  border-radius: 100px;
}

.nav-notification .nav-item .nav-link {
  padding: 2px 6px;
  margin-right: 20px;
}

.nav-notification .nav-item .nav-link:hover {
  background-color: #e4e4e4;
  border-radius: 3px;
  color: #125ad3;
}

.nav-notification .nav-item .nav-link.active {
  font-weight: 800;
  color: #125ad3;
}

.notification-box {
  transition: all ease 0.3s;
  margin: 1rem 0;
}

.notification-box:hover {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.notification-box .notification-header {
  display: flex;
  justify-content: space-between;
  padding: 14px 36px;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  color: #4f4f4f;
  border-bottom: 1px solid #efeef0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.notification-box .notification-body {
  padding: 20px 36px;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.notification-header--left {
  width: 600px;
}

.notification-header--left .notification-header--image {
  float: left;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.notification-header--left .notification-header--image img {
  width: 40px;
  height: 40px;
}

.notification-header--left .notification-header--roletime {
  color: #768192;
  font-size: 12px;
  font-weight: 400;
}

.notification-header--right .notification-header--button {
  height: 100%;
  display: flex;
  align-items: center;
}

.notification-header--button button {
  font-size: 16px;
  border: none;
  border-radius: 100px;
  color: #ffffff;
  width: 40px;
  height: 40px;
}

.notification-header--button button:hover,
.notification-header--button button:active,
.notification-header--button button:focus {
  color: #ffffff !important;
}

.cleared-uncleared .btn-cleared {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.cleared-uncleared .btn-cleared:hover {
  background-color: #e4e4e4;
  border-radius: 3px;
  color: #125ad3;
}

.has-tooltip {
  position: relative;
}

.has-tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #4d4d4d;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 45%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.has-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #4d4d4d transparent transparent transparent;
}

.has-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.has-font--small {
  font-size: 13px;
  line-height: 24px;
}

.has-color--blue .disclosure-icon {
  color: #0981f1;
}

.has-color--red .disclosure-icon {
  color: #dc3545;
}

.has-color--grey .disclosure-icon {
  color: #a8a8a8;
}

.has-color--white .disclosure-icon {
  color: #ffffff;
}

.has-color--blue,
.has-color--red,
.has-color--grey,
.has-color--white {
  text-decoration: none !important;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

.btn-uploadfile {
  border-radius: 4px;
  transition: all 0.3s;
}

.btn-uploadfile:hover {
  background-color: rgba(79, 93, 115, 0.1);
}

.btn-actionreport:after {
  content: none !important;
}

.defaultpermission-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.defaultpermission-icon {
  color: #a7a7a7;
}

.defaultpermission-radio + .defaultpermission-icon {
  cursor: pointer;
}

.defaultpermission-radio:checked + .defaultpermission-icon {
  color: #0981f1;
}

.card-text .title {
  display: inline-block;
  color: #363636;
  font-size: 1rem;
  font-weight: 600;
  word-break: break-all;
}

.card-text .subtitle {
  font-size: 0.75rem;
}

.card.download-action {
  cursor: pointer;
  transition: all 0.1s linear;
  color: #092647;
}

.card.download-action:hover {
  border: 1px dashed #0a2647;
  background-color: rgba(144, 187, 238, 0.2);
}

.card.download-action.image {
  margin-right: 6px;
}

.card.download-action.file {
  box-sizing: content-box;
}

.card.card-webform .card-header {
  background-color: #009de2;
  color: #ffffff;
}

.card.card-textmessage .card-header {
  background-color: #cc1719;
  color: #ffffff;
}

.card.card-telephone .card-header {
  background-color: #3fa435;
  color: #ffffff;
}

.card.card-chatonline .card-header {
  background-color: #9184bd;
  color: #ffffff;
}

.card.card-mail .card-header {
  background-color: #f6a40c;
  color: #ffffff;
}

.card.card-mobileapp .card-header {
  background-color: #e4007d;
  color: #ffffff;
}

.card.card-email .card-header {
  background-color: #977e28;
  color: #ffffff;
}

.card.card-directmeeting .card-header {
  background-color: #85776e;
  color: #ffffff;
}

.card.card-note .card-header {
  background-color: #36454f;
  color: #ffffff;
}

.card.card-others .card-header {
  background-color: #252f49;
  color: #ffffff;
}

.btn-actionreport {
  transition: all 0.1s;
}

.btn-actionreport:hover {
  background-color: #f0f0f0;
}

.radio-img > input {
  display: none;
}

.radio-img > img {
  cursor: pointer;
  border: 2px solid transparent;
  width: 100%;
}

.radio-img > input:checked + img {
  border: 5px solid orange;
}

.form-group .form-template {
  max-height: 600px;
  overflow-y: scroll;
  border: 1px solid #d8dbe0;
  border-radius: 2px;
  padding: 20px;
}

.radio-img {
  position: relative;
  display: block;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.radio-img input[type="radio"] {
  display: none;
}

.radio-img .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 8px;
  transition: border 0.3s ease-in-out;
}

.radio-img .text {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
  transition: color 0.3s ease-in-out;
}

.radio-img .image {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  padding: 14px;
}

.radio-img .image img {
  object-fit: contain;
  width: 100%;
  height: 140px;
}

.radio-img input[type="radio"]:checked + .content {
  border: 2px solid #f7a40f;
}

.radio-img input[type="radio"]:checked + .content .text {
  font-weight: bold;
  color: #f7a40f;
}

.radio-img input[type="radio"]:checked + .content::after {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background-color: #17c653;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 20px;
}

.radio-img:hover {
  opacity: 0.9;
  transform: scale(1.01);
}

/* Status Disclosure Color */

/* For Pipeline Disclosure */
.disclosure-column--gray .disclosure-column--header,
.disclosure-column--gray .disclosure-options {
  border-top: 2px solid #4b5563;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--gray .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #4b5563;
}

.disclosure-column--red .disclosure-column--header,
.disclosure-column--red .disclosure-options {
  border-top: 2px solid #dc2626;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--red .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #dc2626;
}

.disclosure-column--yellow .disclosure-column--header,
.disclosure-column--yellow .disclosure-options {
  border-top: 2px solid #fbbf24;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--yellow .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #fbbf24;
}

.disclosure-column--green .disclosure-column--header,
.disclosure-column--green .disclosure-options {
  border-top: 2px solid #059669;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--green .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #059669;
}

.disclosure-column--lime .disclosure-column--header,
.disclosure-column--lime .disclosure-options {
  border-top: 2px solid #84cc16;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--lime .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #84cc16;
}

.disclosure-column--emerald .disclosure-column--header,
.disclosure-column--emerald .disclosure-options {
  border-top: 2px solid #10b981;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--emerald .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #10b981;
}

.disclosure-column--teal .disclosure-column--header,
.disclosure-column--teal .disclosure-options {
  border-top: 2px solid #14b8a6;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--teal .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #14b8a6;
}

.disclosure-column--blue .disclosure-column--header,
.disclosure-column--blue .disclosure-options {
  border-top: 2px solid #2563eb;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--blue .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #2563eb;
}

.disclosure-column--cyan .disclosure-column--header,
.disclosure-column--cyan .disclosure-options {
  border-top: 2px solid #06b6d4;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--cyan .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #06b6d4;
}

.disclosure-column--indigo .disclosure-column--header,
.disclosure-column--indigo .disclosure-options {
  border-top: 2px solid #4338ca;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--indigo .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #4338ca;
}

.disclosure-column--purple .disclosure-column--header,
.disclosure-column--purple .disclosure-options {
  border-top: 2px solid #7c3aed;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--purple .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #7c3aed;
}

.disclosure-column--pink .disclosure-column--header,
.disclosure-column--pink .disclosure-options {
  border-top: 2px solid #ec4899;
  background-color: #fafbfc;
  border-radius: 4px;
}

.disclosure-column--pink .disclosure-item .disclosure-item--header .disclosure-item--color {
  background-color: #ec4899;
}

/* For List & Archive Disclosure */
.badge-gray {
  color: #ffffff;
  background-color: #4b5563;
}

.badge-red {
  color: #ffffff;
  background-color: #dc2626;
}

.badge-yellow {
  color: #121212;
  background-color: #fbbf24;
}

.badge-green {
  color: #ffffff;
  background-color: #059669;
}

.badge-lime {
  color: #ffffff;
  background-color: #84cc16;
}

.badge-emerald {
  color: #ffffff;
  background-color: #10b981;
}

.badge-teal {
  color: #ffffff;
  background-color: #14b8a6;
}

.badge-blue {
  color: #ffffff;
  background-color: #2563eb;
}

.badge-cyan {
  color: #ffffff;
  background-color: #06b6d4;
}

.badge-indigo {
  color: #ffffff;
  background-color: #4338ca;
}

.badge-purple {
  color: #ffffff;
  background-color: #7c3aed;
}

.badge-pink {
  color: #ffffff;
  background-color: #ec4899;
}

/* For Select Option */
select.color-select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #f5f5f5;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select.color-select option.gray {
  background: #4b5563;
}

select.color-select option.red {
  background: #dc2626;
}

select.color-select option.yellow {
  background: #fbbf24;
}

select.color-select option.green {
  background: #059669;
}

select.color-select option.lime {
  background: #84cc16;
}

select.color-select option.emerald {
  background: #10b981;
}

select.color-select option.teal {
  background: #14b8a6;
}

select.color-select option.blue {
  background: #2563eb;
}

select.color-select option.cyan {
  background: #06b6d4;
}

select.color-select option.indigo {
  background: #4338ca;
}

select.color-select option.purple {
  background: #7c3aed;
}

select.color-select option.pink {
  background: #ec4899;
}

.form-text.helper-message {
  font-size: 12px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../img/radio-icon.svg");
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../img/checkbox-icon.svg");
}

.divQuestConsent > .consentDescription {
  background-color: rgb(240 249 255);
  border-radius: 6px;
  padding: 20px;
  max-height: 350px;
  overflow-y: auto;
}

.divQuestConsent > .consentCheckbox {
  margin-top: 8px;
}

.webform-container {
  display: flex;
  flex-direction: column;
  color: #15212d;
  row-gap: 2rem;
}

.webform-title {
  text-align: center;
  color: #515151;
  font-size: 2rem;
  margin: 0;
}

.webform-steppers {
  color: #a4a4a4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .webform-steppers {
    display: none;
  }
}

.webform-steppers .stepper-item {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  background-color: transparent;
}

.webform-steppers .stepper-item:not(:first-child)::before {
  content: "";
  height: 2px;
  width: 70px;
  border-radius: 100px;
  background-color: #a4a4a4;
  flex-grow: 1;
  position: absolute;
  left: -2px;
  transform: translateX(-50%);
}

.webform-steppers .stepper-item.complete .step-dot,
.webform-steppers .stepper-item.active .step-dot {
  background-color: #167df0;
  border: 2px solid #167df0;
}
.webform-steppers .stepper-item.complete .step-name,
.webform-steppers .stepper-item.active .step-name {
  color: #167df0;
}

.webform-steppers .stepper-item.complete:not(:first-child)::before,
.webform-steppers .stepper-item.active:not(:first-child)::before {
  background-color: #167df0;
}

.webform-steppers .stepper-item .step-dot {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #a4a4a4;
  background: #ffffff;
}

.webform-steppers .stepper-item .step-name {
  font-size: 14px;
}

.webform-forms .webform-section {
  display: none;
}

.webform-forms .webform-section.active {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.webform-fieldset {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.webform-fieldset .webform-label,
.multisteps-form__title {
  font-size: 16px;
  font-weight: 700;
  color: #41454c;
  margin: 0;
}

.webform-fieldset--required {
  color: #e55353;
}

.webform-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.webform-buttons .buttons-right {
  display: flex;
  column-gap: 0.5rem;
}

@media screen and (max-width: 767.98px) {
  .webform-buttons {
    margin-top: 1rem;
    flex-direction: column;
    row-gap: 1rem;
  }

  .webform-buttons .buttons-right {
    flex-direction: column;
    row-gap: 0.5rem;
  }

  .webform-buttons .buttons-right .btn-preview,
  .webform-buttons .buttons-right .btn-submit {
    width: 100%;
  }
}

.btn-prev,
.btn-next {
  width: 100%;
}

.webform-errormessage {
  display: none;
  color: #e55353;
  margin-top: 0.25rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none !important;
}

.form-control-with-icon {
  position: relative;
  margin: 0;
}

.form-control-with-icon .form-control {
  position: relative;
  padding-right: 2.5rem;
}

.form-control-with-icon .icon-area {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 75%;
  transform: translateY(-50%);
}

.btn-preview {
  background: transparent;
  transition: all 0.3s;
}

.btn-preview:hover {
  background: rgba(79, 93, 115, 0.15);
}

.multisteps-form__question:not(:first-child) {
  margin-top: 1rem;
}

.navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

#files-gallery,
.attachments-gallery {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  max-height: 225px;
  overflow-y: auto;
}

.attachments-gallery {
  margin-top: 1rem;
}

#files-gallery > .file,
.attachments-gallery > .file {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 50%;
  padding: 8px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.attachments-gallery > .file {
  width: 80%;
}

#files-gallery > .file:first-child {
  margin-top: 1rem;
}

@media screen and (max-width: 991.98px) {
  #files-gallery > .file,
  .attachments-gallery > .file {
    width: 100%;
  }
}

#files-gallery > .file > .file-name,
.attachments-gallery > .file > .file-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#files-gallery > .file > .file-remove,
.attachments-gallery > .file > .file-remove {
  flex: 0 0 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: ease-out 300ms;
}

#files-gallery > .file > .file-remove > .icon,
.attachments-gallery > .file > .file-remove > .icon {
  font-size: 1rem;
  color: #a4a4a4;
}

#files-gallery > .file > .file-remove:hover,
.attachments-gallery > .file > .file-remove:hover {
  border-radius: 100px;
  background: rgba(229, 83, 83, 0.2);
}

#files-gallery > .file > .file-remove:hover > .icon,
.attachments-gallery > .file > .file-remove:hover > .icon {
  color: #e55353;
}

.error-message-box {
  margin-top: 1rem;
  display: none;
  gap: 10px;
  align-items: center;
}

.no-chartdata {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

.no-chartdata--illustration {
  position: relative;
  width: 200px;
  height: 200px;
}

.no-chartdata--illustration svg {
  height: 100%;
  width: 100%;
}

#notification-new {
  list-style: none;
  padding-left: 0;
}

.comment-role {
  color: #768192;
  font-size: 12px;
}

.comment-attachment {
  border: 1px solid #ccced1;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.comment-attachment:not(:last-child) {
  margin-bottom: 10px;
}

.comment-attachment .detail {
  display: flex;
  align-items: center;
  gap: 16px;
}

.comment-attachment .text {
  font-weight: 400;
  word-break: break-all;
}

.comment-attachment .icon {
  width: 40px;
  height: 40px;
}

.comment-attachment .action {
  display: flex;
  column-gap: 14px;
  align-items: center;
  justify-content: center;
}

.comment-attachment .action .action-icon {
  color: #023e8a;
}

.comment-attachment .action .action-icon.delete {
  color: #e55353;
}

.box .header-modal {
  position: absolute;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
}

.box .header-modal svg {
  font-weight: 300;
  font-size: 20px;
  color: #cdd8ed;
}

.box .header-modal:hover svg {
  cursor: pointer;
  color: #b3c4e4;
}

.box .box-content .question-area--modal {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  background-color: #f2f6f8;
  color: #365067;
  border-bottom: 1px solid #c9e0f2;
}

.box .box-content .answer-area--modal {
  padding: 1rem;
  color: #365067;
  white-space: pre-wrap;
  word-break: break-word;
}

.mobileapp-code {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #333333;
}

.footer-label {
  color: #ffffff;
}

/* COMMENT TIMELINE */
.timeline-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.timeline-event {
  position: relative;
  display: flex;
  margin: 20px 0 40px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
}
.timeline-event:nth-child(2n + 1) {
  flex-direction: row-reverse;
}
.timeline-event:nth-child(2n + 1) .timeline-event--date {
  border-radius: 0 6px 6px 0;
}
.timeline-event:nth-child(2n + 1) .timeline-event--content {
  border-radius: 6px 0 0 6px;
}
.timeline-event:nth-child(2n + 1) .timeline-event--icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #d3d6f8;
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
}
.timeline-event:nth-child(2n + 1) .timeline-event--icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d3d6f8;
  position: absolute;
  right: 100%;
  top: 50%;
  left: auto;
}
.timeline-event--title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bolder;
  color: #50537b;
}
.timeline-event--content {
  padding: 20px;
  box-shadow: 1px 3px 9px rgb(0 0 0 / 10%);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline-event--date {
  color: #d3d6f8;
  font-size: 1rem;
  font-weight: 700;
  background: #50537b;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
  min-width: 200px;
  z-index: 1;
}
.timeline-event--date div:nth-child(2) {
  font-weight: 400;
}

.timeline-event--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #50537b;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #d3d6f8;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  box-shadow: 1px 3px 9px rgb(0 0 0 / 10%);
  padding: 40px;
  position: relative;
}
.timeline-event--icon i {
  font-size: 32px;
}
.timeline-event--icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #d3d6f8;
  position: absolute;
  top: 100%;
  left: 50%;
}
.timeline-event--icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d3d6f8;
  position: absolute;
  left: 100%;
  top: 50%;
}
.timeline-event--description {
  flex-basis: 60%;
}
/* Color for Webform */
.timeline-event--webform:after {
  background: #009de2;
}
.timeline-event--webform .timeline-event--date {
  color: #ffffff;
  background-color: #009de2;
}
.timeline-event--webform:nth-child(2n + 1) .timeline-event--icon:before,
.timeline-event--webform:nth-child(2n + 1) .timeline-event--icon:after {
  background: #009de2;
}
.timeline-event--webform .timeline-event--icon {
  background: #009de2;
  color: #ffffff;
}
.timeline-event--webform .timeline-event--icon:before,
.timeline-event--webform .timeline-event--icon:after {
  background: #009de2;
}
.timeline-event--webform .timeline-event--title {
  color: #009de2;
}
/* Color for Text Message */
.timeline-event--textmessage:after {
  background: #cc1719;
}
.timeline-event--textmessage .timeline-event--date {
  color: #ffffff;
  background-color: #cc1719;
}
.timeline-event--textmessage:nth-child(2n + 1) .timeline-event--icon:before,
.timeline-event--textmessage:nth-child(2n + 1) .timeline-event--icon:after {
  background: #cc1719;
}
.timeline-event--textmessage .timeline-event--icon {
  background: #cc1719;
  color: #ffffff;
}
.timeline-event--textmessage .timeline-event--icon:before,
.timeline-event--textmessage .timeline-event--icon:after {
  background: #cc1719;
}
.timeline-event--textmessage .timeline-event--title {
  color: #cc1719;
}
/* Color for Telephone */
.timeline-event--telephone:after {
  background: #3fa435;
}
.timeline-event--telephone .timeline-event--date {
  color: #ffffff;
  background-color: #3fa435;
}
.timeline-event--telephone:nth-child(2n + 1) .timeline-event--icon:before,
.timeline-event--telephone:nth-child(2n + 1) .timeline-event--icon:after {
  background: #3fa435;
}
.timeline-event--telephone .timeline-event--icon {
  background: #3fa435;
  color: #ffffff;
}
.timeline-event--telephone .timeline-event--icon:before,
.timeline-event--telephone .timeline-event--icon:after {
  background: #3fa435;
}
.timeline-event--telephone .timeline-event--title {
  color: #3fa435;
}
/* Color for Chat Online */
.timeline-event--chatonline:after {
  background: #9184bd;
}
.timeline-event--chatonline .timeline-event--date {
  color: #ffffff;
  background-color: #9184bd;
}
.timeline-event--chatonline:nth-child(2n + 1) .timeline-event--icon:before,
.timeline-event--chatonline:nth-child(2n + 1) .timeline-event--icon:after {
  background: #9184bd;
}
.timeline-event--chatonline .timeline-event--icon {
  background: #9184bd;
  color: #ffffff;
}
.timeline-event--chatonline .timeline-event--icon:before,
.timeline-event--chatonline .timeline-event--icon:after {
  background: #9184bd;
}
.timeline-event--chatonline .timeline-event--title {
  color: #9184bd;
}
/* Color for Mail */
.timeline-event--mail:after {
  background: #f6a40c;
}
.timeline-event--mail .timeline-event--date {
  color: #ffffff;
  background-color: #f6a40c;
}
.timeline-event--mail:nth-child(2n + 1) .timeline-event--icon:before,
.timeline-event--mail:nth-child(2n + 1) .timeline-event--icon:after {
  background: #f6a40c;
}
.timeline-event--mail .timeline-event--icon {
  background: #f6a40c;
  color: #ffffff;
}
.timeline-event--mail .timeline-event--icon:before,
.timeline-event--mail .timeline-event--icon:after {
  background: #f6a40c;
}
.timeline-event--mail .timeline-event--title {
  color: #f6a40c;
}
/* Color for Mobile App */
.timeline-event--mobileapp:after {
  background: #e4007d;
}
.timeline-event--mobileapp .timeline-event--date {
  color: #ffffff;
  background-color: #e4007d;
}
.timeline-event--mobileapp:nth-child(2n + 1) .timeline-event--icon:before,
.timeline-event--mobileapp:nth-child(2n + 1) .timeline-event--icon:after {
  background: #e4007d;
}
.timeline-event--mobileapp .timeline-event--icon {
  background: #e4007d;
  color: #ffffff;
}
.timeline-event--mobileapp .timeline-event--icon:before,
.timeline-event--mobileapp .timeline-event--icon:after {
  background: #e4007d;
}
.timeline-event--mobileapp .timeline-event--title {
  color: #e4007d;
}
/* Color for Email */
.timeline-event--email:after {
  background: #977e28;
}
.timeline-event--email .timeline-event--date {
  color: #ffffff;
  background-color: #977e28;
}
.timeline-event--email:nth-child(2n + 1) .timeline-event--icon:before,
.timeline-event--email:nth-child(2n + 1) .timeline-event--icon:after {
  background: #977e28;
}
.timeline-event--email .timeline-event--icon {
  background: #977e28;
  color: #ffffff;
}
.timeline-event--email .timeline-event--icon:before,
.timeline-event--email .timeline-event--icon:after {
  background: #977e28;
}
.timeline-event--email .timeline-event--title {
  color: #977e28;
}
/* Color for Direct Meeting */
.timeline-event--directmeeting:after {
  background: #85776e;
}
.timeline-event--directmeeting .timeline-event--date {
  color: #ffffff;
  background-color: #85776e;
}
.timeline-event--directmeeting:nth-child(2n + 1) .timeline-event--icon:before,
.timeline-event--directmeeting:nth-child(2n + 1) .timeline-event--icon:after {
  background: #85776e;
}
.timeline-event--directmeeting .timeline-event--icon {
  background: #85776e;
  color: #ffffff;
}
.timeline-event--directmeeting .timeline-event--icon:before,
.timeline-event--directmeeting .timeline-event--icon:after {
  background: #85776e;
}
.timeline-event--directmeeting .timeline-event--title {
  color: #85776e;
}
/* Color for Note */
.timeline-event--note:after {
  background: #36454f;
}
.timeline-event--note .timeline-event--date {
  color: #ffffff;
  background-color: #36454f;
}
.timeline-event--note:nth-child(2n + 1) .timeline-event--icon:before,
.timeline-event--note:nth-child(2n + 1) .timeline-event--icon:after {
  background: #36454f;
}
.timeline-event--note .timeline-event--icon {
  background: #36454f;
  color: #ffffff;
}
.timeline-event--note .timeline-event--icon:before,
.timeline-event--note .timeline-event--icon:after {
  background: #36454f;
}
.timeline-event--note .timeline-event--title {
  color: #36454f;
}
/* Color for Others */
.timeline-event--others:after {
  background: #252f49;
}
.timeline-event--others .timeline-event--date {
  color: #ffffff;
  background-color: #252f49;
}
.timeline-event--others:nth-child(2n + 1) .timeline-event--icon:before,
.timeline-event--others:nth-child(2n + 1) .timeline-event--icon:after {
  background: #252f49;
}
.timeline-event--others .timeline-event--icon {
  background: #252f49;
  color: #ffffff;
}
.timeline-event--others .timeline-event--icon:before,
.timeline-event--others .timeline-event--icon:after {
  background: #252f49;
}
.timeline-event--others .timeline-event--title {
  color: #252f49;
}

@media (max-width: 786px) {
  .timeline-event {
    flex-direction: column;
    align-self: center;
  }
  .timeline-event--content {
    width: 100%;
  }
  .timeline-event--icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline-event--icon:before,
  .timeline-event--icon:after {
    display: none;
  }
  .timeline-event--date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline-event:nth-child(2n + 1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline-event:nth-child(2n + 1) .timeline-event--date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline-event:nth-child(2n + 1) .timeline-event--icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
}

/* COMMENTS */
.timeline {
  list-style: none;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #999999;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 100%;
  padding: 20px;
  position: relative;
  left: 1%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 16px;
  margin-left: -21px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.timeline-heading .timeline-heading-panel,
.timeline-heading .timeline-heading-panel .timeline-action-wrapper,
.timeline-heading .timeline-description {
  display: flex;
  align-items: center;
  gap: 10px;
}

.timeline-heading .timeline-heading-panel .timeline-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 100px;
  color: #00a6f3;
}

.timeline-heading .timeline-heading-panel .timeline-action.convert-note {
  color: #edaf51;
}

.timeline-heading .timeline-heading-panel .timeline-action:hover {
  background-color: rgba(0, 166, 243, 0.2);
}

.timeline-heading .timeline-heading-panel .timeline-action.convert-note:hover {
  background-color: rgba(237, 175, 81, 0.2);
}

.timeline-heading .timeline-heading-panel .timeline-action .icon {
  font-size: 14px;
}

.timeline-heading .timeline-description .time-role {
  color: #6c757d;
  font-size: 12px;
}

.timeline-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 0;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
  }

  ul.timeline > li > .timeline-badge {
    left: -20px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.disclosure-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.disclosure-action .disclosure-action-title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.disclosure-action .disclosure-action-title h1 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.disclosure-action .disclosure-action-subtitle {
  font-size: 1rem;
}

.access-users,
.triage-scoring,
.disclosure-information {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 1rem;
}

.triage-scoring {
  gap: 20px;
}

.disclosure-information div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.disclosure-information div.value {
  font-weight: 700;
}

.access-users .user-item,
.access-users .user-item .user-actions,
.triage-scoring .triage-item,
.triage-scoring .triage-item .triage-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.access-users .user-item .user-text,
.triage-scoring .triage-item .triage-text {
  margin: 0;
}

.triage-scoring .triage-item .triage-text {
  flex: 3;
}

.triage-scoring .triage-item .triage-actions {
  flex: 2;
  justify-content: flex-end;
  flex-direction: column;
}

.triage-scoring .triage-item .triage-actions .triage-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: #d2d1d0;
  outline: none;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: background 0.2s;
  border-radius: 10px;
  z-index: 10;
}

.triage-scoring .triage-item .triage-actions .triage-range:hover {
  opacity: 1;
  background: #d2d1d0;
}

@media screen and (max-width: 991.98px) {
  .triage-scoring .triage-item .triage-actions .triage-range {
    width: 100%;
  }
}

.triage-scoring .triage-item .triage-actions .triage-range.disabled {
  opacity: 1;
  cursor: not-allowed;
}

.triage-scoring .triage-item .triage-actions .triage-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  padding: 5px;
  border: 2px solid white;
  border-radius: 50%;
  background: #125ad3;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.281);
}

.triage-scoring .triage-item .triage-actions .triage-range::-webkit-slider-thumb.disabled {
  cursor: not-allowed;
}

.triage-scoring .triage-item .triage-actions .ticks {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 8px;
  margin-top: -16px;
  color: #d2d1d0;
}

.triage-scoring .triage-item .triage-actions .ticks .tick {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1px;
  height: 6px;
  line-height: 30px;
  font-size: 12px;
  background: transparent;
  color: #1b212e;
}

.access-users .user-item .user-actions .action-button,
.action-edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 100px;
}

.action-edit.small {
  width: 20px;
  height: 20px;
}

.action-edit:hover {
  background: rgba(0, 166, 243, 0.2);
}

.action-edit .icon {
  color: #00a6f3;
  font-size: 1rem;
}

.action-edit.small .icon {
  color: #00a6f3;
  font-size: 12px;
}

.action-edit .icon.edit {
  color: #00a6f3;
}

.access-users .user-item .user-actions .action-button .icon {
  color: #a4a4a4;
  font-size: 1rem;
}

.access-users .user-item .user-actions .action-button:hover {
  background: rgba(229, 83, 83, 0.2);
}

.access-users .user-item .user-actions .action-button .icon.delete {
  color: rgba(229, 83, 83);
}

.empty-access-users {
  font-size: 1rem;
  margin: 0;
}

.permission-divider {
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0;
}

.score-board {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-block: 6px;
  min-height: 50px;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 20px;
}

.score-board.success {
  background-color: #28a745;
}

.score-board.warning {
  background-color: #ffc107;
}

.score-board.danger {
  background-color: #dc3545;
}

.score-board.success,
.score-board.danger {
  color: #ffffff;
}

.score-board span:nth-child(2) {
  font-weight: 600;
}

#file-uploader {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial;
}
#file-uploader .drop-zone {
  border: 2px dashed #c8c8c8;
  background: #fafafa;
  border-radius: 12px;
  padding: 22px;
  text-align: center;
  cursor: pointer;
  transition: background 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
  outline: none;
}
#file-uploader .drop-zone:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.25);
}
#file-uploader .drop-zone.is-dragover {
  background: #f0f7ff;
  border-color: #7ab6ff;
}
#file-uploader .dz-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #333;
}
#file-uploader .dz-icon {
  opacity: 0.7;
}
#file-uploader .dz-title {
  margin: 0;
  font-size: 14px;
}
#file-uploader .dz-hint {
  margin: 0;
  font-size: 12px;
  color: #666;
}
#file-uploader .file-list {
  margin-top: 10px;
}
#file-uploader .file-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f2f2f2;
  font-size: 13px;
}
#file-uploader .file-name {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#file-uploader .btn-clear {
  border: 0;
  background: #e8e8e8;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
}
#file-uploader .btn-clear:hover {
  background: #dedede;
}

#file-uploader .error {
  margin-top: 8px;
  color: #b00020;
  font-size: 12px;
}
