@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Reset CSS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  color: #ffffff;
  background: #69d2a9;
}

::selection {
  color: #ffffff;
  background: #69d2a9;
}

/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
  color: #2f2f2f;
}

::-moz-placeholder {
  color: #2f2f2f;
}

:-ms-input-placeholder {
  color: #2f2f2f;
}

:-moz-placeholder {
  color: #2f2f2f;
}

a {
  vertical-align: baseline;
  text-decoration: none;
  color: #69d2a9;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

strong,
b {
  font-weight: bold;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #2f2f2f;
}

* {
  outline: none !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  position: relative;
}

img {
  display: block;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  background-color: #ffffff;
  color: #2f2f2f;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}

body.overflow-hidden,
body.overflow-hidden .header {
  pointer-events: none;
  padding-right: 17px;
}

.btn {
  border-radius: 8px;
  padding: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  box-sizing: border-box;
  background-clip: border-box;
}

.btn-green {
  background-color: #69d2a9;
  color: #ffffff;
}

.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green:focus {
  background-color: #83c41d;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

header a {
  display: inline-block;
}

.page-section {
  min-height: calc(100vh - 88px);
}

.form-top-info {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #939393;
}

.question-box h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #69d2a9;
  text-align: center;
  margin-bottom: 20px;
}

.cust-radio {
  position: relative;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.question-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #69d2a9;
}

.question-box .answer-option .lbl-option {
  width: 100%;
  background: #2F2F2F;
  border-radius: 36px;
  border: 0px;
  align-items: stretch;
}

.question-box .answer-option .lbl-option:hover,
.question-box .answer-option .lbl-option:focus {
  background: #83c41d;
  outline: none;
  box-shadow: none;
}

.btn-check:checked+.lbl-option {
  background: #83c41d;
  outline: none;
  box-shadow: none;
}

.question-box .answer-option .lbl-option span {
  padding: 2px 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.answer-option {
  display: none;
}

.active-answer {
  display: block !important;
}

.invalid-feedback {
  margin-left: 1.5rem;
}

.survey-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  color: #939393;
}

.error-block {
  color: red;
}

.upload-instruction {
  font-size: 12px;
  font-style: italic;
}

.print-btn {
  position: absolute;
  top: 0%;
  left: 82%;
}

/* SECTION TAB */

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link {
  border-radius: 0;
  min-width: 150px;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000000;
}

.nav-tabs .nav-link.active {
  border-color: #F3F3F3;
  background-color: #F3F3F3;
}

.tab-content {
  border: 2px solid #000000;
  background-color: #F7F7F7;
}

.tab-pane {
  padding: 16px;
}

.card {
  border-radius: 16px;
}

.card-header:first-child {
  background-color: #fff;
  border-radius: 16px 16px 0 0;
}

.card-body {
  padding: 12px;
}

.table thead th {
  color: #667085;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 4px 8px;
}

.table tbody td {
  color: #667085;
  font-size: 12px;
  line-height: normal;
  padding: 12px;
  padding: 4px 8px;
  vertical-align: middle;
}

.table-white tr td {
  color: #fff;
}

.table-black tr td {
  color: #000;
}

.form-control,
.form-select {
  font-size: 12px;
  height: 32px;
  border-radius: 4px;
  color: #667085;
  border-color: #D0D5DD;
}

.table .form-control,
.table .form-select {
  border-color: #D0D5DD;
}

.form-check-input {
  height: 16px;
  width: 16px;
}

.form-check-input:checked {
  background-color: #80c513;
  border-color: #87c22a;
}

.table input[type="file"]::file-selector-button {
  height: 32px;
  border: 0;
}

.btn {
  height: 44px;
  min-width: 120px;
}

.btn-primary {
  background-color: #344054;
  border-color: #344054;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #2c333e;
  border-color: #2c333e;
}

tr.pending {
  background-color: #FFC000;
}

tr.inprogress {
  background-color: #fff;
}

tr.approved {
  background-color: #32CD32;
}

tr.rejected {
  background-color: #FF0000;
}

tr.pending input,
tr.approved input,
tr.pending select,
tr.approved select {
  pointer-events: none;
  /* Prevent interaction */
  opacity: 0.5;
  /* Make it look disabled */
}

.table-env {
  height: 66vh;
}

.table-black tr.pending td,
.table-black tr.approved td,
.table-black tr.rejected td {
  color: #fff;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-image: -moz-linear-gradient(to bottom, #344054, #2c333e);
  background-image: -ms-linear-gradient(to bottom, #344054, #2c333e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#344054), to(#2c333e));
  background-image: -webkit-linear-gradient(to bottom, #344054, #2c333e);
  background-image: -o-linear-gradient(to bottom, #344054, #2c333e);
  background-image: linear-gradient(to bottom, #344054, #2c333e);
}

.chart-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

/* Chart container styling */
.chart-container {
  position: relative;
  width: 200px;
  height: 200px;
  display: inline-block;
}

/* Centered text styling */
.chart-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  color: #1E1B39;
  text-align: center;
}

.chart-text span {
  color: #615E83;
  font-weight: 400;
  font-size: 16px;
  display: block;
}

.card-chart {
  height: 100%;
}

.form-dropdown {
  max-width: 140px;
}

.form-dropdown .form-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}

.form-dropdown .form-select {
  height: 44px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 140px;
  border-radius: 8px;
  font-size: 14px;
}

.select2-container .select2-selection--single {
  height: 44px;
  width: 140px;
  border-radius: 8px;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #667085;
  border-color: #D0D5DD;
  line-height: 30px;
  padding: .375rem 2.25rem .375rem .75rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 12px;
  height: 20px;
  top: 12px;
  right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0 !important;
}

.select2-results__option {
  font-size: 14px;
  padding: 6px 8px;
  color: #667085;
  color: #344054;
  line-height: normal;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ddd;
  color: #344054;
}

.btn-submit {
  margin-top: 32px;
}

.loader {
  position: absolute;
  top: 10px;
  right: 8px;
}

.col-file-icon {
  margin-top: 42px;
  gap: 16px;
  width: 20px;
}

.nodisplay{
  display: none;
}
@media only screen and (max-width: 1399px) {
  .container-filter {
    max-width: 100%;
  }
}


@media only screen and (max-width: 1235px) {
  .btn-submit {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .tab-pane {
    padding: 16px;
  }

  .card-chart {
    height: auto;
  }

  .col-lg-6+.col-lg-6 .card-chart {
    margin-top: 24px;
  }

  .form-dropdown,
  .form-dropdown .form-select,
  .select2-container .select2-selection--single {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .chart-container {
    width: 100%;
  }

  .chart-row {
    flex-direction: column;
  }
}