/*Copied from bootstrap to handle input file multiple*/

#Filelist {
  margin-bottom: 20px;
}

.btn {
  display: inline-block;

  padding: 4px 17px;

  margin-bottom: 0;

  font-size: 14px;

  font-weight: normal;

  line-height: 1.42857143;

  text-align: center;

  white-space: nowrap;

  vertical-align: middle;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  background-image: none;

  border: 1px solid transparent;

  border-radius: 3px;
}

/*Also */

.btn-success {
  border: 1px solid #ffffff;

  background-color: #e15314;

  background-image: linear-gradient(
    90deg,
    #e15314 0,
    #f08252 50%,
    #e15314 100%
  );

  color: #fff;

  font-weight: bold;
}

.fileinput-button {
  position: relative;

  overflow: hidden;
}

.post-img {
  width: 100%;
}

.fileinput-button input {
  position: absolute;

  top: 0;

  right: 0;

  margin: 0;

  opacity: 0;

  -ms-filter: "alpha(opacity=0)";

  /* font-size: 200px; */

  direction: ltr;

  cursor: pointer;

  width: 100%;

  /* height: auto; */
  height: 15px;
}

ul.post-opt-block li div span.fileinput-button {
  display: inline-block;
}

ul.post-opt-block li div span.fileinput-button span {
  display: inline-block;

  cursor: pointer;
}

.thumb {
  border: 1px solid #000;

  /* height: 150px; */

  width: 100%;
}

ul.thumb-Images li {
  /* width: 120px; */

  float: left;

  display: inline-block;

  vertical-align: top;

  /* /* height: 120px; */
}

.img-wrap {
  position: relative;

  display: inline-block;

  font-size: 0;
}

.img-wrap .close {
  position: absolute;

  top: 2px;

  right: 2px;

  z-index: 100;

  background-color: #d0e5f5;

  padding: 5px 2px 2px;

  color: #000;

  font-weight: bolder;

  cursor: pointer;

  opacity: 0.5;

  font-size: 23px;

  line-height: 10px;

  border-radius: 50%;
}

.img-wrap:hover .close {
  opacity: 1;

  background-color: #ff0000;
}

.FileNameCaptionStyle {
  font-size: 12px;

  display: none;
}

.Ques {
  margin-right: 0px !important;
}

.topic_name {
  padding: 5px;

  border: 2px solid #161616;

  /* margin-top: 91px; */

  border-right: 4px solid #f34425;

  font-weight: bold;

  border-radius: 4px;

  margin-right: 15px;
}

.social-links {
  margin-top: 15px;

  margin-bottom: 12px;
}

.selectopic {
  background-color: #e15314;

  background-image: linear-gradient(
    90deg,
    #e15314 0,
    #f08252 50%,
    #e15314 100%
  );

  border: none;

  /* width: 148px; */

  color: white;

  font-weight: bold;

  border: 2px solid;

  height: 32px;

  padding: 4px;

  text-align: center;

  border-radius: 50px;

  font-size: 12px;
}

.mybox {
  font-family: "Josefin Sans", sans-serif;

  /* min-width: 400px; */

  width: 95%;

  /* max-width: 500px; */

  border: 2px solid #000;

  margin: 0 auto 15px;

  text-align: center;

  padding: 20px;

  font-weight: bold;

  border-radius: 10px;

  position: relative;
}

.warning {
  background: lightgrey;

  color: black;

  border-color: #2d2d2d;
}

.warning:before {
  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  content: "\f12a";

  font-size: 2rem;

  position: absolute;

  left: 10px;

  top: 10px;

  text-shadow: 1px 1px 1px black;

  transform: rotate(-5deg);
}

.info {
  background: #58dbf2;

  color: #2d2d2d;

  border-color: #2d2d2d;
}

.info:before {
  font-family: "Font Awesome 5 Free";

  color: #58cef2;

  font-weight: 900;

  content: "\f129";

  font-size: 2rem;

  position: absolute;

  left: 10px;

  top: 10px;

  text-shadow: 1px 2px 1px black;

  transform: rotate(-5deg);
}

.success {
  background: #b3eca9;

  color: #306517;

  border-color: #2d2d2d;
}

.success:before {
  font-family: "Font Awesome 5 Free";

  color: #306517;

  font-weight: 900;

  content: "\f00c";

  font-size: 2rem;

  position: absolute;

  left: 10px;

  top: 10px;

  text-shadow: 1px 2px 1px black;

  transform: rotate(-5deg);
}

.error {
  background: #ebb1b1;

  color: #973939;

  border-color: #2d2d2d;
}

.error:before {
  font-family: "Font Awesome 5 Free";

  color: #973939;

  font-weight: 900;

  content: "\f00d";

  font-size: 2rem;

  position: absolute;

  left: 10px;

  top: 10px;

  transform: rotate(-5deg);
}

.question {
  background: lightgrey;

  color: #2d2d2d;

  border-color: #2d2d2d;
}

.question:before {
  font-family: "Font Awesome 5 Free";

  color: #2d2d2d;

  font-weight: 900;

  content: "\f128";

  font-size: 2rem;

  position: absolute;

  left: 10px;

  top: 10px;

  transform: rotate(-5deg);
}

/* Question */

@media (max-width: 675px) {
  .wrapper {
    /* max-width: 300px; */
  }

  .negativerange {
    width: 50%;
  }
}

.wrapper header {
  font-size: 22px;

  font-weight: 600;
}

.wrapper .poll-area {
  margin: 20px 0 15px 0;
}

.poll-area label {
  display: block;

  margin-bottom: 10px;

  padding: 8px 15px;

  border: 2px solid #e6e6e6;

  transition: all 0.2s ease;
}

label.opt-1.selected {
  border: 2px solid #01638c;
}

label.opt-2.selected {
  border: 2px solid #4bcc00;
}

label.opt-3.selected {
  border: 2px solid #cfbd00;
}

label.opt-4.selected {
  border: 2px solid #01638c;
}

div#pstyle1::after {
  background: #01638c !important;
}

div#pstyle2::after {
  background: #4bcc00 !important;
}

div#pstyle3::after {
  background: #cfbd00 !important;
}

div#pstyle4::after {
  background: #f47863 !important;
}

label.opt-1.selected .rows .circle {
  border-color: #f47863 !important;
}

label.opt-2.selected .rows .circle {
  border-color: #4bcc00 !important;
}

label.opt-3.selected .rows .circle {
  border-color: #cfbd00 !important;
}

label.opt-4.selected .rows .circle {
  border-color: #01638c !important;
}

label.opt-1 .rows .circle::after {
  background: #f47863 !important;
}

label.opt-2 .rows .circle::after {
  background: #4bcc00 !important;
}

label.opt-3 .rows .circle::after {
  background: #cfbd00 !important;
}

label.opt-4 .rows .circle::after {
  background: #01638c !important;
}

label .rows {
  display: flex;

  pointer-events: none;

  justify-content: space-between;
}

label .rows .column {
  display: flex;

  align-items: center;
}

label .rows .circle {
  height: 19px;

  width: 19px;

  display: block;

  border: 2px solid #ccc;

  border-radius: 50%;

  margin-right: 10px;

  position: relative;
}

label .rows .circle::after {
  content: "";

  height: 11px;

  width: 11px;

  border-radius: inherit;

  position: absolute;

  left: 2px;

  top: 2px;

  display: none;
}

.poll-area label:hover .rows .circle::after {
  display: block;

  background: #e6e6e6;
}

label.selected .rows .circle::after {
  display: block;
}

label .rows span {
  font-size: 16px;

  font-weight: 500;
}

label .rows .percent {
  display: none;
}

label .progress {
  height: 7px;

  width: 100%;

  position: relative;

  background: #f0f0f0;

  margin: 8px 0 3px 0;

  border-radius: 30px;

  display: none;

  pointer-events: none;
}

label .progress:after {
  position: absolute;

  content: "";

  height: 100%;

  background: #ccc;

  width: calc(1% * var(--w));

  border-radius: inherit;

  transition: all 0.2s ease;
}

label.selectall .progress,
label.selectall .rows .percent {
  display: block;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

.switch-field {
  display: flex;

  overflow: hidden;

  width: 120px;

  margin: 0px auto;
}

.switch-field input {
  position: absolute !important;

  clip: rect(0, 0, 0, 0);

  height: 1px;

  width: 1px;

  border: 0;

  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;

  color: rgba(0, 0, 0, 0.6);

  font-size: 17px;

  line-height: 1;

  text-align: center;

  padding: 8px 16px;

  margin-right: -1px;

  border: 1px solid rgba(0, 0, 0, 0.2);

  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);

  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #e15314;

  background-image: linear-gradient(
    90deg,
    #e15314 0,
    #f08252 50%,
    #e15314 100%
  );

  color: #fff;

  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

/* This is just for CodePen. */

.range-slider {
  width: 100%;

  margin: 0 auto;

  position: relative;

  /* margin-top: 2.5rem; */

  margin-bottom: 2rem;
}

#range {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 16px;
}

#range:focus {
  outline: none;
}

#range::before,
#range::after {
  position: absolute;

  top: 2rem;

  color: #333;

  font-size: 14px;

  line-height: 1;

  padding: 3px 5px;

  border-radius: 4px;
}

#range::before {
  left: 0;
  content: attr(data-min);
}

#range::after {
  right: 0;
  content: attr(data-max);
}

#range::-webkit-slider-runnable-track {
  width: 100%;

  height: 3rem;

  cursor: pointer;

  animate: 0.2s;

  background-image: linear-gradient(
    to right,
    rgb(92, 34, 226),
    rgb(255, 217, 0)
  );

  border-radius: 1rem;
}

#range::-webkit-slider-thumb {
  -webkit-appearance: none;

  border: 0.25rem solid #e15314;

  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);

  border-radius: 50%;

  background: rgb(0, 0, 0);

  cursor: pointer;

  height: 32px;
  width: 32px;

  transform: translateY(calc(-50% + 8px));
}

#tooltip {
  position: absolute;

  top: -2.25rem;
}

#tooltip span {
  position: absolute;

  text-align: center;

  display: block;

  line-height: 1;

  padding: 0.125rem 0.25rem;

  color: #fff;

  border-radius: 0.125rem;

  background: #e15314;

  font-size: 1.25rem;

  left: 50%;

  transform: translate(-50%, 0);
}

#tooltip span:before {
  position: absolute;

  content: "";

  left: 50%;
  bottom: -8px;

  transform: translateX(-10%);

  width: 0;
  height: 0;

  border: 4px solid transparent;

  border-top-color: #000000;
}

/* changes by pankaj sharma  */

#following_slider .owl-nav button.owl-prev {
  left: 0;
}

#event_slider .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 40%;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.sliderTransition h5 {
  color: #fff;
}

.sliderTransition h5 span {
  font-size: 24px;
  color: #e15314;
}
