.textOverflow, .bgSwitchHolder .csContent, .customSelect.error .formElementError, .customSelect .cSelectTrigger .label, .motionLabelTextarea.error .formElementError, .motionLabelTextarea .label, .motionLabelInput.topInfo .formElementInfo, .motionLabelInput.error .formElementError, .motionLabelInput .label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transitionP1, .customCheck .ccIcon:before, .customCheck .ccIcon, .customSwitch .csSwitch:before, .customSwitch .csSwitch {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.transitionP2, .motionLabelTextarea.required .label:after, .motionLabelTextarea .label, .motionLabelTextarea .mltTextarea, .motionLabelInput.required .label:after, .motionLabelInput .label, .motionLabelInput .mliInp {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.transitionP4 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.transitionP6 {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.floatLoading {
  width: 100%;
  height: 150px;
  float: left;
  position: relative;
}
.floatLoading:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid transparent;
  content: " ";
  border-radius: 50%;
  margin: -10px;
  -webkit-animation: loadingAnim 1s infinite;
  animation: loadingAnim 1s infinite;
}
.floatLoading.small {
  height: 50px;
}

@-webkit-keyframes loadingAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.motionLabelInput {
  width: 100%;
  min-width: 80px;
  height: 44px;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
  position: relative;
  text-align: left;
}
.motionLabelInput .formElementError {
  display: none;
}
.motionLabelInput .mliInp {
  width: 100%;
  height: 100%;
  float: left;
  border: none;
  background: none;
  font-family: "Outfit", sans-serif;
  color: #333;
  padding: 12px 35px 0 9px;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.motionLabelInput .label {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
  padding: 0 12px 0 9px;
  font-size: 11px;
  color: #999;
}
.motionLabelInput .label .info {
  font-weight: normal;
  color: #999;
}
.motionLabelInput .tag {
  width: auto;
  height: 30px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: #f1f1f1;
  line-height: 30px;
  padding: 0 7px;
  border-radius: 4px;
  font-size: 11px;
  color: #666;
  font-weight: 600;
}
.motionLabelInput .tag img {
  height: 60%;
}
.motionLabelInput .tag.small {
  padding: 0 4px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #999;
}
.motionLabelInput .infoBt {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d6e1e9;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  color: #476685;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
}
.motionLabelInput .mliBt {
  width: auto;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d6e1e9;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  padding: 0 7px;
  font-size: 11px;
  color: #3C4044;
  cursor: pointer;
  z-index: 1;
  font-weight: normal;
}
.motionLabelInput .mliInp:-moz-placeholder {
  padding: 0 12px;
}
.motionLabelInput .mliInp:-ms-input-placeholder {
  padding: 0 12px;
}
.motionLabelInput .mliInp:placeholder-shown {
  padding: 0 12px;
}
.motionLabelInput .mliInp:-moz-placeholder + .label {
  line-height: 42px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput .mliInp:-ms-input-placeholder + .label {
  line-height: 42px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput .mliInp:placeholder-shown + .label {
  line-height: 42px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput.xLarge {
  height: 60px;
}
.motionLabelInput.xLarge .label {
  line-height: 32px;
}
.motionLabelInput.xLarge .mliInp {
  padding-top: 18px;
  font-size: 15px;
}
.motionLabelInput.xLarge .mliInp:-moz-placeholder {
  padding: 0 15px;
}
.motionLabelInput.xLarge .mliInp:-ms-input-placeholder {
  padding: 0 15px;
}
.motionLabelInput.xLarge .mliInp:placeholder-shown {
  padding: 0 15px;
}
.motionLabelInput.xLarge .mliInp:-moz-placeholder + .label {
  line-height: 60px;
  padding: 0 15px;
  font-size: 15px;
  color: #666;
  font-weight: 600;
}
.motionLabelInput.xLarge .mliInp:-ms-input-placeholder + .label {
  line-height: 60px;
  padding: 0 15px;
  font-size: 15px;
  color: #666;
  font-weight: 600;
}
.motionLabelInput.xLarge .mliInp:placeholder-shown + .label {
  line-height: 60px;
  padding: 0 15px;
  font-size: 15px;
  color: #666;
  font-weight: 600;
}
.motionLabelInput.xLarge .mliInp:-moz-placeholder + .label i {
  color: #02a4a6;
}
.motionLabelInput.xLarge .mliInp:-ms-input-placeholder + .label i {
  color: #02a4a6;
}
.motionLabelInput.xLarge .mliInp:placeholder-shown + .label i {
  color: #02a4a6;
}
.motionLabelInput.large {
  height: 52px;
}
.motionLabelInput.large .label {
  line-height: 28px;
}
.motionLabelInput.large .mliInp {
  padding-top: 15px;
  font-size: 15px;
}
.motionLabelInput.large .mliInp:-moz-placeholder {
  padding: 0 15px;
}
.motionLabelInput.large .mliInp:-ms-input-placeholder {
  padding: 0 15px;
}
.motionLabelInput.large .mliInp:placeholder-shown {
  padding: 0 15px;
}
.motionLabelInput.large .mliInp:-moz-placeholder + .label {
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput.large .mliInp:-ms-input-placeholder + .label {
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput.large .mliInp:placeholder-shown + .label {
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  color: #666;
}
.motionLabelInput.small {
  height: 36px;
}
.motionLabelInput.small .label {
  line-height: 20px;
  padding-left: 7px;
  font-size: 10px;
}
.motionLabelInput.small .mliInp {
  padding-top: 12px;
  padding-left: 7px;
  font-size: 13px;
}
.motionLabelInput.small .mliInp:-moz-placeholder {
  padding: 0 10px;
}
.motionLabelInput.small .mliInp:-ms-input-placeholder {
  padding: 0 10px;
}
.motionLabelInput.small .mliInp:placeholder-shown {
  padding: 0 10px;
}
.motionLabelInput.small .mliInp:-moz-placeholder + .label {
  line-height: 34px;
  padding: 0 10px;
  font-size: 12px;
  color: #666;
}
.motionLabelInput.small .mliInp:-ms-input-placeholder + .label {
  line-height: 34px;
  padding: 0 10px;
  font-size: 12px;
  color: #666;
}
.motionLabelInput.small .mliInp:placeholder-shown + .label {
  line-height: 34px;
  padding: 0 10px;
  font-size: 12px;
  color: #666;
}
.motionLabelInput.small .tag {
  right: 3px;
  bottom: 3px;
  height: 28px;
  line-height: 28px;
}
.motionLabelInput.error {
  border-color: #dc3545;
}
.motionLabelInput.error:after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f12a";
  color: #dc3545;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 11px;
  border: 1px solid #dc3545;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.motionLabelInput.error .formElementError {
  position: absolute;
  right: 10px;
  width: auto;
  top: -9px;
  line-height: 16px;
  color: #dc3545;
  display: block;
  background: #fff;
  padding: 0 7px;
  max-width: calc(100% - 20px);
  text-align: right;
  border-radius: 10px;
  font-size: 12px;
}
.motionLabelInput.topInfo .formElementInfo {
  position: absolute;
  right: 10px;
  width: auto;
  top: -9px;
  line-height: 16px;
  color: #696976;
  display: block;
  background: #fff;
  padding: 0 7px;
  max-width: calc(100% - 20px);
  text-align: right;
  border-radius: 10px;
  font-size: 12px;
}
.motionLabelInput.disabled {
  border-color: #ebebeb;
  pointer-events: none;
}
.motionLabelInput.disabled:Before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " " !important;
  z-index: 2;
  border-radius: 6px;
  opacity: 0.5;
}
.motionLabelInput.loading:after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top-color: #aaa;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  border-radius: 50%;
  -webkit-animation: loadingAnim 1s linear infinite;
  animation: loadingAnim 1s linear infinite;
}
.motionLabelInput.dateInput:Before {
  width: 18px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  content: " " !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzZweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMzYgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM2IDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNBNUJCRDAiIGQ9Ik0xNy45OTksMzIuNzI5YzAuOTk1LDAsMS44MDEtMC44MTUsMS44MDEtMS44MTlzLTAuODA2LTEuODE5LTEuODAxLTEuODE5Yy0wLjk5NCwwLTEuOCwwLjgxNS0xLjgsMS44MTkNCglTMTcuMDA1LDMyLjcyOSwxNy45OTksMzIuNzI5eiBNMjYuOTk5LDMyLjcyOWMwLjk5MywwLDEuODAxLTAuODE1LDEuODAxLTEuODE5cy0wLjgwOC0xLjgxOS0xLjgwMS0xLjgxOQ0KCWMtMC45OTQsMC0xLjc5OSwwLjgxNS0xLjc5OSwxLjgxOVMyNi4wMDUsMzIuNzI5LDI2Ljk5OSwzMi43Mjl6IE0yNi45OTksMjUuNDU0YzAuOTkzLDAsMS44MDEtMC44MTQsMS44MDEtMS44MTgNCgljMC0xLjAwNS0wLjgwOC0xLjgxNi0xLjgwMS0xLjgxNmMtMC45OTQsMC0xLjc5OSwwLjgxMi0xLjc5OSwxLjgxNkMyNS4yLDI0LjY0LDI2LjAwNSwyNS40NTQsMjYuOTk5LDI1LjQ1NHogTTE3Ljk5OSwyNS40NTQNCgljMC45OTUsMCwxLjgwMS0wLjgxNCwxLjgwMS0xLjgxOGMwLTEuMDA1LTAuODA2LTEuODE2LTEuODAxLTEuODE2Yy0wLjk5NCwwLTEuOCwwLjgxMi0xLjgsMS44MTYNCglDMTYuMTk5LDI0LjY0LDE3LjAwNSwyNS40NTQsMTcuOTk5LDI1LjQ1NHogTTMwLjYsMy42MzZoLTEuOFYxLjgxN0MyOC44LDAuODEzLDI3Ljk5MiwwLDI2Ljk5OSwwQzI2LjAwNSwwLDI1LjIsMC44MTMsMjUuMiwxLjgxNw0KCXYxLjgxOEgxMC44VjEuODE3QzEwLjgsMC44MTMsOS45OTQsMCw5LDBDOC4wMDYsMCw3LjE5OSwwLjgxMyw3LjE5OSwxLjgxN3YxLjgxOGgtMS44QzIuNDE4LDMuNjM2LDAsNi4wNzgsMCw5LjA5MXYyNS40NTQNCglDMCwzNy41NTksMi40MTgsNDAsNS4zOTksNDBoMjUuMmMyLjk4MiwwLDUuNC0yLjQ0MSw1LjQtNS40NTVWOS4wOTFDMzYsNi4wNzgsMzMuNTgyLDMuNjM2LDMwLjYsMy42MzZ6IE0zMi4zOTcsMzQuNTQ1DQoJYzAsMS4wMDQtMC44MDMsMS44MTktMS43OTgsMS44MTloLTI1LjJjLTAuOTk0LDAtMS43OTktMC44MTUtMS43OTktMS44MTlWMTguMTgyaDI4Ljc5N1YzNC41NDV6IE0zMi4zOTcsMTQuNTQ1SDMuNlY5LjA5MQ0KCWMwLTEuMDA0LDAuODA1LTEuODE4LDEuNzk5LTEuODE4aDEuOHYxLjgxOGMwLDEuMDA0LDAuODA3LDEuODE4LDEuODAxLDEuODE4YzAuOTk0LDAsMS43OTktMC44MTQsMS43OTktMS44MThWNy4yNzJoMTQuNHYxLjgxOA0KCWMwLDEuMDA0LDAuODA1LDEuODE4LDEuNzk5LDEuODE4YzAuOTkzLDAsMS44MDEtMC44MTQsMS44MDEtMS44MThWNy4yNzJoMS44YzAuOTk1LDAsMS43OTgsMC44MTQsMS43OTgsMS44MThWMTQuNTQ1eiBNOSwyNS40NTQNCgljMC45OTQsMCwxLjc5OS0wLjgxNCwxLjc5OS0xLjgxOGMwLTEuMDA1LTAuODA2LTEuODE2LTEuNzk5LTEuODE2Yy0wLjk5NSwwLTEuODAxLDAuODEyLTEuODAxLDEuODE2DQoJQzcuMTk5LDI0LjY0LDguMDA2LDI1LjQ1NCw5LDI1LjQ1NHogTTksMzIuNzI5YzAuOTk0LDAsMS43OTktMC44MTUsMS43OTktMS44MTlTOS45OTQsMjkuMDksOSwyOS4wOQ0KCWMtMC45OTUsMC0xLjgwMSwwLjgxNS0xLjgwMSwxLjgxOVM4LjAwNiwzMi43MjksOSwzMi43Mjl6Ii8+DQo8L3N2Zz4NCg==);
  background-size: 100% 100%;
}
.motionLabelInput.required .label:after {
  width: 10px;
  height: 10px;
  line-height: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #c56464;
  content: "*";
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.motionLabelInput.required .mliInp:-moz-placeholder {
  padding: 0 12px;
}
.motionLabelInput.required .mliInp:-ms-input-placeholder {
  padding: 0 12px;
}
.motionLabelInput.required .mliInp:placeholder-shown {
  padding: 0 12px;
}
.motionLabelInput.required .mliInp:-moz-placeholder + .label:after {
  left: 3px;
  top: 3px;
  font-size: 16px;
}
.motionLabelInput.required .mliInp:-ms-input-placeholder + .label:after {
  left: 3px;
  top: 3px;
  font-size: 16px;
}
.motionLabelInput.required .mliInp:placeholder-shown + .label:after {
  left: 3px;
  top: 3px;
  font-size: 16px;
}
.motionLabelInput.mainShadow {
  -webkit-box-shadow: 0 5px 10px rgba(60, 146, 149, 0.2);
          box-shadow: 0 5px 10px rgba(60, 146, 149, 0.2);
}

.motionLabelTextarea {
  width: 100%;
  min-width: 80px;
  height: auto;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
  position: relative;
  text-align: left;
}
.motionLabelTextarea .formElementError {
  display: none;
}
.motionLabelTextarea .mltTextarea {
  width: 100%;
  height: 100px;
  float: left;
  border: none;
  background: none;
  font-family: "Outfit", sans-serif;
  color: #333;
  padding: 16px 35px 12px 10px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
}
.motionLabelTextarea .label {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
  padding: 0 12px 0 9px;
  font-size: 11px;
  color: #999;
}
.motionLabelTextarea .label .info {
  font-weight: normal;
  color: #999;
}
.motionLabelTextarea .tag {
  width: auto;
  height: 30px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: #f1f1f1;
  line-height: 30px;
  padding: 0 7px;
  border-radius: 4px;
  font-size: 11px;
  color: #666;
  font-weight: 600;
}
.motionLabelTextarea .tag img {
  height: 60%;
}
.motionLabelTextarea .tag.small {
  padding: 0 4px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #999;
}
.motionLabelTextarea .infoBt {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d6e1e9;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  color: #476685;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
}
.motionLabelTextarea .mliBt {
  width: auto;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d6e1e9;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  padding: 0 7px;
  font-size: 11px;
  color: #3C4044;
  cursor: pointer;
  z-index: 1;
  font-weight: normal;
}
.motionLabelTextarea .mltTextarea:-moz-placeholder {
  padding: 12px 35px 12px 12px;
}
.motionLabelTextarea .mltTextarea:-ms-input-placeholder {
  padding: 12px 35px 12px 12px;
}
.motionLabelTextarea .mltTextarea:placeholder-shown {
  padding: 12px 35px 12px 12px;
}
.motionLabelTextarea .mltTextarea:-moz-placeholder + .label {
  line-height: 42px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelTextarea .mltTextarea:-ms-input-placeholder + .label {
  line-height: 42px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelTextarea .mltTextarea:placeholder-shown + .label {
  line-height: 42px;
  padding: 0 12px;
  font-size: 13px;
  color: #666;
}
.motionLabelTextarea.large .label {
  line-height: 28px;
}
.motionLabelTextarea.large .mltTextarea {
  height: 140px;
  padding-top: 15px;
  font-size: 15px;
}
.motionLabelTextarea.small .label {
  line-height: 20px;
  padding-left: 7px;
  font-size: 10px;
}
.motionLabelTextarea.small .mltTextarea {
  height: 60px;
  padding-top: 12px;
  padding-left: 7px;
  font-size: 13px;
}
.motionLabelTextarea.error {
  border-color: #dc3545;
}
.motionLabelTextarea.error:after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f12a";
  color: #dc3545;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 11px;
  border: 1px solid #dc3545;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.motionLabelTextarea.error .formElementError {
  position: absolute;
  right: 10px;
  width: auto;
  top: -9px;
  line-height: 16px;
  color: #dc3545;
  display: block;
  background: #fff;
  padding: 0 7px;
  max-width: calc(100% - 20px);
  text-align: right;
  border-radius: 10px;
  font-size: 12px;
}
.motionLabelTextarea.disabled {
  border-color: #ebebeb;
  pointer-events: none;
}
.motionLabelTextarea.disabled:Before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " " !important;
  z-index: 2;
  border-radius: 6px;
  opacity: 0.5;
}
.motionLabelTextarea.loading:after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top-color: #aaa;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  border-radius: 50%;
  -webkit-animation: loadingAnim 1s linear infinite;
  animation: loadingAnim 1s linear infinite;
}
.motionLabelTextarea.required .label:after {
  width: 10px;
  height: 10px;
  line-height: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #c56464;
  content: "*";
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.motionLabelTextarea.required .mliInp:-moz-placeholder {
  padding: 0 12px;
}
.motionLabelTextarea.required .mliInp:-ms-input-placeholder {
  padding: 0 12px;
}
.motionLabelTextarea.required .mliInp:placeholder-shown {
  padding: 0 12px;
}
.motionLabelTextarea.required .mliInp:-moz-placeholder + .label:after {
  left: 3px;
  top: 3px;
  font-size: 16px;
}
.motionLabelTextarea.required .mliInp:-ms-input-placeholder + .label:after {
  left: 3px;
  top: 3px;
  font-size: 16px;
}
.motionLabelTextarea.required .mliInp:placeholder-shown + .label:after {
  left: 3px;
  top: 3px;
  font-size: 16px;
}
.motionLabelTextarea.mainShadow {
  -webkit-box-shadow: 0 5px 10px rgba(60, 146, 149, 0.2);
          box-shadow: 0 5px 10px rgba(60, 146, 149, 0.2);
}

.mliAfterSelect {
  width: auto;
  float: left;
  background: #fff;
  border: 1px solid #cccccc;
  border-left: none;
  border-radius: 0 10px 10px 0;
  font-family: "Outfit", sans-serif;
  padding-left: 12px;
  margin-left: -6px;
  font-size: 13px;
  color: #333;
}
.mliAfterSelect option {
  background: #fff;
  color: #333;
}
.mliAfterSelect.disabled {
  color: #999;
  border-color: #ebebeb;
  pointer-events: none;
}
.mliAfterSelect.disabled:Before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " ";
  z-index: 1;
  border-radius: 6px;
  opacity: 0.5;
}

.customSelect {
  width: 100%;
  float: left;
  position: relative;
  min-width: 100px;
}
.customSelect .formElementError {
  display: none;
}
.customSelect.showDrop {
  z-index: 99;
}
.customSelect.showClear .cSelectTrigger {
  padding: 2px 64px 2px 2px;
}
.customSelect.showClear .cSelectTrigger .cSelectClear {
  display: block;
}
.customSelect .cSelectClear {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJpY29ucyI+DQoJPHBhdGggaWQ9ImNsb3NlXzFfIiBmaWxsPSIjNjY2NjY2IiBkPSJNMS4yODksMC4xOUwwLjIxLDEuMjY5Yy0wLjI4LDAuMjc5LTAuMjgsMC43NTksMCwxLjA3OGwzLjY3NCwzLjY3NEwwLjIxLDkuNjk0DQoJCWMtMC4yOCwwLjI4LTAuMjgsMC43NTksMCwxLjA3OGwxLjAzOCwxLjAzOWMwLjI4LDAuMjc4LDAuNzU5LDAuMjc4LDEuMDc4LDBMNiw4LjEzN2wzLjY3NCwzLjY3NWMwLjI3OSwwLjI3OCwwLjc1OSwwLjI3OCwxLjA3OCwwDQoJCWwxLjAzOS0xLjAzOWMwLjI3OC0wLjI3OSwwLjI3OC0wLjc1OCwwLTEuMDc4TDguMTE2LDUuOThsMy42NzUtMy42NzRjMC4yNzgtMC4yNzksMC4yNzgtMC43NTksMC0xLjA3OEwxMC43NTIsMC4xOQ0KCQljLTAuMjc5LTAuMjgtMC43NTgtMC4yOC0xLjA3OCwwTDYsMy44NjRMMi4zMjYsMC4xOUMyLjA0Ny0wLjA5LDEuNTY4LTAuMDksMS4yODksMC4xOXoiLz4NCjwvZz4NCjwvc3ZnPg0K");
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  cursor: pointer;
}
.customSelect .cSelectClear:before {
  width: 1px;
  height: 100%;
  position: absolute;
  right: -7px;
  top: 0;
  background: #ccc;
  content: " ";
}
.customSelect .cSelectClear:hover {
  opacity: 1;
}
.customSelect .cSelectTrigger {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
  padding: 2px 28px 2px 2px;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
  min-height: 30px;
}
.customSelect .cSelectTrigger:before {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik01LjM2NSw5LjYxTDAuMjY0LDQuNTA5Yy0wLjM1My0wLjM1My0wLjM1My0wLjkyMiwwLTEuMjcxbDAuODQ4LTAuODQ4YzAuMzUzLTAuMzUzLDAuOTIzLTAuMzUzLDEuMjcxLDANCglsMy42MTYsMy42MTdsMy42MTYtMy42MTdjMC4zNTQtMC4zNTMsMC45MjQtMC4zNTMsMS4yNzIsMGwwLjg0NywwLjg0OGMwLjM1NCwwLjM1MywwLjM1NCwwLjkyMywwLDEuMjcxTDYuNjMzLDkuNjENCglDNi4yODgsOS45NjQsNS43MTgsOS45NjQsNS4zNjUsOS42MXoiLz4NCjwvc3ZnPg0K");
  background-size: 100% 100%;
  content: " ";
  opacity: 0.8;
}
.customSelect .cSelectTrigger .label {
  max-width: 100%;
  width: auto;
  float: left;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  padding-left: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #282c3c !important;
}
.customSelect .cSelectTrigger .label .info {
  font-weight: normal;
  color: #999;
}
.customSelect .cSelectTrigger .cstTag {
  width: auto;
  float: left;
  height: 30px;
  margin: 4px;
  background: #f1f1f1;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
  color: #333;
  border-radius: 6px;
}
.customSelect .cSelectTrigger .cstTag .cstRemove {
  width: 18px;
  height: 18px;
  float: right;
  margin: 6px -3px 6px 6px;
  background: #ccc;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
  color: #666666;
  opacity: 0.7;
  cursor: pointer;
}
.customSelect .cSelectTrigger .cstTag .cstRemove:hover {
  opacity: 1;
}
.customSelect .cSelectDrop {
  width: calc(100% - 10px);
  min-width: 180px;
  height: auto;
  position: absolute;
  left: 5px;
  top: calc(100% - 1px);
  background: #fff;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  padding: 6px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  z-index: 2;
}
.customSelect .cSelectDrop .csdSearch {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.customSelect .cSelectDrop .csdSearch .cSearchInput {
  width: 100%;
  height: 30px;
  float: left;
  background: #f1f1f1;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-family: "Outfit", sans-serif;
  padding: 0 30px 0 10px;
}
.customSelect .cSelectDrop .csdSearch .cSearchClear {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJpY29ucyI+DQoJPHBhdGggaWQ9ImNsb3NlXzFfIiBmaWxsPSIjNjY2NjY2IiBkPSJNMS4yODksMC4xOUwwLjIxLDEuMjY5Yy0wLjI4LDAuMjc5LTAuMjgsMC43NTksMCwxLjA3OGwzLjY3NCwzLjY3NEwwLjIxLDkuNjk0DQoJCWMtMC4yOCwwLjI4LTAuMjgsMC43NTksMCwxLjA3OGwxLjAzOCwxLjAzOWMwLjI4LDAuMjc4LDAuNzU5LDAuMjc4LDEuMDc4LDBMNiw4LjEzN2wzLjY3NCwzLjY3NWMwLjI3OSwwLjI3OCwwLjc1OSwwLjI3OCwxLjA3OCwwDQoJCWwxLjAzOS0xLjAzOWMwLjI3OC0wLjI3OSwwLjI3OC0wLjc1OCwwLTEuMDc4TDguMTE2LDUuOThsMy42NzUtMy42NzRjMC4yNzgtMC4yNzksMC4yNzgtMC43NTksMC0xLjA3OEwxMC43NTIsMC4xOQ0KCQljLTAuMjc5LTAuMjgtMC43NTgtMC4yOC0xLjA3OCwwTDYsMy44NjRMMi4zMjYsMC4xOUMyLjA0Ny0wLjA5LDEuNTY4LTAuMDksMS4yODksMC4xOXoiLz4NCjwvZz4NCjwvc3ZnPg0K");
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  cursor: pointer;
}
.customSelect .cSelectDrop .csdSearch .cSearchClear:hover {
  opacity: 1;
}
.customSelect .cSelectDrop .csdBt {
  width: 100%;
  float: left;
  height: 34px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background: linear-gradient(#fff, #f1f1f1);
  border-radius: 5px;
  border: 1px solid #ccc;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  color: #425982;
}
.customSelect .cSelectDrop .csdTitle {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border-bottom: 2px dashed #ebebeb;
}
.customSelect .cSelectDrop .csdTitle .title {
  width: auto;
  float: left;
  padding: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #425982;
}
.customSelect .cSelectDrop .csdTitle .csdClose {
  width: 36px;
  height: 36px;
  float: right;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  color: #999;
}
.customSelect .cSelectDrop.w600 {
  width: 600px;
}
.customSelect .cSelectItemList {
  width: 100%;
  float: left;
}
.customSelect .cSelectItemList li {
  width: 100%;
  float: left;
  position: relative;
}
.customSelect .cSelectItemList li .cSelectItemList {
  width: calc(100% - 10px);
  padding-left: 10px;
  border-left: 1px solid #ebebeb;
  margin: 3px 0 3px 10px;
}
.customSelect .cSelectItemList.bottomBorder li {
  border-bottom: 1px solid #ebebeb;
  padding: 6px;
}
.customSelect .cSelectItemList.bottomBorder li:last-child {
  border: none;
}
.customSelect .cSelectItemList.double li {
  width: 48%;
  margin: 1%;
  border: 2px solid #ebebeb;
  border-radius: 5px;
}
.customSelect .selectGroupTitle {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #333;
  font-weight: 600;
  position: relative;
  margin: 4px 0;
}
.customSelect .selectGroupTitle:Before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #ccc;
  content: " ";
}
.customSelect .selectGroupTitle span {
  background: #fff;
  padding-right: 5px;
  position: relative;
}
.customSelect .hoverOption {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #333;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 4px;
}
.customSelect .hoverOption.selected {
  background: #f1f1f1;
  font-weight: 600;
  color: #425982;
}
.customSelect .hoverOption:hover {
  background: #f1f1f1;
}
.customSelect .hoverOption.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.customSelect .csdGridItem {
  width: 240px;
  float: left;
  padding: 7px;
  border-right: 1px dashed #ccc;
}
.customSelect .csdGridItem:last-child {
  border: none;
}
.customSelect.error .cSelectTrigger {
  border-color: #dc3545;
}
.customSelect.error .cSelectTrigger:after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f12a";
  color: #dc3545;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 11px;
  border: 1px solid #dc3545;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.customSelect.error .formElementError {
  position: absolute;
  right: 10px;
  width: auto;
  top: -9px;
  line-height: 16px;
  color: #dc3545;
  display: block;
  background: #fff;
  padding-top: 0;
  padding: 0 5px;
  max-width: calc(100% - 20px);
  text-align: right;
  font-size: 12px;
}
.customSelect.selected .cSelectTrigger .label {
  color: #1781E6 !important;
}
.customSelect.large .cSelectTrigger {
  padding: 4px 36px 4px 4px;
}
.customSelect.large .cSelectTrigger .label {
  height: 42px;
  line-height: 42px;
}
.customSelect.large .cSelectTrigger .cstTag {
  margin: 5px;
  height: 32px;
  line-height: 32px;
}
.customSelect.large .cSelectTrigger .cstTag .cstRemove {
  margin-top: 7px;
}
.customSelect.large.showClear .cSelectTrigger {
  padding: 4px 62px 4px 4px;
}
.customSelect.small .cSelectTrigger {
  padding: 1px 28px 1px 1px;
}
.customSelect.small .cSelectTrigger .label {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.customSelect.small .cSelectTrigger .cstTag {
  margin: 2px;
  height: 28px;
  line-height: 28px;
}
.customSelect.small .cSelectTrigger .cstTag .cstRemove {
  margin-top: 5px;
}
.customSelect.small.showClear .cSelectTrigger {
  padding: 1px 64px 1px 1px;
}
.customSelect.disabled {
  border-color: #ebebeb;
  pointer-events: none;
}
.customSelect.disabled:Before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " ";
  z-index: 1;
  border-radius: 6px;
  opacity: 0.5;
}
.customSelect.loading:after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top-color: #aaa;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  border-radius: 50%;
  -webkit-animation: loadingAnim 1s linear infinite;
  animation: loadingAnim 1s linear infinite;
}
.customSelect.required .cSelectTrigger:after {
  width: 10px;
  height: 10px;
  line-height: 16px;
  position: absolute;
  left: 3px;
  top: 3px;
  color: #c56464;
  content: "*";
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.customSelect.dropRight .cSelectDrop {
  left: auto;
  right: 0;
}
.customSelect.dropTop .cSelectDrop {
  top: auto;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
}
.customSelect.w150 {
  width: 150px;
}
.customSelect.w200 {
  width: 200px;
}
.customSelect.w250 {
  width: 250px;
}
.customSelect.w300 {
  width: 300px;
}
.customSelect.wAuto {
  width: auto;
}
.customSelect.drop300 .cSelectDrop {
  width: 300px;
}
.customSelect.drop600 .cSelectDrop {
  width: 600px;
}

a.autoButton,
.autoButton {
  width: auto;
  height: 44px;
  float: left;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background: linear-gradient(#fff, #f8f8f8);
  padding: 0 15px;
  font-size: 13px;
  color: #696976;
  font-family: "Outfit", sans-serif;
  line-height: 42px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none !important;
  position: relative;
}
a.autoButton.xxSmall,
.autoButton.xxSmall {
  height: 26px;
  line-height: 24px;
  padding: 0 6px;
  font-size: 12px;
}
a.autoButton.xSmall,
.autoButton.xSmall {
  height: 30px;
  line-height: 28px;
  padding: 0 8px;
  font-size: 12px;
}
a.autoButton.small,
.autoButton.small {
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}
a.autoButton.large,
.autoButton.large {
  height: 52px;
  line-height: 50px;
  padding: 0 18px;
}
a.autoButton.coloredBt,
.autoButton.coloredBt {
  background: #02a4a6;
  border-color: #02a4a6;
  -webkit-box-shadow: 0 3px 7px rgba(2, 115, 117, 0.4);
          box-shadow: 0 3px 7px rgba(2, 115, 117, 0.4);
  color: #fff;
}
a.autoButton.redBt,
.autoButton.redBt {
  background: #c56464;
  border-color: #c56464;
  color: #fff;
}
a.autoButton.greenBt,
.autoButton.greenBt {
  background: #54a405;
  border-color: #54a405;
  color: #fff;
}
a.autoButton.orangeBt,
.autoButton.orangeBt {
  background: #ffaf36;
  border-color: #ffaf36;
  color: #fff;
}
a.autoButton.disabled, a.autoButton:disabled,
.autoButton.disabled,
.autoButton:disabled {
  pointer-events: none;
  opacity: 0.5;
}
a.autoButton.full,
.autoButton.full {
  width: 100%;
}
a.autoButton.loading,
.autoButton.loading {
  position: relative;
  pointer-events: none;
}
a.autoButton.loading:Before,
.autoButton.loading:Before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: " ";
  z-index: 1;
  border-radius: 9px;
  opacity: 0.8;
}
a.autoButton.loading:after,
.autoButton.loading:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px;
  border: 2px solid transparent;
  border-top-color: #aaa;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  border-radius: 50%;
  -webkit-animation: loadingAnim 1s linear infinite;
  animation: loadingAnim 1s linear infinite;
}
a.autoButton.noBg,
.autoButton.noBg {
  border-color: transparent;
  background: none;
}
a.autoButton.transparentBg,
.autoButton.transparentBg {
  border-color: transparent;
  background: rgba(7, 83, 94, 0.1);
}
a.autoButton.floatNone,
.autoButton.floatNone {
  float: none;
  display: inline-block;
}
a.autoButton.error,
.autoButton.error {
  border-color: #dc3545 !important;
  padding-right: 35px;
}
a.autoButton.error:after,
.autoButton.error:after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f12a";
  color: #dc3545;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 11px;
  border: 1px solid #dc3545;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a.autoButton:hover,
.autoButton:hover {
  opacity: 0.8;
}

.customSwitch {
  width: auto;
  float: left;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  min-width: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.customSwitch input {
  position: absolute;
  left: -20px;
  top: -20px;
}
.customSwitch .csSwitch {
  width: 40px;
  min-width: 40px;
  height: 24px;
  float: left;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 20px;
  position: relative;
}
.customSwitch .csSwitch:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  top: 1px;
  background: #fff;
  content: " ";
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.customSwitch input:checked + .csSwitch {
  background: #02a4a6;
  border-color: #02a4a6;
}
.customSwitch input:checked + .csSwitch:before {
  left: 17px;
}
.customSwitch .csContent {
  width: auto;
  float: left;
  font-size: 13px;
  color: #333;
  margin-left: 6px;
  margin-top: 3px;
}
.customSwitch .csContent:first-child {
  margin-right: 6px;
  margin-left: 0;
}
.customSwitch.alignDefault {
  margin: 10px 0;
}
.customSwitch.alignSmall {
  margin: 6px 0;
}
.customSwitch.alignLarge {
  margin: 14px 0;
}
.customSwitch.small .csSwitch {
  width: 33px;
  min-width: 33px;
  height: 20px;
}
.customSwitch.small .csSwitch:before {
  width: 16px;
  height: 16px;
}
.customSwitch.small input:checked + .csSwitch:Before {
  left: 14px;
}
.customSwitch.small.alignDefault {
  margin: 12px 0;
}
.customSwitch.small.alignSmall {
  margin: 8px 0;
}
.customSwitch.small.alignLarge {
  margin: 16px 0;
}
.customSwitch.small .csContent {
  margin-top: 0;
}
.customSwitch.large .csSwitch {
  width: 47px;
  min-width: 47px;
  height: 28px;
}
.customSwitch.large .csSwitch:before {
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
}
.customSwitch.large input:checked + .csSwitch:Before {
  left: 21px;
}
.customSwitch.large.alignDefault {
  margin: 8px 0;
}
.customSwitch.large.alignSmall {
  margin: 4px 0;
}
.customSwitch.large.alignLarge {
  margin: 12px 0;
}
.customSwitch.large .csContent {
  margin-top: 4px;
}
.customSwitch.full {
  width: 100%;
}
.customSwitch.noWrap .csContent {
  white-space: nowrap;
}
.customSwitch.dBlock {
  display: block;
}
.customSwitch.checkedRed input:checked + .csSwitch {
  background: #b76464;
  border-color: #b76464;
}
.customSwitch.checkedYellow input:checked + .csSwitch {
  background: #efbc11;
  border-color: #efbc11;
}
.customSwitch input:disabled + .csSwitch {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.bgSwitchHolder {
  width: auto;
  max-width: 100%;
  height: auto;
  float: left;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  white-space: nowrap;
}
.bgSwitchHolder .customSwitch {
  max-width: 100%;
}
.bgSwitchHolder.lightBg {
  background: rgba(0, 0, 0, 0.05);
}
.bgSwitchHolder.full {
  width: 100%;
}

.customCheck {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
  min-height: 20px;
  padding-left: 20px;
}
.customCheck:hover .ccIcon {
  border-color: #888;
}
.customCheck.checkMiddle .ccIcon {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.customCheck.radio .ccIcon {
  border-radius: 50%;
}
.customCheck.radio .ccIcon:before {
  content: " ";
  background: #165280;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.customCheck.small {
  min-height: 16px;
  padding-left: 16px;
}
.customCheck.small .ccIcon {
  width: 16px;
  height: 16px;
}
.customCheck.small .ccIcon:before {
  width: 12px;
  height: 12px;
  font-size: 8px;
  line-height: 12px;
}
.customCheck.small .ccContent {
  padding-top: 0;
  margin-left: 6px;
}
.customCheck.small.radio .ccIcon:before {
  width: 8px;
  height: 8px;
}
.customCheck.large {
  min-height: 24px;
  padding-left: 24px;
}
.customCheck.large .ccIcon {
  width: 24px;
  height: 24px;
}
.customCheck.large .ccIcon:before {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.customCheck.large .ccContent {
  padding-top: 3px;
  margin-left: 8px;
}
.customCheck.large.radio .ccIcon:before {
  width: 12px;
  height: 12px;
}
.customCheck.full {
  width: 100%;
}
.customCheck.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.customCheck input {
  position: absolute;
  left: -20px;
  top: -20px;
}
.customCheck .ccIcon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #aaa;
  border-radius: 6px;
  background: #fff;
}
.customCheck .ccIcon:before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  border-radius: 4px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJpY29ucyI+DQoJPHBhdGggaWQ9ImNoZWNrIiBmaWxsPSIjMzMzMzMzIiBkPSJNNC41LDEwLjc5N2MtMC4zNzUsMC0wLjc1LTAuMTQ5LTEuMDUtMC40NDlsLTMtM2MtMC42LTAuNjAxLTAuNi0xLjUsMC0yLjEwMQ0KCQljMC42MDEtMC42LDEuNTc2LTAuNiwyLjEwMSwwTDQuNSw3LjE5Nmw0Ljk1LTQuOTVjMC42MDEtMC42LDEuNS0wLjYsMi4xMDEsMGMwLjU5OSwwLjYwMSwwLjU5OSwxLjUsMCwyLjEwMWwtNiw2DQoJCUM1LjI1LDEwLjY0Nyw0Ljg3NSwxMC43OTcsNC41LDEwLjc5N3oiLz4NCjwvZz4NCjwvc3ZnPg0K");
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.customCheck .ccContent {
  float: left;
  padding-top: 1px;
  margin-left: 8px;
}
.customCheck input:checked + .ccIcon {
  border-color: #165280;
}
.customCheck input:checked + .ccIcon:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.customCheck input:disabled + .ccIcon {
  opacity: 0.5;
}

.mainPagination {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.mainPagination .mpNav {
  width: 100%;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainPagination .mpNav ul {
  width: auto;
  float: left;
  margin-bottom: 10px;
}
.mainPagination .mpNav ul li {
  width: auto;
  float: left;
  margin: 0 2px;
}
.mainPagination .mpNav .page-link {
  width: auto;
  float: left;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background: linear-gradient(#fff, #f8f8f8);
  color: #666;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 12px;
}
.mainPagination .mpNav .page-link:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.mainPagination .mpNav .page-link.active {
  background: #02a4a6;
  color: #fff;
  border-color: #02a4a6;
}

.hSeparator {
  width: 100%;
  height: 1px;
  float: left;
  background: #ebebeb;
}
.hSeparator.dark {
  background: #ccc;
}