* {
  padding: 0px;
  /* margin: 0px; */
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  border: none;
}

.clr {
  clear: both;
}

/*login-section*/
.login-wrap {
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
}

.login-in {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: flex;
}

.login-logo {
  flex: 50%;
  height: 100%;
  padding: 50px;
  border-radius: 0px;
  background: #fff;
  display: flex;
}

.logo {
  width: 400px;
  height: 100%;
  margin: auto;
  text-align: center;
}

.logo img {
  width: 100%;
  height: 100%;
}

.logo h1 {
  font-size: 40px;
  font-weight: 600;
  color: #B07D3C;
  margin: 0;
}

.login-form {
  flex: 50%;
  background: #0078AE;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0px 80px;
}

.login-form form {
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.login-form form h1 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}

.login-form form p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.login-form form p a {
  color: #51C3FF;
  font-size: 18px;
  font-weight: 500;
}

.login-form form span {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

.login-txt {
  width: 100%;
  height: 100%;
  border: none;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border-radius: 4px !important;
  padding: 14px 30px 14px 14px;
}

.login-img {
  display: none;
}


.login-img.active {
  display: block;
}

.login-lbl img {
  width: 22px;
  height: auto;
  position: absolute;
  right: 10px;
}

.login-location {
  background-image: url(../images/location.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right 12px;
}

.login-txt::placeholder {
  color: var(--inputclr, #444);
}

.password-eye {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  top: auto;
  right: 10px;
  border: none;
  align-items: center;
  background: none;
  justify-content: center;
  cursor: pointer;
  transition: .5s;
}

.eye-close {
  background-image: url(../images/admin-login/icons/eye-close.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.eye-open {
  background-image: url(../images/admin-login/icons/eye-open.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.login-btn {
  width: 100%;
  height: auto;
  color: #fff !important;
  border: none;
  display: flex;
  border-radius: 5px;
  background: #004366;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0;
}

.login-labl {
  cursor: pointer;
  display: flex;
  align-items: stretch;
  margin: 10px 0px 30px 15px;
  font-size: 13px;
}

.login-rmb {
  margin-right: 8px;
}

.login-lbl {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 5px;
  color: #fff;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
}

.rembr-me {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  justify-content: flex-end;
}

.rembr-me input[type="checkbox"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #1D46DB;
}

/*login-section*/
.influ-wrap {
  width: 100%;
  height: auto;
}

.influ-strip {
  background: linear-gradient(-90deg, rgba(172, 117, 47, 1) 0%, rgba(253, 210, 155, 1) 200%);
  display: flex;
  align-items: center;
}

.influ-logo {

  /*flex-basis: 17%;*/
  width: 229px;
  background: #000;
  padding: 10px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.influ-logo img {
  width: 40px;
  margin-right: 8px;
}

.influ-logo a {
  font-size: 25px;
  color: #B07D3C;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.influ-strip form {
  width: auto;
}

.menu-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  margin-left: 15px;
}

.menu-btn:hover {
  color: #fff !important;
}

.influ-in {
  width: 100%;
  height: auto;
  padding: 20px !important;
}

.admin-heading {
  width: 100%;
  height: auto;
}

.admin-heading h1 {
  font-weight: 700;
  font-size: 28px;
  color: #171748;
  margin: 0px 0 20px 0;
}

.influ-strip-2 {
  width: 100%;
  height: auto;
  background: #0077B5;
  padding: 8px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.influ-search {
  flex-basis: 30%;
}

.invite-user {
  flex-basis: 50%;
  text-align: right;
  margin-left: auto;
}

.invite-user a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}

.invite-user i {
  font-size: 22px;
  margin-left: 10px;
}

.admin-icon {
  flex-basis: auto;
  height: auto;
  width: auto;
  margin-left: auto;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.admin-icon img {
  width: 40px;
  background-color: #FFF;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 0px;
  object-fit: scale-down;
}

.admin-icon span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFF500;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #fff;
}

.influ-search form {
  width: 100%;
  height: auto;
}

.influ-search form label {
  width: 100%;
  margin-bottom: 0 !important;
  display: inline-flex;
  background: #fff;
  align-items: center;
  border-radius: 5px;
  height: 40px;
  overflow: hidden;
}

.influ-search form label input {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
  border: none;
  color: #333;
  padding: 0px 10px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
}

.influ-search form label input::placeholder {
  color: #BDBDBD;
  line-height: 20px;
}

.influ-search form label button {
  width: 40px;
  height: 100%;
  border: none;
  background: none;
  padding: 10px;
  color: #000;
  outline: none;
  cursor: pointer;
  margin-left: auto;
}

.influ-btns {
  flex-basis: 100%;
}

.influ-btns ul {
  padding: 0;
  margin: 0;
  text-align: right;
}

.influ-btns ul li a {
  background: #fff;
  display: block;
  color: #000;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 14px;
}

.influ-btns ul li a i {
  color: #000;
  font-size: 14px;
}

.influ-btns form {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.influ-btn {
  color: #fff !important;
  font-weight: 500;
  border: none;
  padding: 10px 20px;
  font-size: 13px;
  outline: none;
  border-radius: 5px;
  background: #015682;
  display: flex;
  align-items: center;
  gap: 5px;
}

.influ-btn img {
  width: 21px;
  height: auto;
}

.influ-btn i {
  font-size: 20px;
  color: #171748;
  margin-right: 0;
  margin-left: 10px;
}

.influ-btn input {
  width: 70px;
  min-width: 70px;
  border: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  text-align: right;
  caret-color: transparent;
}

.influ-btn input::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

/*.influ-btn i {
font-size: 14px;
font-weight: 400;
margin-right: 10px;
}*/

/*.influ-btns form button i {
font-size: 15px;
color: #000;
margin-right: 0;
}
*/
.influ-btns form select {
  cursor: pointer;
  background: #fff;
  display: block;
  color: #000;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 13px;
  outline: none;
  border: none;
  margin-left: 10px;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  position: relative;*/
}

.quotes-list {
  width: max-content;
}

.influ-btns-label {
  position: relative;
  margin: 0;
  z-index: 1;
  margin-left: 0px;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  /*  text-transform: uppercase;*/
  align-items: center;
}

.influ-btns form label input[type=checkbox] {
  margin-right: 10px;
  accent-color: #171748;
}

.daterange-btn {
  width: auto;
  height: auto;
  background: #015682;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 4px 0px 4px 10px;
  gap: 5px;
  justify-content: space-between;
  position: relative;
}

.daterange-btn img {
  width: 18px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 8px;
}

.daterange-btn input[type="text"] {
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  color: #fff;
  border: none;
  border-radius: 20px;
  background-color: transparent;
  width: 100%;
  cursor: pointer
}

.daterange-btn input[type="text"]::placeholder {
  color: #fff;
}

.influ-btns form input[type=date]::-webkit-datetime-edit-text {
  -webkit-appearance: none;
  display: none;
}

.influ-btns form input[type=date]::-webkit-datetime-edit-month-field {
  -webkit-appearance: none;
  display: none;
}

.influ-btns form input[type=date]::-webkit-datetime-edit-day-field {
  -webkit-appearance: none;
  display: none;
}

.influ-btns form input[type=date]::-webkit-datetime-edit-year-field {
  -webkit-appearance: none;
  display: none;
}

.influ-btns form input[type="date"]::before {
  content: attr(placeholder);
  position: absolute;
  color: #000;
  right: 10px;
  top: 7px;
}

.influ-btns form input[type="date"] {
  color: #000;
  width: 110px;
  height: 100%;
}

.influ-btns form input[type="date"]:focus::before,
input[type="date"]:valid::before {
  content: attr(placeholder);
}

.influ-btns form input[type="date"]::-webkit-calendar-picker-indicator {
  color: #000;
  width: 200px;
  cursor: pointer;
  position: relative;
}

.influ-check-btn {
  flex-basis: 50% !important;
  margin-left: 10px;
}

.influ-check-btn form {
  width: 100%;
  display: flex;
  gap: 10px;
}

.influ-check-btn form label.check-box {
  padding: 14px 12px;
  background: #015682;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 5px;
}

.influ-check-btn form label.check-box input[type="checkbox"] {
  background: transparent;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 2px;
}

.influ-check-btn form label.check-box input[type="checkbox"]:checked {
  appearance: auto;
  accent-color: #ffffff;
}

.influ-table {
  width: 100%;
  height: auto;
}

.influ-table table {
  width: max-content;
  min-width: 100%;
  height: auto;
  text-align: left;
}

.table-responsive {
  overflow-x: auto;
  padding-bottom: 15px;
  border: 1px solid #D2D2D2;
}

.table-responsive::-webkit-scrollbar {
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #F2F2F2;
  /* color of the tracking area */
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #0077B5;
  border-radius: 0px;
  /* roundness of the scroll thumb */
}

.influ-table table tr:nth-child(1) {
  background: #F2F2F2;
}

.influ-table table tr:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.influ-table table tr th {
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  color: #343A40;
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}

.influ-table table tr th:last-child {
  border-right: none;
}

.influ-table table tr td {
  border-right: 1px solid #DADADA;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding: 10px;
  vertical-align: middle;
}

.influ-table table tr td.profile-picture img {
  width: 70px;
  height: auto;
}

.influ-table table tr td form {
  width: 100%;
  height: auto;
}

.influ-table-btn {
  padding: 8px 25px;
  background: #197E00;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  border: none;
}

.influ-table table tr td:last-child {
  border-right: none;
}

.influ-table table tr:nth-child(odd) td {
  background: #F2F2F2;
}

.influ-table table tr td a {
  display: inline-block;
  margin: 0 0px;
}

.influ-table table tr td a img {
  width: 17px;
  height: 17px;
}


.table-action {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.table-action input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 2px solid #0000008A;
  accent-color: #0078AE;
  cursor: pointer;
  appearance: none;
  border-radius: 2px;
}

.table-action input[type="checkbox"]:checked {
  accent-color: #0078AE;
  appearance: auto;
}

.heading-action input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 2px solid #0000008A;
  accent-color: #0078AE;
  cursor: pointer;
  appearance: none;
  border-radius: 2px;
}

.heading-action input[type="checkbox"]:checked {
  accent-color: #0078AE;
  appearance: auto;
}

th.heading-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.pdf-icn a img {
  width: 20px !important;
  margin: 0 5px;
}

.influ-table p {
  font-size: 13px;
  color: #1D46DB;
  font-weight: 500;
  text-align: right;
  margin: 0;
  position: absolute;
  right: 20px;
  top: auto;
}

.influ-pagi {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 35px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.influ-pagi ul {
  padding: 0px;
  margin: 0;
  display: inline-block;
}

.influ-pagi ul li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.influ-pagi ul li a {
  color: rgba(0, 0, 0, 0.80);
  font-size: 14px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.80);
  align-items: center;
  justify-content: center;
}

.influ-pagi ul li a:hover {
  color: #fff;
  background: #0078AE;
  border: 1px solid #0078AE;
}

.influ-pagi ul li.active a {
  color: #fff;
  background: #0078AE;
  border: 1px solid #0078AE;
}

.influ-pagi ul li:first-child a,
.influ-pagi ul li:last-child a {
  border: none;
  width: auto;
  height: auto;
}

.influ-pagi ul li:first-child a:hover,
.influ-pagi ul li:last-child a:hover {
  color: rgba(0, 0, 0, 0.80);
  background: transparent;
  border: none;
}


.influ-pagi-share-btn {
  position: absolute;
  right: 0;
}

.influ-pagi-share-btn a {
  background: #0078AE;
  padding: 8px 15px 8px 50px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0.32px;
}

.influ-pagi-share-btn a span {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #0078AE;
}

.influ-pagi-share-btn a img {
  width: 16px;
  height: auto;
}

/* NOTIFICATIONS-PAGE */
.notification-page {
  width: 100%;
  height: auto;
}

.notification-page ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notification-page ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 13px;
  background: #D4F0FF;
  border-radius: 5px;
}

.notification-page ul li:nth-child(even) {
  background: #F1F1F1;
}

.notification-page ul li p {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.notification-page ul li a {
  display: block;
  width: 18px;
  height: 18px;
}

.notification-page ul li a img {
  width: 100%;
  height: 100%;
}

/* NOTIFICATIONS-PAGE */

/* SURVEY-TEMPLATES-PAGE */
.survey-report-wrap {
  width: 100%;
}


.survey-report-wrap .tab-content {
  margin-top: 30px;
}


.survey-templates-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 5px;
  padding: 10px 10px;
  border: 1px solid #ECECEC;
}

.survey-templates-in {
  width: 32.6%;
  height: auto;
  background: #0077B5;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}

.survey-templates-in.completed {
  background: #333;
}

.survey-templates-in h1 {
  color: #FFF;
  font-size: 23px;
  font-weight: 500;
}

.survey-templates-in p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.survey-templates-in span {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}

.survey-templates-in span:last-child {
  margin-bottom: 0px;
}

.survey-report-wrap ul {
  border: 0;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
}

.survey-report-wrap ul li button.nav-link {
  background: #FFFFFF;
  border-radius: 0;
  border: 1px solid #015682;
  color: #015682;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 40px;
  margin-bottom: unset;
}

.survey-report-wrap ul li button.nav-link.active {
  background: linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%);
  color: #fff;
}

/* SURVEY-TEMPLATES-PAGE */

/* STUDENT-LISTENING-FORM-PAGE */

.student-listening-form-wrap {
  width: 100%;
  height: auto;
}

.student-listening-heading {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #0077B5;
}

.student-listening-heading-in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.student-listening-heading a {
  display: block;
  width: 80px;
}

.student-listening-heading a img {
  width: 100%;
  height: 100%;
}

.student-listening-heading p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.student-listening-form-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 50px 0;
}

.student-listening-form-inner h1 {
  color: #0078AE;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.student-listening-form-inner h2 {
  color: #0078AE;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.student-listening-form-inner h2 {
  color: #0078AE;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.student-listening-form-inner h2 a {
  width: 35px;
  height: auto;
}

.student-listening-form-inner h2 a img {
  width: 100%;
  height: 100%;
}

.student-listening-form-inner-list {
  width: 100%;
  margin-top: 30px;
}

.student-listening-form-inner-list p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.40px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.student-listening-form-inner-list ul {
  padding: 0px 0px 0px 5px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}

.student-listening-form-inner-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.student-listening-form-inner-list ul li div {
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #0077B5;
}

.student-listening-form-inner-list ul li.active div {
  background: #0077B5;
}

.student-listening-form-inner-list ul li.active {
  font-weight: 600;
}

/* STUDENT-LISTENING-FORM-PAGE */

/* SHARE-SURVEY-FORMS-PAGE */

.share-survey-forms {
  width: 100%;
  height: 81vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.share-survey-forms-inner {
  width: 30%;
  height: auto;
  background: #0077b5;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 10px;
}

.share-survey-forms-inner a {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
}

.share-survey-forms-inner a img {
  width: 100%;
  height: 100%;
}

.share-survey-forms-inner-img {
  width: 50px;
  height: auto;
  margin-bottom: 5px;
}

.share-survey-forms-inner-img img {
  width: 100%;
  height: 100%;
}

.share-survey-forms-inner h1 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.share-survey-forms-inner button {
  display: flex;
  align-items: center;
  padding: 8px 60px;
  border: none;
  text-align: center;
  border-radius: 4px;
  background: #015682;
  color: #fff;
  position: relative;
}

.share-survey-forms-inner button img {
  position: absolute;
  right: 8px;
  top: 11px;
  width: 20px;
  height: auto;
}

input.share-survey-date {
  background: url(../images/share-survey-forms/date.svg);
  background-size: 18px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* SHARE-SURVEY-FORMS-PAGE */

/* PRIVACY-POLICY-PAGE */



.privacy-page-btn {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.privacy-page-btn a {
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #015682;
  border-radius: 5px;
  gap: 10px;
  color: #0078AE;
  font-size: 15px;
  font-weight: 500;
}

.privacy-page-btn a.active {
  background: #015682;
  border: 2px solid #015682;
  color: #fff;
}

.privacy-page-inner {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.privacy-page-inner h1 {
  color: #0078AE;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.privacy-page-inner p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

/* PRIVACY-POLICY-PAGE */

/* SURVEY-CHANGE-REQUEST-PAGE */

a.survey-change-edit {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
}

a.survey-change-edit img {
  width: 100%;
  height: 100%;
}

/* SURVEY-CHANGE-REQUEST-PAGE */

/* ADD-QUESTIONS-SURVEY-FORM */



.add-question-wrap {
  width: 100%;
  height: auto;
  display: flex;
}

.add-question-left {
  width: 28%;
  height: auto;
  padding: 15px 10px;
  border-right: 1px solid #DEDEDE;
}

.add-question-left ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.add-question-left ul li {
  list-style: none;
}

.add-question-left ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #0078AE;
  padding: 10px 15px;
  border-radius: 5px;
  color: #0078AE;
  font-size: 16px;
  font-weight: 500;
}

.add-question-right {
  width: 72%;
  height: 85vh;
  padding: 15px 10px 15px 20px;
  overflow-x: hidden;
}

.add-question-right::-webkit-scrollbar {
  width: 10px;
  height: 150px;
}

.add-question-right::-webkit-scrollbar-track {
  background: #F2F2F2;
}

.add-question-right::-webkit-scrollbar-thumb {
  background-color: #0077B5;
  border: 1px solid #F2F2F2;
  border-radius: 0px;
}

.add-question-right h1 {
  color: #0077B5;
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
  border: 1px solid #DDD;
  border-radius: 5px;
  margin-bottom: 10px;
}

.add-question-right form {
  width: 100%;
  height: auto;
}

.form-question input[type="text"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
}

.form-question {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  position: relative;
}

.form-question button {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 15px;
  height: 15px;
  background: none;
  outline: none;
  border: none;
}

.form-question button img {
  width: 100%;
  height: 100%;
}

.form-answer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  gap: 15px 30px;
  align-items: center;
  padding: 0px 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.form-answer label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.form-answer label input[type="radio"] {
  width: 10px;
  height: 10px;
  appearance: none;
  background: #fff;
  outline: 1px solid #0077B5;
  outline-offset: 2px;
  border-radius: 50%;
}

.form-answer label input[type="radio"]:checked {
  background: #0077B5;
  outline: 1px solid #0077B5;
}

.form-answer label button {
  color: #EB5757;
  background: none;
  border: none;
  position: absolute;
  right: -14px;
  top: 2px;
  font-size: 14px;
}

.add-question-form-btn {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.add-question-form-btn input[type="button"] {
  background: #0078AE;
  border: none;
  outline: none;
  padding: 8px 50px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
}

.form-save-popup.forgot-password .modal-body {
  padding: 2rem 2.5rem;
}

.form-save-popup .forgot-password-in form {
  gap: 20px;
}

.form-save-popup-btn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.form-save-popup-btn button {
  width: fit-content;
  height: auto;
  padding: 10px 35px;
  border: 1px solid #DDDDDD;
  border-radius: 24px;
  background: linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-save-popup-btn button img {
  width: 18px;
  height: auto;
  margin: 0;
}

.form-save-popup-btn button:first-child {
  background: #333;
}

#edit.form-save-popup .forgot-password-in form input[type="text"]::placeholder {
  color: #828282;
}

/* ADD-QUESTIONS-SURVEY-FORM */

/* SURVEY-RESULTS */

.survey-templates-in-view-btn {
  width: 100%;
  height: auto;
}

.survey-templates-in-view-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.survey-templates-in-view-btn a img {
  width: 20px;
  height: auto;
  filter: brightness(10);
}

/* SURVEY-RESULTS */

/* SURVEY-RESULTS-DETAILS */

.survey-detail-wrap {
  width: 100%;
  height: auto;
}

.survey-detail-top {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 0px 0px 0px 20px;
}

.survey-detail-top p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #0078AE;
  font-size: 20px;
  font-weight: 600;
}

.survey-detail-top p a {
  font-size: 18px;
  font-weight: 600;
  color: #0078AE;
}

.survey-detail-tabs {
  width: 100%;
  height: auto;
  padding: 0 20px;
}

.survey-detail-tabs li button {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: left;
  gap: 20px;
  align-items: center;
  padding: 15px 30px;
  background: #0078AE !important;
}

.survey-detail-tabs li button.active {
  background: #054663 !important;
}

.survey-detail-tabs li button:hover {
  background: #054663 !important;
}

.survey-detail-tabs li button img {
  width: 50px !important;
  height: 50px;
  object-fit: contain;
}

.survey-detail-tabs li button p {
  margin: 0;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.survey-detail-tabs li button p span {
  color: #A0E2FF;
  font-size: 14px;
  font-weight: 400;
}

#survey-slider .owl-nav button {
  width: auto;
  height: auto;
  background: transparent !important;
  box-shadow: none;
  color: #000000 !important;
  position: absolute;
  top: 35%;
  left: -15px;
  right: inherit;
  z-index: 0;
  border: none !important;
  outline: none;
  border-radius: 5px;
}

#survey-slider .owl-nav button:last-child {
  right: -15px;
  left: inherit;
}

#survey-slider .owl-nav button i {
  font-size: 22px;
  text-align: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  height: 100%;
  color: #8F8F8F;
  place-items: flex-end;
  align-items: center;
}

.survey-detail-wrap #pills-tabContent {
  margin-top: 20px;
}

.influ-select {
  width: 250px;
  height: 40px;
  margin-left: 20px;
}

.influ-select select {
  width: 100%;
  height: 100%;
  color: #BDBDBD;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  outline: none;
  border: none;
  cursor: pointer;
  appearance: none;
  padding: 0 10px;
  background: url(../images/dropdown.svg);
  background-position: center right 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #fff;
}

.influ-select select option {
  color: #000;
}

/* SURVEY-RESULTS-DETAILS */

/* UPLOAD-CSV */

.upload-wrap {
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.upload-image {
  width: 250px;
  height: auto;
  margin: auto;
}

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

.upload-btn {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  gap: 15px;
}

.upload-btn a {
  background: #015682;
  padding: 10px 25px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
}

.upload-inner {
  width: 90%;
  height: auto;
  margin: auto;
}

.upload-inner p {
  color: #0078AE;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.upload-inner ul {
  padding: 0;
  margin: 0;
  list-style: inside;
}

.upload-inner ul li {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}


/* UPLOAD-CSV */






.report-wrap {
  width: 100%;
  height: auto;
}

.report-wrap h1 {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.report-in {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.report-in h2 {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  width: 32%;
  border-radius: 8px;
  background: #0077B5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  padding: 30px 0;
  margin: 0;
}

.report-wrap p {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
}

.report-wrap h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.report-wrap ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.report-wrap ul li {
  list-style: none;
  width: auto;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.report-wrap ul li span {
  width: 100px;
  height: 100px;
  display: flex;
  background: #2F5496;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 5px;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
}

.report-wrap ul li:nth-child(even) span {
  background: #FBC400;
}

.report-btn {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 60px 0 30px 0;
}

.report-btn a {
  border-radius: 6px;
  background: linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 50px;
}

/* Rahul (07-08-2025) */
.report_date {
  margin-bottom: 20px;
}

.report_date span{
  /* background-color: rgba(8, 60, 233, 0.29); */
  color: red;
}

/* -- New css for surver report popup */
.survey-templates-in .survey-template-edit a {
  position: absolute;
  right: 14px;
  top: 12px;
}

.reuqest-survey-form-btn {
  width: 80%;
  display: flex;
  gap: 12px;
  margin: auto;
  margin-top: 5px;
}

.reuqest-survey-form-btn input {
  border-radius: 30px;
  font-size: 16px;
  width: 100%;
  padding: 11px 0;
  background: var(--CSM-Button, linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%));
  border: none;
  color: #FFF;
  text-align: center;
  font-weight: 400;
}

.reuqest-survey-form-btn input:last-child {
  background: #3A3A3A;
}

/* -- New css for surver report popup */

/* ---- New css for add question and answer ----- */
#add-survey-quest .modal-dialog,
#view-survey-quest .modal-dialog {
  max-width: 687px;
  margin-right: auto;
  margin-left: auto;
}

#add-survey-quest .forgot-password-in form input[type="text"],
#view-survey-quest .forgot-password-in form input[type="text"] {
  width: 100%;
  height: auto;
  padding: 10px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: #828282;
  font-size: 16px;
  font-weight: 400;
}

#add-survey-quest .forgot-password-in form,
#view-survey-quest .forgot-password-in form {
  margin-top: 25px;
}

#add-survey-quest .forgot-password-in form select,
#view-survey-quest .forgot-password-in form select {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  border-radius: 5px;
  color: #828282;
  font-weight: 400;
  outline: none;
}

#add-survey-quest .radio-ans label button,
#view-survey-quest .radio-ans label button {
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  color: #fff;
  position: absolute;
  top: auto;
  right: 0;
  border-radius: 50%;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
}

#add-survey-quest .radio-ans,
#view-survey-quest .radio-ans {
  width: 100%;
  height: auto;
  display: flex;
  gap: 10px;
  border: 1px solid #DDDDDD;
  padding: 10px;
  border-radius: 5px;
  flex-wrap: wrap;
}

#add-survey-quest .radio-ans label input[type="text"],
#view-survey-quest .radio-ans label input[type="text"] {
  width: 95% !important;
  color: #000 !important;
}

#add-survey-quest .radio-ans label,
#view-survey-quest .radio-ans label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}

#add-survey-quest .radio-ans label button,
#view-survey-quest .radio-ans label button {
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  color: #fff;
  position: absolute;
  top: auto;
  right: 0;
  border-radius: 50%;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
}

#add-survey-quest .radio-ans label button.active,
#view-survey-quest .radio-ans label button.active {
  background: green;
}

#add-survey-quest .radio-ans label button i,
#view-survey-quest .radio-ans label button i {
  font-size: 12px;
}

#add-survey-quest .forgot-password-in form input[type="submit"],
#view-survey-quest .forgot-password-in form input[type="submit"] {
  width: fit-content;
  height: auto;
  padding: 10px 50px;
  border: 1px solid #DDDDDD;
  border-radius: 24px;
  background: linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: auto;
}

#add-survey-quest .forgot-password-in label textarea,
#view-survey-quest .forgot-password-in label textarea {
  width: 100%;
  height: auto;
  padding: 10px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: #828282;
  font-size: 16px;
  resize: none;
  font-weight: 400;
}




/* -------- ADD FORM CSS ------- */
/* ---- New css for add question and answer ----- */