/**
 * css variables
 *
 */

:body {
  --theme-color: #6f5ba7;
}

/*
 Table Of Contents

 1.) Homepage

 ===============================================*/

/*
 1.) Homepage
 ----------------------------------------*/

 .navBar-logo {
  /* background-position: -8px -8px; */
  background:url("../images/Navbar Icons/LogoPlusName.svg");
  background-repeat: no-repeat;
  position:relative;
  margin-left: 5px;
  width: 160px;
  height: 35px;
}



.icon-userAccount {
  /* background-position: -8px -8px; */
  background:url("../images/Navbar Icons/User-Account-Icon.svg");
  background-repeat: no-repeat;
  position:relative;
  /* margin-top:5px;
  margin-left: 5px; */
  width: 27px;
  height: 27px;
}

.icon-downwardArrow {
  /* background-position: -8px -8px; */
  background:url("../images/Navbar Icons/Downward-Arrow.svg");
  background-repeat: no-repeat;
  /* position:relative; */
  /* margin-top:5px;
  margin-left: 5px; */
  width: 27px;
  height: 27px;
}

.icon-prog {
 /* background-position: -8px -8px; */
 background:url("../images/Navbar Icons/Survey-Purple.svg");
 background-repeat: no-repeat;
 width: 40px;
 height: 33px;
}

.icon-dist {
 /* background-position: -152px -9px;
 width: 45px;
 height: 41px; */

 background:url("../images/Navbar Icons/Lists-Purple.svg");
 background-repeat: no-repeat;
 /* width: 47px;
 height: 39px; */
}

.navBar-img{
  max-width:100%;
  height:45px;
  width:40px;
  vertical-align: middle;
  display: inline-block;
}

.navigation {
  margin-right: 10px;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  height: calc(100vh - 60px);
  margin-top: 70px;
  -webkit-box-shadow: 0 13px 16px -6px #000;
  -moz-box-shadow: 0 13px 16px -6px #000;
  box-shadow: 0 13px 16px -6px #000;
  text-align: center;
  z-index: 999;
}

.navigation ul {
  padding: 40px 0px;
}

.navigation ul li {
  background: #fff;
  text-align: center;
  padding: 18px 25px 10px 25px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}

.navigation ul li.active:after {
  content: " ";
  width: 6px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #45348f;
}

.navigation ul li span {
  display: block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  color: #101B2B;
  text-align: center;
}

.navigation ul li.active span {
  color: #431196;
}

.prog-option {
  width: 9px;
}

.program-report-page .program-sec {
  margin-left: 65px;
  /* padding-top: 70px; */
}

.program-sec h1 {
  color: #52475C;
  padding-top: 49px;
  margin-bottom: 5px;
}

.prog-view-wrap ul {
  float: left;
  width: 50%;
  z-index: 3;
}

.prog-view-wrap ul li,
.account-tab-wrap > ul > li {
  float: left;
  padding: 0px 15px 0px 0px;
}

.prog-view-wrap ul li:first-child {
  padding-left: 0;
}

.prog-view-wrap ul li a ,
.account-tab-wrap > ul > li a{
  display: block;
  font-size: 18px;
  color: #A4A4A4;;
  font-weight: 500;
  margin-top: 2px;
}

.prog-view-wrap ul li.active a,
.account-tab-wrap > ul > li.active a {
  font-weight: 500;
  font-size: 20px;
  color: #52475C;
  margin-top: 3px;
}

.sort-sec {
  float: right;
  margin-top: 4px;
  margin-right: 4px;
  width: 210px;
}

.sort-sec-tag {
  float: right;
  margin-top: 4px;
  margin-right: 4px;
  margin-left: 4px;
  width: 360px;
}

.view-sec {
  float: left;
  margin-top: 6px;
}

.view-sec a:first-child {
  margin-right: 10px;
}

.sort-sec label {
  font-size: 14px;
  display: block;
  color: #000;
  font-weight: 400;
  /*vertical-align: middle;*/
  margin-right: 6px;
  float: left;
  /*width: 30%;*/
  margin-top: 10px;
}

.empty_group_topmargin {
  margin-top: 120px;
}

.float_right{
  float: right;
}

.float_left{
  float: left;
}


.sort-sec-tag label {
  font-size: 14px;
  display: inline-block;
  color: #000;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 4px;
  float:left;
  width: 15%;
  margin-top: 7.5px;
  margin-left: 10px;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  color: #454545;
  white-space: nowrap;
  width: auto;
  border: 1px solid #cfd0d1;;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 10px;
  background: #fff;
  color: #000;
}

.analytics{
  background-color: white;
  /* margin-top: -5px !important; */
}
.sorting-wrap .sort-sec-tag{
  float: right;
  margin-top: 4px;
  margin-right: 4px;
  margin-left: 4px;
  width: 345px;
}
.sort-sec-tag .ui-selectmenu-button.ui-button {
  text-align: left;
  color: #454545;
  white-space: nowrap;
  width: 74%;
  border: 1px solid #cfd0d1;;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 10px;
  background: #fff;
  color: #000;
}
.sort-sec-tag .ui-selectmenu-button.ui-button select{
  margin-right: 0px;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
  width: 20px;
  height: 12px;
  background-position: -90px -14px;
  margin-right: 7px;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

#createdate-menu .ui-menu-item-wrapper {
  font-size: 14px;
}

.ui-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-selectmenu-menu {
  padding: 0;
  border: 1px solid #d3d3d3;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
}

.ui-menu-item-wrapper {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ui-menu-item {
  padding: 0 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ui-menu-item:hover .ui-menu-item-wrapper {
  color: #fff;
}

.ui-menu-item:hover {
  background: #4b3693;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.program-blocks>ul {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 0;
}

.program-blocks>ul>li {
  float: left;
  width: calc(100%/3 - 42px);
  min-height: 300px;
  margin-right: 60px;
  line-height: 1.2;
  -webkit-box-shadow: 0px 0px 28px 0px #e2e2e2;
  -moz-box-shadow: 0px 0px 28px 0px #e2e2e2;
  box-shadow: 0px 0px 28px 0px #e2e2e2;
  margin-bottom: 30px;
}

.program-blocks>ul>li:first-child>a {
  display: block;
  height: 100%;
}

.program-blocks>ul>li>a>span.create-prog {
  display: block;
  font-size: 19px;
  color: #7E7F7F;
  font-weight: 400;
  text-align: center;
}

.program-blocks>ul>li:nth-child(3n) {
  margin-right: 0;
}

.prog-desp {
  background: #ebebf5;
  padding: 15px 21px;
}

.prog-desp h2 {
  float: left;
  font-size: 18px;
  font-weight: 500;
  padding-left: 13px;
  color: #000;
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  padding-top: 5px;
}

.notification {
  float: left;
  width: 20px;
  height: 21px;
  margin-top: 4px;
  position: relative;
}

.notification span {
  position: absolute;
  right: -5px;
  top: 5px;
  font-size: 10px;
  color: #fff;
  background: #b50027;
  height: 15px;
  width: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
}

.prog-option {
  float: right;
  position: relative;
  cursor: pointer;
}

.prog-option span {
  display: block;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #494a4f;
  border: 1px solid #fff;
}

.circle-wrap {
  float: left;
  width: 44%;
  text-align: right;
  margin-right: 12%;
}

.circle-2 {
  margin-right: 0;
  text-align: left;
  padding-left: 13px;
}

.circle-wrap span {
  display: inline-block;
  width: 56px;
  height: 58px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px #352a75;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 10px #352a75;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 10px #352a75;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: black;
  font-size: 15px;
  text-align: center;
  /*font-family: 'Arial Rounded MT';*/
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  padding: 20px 0;
  margin-right: 5px;
  margin-bottom: 6px;
}

.circle-wrap strong {
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-align: right;
  color: #000;
}

.dashboard {
  padding: 17px 0 17px 0;
  text-align: center;
}

.circle-2 strong {
  text-align: left;
}

.progress-bar-text span {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.progress-bar-text span:first-child {
  float: left;
}

.progress-bar-text span:last-child {
  float: right;
}

.progress-bar-text {
  float: left;
  width: 100%;
  padding: 21px 36px 7px 38px;
}

.progress-line {
  float: left;
  width: 100%;
  margin-bottom: 11px;
}

.progress-line ul {
  padding: 0 60px;
}

.progress-line li {
  height: 2px;
  width: 100%;
  background: #d9d9d9;
  position: relative;
}

.progress-line li:before {
  content: " ";
  height: 100%;
  width: 31%;
  left: 0;
  top: 0;
  position: absolute;
  background: #35277f;
}

.progress-line li:after {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #1c0b59;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 31%;
  top: -3px;
  content: " ";
}

.bct-line.progress-line li::before {
  width: 100%;
}

.bct-line.progress-line li::after {
  left: 100%;
}

.foobar.progress-line li::before {
  width: 0;
}

.foobar.progress-line li::after {
  left: 0;
}

.program-sec.draft-sec h1 {
  display: inline-block;
}

.btn-create {
  font-size: 18px;
  font-weight: 500;
  float: right;
  margin-top: 41px;
  margin-right: 6px;
  padding: 8px 18px;
}

.icon-drop {
  /* background-position: -60px -11px;
  width: 18px;
  height: 18px; */

  background:url("../images/Navbar Icons/Downward-Arrow.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
 }

.lan-icon-drop {
  /* background-position: -60px -11px;
  width: 18px;
  height: 18px; */

  background:url("../images/Navbar Icons/Downward-Arrow.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
 }


.icon-notification {
  background-position: -122px -10px;
  width: 18px;
  height: 19px;
}

/*.icon-dist {
  background-position: -152px -9px;
  width: 45px;
  height: 41px;
}*/

.icon-plus {
  background-position: -209px -19px;
  width: 23px;
  height: 23px;
  margin-right: 6px;
  vertical-align: middle;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  margin-bottom: 1px;
}

.icon-grid {
  background-position: -250px -10px;
  width: 19px;
  height: 19px;
}

.icon-list {
  background-position: -281px -8px;
  width: 24px;
  height: 20px;
}

.icon-add-item {
  background-position: -317px -5px;
  width: 59px;
  height: 59px;
}

.add-wrap {
  padding: 83px 0 0 0;
  text-align: center;
}

.add-wrap a {
  display: inline-block;
}

.hamburger {
  display: none;
}

.icon-search {
  background-position: -388px -14px;
  width: 23px;
  height: 23px;
  z-index: 1;
  float: right;
  margin-right: 20px;
  position: relative;
}

.margin-top-n30{
  margin-top: -30px;
  z-index: 1;
}

.user-management-h2{
  font-size: 28px;
}

.line-full.progress-line li::before {
  width: 100%;
}

.line-full.progress-line li::after {
  left: 100%;
}

.sort-sec select {
  display: block;
  float: left;
  /*width: 65%;*/
  font-size: 14px;
  /*padding: 3px;*/
  height: 38px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.sort-sec-tag select {
  display: block;
  float: left;
  width: 160px;
  margin-right: 21px;
  font-size: 14px;
  padding: 3px;
  height: 30px;
  border: 1px solid #ccc;
}

.sort-sec .select:after {
    content: "";
    position: absolute;
    pointer-events: none;
    right: 8px;
    top: 15px;
    border-top: 5px solid #7b797a;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

@-moz-document url-prefix() {
  select, select:-moz-focusring, select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    /*background-image: none !important;*/
    border: none;
  }
}

.steps-sec {
  -webkit-box-shadow: 3px 3px 18px -10px #000;
  -moz-box-shadow: 3px 3px 18px -10px #000;
  box-shadow: 3px 3px 18px -10px #000;
  padding: 28px 0 21px 0;
  background: #fff;
}

.steps-sec ul {
  width: 650px;
  margin: 0 auto;
}

.steps-sec li {
  float: left;
  text-align: center;
  line-height: 1.2;
  margin: 0 45px;
  position: relative;
  z-index: 2;
  min-width: 93px;
}

.steps-sec li span:before {
  content: " ";
  position: absolute;
  left: 0px;
  height: 2px;
  width: 185px;
  top: 9px;
  z-index: -1;
  background: #654577;
}

.steps-sec li.active span:before, .steps-sec li.process span:before {
  background: #e7e7e7;
}

.steps-sec li:last-child span:before {
  display: none;
}

.steps-sec li:first-child {
  margin-left: 0;
}

.steps-sec li:last-child {
  margin-right: 0;
}

.steps-sec li span {
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #dfdfdf;
  display: inline-block;
  position: relative;
}

.steps-sec li.active span, .steps-sec li.completed span {
  background: #4b3692;
}

.steps-sec li.active p a, .steps-sec li.active p {
  color: #212228;
}

.steps-sec li p {
  display: block;
  color: #A3A3A3;
  display: block;
  font-size: 19px;
  font-weight: 600;
}

.steps-sec li p a {
  color: #A3A3A3;
}

.preview-btn {
  margin-top: -48px;
  float: right;
  margin-right: 92px;
  font-size: 21px;
  font-weight: 500;
  padding: 11px 32px;
}

.navigation .prog {
  font-size: 18px;
  font-weight: 500;
  color: #101B2B;
  display: inline-block;
  padding-top: 31px;
}

.navigation ul.build-list {
  padding: 27px 0px;
}

.about-icons p {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

.icon-ques {
  background-position: -417px -14px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.icon-optimal {
  background-position: -441px -12px;
  width: 30px;
  height: 27px;
  vertical-align: middle;
}

.breadcrum li {
  float: left;
  font-size: 21px;
  font-weight: 500;
  color: #B2B2B2;
  margin-left: 35px;
  line-height: 1.2;
  position: relative;
  padding-top: 6px;
}

.breadcrum li.active {
  font-weight: 600;
  color: #52475C;
  font-size: 26px;
  padding-top: 0;
}

.breadcrum li.active:after {
  display: none;
}

.breadcrum li:first-child {
  margin-left: 0;
}

.breadcrum {
  float: left;
  padding: 46px 0;
}

.about-icons {
  float: right;
  background: #fff;
  border: 2px solid #44338c;
  padding: 7px 23px;
  margin-top: 25px;
  margin-right: 4px;
}

.about-icons>div {
  margin-bottom: 5px;
}

.about-icons span {
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  vertical-align: middle;
}

.cont-build, .grey-bg {
  background: #E8ebee;
}

.cont-build{
  min-height:100%
}

.breadcrum li:after {
  content: ">";
  font-size: 24px;
  font-weight: 500;
  color: #B2B2B2;
  right: -24px;
  top: 5px;
  position: absolute;
}

.prog-title input {
  width: 100%;
  padding: 7px 6px;
  background: #fff;
  float: none;
  height: 36px;
}

.title-form input {
  font-size: 24px;
  font-weight: 400;
  color: black;
  height: 36px;
}

.welcome-msg input {
  font-size: 18px;
  font-weight: 400;
  color: black;
}

.prog-title .form-group {
  margin-bottom: 27px;
}

.prog-title {
  background: #fff;
  padding: 34px 40px;
}

.prog-title .welcome-msg {
  margin-bottom: 8px;
}

.buld-profile {
  margin-right: 22px;
}

.page-1-section {
  margin-top: 61px;
  padding: 39px 52px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}

.page-1-section input {
  font-size: 21px;
  padding: 0 10px;
}

.rating-style span {
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  color: #8E8E8E;
}

.page-1-section .form-group {
  margin-bottom: 28px;
}

.rating-style .ui-selectmenu-button.ui-button {
  margin-right: 600px;
  width: 104px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding: 8px 9px 6px 16px;
  float: right;
}

.rating-style span.ui-selectmenu-text {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-right: 0;
}

#smiley-menu .ui-menu-item-wrapper, #range1-menu .ui-menu-item-wrapper, #range2-menu .ui-menu-item-wrapper {
  font-size: 14px;
  font-weight: 600;
}

.rating-style .ui-selectmenu-icon.ui-icon {
  margin-right: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.rating-style select {
  display: none;
}

.rating-style {
  margin-bottom: 25px;
}

.rating-range>span {
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  color: #8E8E8E;
}

#range1-button {
  margin-left: 14px;
}

.rating-range .ui-selectmenu-button.ui-button {
  width: 68px;
  padding: 9px 0px 9px 16px;
}

.rating-range .ui-selectmenu-text {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.rating-range .ui-selectmenu-icon.ui-icon {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.rating-range>strong {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  margin: 0 11px;
}

.ratings-option {
  padding: 19px 0 3px 0;
}

.ratings-option li {
  line-height: 1.2;
  margin-bottom: 14px;
}

.ratings-option li label {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  padding: 5px 47px 5px 5px;
  margin-left: 50px;
  min-width: 180px;
  border-bottom: 1px solid #e6e6e6;
}

.ratings-option li input[type="radio"]:checked, .ratings-option li input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.ratings-option li input[type="checkbox"]:checked, .ratings-option li input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.ratings-option li label:before {
  content: " ";
  position: absolute;
  height: 30px;
  width: 30px;
  border: 1px solid #acacac;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  left: -47px;
  top: -2px;
}

.ratings-option li label:after {
  content: " ";
  width: 30px;
  height: 30px;
  background: #000;
  position: absolute;
  left: -47px;
  top: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mutiple-select li label:before, .mutiple-select li label:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ratings-option li input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ratings-option li input[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ratings-option li input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ratings-option li input[type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.response-ques p {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  color: #8E8E8E;
  vertical-align: middle;
  padding: 5px 0;
}

.opt-ans {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}

.opt-ans>span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.switch-slide {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 14px;
  vertical-align: middle;
  cursor: pointer;
}

.switch-slide input {
  position: absolute;
  left: -999px;
  opacity: 0;
}

.slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #c7bae8;
  -webkit-border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.slider::before {
  content: " ";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  bottom: -3px;
  background: #705ba8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.switch-slide input:checked+.slider::before {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}

.response-ques {
  padding: 0 0 0 5px;
  margin-bottom: 22px;
}

.metric-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.new_metric_label {
  margin-top: 16px;
  display: block;
  margin-bottom: 30px;
  width: 100%
}

.page-2-form .new_metric_label label {
  width: 226px;
  margin-top: 14px;
  font-size: 19px;
  color: #8E8E8E;
}

.tool-tip {
  text-align: right;
}

.page-2-form .new_metric_label form input {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 21rem;
  padding: 0px;
  margin: -16px 0px 0px 10px;
  font-size: 16px;
  height: 20px;
}

.page-2-form .new_metric_label .btn {
  height: 27px;
  margin-top: -16px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

.new_metric_label {
  color: #000;
}

.create_new_metric, .create_new_metric:active {
  /*background:#6f5fa8;*/
  background: #f38355;
  color: #fff;
  font-weight: bold;
}

.metric-name {
  font-size: 14px;
  text-transform: capitalize;
}

.metric-wrap .ui-selectmenu-button.ui-button {
  width: 171px;
  padding: 8px 0px 8px 12px;
  color: #8E8E8E;
}

.metric-wrap .ui-selectmenu-text {
  color: #8E8E8E;
}

#metric-name-menu .ui-menu-item-wrapper {
  font-size: 14px;
  color: #8E8E8E;
}

#metric-name-menu .ui-menu-item:hover .ui-menu-item-wrapper {
  color: #fff;
}

.metric-wrap .ui-selectmenu-icon.ui-icon {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.metric-wrap .tool-tip {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.icon-preview {
  background-position: -8px -64px;
  width: 31px;
  height: 31px;
  vertical-align: middle;
}

.required-wrap {
  float: left;
}

.page-1-section .follow-up .form-group {
  margin-bottom: 40px;
}

.required-wrap.switch>span {
  font-size: 14px;
  font-weight: 400;
  color: #4B3693;
  display: inline-block;
  margin-left: 11px;
}

.preview {
  float: right;
  margin-right: 13px;
}

.preview span {
  font-size: 14px;
  font-weight: 400;
  color: #4B3693;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.preview a {
  display: block;
}

.form-btn-wrap .btn {
  font-size: 21px;
  font-weight: 500;
  padding: 11px 28px;
  line-height: 1.2;
}

.form-btn-wrap .btn-customize {
  float: left;
  border: none;
}

.form-btn-wrap .btn-finish {
  float: right;
  border: none;
  line-height: 1.2;
  margin-right: 7px;
}

.form-btn-wrap .btn-finish-disable {
  float: right;
  border: none;
  line-height: 1.2;
  margin-right: 7px;
  background-color: #bebebf;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.truncate_text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.form-btn-wrap {
  padding-bottom: 20px;
}

.page-no {
  position: absolute;
  min-height: 41px;
  min-width: 160px;
  background: #6f5fa8;
  top: -39px;
  left: 0;
  padding: 12px 0;
}

.page-no span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: center;
}

.page-no-first {
  position: absolute;
  min-height: 41px;
  min-width: 160px;
  background: #6f5fa8;
  top: -20px;
  left: 0;
  padding: 12px 0;
}

.page-no-first span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: center;
}

.add-page {
  position: absolute;
  top: 50%;
  right: -20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.add-page:hover span {
  display: block;
}

.add-page span {
  min-width: 133px;
  background: #565656;
  display: none;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: -42px;
  right: 0;
  margin: 0 auto;
}

.add-page span a {
  display: block;
  color: #fff;
}

.add-page>a {
  height: 40px;
  width: 40px;
  background: #f18153;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
}

.add-page a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.add-page-disable {
  position: absolute;
  top: 50%;
  right: -20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.add-page-disable:hover span {
  display: block;
}

.add-page-disable span {
  min-width: 133px;
  background: #565656;
  display: none;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: -42px;
  right: 0;
  margin: 0 auto;
}

.add-page-disable span a {
  display: block;
  color: #fff;
}

.add-page-disable>a {
  height: 40px;
  width: 40px;
  background: #ccc;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
}

.add-page-disable a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bdrc-2 {
  margin-top: 17px;
}

.page-2-sec {
  margin-top: 24px;
  padding: 0;
  padding-bottom: 17px;
  margin-bottom: 32px;
}

.page-name input {
  width: 42%;
  font-size: 24px;
  font-weight: 400;
  color: #8E8E8E;
  display: block;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  height: 47px;
}

.page-name input::placeholder {
  text-align: center;
}

.page-name input:-ms-input-placeholder {
  text-align: center;
}

.page-name input::-ms-input-placeholder {
  text-align: center;
}

.page-name {
  border-bottom: 1px solid #f3f3f3;
  padding: 35px 0;
}

.page-2-form {
  padding: 44px 47px 25px;
  border-bottom: 1px solid #eaeaea;
}

.ques-type .form-group {
  float: left;
  width: 67%;
  margin-right: 1.5%;
}

.ques-type .ui-selectmenu-button.ui-button {
  float: left;
  width: 25%;
  padding: 12px 12px 12px 26px;
}

.ques-type .ui-selectmenu-text {
  font-size: 18px;
  font-weight: 400;
  color: #777;
}

#response-menu .ui-menu-item-wrapper, #response-2-menu .ui-menu-item-wrapper {
  font-size: 18px;
  color: #777;
}

#response-menu .ui-menu-item:hover .ui-menu-item-wrapper, #response-2-menu .ui-menu-item:hover .ui-menu-item-wrapper {
  color: #fff;
}

.page-2-form input {
  padding: 22px 10px 5px;
  height: 45px;
}

.ques-type .form-group {
  margin-bottom: 0;
}

.ques-type {
  margin-bottom: 30px;
}

.ended-ans {
  margin-bottom: 33px;
}

.ended-ans input {
  font-size: 18px;
}

.preview-wrap {
  padding: 0 19px;
  /*margin-bottom: 65px;*/
}

.prev-2 {
  margin-bottom: 0px;
}

.ad-ques-btn .btn {
  background: #333333;
  font-size: 21px;
  font-weight: 600;
  width: 100%;
  padding: 10px 17px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.ad-ques-btn {
  padding: 27px 47px;
}

.page-nav ul {
  text-align: center;
}

.page-nav ul li {
  display: inline-block;
  margin: 0 15px;
  line-height: 1.2;
}

.page-nav ul li:first-child {
  padding-left: 0;
}

.page-nav ul li a {
  font-size: 21px;
  font-weight: 400;
  color: #4B3693;
}

/*
.page-nav ul li:last-child a {
	color: #7F7F7F;
}
*/

.page-nav {
  margin-bottom: 30px;
}

.ques-type .prog-option {
  margin-top: -21px;
  position: relative;
  margin-right: 0;
  cursor: pointer;
}

.prog-opt-menu {
  position: absolute;
  right: -146px;
  top: -28px;
  background: #fff;
  width: 140px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  display: block;
  z-index: 3;
}

.prog-opt-menu ul {
  width: 100%;
  position: relative;
}

.prog-opt-menu li {
  /*padding: 12px 0px;*/
  line-height: 1.2;
  border-bottom: 1px solid #f3f3f3;
}

/*.prog-opt-menu ul:before {
  position: absolute;
  content: " ";
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e5e5e5;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.prog-opt-menu ul:after {
  position: absolute;
  content: " ";
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 50%;
  left: -19px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

.prog-opt-menu li a {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #000;
  display: block;
  padding: 12px 0px;
  /*font-family: Arial;*/
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  margin: 0 0px;
}

.ques-section-1, .ques-section-2 {
  position: relative;
  padding-bottom:40px;
}

.page-swap-icons {
  position: absolute;
  width: 20px;
  left: -57px;
  top: 40%;
}

.page-swap-icons a {
  display: block;
  height: 12px;
  margin-bottom: 4px;
}

.icon-swap-up {
  background-position: -60px -67px;
  width: 20px;
  height: 12px;
}

.icon-swap-down {
  background-position: -60px -83px;
  width: 20px;
  height: 12px;
}

.ques-section-2 .page-swap-icons {
  top: 31%;
}

.questionaire h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 34px;
  color: #4B3693;
}

.bdrc-3 {
  margin-top: 5px;
}

.bdrc-3 .about-icons {
  margin-top: 33px;
  margin-right: 12px;
}

.questionaire {
  padding: 37px 0px 26px 0;
}

.thankyou-note strong {
  font-size: 21px;
  font-weight: 500;
  color: #383838;
  float: left;
  padding-left: 7px;
}

.thankyou-note .opt-ans {
  float: right;
  padding: 0 23px;
}

.thankyou-note>.opt-ans>span {
  font-size: 21px;
  font-weight: 500;
  color: #383838;
  padding: 0 14px;
}

.thankyou-note .switch-slide {
  width: 52px;
  height: 19px;
}

.thankyou-note .slider::before {
  height: 26px;
  width: 26px;
}

.thankyou-note .switch .switch-slide input:checked+.slider::before {
  -webkit-transform: translateX(27px);
  -moz-transform: translateX(27px);
  -ms-transform: translateX(27px);
  -o-transform: translateX(27px);
  transform: translateX(27px);
}

.thanks-msg {
  background: #fff;
  padding: 42px 38px 54px 38px;
  margin-bottom: 42px;
}

.thanks-msg span {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  display: block;
  color: #000;
  padding-bottom: 13px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 17px;
}

.thanks-msg input {
  font-size: 21px;
  color: #8E8E8E;
  font-weight: 400;
  height: 40px;
}

.homepage {
  background: #fff;
}

.file-upload label {
  font-size: 18px;
  display: block;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}

.file-upload .form-group{
  margin-bottom: 0;
}

.customize-sec li p {
  font-size: 21px;
  color: #000;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.customize-sec li .opt-ans {
  display: inline-block;
  padding: 0 24px;
}

.customize-sec>.opt-ans>span {
  padding: 0 7px;
}

.custom-sec {
  background: #fff;
}

.survey {
  display: inline-block;
  margin-left: 11px;
}

.bdrc-4 .breadcrum {
  padding: 43px 0 22px 0;
}

.customize-sec li {
  padding: 0 23px;
  line-height: 1.2;
  margin-bottom: 29px;
}

.survey .ui-selectmenu-text {
  font-size: 21px;
  color: #000;
  font-weight: 400;
}

#time-survey-menu .ui-menu-item-wrapper {
  font-size: 21px;
}

.survey .ui-selectmenu-button.ui-button {
  padding: 9px 17px;
  width: 383px;
  height: auto;
}

.survey .ui-selectmenu-icon.ui-icon {
  margin-right: 2px;
  margin-top: 6px;
}

.file-upload {
  padding: 7px 56px;
}

.file-upload .file-wrap {
  float: left;
  width: 373px;
  position: relative;
  border: 1px solid #e1e1e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.file-upload .file-name {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 11px 125px 11px 16px;
  border-right: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  border: none;
}

.btn-file, .btn-file input, .btn-file .btn {
  position: absolute;
  right: 0;
  top: -1px;
  width: 110px;
  height: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  opacity: 0;
  font-size: 0;
  background: #9C8FC4;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.btn-file {
  opacity: 1;
}

.btn-file .btn {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 0 5px;
  opacity: 1;
  top: 50%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-upload {
  font-size: 14px;
  font-weight: 500;
  color: #2c1781;
  background: #fff;
  border: 2px solid #1b0075;
  margin-left: 21px;
  padding: 7px 31px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.btn-upload:hover {
  background: #2c1781;
  color: #fff;
}

.color-theme span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 19px;
}

.color-theme {
  margin-top: 28px;
  padding: 0 56px;
  margin-bottom: 50px;
}

.color-theme ul li {
  float: left;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 13px;
}

.color-theme ul li:nth-child(1) {
  background: #313332;
}

.color-theme ul li:nth-child(2) {
  background: #fff;
  border: 1px solid #e8e8e8;
}

.color-theme ul li:nth-child(3) {
  background: #b83427;
  border: 1px solid #aa1408;
}

.color-theme ul li:nth-child(4) {
  background: #f06232;
  border: 1px solid #f64920;
}

.color-theme ul li:nth-child(5) {
  background: #fed874;
  border: 1px solid #f8d15e;
}

.color-theme ul li:nth-child(6) {
  background: #6bbdae;
  border: 1px solid #52aea0;
}

.color-theme ul li:nth-child(7) {
  background: #13bae4;
  border: 1px solid #13bae4;
}

.color-theme ul li:nth-child(8) {
  background: #4b3694;
  border: 1px solid #260f7b;
}

.color-theme ul {
  padding: 0 9px;
  float: left;
}

.color-option a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  float: left;
  padding: 5px 0;
  margin-left: 24px;
}

.proceed-btn {
  text-align: center;
}

.proceed-btn .btn {
  float: none;
  margin-right: 0;
  padding: 11px 40px;
}

.tip-day {
  text-align: center;
}

.tip-day span {
  font-size: 36px;
  color: #fff;
  background: #4b3693;
  width: 76px;
  height: 76px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-weight: 800;
  text-align: center;
  padding: 19px 0;
  margin-bottom: 21px;
}

.tip-day strong {
  font-size: 24px;
  font-weight: 800;
  color: #52475C;
  display: block;
  text-align: center;
  margin-bottom: 26px;
}

.tip-day p {
  font-size: 24px;
  color: #52475C;
  font-weight: 600;
  text-align: center;
}

.tip-sec {
  background: #fff;
}

.tip-day {
  padding: 238px 0;
}

/*=======Reminders Style start========*/

.d-reminder-wrap {
  padding-bottom: 60px;
}

.d-survey .d-date-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 227px;
}

.d-survey label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
  color: #000;
  font-size: 21px;
  font-weight: 500;
}

input.rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 18px;
  border: 1px solid #dcdfe2;
  padding: 0 15px;
}

.d-survey {
  margin-bottom: 20px;
  padding: 0 8px 0 25px;
}

.d-reminder {
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* overflow: hidden; */
  margin-bottom: 7px;
  padding: 26px 32px 24px 38px;
  border: 1px solid #dcdfe2;
}

.switch span {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
}

.switch-slide {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 14px;
  vertical-align: middle;
  cursor: pointer;
}

.switch-slide input {
  position: absolute;
  left: -999px;
  opacity: 0;
}

.switch .slider {
  background: #9f9f9f;
}

.switch .slider::before {
  background: #fafafa;
}

.switch .switch-slide input:checked+.slider {
  background-color: #c7bbe9;
}

.switch .switch-slide input:checked+.slider::before {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  background-color: #6f5ba7;
}

.d-date-wrap, .time-wrap {
  position: relative;
}

.d-date-wrap i, .time-wrap i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.icon-date {
  background-position: -99px -73px;
  width: 19px;
  height: 22px;
}

.icon-watch {
  background-position: -140px -75px;
  width: 16px;
  height: 17px;
}

/*Datepicker*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #ffffff;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 13px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.ui-widget-content {
  color: #333333;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-widget {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-datepicker-next {
  right: 15px;
}

.ui-datepicker-next span, .ui-datepicker-prev span {
  font-size: 0;
  width: 14px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -5px;
}

.ui-datepicker-prev {
  left: 15px;
}

/*Datepicker*/

.d-date-wrap .ui-datepicker .ui-datepicker-next span {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #4a3692;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #4a3692;
  margin-left: 0;
  top:0;
  margin-top: 0;
  left:0;
  transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
}



.ui-datepicker .ui-datepicker-next span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.ui-datepicker-title span {
  font-size: 20px;
}

.ui-datepicker-calendar th span {
  font-size: 18px;
}

.ui-datepicker {
  width: 280px !important;
  z-index: 999 !important;
}

.ui-datepicker-calendar td a {
  font-size: 16px;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.4;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #c5c5c5;
  background: #fff;
  color: #4a3692;
}

.icon-mail {
  background-position: -180px -73px;
  width: 27px;
  height: 22px;
}

.icon-share {
  background-position: -227px -76px;
  width: 31px;
  height: 16px;
}

.icon-qrcode {
  background-position: -278px -79px;
  width: 26px;
  height: 26px;
}

.d-reminder-description {
  border-top: 1px solid #000;
  padding-top: 23px;
  display: none;
}

.d-reminder-description li {
  margin-bottom: 17px;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
}

.d-reminder-description li>* {
  flex: 1 auto;
}

.d-reminder-description li>label {
  flex: 0 auto;
}

.d-reminder-description li .rounded {
  height: 31px;
  font-size: 18px;
  padding: 0 15px;
}

.d-reminder h2 {
  line-height: 1;
  color: #202e45;
  font-size: 24px;
  font-weight: 500;
}

.d-reminder h2 i {
  margin-right: 15px;
  vertical-align: top;
}

.d-reminder h3 {
  font-size: 20px;
  color: #202e45;
  font-weight: 500;
}

.d-reminder-description {
  margin: 13px 0 0;
}

.d-reminder-description label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #000;
  font-size: 18px;
}

.d-reminder-description li .text-field input {
  padding-bottom: 0;
}

.d-reminder-description .time-wrap, .d-reminder-description .email-list {
  display: inline-block;
  vertical-align: middle;
  width: 238px;
  margin-right: 15px;
}

.d-reminder-description li .time span {
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
}

.d-reminder .email-child {
  margin-bottom: 26px;
}

.d-reminder .email-child.mb-0 {
  margin-bottom: 0;
}

.ui-selectmenu-icon.ui-icon {
  background-image: url(../images/sprite.png);
}

.ui-button:hover .ui-icon {
  background-image: url(../images/sprite.png);
}

.select-box .ui-selectmenu-button.ui-button {
  width: 100%;
  position: relative;
  padding: 6px 45px 6px 10px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.select-box .ui-selectmenu-icon.ui-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-box .ui-selectmenu-text {
  font-size: 18px;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content {
  border: none;
}

.share-reminder h2 i {
  vertical-align: middle;
}

.share-reminder h2, .qr-reminder h2 {
  font-size: 24px;
}

#ui-id-1-menu .ui-menu-item-wrapper {
  color: #777;
  font-size: 18px;
}

#ui-id-1-menu .ui-menu-item:hover .ui-menu-item-wrapper {
  color: #fff;
}

.share-link .opt-ans {
  display: inline-block;
}

/*=======Reminders Style end========*/

/*=======publish Style start========*/

.publish-wrap .d-reminder-description {
  border-color: #573b71;
}

.publish-wrap .select-box .ui-selectmenu-text {
  color: #777;
  /*font-family: 'Raleway', sans-serif;*/
  font-family: "Avenir", Helvetica, Arial, sans-serif;
}

.publish-wrap .d-reminder-description li .rounded {
  color: #777;
}

.wickedpicker__controls__control--hours, .wickedpicker__controls__control--separator-inner, .wickedpicker__controls__control--minutes, .wickedpicker__controls__control--meridiem {
  color: #777;
  outline: none;
}

.wickedpicker__controls__control-up {
  background: url("../images/sprite.png") no-repeat;
  background-position: -60px -67px;
  width: 20px;
  height: 12px;
  font-size: 0;
}

.wickedpicker__controls__control-down {
  background: url("../images/sprite.png") no-repeat;
  font-size: 0;
  background-position: -60px -83px;
  width: 20px;
  height: 12px;
}

.wickedpicker__title {
  font-size: 21px;
  font-weight: 400;
}

.publish-wrap input.rounded {
  color: #777;
}

.select-box-file {
  display: inline-block;
  width: 297px;
}

.select-box-file .ui-selectmenu-button.ui-button {
  width: 100%;
  padding: 11px 10px;
}

.select-box-file .ui-selectmenu-text {
  font-size: 18px;
  color: #777;
  /*font-family: 'Raleway', sans-serif;*/
  font-family: "Avenir", Helvetica, Arial, sans-serif;
}

.select-box-file .ui-selectmenu-icon.ui-icon {
  margin-top: 5px;
}

.btn-qr {
  font-size: 21px;
  font-weight: 500;
  color: #4B3693;
  background: #fff;
  border: 2px solid #4B3693;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 25px;
}

.btn-qr:hover {
  background: #4B3693;
  color: #fff;
}

.btn-qr-disabled {
  font-size: 21px;
  font-weight: 500;
  color: #777;
  background: #fff;
  border: 2px solid #777;
  ;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 25px;
}

.d-reminder-description .flex-align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.customize-sec .switch .slider::before {
  border: 1px solid #9f9f9f;
}

.customize-sec .switch .switch-slide input:checked+.slider::before {
  border: none;
}

.customize-sec .switch {
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -1px;
}

.customize-sec .switch span {
  font-size: 21px;
  font-weight: 400;
}

.switch-2 span {
  font-size: 18px;
}

/*=======publish Style end========*/

/*=======popup Style start========*/

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 243, 244, 0.9);
  z-index: 9999;
  overflow: auto;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
}

.overlay-area {
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 14px -6px #000;
  -moz-box-shadow: 0 6px 14px -6px #000;
  box-shadow: 0 6px 14px -6px #000;
  width: 850px;
  text-align: left;
  padding: 55px 32px 20px;
}

.rating-area {
  width: 650px;
  margin: 0 auto;
}

.rating-list {
  padding: 14px 0 58px 29px;
}

.rating-list li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 78px;
  height: 78px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 19px;
}

.rating-list li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.rating-list li i {
  width: 78px;
  height: 78px;
}

.rating-list li img {
  width: 100%;
}

.overlay .icon-never {
  background-position: -8px -124px;
}

.overlay .icon-dislike {
  background-position: -97px -124px;
}

.overlay .icon-notsure {
  background-position: -187px -124px;
}

.overlay .icon-like {
  background-position: -276px -124px;
}

.overlay .icon-sure {
  background-position: -366px -124px;
}

.overlay .required {
  font-size: 14px;
  color: #b21818;
  display: block;
  margin-bottom: 28px;
  position: relative;
  padding-left: 10px;
}

.overlay .required sup {
  left: 0;
}

.overlay sup {
  font-size: 28px;
  color: #b21818;
  line-height: 1;
  top: 0;
  position: absolute;
}

.overlay label {
  color: #595959;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-right: 10px;
  word-wrap: break-word;
}

.overlay label sup {
  top: auto;
}

.overlay .pagination {
  padding: 50px 0;
}

.survey-step{
  margin-top: 30px;
}

.survey-step li {
  float: left;
  /*width: calc(100%/5 - 3px);*/
  margin-right: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  width: var(--progress-width);
  min-width: 20px !important;
   margin-bottom: 10px;
}

.survey-step li:last-child {
  margin-right: 0;
  width: var(--progress-width);
}

.survey-step li a {
  display: block;
  background-color: #efefef;
  min-height: 8px;
}

.survey-step .active a {
  /*background-color: #f8ae19;*/
  background-color: var(--theme-color);
}

.thanks-survey {
  text-align: center;
}

.overlay .thanks-survey h2 {
  font-size: 32px;
  color: #444;
  font-weight: 400;
  margin-bottom: 28px;
  margin-top: 0px;
}

.thanks-survey strong {
  font-size: 19px;
  color: #727271;
  display: block;
  padding-bottom: 41px;
  border-bottom: 1px solid #cccccc;
  word-wrap: break-word;
}

.thanks-survey p {
  color: #444;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 14px;
  word-wrap: break-word;
}

.survey-overlay {
  border-top: 6px solid;
  border-top-color: var(--thankyou-border-color);
  /*border-top: 6px solid #f8ae19;*/
  padding: 94px 49px 70px;
}

.powered-by {
  padding: 35px 0 0 0;
  text-align: center;
}

.icon-drop-throught {
  background-position: -392px -63px;
  width: 45px;
  height: 54px;
}

.powered-by span {
  display: block;
  color: #5B5B5B;
  font-size: 18px;
  font-weight: 400;
}

.powered-by span strong {
  font-weight: 800;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  font-size: 18px;
}

.slider-list li {
  color: #000;
  font-size: 12px;
  float: left;
  padding: 0 12px;
}

.range-wrapper span {
  font-size: 14px;
}

.overlay h2 {
  font-size: 24px;
  margin-bottom: 34px;
  color: #444;
  word-wrap: break-word;
}

.radio-wrap {
  margin-bottom: 30px;
}

.radio-wrap li {
  padding: 0 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
}

.radio-wrap li:hover, .radio-wrap .active {
  /*background-color: #fef1d8;*/
  /*background-color: var(--answer-option-hover-color);*/
  /*opacity: 0.2;*/
}

.radio-round {
  padding-left: 42px;
  position: relative;
}

.radio-round input, .radio-round i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  /*background-color: var(--single-choice-background-color);*/
  border: 2px solid #d1d1d1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.radio-round input {
  z-index: 3;
  opacity: 0;
  margin: 0;
}

/*.radio-round i:after {
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--single-choice-background-color);
  background-color: #6f5ba7;
  content: '';
  top: 2px;
  left: 2px;
  display: none;
}

.radio-round input:checked+i,
.radio-round input:checked+i:after {
  border: 2px solid;
  border-color: var(--single-choice-border);
  border: 2px solid #6f5ba7;
  display: block;
}*/

.radio-round i:after {
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*background-color: #f8ae19;*/
  background-color: #6f5ba7;
  background-color: var(--single-choice-background-color);
  content: '';
  top: 2px;
  left: 2px;
  display: none;
}

.radio-round input:checked+i, .radio-round input:checked+i:after {
  border: 2px solid;
  /*border:2px solid #f8ae19;*/
  border: 2px solid #6f5ba7;
  border-color: var(--single-choice-border);
  display: block;
}

.overlay .radio-wrap li label {
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  font-size: 15px;
}

.refer-overlay label {
  margin-bottom: 24px;
  padding: 0;
}

.refer-overlay .rating-list {
  padding: 0;
  text-align: center;
}

.refer-overlay .pagination {
  padding: 50px 0 41px;
}

.overlay button {
  border: none;
}

/*.overlay button {
  background-color: #f8ae19;
  color: #fff;
}*/

.overlay button .btn{
  background-color: #f8ae19;
  color: #fff;
}

.overlay button .btn-gry{
  background-color: #ccc;
  color: #fff;
}

.check-wrap {
  margin-bottom: 30px;
}

.check-wrap li {
  padding: 0 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
}

.check-wrap li:hover {
  /*background-color: #fef1d8;*/
  /*background-color: var(--answer-option-hover-color);*/
  /*opacity: 0.2;*/
}

.check-square {
  /* padding-left: 42px; */
  position: relative;
}

.check-square input, .check-square i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #d1d1d1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.check-square input {
  z-index: 3;
  margin: 0;
  opacity: 0;
}

.check-square i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/sprite.png);
  background-position: -323px -83px;
  width: 13px;
  height: 13px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  content: '';
}

.check-square input:checked+i {
  /*background-color: #f8ae19;*/
  background-color: #6f5ba7;
  background-color: var(--multi-choice-background-color);
  border: none;
}

.check-square input:checked+i:after {
  display: block;
}

.overlay .check-wrap li label {
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  font-size: 16px;
}

.overlay .rating-survey {
  border-top: 6px solid;
  border-top-color: var(--welcome-border-color);
  /*border-top: 6px solid #f9ad19;*/
  -webkit-box-shadow: 0 6px 14px -6px #000;
  -moz-box-shadow: 0 6px 14px -6px #000;
  box-shadow: 0 6px 14px -6px #000;
  padding: 31px 61px 60px 74px;
  background: #fff;
  text-align: center;
}

.rating-survey a {
  display: inline-block;
  margin-bottom: 16px;
}

.rating-survey h1 {
  font-size: 32px;
  font-weight: 400;
  color: #444;
  text-align: center;
  margin-bottom: 29px;
  word-wrap: break-word;
}

.rating-survey p {
  font-size: 19px;
  font-weight: 400;
  color: #727271;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 37px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 19px;
  word-wrap: break-word;
}

.rating-survey .btn-survey {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  padding: 10px 33px;
  margin-bottom: 46px;
}

.rating-survey span {
  display: block;
  color: #5B5B5B;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.overlay .rating-area input {
  font-size: 23px;
  line-height: 1;
  padding: 5px 10px 0;
}

.question-overlay h2 {
  margin-bottom: 44px;
}

.question-overlay .rating-area span {
  color: #595959;
  font-size: 23px;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.question-overlay .rating-area input {
  margin-bottom: 44px;
}

.question-overlay .rating-list {
  padding: 14px 0 0 0;
  text-align: center;
}

/* .required-area {
  background-color: #ffe0e0;
  padding: 25px 30px 19px;
  margin: 0 -30px 25px;
} */

.required-error {
  color: #b21818;
  font-size: 15px;
  display: block;
  padding-left: 10px;
}

.required-area .radio-wrap li:hover, .required-area .radio-wrap .active {
  background-color: #ffe0e0;
}

.additional-questions .radio-wrap {
  margin-bottom: 20px;
}

.additional-questions .check-wrap {
  margin-bottom: 0;
}

.additional-questions .pagination {
  padding: 23px 0 43px;
}

.additional-questions .check-wrap li:hover, .additional-questions .check-wrap .active {
  background-color: #fef1d8;
}

.additional-questions .check-wrap li {
  margin-bottom: 3px;
}

/*=======popup Style end========*/

/*=======range Style start========*/

.overlay .range-stepper label {
  display: inline-block;
  font-size: 18px;
  color: #595959;
  font-weight: 400;
  position: absolute;
}

.label-wrap-range {
  position: relative;
}

.radios-to-slider.medium .slider-label {
  top: -50px;
  width: 54px;
}

.range-stepper {
  background: #efefef;
}

.radios-to-slider.medium .slider-knob {
  background: #fff;
  border-color: #f7ad18;
  height: 20px;
  width: 20px;
}

.radios-to-slider .slider-bar {
  /*background: #f8ae1b;*/
  background: #6f5ba7;
  background: var(--slider-color);
}

.radios-to-slider.medium .slider-level {
  background: #efefef;
}

.radios-to-slider .slider-level.slider-lower-level {
  /*background: #f8ae19;*/
  background: var(--slider-color);
  opacity: 1;
}

.overlay .range-stepper .slider-label.slider-label-active {
  color: #fff;
  z-index: 2;
}

.overlay .range-stepper .slider-label.slider-label-active:after {
  content: " ";
  position: absolute;
  left: -7px;
  right: 0;
  margin: 0 auto;
  top: -13px;
  /*background: #f9af1c;*/
  background: #6f5ba7;
  background: var(--slider-color);
  width: 46px;
  height: 46px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 75px;
  -webkit-border-bottom-right-radius: 75px;
  -webkit-border-bottom-left-radius: 75px;
  -webkit-transform: rotate(223deg);
  -moz-transform: rotate(223deg);
  -ms-transform: rotate(223deg);
  -o-transform: rotate(223deg);
  transform: rotate(223deg);
  border-top-left-radius: 0;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-bottom-left-radius: 75px;
  z-index: -1;
}

.radios-to-slider.medium {
  height: 9px;
  box-sizing: border-box;
}

.radios-to-slider.medium .slider-level {
  height: 9px;
  width: 9px;
}

.rating-rage {
  float: right;
  width: 25%;
}

.prim-quest input {
  float: left;
  width: 70%;
}

.rating-rage .ui-selectmenu-button.ui-button {
  width: 100%;
  padding: 8px 12px;
}

.rating-rage .ui-selectmenu-text {
  font-size: 18px;
}

#rating-question-menu .ui-menu-item-wrapper {
  font-size: 18px;
}

.rating-rage .ui-selectmenu-icon.ui-icon {
  margin-top: 3px;
}

/*=======range Style end========*/

.rating-label li span {
  display: inline-block;
  font-size: 16px;
  color: #000;
}

.rating-label li {
  padding: 0 46px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.rating-label li input {
  display: inline-block;
  width: 30%;
  margin-left: 15px;
  font-size: 16px;
}

.rating-label li input:focus {
  border-bottom: 1px solid #4c3794;
}

.rating-range {
  margin-bottom: 20px;
}

.rating-label {
  margin-bottom: 40px;
}

.response-ques .switch span {
  font-size: 18px;
  font-weight: 400;
}

.ratings-option li a {
  font-size: 18px;
  color: #4B3693;
  display: inline-block;
  padding: 0 47px;
  vertical-align: middle;
}

.ratings-option li a span {
  font-size: 52px;
  display: inline-block;
  font-weight: 300;
  vertical-align: middle;
}

.ratings-option li label.add-optn {
  color: #ababad;
}

.ratings-option li a .add-opt{
    font-size: 18px;
    color: #4B3693;
    display: inline-block;
    vertical-align: middle;
}

.page-name-overlay h3 {
  color: #595959;
  font-size: 20px;
  margin-bottom: 70px;
  word-wrap: break-word;
  line-height: 1.5
}

.radios-to-slider.medium .slider-label {
  top: -42px;
  width: 54px;
  padding: 0;
}

.radios-to-slider.medium .slider-level {
  top: 0;
}

.radios-to-slider.medium .slider-knob {
  background: #fff;
  border-color: #f7ad18;
  height: 8px;
  width: 8px;
  margin: 1px 1px 0 0;
}

.overlay .range-stepper .slider-label.slider-label-active:after {
  top: -16px;
  left: 0;
}

.overlay .radios-to-slider {
  margin-bottom: 18px;
  z-index: 2;
}

.label-wrap-range {
  z-index: 0;
}

.overlay .least-most {
  margin: 0 -5px;
}

.overlay .least, .overlay .most {
  font-size: 14px;
  color: #595959;
  position: absolute;
  top: calc(100% + 20px);
  top: -webkit-calc(100% + 20px);
}

.overlay .least {
  left: -10px;
}

.overlay .most {
  right: -20px;
}

.overlay .range-wrapper {
  margin-bottom: 70px;
}

.overlay .range-wrapper:nth-of-type(3) {
  margin-bottom: 53px;
}

#demo-rangestepper2 {
  width: 412px !important;
  margin: 0 auto;
}

#demo-rangestepper3 {
  width: 308px !important;
  margin: 0 auto;
}

.page-name-overlay .pagination {
  padding: 0 0 50px;
}

.rating-quest {
  font-size: 23px;
  font-weight: 400;
  color: #595959;
  display: block;
  margin-bottom: 21px;
}

/*====Account Style start====*/

.navigation ul.build-empty {
  padding: 73px 0px;
}

.build-list .icon-prog {
  /* background-position: -8px -228px;
  width: 41px;
  height: 43px; */

  background-image:url("../images/Navbar Icons/Survey-Grey.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 45px;
 }

.account h1 {
  color: #52475c;
  font-size: 36px;
  padding-left: 19px;
  margin-bottom: 9px;
  text-transform: capitalize;
}

.account-description {
  padding: 26px 22px 33px;
  border-bottom: 1px solid #b2b1b1;
}

.account h2 {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 500;
  /*margin-bottom: 10px;*/
  text-transform: capitalize;
}

.account label {
  font-size: 16px;
  color: #2d2d2d;
  line-height: 1.2;
  /*letter-spacing: -0.9px;*/
  /* text-transform: capitalize; */
  /*padding-right: 18px;*/
  -ms-flex-item-align: center;
  /*align-self: center;*/
  margin-bottom: 0px;
}

.mail-id{
  /* margin-bottom: 7.5px */
  margin-bottom: 0px;
}

.phoneNo label{
  margin-bottom: 14.5px;
}

.phoneNo > div{
  margin-top: 25px;
}

.comp1-address > div{
  height: 30px;
}

.comp1-address > div textarea{
  margin-top: 0px;
  padding-top: 0px;
  min-height: 30px;
}
.comp1-address label, .comp-address label {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* .account li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
} */

.account li.account-left,
#account_div_cent-percent {
  width:48%;
  flex:0 0 48%;
  margin-bottom:20px;
  display: flex;
}

.account li.account-left:nth-child(n-2) {
  width: 2%;
}

.account li.account-left .input-wrap {
  width: 100px;
}

.account li input,
.account li.account-left .for-span > span,
.account li.account-left .for-span > textarea {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #dadada;
  border-radius: 3px;
  width: 100%;
}

.account li.account-left .for-span{
  padding:0;
}

.account li.account-left .for-span > textarea{
  padding:6px 8px 0 8px;
  height:35px;
  min-height: auto;
}

.account li.account-left .for-span > span{
  padding:0 10px;
  display: block;
  height: 36px;
  line-height: 36px;
}

.account li.account-left .cent-percent > label{
  min-width: 200px;
}

.small-label li.account-left .cent-percent > label{
  min-width: 140px;
}

.account li input::placeholder {
  color: #000;
}

.account li input:-ms-input-placeholder {
  color: #000;
}

.account li input::-ms-input-placeholder {
  color: #000;
}

.account li input:focus {
  border-bottom: 1px solid #4b3693;
}

.input-wrap {
  display: inline-block;
  vertical-align: middle;
}

.account li .confirm-password .input-wrap {
  width: 218px;
}

.account .icon-show {
  background-position: -63px -228px;
  width: 24px;
  height: 18px;
}

.account .show-pas {
  position: absolute;
  top: 64%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pas-tool-tip {
  padding: 9px 15px;
  border: 1px solid #ba0000;
  position: absolute;
  right: 25px;
  bottom: calc(100% + 5px);
  bottom: -webkit-calc(100% + 5px);
  width: 236px;
  line-height: 1;
  z-index: 2;
  display: block;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.pas-tool-tip:after {
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #fff;
  content: '';
  z-index: 3;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.pas-tool-tip:before {
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 15px solid #ba0000;
  content: '';
  z-index: 2;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.pas-tool-tip span {
  font-size: 11px;
  color: #ba0000;
  display: block;
}

/* .account button {
  border: none;
  background-color: #bebebf;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  min-width: 102px;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: capitalize;
  margin-left: 15px;
} */

/* .account button:hover {
  background-color: #f28052;
} */

.account .icon-star {
  background-position: -63px -256px;
  width: 16px;
  height: 15px;
  vertical-align: text-top;
}

.account .account-profile h2 {
  padding: 0;
}

.mail-id {
  display: inline-block;
  font-weight: 300;
  font-size: 17px;
  color: #000;
  line-height: 1.2;
}

.adminBadge{
  font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 20px;
    padding: 5px 14px;
    margin-top: -21px;
    /* border: 1px solid #4b3693; */
    background-color: #EBEBF5;
    color: #4b3693;
    /*margin-bottom: 10px;*/
    margin-left: 15px;
}
.api label{
    color: #52475c;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.account .text-wrap {
  padding: 0 10px;
}

.account-company {
  padding: 10px 22px 33px;
}

.account .account-company h2 {
  margin-bottom: 13px;
}

.account .account-company {
  border-bottom: 0;
  /*border-bottom: 1px solid #b2b1b1;*/
}

.account .account-company li .account-left {
  width: 40%;
}

.account textarea {
  font-size: 17px;
  color: #000;
  border: none;
  padding: 0 10px;
  border-bottom: 1px solid #dadada;
  width: 100%;
  font-weight: 300;
  border-radius: 0px;
  height: 57px;
  font-family: "Proxima Nova", "Avenir", Helvetica, Arial, sans-serif;
  resize: none;
}

.account textarea:focus {
  border-bottom: 1px solid #4b3693;
}

.account-company li .company-name {
  /*margin-bottom: 21px;*/
  margin-top: 10px;
  margin-bottom: 10px;
}

.account .account-company .input-wrap {
  width: 252px;
}

.account-company .account-right .d-flex {
  width: 70%;
}

.account .btn-disable, .account .btn-active {
  /*height: 32px;*/
}

.btn-disable {
  background-color: #bebebf;
  cursor: not-allowed;
  pointer-events: none;
  color: #fff;
}

.btn-disable:hover {
  background-color: #bebebf !important;
}

.account .btn-active {
  background-color: #EFA848;
}

.account .btn-active:hover {
  background-color: #efa11c;
}

.info_save_btn {
  position: relative;
  text-align: center;
}

.info_save_btn>button {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

@media only screen and (max-width: 760px) {
  .info_save_btn {
    width: 100%;
  }
  .info_save_btn>button {
    position: relative;
  }
}

/*====Account Style end====*/

/*====Settings Style start====*/

.build-list .icon-dist {
  /* background-position: -8px -228px;
  width: 41px;
  height: 43px; */

  background-image:url("../images/Navbar Icons/Lists-Grey.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 45px;
 }

 .build-list .icon-settings {
  /* background-position: -163px -228px;
  width: 44px;
  height: 44px; */

  background:url("../images/Navbar Icons/Settings-Grey.svg");
  background-repeat: no-repeat;
 }

.build-list .active .icon-settings {
  background-position: -104px -229px;
}

.build-list .icon-user {
  /* background-position: -222px -221px;
  width: 65px;
  height: 55px; */

  background:url("../images/Navbar Icons/Access-Grey.svg");
  background-repeat: no-repeat;
 }

 build-list .active .icon-user {
  /* background-position: -302px -223px; */
  background:url("../images/Navbar Icons/Access-Grey.svg");
  background-repeat: no-repeat;
 }

/*====Settings Style end====*/

.settings h1 {
  color: #52475c;
  font-size: 36px;
  padding-left: 22px;
  margin-bottom: 9px;
  text-transform: capitalize;
  padding-top: 57px;
}

.settings-description {
  padding: 22px 49px 37px 22px;
  border-bottom: 1px solid #d8d8d8;
}

.settings h2 {
  color: #52475c;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.settings li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.settings li .left {
  width: 40%;
}

.settings li span {
  font-size: 18px;
  color: #727272;
  padding-right: 15px;
  letter-spacing: -0.7px;
}

.email-notify {
  margin-bottom: 20px;
}

.settings li .w-100 {
  width: 100%;
}

.settings .settings-notification .left {
  width: 55%;
}

.settings-notification a {
  font-size: 14px;
  color: #4b3693;
  font-weight: 500;
  display: block;
  padding: 2px 5px 0px;
  line-height: 1;
}

.icon-info {
  background-position: -453px -155px;
  width: 18px;
  height: 18px;
}

.theme-logo>span {
  font-size: 14px;
  vertical-align: middle;
  color: #727272;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 23px;
}

.theme-logo>span>a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.theme-logo label {
  font-size: 18px;
  font-weight: 500;
  color: #727272;
  display: inline-block;
}

.theme-logo .form-group input {
  width: 50%;
  border-top: 2px solid #9a9a9a;
  border-left: 2px solid #9a9a9a;
  border-bottom: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  background: #fed775;
  color: #000;
  font-size: 14px;
  height: 25px;
  padding: 5px 10px;
  width: 140px;
  margin-left: 42px;
}

.theme-logo .upload-logo span {
  font-size: 18px;
  color: #727272;
  font-weight: 500;
  float: left;
  margin-top: 9px;
}

.theme-logo .form-group {
  margin-bottom: 12px;
}

.theme-logo {
  padding: 36px 0 0 20px;
  border-bottom: 1px solid #d8d8d8
}

.theme-logo h2 {
  font-weight: 500;
  text-transform: none;
  margin-bottom: 26px;
}

.theme-logo .file-upload {
  padding: 7px 0px;
}

.theme-logo .file-upload .file-wrap {
  margin-left: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.theme-logo .btn-upload {
  font-size: 18px;
  color: #fff;
  background: #f28052;
  border-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 31px;
}

.theme-logo .btn-upload:hover {
  background: #fff;
  border-color: #f28052;
  color: #f28052;
}

.file-upload-wrapper {
  margin-bottom: 30px;
}

.file-upload-wrapper {
  float: left;
}

.help-ques {
  position: relative;
  line-height: 1;
}

.ques-pop-up {
  width: 280px;
  right: -29px;
  top: 45px;
  padding: 18px 19px;
  position: absolute;
  z-index: 3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: none;
}

.ques-pop-up h4 {
  font-size: 16px;
  color: #52475c;
  font-family: "Avenir", Helvetica, Arial, sans-serif;;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 7px;
}

.ques-pop-up ul li {
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
  color: #727272;
  padding: 3px 0;
  border-bottom: none;
}

.ques-pop-up ul::before {
  position: absolute;
  content: " ";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dddddd;
  top: -10px;
  left: 76%;
  width: 17px;
}

.ques-pop-up ul::after {
  position: absolute;
  content: " ";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -9px;
  left: 76%;
  width: 17px;
}

.help-ques:hover .ques-pop-up {
  display: block;
}

.btn-file .btn-browse {
  font-size: 18px;
}

.account .account-company .input-wrap span {
  font-size: 17px;
  color: #000;
  display: block;
  line-height: 1.2;
  font-weight: 300;
}

.account-company li .comp-address {
  margin-bottom: 21px;
}

.admin-info>.d-flex {
  margin-bottom: 10px;
}

.account .account2-comp h2 {
  margin-bottom: 21px;
}

.account .account-company .comp-address .input-wrap span {
  line-height: 1.5;
}

.alert-msg {
  background: #fbd9d9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 258px;
  display: table;
  width: 100%;
  margin-bottom: 25px;
}

.alert-msg p {
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  color: #af0000;
  text-align: center;
}

/*====login Style start====*/

.login-margin-top-15 {
  margin-top: 15px;
}

.learn-more {
  /* background-color: #F7F7FD; */
  background-color: #FFFFFF;
  width: 61%;
  min-height: 700px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.login-wrap {
  width: 80%;
  min-height: 700px;
  display:flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.login-dt-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.form-group label{
  color: #2B2B2B;
   float: left;
   font-size: 15px;
   font-weight: 500;
   padding-bottom: 5px;
}

.learn-more h1 {
  font-size: 75.75px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 16px;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
}

.learn-more span {
  font-size: 30px;
  color: #fff;
  display: block;
  color: #fff;
  margin-bottom: 41px;
}

.btn-learn {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  border: 2px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  padding: 16px 24px;
}

.login-sec {
  height: 100vh;
}

/*.login-wrap {
  padding: 0px 0 0 119px;
}*/

.get-started {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  background: #fff;
  width: 39%;
}

.get-start-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  color: #28434B;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Proxima Nova","Avenir",Helvetica,Arial,sans-serif;
}

.register-wrap li {
  float: left;
  line-height: 1.2;
  margin-left: 49px;
}

.register-wrap li:first-child {
  margin-left: 0;
}

.register-wrap li a {
  font-size: 21px;
  color: #282828;
  font-weight: 400;
  padding: 6px 17px;
  display: block;
}

.register-wrap li.active a {
  border-bottom: 1px solid #5d4a9e;
}

.login-sec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.get-start-wrap {
  padding: 0px 40px 0 35px;
  width: 100%;
}

.register-wrap {
  width: 275px;
  margin: 0 auto;
  margin-bottom: 42px;
}

.login-form .form-group {
  position: relative;
}

.login-form form {
  position: relative;
}

.login-form .email-grp {
  margin-bottom: 46px;
}

.login-form span {
  font-size: 16px;
  font-weight: 400;
  color: #b71a1a;
  display: inline-block;
  position: absolute;
  top: 118%;
  /*left: 11px;*/
  z-index: 2;
  line-height: 1.3;
  display: none;
  text-align: left;
}

.login-form span.pswd-incrt {
  top: -22px;
  left: 0px;
  right: 0;
  text-align: center;
}

.login-form .form-group input {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  border: 1px solid #dadada;
  border-radius:3px;
 }

 .login-form .form-group input:focus {
  border: 1px solid #EAEAFE;
  box-shadow: 0 0 10px #EAEAFE;
 }
 .frgt-pass {
  text-align: right;
  padding-top: 2px;
  position: relative;
  z-index: 2;
 }
 .frgt-pass a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #2B2B2B;
  /* margin-right: 14px; */
  color: #4A2BB3;
 }
 .frgt-pass a:hover {
 text-decoration: underline;
 }

.btn-login {
  border: none;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 44px;
  padding: 9px 20px;
  min-width: 240px;
}

.btn-login:disabled {
  border: none;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  padding: 9px 20px;
  min-width: 240px;
  background-color: #bebebf;
  cursor: not-allowed;
  pointer-events: none;
  color: #fff;
}

.login-form {
  text-align: center;
  padding: 0 54px;
  margin-bottom: 44px;
}

.or-sec {
  border-top: 2px solid #e7e7e7;
  text-align: center;
}

.or-sec span {
  display: inline-block;
  width: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 46px;
  -webkit-box-shadow: 0px 2px 0px #e5e5e5;
  -moz-box-shadow: 0px 2px 0px #e5e5e5;
  box-shadow: 0px 2px 0px #e5e5e5;
  font-size: 21px;
  color: #1e1e1e;
  font-weight: 400;
  text-align: center;
  padding: 13px 0;
  margin-top: -16px;
  position: relative;
  top: -17px;
  z-index: 2;
  background: #fff;
}

.icon-google {
  background-position: -429px -238px;
  width: 32px;
  height: 33px;
  vertical-align: middle;
  text-align: left;
  margin-right: 26px;
}

.icon-facebook {
  background-position: -380px -240px;
  width: 31px;
  height: 30px;
  vertical-align: middle;
  text-align: left;
  margin-right: 19px;
}

.btn-google {
  font-size: 18px;
  font-weight: 400;
  color: #212121;
  background: #f4f4f4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 10px;
  margin-bottom: 13px;
  min-width: 277px;
  text-align: left;
}

.btn-facebook {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #3a559f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 277px;
  text-align: left;
  padding: 7px 10px;
}

.social-login {
  text-align: center;
  padding: 21px 0 0 0;
}

.social-login span {
  display: inline-block;
  vertical-align: middle;
}

.btn-crt {
  margin-top: 70px;
}

.com-profile-wrap h3 {
  font-size: 21px;
  color: #282828;
  font-weight: 400;
  margin-bottom: 33px;
}

.com-profile-wrap {
  padding: 0px 93px 0 90px;
}

.complete-profile .form-group {
  margin-bottom: 18px;
  text-align: left;
}

.phone-grp input {
  font-size: 18px;
  color: #000;
  padding: 8px 10px 8px;
  border: none;
  border-bottom: 1px solid #dadada;
  font-weight: 400;
  width: 100%;
  height: 36px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.complete-profile .company-code {
  position: relative;
  margin-bottom: 20px;
}

.company-code input {
  text-transform: uppercase;
}

.company-code input::placeholder {
  text-transform: none;
}

.ques-wrapp {
  position: absolute;
  top: 4px;
  right: 16px;
  cursor: pointer;
}

.complete-profile .ui-selectmenu-button.ui-button {
  width: 100%;
  margin-bottom: 8px;
}

.complete-profile .ui-selectmenu-button.ui-button:focus {
  border: 1px solid #EAEAFE;
  box-shadow: 0 0 10px #EAEAFE;
 }

.complete-profile .ui-selectmenu-text {
  font-size: 15px;
  color: #a3a3a3;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.complete-profile .ui-selectmenu-icon.ui-icon {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 5px;
}

.complete-profile .btn-crt {
  margin-top: 5px;
}

.com-profile-wrap {
  text-align: center;
}

.complete-profile .country-grp {
  margin-bottom: 8px;
}

.questions-ans {
  position: absolute;
  width: 166px;
  border: 1px solid #ececec;
  font-size: 14px;
  font-weight: 400;
  color: #7c7c7c;
  padding: 10px 12px;
  left: -75px;
  top: -75px;
  background: #fff;
  text-align: left;
  line-height: 1.2;
  display: none;
  -webkit-box-shadow: 0px 0px 6px #ececec;
  -moz-box-shadow: 0px 0px 6px #ececec;
  box-shadow: 0px 0px 6px #ececec;
}

.questions-ans:after {
  position: absolute;
  content: " ";
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.questions-ans:before {
  position: absolute;
  content: " ";
  border-top: 5px solid #ececec;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ques-wrapp:hover .questions-ans {
  display: block;
}

.complete-profile .form-group input {
  font-size: 15px;
  border: 1px solid #dadada;
  height:38px;
  border-radius:3px;
 }

 .complete-profile .form-group input:focus {
  border: 1px solid #EAEAFE;
  box-shadow: 0 0 10px #EAEAFE;
 }

.get-start-wrap .form-group input:focus {
  border-bottom: 1px solid #4b3693;
}

.company-code span {
  display: block;
  font-size: 15px;
  color: #b71a1a;
  font-weight: 400;
  text-align: left;
  padding-top: 10px;
  line-height: 1.3;
}

.icon-tick {
  background-position: -471px -250px;
  width: 15px;
  height: 14px;
  vertical-align: middle;
}

.icon-cross {
  background-position: -12px -298px;
  width: 11px;
  height: 11px;
  vertical-align: middle;
}

.password-form {
  position: relative;
}

.password-cond {
  position: absolute;
  width: 227px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0px 0px 6px #ececec;
  -moz-box-shadow: 0px 0px 6px #ececec;
  box-shadow: 0px 0px 6px #ececec;
  padding: 10px 15px;
  top: -174px;
  display: block;
}

.password-cond:after {
  position: absolute;
  content: " ";
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.password-cond:before {
  position: absolute;
  content: " ";
  border-top: 7px solid #ececec;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.password-form input:focus+.password-cond {
  display: block;
}

.account-description #newPass input:focus+.password-cond {
  display: block;
}

.password-cond h5 {
  font-size: 14px;
  color: #0a0a0a;
  margin-bottom: 5px;
}

.password-cond li {
  line-height: 1;
  padding: 2px 0;
}

.password-cond li span {
  display: inline-block;
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 400;
  margin-left: 7px;
  vertical-align: middle;
}

.reset-text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin-bottom: 25px;
}

.reset-wrap {
  padding: 0px 60px 0 70px;
}

.reset-text{
 padding: 0px 54px;
}

.reset-mail {
 padding: 18px 54px 0 54px;
 text-align: center;
}

.reset-mail input {
 border: 1px solid #dadada;
 border-radius:3px;
}

.reset-mail input:focus {
 border: 1px solid #EAEAFE;
 box-shadow: 0 0 10px #EAEAFE;
}

.reset-wrap h4 {
  padding-top: 6px;
  text-align: center;
  font-size: 21px;
  color: #282828;
  margin-bottom: 56px;
}

.reset-pass .form-group {
  margin-bottom: 41px;
}

/*.reset-mail .reset-pass .form-group input:focus+.password-cond {
	display: block;
}*/

.reset-pass .btn-login {
  margin-top: 26px;
}

#started {
  font-size: 28px;
}

#complete {
  font-size: 24px;
}

/*====login Style end====*/

/*====list Style start====*/

.navigation ul li.active .icon-dist {
  /* background-position: -51px -290px; */
  background:url("../images/Navbar Icons/Lists-Purple.svg");
  background-repeat: no-repeat;
  /* width: 47px;
  height: 39px; */
 }

 .navigation ul li.active .icon-prog{
  /* background-position: -8px -8px; */
  background:url("../images/Navbar Icons/Survey-Purple.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 45px;
 }

 .navigation ul li.active .icon-settings {
  /* background-position: -104px -228px;
  width: 44px;
  height: 44px; */

  background:url("../images/Navbar Icons/Settings-Purple.svg");
  background-repeat: no-repeat;
 }

.navigation ul li.active .icon-user {
 /* background-position: -302px -223px;
 width: 65px;
 height: 55px; */
 background:url("../images/Navbar Icons/Access-Purple.svg");
 background-repeat: no-repeat;
}

.list-sec h1 {
  display: inline-block;
  font-size: 36px;
  color: #52475c;
  padding-top: 56px;
}

.list-container {
  /* max-width: 1033px; */
  width:90%;
  max-width: 1920px;
}

.list-sec .btn-create {
  margin-top: 52px;
  padding: 7px 22px;
}

.list-sort>span {
  font-size: 18px;
  color: #545454;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.list-wrapper li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  /*-ms-flex-pack: justify;
	justify-content: space-between;*/
  /* border-bottom: 1px solid #e4e3e4; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 7px 0; */
  position: relative;
  border: 1px solid #DFDFDF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  padding: 21px 24px;
  margin-bottom:24px;
}

.list-wrapper li:last-child {
  border-bottom: none;
}

.list-wrapper {
  padding: 14px 0;
}

.list-wrapper .icon-delete{
  width: 20px;
  height: 20px;
  background-position: -456px -298px;
}

.left-list h2 {
  font-size: 18px;
  color: #4c3794;
  cursor: pointer;
}
.left-list h2:hover{
  text-decoration: underline;
}

.left-list span {
  font-size: 12px;
  display: block;
  color: #000;
  font-weight: 400;
}

.list-left{
  display:flex !important;
}

.left-list {
  margin-right: auto;
}

.icon-add-list {
  background-position: -390px -299px;
  width: 20px;
  height: 20px;
}

.icon-edit {
  background-position: -164px -290px;
  width: 25px;
  height: 25px;
}

.icon-delete {
  background-position: -211px -294px;
  width: 20px;
  height: 25px;
}
.right-list-icon a {
  display: inline-block;
  padding: 0 7px;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  border-radius: 4px;
}
.right-list-icon a:hover {
    background-color: #F2EFFF;
}

.right-list-icon {
  padding-left: 24px;
  text-align: right;
}
.list-body {
  background: #f7f8f9;
}

.list-wrapper li:before {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #4b3693;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  left: 0px;
  top: 0;
  content: " ";
  display: none;
}

.list-wrapper li.active:before {
  display: block;
}

/* .list-wrapper li:first-child {
  padding-top: 18px;
} */

.list-wrapper li:hover:before {
  display: block;
}

.list-sort {
  margin-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}

.lists-tabs{
  width: auto !important;
  top: 3px;
  position: relative;
}

.list-popup h2 {
  font-size: 21px;
  font-weight: 400;
  color: #2d2d2d;
  margin-bottom: 29px;
}

.navigate-popup a {
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
  color: #4b3693;
  padding: 0 5px;
  border-bottom: 1px solid #aea5ce;
  align-self: flex-start;
}

.navigate-popup .btn {
  margin-top: 0;
  margin-right: 0;
  /* background: #f28052; */
  padding: 5px 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.list-popup {
  width: 480px;
  padding: 32px;
  position: relative;
}

.list-popup .form-group {
  margin-bottom: 24px;
}

.close-btn {
  position: absolute;
  right: 22px;
  top: 15px;
}

.icon-cross-2 {
  background-position: -244px -302px;
  width: 13px;
  height: 13px;
}

.list-overlay {
  background: rgba(247, 248, 249, 0.79);
}

.navigate-popup .btn {
  font-size: 18px;
}

.list-sec>strong {
  font-size: 18px;
  font-weight: 400;
  color: #4b3693;
  display: block;
  margin-bottom: 30px;
}

.total-contact>span {
  font-size: 18px;
  font-weight: 400;
  color: #545454;
  margin-right: 27px;
  display: inline-block;
  vertical-align: middle;
}

.total-contact .btn {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  display: inline-block;
  font-size: 18px;
  /* margin-right: 16px; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 52px;
  padding: 7px 22px;
}

.total-contact .btn .icon-plus {
  -webkit-background-size: 250px 250px;
  background-size: 250px 250px;
  background-position: -105px -10px;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  line-height: 1;
}

.total-contact .btn span {
  display: inline-block;
  vertical-align: middle;
}

.total-contact .btn-export {
  padding: 8px 31px;
  margin-right: 0;
  font-weight: 500;
}

.contact-list h1 {
  padding-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.list-name-sec {
  /* padding-top: 51px; */
}

.left-arrow {
  background-position: -270px -299px;
  width: 12px;
  height: 19px;
  vertical-align: middle;
}

.right-arrow {
  background-position: -295px -299px;
  width: 12px;
  height: 19px;
  vertical-align: middle;
}

.date-pagination span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

.date-pagination {
  /* width: 120px;
  height:34.5px; */
  width: auto;
  height: 30.2px;
  -webkit-border-radius: 4.6px;
  -moz-border-radius: 4.6px;
  border-radius: 4.6px;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  padding: 6px 4px;
  border: 1px solid #cfd0d1;
}

.date-pagination-wrap .sort-sec {
  float: none;
  margin-top: 0;
  margin-right: -15px;
  margin-bottom: 20px;
  display: flex;
}
.page-num {
  float: none;
  margin-top: 0;
  margin-bottom: 20px;
  height: 38px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.list-search .form-group {
  position: relative;
  flex-grow: 0.92;
  -webkit-flex-grow: 0.92;
  -ms-flex-positive: 0.92;
  margin-bottom:20px;
}

.list-search .form-group i {
  position: absolute;
  right: 10px;
  top: 10px;
}

.icon-left-arrow {
  /* background-position: -270px -299px;
  width: 12px;
  height: 19px; */
  vertical-align: middle;

  background:url("../images/Navbar Icons/Left-Arrow.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
 }

.icon-right-arrow {
  /* background-position: -295px -299px;
  width: 12px;
  height: 19px; */
  vertical-align: middle;
  background:url("../images/Navbar Icons/Right-Arrow.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
 }

.contact-list {
  margin-bottom: 26px;
}

.date-pagination-wrap .ui-selectmenu-button.ui-button {
  padding: 8px 10px;
}

.date-pagination-wrap .ui-selectmenu-icon.ui-icon {
  margin-right: 1px;
}

.list-search .form-group input {
  height: 38px;
  border: 1px solid #e7e7e7;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 40px 10px 10px;
}

.date-pagination i {
  cursor: pointer;
}

.add-contact-list {
  height: 448px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  display: table;
  vertical-align: middle;
  width: 100%;
}

.add-contact-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
}

.add-contact-list h3 {
  font-size: 24px;
  color: #545454;
  font-weight: 400;
  margin-bottom: 20px;
}

.add-contact-list a {
  font-size: 21px;
  font-weight: 500;
  color: #4b3693;
  border-bottom: 2px solid #7b6cb0;
}

.list-search {
  /* margin-bottom: 26px; */
}

.list-name-sec .breadcrum {
  padding: 0;
  float: none;
}

.breadcrum-list li {
  color: #9b9b9b;
}



.how-to-add-list h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 3px;
}

.how-to-add-list{
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 80px;
  padding: 32px;
  position: relative;
}

.contact-select li{
  border-bottom: solid 1px #E1E4EB;
  margin-bottom: 8px;
  padding-left: 32px;
  padding-bottom: 8px;
}
.contact-select li:last-child, .contact-select li label{
  border-bottom: none;
}
.contact-select li label{
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
.contact-select li:last-child label {
  margin-bottom: 0;
}
.contact-select li label::before {
  width: 20px;
  height: 20px;
  border: 2px solid #8f8f8f;
  left: -32px;
  top: 6px;
}

.contact-select li label::after {
  height: 10px;
  width: 10px;
  background: #4b3693;
  left: -27px;
  top: 11px;
}

.upload-new {
  font-size: 18px;
  font-weight: 500;
  margin-left: 18px;
  padding: 5px 30px;
  color: #fff;
  background: #4b3693;
  border-color: #4b3693;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.contact-select li input[type="radio"]:checked+label::before {
  border-color: #4b3693;
}

.loadimport-sec{
  padding-top: 48px;
}

.import-contact h4 {
  font-size: 21px;
  font-weight: 400;
  color: #000;
  margin-bottom: 23px;
}

.import-contact {
  padding: 8px 0 0 0;
  display: none;
}

.import-contact .file-upload {
  padding: 0;
}
.import-contact .file-upload label::before,.import-contact .file-upload label::after{
  display: none;
}
.import-contact .file-upload label{
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 8px;
}
.csv-replacement-info span{
  font-size: 13px !important;
  color: #848A93;
}

.acceptable-file span {
  font-size: 11px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.acceptable-file li {
  line-height: 1.2;
  font-size: 11px;
  list-style-type: disc;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 4px;
  border-bottom: none;
}

.acceptable-file ul {
  padding: 0 0 0 24px;
  margin-bottom: 16px;
}

.acceptable-file {
  padding: 16px 0;
}
.acceptable-file small{
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 8px;
}
.acceptable-file span{
  font-size: 14px !important;
}
.acceptable-file span a {
  color: #4b3693;
  font-size: 14px ;
  text-decoration: underline;
  padding: 0;
  vertical-align: baseline;
}

.btn-next {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 9px 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.next-btn-wrap {
  padding: 35px 0 35px 0;
  text-align: right;
}

.list-assign-wrap.list-name-sec .breadcrum {
  margin-bottom: 36px;
}

.list-name-sec>p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  padding-top: 6px;
  line-height: 28px;
}

.name-assign {
  width: 288px;
  border: 1px solid #5d4a9e;
  padding: 25px 0px 0px;
  float: left;
  min-height: 165px;
  overflow: hidden;
  text-align: left;
  margin-right: 88px;
  margin-bottom: 20px;
}

.assigned-info .name-assign:nth-child(2n) {
  margin-right: 0;
}

.name-assign h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 16px;
  padding-left: 35px;
}

.name-assign label {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
  padding-left: 35px;
}

.assigned-info {
  /*text-align: center;*/
  /* padding: 37px 0 0 0; */
  /* width: 672px; */
  min-height: 440px;
  margin: 0 0;
}

.name-assign .ui-selectmenu-button.ui-button {
  width: 76%;
  padding: 9px 10px;
  line-height: 1.2;
  outline: none;
}

.name-table-wrap table {
  width: 100%;
}

.list-table-wrapper table th {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  vertical-align: middle;
  padding: 23px 34px;
  border-bottom: 1px solid #eaebec;
  text-align: left;
  height: 65px;
  white-space: nowrap;
  width: auto;
}

.list-table-wrapper table td {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 29px 0 4px 35px;
  word-break: break-word;
}

.name-table-wrap {
  width: 100%;
  background: #fff;
  /*-webkit-box-shadow: 13px 0px 16px -15px #000;
  -moz-box-shadow: 13px 0px 16px -15px #000;
  box-shadow: 13px 0px 16px -15px #000;*/
}

.table-container {
  width: 90%;
  max-width: 1920px;
}

.list-table-wrapper {
  background: #fff;
  border: 1px solid #eaeaec;
  border-radius:4px;
  margin-bottom: 30px;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.added-contact h4 {
  font-size: 21px;
  font-weight: 400;
  color: #000;
  margin-bottom: 14px;
}

.added-contact li {
  line-height: 1.2;
  padding-left: 22px;
  position: relative;
  margin-bottom: 50px;
  counter-increment: none;
  /*counter-increment: my-sec-counter;*/
}

/*.added-contact li:before {
	content: counter(my-sec-counter) ".";
	position: absolute;
	font-size: 18px;
	color: #000;
	left: -6px;
	top: 14px;
	font-weight: 400;
}*/

.added-contact li .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 12px;
}

.added-contact li .form-group label {
  flex: 0 auto;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  /* align-self: flex-end; */
  line-height: 1.2;
  margin-right: 13px;
}

.added-contact li .form-group .text-field {
  flex: 1 auto;
}

.added-contact li .form-group .text-field input {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  padding: 13px 10px 0 19px;
  height: 38px;
  text-transform: none;
}

.added-contact {
  padding: 0 0 0 32px;
  /* width: 65%; */
}

.added-contact ul {
  counter-reset: my-sec-counter;
}

.btn-field {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #4b3693;
  padding: 7px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-field span {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}

.add-field-btn {
  padding: 0;
  margin-top: -1px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.add-field-btn .btn{
  background: none;
  color: #4C3794;
  padding: 0;
  display: block;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 8px 12px;
  background-color: #F8F8F8;
  border: solid 1px #E1E4EB;
  width: 100%;
  text-align: left;
}
.add-field-btn .btn.btn-active:hover{
  background-color: #F2EFFF;
}
.add-field-btn .btn.btn-disable{
  color: #a1a4a9;
}

.contact-added-wrap .btn-another-contact {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  background: #9C8FC4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  padding: 8px 12px;
  margin-top: 8px;
  line-height: 17px;
}
.contact-added-wrap .btn-another-contact:hover {
  background-color: #B2A8D3;
}
.contact-added-wrap .btn-another-contact .icon-plus, .contact-added-wrap .btn-another-contact span{
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.btn-another-contact i {
  -webkit-background-size: 250px 250px;
  background-size: 250px 250px;
  background-position: -105px -10px;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: middle;
}

.contact-added-wrap {
  display: none;
}
.contact-added-wrap label::before, .contact-added-wrap label::after{
  display: none;
}
.contact-added-wrap .added-list{
  color: #000;
  margin-left: 32px;
  margin-top: 12px;
  margin-bottom: 0;
}
.contact-added-wrap .added-list .contact-list {
  font-size: 16px;
  line-height: 22px;
  padding: 16px 16px 48px 16px;
  margin: 0 0 24px;
  border: solid 1px #E1E4EB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  position: relative;
}
.contact-added-wrap .added-list .contact-list:before {
    content: "";
    list-style: decimal;
    display: list-item;
    position: absolute;
    top: 0;
    left: -16px;
}
.contact-added-wrap .added-list .contact-list .cancel_section{
  position: absolute;
  right: -14px;
  top: 8px;
  width: 28px;
  height: 28px;
  margin: 0;
}
.contact-added-wrap .added-list .contact-list .cancel_section a{
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #E1E4EB;
  background-position: -264px -222px;
  background-size: 380px;
  background-color: #ffffff;
  transition: none;
}
.contact-added-wrap .added-list .contact-list .cancel_section a:hover{
  border: solid 1px #F2EFFF;
  background-color: #F2EFFF;
  background-size: 420px;
  background-position: -378px -246px;
}
.contact-added-wrap .added-list .contact-list .form-group{
  position: relative;
}
.contact-added-wrap .added-list .contact-list .dt-form-group .text-field{
  padding-right: 48px;
  position: relative;
}
.contact-added-wrap .added-list .contact-list .dt-form-group .align_right_logo_reset{
  position: absolute;
  right: 0;
  bottom: 5px;
}
.contact-added-wrap .added-list .contact-list .dt-form-group .align_right_logo_reset a{
  padding: 0;
}
.contact-added-wrap .added-list .contact-list .dt-form-group .align_right_logo_reset a .delete-icon{
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  background-color: #9C8FC4;
  text-align: center;
  color: #ffffff;
  font-size: 34px;
  line-height: 20px;
  text-indent: -4px;
}
.contact-added-wrap .added-list .contact-list .dt-form-group .align_right_logo_reset a .delete-icon:hover{
  background-color: #B2A8D3;
}

.added-contact-wrapper {
  margin-bottom: 20px;
}

.save-btn-wrap .btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  padding: 8px 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.save-btn-wrap {
  text-align: right;
  padding: 8px 0 0 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -64px;
}

.add-field-form label {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2;
  margin-right: 16px;
}

.add-contact-pop {
  /*padding: 32px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.16);
  box-shadow: 0 10px 30px rgba(0,0,0,0.16);
}

.add-field-form input {
  padding: 3px 10px 3px 19px;
  height: 31px;
  font-size: 16px;
  color: #000;
}

.add-field-form input::-webkit-input-placeholder {
  color: #000;
}

.add-field-form input::-moz-placeholder {
  color: #000;
}

.add-field-form input:-ms-input-placeholder {
  color: #000;
}

.add-field-form input:-moz-placeholder {
  color: #000;
}

.add-field-form .text-field {
  flex-grow: 1;
}

.list-popup .add-field-form {
  margin-bottom: 24px;
}
.list-popup .add-field-form .text-field{
  width: 65%;
}
.list-popup .add-field-form label{
  padding-top: 8px;
  width: 35%;
  font-size: 14px;
}

.list-popup .ui-selectmenu-button{
  width: 100%;
  height: 32px;
  line-height: 18px;
  font-size: 16px;
}

.selection-wrapper {
  position: relative;
  text-align: center;
}

.name-assign .ui-selectmenu-menu, .email-assign .ui-selectmenu-menu {
  position: relative;
  left: 0 !important;
  top: 0px !important;
  width: 100% !important;
  margin-top: 32px;
  border: none;
}

.name-assign .ui-menu-item-wrapper, .email-assign .ui-menu-item-wrapper {
  font-size: 14px;
  padding-left: 22px;
}

.name-assign .ui-menu-item, .email-assign .ui-menu-item {
  padding: 5px 12px;
  pointer-events: none;
  border-bottom: 1px solid #dfe2e5;
}

.name-assign .ui-menu-item:nth-child(2), .email-assign .ui-menu-item:nth-child(2) {
  pointer-events: auto;
  background: #e9e9f4;
}

.name-assign .ui-menu-item:hover, .email-assign .ui-menu-item:hover {
  background: #e9e9f4;
}

.name-assign .ui-menu-item:hover .ui-menu-item-wrapper, .email-assign .ui-menu-item:hover .ui-menu-item-wrapper {
  color: #000;
}

.name-assign .ui-state-disabled, .email-assign .ui-state-disabled {
  display: none;
}

.name-assign .ui-selectmenu-text, .email-assign .ui-selectmenu-text {
  color: #aaa;
}

.name-assign .md-change, .email-assign .md-change {
  color: #000;
}

.table-info {
  width: 576px;
  overflow-x: auto;
}

.icon-edit {
  background-position: -425px -298px;
  width: 20px;
  height: 20px;
}
.contact-edit {
  width: 28px;
  height: 28px;
  margin-right: 16px;
  background-position: -420px -294px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.contact-delete {
    background-position: -452px -294px !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 4px;
}
.contact-delete:hover, .contact-edit:hover {
  background-color: #F2EFFF !important;
}
.icon-delete {
  background-position: -356px -299px;
  width: 17px;
  height: 21px;
}

.edit-table table {
  width: 100%;
}

.table-info table {
  width: 100%;
}

.edit-table {
  -webkit-box-shadow: -13px 0px 16px -15px #000;
  -moz-box-shadow: -13px 0px 16px -15px #000;
  box-shadow: -13px 0px 16px -15px #000;
}

.list-table-wrapper .edit-table table td {
  padding-left: 0;
  text-align: center;
}

.list-table-wrapper .edit-table table td a {
  display: inline-block;
}

.list-table-wrapper table tr:last-child td {
  padding-bottom: 27px;
}

.contact-popup label {
  flex: 0 auto;
  /* white-space: nowrap; */
}

.contact-popup input {
  flex: 1;
  text-transform: capitalize;
}

.contact-popup .form-group {
  margin-bottom: 10px;
}

.list-table-popup {
  padding: 38px 35px 30px 59px;
}

.list-table-popup h2 {
  margin-bottom: 22px;
}

.contact-popup {
  margin-bottom: 34px;
}

.list-pagination .btn {
  font-size: 18px;
  font-weight: 500;
  border: none;
  padding: 7px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* .contact-added-wrap {
  border-top: 1px solid #e0e3e6;
} */

.list-popup .form-group input {
  line-height: 1.2;
  font-size: 16px;
  padding: 8px 12px;
  border: 1px solid #CECECE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-state-disabled .ui-menu-item-wrapper {
  color: #ccc !important;
  outline: none;
}

.ui-state-disabled.ui-menu-item:hover {
  background: #fff !important;
}

.uploaded_data_list {
  color: #000;
  margin-top: 30px;
}

.uploaded_data_list h4 {
  text-align: left;
  padding: 13px 20px;
  background-color: #e9e9f4;
  font-size: 16px;
  margin: 0;
}

.uploaded_data_list ul {
  max-height: 190px;
  overflow-y: auto;
}

.uploaded_data_list ul li {
  color: #000;
  font-size: 14px;
  padding: 8px 20px;
  border-bottom: 1px solid #ccc;
}

.uploaded_data_list ul li:last-child {
  border-bottom: 0px;
}

.uploaded_data_list {
  display: none;
}

.assigned-info .name-assign:first {
  margin-left: 0px;
}

.list-assign-wrap .list-pagination {
  margin: 1rem 0;
}

.delete-contact li {
  display: flex;
  counter-increment: none;
}

.delete-contact li:before {
  content: none;
}

.delete-contact .cancel_section {
  margin-top: 18px;
  width: 36px;
}

.delete-contact .cancel_section a {
  position: relative;
}

.delete-contact li .form-group {
  position: relative;
}

.delete-contact .delete_field {
  position: absolute;
  bottom: 0px;
  right: -30px;
}

.delete-contact .delete_field a .material-icons {
  color: #828282;
}

textarea {
  border: 0px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  /*color: #8E8E8E;*/
  color: #595959;
  min-height: 27px;
  overflow-y: hidden;
  resize: unset;
  height: var(--textarea-height);
  font-family: "Avenir", Helvetica, Arial, sans-serif;
}

.question-overlay .rating-area textarea {
  margin-bottom: 44px;
}

/*====list Style end====*/

/*user-manegemnet*/
.section_auto .report__section .container {
	width: 100%;
	max-width: none;
}
.user-management {
	background-color: #fff;
  margin-top: 25px;
}
.user-management .program-report_global_section {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 20px 40px 35px;
}
.program-report_global_section .create-button{
  float:right;
  width: 100%;
}
.user-management .report-filter h2 {
	color: #52475C;
	margin-bottom: 15px;
}
.management-list li {
	margin-right: 45px;
}
.management-list li:last-child {
	margin-right: 0;
}
.management-list li a {
	font-size: 19px;
	color: rgba(16,27,43,0.3);
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}
.management-list .active a {
	color: #4B3693;
}
.user-management .btn {
	margin: 0;
	text-transform: capitalize;
}
.management-list {
	margin-bottom: 12px;
}
.search-bar .left {
	flex-basis: 53.5%;
}
.search-input.program-search {
	float: none;
	width: 100%;
}
.search-input.program-search .form-group {
	position: relative;
	float: none;
	width: 100%;
	padding: 0;
}
.search-input.program-search .form-group input {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	color: #777;
	font-weight: 300;
	padding: 10px 56px 10px 30px;
	width: 100%;
	float: none;
	height: 40px;
	border: 1px solid #E5E5E5;
}
.search-bar .sort-sec {
	margin: 0 20px 0 0;
}
.search-bar .ui-selectmenu-button.ui-button {
	height: 40px;
}
.search-bar .ui-selectmenu-text {
	line-height: 1.8;
}
.search-bar .ui-selectmenu-icon.ui-icon {
	margin-top: 8px;
}
.pagination-new {
	width: 125px;
	height: 40px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding: 10px 13px;
}
.pagination-new i {
	cursor: pointer;
}
.pagination-new .icon-prev {
	background-position: -425px -236px;
	width: 13px;
	height: 18px;
}
.pagination-new .icon-next {
	background-position: -448px -236px;
	width: 13px;
	height: 18px;
}
.pagination-new span {
	font-size: 15px;
	color: #000;
}
.search-bar {
	margin-bottom: 15px;
}
.access-table td:last-child {
	text-align: right;
}
.user-table {
	background-color: #fff;
	margin-bottom: 15px;
	border: 1px solid #E5E5E5;
	min-height: 420px;
}

.user-table table {
	width: 100%;
}
.user-table table tr:first-child {
	border-bottom: 1px solid #E5E5E5;
}
.user-table table th {
	text-align: left;
	text-transform: capitalize;
	color: #000000;
	font-size: 17px;
	padding: 25px;
	font-weight: 500;
	vertical-align: middle;
	position: relative;
}
.user-table table .name {
	width: 29%;
}
.user-table table .email {
	width: 24%;
}
.user-table table .phone {
	width: 22%;
}
.user-table td {
	text-align: left;
	text-transform: none;
	color: #0A0A0A;
	font-size: 16px;
	padding: 10px 25px;
	vertical-align: middle;
  max-width: 250px;
  word-wrap: break-word;
  /* width: 40%; */

}
.user-table .wrap-icons li {
	margin-right: 28px;
	line-height: 1;
}
.user-table .wrap-icons li:last-child {
	margin-right: 0;
}
.user-table .icon-edit {
	background-position: -21px -304px;
	width: 22px;
	height: 23px;
}
.user-table .icon-delete {
	background-position: -56px -300px;
	width: 29px;
	height: 29px;
}
.user-table .icon-group {
	background-position: -98px -300px;
	width: 32px;
	height: 33px;
}
.user-table .icon-setting {
	background-position: -138px -300px;
	width: 30px;
	height: 30px;
}
/*=======User Survey Page Style Start======== */
.section_auto {
	background-color: #fff;
}
.select-box .ui-selectmenu-button.ui-button {
	position: relative;
}
.select-box  .ui-selectmenu-icon.ui-icon {
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
}
.user-survey .program-report_global_section {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.user-survey h2 {
	font-size: 21px;
	font-weight: 500;
	color: #1e1e1e;
	margin-bottom: 25px;
}
.user-survey .user-name span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 16px;
}
.access-type span {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-right: 10px;
}
.access-type .ui-selectmenu-button.ui-button {
	width: 359px;
}
.access-type {
	margin-bottom: 10px;
}
.survey-create .ui-selectmenu-button.ui-button {
	width: 200px;
}

.survey-table .survey-title {
	width: 35%;
}
.survey-table .data {
	width: 25%;
}
.survey-table .filter {
	width: 40%;
}
.survey-table .checkbox {
	display: inline-block;
	margin-right: 36px;
	vertical-align: middle;
}
.checkbox {
	position: relative;
	width: 23px;
	height: 23px;
  min-width: 23px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
}
.checkbox input, .checkbox i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin: 0;
}
.checkbox input {
	z-index: 2;
	opacity: 0;
}
.checkbox input:checked + i {
	background-color: #4a3692;
	border: 1px solid transparent;
}
.checkbox i:after {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -323px -83px;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: '';
	display: none;
}
.checkbox input:checked + i:after {
	display: block;
}
table .select-box .ui-selectmenu-button.ui-button {
	width: 200px;
	padding: 8px 15px 8px 15px;
}
table .select-box .ui-selectmenu-text {
	font-size: 14px;
}
.survey-table {
	margin: 50px 0 10px 0;
}
.back-save .btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: capitalize;
	padding: 9px;
	font-size: 18px;
	min-width: 83px;
}
/*=======User Survey Page Style End======== */
/*=======User Group Page Style Start======== */
.user-group h2 {
	font-size: 21px;
	font-weight: 500;
	color: #1e1e1e;
	margin-bottom: 15px;
}
.join-group span {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.join-group {
	margin-bottom: 10px;
}
.join-box {
	height: 440px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin-bottom: 20px;
}
.join-box span {
	width: 100%;
	display: block;
	font-size: 21px;
	color: #545454;
	margin-bottom: 20px;
}
.join-box  a {
	font-size: 21px;
	font-weight: 500;
	color: #4b3693;
}
.join-box em {
	font-size: 36px;
	line-height: 0.6;
	display: inline-block;
	vertical-align: bottom;
}
.group-table .name {
	width: 26%;
}
.group-table .members {
	width: 46%;
}
.member-table .name {
	width: 30%;
}
.member-table table .email {
	width: 50%;
}
.member-table td a {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	color: #4b3693;
}
.add-user.overlay {
	display: block;
}
.add-user .overlay-area {
	width: 619px;
}

.add-user .overlay-area .text-popup_close_icon{
  float:right;
  margin-top: -30px;
}
.overlay .user-detail h2 {
	font-size: 18px;
	font-weight: 500;
	color: #2d2d2d;
	margin-bottom: 10px;
}
.overlay .search-input.program-search {
	margin-bottom: 10px;
}
.user-detail ul {
	border: 1px solid #e5e5e5;;
}
.user-detail li {
	padding: 20px 25px;
	border-bottom: 1px solid #e5e5e5;
}
.user-detail li:last-child {
	border-bottom: 0;
}
.user-detail .user-info {
	line-height: 1;
}
.user-detail .user-info strong {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 14px;
	color: #0a0a0a;
	line-height: 1;
	margin-bottom: 8px;
	display: block;
}
.user-detail .user-info span {
	font-size: 12px;
	color: #777;
}
.user-detail ul {
	margin-bottom: 20px;
	height: 375px;
	overflow-y: auto;
}
.user-detail .cancel {
	padding: 0 3px 3px;
	font-size: 18px;
	color: #4b3693;
	text-transform: capitalize;
	border-bottom: 1px solid #4b3693;
}
.user-table th .select-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 67px;
	width: 240px;
}
.user-table th .select-box .ui-selectmenu-button.ui-button {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 240px;
}
.user-table th .ui-selectmenu-button-open.ui-button {
	background-color: #eaeaea;
}
.user-table th .ui-selectmenu-text {
	position: absolute;
	top: 50%;
	left: 38%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.user-table th .select-box .ui-selectmenu-icon.ui-icon {
	right: 25px;
}
.user-table th .ui-menu-item-wrapper {
	font-weight: 500;
}
#head-select-menu {
	padding: 10px 0;
}
#head-select-menu .ui-menu-item {
	padding: 10px 23px;
	line-height: 1;
}
#head-select-menu {
	-webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
}
.access-table .user-head {
	width: 29%;
}
.access-table .access {
	width: 49%;
}
.access-table td a {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	color: #4b3693;
	text-transform: capitalize;
}
/*=======User Group Page Style End======== */

.preview-overlay{
  margin-top:55px;
 }

 .denotesRequired{
  width: 650px;
  margin: 0 auto;
 }

 .denotesRequired pre{
  margin:0 0 20px 0;
 }

 .pageTitle{
  text-align: -webkit-center;
 }

 textarea {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 3px;
  width: 100%;
  margin: 0px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  min-height: 27px;
  overflow-y: hidden;
  resize: unset;
  height: var(--textarea-height);
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  margin: 5px 1px 3px 0px;
  min-height:80px;
  overflow-y:auto;
 }

 textarea:focus{
  /* box-shadow: 0 0 5px var(--slider-color); */
  margin: 5px 1px 3px 0px;
  border: 1px solid var(--slider-color);
 }

 .text-field textarea{
  color:#000;
 }

 .text-field textarea:focus{
  /* box-shadow: 0 0 5px var(--slider-color); */
  margin: 5px 1px 3px 0px;
  border: 1px solid #ccc;
 }

 .switchToLogin{
  color:black;
  font-size:16px;
  text-align:-webkit-center;
  margin-top:50px;
}

.switchToLogin a{
  color:#f38355;
  font-weight:500;
  font-size:16px;
}

.switchToRegister span{
  color:#2B2B2B;
  font-size:16px;
  text-align:-webkit-center;
  margin-top:30px;
  display: inline-block;
  position: inherit;
  top: 118%;
  right: 11px;
  z-index: 2;
  line-height: 1.3;
  padding-left: 5px;
}

.switchToRegisterLink span{
  color:#4A2BB3;
  font-weight:500;
  font-size:16px;
}

.switchToRegister a:hover{
  text-decoration: underline;
 }
 .switchToRegisterLink span:hover{
  text-decoration: underline;
 }
 .switchToRegisterLink span{
   color:#4A2BB3;
   font-weight:500;
   font-size:16px;
 }
 .lang-switch{
  color: #4A2BB3;
  font-weight: 500;
  font-size: 16px;
  margin-top:0px;
 }
 .login-form .lang-switch{
  margin-top:70px;
 }
 .lang-switch:hover{
  text-decoration: underline;
  cursor: pointer;
 }
 .lang-switch-register{
  color: #6442D6;
  font-weight: 500;
  font-size: 16px;
  margin-top:60px;
 }
 .lang-switch-register:hover{
  text-decoration: underline;
  cursor: pointer;
 }

.login-wrap i{
  width:600px;
  height:200px;
 }
 /*analytics first section*/

.analytics-first-section {
	padding-top: 15px;
	/* margin-bottom: 20px; */
}

.text-feedback {
	width: 30%;
	float: left;
}
.text-feedback ul li {
	background-color: #fff;
	padding: 23px 20px;
	border-radius: 3px;
	margin-bottom: 23px;
  border:1px solid #EBEBEB;
	-webkit-box-shadow: 0px 0px 10px  #ccc;
	-moz-box-shadow: 0px 0px 10px  #ccc;
	box-shadow: 0px 0px 10px #EBEBEB;
}
.text-feedback ul li strong {
	color: #919191;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.text-feedback ul li figure {
	float: left;
  margin-left: 10px;
  margin-right: 10px;
	position: relative;
	/* top: 15px; */
	width: 46px;
}
.text-feedback ul li figure img {
	width: 75%;
}
.text-feedback ul li span {
	display: block;
	/* color: #4B3693;
	font-size: 19px;
	text-transform: capitalize; */
}

.text-feedback-empty {
	width: 30%;
	float: left;
}
.text-feedback-empty ul li {
	background-color: #fff;
	padding: 31px 30px;
	border-radius: 3px;
	margin-bottom: 23px;
	-webkit-box-shadow: 0px 10px 9px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 9px -1px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 9px -1px rgba(0,0,0,0.1);
}
.text-feedback-empty ul li strong {
	color: #919191;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
  display: block;
}
.text-feedback-empty ul li figure {
	float: left;
	margin-right: 25px;
	position: relative;
	top: 5px;
	width: 46px;
}
.text-feedback-empty ul li figure img {
	width: 100%;
}
.text-feedback-empty ul li span {
	display: inline !important;
	/* color: #4B3693; */
	font-size: 14px;
	/* text-transform: capitalize; */
}

.feedback-icon {
	background: url(../images/chat.png);
	background-repeat: no-repeat;
	width: 46px;
	height: 35px;
	display: inline-block;
}
.like-icon {
	background: url(../images/like.png);
	background-repeat: no-repeat;
	width: 46px;
	height: 46px;
	display: inline-block;
}
.unlike-icon {
	background: url(../images/unlike.png);
	background-repeat: no-repeat;
	width: 46px;
	height: 44px;
	display: inline-block;
}
.analytics-piechart {
	width: 68%;
	float: right;
	background-color: #fff;
	padding: 10px 15px;
  border:1px solid #EBEBEB;
	-webkit-box-shadow: 0px 0px 10px #EBEBEB;
	-moz-box-shadow: 0px 0px 10px #EBEBEB;
	box-shadow: 0px 0px 10px #EBEBEB;
	border-radius: 3px;
}
.analtics-piechart-container li {
	float: left;
	width: 33%;
}
.piechart-head span {
	font-size: 15px;
	color: #606060;
}
.sun-icon {
	/* background: url(../images/sun.png); */
	width: 46px;
	height: 47px;
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	top: 17px;
	left: -2px;
}
.cloud-icon {
	background: url(../images/cloud.png);
	width: 46px;
	height: 46px;
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	top: 24px;
	left: -2px;
}
.strom-icon {
	background: url(../images/strom.png);
	width: 46px;
	height: 46px;
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	top: 24px;
	left: -2px;
}
.piechart-img {
	text-align: center;
	margin-bottom: 20px;
}


.piechart-head {
	margin-bottom: 18px;
	text-align: center;
}
.piechart-head img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -2px;
	top: 6px;
}
.pchart-info {
	position: relative;
}
.pchart-info p {
	color: #202E45;
	text-align: center;
}
.pchart-info p strong {
	font-weight: 500;
}

.pchart-info .noData{
  font-size:18px;
}

.pchart-info p span {
	font-size: 16px;
}
.pchart-info.positive::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 25%;
	width: 147px;
	height: 2px;
	background-color: #48B596;
}
.pchart-info.neutral::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 25%;
	width: 147px;
	height: 2px;
	background-color: #acacac;
}
.pchart-info.negative::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 25%;
	width: 147px;
	height: 2px;
	background-color: #ff6539;
}
.chart-status {
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
	font-size: 18px;
}
.chart-status.positive {
	color: #48B596;
	margin-bottom: 10px;
}
.chart-status.Neutral {
	color: #ACACAC;
}
.chart-status.negative {
	color: #F15A24;
}
.piechart-img .donut-size {
	font-size: 7.5em;
}

.piechart-img.negative .pie-wrapper .half-circle {
	border: 0.1em solid #F15A24;
}
.piechart-img.neutral .pie-wrapper .half-circle {
	border: 0.1em solid #ACACAC;
}

.pie-wrapper .half-circle {
	z-index: 1;
}
.pie-wrapper .shadow {
	opacity: 0.2;
}
.report-filter-icons .report-link {
	width: 30px;
	height: 30px;
	display: inline-block;
}
.report-link.tooltip .tooltiptext {
	margin-left: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*analytics second section*/
.sorting-wrap {
  /* margin-top: 20px; */
  padding: 5px 0px 5px 25px;
  background-color: #E9E9F4;
  vertical-align: middle;
}
.sorting-wrap p {
	float: left;
	font-size: 17px;
	top: 5px;
	position: relative;
	color: black;
	font-weight: 500;
}
.sort {
	float: right;
	width: 21%;
}
.sort label {
	float: left;
	font-size: 16px;
	top: 5px;
	position: relative;
	color: #52475C;
	margin-right: 10px;
}
.sort .ui-selectmenu-button {
	color: #606060;
	font-size: 16px;
	text-transform: capitalize;
}
.table-section {
	padding: 25px 25px 20px;
	background-color: #fff;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 0px 10px #EBEBEB;
  border-radius: 3px;
}
.table-section table {
	width: 100%;
}
.table-section table tr th {
	color: #191919;
	text-align: left;
	padding-bottom: 15px;
	font-weight: 500;
	font-size:17px;
}
.table-section table tr th:first-child {
	width: 33%;
}
.table-section table tr th:nth-child(2) {
	width: 17%;
}
.table-open-icon {
	background: url(../images/fetch.png);
	width: 32px;
	height: 22px;
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	top: 5px;
}
.table-section > table > tr {
	line-height: 32px;
}
.table-section > table > tr td{
	vertical-align: middle;
}
.table-section > table > tr > td:nth-child(1) {
	color: #4B3693;
	font-size: 17px;
	padding: 3px 0;
}
.table-section > table > tr >td:nth-child(2) {
	color: #202E45;
	font-size: 17px;
	padding: 3px 0;
}
.table-section > table > tr > td:nth-child(3) {
	vertical-align: middle;
}
.table-section table tr td ul{
  margin-bottom: 30px;
}
.table-section table tr td:nth-child(3) ul li,
.ta-ul li {
	padding: 8px 0;
	text-align: center;
	float: left;
	font-size: 15px;
	position: relative;
	/* min-height: 29px; */
}
.table-section table tr td li:first-child{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table-section table tr td li:last-child{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table-section table tr td:nth-child(3) ul li span,
.ta-ul li span {
	position: absolute;
	top: 46%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-width: 29px;
	z-index: 1;
}
.table-section table tr td ul li span{
  transform: translateX(-50%) !important;
  top:auto;
  bottom: -16px;
  left:50%;
  font-size: 12px;
  color:#000;
}
.table-section table tr td:nth-child(3) ul li.green-bar,
.ta-ul li.green-bar {
	background-color: #71d1b6;
}

.table-section table tr td:nth-child(3) ul li.green-bar:hover,
.ta-ul li.green-bar:hover{
	background-color: #00A985;
}
.table-section table tr td:nth-child(3) ul li.grey-bar,
.ta-ul li.grey-bar {
	background-color: #cecece;
}

.table-section table tr td:nth-child(3) ul li.grey-bar:hover,
.ta-ul li:hover{
	background-color: #e8e8e8;
}

.table-section table tr td:nth-child(3) ul li.orange-bar,
.ta-ul li.orange-bar {
	background-color: #f15a25;
}

.table-section table tr td:nth-child(3) ul li.orange-bar:hover,
.ta-ul li.orange-bar:hover{
	background-color: #d85121;
}

/*popup css*/

.popup_header h2 {
	float: left;
	font-size: 21px;
	margin-top:20px;
	margin-bottom:20px;
	padding-left: 30px;
}
.popup_header h2 span {
	color: #c2c2c2;
	font-size: 20px;
	margin-left: 15px;
}
.popup_header .popup-icons-wrap {
	float: right;
	font-size: 21px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 18%;
}
.popup-icons-wrap .report-icon-download_icon {
	margin-right: 18px;
}
.popup_content .support-ques-wrap {
	padding: 10px 35px;
	border: 1px solid #dfdfdf;
	position: relative;
	border-bottom: none;
}
.popup_content .support-ques-wrap:last-child {
	border-bottom:1px solid #dfdfdf;
}
.popup_content .support-ques-wrap p {
  font-size: 16px;
  color: #232323;
	line-height: 19.2px;
	margin-bottom: 8px;
	font-weight: 500;
}
.popup_content .support-ques-wrap:before {
	content: " ";
	width: 8px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.popup_content .support-ques-wrap.positive:before {
	background: #48B596;
}
.popup_content .support-ques-wrap.negative:before {
	background: #F15A24;
}
.popup_content .support-ques-wrap.neutral:before {
  /*background: linear-gradient(#48B596 50%, #F15A24 50%);*/
  background: #CECECE
}

.popup_content .positive-label {
	color: #48B596;
}
.popup_content .negative-label {
	color: #F15A24;
}
.popup_pagination_wrap {
	-webkit-justify-content: center;
	justify-content: center;
	padding: 30px 0;
	display: flex;
}
.popup_pagination_wrap .paginations {
	border: 1px solid #dfdfdf;
	padding: 0 10px;
}
.popup_pagination_wrap .paginations a {
	text-transform: capitalize;
	padding: 8px 10px;
	color: #4b4277;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}
.popup_pagination_wrap .paginations a.fst-pge {
	/*color: #a6a6a6;*/
}

.popup_pagination_wrap .paginations a.active {
	background-color: #ebebf5;
}
.popup_pagination_wrap .paginations .disable {
  pointer-events:none;
  cursor:default;
}

.qUpload{
  padding:7px 35px;
  margin-top:20px;
 }

.program-modal h3{
  font-size: 17px;
  color: #4D4F5C;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.program-modal label{
  color: #000000;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 0;
  float: none;
  line-height: 1.2
}

.program-modal input[type="text"],input[type="number"]{
  font-family: 'Proxima Nova', Avenir, Helvetica, sans-serif;
  width: 100%;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #ADADAD;
  border-radius: 4px;
  height: 40px;
  font-size: 15px;
  padding: 0 15px;
  color: #000000;

}

.dashboard-tabs{
  width: auto !important;
    top: 1px;
    position: relative;
}


.ui-widget-header .ui-icon{
  background-image:none !important;
}

.ui-datepicker-prev-hover,
.ui-datepicker-next-hover{
  background-color:transparent !important;
  top:13px !important;
}
.ui-datepicker-prev-hover{
  left:2px !important;
}
.ui-datepicker-next-hover{
  right:2px !important;
}

/*trigger-home-r ltr style starts*/
.sort-by-trigger-wrap label{
	margin-bottom:0;
}
.sort-by-trigger-wrap .view-by-wrap{
	margin-right:24px;
}
.sort-by-trigger-wrap .select{
	top:0 !important;
}
/*trigger empty state image text for ltr*/
.DT-empty-state-wrap.trigger-image p{
	margin-top:42px;
}
.DT-empty-state-wrap.trigger-image p > span{
	display: block;
	color: #9EABBE;
}
.DT-empty-state-wrap.trigger-image span.empty-state-trigger{
	padding-bottom:4px;
}
.DT-empty-state-wrap.trigger-image p span strong{
	color:#4C495B !important;
	font-weight:600;
}
.DT-empty-state-wrap.trigger-image p a{
	color:#4C3794;
}
.trigger-home-cards-wrap{
	padding:24px 0;
}
.trigger-client-card-item{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #DFDFDF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
	padding:21px 24px;
	margin-bottom:24px;
}
.trigger-name-wrap p,
.progname-label,
.progname-title,
.triggerTitle{
	font-size: 11px;
	color:#1F344A;
	margin:0;
}
.triggerTitle{
	color:#4C3794;
	font-size:18px;
  margin-bottom:7px;
  word-break: break-all;
}
.progname-title{
	font-size: 16px;
}
.progname-label{
	font-size: 13px;
}
.trigger-name-wrap{
  flex:0 0 45%;
  padding-right: 20px;
  width:45%;
}
.trigger-progname-wrap{
  flex:0 0 40%;
  width:40%;
}
.trigger-toggle .toggle{
	margin:0 40px;
}
.ham-droper-icons{
	width: 17px;
    height: 16px;
    min-width: 17px;
    background: url(../images/edit-black.svg) no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 4px;
}
.trig-duplicate{
	background: url(../images/duplicate.svg) no-repeat;
    background-size: 17px;
}
.trig-delete{
	background: url(../images/delete.svg) no-repeat;
    background-size: 13px;
}
.ham-dots .prog-opt-menu{
    right: 10px;
    left: auto;
	top: 10%;
	width:160px;
	padding:0;
}
.ham-dots .prog-opt-menu li{
	border:0;
}
.ham-dots .prog-opt-menu li a{
	text-align: left;
	padding:8px 14px;
}

/*trigger-conditions-r Style starts*/
.trigger-actionconditions-wrap{
	padding-right:40px
}
.trigger-status-wrap{
	background-color:#F3F2FF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding:4px 15px;
}
.trigger-status-wrap > label{
	color:#3A3A5C;
	margin:0;
	padding-right:40px;
}
.program-name-duration{
	padding-top:24px;
}
/* .program-name-calendar-wrap *, */
.color44a,
.check-edit-condition-wrap *{
	color:#1F344A !important;
}
.program-name-duration > h2{
	font-size: 16px;
	font-weight: 600;
	margin:0;
}
/* .from-to-calendar-wrap{
	padding:6px 8px;
	background:#F3F2FF url(../images/calendar.svg) no-repeat 8px center;
  background-color:#F3F2FF;
	align-self: flex-end;
	margin-left:18px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
} */
/* .from-to-calendar-wrap span, */
.edit-check span{
	font-size: 14px;
}
/* .from-to-calendar-wrap strong, */
.edit-check span strong{
	font-weight: 600;
}
/* .trigger-ifconditions-wrap{
	border: 1px solid #DCDFE2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	padding:24px 32px;
	margin-top: 6px;
} */
.filter-data,
.slack-mini{
	width:40px;
	height:54px;
	min-width: 40px;
	background: url(../images/filter-data.svg) no-repeat center top;
	background-size: cover;
}
.slack-mini{
  background: url(../images/Slack-mark.svg) no-repeat center;
  background-size: contain;
}
.dt-works-ico{
  background: url(../images/dt-works-logo.svg) no-repeat center;
  background-size: contain;
}
.fresh-desk{
  background: url(../images/freshdesk-logo.svg) no-repeat center;
  background-size: contain;
}
.logo-24-7{
  background: url(../images/247_software.svg) no-repeat center;
  background-size: contain;
}
.logo-zendesk{
  background: url(../images/zendesk-logo.svg) no-repeat top;
  background-size: contain;
}
.logo-jira{
  background: url(../images/jira-logo.svg) no-repeat top;
  background-size: contain;
  height: 40px;
}

/* .trigger-actions-if-wrap{
	padding-left:16px;
	width: 100%;
} */
.trigger-action-filter-wrap > label,
.check-edit-condition-wrap > label{
	font-size: 16px;
	font-weight: 600;
}
.trigger-action-filter-wrap .respondents-left-wrap {
	width: 100%;
}
/* .filter-subdrop{
	display:none !important;
} */
.check-edit-condition-wrap{
	margin-top:16px;
}
.edit-check > a.primary-btn{
	color:#fff !important;
	margin-left:12px;
	background-color: #9C8FC4;
}
.after-edit-wrap{
	border: 1px solid #E2E6F4;
	padding:24px 12px;
	margin-top:8px;
}
.edit-calender > input,
.upto-after-edit > input,
.upto-after-edit > select{
	border: 1px solid #D7DAE2;
	border-radius: 3px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
	padding:8px 40px 8px 8px;
	width: 150px;
	min-width: 150px;
	margin-left:12px;
	font-size: 16px;
}
.condition-met .upto-after-edit > select{
  padding-right:25px;
  width:auto !important;
}
.condition-met label.radio-btn{
   min-width: 62px;
}
.upto-after-edit{
	margin-left:12px;
}
.upto-after-edit > input{
    min-width: 110px;
    /* width: 110px; */
    padding-right: 20px;
}
.edit-calender > input::placeholder{
	color:#82838D;
}
.after-edit-calendar{
	position: absolute;
	top:0;
	right:0;
	width:34px;
	height:100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background: #9C8FC4 url(../images/white-calendar.svg) no-repeat center;
	background-size: 16px;
}
.after-edit-conditions li{
	margin-bottom: 24px;
}
.after-edit-conditions .radio-btn{
	margin:0;
}
.after-edit-conditions label{
	color:#1F344A;
	font-weight:600;
	margin:0;
}
.upto-after-edit::before,
.upto-after-edit::after,
.rounded-ip::before,
.rounded-ip::after{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(123, 121, 121, .3);
    top: 10px;
    left: auto;
    right: 10px;
    position: absolute;
    content: '';
    cursor: pointer;
}
.upto-after-edit::after,
.rounded-ip::after{
	top: auto;
    bottom: 9px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.after-edit-conditions .done-btn{
	color:#fff !important;
}
.add-action-wrap > a{
	background-color: #F8F9FD;
	border: 2px solid #F0F2F8;
	border-radius: 4px;
	min-width: 150px;
	font-size: 16px;
	color: rgba(162, 166, 186, .5);
	padding: 10px 24px;
	margin:51px 0;
	z-index:1;
}
.add-action-wrap > a >img{
	margin-right:8px;
}
.add-action-wrap::before,
.add-action-wrap::after,
.action-email-notification-wrap::before{
	width:2px;
	height:100%;
	content: '';
	position: absolute;
	background-color:#E2E6F4;
	top:0;
}
.add-action-wrap::after{
	top:auto;
	bottom:0;
}
.triggers-end-earthen{
	margin:8px 0;
}
.triggers-end-earthen > p{
	color: rgba(162, 166, 186, .5);
	font-size: 13px;
	font-weight: 600;
}
.triggers-end-earthen::before{
	position: absolute;
	top:-8px;
	background-color:#E2E6F4;
	content: '';
	width: 3%;
    height: 2px;
}
.action-plus{
	width:20px;
	height:20px;
	background:url(../images/add-trigger-plus.svg) no-repeat center left;
	background-size: cover;
	opacity:.3;
}
.add-action-wrap a.active .action-plus{
	opacity:1;
}
.add-action-wrap a{
  color:rgba(162, 166, 186, .5);
  background-color:#fff;
  /*background-color: #F3F2FF;*/
}

.add-action-wrap a.active{
  color:#4C3794;
  /*background-color:#fff;*/
  background-color: #F3F2FF;
}

.action-email-notification{
	border:2px solid #C0C5DE;
	background-color: #fff;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
	padding:24px;
	margin-top:51px;
	width:480px;
	z-index:1;
}
.action-email-notification *{
	color:#020202;
}
.filter-data.email-notifi{
	background: url(../images/email-notification.svg) no-repeat center left;
	background-size: cover;
	height:40px;
}
.filter-data.action-plan{
  background: url(../images/action-plan.svg) no-repeat 5px center;
  background-size: contain;
  height: 40px;
  width: 50px;
}
.action-email-title{
	font-size: 18px;
	font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  position: initial;
}
.action-email-title > span {
  margin-right:15px;
}
.access-timing{
	padding-left:21px;
	background:url(../images/access_timing.svg) no-repeat center left;
	background-size: 13px;
	margin-bottom: 14px;
}

.action-email-notification p{
	font-size: 14px;
}
.action-email-notification p label{
	font-weight: 600;
	margin-right:8px;
	width:95px;
	margin-bottom:10px;
  word-break: normal;
}
.access-settings,
.access-new{
	position: absolute;
	top:4px;
	right:4px;
}
.access-settings > li > a{
	padding:4px 5px;
	background:#F3F5F8 url(../images/edit.svg) no-repeat center;
	background-size: 18px;
	width:28px;
	height:28px;
}
.access-settings > li:not(:first-child) a{
	border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	-ms-border-radius: 0 10px 0 0;
	-o-border-radius: 0 10px 0 0;
	margin-left:8px;
	background:#F3F5F8 url(../images/delete-orange.svg) no-repeat center;
	background-size: 18px;
}
.edittriggers .tab-content{
  padding: 0 30px 0 105px;
  margin-top: 75px;
}
.cursor-default-stage{
	cursor: not-allowed;
}
.account button.cursor-default-stage:hover {
  background: #bebebf !important;
}

.para-text{
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.cursor-disabled{
  cursor: not-allowed;
}
@media screen and (min-width:1600px){
	.min-16k{
		width: calc(100% - -13px);
	}
}
