/* @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
@font-face {
  font-family: OpenSansRegular;
  src: url(./OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSansSemiBold;
  src: url(./OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: OpenSansBold;
  src: url(./OpenSans-Bold.ttf);
}

:root {
  --darkGray: #525252;
  --blue: #4e72e6;
  --purple: #805ae8;
  --green: #029f0e;
  --red: #d42b2b;
  --lighBg: #f5f5ff;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: openSansRegular;
}
h1 {
  font-family: openSansBold;
  font-size: 34px;
  line-height: 46px;
  margin: 0;
}
h2 {
  font-family: openSansBold;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
h3 {
  font-family: openSansSemiBold;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
h4 {
  font-family: openSansBold;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
h5 {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  font-family: openSansSemiBold;
}
h6 {
  font-size: 12px;
  line-height: 17px;
  font-family: openSansSemiBold;
}
p {
  font-size: 15px;
  line-height: 20px;
  color: var(--darkGray);
}
a {
  text-decoration: none;
  color: var(--blue);
}
a:hover {
  color: inherit;
}
ul,
li {
  list-style: none;
}

.myBtn {
  width: 328px;
  height: 56px;
  font-size: 16px;
  border-radius: 6px;
  background: linear-gradient(var(--blue), var(--purple));
  color: #fff;
  display: inline-block;
  text-align: center;
}
.myBtn:hover {
  opacity: 0.7;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--blue);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: red;
}
/* =================== sign-page-css ================= */
.wrapper {
  max-width: 1366px;
  min-width: 100%;
}
.sign-Main {
  max-height: 100vh;
  min-height: 100vh;
}

.sign-Left {
  width: 60%;

  max-height: 100vh;
  min-height: 100vh;
}
.sign-Left img {
  max-height: 100vh;
  min-height: 100vh;
  width: 100%;
}
.sign-Right {
  width: 37%;
  /*padding: 50px 50px 0px;*/
  padding: 20px 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

button {
  border: none;
}
.display-1 {
  font-size: 57px;
  line-height: 76px;
  color: var(--purple);
  font-family: OpenSansRegular;
}

.form-control:active,
.form-control:focus {
  box-shadow: none;
  border-color: #707070;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  top: 24px;
  left: 24px;
  font-size: 14px;
}
.has-search .form-control::placeholder {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}
.has-search .form-control {
  font-size: 14px;
  padding-left: 54px;
  width: 100%;
  height: 56px;
  background: var(--lighBg);
  border: none;
  border-radius: 6px;
}
.form-group.padlock .form-control-feedback {
  top: 20px !important;
}
.form-group.padlock {
  margin-bottom: 16.4px;
}
.rememberMeBox {
  padding-bottom: 50.6px;
}
.rememberMeBox label {
  font-size: 14px;
  line-height: 19px;
}
.form-check-input:focus {
  box-shadow: none;
}
.sign-btn button {
  font-family: OpenSansSemiBold;
}
h1.welcomeH1 {
}
.rightheader {
  margin-bottom: 50px;
}
.rightheader .display-1 {
  margin-bottom: 41px;
}

/* =================== sign-page-css end ================= */

/* =================== survey-page-css start ================= */

.tableContent {
  box-shadow: 0 0 5px #ccc;
  padding: 12px 50px 15px 50px;
  border-radius: 12px;
  background: #fff;
  overflow-x: scroll;
}
.tableContent .table {
  margin: 0;
  font-size: 14px;
  color: #343434;
  text-align: center;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: #f4f7fd;
  box-shadow: none;
  color: #343434;
}
.tableContent .table th {
  color: var(--blue);
  font-size: 16px;
  line-height: 22px;
  font-family: OpenSansSemiBold;
  padding: 0 0px 16px 20px;
}
.tableContent tr {
  height: 64px;
  border-radius: 8px;
  vertical-align: middle;
  max-height: 64px;
}
.tableContent .firstTd {
  border-radius: 8px 0 0 8px;
  text-align: left;
  padding-left: 10px !important;
}
.firstTh {
  text-align: left;
  min-width: 75px;
}
.tableContent .lastTd {
  border-radius: 0px 8px 8px 0px;
  padding-right: 20px !important;
}
.dltModal.modal-dialog .modal-header {
  padding: 8px 15px 0px;
  border-bottom: 0;
}
.tableContent .modal-header .btn-close {
  padding: 23px 23px 0 0;
  margin: 0;
  font-size: 12px;
  color: #343434;
  opacity: 1;
}
.dltModal.modal-dialog .modal-body {
  padding: 45px 60px 45px;
}
.dltModal.modal-dialog .modal-body h2 {
  padding: 0 0 5px 0;
}
.dltModal.modal-dialog .modal-body h2 img {
  margin: 12px 0 4px 0;
}
.dltModal.modal-dialog p {
  font-size: 16px;
  line-height: 17px;
  color: #707070;
  padding-bottom: 20px;
}
.modalDltBtn {
  border: none;
  width: 220px;
  height: 47px;
  font-size: 16px;
  font-family: OpenSansBold;
  border: 1px solid var(--blue);
  line-height: 47px !important;
}
.modalDltBtn:hover{
  color: #fff;
}
.modalCancelBtn {
  background: none;
  color: #6169e7;
  border: 1px solid #6169e7;
  margin-right: 10px;
  
}
.modalCancelBtn:hover{
  color: #6169e7;
  
}
.modalSaveBtn {
  margin-right: 0px !important;
}
.dltModal.modal-dialog {
  max-width: 580px;
}
.dltModal .modal-content {
  border: none;
  border-radius: 12px;
}
.dltModal .btn-close:focus {
  box-shadow: none;
}
.lastTd .edit {
  margin: 0 5px;
}
.lastTd .edit:hover {
  color: var(--blue);
}
a.dlt i {
  color: red;
}
a.dlt i:hover {
  color: red;
}
td h5.activeStatus {
  width: 93px;
  height: 33px;
  background: var(--green);
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 0px;
}
td h5.endedBtn {
  background: var(--red);
}
td button.viewStatus {
  width: 93px;
  height: 33px;
  background: #6169e7;
  border-radius: 8px;
  font-size: 14px;
}
td a.viewStatus {
  width: 93px;
  height: 33px;
  background: #6169e7;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 0px;
}
td a.viewStatus:hover {
  color: #fff;
}
.table > :not(caption) > * > * {
  padding-left: 39px;
  padding-right: 32px;
}
table#example tr th,
table#example tr td {
  padding: 18px 20px;
  text-align: center;
}
.pagination-sec nav {
  background: none;
  padding: 19px 0;
}
.pagination-sec .page-link {
  border: none;
  padding: 0;
  padding: 6px 7px;
}
.pagination-sec .page-item {
  margin: 0 6px;
  border: none;
}
.pagination-sec .page-item a {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  font-size: 12px;
  line-height: 10px;
  border-radius: 4px;
  color: var(--blue);
}
.page-item.active .page-link {
  background: #5663fe;
}
.page-link:focus {
  box-shadow: none;
}
svg.logoutSvg {
  width: 20px;
  height: auto;
  outline: none;
  box-shadow: none;
  border: none;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
svg.logoutSvg:focus,
svg.logoutSvg:active {
  outline: none;
  box-shadow: none;
  border: none;
}

/* =================== survey-page-css end ================= */

/* survey page 2 css start  */
.surveyMain {
  background: var(--lighBg);
  display: flex;
}
.surveyLeft {
  /* min-width: 56px; */
  /* max-width: 56px; */
  width: 200px;
}
.surveyLeftCl {
  /* min-width: auto; */
  width: 60px;
}
aside {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  min-height: 100vh;
  padding: 20px 12px 20px 12px;
  height: 100%;
  position: fixed;
  width: 200px;
  height: 100%;
  overflow-y: scroll;
  z-index: 99;
  transition: 0.2s all linear;
  border-right: 1px solid #e5e7eb;
  box-shadow: 4px 0 6px -1px rgba(0, 0, 0, 0.05);
}
.asideTglClass {
  width: 60px;
}
.asideCollapIcon {
  position: relative;
  font-size: 16px;
  border-radius: 8px;
  padding: 8px;
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 18px;
  color: #6366F1;
  background: #F0F2FF;
  box-shadow: 0 2px 4px rgba(99, 102, 241, 0.2);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asClIcon {
  /* Class no longer needed for positioning */
}
.asideCollapIcon:hover {
  color: #4F46E5;
  background: #E0E7FF;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  opacity: 0000.01;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: none;
}
aside div {
  margin-bottom: 4px;
}
aside div a {
  color: #374151;
  font-size: 14px;
  line-height: 19px;
  height: auto;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
}
aside div a span {
  display: inline;
}
aside div a i {
  width: 20px;
  text-align: center;
  color: #6b7280;
  font-size: 16px;
}
aside div a img {
  margin-top: 0;
  margin-right: 0;
  width: 20px;
  filter: brightness(0) saturate(100%) invert(42%) sepia(9%) saturate(412%) hue-rotate(182deg) brightness(95%) contrast(89%);
}
aside div a:hover {
  color: #6366F1;
  background: #F0F2FF;
}
aside div a:hover i {
  color: #6366F1;
}
aside div a:hover img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(76%) saturate(2175%) hue-rotate(225deg) brightness(97%) contrast(93%);
}
.activee {
  background: linear-gradient(135deg, #6366F1 0%, #a855f7 100%) !important;
  display: flex;
  padding: 12px 12px;
  color: #ffffff !important;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.3);
}
.activee i {
  color: #ffffff !important;
}
.activee img {
  filter: brightness(0) invert(1) !important;
}
.activeeCl {
  background: linear-gradient(135deg, #6366F1 0%, #a855f7 100%) !important;
}
.activee:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #4F46E5 0%, #9333ea 100%) !important;
}

a.logoText {
  color: #374151;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}
.whiteLogo {
  width: 130px;
  margin: 0 !important;
}
.logoMain {
  margin-bottom: 24px;
  padding: 0 4px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoClSideBar {
  color: #6366F1;
  display: none;
  margin: 0 auto;
}
.logoClSideBar i {
  font-size: 20px;
}
.surveyRight {
  width: calc(100% - 200px);
  padding: 0;
  min-height: 100vh;
}
.surveyRightCl {
  /* flex:1; */
  width: calc(100% - 60px);
  /* width: 100%; */

  /* padding: 41px 73px 50px 80px; */

}
.surveyRightHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 34px;
}
.headerRight {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.headerRight div {
  margin: 0 0 0 2px;
}
.headerRight div img {
  border: 1px solid var(--blue);
  border-radius: 50%;
  width: 40px;
  
}
.headUserImg i{
  font-size: 21px;
  margin: 0 10px;
  
}
.headerRight div i {
  color: var(--blue);
}
.headerRight h4 {
  font-family: OpenSansRegular;
}
.headerRight button {
  background: none;
}
.headerRight img {
  margin-right: 12.2px;
}
.surveyInputSec {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.surveyInputSec div {
  width: 25%;
}
.surveyInputSec .form-select {
  height: 39px;
  border: none;
  font-size: 12px;
  color: #343434;
  opacity: 0.7;
  min-width: 249px;
  background-image: url(../img/dropdownArrow.svg);
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: initial;
  max-width: 250px;
}
.surveyInputSec .form-select:focus {
  box-shadow: none;
}
.surveyInputSec label {
  font-size: 14px;
  color: #343434;
  line-height: 20px;
}
.addSurveyBtn .myBtn {
  width: 172px;
  height: 44px;
  font-size: 14px;
  font-family: OpenSansSemiBold;
  padding: 10px 0px;
}
.addSurveyBtn a:hover {
  color: #fff;
}
.surveyInputSec div {
  margin-right: 25px;
}

.addSurveyBtn {
  margin-right: 0 !important;
  text-align: end;
}
.dataTables_filter {
  display: none;
}
.page-link {
  padding: 5px 10px;
}
.page-item.active .page-link {
  background: var(--blue);
  border: 1px solid var(--blue);
}
.page-link {
  border: 1px solid var(--blue);
  font-size: 12px;
}
.searchBoxMain {
  justify-content: space-between;
  margin-bottom: 25px;
}
.searchBox .input-group-text {
  background: #6169e7;
  min-height: 38px;
  color: #fff;
  cursor: pointer;
}
.searchBox {
  width: 75% !important;
  margin: 0 !important;
}
.searchBox .input-group-append {
  width: 5% !important;
}
.searchBox div {
  margin: 0 !important;
}
.teacherBtnBox {
  width: 25% !important;
  padding: 0 !important;
}
.teacherBtnBox .file-input > [type="file"] {
  top: 5px !important;
  width: 60% !important;
  height: 50% !important;
  cursor: pointer;
}
.teacherBtnBox .file-input {
  padding-top: 0px !important;
  overflow: hidden;
  width: 100%;
}
.searchBoxMain span.label.uploadFiletext {
  max-width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hide;
}
.searchBox .form-control {
  border: none;
  box-shadow: 0 0 5px #f5f5f5;
}
.searchBox input::placeholder {
  font-size: 12px;
  color: lightgray;
}
.topnav .search-container {
  float: right;
}

.topnav input[type="text"] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}
.dataSurvInputRow {
  width: 100%;
}
.dataSurvInputRow form {
  width: 100%;
}
.dSInputRowOne {
  display: flex;
  width: 100% !important;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: end;
  margin-right: 0 !important;
}
.dSInputRowOne .form-select {
  max-width: 100%;
  width: 100%;
}
.dSInputRowOne div {
  margin: 0 !important;
}
.dSInputRowOne .form-control {
  border: none;
  box-shadow: none;
  padding-right: 60px;
  border: none;
  background: #fff;
  height: 39px !important;
}
.dSInputRowOne .input-group {
  width: 28%;
  display: flex;
  flex-direction: column;
}
.dSInputRowOne .form-control {
  width: 100%;
}
.dsInputSearchBtn {
  width: 11% !important;
  margin: 0 !important;
}
.dsInputSearchBtn button {
  width: 100%;
  height: 45px;
  font-size: 15px;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

form.webResultForm {
  margin-left: auto;
  width: 25% !important;
  display: flex;

  gap: 1%;
  align-items: center;
  padding-top: 25px;
}
.addSurveyBtn {
  width: 100% !important;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.addSurveyBtn .myBtn {
  max-width: 70px;
}
.AddBlogBtn {
  background: #6169e7;
  color: #fff;
  width: 156px;
  height: 40px;
  border-radius: 5px;
  box-shadow: 0 0 5px #6169e7;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.AddBlogBtn:hover {
  opacity: 0.8;
}
.schlCont {
  min-width: 210px !important;
}
.width125 {
  min-width: 125px !important;
}
.width140 {
  min-width: 140px !important;
}
.width170 {
  min-width: 170px !important;
}
.downIcon {
  font-size: 20px;
  color: #5663fe;
}

/* mutli search bar  */
.multiSelctRow {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px 40px;
  gap: 10%;
}
.multiSelctRow div .bootstrap-select {
  width: 100% !important;
}
.multiSelctRow label {
  font-size: 15px;
  color: #353858;
  font-weight: 600;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  /* color: #6c63e7; */
}
.multiSelectMain .bootstrap-select > .dropdown-toggle:after {
  display: none;
}
.multiSelctMain .bootstrap-select > .dropdown-toggle {
  background: none;
}
.multiSelectMain .form-select {
  background-image: none !important;
}
.adCorecBox {
  display: flex;
  align-items: flex-end;
}
.adCorecBox .addSurveyBtn {
  width: 100% !important;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  width: 220px;
}
div#bs-select-1 {
  overflow: hidden;
  min-width: 100%;
  padding: 0 5px;
}
div#bs-select-1 ul li {
  font-size: 13px;
}
div#bs-select-2 ul li {
  font-size: 13px;
}
.multiSelctRow button.btn.dropdown-toggle.btn-light {
  box-shadow: 0 0 7px #6169e7;
  color: #6169e7;
  font-size: 13px;
  min-height: 45px;
}
.multiSelctRow button.btn.dropdown-toggle.bs-placeholder.btn-light {
  background: #fff !important;
  color: #000 !important;
  border: none;
  box-shadow: 0 0 5px darkseagreen;
  outline: none;
}
.multiSelctRow button.btn.dropdown-toggle.bs-placeholder.btn-light.show {
  background: #fff !important;
  /* color: #4e72e6 !important; */
  border: none;
  box-shadow: 0 0 5px #5663fe;
  outline: none;
}
.multiSelctRow .bootstrap-select .dropdown-toggle:focus,
.multiSelctRow .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.multiSelctRow .dropdown.bootstrap-select.show-tick {
  width: 100% !important;
}
.mSlctTchrMain {
  display: flex;
}
.mSlctTchrMain .dropdown.bootstrap-select.show-tick.form-select.w-100 {
  width: 70%;
  flex: 1;
}
.mSlctTchrMain button.btn.dropdown-toggle.bs-placeholder.btn-light {
  background: none;
  border: none;
}
.mSlctTchrMain button.btn.dropdown-toggle.btn-light {
  background: none;
  border: none;
}
/* mutli search bar  end */

.surveyRight.adMngSclMain {
}
.adMngSclMain .addSurveyBtn.teacherBtnBox form {
  display: flex;
  align-items: baseline;
  width: 70%;
}
.adMngSclMain .addSurveyBtn.teacherBtnBox {
  max-width: 25% !important;
}
#adStudSurvBtnRow {
  max-width: 100% !important;
}
#adStudSurvBtnRow form {
  width: 12% !important;
}
#adStudSurvBtnRow .addStudModal form{
  width: 100% !important;
  flex-direction: column;
  row-gap: 5px;
}
 .addStudModal .myBtn {
    max-width: 100% !important;
}
.admGenrtMain {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.admGenrtMain form {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2px;
  width: 22%;
}
.admnGenrBtnRow {
  display: flex;
  width: 20%;
  justify-content: space-between;
  align-items: center;
}
.admnGenrBtnRow form {
  width: 100%;
}
.admnGenrBtnRow a.edit.btn.btn-primary {
  width: 78%;
}
.adMngSclMain .searchBox {
  width: 100% !important;
}
.adMngSclMain .searchBox .input-group-append {
  width: 4% !important;
}
.downloadBtnRow {
  /* display:flex; */
  column-gap: 30px;
  float: left;
}
.downloadBtnRow button {
  margin: 0 10px 0 0;
}
.admnSclExportRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adSexpExcelRow {
  display: flex;
  column-gap: 20px;
}
.studCreatModal .modal-body form {
  flex-direction: column;
  width: 100% !important;
  align-items: baseline;
}
.studCreatModal .modal-body form span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.studCreatModal .modal-body form .myBtn {
  max-width: 125px;
}
.studCreatModal .modal-body form .addSurveyBtn {
  text-align: start;
}
.studCreatModal .modal-dialog {
  max-width: 70%;
}
.studCreatModal .myBtn {
  width: 30%;
  height: 40px;
  font-size: 15px;
  margin: 20px 0px;
  float: right;
}
.studCreatModal p {
  margin: 0;
  padding: 0;
}
/* .studCreatModal p#successMessage1 {
  background: #43b043;
  padding: 8px !important;
  margin-bottom: 20px !important;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
}

.studCreatModal p#successMessage20 {
  background: #ff6b6b;
  padding: 8px !important;
  margin-bottom: 20px !important;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
} */

.successText{
  color: #43b043 !important;
}
.errorText{
  color: #ff6b6b !important;
}
.studCreatModal .table thead {
  background: #6169e7;
  color: #fff;
  text-align: center;
}
.studCreatModal .table tbody tr td {
  
  text-align: center;
}
.studCreatModal .table thead tr {
  border-bottom: 1px solid #fff;
}
.studCreatModal .table > :not(:first-child) {
  border: none;
}
.studCreatModal  .modal-body {
    /* padding: 31px 37px 44px; */
    padding:  25px 20px !important;
}

/* p#successMessage1.alert-success{
  padding: 20px;
} */

/* survey page 2 css end  */
.logoClSideBar {
  
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-left: 0px;
  margin-top: 25px;
}
/* ================ dltModal Two ================== */
.dltModalTwo {
  min-width: 620px;
}
.dltModalTwo .modal-content {
  /* height: 327px; */
  height: auto;
}
.dltModalTwo.modal-dialog .modal-body {
  /* padding: 31px 37px 44px; */
  padding: 31px 37px 28px;
}
.dltModalTwo.modal-dialog .modal-body h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: -35px;
}
.createLinkBtn {
  width: 220px;
  font-size: 14px;
  border-radius: 10px;
  font-family: OpenSansbold;
}

.input_copy_wrapper {
  min-width: 547px;
  margin: 0 auto;
  border-radius: 8px;
}
.input_copy {
  position: relative;
}
.input_copy input {
  padding: 10px 45.3px 10px 25px;
  background: #f4f7fd;
  border: none;
  color: #000;

  border-radius: 8px;
  font-size: 14px;
  min-height: 64px;
  margin-bottom: 32px;
}
.input_copy input:focus,
.input_copy input:active {
  background: #f4f7fd;
}
button.icon.right {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: end;
  background: var(--lighBg);
}

button.icon.right i {
  color: var(--blue);
}

/* ================ dltModal Two end ================== */

/* ================ survey detail css start ================== */
.endingText {
  display: flex;
  justify-content: end;
  margin-bottom: 23px;
}
.endingText h5 {
  font-size: 15px;
  line-height: 20px;
  color: #6169e7;
  background: #f5f5ff;
  border-radius: 4px;
  width: 150px;
  height: 34px;
  padding: 6px 18px;
  font-family: OpenSansRegular;
}
.surveyDetailMain {
  padding: 29px 26px 0px 49px;
}
.nameContent h2 {
  color: #6169e7;
  margin-bottom: 3px;
}
.nameContent p {
  margin-bottom: 40px;
}
.radioMain h5 span {
  color: #6169e7;
  margin-right: 13px;
  font-family: OpenSansBold;
}

/* radio  */

.custom-radio-wrap {
  padding: 6px 20px 35.9px;
  padding-left: 0;
}

.custom-radio-wrap form .form-group {
  margin-bottom: 10px;
}

.custom-radio-wrap form .form-group:last-child {
  margin-bottom: 0;
}

.custom-radio-wrap form .form-group label {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #6169e7;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.custom-radio-wrap form .form-group .label-text {
  vertical-align: middle;
  cursor: pointer;
  padding-left: 10px;
  margin-left: 3.5px;
  font-size: 14px;
  color: #000;
}

.custom-radio-wrap form .form-group input {
  display: none;
  cursor: pointer;
}

.custom-radio-wrap form .form-group input:checked + label {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #6169e7;
}

.custom-radio-wrap form .form-group input:checked ~ .label-text {
  /* color: #6169e7; */
}

.custom-radio-wrap form .form-group input:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #6169e7;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: none;
  font-size: 32px;
}
.radioMain .form-check {
  padding: 0;
}
.radioMain .form-group {
  margin-right: 74px;
}
.questionSecond {
  margin-top: -20px;
}
.surveyDetailBtnSec button {
  margin-right: 35px;
}

/* radio  end*/
/* ================ survey detail css end ================== */

/* ================== add survey start ==================  */
.addSurveyMain {
  padding-right: 47px;
}
.addSurveyH2 {
  font-size: 20px;
  margin-bottom: 24.3px;
}
.addSurveyInput label {
  font-size: 14px;
  line-height: 19px;
  font-family: OpenSansSemiBold;
  margin-bottom: 12.5px;
}
.addSurveyInput input {
  min-height: 56px;
  padding: 16px 32px;
  background: var(--lighBg);
  border: none;
  border-radius: 6px;
  font-size: 14px;
}
.addSurveyInput input::placeholder {
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
}
.addSurveyInput input:focus {
  background: var(--lighBg);
}
.addSurveyInput textarea {
  min-height: 104px;
  padding: 16px 32px;
  background: var(--lighBg);
  border: none;
  border-radius: 6px;
  font-size: 14px;
}
.addSurveyInput textarea::placeholder {
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
}
.addSurveyInput textarea:focus {
  background: var(--lighBg);
}

.firstInput {
  margin-right: 28px;
  width: 50%;
}
.secInput {
  width: 50%;
}
.surveyQuestSec {
  display: flex;
  justify-content: center;
  margin: 35px 0px 25px;
  align-items: center;
}
.surveyQuestSec a {
  font-size: 14px;
  color: #000;
}
.surveyQuestSec a img {
  margin: -5px 6px 0 0px;
}
.quesModal.modal-dialog {
  max-width: 858px;
}
.quesModal.modal-dialog .modal-body {
  padding: 37px 70.8px 20px 54px;
}
.quesModal .modal-body h2 {
  margin-bottom: 48px;
}
.typeSubSec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0px 0px;
}
.typeSubSec div {
}
.typeSubLeft {
  margin: 0;
  padding: 0;
}
.typeSubRight .form-select {
  width: 100%;
  min-width: 149px;
  max-height: 35px;
  border: 1px solid #6c63e7;
  font-size: 14px;
  background-image: url(../img/dropdown-blue.svg);
  color: rgb(0 0 0 / 60%);
}
.typeSubRight .form-select:focus {
  box-shadow: none;
}

.typeSubLeft form .form-group .label-text {
  opacity: 0.7;
}

.quesAddCanSec {
  margin: 47px 0 16px 0px;
}
.questionDetail {
  display: flex;
  gap: 1%;
  padding: 25px 0px 10px;
}
.contentSr {
  width: 5%;
  /* background: lightgrey; */
}
.contentText {
  width: 88%;
  /* background: lightpink; */
}
.contentClose {
  width: 5%;
  /* background: lightskyblue; */
}
.contentSr h5 {
  font-size: 14px;
  line-height: 19px;
  color: #6169e7;
  font-family: OpenSansBold;
  text-align: center;
}
.contentText h5 {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  font-family: OpenSansSemiBold;
  text-align: left;
}
.contentClose button {
  background: none;
  font-size: 20px;
  color: #d42b2b;
  width: 50px;
}
.contentClose button i {
  vertical-align: super;
}
.selectSec {
  width: 7%;
  text-align: end;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: linear-gradient(var(--blue), var(--purple));
  border: none;
  max-height: 40px;
}
.nav-pills .nav-link {
  color: #6169e7;
  background: none;
  border: 1px solid #6169e7;
  max-height: 38px;
  font-size: 14px;
}
ul#pills-tab {
  display: flex;
  justify-content: center;
}
/* ================= add survey end ==================  */

/* ================= edit survey start ==================  */

h2.createH2 {
  font-size: 20px;
  color: #000;
}
.inputCalander {
  position: absolute;
  color: #6169e7;
  top: 55px;
  right: 32px;
}
.inputCalanderTwo {
  position: absolute;
  color: #6169e7;
  top: 55px;
  right: 32px;
}
.editSecRadioMain {
  margin-top: 31.1px;
}
.editSurveyMain {
  padding: 34px 49px 5px;
}
.questionContent h5 {
  width: 89%;
}
.qContentRight {
  width: 11%;
  text-align: end;
}
.qContentRight a:hover {
  color: #6169e7;
}
/* ================= edit survey end ==================  */

/* ================= participant css start ==================  */

.notesModal.modal-dialog {
  max-width: 492px;
  min-width: 492px;
}
.notesModal.modal-dialog .modal-body {
  padding: 0px 41px 44px;
}
.notesModal.modal-dialog .modal-header {
  padding: 5px 10px 0px;
}
.listModalContent {
  margin-bottom: 16px;
}
.notesModal .modal-content {
  height: auto;
}
.notesModal .modal-header .btn-close {
  position: relative;
  top: 7px;
}
.lmContentLeft h5 {
  font-family: OpenSansRegular;
  color: #000;
}
.lmContentLeft h5 span {
  color: #6169e7;
  margin-right: 12px;
  font-family: OpenSansBold;
}
.lmContentRight h6 a {
  border: 1px solid #4e72e6;
  color: #6169e7;
  border-radius: 6px;
  padding: 7px 17px;
}
.participantDetail {
  background: var(--lighBg);
  padding: 17px 28px;
  border-radius: 6px;
  min-height: 81px;
  margin-bottom: 37.5px;
  margin-top: 15px;
}
.pdHeader {
  width: 18.4%;
  text-align: center;
}
.pdHeader h4 {
  font-family: OpensansSemiBold;
}
.participantName {
  color: #6169e7;
  font-family: OpenSansRegular !important;
}

/* ================= participant css end ==================  */

/* ================= reports css start ==================  */
.downloadBtn {
  background: none;
}
.downloadBtn i {
  color: #6169e7;
}
.partInputSec div {
  width: 33.33%;
  margin-right: 39.9px;
}
.partInputSec .form-select {
  min-width: 100%;
}
.participantStatus {
  margin-right: 0 !important;
}
td.subjectTd {
  min-width: 125px;
}
.schoolTd {
  min-width: 200px;
}
.blogDesc {
  min-width: 230px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  height: 35px;
  overflow-y: hidden;
}
.menuIcon {
  display: none;
}
.closeIcon {
  display: none;
}
/* ================= reports css end ==================  */

/* =================== viewreport graph section ====================  */
.graphContainer {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 2px lightgray;
  padding: 36px 35px 0px;
  margin-bottom: 28px;
}
.firstGraphContent {
  border-bottom: 1px solid rgb(112 112 112 / 40%);
  padding: 0px 0px 10px;
  margin-bottom: 15px;
}
.fGCLeft h3 {
  font-family: OpenSansBold;
  color: #000;
}

.fGCRight a {
  color: #000;
  opacity: 0.5;
  font-family: OpenSansBold;
  margin-left: 35px;
}
.fGCRight a:hover {
  color: #6169e7;
  opacity: 1;
}
.overExpText {
  font-family: OpenSansBold;
  margin-bottom: 31px;
}
text.highcharts-credits {
  display: none;
}
.graphSecondRight,
.graphSecondLeft {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 2px lightgray;
  padding: 36px 25px 0px;
  width: 49%;
}

.graphSecondRow h3 {
  color: #000;
  margin-bottom: 30.5px;
}
.graphSecondRow h1.display-1 {
  font-size: 53px;
  color: #6169e7;
  text-align: center;
  font-family: OpenSansSemiBold;
  margin-bottom: 0.5px;
}
path.highcharts-plot-band {
  display: none;
}
g.highcharts-no-tooltip.highcharts-button.highcharts-contextbutton.highcharts-button-normal {
  display: none;
}
rect.highcharts-button-box {
  display: none;
}
path.highcharts-button-symbol {
  display: none;
}

/* donut chart  */
.donut-chart {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem;
  border-radius: 100%;
}
p.center {
  background: #fff;
  position: absolute;
  text-align: center;
  font-size: 28px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 50%;
  line-height: 35px;
  padding: 15% 0 0;
}

.portion-block {
  border-radius: 50%;
  /* clip: rect(0px, 200px, 200px, 100px); */
  height: 100%;
  position: absolute;
  width: 100%;
}
.circle {
  border-radius: 50%;
  clip: rect(0px, 100px, 200px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: monospace;
  font-size: 1.5rem;
}

#part1 {
  transform: rotate(0deg);
}

#part1 .circle {
  background-color: #ff7a81;
  /*transform: rotate(76deg);*/
  animation: first 1s 1 forwards;
}

#part2 {
  transform: rotate(100deg);
}
#part2 .circle {
  background-color: #6169e7;
  animation: second 1s 1 forwards 1s;
}
#part3 {
  transform: rotate(250deg);
}
#part3 .circle {
  background-color: #ebeef0;
  animation: third 0.5s 1 forwards 2s;
}

/* Animation */
@keyframes first {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(100deg);
  }
}

@keyframes second {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(150deg);
  }
}

@keyframes third {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(111deg);
  }
}
#forGraphContainer div#highcharts {
  position: relative;
  overflow: hidden;
  width: 490px;
  height: 345px;
  text-align: left;
  line-height: normal;
  z-index: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  touch-action: manipulation;
  outline: none;
}
div#forGraphContainer {
  max-height: 355px;
  margin-top: -30px;
}
.donut-chart-block.block {
  margin-top: 90px;
}
/* donut chart end  */

/* =================== viewreport graph section end====================  */

/* ======== userbefore & after login css start ======== */

.userBefore-LogIn {
  background: linear-gradient(var(--blue), var(--purple));
  padding: 66px 0px;
  max-height: 100%;
}
.userBefore-LogIn .sign-Right {
  padding: 40px 50px 35px;
  margin: 0 auto;
  background: #fff;
  max-width: 504px;
  border-radius: 16px;
}
.userBefore-LogIn .rightheader .display-1 {
  margin-bottom: 20px;
}
.userBefore-LogIn .rightheader {
  margin-bottom: 25px;
}
.userBefore-LogIn .rememberMeBox {
  padding-bottom: 35.6px;
}

p.termsUseP {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.acceptData .sign-Right {
  padding: 40px 60px 35px;
  margin: 0 auto;
  background: #fff;
  max-width: 504px;
  border-radius: 16px;
}
.acceptData .rightheader {
  margin-bottom: 10px;
}
.cencel-btn .myBtn {
  background: none;
  border: 2px solid #6169e7;
  color: #6169e7;
  margin-top: 15px;
}
.userAfterLogIn {
  background-image: url(../img/afterLoginBg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.userAfterLogIn .has-search .form-control-feedback {
  top: 20px;
}
.userAfterLogIn .sign-btn {
  margin: 36px 0px 5px;
}
.afterlogInSurvey {
  width: 100%;
  background-image: url(../img/afterLoginBg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.submitBtn {
  width: 328px;
}
.afterlogInSurvey .nameContent h2 {
  font-family: OpenSansSemiBold;
}
.afterlogInSurvey .surveyDetailMain {
  padding: 29px 26px 25px 49px !important;
}
.afterlogInSurvey .modalDltBtn {
  font-family: OpenSansSemiBold;
}
.afterlogInSurvey {
  padding: 100px 50px;
}
.complCloseIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: none;
}
h2.welcomeH2 {
  font-size: 26px;
  line-height: 36px;
  margin-top: 30px;
}
.pointsSec {
  background: var(--lighBg);
  height: 49px;
  color: #6169e7;
  padding: 14px 40px;
  border-radius: 6px;
}
img.compHeaderImg {
  max-width: 100%;
}

/* ======== userbefore & after login css end ======== */

/* =================== home page css start ========== */
.navMain {
  padding: 32px 80px 40px;
  background-image: url(../img/homeNavBg.svg);
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: right top;
  /* height: 689px; */
}
.aboutUsMain {
  background: var(--lighBg);
  background-image: url(../img/aboutBg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar {
  padding: 0;
  margin: 0;
  margin-bottom: 55px;
}
.navbar .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
img.beforeLogo {
  margin-right: 26px;
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
li.nav-item {
  font-size: 16px;
  line-height: 22px;
  margin-left: 55px;
}
li.nav-item .homeLogin {
  width: 108px;
  height: 38px;
  background: #fff;
  border: none;
  border-radius: 6px;
  color: #6169e7;
  font-family: OpenSansSemiBold;
  display: inline-block;
  text-align: center;
  padding: 8px 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
a.nav-link.active::after {
  content: "";
  border-bottom: 2px solid #fff;
  display: block;
  width: 29px;
  margin: 9px auto;
}
.navMainContentLeft {
  width: 60%;
  margin-top: 89px;
}

.navMainContentRight {
  width: 40%;
}

.navMainContentRight img {
  max-width: clamp(260px, 100%, 485px);
}
h4.navContentH4 {
  color: #6169e7;
}
h1.navContentH4 {
  font-size: 40px;
  line-height: 55px;
}
p.navContentP {
  font-size: 14px;
  line-height: 25px;
  padding-right: 75px;
  margin: 16px 0px 32px;
}
.signUpBtn {
  background: linear-gradient(var(--blue), var(--purple));
  width: 186px;
  height: 54px;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  font-family: OpenSansBold;
  display: inline-block;
  text-align: center;
  padding: 15px 0px;
}
.signUpBtn:hover {
  color: #fff;
}
.signUpBtn i {
  margin-left: 12px;
}
.forWhiteBg {
  min-height: 172px;
  background: #fff;
  /* padding: 30px 0px; */
  margin-bottom: 105px;
}
.slickMain {
  padding: 0 80.4px;
  background-image: url(../img/sliderBg.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.slideOne.slick-slide.slick-current.slick-active {
  background: var(--lighBg);
  color: #6169e7;
}
.slideOne.slick-slide.slick-current.slick-active p {
  color: #6169e7;
  margin-top: 10px;
}
.slideOne {
  min-width: 305px;
  padding: 44px 51px 44px 47px;
}
.slick-list {
}
.slick-slider {
  max-width: 992px;
}
.slideOne.slideTwo.slick-slide {
  color: #fff;
  padding-top: 55px;
}
.slideOne.slideTwo.slick-slide p {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  line-height: 18px;
}
.slideOne.slideTwo.slick-slide h2 {
  font-size: 19px;
  line-height: 26px;
}
.slick-prev {
  right: -130px;
  left: auto;
  z-index: 11111;
  top: 90px;
}
.slick-next {
  right: -190px;
  top: 90px;
}
.slick-prev:before {
  content: "";
  background-image: url(../img/leftArrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 38px;
  width: 38px;
}
.slick-next:before {
  content: "";
  background-image: url(../img/rightArrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 38px;
  width: 38px;
}
.ourMissionSec {
  padding: 0 80px;
  display: flex;
  margin-bottom: 124.3px;
}
.ourMissionLeft {
  width: 50%;
}
.ourMissionRight {
  width: 50%;
}
.ourMissionLeft h1 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 2px;
}
.ourMissionLeft p {
  font-size: 14px;
  line-height: 25px;
  opacity: 0.62;
  padding-right: 50px;
  margin-bottom: 40px;
}
.howWorkSec {
  padding: 0 80px;
}
.howWorkHeader {
  text-align: center;
  margin-bottom: 104.7px;
}
.howWorkHeader h1 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 2px;
  margin-bottom: 5px;
}
.howWorkHeader p {
  font-size: 16px;
  line-height: 25px;
  opacity: 0.62;
  padding-right: 50px;
  padding: 0 170px;
}
.howWorkContent {
  /* padding: 0 90px; */
  margin-bottom: 150.6px;
  justify-content: center;
}
.hWContentLeft {
  position: relative;
  /* background-image: url(../img/howWorkCircle1.svg); */
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  height: 300px;
  width: 360px; */
}
.hWContentLeft img {
  max-width: clamp(360px, 100%, 600px);
}
.hWContentCenter img {
  max-width: clamp(360px, 100%, 600px);
}
.hWContentRight img {
  max-width: clamp(360px, 100%, 600px);
}
.hWContentCenter {
  position: relative;
}
.hWContentRight {
  position: relative;
}
.circleContent {
  height: 245px;
  width: 245px;
  background: #fff;
  position: absolute;
  top: 25px;
  left: 30px;
  border-radius: 50%;
  box-shadow: 0 0 10px 20px lightgrey;
  padding: 75px 42px;
  text-align: center;
}
.circleContent h4 {
  color: #6169e7;
  margin-bottom: 8px;
}
.circleContent p {
  color: #000000;
  opacity: 0.62;
  line-height: 22px;
  font-size: 12px;
}
.blueCircle {
  position: absolute;
  top: -10px;
  right: -40px;
  border-radius: 50%;
  box-shadow: 0 0 10px grey;
}

.signUpSec {
  background-image: url(../img/signUpBg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  min-height: 210px;
  padding: 42px 0px;
}
.signUpSec h1 {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 32px;
}
.signUpSec a.signUpBtn {
  background: #fff;
  width: 234px;
  color: #6169e7;
  font-size: 19px;
  padding: 14px 0px;
}
.consecteturSec {
  background: var(--lighBg);
  padding: 120px 80px 128px;
}
.consecteturSec h1 {
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 58px;
}
.consBox {
  width: 23.2%;
  height: 257px;
  background: #fff;
  box-shadow: 0 0 10px lightgrey;
  border-radius: 6px;
  border: none;
  padding: 34px 28px;
  text-align: center;
}
.consBox h2 {
  font-size: 20px;
  line-height: 27px;
  margin: 21px 0 10px 0px;
}
.consBox p {
  font-size: 14px;
  line-height: 22px;
}
footer {
  padding: 100px 80px 10px 71px;
  background: #181818;
}
.footerMain {
  display: flex;
  margin-bottom: 103px;
}
.footerBox {
  width: 25%;
}
.footerBoxTwo {
  width: 20%;
}
.footerBoxThree {
  width: 30%;
}
.footerAbout h1 {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 11px;
}
.footerAbout p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}
.quickLinks {
  padding-top: 24px;
}
.quickLinks {
  padding-top: 55px;
  padding-left: 116px;
}
.footerBoxTwo .quickLinks {
  padding-left: 0px;
}
.quickLinks h5 {
  color: #fff;
  opacity: 0.5;
  font-family: OpenSansRegular;
  margin-bottom: 14px;
}

.quickLinks h6 a {
  color: #fff;
  font-family: OpenSansRegular;
  font-size: 14px;
  margin-bottom: 12px;
  text-align: left;
}
.footerAbout {
  padding-top: 20px;
}
.footerAbout h3 {
  color: #fff;
  margin-bottom: 22px;
}
.footerAbout a {
  width: 117.87px;
  height: 38px;
  color: #fff;
  background: linear-gradient(var(--blue), var(--purple));
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  padding: 7px 0px;
  font-size: 14px;
  font-family: OpenSansSemiBold;
  margin-top: 8px;
}
footer p {
  font-size: 12px;
  color: #fff;
}

/* =================== home page css end ========== */

/* ================ about us page css start =========== */
.aboutMainLeft {
  width: 50%;
}
.aboutMainRight {
  width: 50%;
  margin-right: 75px;
  margin-top: -20px;
}
.aboutMainLeft h1.navContentH4 {
  margin-bottom: 38px;
}
.aboutUsSec {
  background: #fff;
}
.aboutUsSec .consBox {
  width: 340px;
}
p.aboutUsSec {
  font-size: 14px;
  line-height: 25px;
  color: #000;
  opacity: 0.62;
  text-align: center;
  padding: 0 170px;
  margin-bottom: 76px;
}
.aboutUsSec h1 {
  margin-bottom: 5px;
}
.visionP {
  padding-left: 50px;
  padding-right: 0 !important;
}
/* ================ about us page css end =========== */

/* ================ faqs page css start =========== */
.faqsMain {
  background: var(--lighBg);
  height: auto;
  padding-bottom: 50px;
}
.faqsMain .nav-link {
  color: #343434 !important;
}

.faqsMain a.nav-link.active::after {
  content: "";
  border-bottom: 2px solid var(--blue);
  display: block;
  width: 29px;
  margin: 9px auto;
}
.faqsMain li.nav-item .homeLogin {
  background: #6169e7;
  color: #fff;
  width: 131px;
}
.faqsHeading {
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  margin-top: 115px;
  color: #000;
  margin-bottom: 73px;
}
.faqsContent {
  padding: 0 90px;
}
/* accordian css */
.accordion-button {
  max-width: 1022px;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 0;
  padding-right: 8px;
  color: #343434;
}
.accordion-item {
  border: none;
  margin-bottom: 20px;
}
.accordion-button:not(.collapsed) {
  color: #6169e7;
  background-color: #fff;
  box-shadow: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.accordion-header {
  padding: 10px 25px 0px;
  min-height: 80px;
}
.accordion-body {
  padding: 10px 45px 30px 45px;
  font-size: 14px;
  margin-top: -15px;
  color: #000;
  opacity: 0.62;
}
.accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url(../img/acordianArrow.svg);
  transform: rotate(0deg);
  background-repeat: no-repeat;
  background-size: auto;
}
.accordion-button::after {
  content: "";
  background-image: url(../img/acordianArrow.svg);
  transform: rotate(0deg);
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  background-size: auto;
}

/* //accordian css */

.closeImg {
  display: none;
}
.menuBarNew {
  display: none;
}
/* ================ faqs page css end =========== */

/* new fk css for md pro */
.addSurveyBtn .file-input {
  border-radius: 7px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 60px;
  /* padding-top: 25px; */
}
.addSurveyBtn label {
  color: #3f5856;
  cursor: pointer;
}
.addSurveyBtn .mainFileSec {
  text-align: center;
  cursor: pointer;
}
.addSurveyBtn .file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 60%;
  height: 100% !important;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.addSurveyBtn .file-input.settingFileSec {
  transform: translate(-35px, 55px);
  background-color: transparent;
  width: 0%;
  max-height: 5px;
  cursor: pointer;
}
.addSurveyBtn .file-input > .button {
  padding: 10px 0px;
  cursor: pointer;
}
.addSurveyBtn span.label.uploadFiletext {
  min-width: 102px;
  max-width: 105px;
  color: #3f5856;
  line-height: 18px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.questionTd {
  min-width: 320px;
}
td.optionTd {
  min-width: 145px;
  padding-right: 4px !important;
  padding-left: 5px !important;
}

th.sorting_disabled {
  min-width: 100px;
}

.faqLastTd {
  padding: 0 !important;
}
th.pNameTh.faqLastTh {
  max-width: 40px !important;
  padding: 0 !important;
}
/* new fk css for md pro end */
.signHead img {
  width: 200px;
  margin-bottom: 30px;
}
.rolTd {
  min-width: 250px;
}
.addQuestBox {
  display: flex;
  gap: 3%;
}
.addQuestBox button.btn.myBtn {
  width: 100px;
  font-weight: 600;
}
.addQuestBox button.btn.myBtn:hover {
  color: #fff;
}
.addQuestBox a.btn.myBtn {
  line-height: 45px;
  font-weight: 600;
}
.addQuestBox a.btn.myBtn:hover {
  color: #fff;
}
.dataAddQuesRow {
  width: 100% !important;
  margin-right: 0 !important;
}
.dataAddQuesRow .btn {
  width: 100% !important;
  height: 45px;
}
.filterLastRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.exportExcelRowTwo {
  display: flex;
  width: 40%;
  column-gap: 12px;
}
.exportExcelRowTwo .myBtn {
  width: 100%;
  height: 45px;
  font-weight: bold;
}
.exportExcelRowTwo .exportExcelBtn {
  background: green;
}
.expQuesBtn {
  background: rgb(54, 50, 50);
}
.expQuesBtn:hover {
  color: #fff;
}
.filterLastRow .addSurveyBtn {
  width: 30% !important;
  flex-direction: row;
}
.filterLastRow .addSurveyBtn .myBtn {
  max-width: 120px;
}
.filterLastRow .dataPageForm .myBtn {
  height: 45px;
}
.dataPageForm {
  display: flex;
  flex-direction: row-reverse;
  width: 70%;
  align-items: center;
  height: 56px;
}
.dataPageForm .myBtn {
  min-width: 100px;
  height: 56px;
  font-size: 14px;

  /* display: block; */
}
.dataPageForm .addSurveyBtn .file-input > [type="file"] {
  width: 100%;
}
.exportExcelBtn {
  width: 140px;
}
.exportExcelBtn:hover {
  color: #fff;
  opacity: 0.7;
}

label.correctLabel {
  margin-top: 40px;
}
td.lastTd {
  min-width: 120px !important;
}

/* school dash css  */
.schlDashHead {
  /* padding: 30px 40px; */
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 40px;
}

.schlDashHead button#dropdownMenuButton1 {
  background: none !important;
  border: none;
}
.schlDashHead button#dropdownMenuButton1:focus {
  box-shadow: none;
  border: none;
}
.sclDashMain {
  padding: 30px 20px;
  min-height: 100vh;
  width: calc(100% - 156px);
}
.welcomeTextRow {
  padding: 2px;
  background: linear-gradient(var(--blue), var(--purple));
  color: #fff;
  /* -webkit-background-clip: padding-box; */
  /* -webkit-text-fill-color: transparent; */
  text-align: center;
  /* border:3px solid var(--blue); */
  border-radius: 8px;
  margin-bottom: 30px;
}
.welcomeTextRow h1 {
  font-size: 29px;
}
.schoolIcon {
  color: #4e72e6;
  font-size: 23px;
}
.welcomeTextRow i {
  /* animation: iconAnim 3s infinite ease-in-out; */
}
.schoolNavNew {
  text-align: center;
  width: 100%;
  padding: 0;
  filter: drop-shadow(10px 10px 20px #fff);
}
@keyframes iconAnim {
  10% {
    /* opacity: 0.9; */
    transform: scale(1.1);
  }

  30% {
    color: #f5f5f5;
    opacity: 0.7;
    transform: scale(1.2);
  }
  60% {
    /* color:#fff; */
    /* opacity: 0.5; */
    transform: scale(1.3);
  }
  100% {
    /* color: #fff; */
    /* opacity: 1; */
    transform: scale(1);
  }
}
.schoolInfotextRow {
  border: 2px solid var(--blue);
  color: var(--blue);
  text-align: center;
  padding: 4px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}
.schoolInfotextRow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: var(--blue);
  display: block;
}
.schoolInfotextRow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: var(--blue);
  display: block;
}
.schoolForm .input-group-text {
  background: var(--blue);
  color: #fff;
  border: none;
  text-transform: uppercase;
}
.schoolForm input.form-control {
  border: none;
  box-shadow: 0 0 7px rgba(173, 216, 230, 0.486);
  padding-right: 60px;
  border: 1px solid #ccc;
  background: #fff;
  height: 47px !important;
}
.admnDashStudMain .select2-container--default .select2-selection--single {
  border: none;
  box-shadow: 0 0 7px rgba(173, 216, 230, 0.486);
  border: 1px solid #ccc;
  background: #fff;
  height: 36px !important;
  padding: 0.375rem 0.75rem !important;
  text-align: start;
}
.admnDashStudMain .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 22px !important;
}
.schoolForm textarea.form-control {
  border: none;
  box-shadow: 0 0 7px rgba(173, 216, 230, 0.486);
  padding-right: 60px;
  border: 1px solid #ccc;
  background: #fff;
  /* height: 47px !important; */
}
.schoolForm select.form-control {
  border: none;
  box-shadow: 0 0 7px rgba(173, 216, 230, 0.486);
  padding-right: 60px;
  border: 1px solid #ccc;
  background: #fff;
  height: 47px !important;
}
.schoolForm input.form-control:focus {
  box-shadow: 0 0 7px var(--blue);
}
.schoolForm input.form-control::placeholder {
  font-size: 12px;
}
.schoolForm .input-group {
  position: relative;
}
.editIcon {
  position: absolute;
  right: 20px;
  top: 7px;
  background: linear-gradient(var(--blue), var(--purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plusTeacherIcon {
  font-size: 30px;
  line-height: 35px;
}
.schoolForm .submitBtn.myBtn {
  width: 120px;
  height: 40px;
  margin-bottom: 30px;
}
.schoolForm .tableContent {
  box-shadow: 0 0 5px #ccc;
  padding: 8px 20px;
}
.sclStudDataTable .acSaveTd {
  height: 30px;
  padding: 4px 10px;
  color: #fff;
  background: #d42b2b;
  border-radius: 4px;
}
.sclStudDataTable .statusTd {
  font-weight: 600;
}
.sclStudDataTable tr th,
.sclStudDataTable tr td {
  padding: 10px 5px !important;
  text-align: center !important;
  font-weight: 500 !important;
}

.admEvntModalMain .dltdltBtn a {
  color: #fff !important;
}
.admEvntModalMain .dltCanclBtn {
  color: #6169e7 !important;
}
.apprStatTd {
  color: var(--green);
}
.cancelTextTd {
  color: red;
}
.syllStatusRow {
  display: flex;
  justify-content: space-between;
}
.syllBox {
  border: 2px solid orange;
  border-radius: 0 0 14px 0px;
  width: 18%;
  min-height: 100px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.syllBoxBorder {
  width: 30px;
  height: 100%;
  background: orange;
}
.syllStatusRow {
  margin-bottom: 40px;
}
.syllBoxLeft {
  width: 46%;
  border-right: 2px solid orange;
  padding-right: 10px;
}
.syllBoxRight {
  width: 40%;
}
.syllStatusRow .syllBox:nth-of-type(2) {
  border: 2px solid var(--blue);
}
.syllStatusRow .syllBox:nth-of-type(2) .syllBoxBorder {
  background: var(--blue);
}
.syllStatusRow .syllBox:nth-of-type(2) .syllBoxLeft {
  border-right: 2px solid var(--blue);
}
.syllStatusRow .syllBox:nth-of-type(3) {
  border: 2px solid var(--green);
}
.syllStatusRow .syllBox:nth-of-type(3) .syllBoxBorder {
  background: var(--green);
}
.syllStatusRow .syllBox:nth-of-type(3) .syllBoxLeft {
  border-right: 2px solid var(--green);
}
.syllStatusRow .syllBox:nth-of-type(4) {
  border: 2px solid var(--red);
}
.syllStatusRow .syllBox:nth-of-type(4) .syllBoxBorder {
  background: var(--red);
}
.syllStatusRow .syllBox:nth-of-type(4) .syllBoxLeft {
  border-right: 2px solid var(--red);
}
.syllStatusRow .syllBox:nth-of-type(5) {
  border: 2px solid var(--purple);
}
.syllStatusRow .syllBox:nth-of-type(5) .syllBoxBorder {
  background: var(--purple);
}
.syllStatusRow .syllBox:nth-of-type(5) .syllBoxLeft {
  border-right: 2px solid var(--purple);
}
.admnDashStudMain .tableContent {
  padding: 0 20px;
}

/* school dash css end */

/* events screen css  */

.eventsMain {
  /* padding: 40px 30px; */
  /* width: 100%; */
  /* width: calc(100% - 156px); */
  min-height: 100vh;
}
.eventsMain.createEventMain {
  width: 100%;
  padding: 40px 30px;
}
.eventMainHead {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}
.eventMainHead h1 {
  font-family: "Alfa Slab One", cursive;
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(0.1s * var(--i));
}
.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  font-size: 35px;
}
.waviy span {
  font-family: "Alfa Slab One", cursive;
  position: relative;
  display: inline-block;
  background: linear-gradient(var(--blue), var(--purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  /* animation: waviy 1s infinite; */
  /* animation-delay: calc(.1s * var(--i)); */
}
/* @keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-10px)
  }
} */

.eventMainHead .myBtn {
  width: 140px;
  height: 40px;
  line-height: 38px;
  position: absolute;
  right: 30px;
  top: 10px;
}
.eventMainHead .myBtn:hover {
  color: #fff;
}
.eventSwitchTd {
  /* display: flex;
  justify-content: center; */
}
.eventSwitchTd .form-switch {
  padding-left: 2.5em;
  padding: 0;
  display: flex;
}
.eventSwitchTd .form-switch .form-check-input {
  width: 45px;
  margin: 0 auto;
  height: 25px;
}
.eventDetailText {
  max-width: 250px;
}
td.eventDetailText a {
  margin: 0 5px;
}
.eventsMain .tableContent {
  padding: 10px;
}
input#flexSwitchCheckDefault {
  margin-left: auto;
  cursor: pointer;
}
.eventMain table#example tr th,
.eventMain table#example tr td {
  padding: 18px 15px 5px;
  text-align: center;
}
.addEventForm {
  margin-top: 100px;
}
.addEventForm .myBtn {
  margin-top: 40px;
}
.addEventForm .row {
  margin-bottom: 30px !important;
}
.addEventForm input[type="file"]::file-selector-button {
  /* border: 2px solid var(); */
  padding: 2px 6px;
  border-radius: 0.2em;
  background-color: var(--blue);
  transition: 1s;
  color: #fff;
  height: 47px;
}
.dltModal.modal-dialog .dmContMain p {
  font-size: 14px;
  line-height: 25px;
  color: #0000009d;
}
.admEvntModalMain .dltModalTwo.modal-dialog .modal-body {
  /* padding: 31px 37px 44px; */
  padding: 31px 37px 28px;
  max-height: 530px;
  overflow-y: scroll;
}

.addEventForm input[type="file"]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}
.createEventMain .schoolForm input.form-control {
  padding-right: 25px;
}
.mainContCardSec {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  column-gap: 20px;
}
.sclEvntCard {
  width: 31.5%;
  background: #fff;
  box-shadow: 0 0 10px lightblue;
  border-radius: 8px;
  margin-bottom: 25px;
  padding-bottom: 20px;

  text-align: center;
}
.sECardEventImg img {
  width: 100%;
  height: 200px;
  border-radius: 8px 8px 0 0;
}
.seCardHeadHeading h3 {
  color: var(--blue);
  font-weight: bold;
}
.seCardHeadHeading h5 {
  color: #1ddc2c;
  font-size: 18px;
}
.seCardDateRow {
  margin-bottom: 12px;
}
.seCardDateRow h4 {
  text-decoration: underline;
  margin-bottom: 5px;
}
.seCardDateRow h5 {
  color: var(--blue);
}
.seCardDateRow {
}
.seCardDetailText {
  font-size: 14px;
  color: #707070;
}
.SubscptBtn {
  display: block;
  padding: 8px 10px;
  background: linear-gradient(var(--blue), var(--purple));
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin: 10px auto;
  max-width: 90%;
  font-weight: 600;
}
.SubscptBtn:hover {
  color: #fff;
  opacity: 0.8;
}
.admEvtnImgTd img {
  height: 70px;
  width: 100px;
  border-radius: 4px;
}

/* subject and class page css  */
.mainSubjClass {
  display: flex;
  justify-content: space-between;
}
.subLeftMain {
  width: 45%;
  margin: 0 auto;
}
.classRightMain {
  width: 45%;
  margin: 0 auto;
}
.subjCreatBtn {
  width: 100%;
  background: var(--blue);
  color: #fff;
  border-radius: 6px;
  padding: 6px;
}
.subjCreatBtn:hover {
  opacity: 0.8;
}
.subjCreatBtnRow {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: self-start;
  height: 100%;
}
.subLeftMain .sclEvntCard {
  background: #fff;
  box-shadow: 0 0 10px lightblue;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 12px 6px 5px;
  text-align: center;
  width: 48%;
}
.subjCardsMain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subjCardsMain .dltSubjBtn {
  background: lightcoral;
}
.subjCardsMain .SubscptBtn {
  max-height: 30px;
  padding: 2px;
}
.subjCardsMain .sclEvntCard .seCardHeadHeading h5 {
  font-weight: bold !important;
  color: #e77b2b;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin-bottom: 25px !important;
}
.subjCardsMain .sclEvntCard .seCardHeadHeading h3 {
  color: #000;
  text-decoration: underline;
}
/* subject and class page css end */
.sclEvntCard.addstaffCards {
  padding-top: 30px;
}

.addstaffCards .sECardEventImg img {
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 50%;
}
.addSCDltBtn {
  background: lightcoral;
}
.addstaffCards .seCardHeadHeading h5 {
  font-weight: bold !important;
  color: #e77b2b;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin-bottom: 25px !important;
}
.addStaffCreatRow {
  display: flex;
  column-gap: 20px;
}

/* new stud css  */
.formTabMain {
  box-shadow: 0 0 5px #ccc;
  padding: 30px 15px 15px;
  border-radius: 12px;
  background: #fff;
  overflow-x: scroll;
}
.formTabMain form {
  display: flex;
  justify-content: space-between;
}
.formTabMain form .input-group {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
  max-width: 15%;
  width: 15%;
}
.formTabMain form .input-group .form-control {
  width: 100%;
  border: none;
  font-size: 14px;
  text-align: center;
  background: none;
  line-height: 1;
}
.formTabMain form .input-group .form-control:focus {
  box-shadow: 0 0 5px var(--blue);
  border-radius: 10px !important;
}
.formTabMain form .input-group label {
  color: var(--blue);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.formTabMain button.btn.dropdown-toggle.btn-light {
  background: none;
  border: none;
  line-height: 38px;
  font-size: 14px;
}

.rollNoGroup {
  width: 20% !important;
  max-width: 18% !important;
}
.gradeGroup {
  max-width: 10% !important;
}
.actionGroup {
  max-width: 8% !important;
}
.createdGroup {
  max-width: 12% !important;
  row-gap: 0 !important;
}
.tFActionBtnRow {
  display: flex;
  justify-content: center;
}
.tFActionBtnRow .formTabBtn {
  width: 70px;
  height: 25px;
  line-height: 25px;
  background: var(--blue);
  color: #fff;
  text-align: center;
  font-size: 13px;
  border-radius: 6px;
}
.formTabDltBtn {
  background: var(--red) !important;
}
.tFActionBtnRow .formTabBtn:hover {
  opacity: 0.7;
}
.formTabFRow {
  margin-bottom: 30px;
}
.formTabMain .bootstrap-select .dropdown-menu {
  width: 165px;
}

/* admin school table form sec  */

.adSctabFormMain {
  margin-top: 20px;
}
.adSctabFormMain .modalDltBtn {
   
    line-height: 50px;
}
.adSctabFormMain .select2-container--default .select2-selection--single {
  border: none !important;
  box-shadow: none !important;
}
/* .select2-dropdown{
  border:1px solid #ccc !important;
} */
.adSctabFormMain .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.adSctabFormMain form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.adSctabFormMain .input-group {
  display: flex;
  flex-direction: column;
}
.adminSclContMain {
  padding: 15px 20px 10px 15px;
}
.adSctabFormMain form .input-group .form-control {
  width: 100%;
  border: none;
  font-size: 13px;
  text-align: start;
  background: none;
  line-height: 1;
}
.adSctabFormMain form .input-group .form-control:focus {
  box-shadow: 0 0 5px var(--blue);
  border-radius: 10px !important;
}
.adSctabFormMain form .input-group label {
  color: var(--blue);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0.375rem 0.75rem;
}
.checkBoxGroup {
  max-width: 4%;
  justify-content: center;
}
.srInGroup {
  max-width: 6%;
}
.userNameGroup {
  max-width: 15%;
}
.schoolGroup {
  max-width: 20%;
}
.srInGroup .form-control {
  /* text-align: start !important; */
}
.adSclEditBtn {
}
.actionGroup .actionBtn {
  background: var(--blue);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.actBtnGroup {
  display: flex;
  column-gap: 10px;
}
.adSclDltBtn {
  background: #d42b2b !important;
}
.schoolGroup p {
  font-size: 13px;
  margin: 0;
}
.input-group.campusGroup {
  max-width: 15%;
}
.actionGroup {
  max-width: 10.5% !important;
}
/* admin school table form sec end */

/* .formTabFRow:nth-of-type(even){
  background: lightgray;
} */
.studSearchForm {
  width: 50%;
  margin-left: auto;
}

.studSearchGroup .studSearchBtn {
  background: #0f74a8;
  color: #fff;
  padding: 0 20px;
  border-radius: 0 4px 4px 0px;
}

.logoutDd .dropdown-toggle::after {
  display: none;
}
.logoutDd .dropdown-menu.show {
  transform: translate3d(-99px, 40px, 0px);
}

/* new stud css end */

.admnStudUploadRow {
  justify-content: space-between;
  flex-direction: row;
  margin: 35px 0px 25px;
}
.admnStudUploadRow form {
  display: flex;
  column-gap: 20px;
  align-items: center;
  width: 12%;
}

/* new student filter row  */
.newStudFilterForm {
  margin-bottom: 20px;
}
.newStudFilterForm .downloadBtnRow {
  float: none;
}
.newStudFilterForm .surveyInputSec label {
  display: block !important;
}
.newStudFilterForm .surveyInputSec div {
  width: 100% !important;
}
.newStudFilterForm .surveyInputSec .dropdown-menu.show {
  /* transform: translate(0 , 40px) */
}
.newStudFilterForm .surveyInputSec .form-select {
  min-width: -webkit-fill-available;
  width: 100% !important;
  max-width: 100% !important;
  opacity: 1 ;
  padding: 5px 2px;
}
.newStudFilterForm .bootstrap-select > select {
  left: 0;
}
.newStudFilterForm .surveyInputSec button.btn.dropdown-toggle.btn-light div {
  margin: 0 !important;
}
.newStudFilterForm .surveyInputSec button.btn.dropdown-toggle.bs-placeholder.btn-light {
  background: #fff;
  border: none;
  color: #000 !important;
  opacity: 1;
}
.newStudFilterForm .surveyInputSec .bootstrap-select>.dropdown-toggle{
  background: #fff;
  border: none;
}
.newStudFilterForm .surveyInputSec .bootstrap-select>.dropdown-toggle:focus{
  background: #fff;
  border: none;
  box-shadow: none;
  outline: none !important;
}
/* new student filter row end */

.downloadTabFormSec .input-group{
  width: 40%;
}
.utilityFormSec .input-group{
  width: 14%;
}
.currentFileGroup{
  width: 20% !important;
}
.currentFileText{
  font-size: 13px;
  margin-bottom: 1px;
  display:flex;
}

p.currentFileText a {
    word-break: break-all;
    white-space: nowrap;
    max-width: 113px;
    overflow: hidden;
    text-overflow: ellipsis;
}


 .chooseFileGroup .btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 25px;
    width: 135px;
    margin: auto;
    display: block;
    border: 1px solid #555;
    font-size: 12px;
}
 .chooseFileGroup .btn-tertiary:hover, .chooseFileGroup .btn-tertiary:focus {
	 color: #888;
	 border-color: #888;
}
/* input file style */
 .chooseFileGroup .newInputFile {
	 width: 0.1px;
	 height: 0.1px;
	 opacity: 0;
	 overflow: hidden;
	 position: absolute;
	 z-index: -1;
}
 .chooseFileGroup .newInputFile + .js-labelFile {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 padding: 0 10px;
	 cursor: pointer;
   margin:0 0 1px;
   font-size: 13px;
}
 .chooseFileGroup .newInputFile + .js-labelFile .icon:before {
	 content: "\f093";
}
 .chooseFileGroup .newInputFile + .js-labelFile.has-file .icon:before {
	 content: "\f00c";
	 color: #5aac7b;
}


.addSchoolRow {
    width: 26%;
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.addSchoolRow .addSurveyBtn form {
    width: 80%;
    display: flex;
    align-items: center;

}
.asrBoxOne{
  width: 60%;
  max-width: 150px;
}
.asrBoxOne a{
  /* width: 30%; */
  display: block;
}

.payEvidInputRow{
  column-gap: 10px;
  margin-bottom: 0;
}

.payEvidInputRow .input-group{
  flex: 1;
}

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

.payEvidInputRow .myBtn{
  height: 40px !important;
}


.payUpLinkViewRow {
    margin-left: 10px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 65%;
}
.payUpLinkViewRow a{
  display: block;
  text-align: center;
  width: 30%;
}
.payEvidtextBox{
  max-height: 47px;
  height: 47px;
}

.sclDashAddStudModal .modal-header{
  padding: 16px !important;
}
.sclDashAddStudModal .modal-dialog{
  max-width:70% !important;
}
/* events screen css end */
/* =============== media query start =========== */
@media (min-width: 1400px) {
  .wrapper {
    max-width: 1920px;
  }
  .has-search .form-control {
    width: 100%;
  }
  .sign-Right {
    padding: 100px 50px 0px;
  }
  .dltModal.modal-dialog {
    max-width: 45%;
  }

  .surveyInputSec div {
    width: 25%;
  }
  .addSurveyBtn {
    margin-right: 0 !important;
    margin-left: 0px;
    text-align: end;
  }
  .quesModal.modal-dialog {
    max-width: 70%;
  }
  .firstInput {
    margin-right: 0;
    width: 100%;
  }
  .secInput {
    width: 100%;
  }
  .partInputSec div {
    width: 31.7%;
  }
  .surveyInputSec .form-select {
    min-width: 100%;
  }
  .custom-radio-wrap form .form-group {
    margin-right: 140px;
  }
  .userBefore-LogIn {
    max-height: 100%;
  }
  .userBefore-LogIn .sign-Right {
    padding: 40px 50px 60px;
    min-width: 600px;
    max-width: 100%;
  }

  .userBefore-LogIn .rightContent {
    margin: 80px 0px;
  }

  .userBefore-LogIn .rightheader .display-1 {
    margin-bottom: 40px;
  }
  .userBefore-LogIn .rightheader {
    margin-bottom: 60px;
  }
  .slickMain {
    background-size: cover;
  }
  .slick-slider {
    max-width: 100%;
  }
  .slick-prev {
    right: 30px;
  }
  .slick-next {
    right: -30px;
  }
  .ourMissionRight img {
    min-width: 650px;
  }
  .ourMissionLeft {
    padding-top: 100px;
  }
  .howWorkContent {
    justify-content: center;
  }
  .aboutUsMain {
    background-size: cover;
  }
  .aboutUsSec .consBox {
    width: 32%;
  }
  .accordion-button {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .rightheader .display-1 {
    margin-bottom: 30px;
  }
  .display-1 {
    font-size: 50px;
    line-height: 60px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .sign-Right {
    padding: 50px 35px 0px;
  }
  .myBtn {
    width: 280px;
    height: 50px;
    font-size: 15px;
  }

  .tableContent {
    padding: 5px 15px 10px 15px;
  }
  nav {
    padding: 21px 30px 25px 30px;
  }
  a.navbar-brand {
    font-size: 28px;
  }
  .firstTh {
    padding-left: 15px !important;
  }
  .tableContent .firstTd {
    padding-left: 20px !important;
  }
  .tableContent .table th {
    min-width: 110px;
  }
  .surveyInputSec div {
    width: 30%;
    margin-right: 15px;
  }
  .surveyInputSec .form-select {
    min-width: 100%;
    max-width: 100%px;
  }
  .addSurveyBtn .myBtn {
    width: 155px;
    height: 40px;
    padding: 8px 0px;
  }
  .surveyRight {
    padding: 0;
  }
  .dltModal.modal-dialog .modal-body {
    padding: 35px 30px 35px;
  }
  .myBtn {
    width: 200px;
    height: 40px;
    font-size: 14px;
  }
  .dltModal.modal-dialog .modal-body h2 img {
    width: 110px;
  }
  .dltModal.modal-dialog {
    max-width: 50%;
  }
  .dltModal.modal-dialog p {
    font-size: 15px;

    padding-bottom: 10px;
  }
  .dltModalTwo {
    min-width: 55%;
  }
  .input_copy_wrapper {
    min-width: 100%;
  }
  .dltModalTwo.modal-dialog .modal-body {
    padding: 0px 20px 20px !important;
  }
  .dltModalTwo .modal-content {
    height: 100%;
  }
  .surveyDetailMain {
    padding: 20px 30px;
  }
  .custom-radio-wrap form .form-group .label-text {
    vertical-align: middle;
    cursor: pointer;
    margin-left: 3px;
    font-size: 13px;
    padding-left: 0;
  }
  .radioMain .form-group {
    margin-right: 50px;
  }
  .participantDetail {
    padding: 15px 15px;
    min-height: 75px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .pdHeader {
    width: 20%;
  }
  .userBefore-LogIn .sign-Right {
    padding: 40px 40px 35px;
  }
  h2.welcomeH2 {
    font-size: 24px;
  }
  .slideOne {
    min-width: 200px;
    padding: 30px 35px;
  }
  .ourMissionRight img {
    max-width: clamp(400px, 100%, 100%);
  }
  .slickMain {
    padding: 0 63.4px;
  }
  .navMainContentRight img {
    max-width: clamp(400px, 100%, 550px);
  }
  h1.navContentH4 {
    font-size: 35px;
    line-height: 45px;
  }
  .slideOne.slideTwo.slick-slide p {
    padding: 0 20px 0 0;
  }
  .navMain {
    padding: 32px 50px 40px;
  }
  .ourMissionSec {
    padding: 0 50px;
    display: flex;
    margin-bottom: 80px;
  }
  .howWorkSec {
    padding: 0 50px;
  }
  .hWContentLeft img,
  .hWContentCenter img,
  .hWContentRight img {
    /* max-width: clamp(255px, 100%, 600px); */
  }
  img.leftRound {
    width: 300px;
  }
  img.rightRound {
    width: 250px;
  }
  .circleContent {
    height: 200px;
    width: 200px;
    top: 23px;
    left: 24px;
    box-shadow: 0 0 10px 10px lightgrey;
    padding: 35px 25px;
  }
  .blueCircle {
    width: 70px;
  }
  .signUpSec {
    background-position: inherit;
    min-height: 180px;
    padding: 35px 170px;
  }
  .consecteturSec h1 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .howWorkContent {
    margin-bottom: 100.6px;
  }
  .consecteturSec {
    padding: 80px 50px;
  }
  .consBoxMain {
    /* justify-content: center !important;
    flex-wrap: wrap;
    gap: 60px; */
    /* padding: 25px 10px; */
  }
  .consBox {
    padding: 25px 10px;
  }
  footer {
    padding: 60px 50px 10px;
  }
  .aboutUsMain {
    background-size: cover;
    background-position: -305px -30px;
  }
  p.aboutUsSec {
    padding: 0 100px;
    margin-bottom: 50px;
  }
  .aboutUsSec h1 {
    margin-bottom: 30px;
  }
  .aboutUsSec {
    padding: 50px 50px;
  }
  .aboutUsSec .consBox {
    width: 32%;
  }
  .faqsHeading {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .accordion-body {
    padding: 10px 30px 20px;
    margin-top: -15px;
  }
  .accordion-header {
    padding: 10px 10px;
  }
  .faqsContent {
    padding: 0 0px;
  }
  .signHead img {
    width: 180px;
  }
  .sign-Right form {
    width: 86%;
  }
}
@media (max-width: 991px) {
  .rightheader .display-1 {
    margin-bottom: 25px;
  }

  .display-1 {
    font-size: 40px;
    line-height: 50px;
  }

  h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .sign-Right {
    padding: 50px 10px 0px;
  }

  .myBtn {
    width: 230px;
    height: 40px;
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }

  nav {
    padding: 20px 20px;
  }

  a.navbar-brand {
    font-size: 25px;
  }

  h2 {
    font-size: 20px;
  }

  .contentHeader a.myBtn {
    width: 160px;
    height: 40px;
    font-size: 14px;
    padding: 10px 0px;
  }

  .surveyRight {
    padding: 0;
  }

  .tableContent .table {
    font-size: 13px;
  }

  .tableContent .table th {
    font-size: 14px;
    line-height: 15px;
  }

  td a.viewStatus {
    width: 85px;
    height: 30px;
    padding: 4px 0px;
  }

  td h5.activeStatus {
    width: 85px;
    height: 30px;
    padding: 4px 0px;
  }

  .surveyInputSec {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    flex-direction: column;
  }

  .surveyInputSec div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .addSurveyBtn .myBtn {
    width: 140px;
    height: 35px;
    padding: 7px 0px;
  }

  .myBtn {
    width: 150px;
    height: 35px;
    font-size: 13px;
  }

  .dltModal.modal-dialog p {
    font-size: 14px;
  }

  .input_copy input {
    padding: 10px 15.3px 10px 25px;
    font-size: 13px;
    min-height: 50px;
    margin-bottom: 25px;
  }

  button.icon.right {
    top: 12px;
  }

  .surveyDetailMain {
    padding: 10px 15px 0px !important;
  }

  .radioMain h5 {
    margin-bottom: 10px;
  }

  .endingText {
    margin-bottom: 10px;
  }

  .nameContent p {
    margin-bottom: 30px;
  }

  .custom-radio-wrap {
    padding: 6px 0px 40.9px;
    padding-left: 0;
  }

  .radioMain .form-group {
    margin-right: 30px;
  }

  .lmContentRight h6 a {
    padding: 5px 10px;
  }

  .pdHeader h4 {
    font-size: 14px;
  }

  .participantDetail {
    padding: 15px 7px;
    margin-top: 10px;
  }

  h2.createH2 {
    font-size: 18px;
    color: #000;
  }

  .addSurveyInput input {
    min-height: 46px;
    font-size: 13px;
  }

  .addSurveyInput textarea {
    min-height: 95px;
    font-size: 13px;
  }

  .quesModal .modal-body h2 {
    margin-bottom: 25px;
  }

  .typeSubSec {
    align-items: baseline;
    height: 50px;
  }

  .typeSubRight .form-select {
    min-width: 130px;
    max-height: 35px;
    background-size: 10px;
    font-size: 13px;
  }

  .quesAddCanSec {
    margin: 20px 0 16px 0px;
  }

  .quesModal.modal-dialog .modal-body {
    padding: 20px 30px 0px;
  }

  .graphSecondRow h1.display-1 {
    font-size: 35px;
  }

  .userBefore-LogIn .sign-Right {
    padding: 30px 30px 35px;
    min-width: 400px;
  }

  .userBefore-LogIn .has-search .form-control {
    font-size: 13px;
    height: 50px;
  }

  .userBefore-LogIn .has-search .form-control::placeholder {
    font-size: 12px;
  }

  .lockImg {
    width: 80px;
  }

  .afterlogInSurvey .surveyDetailMain {
    padding: 15px 25px 8px !important;
  }

  h2.welcomeH2 {
    font-size: 22px;
  }

  .graphSecondRight,
  .graphSecondLeft {
    margin-bottom: 20px;
    width: 100%;
    padding: 25px 10px 0px;
  }

  .navMain {
    padding: 32px 20px;
  }

  h1.navContentH4 {
    font-size: 30px;
    line-height: 40px;
  }

  .signUpBtn {
    width: 170px;
    height: 50px;
    font-size: 15px;
    padding: 14px 0px;
  }

  .navMainContentLeft {
    width: 50%;
    margin-top: 40px;
  }

  .navMainContentRight {
    width: 50%;
  }

  .navMainContentRight img {
    max-width: clamp(370px, 100%, 550px);
  }

  .slideOne {
    min-width: 200px;
    padding: 20px 15px;
    min-height: 171px;
  }

  .slickMain {
    padding: 0 70px 0 40px;
  }

  .slick-prev:before,
  .slick-next:before {
    content: "";
    height: 25px;
    width: 25px;
  }

  .slick-next {
    right: -5px !important;
  }

  .slideOne.slideTwo.slick-slide h2 {
    font-size: 17px;
    line-height: 20px;
  }

  .slideOne.slick-slide.slick-current.slick-active p {
    margin-top: 15px;
  }

  .slideOne.slideTwo.slick-slide p {
    padding: 0 35px 0 0;
  }

  .ourMissionRight img {
    max-width: clamp(370px, 100%, 100%);
  }

  .ourMissionSec {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .ourMissionRight {
    width: 50%;
    padding-top: 50px;
  }

  .ourMissionLeft h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .ourMissionLeft p {
    font-size: 13px;
    line-height: 25px;
    opacity: 0.62;
    padding-right: 28px;
    margin-bottom: 40px;
  }

  .howWorkHeader {
    margin-bottom: 70.7px;
  }

  .howWorkContent {
    margin-bottom: 100px;
  }

  .howWorkHeader h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .howWorkHeader p {
    font-size: 15px;
    line-height: 23px;
    padding: 0px 60px;
  }

  .howWorkSec {
    padding: 0 20px;
  }

  img.leftRound {
    width: 250px;
  }

  img.rightRound {
    width: 200px;
  }

  .circleContent {
    height: 155px;
    width: 155px;
    top: 25px;
    box-shadow: 0 0 10px 10px lightgrey;
    padding: 15px 5px;
  }

  .blueCircle {
    width: 50px;
    top: -5px;
    right: -35px;
  }

  .circleContent h4 {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .circleContent p {
    line-height: 20px;
  }

  .signUpSec {
    min-height: 160px;
    padding: 25px 60px;
  }

  .signUpSec h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .signUpSec a.signUpBtn {
    width: 200px;
    font-size: 16px;
    padding: 8px 0px;
    height: 40px;
  }

  .consecteturSec h1 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 40px;
  }

  .consecteturSec {
    padding: 60px 20px;
  }

  .consBoxMain {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 40px;
  }

  .consBox {
    padding: 25px 10px;
    min-width: 260px;
    height: 220px;
  }

  .consBox img {
    width: 70px;
  }

  .consBox h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 21px 0 10px 0px;
  }

  .consBox p {
    font-size: 13px;
    line-height: 20px;
  }

  footer {
    padding: 40px 20px 10px;
  }

  .footerMain {
    margin-bottom: 50px;
  }

  .quickLinks {
    padding-left: 50px;
  }

  .aboutUsSec h1 {
    margin-bottom: 20px;
  }

  p.aboutUsSec {
    padding: 0 70px;
    margin-bottom: 40px;
  }

  .accordion-button {
    font-size: 13px;
    padding-bottom: 0;
    padding-right: 0px;
  }

  .accordion-body {
    padding: 10px 25px 20px;
    font-size: 13px;
  }

  .accordion-header {
    padding: 10px 5px;
  }

  .accordion-button:not(.collapsed)::after {
    background-size: 7px;
    background-position: 0px 4px;
  }

  .accordion-button::after {
    background-size: 7px;
    background-position: 0px 4px;
  }

  .faqsHeading {
    font-size: 24px;
  }

  ul.navbar-nav {
    position: fixed;
    /* right: -250px; */
    right: 0px;
    top: 1px;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 0 10px whitesmoke;
    min-width: 200px;
    padding-bottom: 20px;
    background: linear-gradient(var(--blue), var(--purple));
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    z-index: 99999;
    /* display: none; */
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    display: none;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
    margin-top: 50px;
  }

  a.nav-link.active::after {
    content: "";
    border-bottom: 2px solid #f4f7fd;
    display: block;
    width: 35px;
    margin: 5px auto;
  }

  li.nav-item {
    font-size: 16px;
    line-height: 22px;
    margin-left: 0px;
    text-align: center;
  }

  li.nav-item .homeLogin {
    background: whitesmoke;
    color: #fff;
    border: 2px dotted #fff;
    color: #6169e7;
    margin-top: 50px;
    width: 145px;
    height: 40px;
  }

  .sidbarClose {
    font-size: 28px;
    color: #4e72e6;
    padding: 20px 20px;
  }

  .closeImg {
    display: inline-block;
  }

  button.forCloseIcon {
    background: none;
    padding: 15px;
    width: 45px;
    height: 40px;
  }

  .forCloseIcon img {
    width: 24px;
  }

  .menuBarNew {
    display: block;
    font-size: 28px;
    color: #fff;
  }

  .slick-prev {
    right: 35px;
  }

  .faqsClose {
    color: var(--blue);
  }

  .faqsMain li.nav-item .homeLogin {
    background: #fff;
    color: #6169e7;
  }

  .notesModal.modal-dialog .modal-header {
    padding: 10px 10px 0px;
  }

  .addSurveyBtn.teacherBtnBox {
    margin: 30px auto;
  }

  .signHead img {
    width: 160px;
  }
}

@media (max-width: 768px) {
  .rightheader .display-1 {
    margin-bottom: 20px;
  }
  .display-1 {
    font-size: 35px;
    line-height: 50px;
  }
  h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .sign-Right {
    padding: 30px 10px 20px;
    width: 100%;
    border: 1px solid var(--lighBg);
  }
  .sign-Left {
    width: 100%;
    min-height: auto;
  }
  .myBtn {
    width: 200px;
    height: 35px;
    font-size: 14px;
  }
  p {
    font-size: 13px;
  }

  .sign-Left img {
    max-height: 100vh;
    min-height: auto;
    width: 100%;
  }
  .has-search .form-control {
    font-size: 13px;
  }
  .tableContent .table {
    font-size: 12px;
  }
  .tableContent .table th {
    font-size: 14px;
  }
  h2 {
    font-size: 18px;
  }
  .contentHeader a.myBtn {
    width: 130px;
    height: 35px;
    font-size: 13px;
    padding: 8px 0px;
  }
  td h5.activeStatus {
    width: 95px;
    height: 25px;
    font-size: 13px;
  }
  td button.viewStatus {
    width: 95px;
    height: 25px;
    font-size: 13px;
  }
  .table > :not(caption) > * > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .tableContent {
    padding: 0px 15px 15px 15px;
  }

  .dltModal.modal-dialog {
    max-width: 60%;
  }
  .dltModal.modal-dialog .modal-body {
    padding: 15px 20px;
  }
  .dltModal.modal-dialog .modal-header {
    padding: 5px 15px 0px;
  }
  .dltModal.modal-dialog .modal-body h2 img {
    width: 70px;
  }
  .dltModal.modal-dialog p {
    font-size: 13px;
  }
  .modalDltBtn {
    width: 200px;
    height: 40px;
    font-size: 14px;
  }
  .surveyRight {
    padding: 0;
  }

  .tableContent .table {
    font-size: 12px;
  }
  .tableContent .table th {
    font-size: 13px;
  }
  .addSurveyBtn .myBtn {
    width: 120px;
    height: 30px;
    padding: 6px 0px;
    font-size: 12px;
  }
  td a.viewStatus {
    width: 70px;
    height: 25px;
    padding: 4px 0px;
    font-size: 12px;
  }
  td h5.activeStatus {
    width: 70px;
    height: 25px;
    font-size: 12px;
    padding: 3px 0px;
  }
  .tableContent tr {
    height: 50px;
  }
  .myBtn {
    width: 110px;
    height: 30px;
    font-size: 12px;
  }
  .dltModal.modal-dialog p {
    font-size: 13px;
  }
  .dltModalTwo.modal-dialog .modal-body h2 {
    font-size: 16px;
  }
  .dltModalTwo.modal-dialog .modal-body {
    padding: 0px 5px 20px !important;
  }
  .notesModal.modal-dialog .modal-body {
    padding: 5px 15px !important;
  }
  .endingText h5 {
    font-size: 13px;
    width: 165px;
    height: 30px;
    padding: 6px 0px;
    text-align: center;
  }
  .radioMain h5 {
    font-size: 13px;
    line-height: 18px;
  }
  .custom-radio-wrap form .form-group .label-text {
    font-size: 12px;
  }
  .custom-radio-wrap form {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .radioMain .form-group {
    margin-right: 0px;
  }
  .custom-radio-wrap form .form-group {
    margin-right: 10px;
  }

  .notes.modal-dialog .modal-body {
    padding: 0px 20px 20px !important;
  }
  .notes.modal-dialog {
    max-width: auto;
    min-width: 50%;
  }
  .pdHeader h4 {
    font-size: 12px;
  }
  .addSurveyInput label {
    font-size: 13px;
  }
  .addSurveyInput input {
    min-height: 40px;
    font-size: 12px;
    padding: 12px 20px;
  }
  .addSurveyInput input::placeholder {
    font-size: 12px;
  }
  .addSurveyInput textarea {
    min-height: 90px;
    font-size: 12px;
    padding: 12px 20px;
  }
  .addSurveyInput textarea::placeholder {
    font-size: 12px;
  }
  .doubleInput {
    flex-direction: column;
  }
  .firstInput {
    margin-right: 0px;
    width: 100%;
  }
  .secInput {
    width: 100%;
  }
  .inputCalander {
    top: 50px;
    right: 15px;
  }
  .inputCalanderTwo {
    top: 50px;
    right: 15px;
  }
  .qContentRight i {
    font-size: 13px;
  }
  .editSurveyMain {
    padding: 15px 10px 0px !important;
  }
  h2.createH2 {
    font-size: 16px;
  }
  .surveyQuestSec {
    margin: 25px 0px 20px;
  }
  .surveyQuestSec a {
    font-size: 13px;
  }
  .typeSubRight .form-select {
    min-width: 100px;
    background-size: 10px;
    font-size: 12px;
  }
  .graphSecondRow h1.display-1 {
    font-size: 25px;
  }
  .userBefore-LogIn .sign-Right {
    padding: 25px 20px 20px;
    max-width: 400px;
  }
  .lockImg {
    width: 60px;
  }
  p.termsUseP {
    font-size: 13px;
  }
  .afterlogInSurvey .surveyDetailMain {
    padding: 15px 20px 8px !important;
  }
  h2.welcomeH2 {
    font-size: 20px;
  }
  .complCloseIcon img {
    width: 15px;
  }
  .graphContainer {
    padding: 25px 10px 0px;
  }
  .navMainContentLeft {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .navMainContentRight {
    width: 100%;
    margin-bottom: 50px;
  }
  .navMainContentRight img {
    max-width: clamp(300px, 100%, 400px);
  }
  .navMain {
    padding: 20px 20px;
    height: auto;
    text-align: center;
    background: lightgrey;
  }
  .navbar {
    margin-bottom: 25px;
  }
  h4.navContentH4 {
    font-size: 15px;
  }
  h1.navContentH4 {
    font-size: 25px;
    line-height: 30px;
  }
  p.navContentP {
    font-size: 13px;
    line-height: 20px;
    padding-right: 0px;
  }
  .signUpBtn {
    width: 150px;
    height: 40px;
    font-size: 14px;
    padding: 10px 0px;
  }
  .slickMain {
    padding: 0 70px;
  }
  .slick-next {
    right: -35px !important;
  }
  .slick-prev {
    left: -35px !important;
  }
  .ourMissionRight {
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
  }
  .ourMissionLeft {
    width: 100%;
  }
  .forWhiteBg {
    margin-bottom: 30px;
  }
  .ourMissionLeft h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .ourMissionLeft p {
    font-size: 12px;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .ourMissionRight img {
    max-width: 80%;
  }
  .ourMissionSec {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .howWorkHeader h1 {
    font-size: 23px;
    line-height: 25px;
  }
  .howWorkHeader p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 40px;
  }
  .howWorkHeader {
    margin-bottom: 50.7px;
  }

  .howWorkContent {
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
  }
  img.leftRound {
    width: 250px;
  }
  img.rightRound {
    width: 210px;
    margin-left: -20px;
  }
  .circleContent {
    height: 155px;
    width: 155px;
    top: 25px;
    box-shadow: 0 0 10px 10px lightgrey;
    padding: 15px 5px;
  }
  .lastCircle {
    height: 160px;
    width: 160px;
    top: 25px;
    left: 5px;
  }
  .blueCircle {
    width: 50px;
    top: -5px;
    right: -35px;
  }
  .circleContent h4 {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .circleContent p {
    line-height: 20px;
  }
  .signUpSec h1 {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .signUpSec a.signUpBtn {
    width: 160px;
    font-size: 14px;
    padding: 6px 0px;
    height: 35px;
  }
  .signUpSec {
    min-height: 130px;
    padding: 25px 30px;
  }
  .consecteturSec h1 {
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .footerMain {
    flex-direction: column;
  }
  .footerBox {
    width: 100%;
  }
  .footerBoxTwo {
    width: 100%;
  }
  .footerBoxThree {
    width: 100%;
  }
  .quickLinks {
    padding-left: 0px;
    padding-top: 20px;
  }
  .footerAbout h3 {
    font-size: 16px;
  }
  .footerAbout a {
    width: 100px;
    height: 35px;
    padding: 8px 0px;
    font-size: 13px;
  }
  .footerAbout p {
    font-size: 13px;
  }
  .footerAbout .has-search .form-control {
    font-size: 13px;
    height: 50px;
  }
  .footerAbout .has-search .form-control::placeholder {
    font-size: 12px;
  }
  .footerAbout .has-search .form-control-feedback {
    top: 20px;
  }
  footer {
    padding: 5px 20px;
  }
  .aboutMainLeft h1.navContentH4 {
    margin-bottom: 30px;
  }
  p.aboutUsSec {
    padding: 0 40px;
    margin-bottom: 30px;
  }
  .visionP {
    padding-left: 0px;
    padding-right: 0 !important;
  }
  .navMain.faqsMain {
    background: #f5f5f5;
  }
  .accordion-button {
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .accordion-body {
    padding: 0px 10px 10px;
    font-size: 12px;
    margin-top: -5px;
    text-align: left;
  }
  .accordion-header {
    padding: 0px 10px;
    min-height: 55px;
  }
  .accordion-button:not(.collapsed)::after {
    background-size: 6px;
    background-position: 10px 4px;
  }
  .accordion-button::after {
    background-size: 6px;
    background-position: 10px 4px;
  }
  .faqsHeading {
    font-size: 22px;
  }
  .notesModal.modal-dialog {
    min-width: auto;
  }
  .signHead img {
    width: 140px;
  }
}
@media (max-width: 576px) {
  .rightheader .display-1 {
    margin-bottom: 15px;
  }
  .display-1 {
    font-size: 30px;
  }
  h1 {
    font-size: 20px;
  }
  h4 {
    font-size: 14px;
  }

  .myBtn {
    width: 160px;
    height: 30px;
    font-size: 12px;
  }
  p {
    font-size: 12px;
  }
  .has-search .form-control {
    font-size: 12px;
  }
  .has-search .form-control::placeholder {
    font-size: 12px;
  }

  .tableContent {
    padding: 0px 15px 15px 15px;
  }
  nav {
    padding: 20px 15px;
  }
  a.navbar-brand {
    font-size: 22px;
  }
  span.userText {
    font-size: 12px;
  }
  .contentHeader a.myBtn {
    width: 110px;
    height: 30px;
    font-size: 13px;
    padding: 6px 0px;
  }
  h2 {
    font-size: 16px;
  }
  .dltModal.modal-dialog {
    max-width: 100%;
    padding: 0 35px;
  }
  .dltModal.modal-dialog .modal-body {
    padding: 0 10px 20px;
  }
  .modalDltBtn {
    width: 94px;
    font-size: 12px;
  }
  .dltModal.modal-dialog p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .rememberMeBox {
    padding-bottom: 30.6px;
  }
  .rememberMeBox label {
    font-size: 13px;
  }
  .surveyRight {
    padding: 0;
  }
  .surveyLeft {
    display: none;
    position: fixed;
    top: 0px;
    left: -170px;
    z-index: 1;
  }
  .surveyRight {
    width: 100%;
  }
  .headerRight div img {
    max-width: 35px;
    min-width: 32px;
  }
  .surveyInputSec label {
    font-size: 12px;
  }
  .addSurveyBtn {
    text-align: center;
  }
  .menuIcon {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    color: #6169e7;
  }
  .closeIcon {
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 22px;
  }
  .closeIcon {
    color: #6366F1;
  }
  .tableContent .table th {
    min-width: 86px;
  }

  aside div a {
    font-size: 13px;
    line-height: 17px;
  }
  .activee {
    background: linear-gradient(135deg, #6366F1 0%, #a855f7 100%) !important;
  }
  .dltModal.modal-dialog p {
    font-size: 12px;
  }
  .dltModalTwo.modal-dialog .modal-body h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .dltModalTwo {
    min-width: 100%;
  }
  button.icon.right i {
    font-size: 12px;
  }
  .tableContent .modal-header .btn-close {
    font-size: 10px;
  }
  .dltModalTwo.modal-dialog {
    padding: 0 20px;
  }
  .surveyDetailMain {
    padding: 10px 10px !important;
  }
  .custom-radio-wrap form .form-group label {
    padding: 5px;
  }
  .custom-radio-wrap form .form-group input:checked + label:after {
    content: "";
    width: 8px;
    height: 8px;
    top: 1px;
    left: 1px;
  }
  .custom-radio-wrap {
    padding: 6px 0px 30.9px;
  }
  .surveyDetailBtnSec {
    margin: 24px 0px 5px !important;
  }
  .endingText h5 {
    font-size: 12px;
    width: 140px;
    height: 25px;
    padding: 3px 0px;
    text-align: center;
  }
  .notesModal.modal-dialog {
    padding: 0 10px;
  }
  .notesModal.modal-dialog .modal-body {
    padding: 0px 15px 10px !important;
  }
  .lmContentRight h6 a {
    padding: 3px 6px;
    font-size: 11px;
  }
  .notesModal.modal-dialog .modal-header {
    padding: 5px 10px 0px !important;
  }
  h5 {
    font-size: 12px;
  }
  .participantDetail {
    padding: 15px 5px;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .pdHeader {
    width: 25%;
    padding-bottom: 10px;
  }
  .qContentRight {
    min-width: 45px;
  }
  .custom-radio-wrap {
    padding: 6px 0px 25.9px;
  }
  .surveyQuestSec {
    margin: 18px 0px 15px;
  }
  .surveyQuestSec a {
    font-size: 12px;
  }
  .surveyQuestSec a img {
    width: 17px;
  }
  .addSurveyH2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .quesModal.modal-dialog .modal-body {
    padding: 10px 10px 20px;
  }
  .typeSubRight .form-select {
    min-width: 75px;
    background-size: 8px;
    font-size: 12px;
    max-height: 29px;
  }
  .input_copy input {
    padding: 10px 37.3px 10px 25px;
  }
  .graphSecondRow h1.display-1 {
    font-size: 20px;
  }
  .userBefore-LogIn .sign-Right {
    padding: 20px 15px;
    max-width: 305px;
    min-width: auto;
  }
  .userBefore-LogIn .rightheader .display-1 {
    margin-bottom: 10px;
  }
  .userBefore-LogIn .has-search .form-control {
    font-size: 12px;
    height: 40px;
  }
  .userBefore-LogIn .has-search .form-control-feedback {
    top: 16px;
    font-size: 13px;
  }
  .userBefore-LogIn .form-group.padlock .form-control-feedback {
    top: 14px !important;
  }
  .lockImg {
    width: 40px;
  }
  p.termsUseP {
    font-size: 12px;
    line-height: 18px;
  }
  .afterlogInSurvey .surveyDetailMain {
    padding: 15px 15px 8px !important;
  }
  .complCloseIcon {
    top: 10px;
    right: 20px;
  }
  .complCloseIcon img {
    width: 12px;
  }
  h2.welcomeH2 {
    font-size: 18px;
  }
  .graphContainer {
    padding: 36px 10px 0px;
  }
  p.navContentP {
    font-size: 12px;
  }
  .navMainContentRight img {
    max-width: clamp(200px, 100%, 300px);
  }
  .navMain {
    padding: 10px 15px;
  }
  .navbar {
    margin-bottom: 25px;
  }
  h4.navContentH4 {
    font-size: 13px;
  }
  h1.navContentH4 {
    font-size: 20px;
    line-height: 25px;
  }
  .navMainContentRight {
    margin-bottom: 30px;
  }
  .signUpBtn {
    width: 130px;
    height: 35px;
    font-size: 13px;
    padding: 8px 0px;
  }
  .slickMain {
    background-size: cover;
    height: 215px;
  }
  .slideOne.slideTwo.slick-slide {
    margin-top: 15px;
    border-radius: 10px;
    padding: 25px 20px 5px;
  }

  .slick-next {
    right: -32px !important;
    top: 110px;
  }
  .slick-prev {
    left: -35px !important;
    top: 110px;
  }
  .slideOne.slideTwo.slick-slide p {
    padding: 0 10px 0 0;
    line-height: 25px;
  }
  .slickMain {
    padding: 0 50px;
  }
  .ourMissionRight img {
    max-width: 90%;
  }
  .howWorkHeader h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .howWorkHeader p {
    font-size: 13px;
    padding: 0px 5px;
  }
  .howWorkHeader {
    margin-bottom: 30.7px;
  }
  img.rightRound {
    margin-left: -16px;
  }
  .lastCircle {
    left: 8px;
  }
  .signUpSec h1 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .signUpSec a.signUpBtn {
    width: 130px;
    font-size: 13px;
    padding: 6px 0px;
    height: 30px;
  }
  .signUpSec {
    min-height: 130px;
    padding: 25px 10px;
    background-position: right;
  }
  .consecteturSec h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .consBoxMain {
    gap: 30px;
  }
  .consBox {
    padding: 20px 10px;
    min-width: 70%;
    height: 180px;
  }
  .consBox img {
    width: 50px;
  }
  .consBox h2 {
    font-size: 16px;
    line-height: 15px;
    margin: 15px 0 10px 0px;
  }
  .consBox p {
    font-size: 12px;
    line-height: 20px;
  }
  .consecteturSec {
    padding: 35px 20px;
  }
  .footerAbout .has-search .form-control {
    font-size: 12px;
    height: 40px;
  }

  .footerAbout .has-search .form-control-feedback {
    top: 15px;
  }
  p.aboutUsSec {
    padding: 0 5px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .aboutUsSec .consBox {
    /* min-width: 50%; */
  }
  .footerAbout h3 {
    font-size: 15px;
  }
  .quickLinks h6 a {
    font-size: 13px;
  }
  .ourMissionLeft h1 {
    font-size: 18px;
  }
  .ourMissionLeft p {
    margin-bottom: 25px;
  }
  .faqsHeading {
    font-size: 20px;
  }
  ul.navbar-nav {
    min-width: 165px;
  }
  .forCloseIcon img {
    width: 18px;
  }
  li.nav-item {
    font-size: 14px;
  }
  li.nav-item .homeLogin {
    width: 120px;
    height: 30px;
    padding: 2px 0px;
  }
  .menuBarNew {
    font-size: 22px;
  }
}
@media (min-width: 576px) {
  .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    display: flex !important;
  }
}
@media (max-width: 1300px) {
  .slick-slider {
    max-width: 100%;
  }
  .slick-prev {
    right: 30px;
  }
  .slick-next {
    right: -30px;
  }
}

/* ========== media query end ========= */
