/*Imports*/
@import "https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css";

/*Bootstrap reset*/
a:focus,
a:active {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.noMargin {
  margin: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.noBorder {
  border: 0 !important;
}

.gap5 {
  height: 5px;
  display: block;
}

.gap10 {
  height: 10px;
  display: block;
}

.gap20 {
  height: 20px;
  display: block;
}

.gap30 {
  height: 30px;
  display: block;
}

.gap40 {
  height: 40px;
  display: block;
}

.gap50 {
  height: 50px;
  display: block;
}

.gap100 {
  height: 100px;
  display: block;
}

.textEllipsis,
.textTruncate {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.flexCenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row10>div {
  padding-left: 10px;
  padding-right: 10px;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row5>div {
  padding-left: 5px;
  padding-right: 5px;
}

.row2 {
  margin-left: -2px;
  margin-right: -2px;
}

.row2>div {
  padding-left: 2px;
  padding-right: 2px;
}

.row1 {
  margin-left: -1px;
  margin-right: -1px;
}

.row1>div {
  padding-left: 1px;
  padding-right: 1px;
}

.row3 {
  margin-left: -3px;
  margin-right: -3px;
}

.row3>div {
  padding-left: 3px;
  padding-right: 3px;
}

.row4 {
  margin-left: -4px;
  margin-right: -4px;
}

.row4>div {
  padding-left: 4px;
  padding-right: 4px;
}

.row0 {
  margin-left: -0px;
  margin-right: -0px;
}

.row0>div {
  padding-left: 0px;
  padding-right: 0px;
}

.row10:before,
.row5:before,
.row2:before,
.row1:before,
.row3:before,
.row4:before,
.row0:before {
  display: table;
  content: " ";
  box-sizing: border-box;
}

.row10:after,
.row5:after,
.row2:after,
.row1:after,
.row3:after,
.row4:after,
.row0:after {
  clear: both;
  content: " ";
  box-sizing: border-box;
  display: block;
}

.noBorderRadius,
.borderRadiusNone {
  border-radius: 0 !important;
}

body,
html,
* {
  font-family: "Roboto", sans-serif;
}

a:focus,
a:active {
  border: none;
  text-decoration: none;
}

.noScroll {
  overflow-y: hidden;
}

.pad5 {
  padding: 0 5px;
}

.pad10 {
  padding: 0 10px;
}

.pad20 {
  padding: 0 20px;
}

.pad30 {
  padding: 0 30px;
}

.pad40 {
  padding: 0 40px;
}

.pad50 {
  padding: 0 50px;
}

.pad100 {
  padding: 0 100px;
}

.font100 {
  font-weight: 100;
}

.font200 {
  font-weight: 200;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

.fade0 {
  opacity: 0;
}

.fade1 {
  opacity: 0.1;
}

.fade2 {
  opacity: 0.2;
}

.fade3 {
  opacity: 0.3;
}

.fade4 {
  opacity: 0.4;
}

.fade5 {
  opacity: 0.5;
}

.fade6 {
  opacity: 0.6;
}

.fade7 {
  opacity: 0.7;
}

.fade8 {
  opacity: 0.8;
}

.fade9 {
  opacity: 0.9;
}

.fade10 {
  opacity: 1;
}

.radius0 {
  border-radius: 0px;
}

.radius1 {
  border-radius: 1px;
}

.radius2 {
  border-radius: 2px;
}

.radius3 {
  border-radius: 3px;
}

.radius4 {
  border-radius: 4px;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.bgCover {
  background-size: cover;
}

.bgCenter {
  background-position: center;
}

.bgContain {
  background-size: contain;
}

.noScroll {
  overflow: hidden;
}

/*Fonts*/
.slab {
  font-family: "Roboto Slab", serif;
}

.admin-body * {
  font-family: "Lato", "sans-serif";
}

.admin-body *.fa {
  font-family: "FontAwesome";
}

.admin-body *[class^="icon-"],
.admin-body *[class*=" icon-"] {
  font-family: "Linearicons";
}

.admin-body *.fa {
  font-family: "FontAwesome";
}

/*Buttons*/
.btn,
.btn:active,
.btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 2px;
}

.btn-blue {
  background: #4d83ff;
  color: #fff;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  background: #7da4ff;
  color: #fff;
}

.btn-orange {
  background: #ff7232;
  color: #fff;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
  background: #ff7f45;
  color: #fff;
}

/*Small Menu*/
.smallMenu {
  position: fixed;
  top: 0;
  right: -85%;
  width: 85%;
  height: 100%;
  transition: all 0.2s;
  background: #ff7232;
  z-index: 1001;
}

.smallMenu.showMenu {
  right: 0;
}

.menuOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
}

.smMenuInner {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}

.smMenuInner a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 10px 0;
  color: #fff;
}

.smMenuCaller {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  opacity: 0.7;
}

.smMenuCaller:hover:hover,
.smMenuCaller:hover:focus,
.smMenuCaller:hover:active {
  color: #fff;
  opacity: 1;
}

/*Md Input*/
.mdInput {
  position: relative;
  line-height: 50px;
  border-bottom: 1px #ddd solid;
  margin-top: 20px;
}

.mdInput label {
  color: #aaa;
  font-weight: 400;
  position: absolute;
  top: 0;
  transition: all 0.2s;
}

.datePicker.mdInput input,
.datePicker.mdInput select {
  width: 30%;
}

.datePicker.mdInput.mdFocussed input,
.datePicker.mdInput.mdFocussed select {
  width: 30%;
}

.mdInput input,
.mdInput select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  padding: 0;
  line-height: 50px;
  position: relative;
  /* z-index: 2; */
  background: none;
  font-size: 16px;
}

.mdFocussed label,
.alwaysFocused label {
  top: -28px;
  color: #26ace2;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

.mdFocussed,
.alwaysFocused {
  border-color: #26ace2;
}

.mdInput textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  position: relative;
  /*z-index: 2;*/
  background: none;
  font-size: 16px;
  resize: none;
  height: 40px;
  line-height: 20px;
  padding: 5px 0 0 0;
}

.mdTextArea .mdInput label {
  margin-top: 10px;
  transition: all 0.2s;
}

.mdTextArea .mdFocussed textarea,
.mdTextArea .alwaysFocussed textarea {
  height: 80px;
  transition: all 0.2s;
  /*border-left:solid #dddddd;*/
  /*padding-left:7px;*/
  /*top:5px;*/
  /*margin-bottom:10px;*/
}

.mdTextArea.multiLine .mdFocussed label,
.mdTextArea.multiLine .alwaysFocussed label {
  top: -28px;
}

@media screen and (max-width: 500px) {
  .mdTextArea.multiLine .mdInput label {
    margin-top: -10px;
  }

  .mdTextArea.multiLine .mdFocussed label,
  .mdTextArea.multiLine .alwaysFocussed label {
    top: -8px;
  }
}

.mdTextArea .mdInput {
  line-height: 20px;
}

/*General*/
.admin-body {
  padding-left: 250px;
  position: relative;
  background: #f2f6fb;
}

.globalMenu {
  width: 250px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #212221;
  max-height: 100vh;
  overflow: auto;
}

.menuTopLogo {
  background: #0984b5;
  padding: 9px 20px;
}

.menuTopLogo img {
  height: 60px;
}

.userInfo {
  padding: 20px 20px 0px 10px;
}

.userInfoInner {
  padding: 0 0 0 55px;
  min-height: 50px;
  position: relative;
}

.userInfoImage {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.userInfoInner p.userInfoName {
  font-size: 14px;
  color: #fff;
  margin: 0;
  opacity: 1;
}

.userInfoInner p {
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  margin: 0;
}

a,
button {
  cursor: pointer;
}

.globalMenuInner a {
  display: block;
  width: 100%;
  opacity: 0.5;
  position: relative;
  color: #fff;
}

.globalMenuInner a:hover {
  background: #000;
  opacity: 0.8;
}

.globalMenuInner a.active {
  opacity: 1;
  background: #203142;
}

.globalMenuInner a.active:after {
  background: #26ace2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  display: block;
}

.globalMenuInner a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 35%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.globalMenuInner a label {
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}

.menuHasDropdown a:before {
  content: "\f0d7";
  font-family: "Fontawesome" !important;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 16px;
  margin-top: -12px;
  color: #fff;
}

.droppedMenu {
  display: none;
}

.droppedMenu a {
  /*background: #000;*/
  opacity: 1;
  color: #fff;
  position: relative;
}

/*.droppedMenu a:after {
  background: #26ace2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  display: block;
}*/
.droppedMenu a:before {
  display: none;
}

.globalMenuInner a.dropActive {
  opacity: 1;
  background: #000;
}

/*.globalMenuInner a.dropActive:after {
  background: #26ace2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  display: block;


.droppedMenu {max-height: 0;overflow: hidden; display: block;}
div.dropActive {max-height: 450px;}
}*/

.bodyHeader {
  height: 50px;
  background: #fff;
  border-bottom: 1px #e7e8e9 solid;
  position: fixed;
  left: 250px;
  right: 0;
  top: 0;
  z-index: 100;
}

.headerSearch {
  height: 50px;
  padding-left: 50px;
  position: relative;
}

.headerSearchIcon {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #444;
  text-align: center;
  left: 10px;
  position: absolute;
  top: 0;
  width: 32px;
}

.headerSearch input {
  display: block;
  height: 49px;
  line-height: 49px;
  border: none;
  background: #fff;
  outline: none;
  padding-left: 0;
  width: calc(50vw - 480px);
}

.headerSearch input:focus {
  outline: none;
}

.card {
  background: #fff;
  border: 1px #e7e8e9 solid;
  border-radius: 4px;
}

.btn-default {
  background: #fff;
  border: 1px #26ace2 solid;
  color: #26ace2 !important;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #e1f3fa;
  border: 1px #26ace2 solid;
  color: #26ace2;
}

.btn-danger {
  background: #fff;
  border: 1px #e23c26 solid;
  color: #e23c26 !important;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #eedede;
  border: 1px #e23c26 solid;
  color: #e23c26;
}

.btn-blue {
  background: #26ace2;
  border: 1px #26ace2 solid;
  color: #fff !important;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  background: #159cd3;
  border: 1px #159cd3 solid;
  color: #fff;
}

.challangeHolder .btn.btn-block {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.viewChallange {
  border-radius: 100px;
  padding: 2px 25px;
  font-size: 13px;
  background-color: orange;
  color: #FFF !important;
  border-color: #dedede !important;
}

.viewChallange:hover,
.viewChallange:active,
.viewChallange:focus {
  border-radius: 100px;
  padding: 2px 25px;
  background-color: #d0d0d0 !important;
}

.challangeProgress {
  width: 100%;
  height: 14px;
  background: #000;
  border-radius: 50px;
  position: relative;
}

.progressInner {
  height: 14px;
  background: #f00;
  border-radius: 50px;
}

.joinCircleSub {
  color: #888;
  font-size: 16px;
}

.joinCircleJumbo {
  color: #26ace2;
  font-size: 22px;
  font-weight: 600;
}

.cardHeaderIcon {
  color: #888 !important;
}

.cardHeaderIcon:hover {
  color: #444 !important;
}

.card {
  margin-bottom: 30px;
}

.headerDrop {
  display: inline-block;
}

.headerDrop {
  position: relative;
}

.headerDrop>a {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 2px;
}

.headerDrop>a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.headerDropHolder {
  padding-right: 15px;
}

.headerDrop>a span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  line-height: 19px;
  font-weight: 700;
  right: 4px;
  top: 6px;
}

.headerDropElem {
  width: 250px;
  position: absolute;
  right: 0;
  background: #fff;
  top: 50px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  max-height: 250px;
  overflow: auto;
  display: none;
}

.droppedElem {
  position: relative;
  padding: 8px 8px 8px 53px;
  min-height: 35px;
  cursor: pointer;
}

.droppedElem:hover {
  background: #f2f6fb;
}

.droppedElemImg {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 35px;
  height: 35px;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
}

.droppedElem p {
  display: block;
  color: #444;
  font-size: 13px;
  margin: 0;
  font-weight: 800;
}

.droppedElem span {
  display: block;
  color: #888;
  font-size: 12px;
}

.headerDrop:hover .headerDropElem {
  display: block;
}

.smallScreensMenuCaller {
  display: none;
}

.globalMenuOverlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.tabsHolder div {
  display: inline-block;
  margin: 4px 2px 4px 0;
  border-radius: 100px;
  padding: 3px 15px 3px 28px;
  background: #f1f1f1;
  border: 1px #f2f6fb solid;
  color: #656565;
  position: relative;
  transition: all 0s;
  cursor: pointer;
  font-size: 12px;
}

.tabsHolder div:hover {
  background: #f2f6fb;
  border: 1px #e1e7ed solid;
  transition: all 0.2s;
}

.tabsHolder div.active {
  background: #26ace2;
  border: 1px #26ace2 solid;
  /*border: 1px #188ebe solid;*/
  color: #fff;
  position: relative;
  transition: all 0.2s;
}

.tabsHolder span {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 50%;
  top: 3px;
  left: 4px;
  background: #ffffff;
  text-align: center;
  line-height: 18px;
  opacity: 1;
}

.tabsHolder div:hover span {
  opacity: 1;
}

.tabsHolder div.active span {
  background: none;
  opacity: 1;
  padding-left: 6px;
}

.tabsHolder span:before {
  display: none;
  font-size: 12px;
}

.tabsHolder div.active span:before {
  display: block;
}

.listWithRight {
  position: relative;
  padding-right: 150px;
  margin-bottom: 10px;
}

.rightElem {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  text-align: right;
}

.rightElem.moreWidth {
  width: 250px;
}

.checkerItem {
  cursor: pointer;
}

.checkerItem span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.checkerItem label {
  display: inline-block;
  vertical-align: middle;
}

.checkerItem.active label {
  text-decoration: line-through;
}

.rightElem .attachIcon {
  background: none;
  border: 1px #ddd solid;
  border-radius: 3px;
  vertical-align: middle;
}

.rightElem .attachIcon:hover {
  background: none;
  border: 1px #aaa solid;
  border-radius: 3px;
  text-align: right;
}

.taskStatus {
  font-size: 13px;
  vertical-align: middle;
  /* font-style: italic; */
  font-weight: 600;
  width: 100px;
  display: inline-block;
}

.taskStatus.moreWidth {
  width: 150px;
}

.taskGreen {
  color: #41cd41;
}

.taskRed {
  color: #ea3;
}

.taskBlue {
  color: #3ae;
}

.taskGrey {
  color: #aaa;
}

.btn-primary {
  color: #fff !important;
  background-color: #26ace2;
  border-color: #2595c3 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff !important;
  background-color: #179bd1 !important;
  border-color: #179bd1 !important;
}

.piechartSummyImage {
  max-width: 85%;
  width: 380px;
}

.searchHeroHolder input {
  display: block;
  width: 100%;
  padding: 0 0 15px 0;
  font-size: 40px;
  border: none;
  border-bottom: 1px #ccc solid;
  background: none;
  font-weight: 400;
  opacity: 0.5;
  transition: all 0.2s;
  margin-bottom: 1px;
}

.searchHeroHolder input:focus {
  border-bottom: 2px #26ace2 solid;
  outline: none;
  opacity: 1;
  margin-bottom: 0px;
}

.userImageHolder {
  height: 10vw;
  min-height: 310px;
  background-position: center;
  background-size: cover;
}

.userlabel {
  font-size: 12px;
  color: #26ace2;
  font-weight: 600;
}

.userInfoHolder p {
  margin: 0;
  font-size: 14px;
  color: #888;
  cursor: pointer !important;
}

.userMail {
  color: #888;
}

.userExistsAlert {
  font-size: 13px;
  color: #888;
}

.userExistsAlert a {
  color: #26ace2 !important;
}

.userExistsAlert a:hover {
  color: #26ace2 !important;
  text-decoration: underline !important;
}

.customCheck {
  position: relative;
  padding-left: 25px;
  min-height: 15px;
  color: #777;
  cursor: pointer;
}

.customCheckBox {
  width: 18px;
  height: 18px;
  border: 1px #aaa solid;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
}

.customCheckBox i {
  font-size: 10px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 16px;
  line-height: 17px;
  text-align: center;
  display: none;
  font-weight: bold;
}

.customCheck.checked .customCheckBox {
  background: #00aeef;
  border: 1px #00aeef solid;
}

.customCheck.checked .customCheckBox i {
  color: #fff;
  display: inline-block;
}

.poUserSearchHolder {
  position: relative;
}

.poUserSearchHolder>input[type="text"] {
  display: block;
  width: 100%;
  padding: 0 0 20px 0;
  border: none;
  border-bottom: 1px #aaa solid;
  margin-bottom: 1px;
  font-size: 25px;
  background: none;
}

.poUserSearchHolder>input[type="text"]:focus {
  outline: none;
  border-bottom: 2px #26ace2 solid;
  margin-bottom: 0;
}

.poUserSuggestion {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  background: #fff;
  z-index: 10;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.poUserSuggestionItem {
  position: relative;
  padding: 20px 20px 20px 90px;
  min-height: 50px;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.poUserSuggestionItem:last-child {
  border-bottom: none;
}

.poUserSuggestionItem:hover {
  background: #eee;
}

.poUserSuggestionImage {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
}

.poUserSuggestionInfo p {
  margin: 0;
}

.poUserSuggestionInfo span {
  font-size: 13px;
  color: #888;
}

.text-primary {
  color: #26ace2 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary:active {
  color: #26ace2 !important;
  text-decoration: underline !important;
}

.addNewuserPanel {
  display: none;
}

.subtext {
  color: #888;
  font-style: italic;
}

.cardDetHolder {
  padding: 20px;
  background: #fafcff;
  border: 1px #dce5ef solid;
  border-radius: 4px;
}

.tableSub {
  font-size: 13px;
  color: #888;
  display: inline-block;
  margin-right: 50px;
}

.productHolder {
  border: 1px #ddd solid;
  margin: 10px 0;
  border-radius: 4px;
  overflow: hidden;
}

.productHolder .productName {
  font-size: 18px;
  border-bottom: 1px #ddd solid;
  padding: 10px 15px;
  background: #fffcf6;
}

.prDetItem {
  padding: 0 15px;
  margin-bottom: 0;
}

.prDetItem span {
  font-size: 13px;
  color: #888;
  width: 70px;
  display: inline-block;
}

.prDetItem label {
  margin: 0;
}

.productHolder .clearfix a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

.productHolder .clearfix a.full {
  width: 100%;
}

.prEditBtn {
  background: #26ace2;
}

.prCancelBtn {
  background: #f00;
}

.prEditBtn:hover,
.prCancelBtn:hover {
  color: #fff !important;
  opacity: 0.8;
}

.setCustomDate {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  border: none;
  opacity: 0;
}

.additionalInfo {
  display: none;
}

.ui-datepicker {
  z-index: 10000 !important;
}

.dateRangeAlert {
  text-align: center;
  display: none;
}

.bgRed {
  background: #bf1e2e !important;
}

.bgOrange {
  background: #f7941e !important;
}

.selectChallangeDate {
  display: none;
}

.ui-widget-header {
  border: 1px solid #26ace2;
  background: #26ace2;
}

.ui-widget-header {
  color: #ffffff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #48bfef;
  background: #48bfef;
}

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 #a4d0e2;
  background: #e4f7ff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #26ace2;
  background: #ffffff;
}

.selectMultipleDatesHolder {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: none;
  outline: none;
  border-radius: 0;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom: 1px #aaa solid;
}

.withHeader {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}

.generatedList {
  padding-bottom: 5px;
}

.answerList {
  padding-top: 5px;
  padding-bottom: 5px;
}

.answerListItem,
.generatedListItem {
  border: 1px #bbb solid;
  padding: 10px 150px 10px 50px;
  border-bottom: none;
  position: relative;
}

.answerListItem:last-child,
.generatedListItem:last-child {
  border-bottom: 1px #bbb solid;
}

.answerListItem:before,
.generatedListItem:before {
  position: absolute;
  width: 11px;
  left: 15px;
  height: 20px;
  border-left: 1px #aaa solid;
  display: inline-block;
  content: "";
  border-right: 1px #aaa solid;
  top: 20px;
}

.answerListItem:after,
.generatedListItem:after {
  position: absolute;
  width: 8px;
  left: 20px;
  height: 20px;
  border-left: 1px #aaa solid;
  display: inline-block;
  content: "";
  top: 20px;
}

.answerListAns,
.generatedListAns {
  margin: 0;
}

.answerListAns span,
.generatedListAns span {
  display: inline-block;
  padding: 0px 5px 1px;
  border-radius: 3px;
  background: #26ace2;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 5px;
}

.answerListDesc,
.generatedDesc {
  margin: 0;
  font-size: 13px;
  color: #888;
  font-style: italic;
}

.generatedDesc.normal {
  font-style: normal;
}

.removeAnswer,
.removeGeneratedList {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 21px;
  opacity: 0.8;
}

.removeAnswer:hover,
.removeGeneratedList:hover {
  opacity: 1;
}

.creditChlgDesc {
  margin: 0;
  font-size: 14px;
  color: #888;
}

.editAnswer {
  font-size: 14px;
  position: absolute;
  right: 100px;
  top: 21px;
  opacity: 0.8;
}

.viewAnswer {
  font-size: 14px;
  position: absolute;
  right: 150px;
  top: 21px;
  opacity: 0.8;
}

.copyUser {
  font-size: 14px;
  position: absolute;
  right: 90px;
  top: 21px;
  opacity: 0.8;
}

.answerListItem.ui-sortable-helper,
.generatedListItem.ui-sortable-helper {
  border-bottom: 1px #bbb solid;
}

.createAnsAlert,
.createChallangeAlert,
.addQuestionAlert,
.addVideoAlert,
.createChallengeAlert {
  display: none;
}

.nicescroll-cursors {
  background-color: rgba(155, 155, 155, 0.56) !important;
  border: none !important;
}

.videoIframe {
  width: 100%;
}

.chartInnerText {
  text-align: center;
}

.chartInnerText h5 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
}

.chartInnerText h4 {
  font-size: 28px;
  font-weight: 800;
  color: #26ace2;
  border-bottom: 1px #ddd solid;
  padding: 10px 0;
}

.chartInnerCols>div {
  border-right: 1px #ddd solid;
  padding: 20px 5px;
  text-align: center;
  float: left;
  width: 50%;
}

.chartInnerCols>div:last-child {
  border: none;
}

.chartInnerCols:after {
  content: "";
  display: block;
  clear: both;
}

.mdPoUserList .poUserSuggestionInfo p {
  line-height: 16px;
  margin: 4px 0 -10px 0;
}

.mdPoUserList .poUserSuggestionInfo {
  height: 45px;
}

.headerSearchSuggestion {
  position: fixed;
  left: 250px;
  right: 0;
  top: 50px;
  right: 0;
  transition: all 0.2s;
  max-height: 70vh;
  overflow: auto;
  z-index: 10;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.headerSearchSuggestionItem {
  padding: 10px 10px 10px 65px;
  border-bottom: 1px #ddd solid;
  position: relative;
  background: #fff;
  cursor: pointer;
}

.headerSearchSuggestionItem:hover {
  background: #eee;
}

.headerSearchSuggestionImage {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
}

.headerSearchSuggestionInfo p {
  margin: 0;
}

.headerSearchSuggestionInfo span {
  font-size: 13px;
  color: #888;
}

.customSearchSuggestion {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  right: 0;
  transition: all 0.2s;
  max-height: 70vh;
  overflow: auto;
  z-index: 10;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.customSearchSuggestionItem {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px #ddd solid;
  position: relative;
  background: #fff;
  cursor: pointer;
}

.customSearchSuggestionItem:hover {
  background: #eee;
}

.customSearchSuggestionItem.noBorder {
  border-bottom: 0;
}

.customSearchSuggestionImage {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
}

.customSearchSuggestionInfo p {
  margin: 0;
}

.customSearchSuggestionInfo span {
  font-size: 13px;
  color: #888;
}

.pendingResposne {
  background: #fffcf9;
  transition: all 0.4s;
}

.userINformation {
  padding: 15px 0;
}

.userINformation p {
  font-size: 13px;
  color: #888;
  margin: 0 0 4px 0;
}

.conversationLeft {
  padding-left: 100px;
  position: relative;
  min-height: 80px;
}

.conversationRight {
  padding-right: 100px;
  position: relative;
  min-height: 80px;
}

.conversationLeft .convImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

.conversationRight .convImg {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

.conversationLeft .convText {
  background: #f2f6fb;
  padding: 10px 15px;
  border-radius: 4px;
  position: relative;
}

.conversationRight .convText {
  background: #fffcf9;
  padding: 10px 15px;
  border-radius: 4px;
  position: relative;
}

.conversationLeft .convTime {
  font-size: 12px;
  color: #888;
  text-align: right;
  margin-top: 5px;
}

.conversationRight .convTime {
  font-size: 12px;
  color: #888;
  text-align: left;
  margin-top: 5px;
}

.convTextContent {
  font-size: 14px;
  color: #888;
  margin: 5px 0;
  white-space: pre-wrap;
}

.conversationLeft .convText:after {
  width: 20px;
  height: 20px;
  background: #000;
  content: "";
  display: inline-block;
  position: absolute;
  left: -9px;
  top: -10px;
  transform: rotate(225deg);
  background: -webkit-linear-gradient(top left,
      #f2f6fb 0%,
      #f2f6fb 50%,
      #fff 50%,
      #fff 100%);
  background: -moz-linear-gradient(top left,
      #f2f6fb 0%,
      #f2f6fb 50%,
      #fff 50%,
      #fff 100%);
  background: -ms-linear-gradient(top left,
      #f2f6fb 0%,
      #f2f6fb 50%,
      #fff 50%,
      #fff 100%);
  background: -o-linear-gradient(top left,
      #f2f6fb 0%,
      #f2f6fb 50%,
      #fff 50%,
      #fff 100%);
}

.conversationRight .convText:after {
  width: 20px;
  height: 20px;
  background: #000;
  content: "";
  display: inline-block;
  position: absolute;
  right: -9px;
  top: -10px;
  transform: rotate(225deg);
  background: -webkit-linear-gradient(top left,
      #fffcf9 0%,
      #fffcf9 50%,
      #fff 50%,
      #fff 100%);
  background: -moz-linear-gradient(top left,
      #fffcf9 0%,
      #fffcf9 50%,
      #fff 50%,
      #fff 100%);
  background: -ms-linear-gradient(top left,
      #fffcf9 0%,
      #fffcf9 50%,
      #fff 50%,
      #fff 100%);
  background: -o-linear-gradient(top left,
      #fffcf9 0%,
      #fffcf9 50%,
      #fff 50%,
      #fff 100%);
}

.conversationHolder>div {
  margin-bottom: 25px;
}

.responseDone {
  display: none;
}

.responseGiven {
  background: #f4ffe4;
}

.tagsHolder span {
  display: inline-block;
  margin: 10px;
  padding: 4px 15px;
  border-radius: 100px;
  background: #fafafa;
  color: #444;
  border: 1px #eee solid;
  cursor: pointer;
}

.tagsHolder span:hover {
  border-color: #ddd;
}

.tabContent>div {
  display: none;
}

.tabContent>div.active {
  display: block;
}

.tabHeader {
  text-align: center;
  position: relative;
}

.tabHeader:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #ddd;
  content: "";
  top: 27px;
  z-index: -1;
}

.tabHeader a {
  display: inline-block;
  padding: 15px 25px;
  margin: 0 4px;
  position: relative;
  z-index: 2;
  border-radius: 100px;
  border: 1px #eee solid;
  background: #f9fbfd;
  color: #888;
}

.tabHeader a.active {
  background: #fff;
  border-color: #ddd;
  opacity: 1;
}

.subCategoryHolder {
  padding: 10px;
  background: #fffcf5;
  border-radius: 5px;
  border: 1px #ece8d9 solid;
  margin-top: 10px;
  display: none;
}

.articleCatSelector {
  position: relative;
}

.articleCat {
  position: absolute;
  left: 0;
  right: 0;
  top: 51px;
  background: #ff0;
  display: none;
}

.articleCatItem {
  position: relative;
  background: #fff;
  border-bottom: 1px #eee solid;
  padding: 15px 15px 15px 65px;
  min-height: 60px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
}

.articleCatItem:hover {
  background: #fafafa;
}

.articleCatImg {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  left: 15px;
  top: 15px;
  background-size: cover;
  background-position: center;
}

.articleCatText {
  line-height: 30px;
}

.thumbnailImageHolder {
  display: inline-block;
  width: 250px;
  height: 250px;
  background: #fafafa;
  border: 2px #ddd dashed;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.thumbnailImageHolder:hover {
  border: 2px #aaa dashed;
}

.thumbnailImageHolder span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  top: 50%;
  position: absolute;
  margin-top: -20px;
  color: #888;
}

.thumbnailImageHolder label {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  color: #fff;
  display: none;
}

.thumbnailImageHolder.hasImage span {
  display: none;
}

.thumbnailImageHolder.hasImage label {
  display: inline-block;
}

.uploadImage {
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.sampleImage {
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.enterDayInput,
.selectActionInput,
.enterRuleTag,
.enterDayNotTracked,
.createTagAlert {
  display: none;
}

.customAutoComplete {
  position: relative;
}

.addedRule>div,
.tagsCreated>div {
  border: 1px #eee solid;
  padding: 10px 15px;
  border-bottom: none;
}

.addedRule>div:last-child,
.tagsCreated>div:last-child {
  border-bottom: 1px #eee solid;
}

.tagsCreated p {
  margin: 0;
}

.tagsCreated span {
  color: #888;
  font-size: 13px;
  font-style: italic;
}

.customCheck input {
  margin: 0 !important;
  width: 0;
}

.customCheck label {
  margin: 0 !important;
  cursor: pointer;
}

#pichart {
  width: 20px;
  height: 30px;
}

input[type="range"] {
  /*removes default webkit styles*/
  appearance: none;
  -webkit-appearance: none;

  /*fix for FF unable to apply focus style bug */
  border: 1px solid white;

  /*required for proper track sizing in FF*/
  width: 300px;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #26ace2;
  margin-top: -4px;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type="range"]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type="range"]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #26ace2;
}

/*hide the outline behind the border*/
input[type="range"]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type="range"]::-ms-track {
  width: 300px;
  height: 5px;

  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;

  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;

  /*remove default tick marks*/
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type="range"]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type="range"]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #26ace2;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #888;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #ccc;
}

.ql-editor {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 16px;
}

.editorGalleryImage {
  height: 165px;
  object-fit: contain;
}

.imageUpload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.fileContainer {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: black;
  display: inline-block;
  cursor: pointer !important;
}

.imageStyler {
  padding: 20px 20px 19px 20px;
  background: #fdfdfd;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
}

.row.imageStyler {
  margin: 0;
}

.inputFakeLabel {
  color: #aaa;
  font-weight: 400;
}

.inputFakeLabelFocussed {
  color: #26ace2;
  font-weight: 400;
}

.mealPlanImage {
  width: 50px;
}

.mealPlanImage img {
  height: 40px;
}

.mealPlanDescriptionSub {
  font-style: italic;
}

.mealPlanThumb {
  object-fit: cover;
  max-height: 160px;
  max-width: 215px;
  text-align: center;
  margin: 0 auto;
  border-radius: 12px;
}

.mealPlanText {
  font-size: 19pt;
  color: #7b7b7b;
  max-width: 245px;
  text-align: center !important;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1;
  height: 55px;
}

.react-autosuggest__container {
  position: relative;
}

.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.react-autosuggest__input:focus {
  outline: none;
}

.react-autosuggest__container--open .react-autosuggest__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__container--open .react-autosuggest__suggestions-container {
  display: block;
  position: absolute;
  top: 51px;
  width: 280px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}

.react-autosuggest__suggestion:not(:first-child) {
  border-top: 1px solid #ddd;
}

.react-autosuggest__suggestion--focused {
  background-color: #0c7eaf;
  color: #fff;
}

.suggestion-content {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}

.Select-control {
  border: none !important;
  /* border-bottom: 1px #ddd solid !important; */
  border-radius: 0 !important;
  background-color: transparent !important;
}

/*.Select-control {*/
/*border-color: #d9d9d9 #ccc #b3b3b3;*/
/*border-radius: 4px;*/
/*border: 1px solid #ccc;*/
/*color: #333;*/
/*cursor: default;*/
/*display: table;*/
/*border-spacing: 0;*/
/*border-collapse: separate;*/
/*height: 36px;*/
/*outline: none;*/
/*overflow: hidden;*/
/*position: relative;*/
/*width: 100%;*/
/*}*/

.has-value .Select-control {
  /* border-bottom: 1px #26ace2 solid !important; */
  border-radius: 0 !important;
}

.Select-option.is-selected {
  background-color: #26ace2 !important;
  /* Fallback color for IE 8 */
  background-color: rgba(38, 172, 226, 1);
  color: #333;
}

.Select-option.is-focused {
  background-color: #26ace2 !important;
  /* Fallback color for IE 8 */
  background-color: rgba(38, 172, 226, 1);
  color: #333;
}

.Select.is-focused {
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.Select.is-focused .Select-control {
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.Select.is-focused .Select-control {
  outline: none !important;
  border-radius: 0 !important;
}

.Select--single>.Select-control .Select-value {
  line-height: 27px !important;
}

.Select-placeholder,
.Select--single>.Select-control .Select-value {
  padding-left: 0 !important;
}

.Select-input {
  padding: 0 !important;
}

.Select-value {
  top: inherit !important;
}

.fullModal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
}

.fmInner {
  transition: all 0.4s;
  transform: scale(0.9);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

.showFullModal .fmInner {
  transform: scale(1);
  opacity: 1;
}

.fmHeader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 70px;
  padding-right: 50px;
  border-bottom: 1px #eee solid;
}

.profileTab {
  border-bottom: 1px #eee solid;
}

.fmBody {
  position: absolute;
  left: 0;
  top: 70px;
  right: 0;
  bottom: 0;
}

.fmBody.tabHasFooter {
  bottom: 70px;
}

.fmFooter {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 70px;
  border-top: 1px #eee solid;
  z-index: 3;
  background-color: white;
}

.fmBodyInner {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  overflow: auto;
}

.modalHeaderTabs {
  padding-left: 20px;
}

.modalHeaderTabs a {
  display: inline-block;
  height: 68px;
  line-height: 68px;
  padding: 0 20px;
  color: #888;
}

.modalHeaderTabs a:hover {
  color: #26ace2 !important;
}

.modalHeaderTabs a.active {
  color: #26ace2;
  position: relative;
}

.modalHeaderTabs a.active:hover {
  color: #26ace2;
  position: relative;
}

.modalHeaderTabs a.active:after {
  background: #26ace2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  content: "";
}

.modTabContent>div {
  display: none;
}

.modTabContent>div.active {
  display: block;
}

.fmFooter {
  padding: 17px;
  display: block !important;
}

.closeFullModal {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 50px;
  text-align: left;
  line-height: 70px;
  font-size: 20px;
  text-indent: 10px;
}

.alertFooterBtns {
  padding: 20px;
  text-align: right;
}

.alertFooterBtns {
  border-top: 1px #eee solid;
}

.react-date-picker__button {
  border: none !important;
}

.react-date-picker__button__icon {
  display: none;
}

.react-datetime-picker__calendar-button {
  display: none;
}

.react-datetime-picker__clear-button {
  display: none;
}

.react-datetime-picker__button {
  border: none !important;
}

.react-datetime-picker__wrapper {
  border: none !important;
}

.react-datetime-picker__button__icon {
  display: none;
}

.react-datetime-picker__inputGroup__leadingZero {
  padding-right: 8px;
}

.chartInnerText select {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
  border: none;
  background-color: transparent;
}

.chartInnerText select:focus {
  outline: none;
}

.adsUserSuggestionItem {
  position: relative;
  padding: 20px 20px 20px 90px;
  min-height: 50px;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.adsUserSuggestionImage {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
}

.adsUserSuggestionItem p {
  line-height: 15px;
  position: relative;
  top: 5px;
}

.adsUserSuggestionItem span {
  position: relative;
  top: -5px;
}

.adsUserSuggestionItem .customSearchSuggestionInfo {
  height: 50px;
}

.customSearchSuggestionInfo p {
  font-weight: 500;
}

/*React Auto Suggest Reset*/
.mdInput .react-autosuggest__container--open .react-autosuggest__suggestions-container {
  width: 100%;
  z-index: 100;
}

.mdInput .react-autosuggest__suggestion {
  padding: 0;
}

/*New*/

.modalDeleteAlertOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10006;
  display: none;
}

.modalDeleteAlert {
  position: fixed;
  top: 50px;
  left: 30%;
  right: 30%;
  background: #fff;
  z-index: 10007;
  display: none;
  border-radius: 5px;
}

.modalAlertOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10004;
  display: none;
}

.modalAlert {
  position: fixed;
  top: 50px;
  left: 30%;
  right: 30%;
  background: #fff;
  z-index: 10005;
  display: none;
  border-radius: 5px;
}

.modalAlert p {
  font-size: 20px;
  padding: 20px;
}

.modalDeleteAlert p {
  font-size: 20px;
  padding: 20px;
}

.modalAlert.big {
  left: 20%;
  right: 20%;
}

.modalAlert.bigX {
  left: 25%;
  right: 25%;
}

.modalAlert.bigY {
  left: 15%;
  right: 15%;
}

.modalAlert.autoWidthModal {
  text-align: left;
  max-width: 100%;
  width: auto !important;
}

.alertFooterBtns {
  padding: 20px;
  text-align: right;
}

.alertFooterBtns {
  border-top: 1px #eee solid;
}

/*Dec 13*/
.modal {
  z-index: 10500;
}

.ui-datepicker {
  z-index: 100000 !important;
}

.modal-backdrop {
  z-index: 10400;
}

.memberTagsHolder>div {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 20px;
  background: #26ace2;
  border: 1px #26ace2 solid;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}

.recentUpdateItem {
  position: relative;
  padding-left: 65px;
  min-height: 50px;
  margin-bottom: 20px;
}

.recentUpdateImage {
  position: absolute;
  left: 0;
  top: 5px;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}

.recentUpdateHeader {
  font-size: 15px;
}

.recentUpdateDesc {
  font-size: 13px;
  color: #777;
}

.nfHolder {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nfInner {
  display: block;
  width: 100%;
  text-align: center;
}

body.notFound {
  padding: 0;
}

.nfInner img {
  width: 500px;
  max-width: 95%;
}

.subText {
  font-size: 12px;
  color: #26ace2;
  margin: 3px 0;
}

.subText {
  font-size: 12px;
  color: #26ace2;
  margin: 3px 0;
}

.btn-primary[disabled],
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:active {
  background: #aaa !important;
  color: #fff;
}

.adSecAlert {
  display: none;
}

.react-date-picker__calendar {
  z-index: 100 !important;
}

.react-datetime-picker__calendar {
  z-index: 100;
}

.react-datetime-picker__clock {
  z-index: 100;
}

.timeline-holder {
  position: relative;
  padding: 20px 0;
}

.timeline-holder:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  background: #26ace2;
  position: absolute;
  border-radius: 10px;
}

.timeline-item:nth-child(odd) {
  position: relative;
  width: 100%;
  padding-right: 50%;
}

.timeline-item:nth-child(even) {
  position: relative;
  width: 100%;
  padding-left: 50%;
}

.timeline-item:nth-child(odd) .timeline-inner {
  padding-right: 150px;
  padding-left: 10px;
}

.timeline-item:nth-child(even) .timeline-inner {
  padding-left: 150px;
  padding-right: 10px;
}

.timeline-item:nth-child(odd) .timeline-inner:before {
  position: absolute;
  content: "";
  top: 0;
  height: 4px;
  background: #26ace2;
  left: 0;
  right: 50%;
  z-index: 1;
}

.timeline-item:nth-child(even) .timeline-inner:before {
  position: absolute;
  content: "";
  top: 0;
  height: 4px;
  background: #26ace2;
  left: 50%;
  right: 0;
  z-index: 1;
}

.timeline-item:nth-child(odd) .timeline-inner:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 4px #26ace2 solid;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: -6px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item:nth-child(even) .timeline-inner:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 4px #26ace2 solid;
  position: absolute;
  right: 50%;
  margin-right: -8px;
  top: -6px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-content {
  background: #ff0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px #d7eff9 solid;
  background: #f4fcff;
  padding: 20px 20px 0 20px;
  cursor: pointer;
  width: 100%;
}

.timeline-content:hover {
  border: 1px #c6dee8 solid;
  background: #f8fdff;
}

.timeline-content>div {
  font-size: 16px;
  margin-bottom: 20px;
}

.timeline-content span {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.timeline-item:nth-child(odd) .timeline-date {
  position: absolute;
  right: calc(50% + 10px);
  top: 5px;
  font-size: 13px;
  color: #888;
}

.timeline-item:nth-child(even) .timeline-date {
  position: absolute;
  left: calc(50% + 10px);
  top: 5px;
  font-size: 13px;
  color: #888;
}

.modalHeader {
  display: inline-block;
  height: 68px;
  line-height: 68px;
  padding: 0 20px;
  color: #222;
  font-weight: 600;
}

.uplImagesHolder img {
  display: inline-block;
  height: 250px;
  border: 1px #eee solid;
}

.addProfilePhoto {
  height: 200px;
  width: 200px;
  border-radius: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.addMealPlanPhoto {
  height: 200px;
  width: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.addedProgressPhotosContainer {
  padding: 4px;
  border: 1px solid;
  border-radius: 7px;
}

.addedProgressPhotos {
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.progressPhotoNotes {
  color: #444;
  font-size: 14px;
}

.spBtn span {
  display: block;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

/*.Checkout label {display: block;width: 100%;border-bottom: 1px #dcdcdc solid;color: #26ace2;font-weight: 700;}*/
.StripeElement {
  padding: 12px 0 14px;
}

.input-mc,
.input-mp,
.input-url {
  display: none;
}

.cfHidden {
  display: none;
}

.calendarHolder {
  display: table;
  border-collapse: collapse;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.calendarHolder>div {
  display: table-row;
}

.calendarHolder>div>div {
  display: table-cell;
  width: 150px;
  height: 100px;
  border: 1px #f2f6fb solid;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

.calendarHolder>.calendarHeader>div {
  height: 35px;
  font-weight: 700;
}

.calendarHolder>div>div>div {
  font-size: 13px;
  color: #fff;
  background: #26ace2;
  margin: 5px;
  padding: 0px 4px;
  border-radius: 4px;
}

.calendarHeading {
  text-align: center;
  font-size: 32px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.calendarHolder>div>div:hover {
  background: #fff;
  border-radius: 2px;
  transform: scale(1.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.timeNavigator {
  margin: 0 15px;
  background: #fff;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.timeNavigator .clearfix>div>div {
  display: inline-block;
  padding: 5px 15px;
  border: 1px #dbe1e8 solid;
  border-radius: 4px;
  margin: 0 5px;
  background: #fff;
  cursor: pointer;
}

.timeNavigator .clearfix>div>div:hover {
  color: #fff;
  background: #26ace2;
  border-color: #26ace2;
}

.calendarComponent {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.calendarComponent .container {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.calendarHolder {
  width: 100%;
}

.otherMonth,
.otherMonth:hover {
  background: #eee !important;
  color: #888;
  border-bottom: 1px #f2f6fb solid !important;
  cursor: default !important;
  transform: scale(1) !important;
  box-shadow: none !important;
}

.calendarHeader div:hover {
  transform: scale(1) !important;
  box-shadow: none !important;
  cursor: default !important;
}

.calendarHolder>div>div>div p {
  margin: 0;
}

.calendarHolder button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #26ace2;
  border: 1px #beecff solid;
  background: #fff;
  cursor: default;
}

.calendarHolder button.calendarViewBtn {
  right: initial;
  left: 5px;
}

.calendarHolder button:hover {
  background: #26ace2;
  border-color: #26ace2;
  color: #fff;
}

.calendarHolder button:focus,
.calendarHolder button:active {
  background: #1588b7;
  border-color: #1588b7;
  color: #fff;
  outline: none;
}

.calendarHolder button.calendarViewBtn {
  color: #61902c;
  border: 1px #c2e0c3 solid;
  background: #fff;
  display: none;
}

.calendarHolder button.calendarViewBtn:hover,
.calendarHolder button.calendarViewBtn:focus,
.calendarHolder button.calendarViewBtn:active {
  color: #61902c;
  border: 1px #97bd98 solid;
  background: #f5fbf5;
}

.calendarHolder button.calendarPasteBtn {
  color: #8e6525;
  border: 1px #ffe996 solid;
  background: #fffcf5;
}

.calendarHolder button.calendarPasteBtn:hover {
  color: #fff;
  border: 1px #da9933 solid;
  background: #da9933;
}

.calendarHolder button.calendarPasteBtn:focus,
.calendarHolder button.calendarPasteBtn:active {
  color: #fff;
  border: 1px #c5851f solid;
  background: #c5851f;
  outline: none;
}

.calendarCopyBtn {
  display: none;
}

.calendarPasteBtn {
  display: none;
}

.calendarHolder>div>div:hover .calendarCopyBtn {
  display: none;
}

.calendarHolder>div>div.hasEvents:hover .calendarCopyBtn {
  display: inline-block;
}

.calendarHolder>div>div.hasEvents:hover .calendarViewBtn {
  display: inline-block;
}

.calendarHolder>div>div.otherMonth:hover .calendarViewBtn {
  display: none;
}

.eventCopied .calendarCopyBtn {
  display: none;
}

.eventCopied .calendarPasteBtn {
  display: inline-block;
}

.calendarHolder.eventCopied>div>div:hover .calendarCopyBtn {
  display: none;
}

.addExcerciseAlert,
.addExcercisePanel {
  display: none;
}

.addExcercisePanel .select2-container {
  width: 100% !important;
}

.radioCheckLabel {
  color: #26ace2;
  font-weight: bold;
}

.modalAlert .modalInnerBody p {
  font-size: 16px;
  padding: 0;
  margin-bottom: 10px;
}

.hideButton {
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.backButton,
.backButtonAlt {
  text-align: right;
}

.videosLoading {
  opacity: 0;
  visibility: hidden;
}

.videosLoaded {
  text-align: center;
}

.videoProgress {
  text-align: center;
}

.loader-60devs .loader-60devs-progress {
  background: teal !important;
  height: 3px !important;
}

/* disable loading overlay mask */
.loader-60devs::before {
  display: none;
}

.contentTabLabels {
  text-align: center;
}

.contentTabLabels>div {
  display: inline-block;
  padding: 5px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #fff;
  font-size: 13px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  border-bottom: none;
  cursor: pointer;
  color: #888;
}

.contentTabLabels>div:hover {
  color: #444;
}

.contentTabLabels>div.active {
  background: #26ace2;
  color: #fff;
  border-color: #26ace2;
  cursor: pointer;
}

.contentTabItem {
  display: none;
}

.contentTabItem.active {
  display: block;
}

.whatsNew i {
  display: inline-block;
  margin-right: 15px;
  color: #888;
}

.whatsNew div {
  margin-bottom: 7px;
}

.whatsNew span:hover {
  color: #26ace2;
}

.anchor a {
  color: #26ace2 !important;
}

.anchor a:hover {
  opacity: 0.8;
}

.linkList a {
  color: #26ace2 !important;
}

.linkList a:hover {
  color: #26ace2 !important;
  opacity: 0.8;
}

.h3a {
  font-size: 14px !important;
}

.link {
  color: #26ace2 !important;
}

.link:hover {
  color: #26ace2 !important;
  opacity: 0.8;
}

.viewTags>div {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.includedTags span {
  display: inline-block;
  font-size: 12px;
  color: #999;
  font-style: italic;
  margin-right: 5px;
}

.includedTags {
  margin-bottom: 10px;
}

.container-fluid.mc {
  background-color: white;
}

container.news {
  -webkit-tap-highlight-color: transparent;
}

.bannerHeader {
  font-size: 34px;
  color: #2c2c2c;
  font-family: "Gotham";
  font-weight: 900;
}

.bannerImage {
  display: block;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.bannerHeader:after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background: #25aae1;
  position: relative;
  top: 8px;
}

.headerDate {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 18px;
  color: #5f5f5f;
  margin-bottom: 0;
}

.headerWeek {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 30px;
  color: #444444;
}

.headerContentHeader {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 22px;
  color: #444444;
  letter-spacing: 0.5px;
}

.headerContentItem {
  position: relative;
  margin-bottom: 35px;
}

.headerContentItemSerial {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  color: #d5d5d5;
  margin: 0;
  position: absolute;
  left: -70px;
  top: -2px;
}

.headerContentItemHeader {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  color: #5f5f5f;
  margin: 0;
}

.headerContentItemSubText {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  color: #d5d5d5;
  margin: 0;
}

.headerContentInner {
  position: relative;
  box-shadow: 5px 10px 32px rgba(0, 0, 0, 0.05);
  padding: 25px 25px 15px 105px;
  border-radius: 5px;
  margin-left: -105px;
}

.headerContentInner:after {
  position: absolute;
  left: 0;
  top: -5px;
  height: 17px;
  right: 0;
  background: #fff;
  z-index: 1;
  content: "";
}

.headerContentInner:before {
  content: "CIRCLE";
  color: #fbfbfb;
  font-size: 120px;
  position: absolute;
  left: 0;
  top: -159px;
  font-weight: 600;
  z-index: -1;
  letter-spacing: 20px;
}

.circleAuthor {
  margin-top: -25px;
}

.circleAuthor span {
  font-size: 13px;
  color: #ddd;
}

.circleAuthor p {
  color: #444;
  font-size: 17px;
}

.bodyText {
  font-size: 25px;
  color: #444;
  font-weight: 500;
}

.subBodyText {
  font-size: 14px;
  color: #888;
}

.footerSocialLinks a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #fff;
  background: #ccc;
  margin-right: 10px;
  border-radius: 50%;
}

.footerSocialLinks a:hover {
  background: #25aae1;
}

.topSocial a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #fff;
  background: #ccc;
  margin-bottom: 10px;
  border-radius: 50%;
}

.topSocial a:hover {
  background: #25aae1;
}

.trainerImageHolder {
  padding: 25px;
  box-shadow: 5px 10px 32px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.bodyContent {
  position: relative;
}

.bodyContent:before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 40px 50px 100px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0;
  bottom: -200px;
}

.bodyContent:after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 40px 50px 100px rgba(0, 0, 0, 0.05) inset;
  position: absolute;
  right: 0;
  bottom: -200px;
  transform: scale(0.8);
}

.bottomCircle {
  background: #25aae1;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.bottomCircleHolder {
  height: 80px;
  overflow: hidden;
  width: 200px;
  position: relative;
  left: 100px;
}

.topSocial {
  position: absolute;
  right: 50px;
  top: 0;
  width: 40px;
  padding-top: 120px;
}

.topSocial:before {
  content: "";
  left: 19px;
  width: 2px;
  height: 92px;
  background: #ddd;
  display: block;
  position: absolute;
  top: 0;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
}

.smallDate {
  padding: 25px 20px;
  display: inline-block;
}

.firstLetter {
  text-transform: capitalize;
}

.chartBoxInner {
  padding: 15px 15px 10px;
  border-radius: 10px;
  background: #f93;
  margin-bottom: 30px;
  max-width: 325px;
  margin: 0 auto;
}

.chartBoxInner img {
  height: 50px;
}

.chartBoxInnerCount {
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.chartBoxInner>p {
  margin: 5px 0;
  font-weight: bold;
  color: #fff;
}

.chartBox:nth-child(5n + 1) .chartBoxInner {
  background: #8bc34a;
}

.chartBox:nth-child(5n + 2) .chartBoxInner {
  background: #f93;
}

.chartBox:nth-child(5n + 3) .chartBoxInner {
  background: #03a9f4;
}

.chartBox:nth-child(5n + 4) .chartBoxInner {
  background: #607d8b;
}

.chartBox:nth-child(5n + 5) .chartBoxInner {
  background: #8c68cc;
}

.chartBox {
  margin-bottom: 30px;
}

.atq-question {
  border-top: 1px dashed #e4e4e4;
  border-bottom: 0;
}

.atq-question.first {
  padding-top: 5px !important;
  border-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pointer-click {
  cursor: pointer;
}

.inlineLabel {
  display: inline !important;
}

.capitalWord {
  text-transform: uppercase;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.addChallengeTopBox {
  padding: 30px;
  padding-top: 35px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.addChallengeTopBox p {
  font-weight: bold;
  color: #fff;
  font-size: 1.8em;
}

.addChallengeTopBox p.small {
  font-size: 1.4em;
}

.addChallengeBox {
  text-align: center;
  margin: 0 auto;
}

.addChallengeBox img {
  margin: 0;
  padding: 0;
}

.addChallengeBox .addChallengeTitle {
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  font-size: 20px;
}

.addChallengeBox .addChallengePrice {
  color: #f7931e;
  font-size: 13pt;
  font-weight: bold;
  padding-top: 7px;
}

.addChallengeBox .addChallengeContent {
  box-shadow: 1px 3px 14px -3px #888888;
  margin: 0 auto;
  border: 1px solid;
  border-top: 0;
  border-color: #ccc;
  text-align: left;
  max-width: 450px;
  padding: 20px;
  font-size: 16px;
  color: #999999;
  line-height: 1.7;
  font-family: montserrat !important;
}

.addChallengeBox .btn-warning {
  background-color: #fba13b;
  color: #fff;
  border-radius: 5px !important;
  padding: 9px 24px;
}

.addChallengeBox .btn-warning:hover {
  background-color: #fb823a;
}

.addChallengeBox .btn-warning:active {
  background-color: #fb823a !important;
  color: #fff !important;
}

.clearBoth {
  clear: both;
}

.companyPoints {
  text-align: right;
}

.why-you-should-join-hec {
  background-color: #156ca6;
  text-align: center;
}

.challenger-image {
  display: inline-block;
}

.challenger-image img {
  height: 200px;
}

.review-image {
  width: 100%;
}

.price-sign-up {
  background-color: #1a0d04;
}

.align-center {
  text-align: center;
}

.float-left {
  float: left;
}

.link-copy {
  color: "gray";
  font-size: 13px;
}

.link-share {
  color: #25aae1;
  cursor: pointer;
}

.menu-item {
  padding: 0 40px;
  margin: 5px 5px;
  cursor: pointer;
  border: none;
}

.scroll-menu-arrow {
  padding: 20px;
  cursor: pointer;
}

.text-completed {
  color: #ff9d9d;
}

.csv-input {
  padding: 10px;
  margin: 15px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

ul.pagination {
  margin-top: 0;
  margin-bottom: 20;
}

ul.pagination li.page-item.active a.page-link {
  color: #25aae1 !important;
  background-color: #e3e7eb !important;
  border-color: #ced4da !important;
}

ul.pagination a.page-link {
  padding: 0.5rem 1rem;
  min-width: 3.5rem;
  text-align: center;
  box-shadow: none !important;
  border-color: #ced4da !important;
  color: #6b88a4;
  font-weight: 900;
  font-size: 1rem;
}

ul.pagination a.page-link:hover {
  background-color: #f4f4f4;
}

.radius-7px {
  border-radius: 7px;
}

.gjs-field label {
  margin-bottom: 0;
}

.gjs-editor *,
.gjs-sm-title * {
  font-family: "Helvetica,sans-serif; font-size:.75rem;

}

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

.min-width-150 {
  min-width: 150px;
}

.min-width-200 {
  min-width: 200px;
}

.border-0 {
  border: 0 !important;
}

.edit-email {
  background-color: #F9DADA;
}

#wte-pn-options2.wte-pn-panel {
  box-shadow: none;
}

.icon-add-comp::before,
.icon-comp100::before,
.icon-comp50::before,
.icon-comp30::before,
.icon-rm::before {
  content: '';
}

.icon-add-comp {
  background: url("./img/icon-sq-a.png") no-repeat center;
}

.icon-comp100 {
  background: url("./img/icon-sq-1.png") no-repeat center;
}

.icon-comp50 {
  background: url("./img/icon-sq-2.png") no-repeat center;
}

.icon-comp30 {
  background: url("./img/icon-sq-3.png") no-repeat center;
}

.icon-rm {
  background: url("./img/icon-sq-r.png") no-repeat center;
}

.icons-flex {
  background-size: 70% 65% !important;
  height: 15px;
  width: 17px;
  opacity: 0.9;
}

.icon-dir-row {
  background: url("./img/flex-dir-row.png") no-repeat center;
}

.icon-dir-row-rev {
  background: url("./img/flex-dir-row-rev.png") no-repeat center;
}

.icon-dir-col {
  background: url("./img/flex-dir-col.png") no-repeat center;
}

.icon-dir-col-rev {
  background: url("./img/flex-dir-col-rev.png") no-repeat center;
}

.icon-just-start {
  background: url("./img/flex-just-start.png") no-repeat center;
}

.icon-just-end {
  background: url("./img/flex-just-end.png") no-repeat center;
}

.icon-just-sp-bet {
  background: url("./img/flex-just-sp-bet.png") no-repeat center;
}

.icon-just-sp-ar {
  background: url("./img/flex-just-sp-ar.png") no-repeat center;
}

.icon-just-sp-cent {
  background: url("./img/flex-just-sp-cent.png") no-repeat center;
}

.icon-al-start {
  background: url("./img/flex-al-start.png") no-repeat center;
}

.icon-al-end {
  background: url("./img/flex-al-end.png") no-repeat center;
}

.icon-al-str {
  background: url("./img/flex-al-str.png") no-repeat center;
}

.icon-al-center {
  background: url("./img/flex-al-center.png") no-repeat center;
}

#wte-sm-label-parent-flex {
  width: 100%;
}

#wte-sm-label-parent-flex .wte-sm-field {
  display: none;
}

#wte-sm-label-parent-flex {
  border-bottom: 1px solid #383838;
  font-size: 12px;
  padding: 15px 3px 5px;
  width: 100%;
}

#wte-sm-flex-grow,
#wte-sm-flex-shrink {
  width: 30%;
}

#wte-sm-flex-basis {
  width: 40%;
}

.avatarEditor canvas {
  object-fit: cover;
}

.btn-upload-avatar {
  width: 250px;
}

.centerMargin {
  margin: 0 auto;
}


.addChallengeMobile {
  margin-top: -20px;
}

.react-date-picker__wrapper {
  border: none !important;
}

.react-date-picker__button {
  display: none;
}

.react-date-picker__inputGroup > input { display: inline !important }