html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner > main {
  overflow: hidden !important;
}

/* Hide everything under body tag */

body.show-spinner > * {
  opacity: 0;
}

/* Spinner */

body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.rtl footer.page-footer .footer-content {
  margin-right: 410px;
  margin-left: 60px;
}

@media (max-width: 1439px) {
  .rtl footer.page-footer .footer-content {
    margin-right: 390px;
    margin-left: 50px;
  }
}

@media (max-width: 1199px) {
  .rtl footer.page-footer .footer-content {
    margin-right: 370px;
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .rtl footer.page-footer .footer-content {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
}

.rtl#app-container.sub-hidden .footer-content,
.rtl#app-container.menu-sub-hidden .footer-content,
.rtl#app-container.menu-hidden .footer-content {
  margin-right: 180px;
  margin-left: 60px;
}

.rtl#app-container.main-hidden .footer-content,
.rtl#app-container.menu-hidden .footer-content {
  margin-right: 60px;
  margin-left: 60px;
}

.rtl#app-container.menu-main-hidden .footer-content {
  margin-right: 290px;
  margin-left: 60px;
}

.rtl#app-container.menu-main-hidden.menu-hidden .footer-content {
  margin-right: 60px;
  margin-left: 60px;
}

@media (max-width: 1439px) {
  .rtl#app-container.sub-hidden .footer-content,
  .rtl#app-container.menu-sub-hidden .footer-content,
  .rtl#app-container.menu-hidden .footer-content {
    margin-right: 160px;
    margin-left: 50px;
  }
  .rtl#app-container.main-hidden .footer-content,
  .rtl#app-container.menu-hidden .footer-content {
    margin-right: 50px;
    margin-left: 50px;
  }
  .rtl#app-container.menu-main-hidden .footer-content {
    margin-right: 280px;
    margin-left: 50px;
  }
  .rtl#app-container.menu-main-hidden.menu-hidden .footer-content {
    margin-right: 50px;
    margin-left: 50px;
  }
}

@media (max-width: 1199px) {
  .rtl#app-container.sub-hidden .footer-content,
  .rtl#app-container.menu-sub-hidden .footer-content,
  .rtl#app-container.menu-hidden .footer-content {
    margin-right: 140px;
    margin-left: 40px;
  }
  .rtl#app-container.main-hidden .footer-content,
  .rtl#app-container.menu-hidden .footer-content {
    margin-right: 40px;
    margin-left: 40px;
  }
  .rtl#app-container.menu-main-hidden .footer-content {
    margin-right: 270px;
    margin-left: 40px;
  }
  .rtl#app-container.menu-main-hidden.menu-hidden .footer-content {
    margin-right: 40px;
    margin-left: 40px;
  }
}

.rtl.right-menu footer.page-footer {
  padding-left: 280px;
  padding-right: initial;
}

@media (max-width: 1199px) {
  .rtl.right-menu footer.page-footer {
    padding-left: 0;
  }
}

.background .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.description-11 {
  /* display: inline-block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 11ch;
}

.description-12 {
  /* display: inline-block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 12ch;
}

.description-13 {
  /* display: inline-block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 13ch;
}

.description-15 {
  /* display: inline-block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 15ch;
}

.description-18 {
  /* display: inline-block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 18ch;
}

.description-20 {
  /* display: inline-block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20ch;
}

.description-25 {
  /* display: inline-block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25ch;
}

.description-30 {
  /* display: inline-block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30ch;
}

.description-50 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50ch;
}

.description-60 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60ch;
}

.description-75 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75ch;
}

.description-90 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90ch;
}

.description-100 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100ch;
}

.file-upload__label {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  padding: 10px;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  width: 200px;
  margin-bottom: 0px !important;
  margin-top: 10px;
}

.file-upload__input {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.float_button {
  position: relative;
  width: 61px;
  height: 60px;
  bottom: 130px;
  float: right;
  /* background-color:#0C9; */
  /* color:#FFF; */
  border-radius: 50px;
  text-align: center;
  /* box-shadow: 2px 2px 3px #999; */
}
.discussion_button {
  position: unset;
  float: right !important;
}
.inner_float_button {
  margin-top: 22px;
}
.fixed-background {
  background-image: url("../img/background.jpg") !important;
}
.disscussion {
  max-width: 55%;
  /* min-width: 47%; */
}
.disscussion-right {
  background-color: #e7ffcb;
}
.disscussion-left {
  background-color: unset;
}
.disscussion-notification {
  background-color: #e3f2fd;
}
.disscussion-reply {
  background-color: #efffde;
  border-left: 3px solid #1e88e5 !important;
  width: 100%;
  border-radius: 0% !important;
  cursor: pointer;
}
.disscussion-reply.left {
  background-color: unset !important;
}
.disscussion-body {
  padding-left: 8px !important;
}
.logo {
  height: 60px !important;
  background-size: 70px !important;
}
.logo-single {
  width: 120px !important;
  margin-left: 4px !important;
  height: 120px !important;
  background-size: 120px !important;
}
.select2-container .select2-selection--single {
  font-family: "FontAwesome" !important;
}
.select2,
.select2-results {
  font-family: "FontAwesome" !important;
}
#ResponseSetModalTable1 a,
#ResponseSetModalTable2 a {
  cursor: pointer;
}
.btn-multiple-state.btn-primary:disabled {
  opacity: 0.7 !important;
}
.modal-header {
  border-radius: 0px !important;
}
.custm-btns {
  height: auto !important;
}
.ui-timepicker-container {
  top: 482.7px !important;
  z-index: 2000 !important;
}
.my-dropdown-toggle::after {
  content: none;
}
@media only screen and (max-width: 600px) {
  .shareSurveySpan {
    visibility: visible;
  }
  .shareSurveyMenu {
    visibility: hidden;
    display: none;
  }
  .iframe {
    width: unset;
  }
}

@media only screen and (min-width: 600px) {
  .dataTables_scrollHeadInner {
    width: auto !important;
  }
  .shareSurveySpan {
    visibility: hidden;
    display: none;
  }
  .shareSurveyMenu {
    visibility: visible;
  }
}
.ImageView {
  cursor: pointer;
}
.ImageViewModalBody {
  border: 10px solid #fff;
  position: absolute;
  max-width: 90%;
  /* position: relative; */
  /* overflow-y: auto; */
  max-height: 100%;
}
.chat-input-container textarea {
  border: initial !important;
  width: 90% !important;
  padding-left: 0 !important;
  display: inline-block !important;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.chat-input-container textarea::-webkit-scrollbar {
  display: none;
}

.pin-container {
  width: 100%;
  margin-top: 20px;
}

.bootstrap-tagsinput {
  height: auto !important;
}

.bootstrap-tagsinput .tag {
  word-break: break-all;
  margin-bottom: 2px;
}
.d-custom-none {
  display: none;
  height: 90px !important;
}
.hoverable:hover {
  cursor: pointer;
  color: #1e88e5 !important;
}
.spinner-small {
  width: 1.2rem !important;
  height: 1.2rem !important;
}
#ResponseSetModal {
  overflow-y: auto;
}
.ed-responseset:hover {
  color: white !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.otp-code {
  margin: 25px 5px;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  width: 20%;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}

.otp-code:focus {
  /* border-color: purple; */
  box-shadow: 0 0 5px inset;
}

.otp-code::selection {
  background: transparent;
}

#timeleft {
  font-weight: bold !important;
}

#chat-input:disabled {
  background-color: transparent;
}

.search-input-container {
  padding: 8px;
  margin: 8px;
  border-width: 0;
}

.search-input-container input {
  border-width: 0;
  outline: 0;
  background-color: transparent;
}

.search-input-container:focus {
  outline: 0;
}

.search-icon {
  cursor: pointer;
}

.delete-option {
  border-radius: 0 !important;
}

.display-none {
  display: none !important;
}

.display-unset {
  display: unset !important;
}

.election-icon {
  object-fit: scale-down;
}

/* Add Admin Panel CSS From here */

.hover-pointer:hover {
  cursor: pointer !important;
}

/* Chrome, Safari, Edge, Opera */
.non-increment::-webkit-outer-spin-button,
.non-increment::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.non-increment {
  -moz-appearance: textfield;
}
