/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./style/core.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,200i,300,400,400i,500,500i,600,600i,700,700i,800);
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/component/tool-tip/tool-tip.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.tooltipp {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #4393f9;
}

.tooltipp .tooltiptext {
  visibility: visible;
  background-color: #4393f9;
  color: #fff;
  text-align: left;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1000000;
  width: 170px;
  margin-left: 40px;
  opacity: 0;
  transition: opacity 1s;
  top: 0px;
  left: 63%;
}

.tooltipp:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

li.left-tooltip-outer span.left-tooltip::before {
  left: 55px !important;
}

.custom .react-bs-table .table-bordered tr td .btn_add li.left-tooltip-outer span.left-tooltip {
  position: absolute;
  z-index: 99;
  left: -50px;
  top: 31px;
  color: #fff;
  background: #4393f9;
  padding: 5px 10px;
  border-radius: 5px;
  width: 116px;
  text-align: center;
}

li.left-tooltip-outer span.left-tooltip {
  width: 73px;
}

li.left-tooltip-outer span.left-tooltip::before {
  left: 55px !important;
}

.tooltiptext {
  visibility: visible;
  background-color: #4393f9;
  color: #fff;
  text-align: left;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1000000;
  width: 353px;
  top: 56px;
  margin-left: 40px;
  opacity: 1;
  transition: opacity 1s;
  left: 14.4%;
}

.max-min-value {
  display: flex;
  justify-content: space-between;
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./style/core.scss (1) ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background: white;
  position: relative;
  color: #424141;
  font-weight: 300;
}

.expression-ver {
  position: relative;
}

.button_undo {
  position: absolute;
  right: 180px;
  top: 60px;
}
.button_undo button {
  background: none;
  border: none;
  box-shadow: none;
}
.button_undo img {
  width: 29px;
  margin-left: 19px;
}

.variable_data select {
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 8px 10px;
}
.variable_data input {
  font-size: 16px;
  margin-left: 10px;
  padding: 10px 10px;
  border: 1px solid #ddd;
  height: 50px;
}

.expression_var {
  margin-top: 10px;
}
.expression_var button {
  border: none;
  border-radius: 3px;
  padding: 8px 10px;
  margin-right: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  width: 94px;
  background: #4393f9;
  color: #fff;
}

.variable_data .text-field {
  display: inline-block;
  width: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .language .ez-language img {
    margin-top: 5px;
    vertical-align: top;
  }
}
.queryBuilder .ruleGroup {
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin-top: 9px;
  background: #f1f1f1;
  margin-left: 15px;
}
.queryBuilder .ruleGroup select {
  border: 1px solid #ddd;
  width: 170px;
  font-size: 16px;
  height: 40px;
  margin-right: 6px;
}
.queryBuilder .ruleGroup input {
  border: 1px solid #ddd;
  font-size: 16px;
  height: 40px;
  margin-right: 6px;
}
.queryBuilder .ruleGroup button {
  font-size: 16px;
  background: #4393f9;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  border: none;
  height: 40px;
  padding: 0 10px;
  margin-right: 6px;
}
.queryBuilder .ruleGroup .rule-remove {
  background: #f36666;
}
.queryBuilder .ruleGroup .ruleGroup-remove {
  background: #f36666;
}
.queryBuilder .ruleGroup .rule {
  margin-top: 9px;
  background: #fff;
  padding: 10px 10px;
}

.ez-variable_data .text-field {
  display: inline;
}

.right_table_width.drived_variable_width {
  width: 83%;
}

button.ez-button.add_variables {
  padding: 10px;
  bottom: 25px;
  width: 215px;
  position: absolute;
  border-radius: 5px;
  left: 2%;
  box-shadow: 0px 2px 4px rgba(136, 153, 187, 0.8666666667);
}

.ez-drived-variables {
  background: #fff;
  padding: 0 20px 30px 20px;
  display: inline-block;
  width: 100%;
}
.ez-drived-variables .ez_variable_row {
  display: inline-block;
  width: 100%;
}
.ez-drived-variables .ez_variable_row .ez-variable_data {
  background: #f1f1f1;
  width: auto;
  display: inline-block;
  padding: 7px 0;
  margin-top: 30px;
}
.ez-drived-variables .ez_variable_row .ez-variable_data input {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  border: none;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  font-weight: 500;
  height: 45px;
}
.ez-drived-variables .ez_variable_row .ez-variable_data select {
  width: auto;
  border: none;
  border-radius: 10px;
  height: 45px;
  width: 160px;
}
.ez-drived-variables .ez_variable_row .ez-variable_delete {
  display: inline-block;
}
.ez-drived-variables .ez_variable_row .ez-variable_delete button {
  background: #fe9394;
  margin-left: 11px;
  padding: 10px;
  cursor: pointer;
  border: none;
}
.ez-drived-variables .ez_variable_row .ez-variable_delete button img {
  width: 24px;
}

.add_more {
  color: #4493fa;
  margin-top: 20px;
  font-size: 18px;
}
.add_more img {
  width: 15px;
  margin-right: 7px;
}

.ez-variable_oprations {
  display: inline-block;
}
.ez-variable_oprations select {
  background: url(/assets/images/caret-down-icon.83e6b20f7dae114d3bb8.svg) no-repeat #4393f9;
  background-size: 10px auto;
  background-position: right 10px center;
  padding-left: 10px;
  display: inline-block;
  width: 100px;
  border-radius: 5px;
  color: #fff;
  margin-top: 15px;
  border: none;
}

.survey_data_chekbox {
  margin-right: 10px;
}

.ez-survey-table-header tr th {
  border: none;
}

.react-bs-container-body {
  overflow: inherit;
}

.react-bs-table table td,
.react-bs-table table th {
  overflow: inherit;
}

.ez-nav-user {
  cursor: pointer;
  position: relative;
}
.ez-nav-user img {
  width: 30px;
  margin-top: 10px;
}
.ez-nav-user .downlod_button {
  left: -130px;
  background: #fff;
  background-color: rgb(255, 255, 255);
  top: 34px;
  display: inline-block;
  height: 170px;
  cursor: pointer;
}
.ez-nav-user .ez-myDropdown1.downlod_button::before {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -19px;
  right: 5px;
  left: auto;
}
.ez-nav-user .left-tooltip {
  position: absolute;
  z-index: 99;
  left: 80px;
  top: 10px;
  color: #fff;
  background: #4393f9;
  padding: 5px 10px;
  border-radius: 5px;
  display: none;
  width: auto;
  text-align: center;
}
.ez-nav-user .left-tooltip::before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  position: absolute;
  border-right: 10px solid #4393f9;
  left: -9px;
  top: 9px;
}

.ez-nav-user:hover .left-tooltip {
  display: block;
}

.Toastify__toast {
  border-radius: 5px;
}

.Toastify__toast-body {
  text-align: center;
}
.Toastify__toast-body span {
  color: #07bc0c;
  width: 100%;
}

.Toastify__close-button {
  color: #07bc0c;
}

.ez-headings h3 {
  margin: 20px 0 40px 0;
  position: relative;
  font-size: 24px;
}
.ez-headings h3::after {
  position: absolute;
  background: #4393f9;
  width: 70px;
  height: 3px;
  left: 0;
  content: "";
  bottom: -13px;
}

.ez-search-user {
  display: none;
}

.reset-filter-btn {
  margin-left: 1px;
}

.red div {
  color: red;
}

.green div {
  color: green;
}

* {
  box-sizing: border-box;
}

.upload_page .ez_popup h3 img {
  display: none;
}
.upload_page .ez_popup .file-upload-wrapper {
  width: 87%;
}
.upload_page .ez_popup button.ez-button.ez-btn.upload.file-upload-btn {
  width: 180px;
  margin-top: 20px;
}
.upload_page .ez_popup .ez-label.ez-top-margin input {
  margin-right: 10px;
}

.ez_right_side_bar {
  background: #fafcfe;
  bottom: 0;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05) inset, 1px 0 0 rgba(0, 0, 0, 0.05) inset;
  position: absolute;
  top: 0;
  z-index: 4;
  right: 0;
  width: 0px;
  height: 100%;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.ez_right_side_bar p {
  margin: 0;
  padding: 6px 0 6px 12px;
}
.ez_right_side_bar p img {
  width: 25px;
  cursor: pointer;
}
.ez_right_side_bar ul {
  margin: 0;
}
.ez_right_side_bar ul li {
  list-style: none;
  border-bottom: 1px solid #dee3e5;
  cursor: pointer;
  height: auto;
  padding: 10px 0 10px 14px;
  line-height: 36px;
}
.ez_right_side_bar ul li:hover {
  background: #f2f7fd;
}

.ez_right_side_bar.active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  width: 300px;
}

.child_tree.col-row-ul {
  padding-left: 15px;
}
.child_tree.col-row-ul h4 {
  margin: 5px 0;
}

.toggleable {
  cursor: pointer;
  font-size: 14px;
  border: none;
  padding: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  position: relative;
  margin-left: 3px;
}

.container-tree-node h4 {
  max-width: 71%;
}

.toggleable-down-folder {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  left: 9px;
}

.toggleable-up-folder {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.toggleable-open-folder .toggleable.toggleable-down {
  padding-left: 57px;
}

.toggleable.toggleable-up {
  padding-left: 57px;
}

.toggleable.toggleable-disable-up {
  padding-left: 57px;
}

.toggleable-down::before,
.toggleable-up::before {
  font-size: 8px;
  margin-left: 0.5em;
  position: absolute;
  left: 31px;
  margin-top: 1px;
  top: 1px;
  cursor: pointer;
}

.toggleable-disable-up::before {
  font-size: 8px;
  position: absolute;
  margin-top: 1px;
  top: 1px;
  cursor: pointer;
}

.toggleable-disable-up::before {
  background: url(/assets/images/gray-folder.cd7649295c0c129d06e6.png);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.toggleable-disable-up-div {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.toggleable-down::after,
.toggleable-up::after {
  font-size: 8px;
  margin-left: 0.5em;
  position: absolute;
  left: 9px;
  margin-top: 1px;
  top: 2px;
  cursor: pointer;
}

.toggleable-down::after {
  background: url(/assets/images/minus.6000d679fc337922f848.png);
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.toggleable-up::after {
  background: url(/assets/images/plus.d50168148f6905c88034.png);
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.toggleable-minus {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 1px 5px 1px 1px;
}

.toggleable-plus {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 1px 5px 1px 1px;
}

.Toastify__toast--success {
  background: #caffcc;
  border-radius: 3px;
  border: 1px solid #07bc0c;
}

.filter.date-filter-input.form-control {
  line-height: normal;
}

.custom .react-bs-table .table-bordered tr td .btn_add button:hover .ez_popup_outer.ez_popup {
  display: block;
}

.react-bs-table-sizePerPage-dropdown.open.show {
  display: inline-block;
}

.ez-top-margin.ez-captcha {
  margin-top: 70px;
  margin-bottom: 25px;
}

.country-flag img {
  height: 14px;
}

.ez-forgot-margin {
  margin-top: 10px;
  font-weight: 200;
}

.left-side-pagination {
  max-width: inherit;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}

.user_search {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-top: 20px;
}
.user_search h3 {
  margin: 8px 10px 0 0;
  width: auto;
  font-size: 18px;
  color: #4393f9;
  display: inline-block;
}
.user_search .serach_box {
  display: inline-block;
}
.user_search .serach_box select {
  width: 105px;
  font-size: 15px;
  padding: 5px 3px;
  border: 1px solid #d8d8d8;
  height: 40px;
}
.user_search .serach_box input {
  padding: 7px 9px;
  border: 1px solid #d8d8d8;
  border-left-color: rgb(216, 216, 216);
  border-left-style: solid;
  border-left-width: 1px;
  height: 40px;
  border-left: 0;
  vertical-align: top;
}
.user_search .serach_box .drop-down {
  width: 37%;
  display: inline-block;
}
.user_search .serach_box .drop-down .ez-select {
  height: 40px;
  border: 1px solid #d8d8d8;
  width: 85%;
  padding: 0 6px;
  display: inline-block;
  text-transform: capitalize;
}
.user_search .serach_box .text-field-wrapper {
  width: 61%;
  display: inline-block;
  vertical-align: top;
}
.user_search .serach_box .text-field-wrapper .ez-select {
  width: 100%;
}
.user_search .serach_box .text-field-wrapper .text-filter {
  padding: 7px 9px;
  height: 40px;
  border-left: 0;
  vertical-align: top;
  border: 1px solid #d8d8d8;
}
.pagination > .active > a {
  background-color: #4393f9;
  border-color: #4393f9 !important;
}

.pagination {
  margin: 0;
}

.pagination > a {
  color: #4393f9 !important;
}

.text-field.language {
  position: absolute;
  right: 20px;
  width: 100px;
  top: 5px;
}
.text-field.language select {
  border: none;
}
.text-field.language label {
  display: none;
}

.tooltip_header:hover .tooltiptext {
  display: block;
  position: absolute;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 1px 10px;
  top: 0;
}

.tooltip_header .tooltiptext {
  display: none;
}

.ez-dropdown-content.ez-show.ez-myDropdown1 {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
  width: 150px;
  bottom: 10px;
  left: 80px;
  padding: 0px;
  border-radius: 5px;
}
.ez-dropdown-content.ez-show.ez-myDropdown1 ul {
  margin-bottom: 0;
  padding: 0px;
  display: inline-block;
  width: 100%;
}
.ez-dropdown-content.ez-show.ez-myDropdown1 ul li {
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 10px 10px;
}
.ez-dropdown-content.ez-show.ez-myDropdown1 ul li button {
  border: none;
  background: none;
  width: 100%;
  margin: 0;
  text-align: left;
}
.ez-dropdown-content.ez-show.ez-myDropdown1 ul li:last-child {
  border-bottom: none;
}
.ez-dropdown-content.ez-show.ez-myDropdown1 ul li:hover {
  background: none;
}

.ez-myDropdown1::before {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 30px;
  content: "";
  left: -9px;
}

.download_arrow img {
  margin-top: 7px;
  margin-left: 10px;
  cursor: pointer;
}

.running_man {
  background: none;
  border: none;
  position: relative;
}
.running_man img {
  width: 34px;
  margin: 17px 10px;
}
.running_man .left-tooltip {
  position: absolute;
  z-index: 99;
  left: 80px;
  top: 23px;
  color: #fff;
  background: #4393f9;
  padding: 5px 10px;
  border-radius: 5px;
  display: none;
  width: auto;
  text-align: center;
}
.running_man .left-tooltip::before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  position: absolute;
  border-right: 10px solid #4393f9;
  left: -9px;
  top: 9px;
}

.running_man:hover .left-tooltip {
  display: block;
}

span.crosstab-title {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  width: 236px;
}

.right_filter_left {
  display: inline-flex;
  align-content: flex-end;
  justify-content: end;
}
.right_filter_left select {
  background-color: transparent;
  border: none;
  height: 38px;
}

.right_filter {
  display: inline-flex;
  align-content: flex-end;
  justify-content: end;
  width: 43%;
  float: right;
}

.full-screen-button {
  background: #4393f9;
  position: absolute;
  right: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  bottom: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.full-screen-button img {
  width: 25px;
}

.react-bs-table-container {
  display: inline-block;
  width: 100%;
}

.language .ez-language {
  cursor: pointer;
  position: relative;
}
.language .ez-language img {
  width: 25px;
  display: inline-block;
  margin-right: 8px;
}
.language .ez-language span {
  text-transform: capitalize;
}
.language .ez-language:after {
  position: absolute;
  content: "▼";
  right: -8px;
}
.language ul {
  display: none;
  border: 1px solid #ddd;
  padding: 0px;
  width: 120px;
  position: absolute;
  left: -10px;
  margin-top: 4px;
}
.language ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 6px 6px;
  cursor: pointer;
}
.language ul li img {
  width: 25px;
  display: inline-block;
  margin-right: 8px;
}
.language ul li:hover {
  background: #f1f1f1;
}
.language ul li:last-child {
  border-bottom: none;
}
.language ul.active {
  display: block;
}

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

td.survey {
  white-space: normal;
}

.right_table_width .survey-res span {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 152px;
  display: inline-block;
  text-align: center;
}

.right-display-setting .ez_multi_filter {
  width: 18%;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 5px;
}

.filter_tabs {
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  width: auto;
  display: inline-block;
  background: #fff;
}
.filter_tabs li {
  display: inline-block;
  list-style: none;
  border-right: 1px solid #ddd;
  cursor: pointer;
  padding: 12px 12px;
}
.filter_tabs li.active {
  background: #4393f9;
  color: #fff;
}
.filter_tabs li:last-child {
  border-right: none;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 1;
}

.pvtVal ul {
  padding: 0;
}
.pvtVal ul li {
  list-style: none;
  text-align: center;
}

.ct-bar-left .dictinory-attr {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  height: calc(100% - 46px);
  padding-bottom: 30px;
}
.ct-bar-left .dictinory-attr .table_tree {
  margin-bottom: 5px;
}
.ct-bar-left .dictinory-attr .tree_bundle {
  border-bottom: 1px solid #ddd;
}
.ct-bar-left .dictinory-attr h4 {
  color: #333;
  margin: 0 4px 0 4px;
  text-transform: capitalize;
  font-size: 12px;
  border: none;
  padding: 6px;
  border-radius: 4px;
  position: relative;
  width: 90%;
}
.ct-bar-left .dictinory-attr h4.toggleable-down {
  padding-left: 57px;
}
.ct-bar-left .dictinory-attr h4.toggleable-up {
  padding-left: 57px;
}
.ct-bar-left .dictinory-attr ul {
  padding-left: 0px;
  margin: 0;
}
.ct-bar-left .dictinory-attr ul li {
  list-style: none;
}
.ct-bar-left .pvtAxisContainer {
  height: calc(inherit - 92px);
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #ddd;
  overflow: scroll;
}
.ct-bar-left .pvtAxisContainer li img {
  display: none;
}

.table_wrapper_right.expand {
  width: 100%;
}

.expand .right_table_width {
  width: 100%;
}

#dragbar {
  width: 0.3%;
  cursor: col-resize;
  background-color: #4393f9;
  padding: 1px;
  height: 250px;
  top: 280px;
  position: relative;
}

.table_wrapper_right {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  flex-flow: row nowrap;
}
.table_wrapper_right .pvtAxisContainer li {
  width: 100%;
}
.table_wrapper_right .pvtUi.right_crosstab_table {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0px 5px 5px;
}
.table_wrapper_right .pvtUi.right_crosstab_table .pvtAxisContainer {
  overflow-y: scroll;
  height: 100%;
  min-height: 100px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0px;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
}
.table_wrapper_right table.pv_table_crosstab {
  display: inline-block;
}
.table_wrapper_right .right_table_width {
  width: inherit;
  display: inline-block;
  overflow-x: auto;
  margin-bottom: 0px;
  margin-left: 4px;
  height: 100%;
  position: relative;
  padding-top: 5px;
}
.table_wrapper_right .right_table_width .ez-google_sheet {
  width: 100%;
  height: 90vh;
}
.table_wrapper_right .right_table_width .ez-google_sheet iframe {
  width: 100%;
  height: 90vh;
}
.table_wrapper_right .right_table_width .right-display-setting {
  margin-bottom: 6px;
  float: right;
  width: 100%;
}
.table_wrapper_right .right_table_width .right-display-setting button {
  width: 100%;
  padding: 9px 5px;
  margin-right: 10px;
  font-size: 13px;
}
.table_wrapper_right .right_table_width .right-display-setting .display-right {
  display: inline-block;
  float: right;
  width: 30%;
}
.table_wrapper_right .right_table_width .right-display-setting .display-right select {
  width: 46%;
  font-size: 13px;
}
.table_wrapper_right .right_table_width .right-display-setting .display-right button.full-screen {
  display: inline-block;
  margin-left: 13px;
  font-size: 13px;
  border: none;
  background: none;
  width: auto;
}
.table_wrapper_right .right_table_width .right-display-setting .display-right button.full-screen img {
  width: 14px;
  margin-right: 3px;
}

.top_bottom_bar {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.top_bottom_bar a img {
  width: 20px;
}
.top_bottom_bar h3 {
  display: inline-block;
  width: auto;
  font-size: 15px;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
.top_bottom_bar h3 span {
  color: #7f7f7f;
}

.ez-page-body-wrapper.crosstab-workspace {
  padding: 0 10px;
  background: #f1f1f1;
}
.ez-page-body-wrapper.crosstab-workspace .ct-bar-left {
  width: 100%;
  padding: 5px 0px 5px 5px;
  vertical-align: top;
  height: auto;
  max-height: 800px;
}
.ez-page-body-wrapper.crosstab-workspace .ct-bar-left .ct-left-section {
  background: none;
  border: 1px solid #ddd;
  background: #fff;
  height: auto;
}
.ez-page-body-wrapper.crosstab-workspace .left-space.ct-bar-left {
  height: inherit;
  position: relative;
}
.ez-page-body-wrapper.crosstab-workspace .left-space.ct-bar-left .ct-left-section {
  height: 100%;
}

.ct-bar-left .ct-left-section div .movable_content:hover {
  box-shadow: 1px 2px 7px #c0c0c0;
}

button.dropbtn.ez-button.ez-width-auto.back_to_admin {
  margin: 0;
  width: 100%;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.survey_img {
  display: inline-block;
}

.survey_img b {
  text-overflow: ellipsis;
  width: 194px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.ez-nav-side-menu.active li a {
  width: auto;
}

.header-activity .ez-label span button {
  background: none;
  box-shadow: none;
  border: none;
}

.header-activity .ez-label img {
  width: 15px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.crosstab_delete_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}

.header-activity .ez-label.ez-top-margin {
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.header-activity .ez-label.ez-top-margin:last-child {
  border: none;
}

.header-activity .ez-label {
  width: 100%;
}

.ez-cross-bg-color .ct-bar-left {
  height: 100%;
}

.ez-cross-bg-color .ct-left-section {
  background: #fff;
}

.ez-cross-bg-color .ct-left-section {
  min-height: 100%;
  height: 100%;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 45px;
}
.file-upload-wrapper span {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #63f56f;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  position: absolute;
  right: 10px;
  z-index: 99;
  top: 13px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 4px 15px;
  display: block;
  width: calc(100% - 32px);
  pointer-events: none;
  z-index: 20;
  height: 46px;
  line-height: 34px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
  border: 1px solid #ddd;
}
.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 46px;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 14px;
  line-height: 46px;
  padding: 0 38px 0 38px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 46px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.ez-upload-enterprise-logo {
  display: inline-block;
  z-index: 0;
}

.ez-outer-enterprise img {
  vertical-align: top;
  width: 115px;
  margin-left: 40px;
  border: 1px solid #ddd;
}

.ez-upload-enterprise-logo::before {
  left: 0;
  border-radius: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.date-picker-icon {
  float: right;
  margin-right: 6px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.upload span {
  color: #fff;
}

.password-complexity h3 {
  font-size: 17px;
  margin-top: 25px;
}

.password-req p img {
  width: 20px;
  margin-right: 10px;
}

.Select-control {
  border: 1px solid red;
  box-shadow: none;
}

a:focus {
  text-decoration: none;
  color: #4393f9;
}

a:hover {
  text-decoration: none;
}

.ez-no-overflow {
  overflow: inherit;
}

a {
  color: #4393f9;
  outline: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

a.active {
  background: #1e74e3;
  width: 100%;
}

h2 {
  font-size: 20px;
  font-weight: 600;
}

#reportDisplaySettings .nav-tabs .active {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#reportDisplaySettings.ez_popup_outer .ez_popup {
  max-width: 750px;
}

#reportDisplaySettings .tab-pane .ez-right {
  text-align: right;
  margin: 10px 0;
}
#reportDisplaySettings .tab-pane .ez-right span {
  margin-left: 10px;
}
#reportDisplaySettings .tab-pane .ez-right button {
  background: #e1e1e1;
  border: 1px solid #ddd;
  position: absolute;
  right: 20px;
}

.ez-total-data {
  margin-top: 10px;
}
.ez-total-data .ez-heading {
  width: 45%;
  display: inline-block;
}
.ez-total-data .include-heading {
  width: 18%;
  font-size: 12px;
  position: absolute;
  right: 113px;
  top: -30px;
}
.ez-total-data li {
  list-style: none;
  margin-bottom: 10px;
}
.ez-total-data li .ez-input {
  width: 25%;
}
.ez-total-data li .ez-select {
  width: 40%;
  margin-left: 20px;
}
.ez-total-data li .ez-select.select_none {
  width: 15%;
}
.ez-total-data li .check_ez {
  margin-left: 30px;
}
.ez-total-data .ez_footnote input {
  width: 50%;
  margin-top: 10px;
}

#reportDisplaySettings button {
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  background: #4393f9;
  display: inline-block;
  text-align: center;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.popup_3_bottom_text select {
  width: 10%;
}
.popup_3_bottom_text input {
  width: 7%;
}

.footer_popup3 {
  margin-top: 10px;
}

.ez_popup .ez-top-margin {
  margin-top: 14px;
}

select option:hover {
  background: #fff;
}

select {
  border: 0;
  color: #767676;
  font-size: 20px;
  padding: 2px 10px;
  width: 378px;
  background: #767676;
  -webkit-appearance: none;
}

.ez-switch-btn .css-1492t68 span {
  color: #4393f9;
}

.ez-switch-btn .css-xp4uvy {
  color: #4393f9;
}

.ez-switch-btn .css-1uq0kb5 {
  color: #4393f9;
}

.ez-switch-btn .css-vj8t7z {
  border: 1px solid #4393f9;
}

.ez-switch-btn .css-vj8t7z:focus {
  border: 1px solid #4393f9;
}

.ez-switch-btn .css-vj8t7z:hover {
  border: 1px solid #4393f9;
}

.ez-switch-btn .css-1ep9fjw {
  color: #4393f9;
}

.ez-switch-btn .css-1ep9fjw:hover {
  color: #4393f9;
}

.ez-switch-btn .css-d8oujb {
  background-color: #4393f9;
}

.css-2o5izw {
  border: 1px solid #e0dede;
  box-shadow: none;
}

.ez-switch-btn .css-2o5izw,
.ez-switch-btn .css-2o5izw:hover {
  border: 1px solid #4393f9;
}

.css-2o5izw:hover {
  border: 1px solid #e0dede;
  box-shadow: none;
}

.css-2o5izw:focus {
  border: 1px solid #e0dede;
  box-shadow: none;
}

.css-15k3avv option:hover {
  background: none;
}

.react-bs-table-bordered {
  height: auto;
}

label.ez-label.ez-label-blue {
  color: #4393f9;
  width: 100%;
}

.ct-sider-bar-shrink {
  display: none;
}

.ct-sidebar.active .ct-sider-bar-shrink {
  display: block;
  color: #4393f9;
  font-size: 14px;
  position: fixed;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 400;
  top: 46%;
  left: -10px;
}

.form_field_upper {
  width: 100%;
  display: flex;
}

.ez_address {
  width: 100%;
}
.ez_address .map_text {
  margin-bottom: 15px;
}
.ez_address h3 {
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
  width: 100%;
}
.ez_address h4 {
  font-size: 12px;
}
.ez_address ul {
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
.ez_address ul li {
  display: inline-block;
  width: 30.1%;
  text-align: center;
  background: #f1f1f1;
  padding: 20px;
  margin-right: 10px;
  vertical-align: top;
}
.ez_address ul li span {
  display: inline-block;
  background: #fff;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  box-shadow: 1px 4px 0 #ddd;
}
.ez_address ul li img {
  width: 40px;
  padding-top: 20px;
}
.ez_address ul li:last-child {
  margin-right: 0;
}

.ez-label.ez-error {
  margin-top: 3px;
  color: #ff2727;
  padding: 0;
}
.ez-label.ez-error img {
  width: 14px;
  margin-right: 5px;
}
.ez-label.ez-error span {
  color: #ff2727;
}

.ez-choose-btn input {
  border: none;
}

textarea.ez-input {
  min-height: 96px;
  width: 100%;
}

textarea.ez-input-description {
  width: 85%;
}

.ez-label.ez-error:before {
  background-image: none;
}

.ez-label.ez-error:after {
  background-image: none;
}

.ez-label.ez-error {
  color: #ff2727;
}

.ez-img-input {
  position: relative;
}

.ez-input.eye-visible {
  background: url(/assets/images/eye-open.977d8bacc187b6b8ca3f.svg) no-repeat #fff;
  background-size: 15px auto;
  background-position: right 10px center;
  cursor: pointer;
}

.ez-input.eye-invisible {
  background: url(/assets/images/eye-open-theme.ba0b3bf6f82030924c21.svg) no-repeat #fff;
  background-size: 15px auto;
  background-position: right 10px center;
  cursor: pointer;
}

.ez-input.focus {
  border-bottom: 2px solid #4393f9;
}

.ez-input,
.ez-textarea,
.ez-select {
  font-size: 18px;
  border-bottom: 2px solid #d9d9d9;
  border-radius: 0;
  width: 100%;
  height: 55px;
  padding: 0px;
  outline: none;
  font-weight: normal;
  border-left: 0;
  border-top: 0;
  border-right: 0;
}

.ez-form-button {
  margin-top: 40px;
  width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.text-field {
  width: 85%;
}

.ez-width-auto {
  width: auto;
}

.ez-button-small:hover {
  color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/images/arrow-theme-color.b58af7c0e2f7e8d3087c.svg) no-repeat #fff;
  background-size: 10px auto;
  background-position: right 10px center;
}

select::-ms-expand {
  display: none;
}

.ez-button {
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 15px 40px;
  border-radius: 3px;
  font-size: 18px;
  background: #4393f9;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ez-button-small {
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 14px;
  background: #4393f9;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 2px solid #4393f9;
}

.ez-button-delete {
  background: #e9454b;
}

.ez-button-small-outline {
  border: 2px solid #4393f9;
  cursor: pointer;
  color: #4393f9;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: none;
}

.ez-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}
button:focus:not(:active)::after {
  animation: ripple 1s ease-out;
}

.ez-label {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-bottom: 6px;
  width: 85%;
  align-self: flex-end;
  font-weight: 400;
}

.ez-top-margin {
  margin-top: 26px;
}

.ez-float-right {
  float: right;
}

.ez-float-left {
  float: left;
}

.ez-font-large {
  font-size: 18px;
}

.ez-fill-height {
  height: 100%;
}

.ez-fill-width {
  width: 100%;
}

.ez-margin-top {
  margin-top: 10px;
}

.ez-margin-bottom {
  margin-top: 36px;
}

.ez-no-right-padding {
  padding-right: 0;
}

.ez-no-top-padding {
  padding-top: 0;
}

.ez-no-bottom-padding {
  padding-bottom: 0;
}

.ez-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.ez-padding {
  padding-left: 12px;
  padding-right: 12px;
}

.ez-no-margin {
  margin: 0;
}

.ez-no-top-margin {
  margin: 0;
}

.ez-no-bottom-margin {
  margin: 0;
}

.ez-no-left-margin {
  margin: 0;
}

.ez-no-right-margin {
  margin: 0;
}

.ez-bottom-margin {
  margin-top: 26px;
}

.ez-bottom-margin-small {
  margin: 18px;
}

.ez-border {
  border-top: 1px solid #dcdcdc;
}

.ez-border-right {
  border-right: 1px solid #dcdcdc;
}

.ez-border-bottom {
  border-bottom: 1px solid #dcdcdc;
}

.ez-border-left {
  border-left: 1px solid #dcdcdc;
}

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

.ez-text-right {
  text-align: right;
}

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

.ez-text-left {
  text-align: right;
}

.ez-clickable {
  cursor: pointer;
}

.ez-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.pvtAxisContainer.pvtHorizList.pvtWeight {
  height: 65px;
  min-height: 65px;
}

.ct-bar-left {
  width: 24%;
  padding: 10px;
  display: inline-block;
}
.ct-bar-left .ct-left-section {
  margin-bottom: 10px;
  background: #d4e8f0;
  padding: 10px;
  min-height: 230px;
  overflow: auto;
  height: 250px;
}
.ct-bar-left .ct-left-section div {
  width: auto;
}
.ct-bar-left .ct-left-section div .movable_content {
  width: auto;
  margin: 10px 0;
  padding: 3px 10px;
  background: #ededed;
  border-radius: 5px;
  border-left: 3px solid #4393f9;
  cursor: pointer;
}
.ct-bar-left .ct-left-section h3 {
  font-weight: 500;
  padding-bottom: 0px;
  font-size: 20px;
  margin-top: 0;
}
.ct-bar-left .ct-left-section ul li {
  list-style: none;
  font-size: 13px;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  cursor: grab;
}
.ct-bar-left .ct-left-section ul li input {
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.ct-bar-left .ct-left-section ul li span {
  float: right;
  position: absolute;
  right: 0;
}
.ct-bar-left .ct-left-section ul li span img {
  width: 17px;
  margin-left: 10px;
  cursor: pointer;
}
.ct-bar-left .ct-left-section ul .ct-left-subfolder {
  padding-left: 26px;
  margin-bottom: 10px;
}

.ct-bar-left.left-space {
  width: 100%;
}

.ct-bar-right {
  width: 67.5%;
  display: inline-block;
  float: right;
  margin-top: 6px;
  background: #fff;
  padding: 7px;
}
.ct-bar-right .ez-form-heading a img {
  width: 24px;
  margin-right: 10px;
}
.ct-bar-right .pvtTable {
  width: 100%;
  border: none;
  overflow-x: auto;
}
.ct-bar-right .pvtTable th {
  border: none;
}
.ct-bar-right .pvtTable td {
  border: 2px solid #e8f3f7;
  background: #fff;
  padding: 15px 15px;
  text-align: right;
}
.ct-bar-right .pvtTable .survey-res {
  width: 18%;
  font-size: 16px;
}
.ct-bar-right .pvtTable .survey-res select {
  width: 80%;
}
.ct-bar-right .pvtTable .hosehold-bg {
  background: #e8f3f7;
  padding: 10px 0;
}
.ct-bar-right .pvtTable .hosehold-bg .incpme-graph {
  display: inline-block;
  width: 40%;
}
.ct-bar-right .pvtTable .hosehold-bg .incpme-graph p select {
  width: 20%;
  margin-left: 5px;
}
.ct-bar-right .pvtTable .pvtColLabel {
  background: #d4e8f0;
}
.ct-bar-right .pvtTable .first-span {
  background: #e8f3f7;
}
.ct-bar-right .pvtTable .second-span {
  background: #d4e8f0;
  width: 15%;
  text-align: right;
  padding-right: 10px;
  font-size: 13px;
}
.ct-bar-right .pvtTable .ez-table-font {
  font-weight: 500;
  font-size: 13px;
  border: 1px solid #fff;
}

.space-out {
  padding-left: 0;
}

/*********dropdown-popup**********/
.dropbtn {
  margin-top: 14px;
  background: #4393f9;
  padding: 6px 10px;
  font-size: 14px;
  margin-right: 20px;
}

#myProgress {
  width: 100%;
  background-color: #ddd;
  margin-bottom: 10px;
}

#myBar {
  width: 25%;
  height: 20px;
  background-color: #4caf50;
}

.activity-progress {
  padding: 0;
}
.activity-progress .header-activity {
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.activity-progress .header-activity .no-activity span {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 400px;
}
.activity-progress .header-activity .ez_colspace {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  background: #f1f1f1;
  font-size: 14px;
  text-align: left;
  position: relative;
  font-weight: 600;
}
.activity-progress .header-activity .ez_colspace img {
  width: 14px;
}
.activity-progress .header-activity .ez_colspace span {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  margin-left: 15px;
  font-size: 12px;
}
.activity-progress .header-activity .ez_colspace button {
  position: absolute;
  right: 0;
  border: none;
  background: none;
  top: 3px;
  padding: 10px;
}
.activity-progress .header-activity .status-success {
  padding: 0;
  margin: 10px 0 0 0;
}
.activity-progress .header-activity .status-success p {
  font-size: 12px;
  margin-bottom: 0;
  border-top: 1px solid #edcccc;
}
.activity-progress .header-activity .status-success p img {
  width: 10px;
}
.activity-progress .header-activity .ez_progress_bar {
  background: #ffab16;
  width: auto;
  display: inline-block;
  text-align: left;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.activity-progress .header-activity .error {
  background: #f55252;
}
.activity-progress .ez_padding_bx {
  padding: 0 20px;
  margin-top: 6px;
}

.dropdown-content {
  overflow: auto;
}
.dropdown-content .header-activity .ez-label img {
  width: 16px;
}
.dropdown-content .header-activity .ez_colspace {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
}
.dropdown-content .header-activity .ez_colspace img {
  width: 20px;
  margin-right: 5px;
}
.dropdown-content .header-activity .ez_colspace b {
  margin-left: 5px;
}
.dropdown-content .header-activity.border-bottom {
  border-bottom: 1px solid #ddd;
}
.dropdown-content .activity-body .status-success {
  margin: 15px;
  background: #ffe7e7;
  padding: 10px;
  text-align: left;
}
.dropdown-content .activity-body .status-success p {
  margin-bottom: 10px;
}
.dropdown-content .activity-body .status-success p img {
  width: 20px;
  margin-right: 5px;
}
.dropdown-content .activity-body .status-success p:last-child {
  margin-bottom: 0;
}
.dropdown-content .activity-body .status-success.error {
  background: #ffeaea;
}

.dropdown-content.empty {
  height: auto;
  top: 64px;
}
.dropdown-content.empty .activity-progress {
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

/*********dropdown-popup**********/
.ez-profile-page .profile-img img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.ez-profile-page button {
  width: 12%;
  padding: 10px 10px;
  margin-left: 60px;
  margin-top: 20px;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default > .panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded=true] {
  background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded=true]:after {
  content: "−";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded=false]:after {
  content: "+";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default > .panel-heading a {
  display: block;
  padding: 10px 15px;
}
.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
.panel-default > .panel-heading a[aria-expanded=true] {
  background-color: #eee;
}
.panel-default > .panel-heading a[aria-expanded=true]:after {
  content: "−";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-default > .panel-heading a[aria-expanded=false]:after {
  content: "+";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}
.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}
.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}
.accordion-option .toggle-accordion:before {
  content: "Expand All";
}
.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

.cd-accordion-menu {
  width: 100%;
}
.cd-accordion-menu ul {
  display: block;
}
.cd-accordion-menu ul label {
  background: #fff;
  padding-left: 82px;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after {
  left: 59px;
}
.cd-accordion-menu ul a {
  background: #fff;
  padding-left: 82px;
}
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after {
  left: 77px;
}
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after {
  left: 95px;
}
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
}
.cd-accordion-menu li:hover {
  background: none;
}
.cd-accordion-menu input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul {
  display: block;
}
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu label {
  position: relative;
  display: block;
  padding: 18px 18px 18px 64px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
.cd-accordion-menu label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/assets/images/cd-icons.b03ab5cae5375d0e1dd3.svg);
  background-repeat: no-repeat;
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/assets/images/cd-icons.b03ab5cae5375d0e1dd3.svg);
  background-repeat: no-repeat;
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 18px 18px 18px 64px;
  color: #333;
  font-size: 14px;
}
.cd-accordion-menu a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 36px;
  background: url(/assets/images/cd-icons.b03ab5cae5375d0e1dd3.svg) no-repeat -48px 0;
}
.cd-accordion-menu > li:last-of-type > label {
  box-shadow: none;
}
.cd-accordion-menu > li:last-of-type > a {
  box-shadow: none;
}
.cd-accordion-menu > li > ul > li:last-of-type label {
  box-shadow: none;
}
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu .has-children {
  border-bottom: 1px solid #e9e9e9;
}
.cd-accordion-menu .has-children label .on-hover-list {
  position: absolute;
  top: 47px;
  z-index: 99;
  box-shadow: 1px 2px 8px #ccc;
  right: 5px;
  background: #fff;
  /* display: none;*/
}
.cd-accordion-menu .has-children label .on-hover-list #upload2 {
  background: none;
}
.cd-accordion-menu .has-children label .on-hover-list a::after {
  background: none;
}
.cd-accordion-menu .has-children ul li {
  position: relative;
}
.cd-accordion-menu .has-children ul li .on-hover-list {
  position: absolute;
  top: 47px;
  z-index: 999;
  box-shadow: 1px 2px 8px #ccc;
  right: 0;
  display: none;
}
.cd-accordion-menu .has-children ul li .on-hover-list a::after {
  background: none;
}
.cd-accordion-menu .has-children ul li:hover .on-hover-list {
  display: block;
}

.ez-delete-popup .popup-body {
  padding: 15px;
}
.ez-delete-popup img {
  position: absolute;
  width: 15px;
  top: 16px;
  cursor: pointer;
  right: 15px;
}
.ez-delete-popup h3 {
  text-align: left;
  font-weight: 500;
  margin: 0;
  padding: 15px 20px;
  background: #4393f9;
  color: #fff;
  font-size: 20px;
}
.ez-delete-popup .ez-btn-place .ez-btn {
  width: auto;
}

.ez_popup_outer {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 99;
}
.ez_popup_outer .ez_popup {
  background: #fff;
  border-radius: 5px;
  z-index: 99;
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  margin-top: 1%;
  max-height: 750px;
  overflow: auto;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
}
.ez_popup_outer .ez_popup .text-field {
  text-align: left;
  width: 100%;
}
.ez_popup_outer .ez_popup .text-field label {
  padding: 0;
  text-align: left;
}
.ez_popup_outer .ez_popup .text-field label input {
  margin-right: 10px;
}
.ez_popup_outer .ez_popup .text-field label:after {
  background: none;
}
.ez_popup_outer .ez_popup .text-field label:before {
  background: none;
}
.ez_popup_outer .ez_popup .text-field span {
  color: #848484;
  font-weight: 300;
  display: inline-block;
}
.ez_popup_outer .ez_popup .text-field .ez-btn {
  width: auto;
  float: right;
  margin-left: 10px;
}
.ez_popup_outer .ez_popup .text-field .ez-btn span {
  color: #fff;
}
.ez_popup_outer .ez_popup .text-field .ez-btn.ez-button {
  padding: 9px 35px;
  font-size: 15px;
}
.ez_popup_outer .ez_popup .text-field .ez-btn.ez-cancel {
  padding: 9px 35px;
  font-size: 15px;
  color: #4393f9;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place {
  text-align: right;
  margin-top: 20px;
  clear: left;
  display: inline-block;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place .ez-cancel-1 {
  color: #4393f9;
  width: auto;
  background: #9c9c9c;
  border: none;
  border-radius: 3px;
  margin-right: 10px;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place .ez-btn {
  cursor: pointer;
  width: auto;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place .ez-button {
  color: #fff;
  width: auto;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place a {
  width: auto;
  /* color: #fff;*/
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place a:before {
  background: none;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place a:after {
  background: none;
}
.ez_popup_outer .ez_popup a {
  border: none;
}

/*****************table-css-*************/
.ez-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

.ez-table thead {
  background: #f5f5f5;
}

.ez-table tr {
  padding: 0.35em;
  text-align: left;
  cursor: pointer;
}

.ez-table tr:nth-child(odd) {
  background: #edf4f6;
}

.ez-capitalize {
  text-transform: capitalize;
}

.ez-table th,
.ez-table td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
  text-align: left;
}

.ez-table th {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  background: #fff;
}

.custom .react-bs-table-tool-bar {
  margin-bottom: 5px;
  margin-top: -78px;
}
.custom .react-bs-table.react-bs-table-bordered {
  border: none;
}
.custom .react-bs-table .table-bordered {
  border: none;
}
.custom .react-bs-table .table-bordered tr {
  border-bottom: 1px solid #ccc;
}
.custom .react-bs-table .table-bordered tr td:last-child div {
  padding: 2px 0;
}
.custom .react-bs-table .table-bordered tr td img {
  width: 20px;
  margin-right: 6px;
}
.custom .react-bs-table .table-bordered tr td .btn_add li {
  text-align: center;
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.custom .react-bs-table .table-bordered tr td .btn_add li button {
  border: none;
  background: none;
}
.custom .react-bs-table .table-bordered tr td .btn_add li .left-tooltip {
  position: absolute;
  z-index: 99;
  left: 0px;
  top: 31px;
  color: #fff;
  background: #4393f9;
  padding: 5px 10px;
  border-radius: 5px;
  display: none;
  width: auto;
  text-align: center;
}
.custom .react-bs-table .table-bordered tr td .btn_add li .left-tooltip::before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #4393f9;
  content: "";
  position: absolute;
  left: 4px;
  top: -4px;
}
.custom .react-bs-table .table-bordered tr td .btn_add li:hover .left-tooltip {
  display: block;
}

.react-bs-container-header .table-bordered.col-hidden {
  display: none;
}

.react-bs-table-search-form .form-control {
  height: 39px;
  box-shadow: none;
}
.react-bs-table-search-form .form-control .input-group-btn .btn {
  height: 45px;
}

.react-bs-table-container .react-bs-table-search-form .btn-default {
  height: 39px;
  background: #4393f9;
  color: #fff;
}

.react-contextmenu {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #373a3c;
  font-size: 16px;
  margin: 2px 0 0;
  min-width: 160px;
  outline: none;
  opacity: 0;
  padding: 0px 0;
  pointer-events: none;
  text-align: left;
  box-shadow: 0px 0px 6px #ddd;
  transition: opacity 250ms ease;
}

.react-contextmenu.react-contextmenu--visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}

.react-contextmenu-item {
  background: 0 0;
  border: 0;
  color: #373a3c;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  padding: 3px 20px;
  text-align: inherit;
  white-space: nowrap;
  font-size: 14px;
}

.react-contextmenu-item.react-contextmenu-item--active {
  color: #fff;
  background-color: #4393f9;
  border-color: #4393f9;
  text-decoration: none;
}

.react-contextmenu-item.react-contextmenu-item--selected {
  color: #fff;
  background-color: #4393f9;
  border-color: #4393f9;
  text-decoration: none;
}

.react-contextmenu-item.react-contextmenu-item--disabled {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  color: #878a8c;
}
.react-contextmenu-item.react-contextmenu-item--disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  color: #878a8c;
}

.react-contextmenu-item--divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: inherit;
  margin-bottom: 3px;
  padding: 2px 0;
}
.react-contextmenu-item--divider:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}

.react-contextmenu-item.react-contextmenu-submenu {
  padding: 0;
}
.react-contextmenu-item.react-contextmenu-submenu > .react-contextmenu-item:after {
  content: "▶";
  display: inline-block;
  position: absolute;
  right: 7px;
}

.ant-modal-body {
  word-wrap: break-word;
  color: #777;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .ez-table {
    border: 0;
  }
  .ez-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ez-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .ez-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .ez-table td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
  }
  .ez-table td:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .ez-wrapper.ez-side-bar-shrink .navbar-menu-wrapper .ez-logo_div {
    width: 80px;
  }
  .ez-wrapper.ez-side-bar-shrink .navbar-menu-wrapper .ez-logo_div img {
    display: none;
  }
  .ez-wrapper.ez-side-bar-shrink .navbar-menu-wrapper .ez-logo_div .ez-logo-shrink {
    display: inline-block;
  }
  .ez-wrapper.ez-side-bar-shrink .navbar-menu-wrapper #ez-main-nav {
    width: calc(100% - 70px);
  }
  .ez-nav-side-menu.active {
    background-size: 47px auto;
  }
  .ez-nav-side-menu.active .ez-menu-content .ez-top-menu ul li a {
    border-bottom: 1px solid #414b5a;
  }
  .ez-nav-side-menu.active .ez-menu-content .ez-top-menu ul li a img {
    width: 24px;
    margin: 0;
  }
  .ez-nav-side-menu.active .ez-menu-content .ez-top-menu ul li a span {
    display: none;
  }
  .ez-nav-side-menu.active .ez-menu-content .ez-bottom-menu ul li a {
    border-top: 1px solid #414b5a;
  }
  .ez-nav-side-menu.active .ez-menu-content .ez-bottom-menu ul li a img {
    width: 24px;
  }
  .ez-nav-side-menu.active .ez-menu-content .ez-bottom-menu ul li a span {
    display: none;
  }
  .ct-sidebar.active .ez-ct-seach {
    display: none;
  }
  .ct-sidebar.active .cd-accordion-menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .ez-ct-seach {
    display: none;
  }
  .ct-sidebar.active .cd-accordion-menu.animated {
    display: none;
  }
  .ez-input {
    font-size: 14px;
  }
  .ez-textarea {
    font-size: 14px;
  }
  .ez-select {
    font-size: 14px;
  }
  .ez-nav-side-menu.active .ez-menu-content .ez-top-menu ul li a span {
    display: none;
  }
  .app .ez-wrapper .navbar-menu-wrapper #ez-main-nav {
    width: calc(100% - 80px);
  }
  .app .ez-wrapper .navbar-menu-wrapper .ez-logo_div {
    width: 130px;
    height: auto;
  }
  .app .ez-wrapper .navbar-menu-wrapper .ez-logo_div img {
    width: 100px;
  }
  .app .ez-wrapper .navbar-menu-wrapper .ez-logo_div .ez-logo-shrink {
    display: inline-block;
  }
  .app .ez-wrapper .ez-nav-side-menu .ez-menu-content .ez-top-menu ul li a {
    padding: 13px 10px;
    border-bottom: 1px solid #414b5a;
  }
  .app .ez-wrapper .ez-page-full .ez-form-settings .navbar-menu-wrapper #ez-main-nav {
    width: 94%;
  }
  .app .ez-wrapper .ez-page-full .ez-form-settings .navbar-menu-wrapper #ez-main-nav li {
    height: 40px;
  }
  .app .ez-wrapper .ez-page-full .ez-form-settings .navbar-menu-wrapper #ez-main-nav li .ez-button-white {
    padding: 0 15px;
  }
  .app .ez-wrapper .ez-page-full .ez-form-settings .navbar-menu-wrapper #ez-main-nav li:last-child span {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .app .ez-wrapper .ez-page-full .ez-form-settings .ez-page-body-wrapper {
    height: calc(100vh - 81px);
  }
  .app .ez-wrapper .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-choose-file .ez-file a {
    font-size: 14px;
  }
  .app .ez-wrapper .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-feild.ez-time select {
    width: 47.4%;
  }
  .app .ez-wrapper .ez-wrapper.ez-side-bar-shrink .navbar-menu-wrapper .ez-logo_div {
    width: 80px;
  }
}
/********table-css-end*************/
.ez-login {
  display: flex;
  height: 100%;
}
.ez-login .ez-login-leftside {
  max-width: 50%;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: auto;
  justify-content: center;
  flex: 0 0 50%;
  position: relative;
}
.ez-login .ez-login-leftside .ez-leftside-inner {
  max-width: 60%;
  width: 50%;
  height: 83vh;
}
.ez-login .ez-login-leftside .ez-leftside-inner h2 {
  margin-top: 10px;
}
.ez-login .ez-login-leftside .ez-leftside-inner h2 span {
  font-weight: 300;
  font-size: 26px;
}
.ez-login .ez-login-leftside .ez-leftside-inner form {
  margin-top: 30px;
}
.ez-login .ez-login-leftside .ez-leftside-inner form .text-field {
  width: 100%;
}
.ez-login .ez-login-leftside .ez-leftside-inner form .text-field .ez-top-margin {
  margin-top: 20px;
}
.ez-login .ez-login-leftside .ez-leftside-inner form .ez-eye {
  width: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.ez-login .ez-login-leftside .ez-leftside-inner form .ez-text-forgot-bottom {
  margin-top: 34px;
}
.ez-login .ez-login-leftside .ez-leftside-inner .ez-text-center.contact {
  width: 100%;
  display: inline-block;
  margin-top: 3em;
}
.ez-login .ez-rightside {
  max-width: 50%;
  flex: 0 0 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/assets/images/login-right.5bd3ae627d181004ad43.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.ez-login .ez-rightside img {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ez-forgot-password p {
  color: #333;
  margin-top: 34px;
}

.app {
  height: 100%;
}
.app .ez-wrapper {
  display: flex;
  -webkit-box-pack: start;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-wrap: nowrap;
  position: relative;
}
.app .ez-wrapper .navbar-menu-wrapper {
  background: #fff;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-logo_div {
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  background: #4393f9;
  width: 280px;
  height: 63px;
  text-align: left;
  margin-left: 30px;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-logo_div img {
  margin-top: 10px;
  white-space: nowrap;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-logo_div .ez-logo-shrink {
  display: none;
}
.app .ez-wrapper .navbar-menu-wrapper button {
  border: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.app .ez-wrapper .navbar-menu-wrapper button span img {
  width: 30px;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav {
  display: inline-flex;
  margin-right: 0;
  flex-direction: row;
  justify-content: flex-end;
  width: calc(100% - 280px);
  height: 63px;
  -moz-transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav .toggleClass_button {
  margin-left: 20px;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul {
  margin-left: auto;
  flex-direction: row;
  align-items: center;
  display: flex;
  margin-right: 10px;
  margin-bottom: 0;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li {
  margin: 0 0 0 10px;
  list-style: none;
  display: flex;
  position: relative;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li #ez-myDropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px;
  overflow: auto;
  min-height: 290px;
  height: 290px;
  width: 320px;
  top: 50px;
  right: 0;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li #ez-myDropdown .search {
  position: relative;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li #ez-myDropdown .search input {
  border-radius: 30px;
  padding-left: 40px;
  border: 1px solid #ddd;
  width: 100%;
  padding: 8px 40px;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li #ez-myDropdown .search img {
  width: 23px;
  top: 7px;
  position: absolute;
  left: 13px;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li #ez-myDropdown a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  color: #4393f9;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li #ez-myDropdown .ez-dropdown-content a:hover {
  background-color: #ddd;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li .ez-show {
  display: block;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li .ez-dropbtn {
  background: none;
  border: none;
  color: #2b333e;
  font-size: 15px;
  cursor: pointer;
  outline: none;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li .ez-dropbtn img {
  width: 13px;
  margin-left: 10px;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li .ez-button-white {
  background: #fff;
  color: #4393f9;
  border-radius: 5px;
  padding: 10px 15px;
  border: 1.5px solid #4393f9;
  font-size: 15px;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li .ez-button-theme {
  background: #4393f9;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  border: 1.5px solid #4393f9;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li a {
  color: #000;
  font-size: 15px;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul li a img {
  width: 23px;
  margin-right: 6px;
}
.app .ez-wrapper .navbar-menu-wrapper #ez-main-nav ul .ez-switch-btn {
  width: 210px;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-myDropdown1 {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 90px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px;
  overflow: auto;
  width: 190px;
  top: 63px;
  right: 14px;
  padding: 0;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-myDropdown1 .search {
  position: relative;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-myDropdown1 .search input {
  border-radius: 30px;
  padding-left: 40px;
  border: 1px solid #ddd;
  width: 100%;
  padding: 8px 40px;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-myDropdown1 .search img {
  width: 23px;
  top: 7px;
  position: absolute;
  left: 13px;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-myDropdown1 ul {
  margin: 0;
  display: inline-block;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-myDropdown1 ul li {
  width: 100%;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-myDropdown1 button {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  color: #4393f9;
  width: 100%;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-myDropdown1 .ez-dropdown-content a:hover {
  background-color: #ddd;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-show {
  display: block;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-dropbtn {
  background: none;
  border: none;
  color: #2b333e;
  font-size: 15px;
  cursor: pointer;
  outline: none;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-dropbtn img {
  width: 13px;
  margin-left: 10px;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-nav-help {
  align-items: center;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-nav-help img {
  width: 40px;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-nav-user {
  align-items: center;
  display: flex;
  margin-right: 24px;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-nav-user span {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-nav-user span img {
  width: 40px;
  border-radius: 50%;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-nav-user span .ez-arrow-profile {
  width: 15px;
}
.app .ez-wrapper .navbar-menu-wrapper .ez-nav-user p {
  color: #fff;
  margin-top: 5px;
  font-size: 16px;
  margin-bottom: 40px;
}
.app .navbar-menu-wrapper {
  display: flex;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.app .navbar-menu-wrapper.ez-error-bg {
  background: #4393f9;
}
.app .ez-nav-side-menu {
  position: relative;
  background: #4393f9;
}
.app .ez-nav-side-menu .navbar-menu-wrapper {
  display: flex;
  width: 100%;
}
.app .ez-nav-side-menu .ez-menu-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.app .ez-nav-side-menu .ez-menu-content .ez-side-bottom {
  flex: 0 1 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.app .ez-nav-side-menu .ez-menu-content .ez-side-bottom img {
  width: 35px;
  cursor: pointer;
}
.app .ez-nav-side-menu .ez-menu-content .ez-side-bottom a:hover {
  color: #1e74e3;
}
.app .ez-nav-side-menu .ez-menu-content .ez-side-bottom a.active {
  color: #1e74e3;
}
.app .ez-nav-side-menu .ez-menu-content .ez-side-bottom a:last-child {
  margin-bottom: 0;
}
.app .ez-nav-side-menu .ez-menu-content .ez-ct-heading {
  padding: 10px 0 0 10px;
  color: #4393f9;
  display: flex;
}
.app .ez-nav-side-menu .ez-menu-content .ez-ct-seach {
  padding: 10px;
  position: relative;
}
.app .ez-nav-side-menu .ez-menu-content .ez-ct-seach .text-field {
  width: 100%;
}
.app .ez-nav-side-menu .ez-menu-content .ez-ct-seach input {
  border: 1px solid #b5c9da;
  border-radius: 3px;
  padding: 10px 10px;
  width: 100%;
}
.app .ez-nav-side-menu .ez-menu-content .ez-ct-seach img {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 18px;
}
.app .ez-nav-side-menu .ez-menu-content ul {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  position: relative;
  margin: 0;
}
.app .ez-nav-side-menu .ez-menu-content ul li {
  width: 100%;
  list-style: none;
  position: relative;
}
.app .ez-nav-side-menu .ez-menu-content ul li a {
  width: 100%;
  display: block;
  padding: 14px 20px;
  color: #91a5c6;
  white-space: nowrap;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.app .ez-nav-side-menu .ez-menu-content ul li a span span {
  font-size: 12px;
}
.app .ez-nav-side-menu .ez-menu-content ul li a img {
  width: 30px;
}
.app .ez-nav-side-menu .ez-menu-content ul li:hover {
  background: #1f75e3;
}
.app .ez-nav-side-menu .ez-menu-content ul li .left-tooltip {
  position: absolute;
  z-index: 99;
  left: 80px;
  top: 23px;
  color: #fff;
  background: #4393f9;
  padding: 5px 10px;
  border-radius: 5px;
  display: none;
  width: 156px;
  text-align: center;
}
.app .ez-nav-side-menu .ez-menu-content ul li .left-tooltip::before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  position: absolute;
  border-right: 10px solid #4393f9;
  left: -9px;
  top: 9px;
}
.app .ez-nav-side-menu .ez-menu-content ul li:hover .left-tooltip {
  display: block;
}
.app .ez-nav-side-menu .ez-menu-content ul .logo_enterprise {
  margin: 10px 0px;
}
.app .ez-nav-side-menu .ez-menu-content ul .logo_enterprise p {
  max-width: 60px;
  display: flex;
  align-items: center;
  height: 60px;
  overflow: hidden;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.app .ez-nav-side-menu .ez-menu-content ul .logo_enterprise li.active {
  background: #1f75e3;
}
.app .ez-nav-side-menu .ez-menu-content ul .logo_enterprise:hover {
  background: none;
}
.app .ez-nav-side-menu .ez-menu-content .ez-bottom-menu {
  flex: 0 1 auto;
  overflow: visible;
}
.app .ez-nav-side-menu .ez-menu-content .ez-bottom-menu ul {
  height: 100%;
  flex-direction: row;
}
.app .ez-nav-side-menu .ez-menu-content .ez-bottom-menu ul li {
  width: 100%;
  display: flex;
  list-style: none;
}
.app .ez-nav-side-menu .ez-menu-content .ez-bottom-menu ul li a {
  width: 100%;
  display: block;
  padding: 14px 20px;
  color: #91a5c6;
}
.app .ez-nav-side-menu .ez-menu-content .ez-bottom-menu ul li a img {
  width: 18px;
}
.app .ez-nav-side-menu .ez-menu-content .ez-bottom-menu ul li:hover {
  background: #fff;
}
.app .ez-nav-side-menu .ez-menu-content .ez-bottom-menu ul li:hover a {
  color: #1e2735;
}
.app .ez-nav-side-menu .side_enterprise {
  background: #fafcfe;
  position: absolute;
  left: 70px;
  display: flex;
  top: 0;
  flex-direction: column;
  z-index: 99;
  width: 0px;
  height: 100%;
  box-shadow: 1px 1px 9px #ddd;
  overflow: auto;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.app .ez-nav-side-menu .side_enterprise ul {
  margin: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 100%;
}
.app .ez-nav-side-menu .side_enterprise ul li {
  width: 100%;
  border-bottom: 1px solid #dee3e5;
  list-style: none;
  padding: 20px 10px;
  display: inline-block;
  cursor: pointer;
  color: #333333;
}
.app .ez-nav-side-menu .side_enterprise ul li.active {
  background: #f2f7fd;
}
.app .ez-nav-side-menu .side_enterprise ul li:hover {
  background: #f2f7fd;
}
.app .ez-nav-side-menu .side_enterprise ul img {
  width: 18px;
  position: absolute;
  right: 17px;
  top: 20px;
  cursor: pointer;
}
.app .ez-nav-side-menu .side_enterprise.active {
  width: 250px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.app .ez-nav-side-menu .ez-menu-content.ez-cross-bg-color {
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.app .ez-page-full {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  width: 100%;
}
.app .ez-page-full #sidebar {
  width: 280px;
  transition: width 0.25s ease, background 0.25s ease;
  border-right: 1px solid #fff;
}
.app .ez-page-full #sidebar .toggleClass_button {
  display: none;
  border: none;
  background: none;
  box-shadow: none;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 0;
  right: -40px;
  padding: 10px;
  height: 100%;
}
.app .ez-page-full #sidebar .toggleClass_button span img {
  width: 25px;
  transform: rotate(180deg);
}
.app .ez-page-full #sidebar:hover .toggleClass_button {
  display: block;
}
.app .ez-page-full #sidebar:hover {
  border-right: 1px solid #4393f9;
}
.app .ez-page-full #sidebar.active {
  width: 80px;
  text-align: center;
}
.app .ez-page-full #sidebar.active .toggleClass_button span img {
  transform: rotate(0deg);
}
.app .ez-page-full .ez-nav-side-menu {
  position: relative;
  width: 70px;
  background: #4393f9;
  background-position: center 23px;
  background-size: 160px auto;
  background-repeat: no-repeat;
  padding-top: 0;
  transition: width 0.25s ease, background 0.25s ease;
}
.app .ez-page-full .ez-nav-side-menu .toggleClass_button {
  display: block;
  border: none;
  background: none;
  box-shadow: none;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 0;
  right: -29px;
  padding: 2px;
  height: 100%;
  outline: none;
}
.app .ez-page-full .ez-nav-side-menu .toggleClass_button span img {
  width: 25px;
  transform: rotate(180deg);
  margin-top: 12px;
}
.app .ez-page-full .ez-nav-side-menu:hover .toggleClass_button {
  display: block;
  background: rgba(197, 237, 255, 0.4392156863);
}
.app .ez-page-full .ez-nav-side-menu.active {
  width: 80px;
  text-align: center;
}
.app .ez-page-full .ez-nav-side-menu.active .toggleClass_button span img {
  transform: rotate(0deg);
}
.app .ez-page-full .ez-form-settings {
  display: block;
  flex: 1;
  position: relative;
  -webkit-box-flex: 1;
  min-width: 0;
  overflow: visible;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer {
  background: #fff;
  border-radius: 3px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-top-button {
  display: flex;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-top-button ul {
  display: inline-flex;
  justify-content: flex-end;
  margin: 0 0 0;
  align-items: flex-end;
  width: 100%;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-top-button ul li {
  list-style: none;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-top-button ul li:nth-child(2) {
  margin: 0 10px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-user-detail {
  width: 100%;
  display: flex;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-user-detail h3 {
  font-size: 18px;
  margin: 0px 0 11px 0;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-user-detail ul {
  display: inline-flex;
  flex-direction: row;
  width: auto;
  margin: 0;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-user-detail ul li {
  list-style: none;
  text-align: center;
  background: #4bc264;
  border-radius: 3px;
  height: 40px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-user-detail ul li h3 {
  font-weight: 500;
  font-size: 15px;
  padding: 10px 2px 0px 5px;
  margin: 0;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-user-detail ul li h3 span {
  color: #fff;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-user-detail ul li h3 span:last-child {
  background: #fff;
  padding: 7px 10px 10px 10px;
  margin-left: 5px;
  color: #333;
  border-radius: 3px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-user-detail ul li:last-child {
  background: #d45e5e;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-search-user {
  margin-top: 40px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 25px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-search-user .ez-toggle {
  position: absolute;
  right: 0;
  top: -5px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-search-user .ez-toggle .btn {
  background: #c2c2c2;
  border-radius: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  padding: 0;
  outline: none;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-search-user .ez-toggle .plus::before {
  content: "+";
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-search-user .ez-toggle .minus::before {
  content: "-";
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-search-user h4 {
  background: #fff;
  padding: 0px 2px;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-search-user .ez-from-text-row {
  display: flex;
  flex-wrap: wrap;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-search-user .ez-from-text-row .text-field {
  flex: 0 0 31%;
  margin: 0 12px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-button {
  margin-top: 30px;
  text-align: right;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-button .ez-button-small {
  margin-left: 10px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-button a {
  width: auto;
  margin: 0 5px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-outer {
  display: flex;
  flex-wrap: wrap;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-outer .ez-form-heading {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-outer .ez-form-heading a {
  margin-bottom: 18px;
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-outer .ez-form-heading a img {
  width: 24px;
  margin-right: 10px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-outer .ez-form-heading h3 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
  width: 100%;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-outer .ez-back-btn {
  width: 100%;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-outer .ez-back-btn a {
  margin-bottom: 15px;
  display: flex;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-outer .ez-back-btn a img {
  width: 26px;
  margin-right: 10px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-form-outer .ez-back-btn h3 {
  font-size: 18px;
  font-weight: 600;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form {
  height: 100%;
  flex: 0 0 50%;
  padding: 10px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .add-role {
  text-align: right;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .add-role .ez-button-delete {
  width: 200px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-field-bx {
  display: flex;
  align-items: flex-end;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-field-bx .text-field {
  margin-right: 11px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-field-bx .ez-select input {
  border: none;
  padding: 10px 1px;
  font-size: 16px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-field-bx .ez-select ul {
  z-index: 99;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-field-bx .ez-select ul button {
  background: #fff;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-field-bx .ez-select ul button .focus {
  background: orange;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-active-toggle .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-active-toggle .switch input {
  display: none;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-active-toggle .switch input:checked + .slider {
  background-color: #4393f9;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-active-toggle .switch input:focus + .slider {
  box-shadow: 0 0 1px #4393f9;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-active-toggle .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-active-toggle .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-active-toggle .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-active-toggle .switch .slider.round {
  border-radius: 34px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-active-toggle .switch .slider.round:before {
  border-radius: 50%;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-active-toggle .toggle {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 4px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-choose-file {
  display: flex;
  margin-top: 0;
  flex-wrap: wrap;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-choose-file img {
  width: 60px;
  height: 60px;
  margin-left: 10px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-choose-file p {
  width: 100%;
  margin-top: 10px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-choose-file .ez-file {
  width: 100%;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-choose-file .ez-file a {
  width: auto;
  border: 1px solid #4393f9;
  background: #4393f9;
  color: #424141;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-choose-file span {
  margin-left: 5px;
  vertical-align: top;
  display: inline-flex;
  margin-top: 4px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-choose-file .recomended-error {
  position: relative;
  top: 8px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-field.ez-time .text-field {
  display: inline-block;
  width: 48.8%;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-field.ez-time select {
  width: 100%;
  padding-right: 30px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-field.ez-time .text-field:nth-child(2) {
  margin-left: 9px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-field.ez-calender {
  position: relative;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-field.ez-calender img {
  position: absolute;
  width: 18px;
  right: 12px;
  top: 60px;
  bottom: 11px;
  cursor: pointer;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-sr-drop .css-2o5izw {
  border: 1px solid #e0dede;
  box-shadow: none;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-sr-drop .css-2o5izw:hover {
  border: 1px solid #e0dede;
  box-shadow: none;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-sr-drop .css-2o5izw:focus {
  border: 1px solid #e0dede;
  box-shadow: none;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-sr-drop .css-15k3avv option:hover {
  background: none;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-right-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  flex: 0 0 50%;
  padding: 10px;
  align-items: center;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-right-form .text-field.ez-calender {
  position: relative;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-right-form .text-field.ez-calender img {
  position: absolute;
  width: 18px;
  right: 12px;
  bottom: 11px;
  cursor: pointer;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-right-form .text-field.ez-time select {
  width: 48.5%;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-right-form .text-field.ez-time select:nth-child(3) {
  margin-left: 10px;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-right-form .text-field {
  align-self: flex-end;
}
.app .ez-page-full .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-right-form .text-field .ez-text {
  margin-top: 55px;
  font-size: 14px;
  margin-bottom: 0;
}
.app .ez-page-full .ez-form-settings .ez-form-button .ez-button {
  width: 150px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.app .ez-user-table .ez-table .table tbody tr {
  background: #000;
}
.app .ez-user-table .ez-table .table thead tr {
  background: #fff;
}
.app .ez-user-table .ez-table th span {
  margin-left: 5px;
  cursor: pointer;
}
.app .ez-user-table .ez-table th span img {
  width: 12px;
}
.app .ez-user-table .ez-table-pagination {
  display: flex;
  margin-bottom: 15px;
}
.app .ez-user-table .ez-table-pagination .left-side-pagination {
  max-width: inherit;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.app .ez-user-table .ez-table-pagination .right-side-pagination {
  flex: 0 0 50%;
  max-width: 50%;
}
.app .ez-user-table .ez-table-pagination .right-side-pagination .ez-pagination {
  display: flex;
  float: right;
  justify-content: right;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.app .ez-user-table .ez-table-pagination .right-side-pagination .ez-pagination li {
  list-style: none;
}
.app .ez-user-table .ez-table-pagination .right-side-pagination .ez-pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
  border-right: 1px solid #e0e0e0;
  border-left-width: 0;
  min-width: 34px;
  min-height: 34px;
  color: #4393f9;
}
.app .ez-user-table .ez-table-pagination .right-side-pagination .ez-pagination li.current a {
  color: #fff;
  background: #4393f9;
}
.app .ez-user-table .ez-table-pagination .right-side-pagination .ez-pagination li:last-child a {
  border-right: none;
  width: 80px;
}
.app .ez-user-table .ez-table-pagination .right-side-pagination .ez-pagination li:first-child a {
  width: 80px;
}
.app .ez-user-table .user-pagination {
  width: 100%;
  text-align: center;
}
.app .ez-user-table .user-pagination span {
  width: 100%;
  text-align: center;
}

.ez-error-page-content {
  display: flex;
  height: 100%;
  width: 100%;
}
.ez-error-page-content .ez-error-page {
  flex-direction: column;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: auto;
  justify-content: center;
  width: 100%;
  margin: 60px 0;
}
.ez-error-page-content .ez-error-page a {
  width: auto;
}
.ez-error-page-content .ez-error-page a:hover {
  color: #fff;
}
.ez-error-page-content .ez-error-page img {
  width: 200px;
}
.ez-error-page-content .ez-error-page h3 {
  font-weight: 500;
  color: #4393f9;
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.ez-error-page-content .ez-error-page p {
  margin-bottom: 18px;
  font-size: 18px;
  color: #4393f9;
}
.ez-error-page-content .ez-error-page button {
  width: 270px;
}

.ez_form_element {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.ez_form_element .ez_form_space {
  flex: 0 0 24%;
  padding: 0 19px 0 0;
  position: relative;
  z-index: 1;
}
.ez_form_element .ez_form_space .text-field {
  width: 100%;
}
.ez_form_element .ez_form_space img {
  width: 21px;
  position: absolute;
  right: 25px;
  margin-top: 9px;
  top: 1px;
}
.ez_form_element .ez_form_space .ez-button {
  padding: 8px 15px;
  font-size: 15px;
  width: auto;
  float: left;
  margin-left: 9px;
}
.ez_form_element .ez_form_space label.label_spc {
  display: inline-block;
  margin-top: 10px;
}
.ez_form_element .ez_form_space label.label_spc span {
  color: #424141;
  font-weight: 400;
  margin-left: 6px;
}
.ez_form_element .ez_form_space.last {
  flex: 0 0 28%;
}

.ez_form_element.ct-top-bar .last {
  flex: 0 0 52%;
  padding-right: 0;
}

.ez_white {
  background: #fff;
  width: 100%;
  padding: 15px;
}

.ct-bottom-bar {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ct-bottom-bar .ez_form_space {
  flex: 0 0 33%;
  padding: 10px 20px;
  position: relative;
}
.ct-bottom-bar .ez_form_space p span {
  font-weight: 500;
}

.ez_wrap_box {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}

.ez_row {
  display: flex;
  flex-wrap: wrap;
}
.ez_row .ez_colspace {
  flex: 0 0 23%;
}
.ez_row .ez_colspace img {
  width: 15px;
  top: -1px;
  position: relative;
  margin-right: 5px;
}
.ez_row .ez_colspace:last-child {
  text-align: right;
}

.ez_desc {
  margin: 10px 0;
}

.ez_padding_bx h4.heading {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  margin-bottom: 16px;
}
.ez_padding_bx h4.heading b {
  font-size: 21px;
  color: #333;
  font-weight: normal;
  margin-right: 5px;
}

.ez_popup_outer {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 99;
  display: block;
}
.ez_popup_outer .ez_popup .ez_popup_body {
  padding: 0 20px;
}
.ez_popup_outer .ez_popup .nav.nav-tabs {
  margin-top: 15px;
}
.ez_popup_outer .ez_popup .tab-content {
  margin-top: 45px;
  position: relative;
}
.ez_popup_outer .ez_popup h2 {
  margin-top: 0;
  background: #4393f9;
  font-weight: 300;
  color: #fff;
  padding: 15px 10px;
  position: relative;
  margin-bottom: 0;
}
.ez_popup_outer .ez_popup h2 img {
  width: 15px;
  position: absolute;
  right: 22px;
  top: 18px;
  cursor: pointer;
}
.ez_popup_outer .ez_popup .text-field {
  text-align: left;
  width: 100%;
}
.ez_popup_outer .ez_popup .text-field label {
  padding: 0;
  text-align: left;
}
.ez_popup_outer .ez_popup .text-field label input {
  margin-right: 10px;
}
.ez_popup_outer .ez_popup .text-field label:after {
  background: none;
}
.ez_popup_outer .ez_popup .text-field label:before {
  background: none;
}
.ez_popup_outer .ez_popup .text-field span {
  color: #848484;
}
.ez_popup_outer .ez_popup .text-field a.ez-btn {
  width: auto;
  float: right;
  margin-left: 10px;
}
.ez_popup_outer .ez_popup .text-field .ez-btn.ez-button {
  padding: 9px 35px;
  font-size: 15px;
}
.ez_popup_outer .ez_popup .text-field .ez-btn.ez-cancel {
  padding: 9px 35px;
  font-size: 15px;
  color: #4393f9;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
  clear: left;
  display: inline-block;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place #ez-cancel {
  color: #4393f9;
  width: auto;
  background: #ddd;
  border: none;
  border-radius: 3px;
  margin-right: 10px;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place #ez-cancel span {
  color: #777;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place .ez-btn {
  cursor: pointer;
  width: auto;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place .ez-button {
  color: #fff;
  width: auto;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place a {
  width: auto;
  /* color: #fff;*/
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place a:before {
  background: none;
}
.ez_popup_outer .ez_popup .text-field.ez-btn-place a:after {
  background: none;
}
.ez_popup_outer .ez_popup a {
  border: none;
  font-size: 14px;
  font-weight: 300;
}

@media only screen and (min-width: 600px) {
  .cd-accordion-menu label {
    padding: 15px 15px 15px 82px;
    font-size: 14px;
  }
  .cd-accordion-menu label::before {
    left: 24px;
  }
  .cd-accordion-menu label::after {
    left: 53px;
  }
  .cd-accordion-menu a {
    padding: 15px 15px 15px 82px;
    font-size: 14px;
  }
  .cd-accordion-menu ul label {
    padding-left: 106px;
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after {
    left: 77px;
  }
  .cd-accordion-menu ul a {
    padding-left: 106px;
  }
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul ul label {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after {
    left: 125px;
  }
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
@media screen and (max-width: 600px) {
  .ez-table {
    border: 0;
  }
  .ez-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ez-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .ez-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .ez-table td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
  }
  .ez-table td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 1500px) {
  .ez_form_element .ez_form_space {
    flex: 0 0 23%;
  }
  .ez_form_element .ez_form_space.last {
    flex: 0 0 34%;
  }
}
.ez-user-table .react-bs-table-container {
  width: 100%;
}
.ez-user-table table.table.table-hover {
  border: none;
  table-layout: fixed;
}
.ez-user-table table.table.table-hover tr td {
  border: none;
}
.ez-user-table table.table.table-hover tr th span.order .caret {
  color: #4393f9;
}
.ez-user-table .react-bs-table .table-bordered > thead > tr > th {
  border: none;
  width: auto;
}
.ez-user-table .react-bs-table .table-bordered > tbody > tr:nth-child(2n) {
  background: #edf4f6;
}
.ez-user-table .react-bs-table-bordered {
  border: none;
}

.react-bs-table .table-bordered > tbody > tr > td {
  border: none;
  width: auto;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper .btn {
  border: 1px solid #4393f9;
  color: white;
  background-color: #4393f9;
  padding: 13px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.react-datepicker {
  top: -150px;
  position: absolute;
  left: 0;
}

/************Responsive*************/
.pvtUi {
  color: #2a3f5f;
  font-family: Verdana;
  border-collapse: collapse;
}
.pvtUi select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.pvtUi td.pvtOutput {
  vertical-align: top;
}

table.pvtTable {
  font-size: 8pt;
  text-align: left;
  border-collapse: collapse;
  margin-top: 3px;
  margin-left: 0px;
  font-family: Verdana;
  background-color: #fff;
}
table.pvtTable thead tr th {
  background-color: #e8f3f7;
  border: 2px solid #fff;
  font-size: 8pt;
  padding: 5px;
}
table.pvtTable tbody tr th {
  background-color: #e8f3f7;
  border: 1px solid #fff;
  font-size: 8pt;
  padding: 5px;
}
table.pvtTable tbody tr td {
  color: #2a3f5f;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e8f3f7;
  vertical-align: top;
  text-align: right;
}
table.pvtTable tbody tr .second-span {
  background: #d4e8f0;
  border-color: #fff;
  width: 141px;
}
table.pvtTable .pvtColLabel {
  text-align: center;
  background: #d4e8f0;
}
table.pvtTable .pvtTotalLabel {
  text-align: right;
}

.pvtTotal {
  font-weight: bold;
}

.pvtGrandTotal {
  font-weight: bold;
}

.pvtRowOrder {
  cursor: pointer;
  width: 15px;
  margin-left: 5px;
  display: inline-block;
  user-select: none;
  text-decoration: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.pvtColOrder {
  cursor: pointer;
  width: 15px;
  margin-left: 5px;
  display: inline-block;
  user-select: none;
  text-decoration: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.pvtAxisContainer {
  border: 1px solid #a2b1c6;
  background: #f2f5fa;
  padding: 5px;
  min-width: 20px;
  min-height: 20px;
  padding-left: 15px !important;
}
.pvtAxisContainer li {
  list-style-type: none;
  cursor: move;
}
.pvtAxisContainer li span.pvtAttr {
  -webkit-text-size-adjust: 100%;
  background: #f3f6fa;
  border: 1px solid #c8d4e3;
  padding: 2px 5px;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.pvtAxisContainer li span.pvtAttr img {
  width: 10px;
}
.pvtAxisContainer li:hover span.pvtAttr:hover {
  background: #269dcc;
  color: #fff;
  border: 1px solid #269dcc;
}
.pvtAxisContainer li.pvtPlaceholder {
  -webkit-border-radius: 5px;
  padding: 3px 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #a2b1c6;
}
.pvtAxisContainer li.pvtPlaceholder span.pvtAttr {
  display: none;
}

.pvtVals {
  border: 1px solid #a2b1c6;
  background: #f2f5fa;
  padding: 5px;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  padding-bottom: 12px;
}

.pvtRenderers {
  padding-left: 5px;
  user-select: none;
}

.pvtDropdown {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  margin: 3px;
}

.pvtDropdownIcon {
  float: right;
  color: #a2b1c6;
}

.pvtDropdownCurrent {
  text-align: left;
  border: 1px solid #a2b1c6;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  width: 210px;
  box-sizing: border-box;
  background: white;
}

.pvtDropdownCurrentOpen {
  border-radius: 4px 4px 0 0;
}

.pvtDropdownMenu {
  background: white;
  position: absolute;
  width: 100%;
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #a2b1c6;
  border-top: 1px solid #dfe8f3;
  box-sizing: border-box;
}

.pvtDropdownValue {
  padding: 2px 5px;
  font-size: 12px;
  text-align: left;
}

.pvtDropdownActiveValue {
  background: #ebf0f8;
}

.pvtRows {
  height: 35px;
}

.pvtTriangle {
  cursor: pointer;
  color: #506784;
}

.pvtHorizList li {
  display: inline-block;
}

.pvtVertList {
  vertical-align: top;
}

.pvtFilteredAttribute {
  font-style: italic;
}

.sortable-chosen .pvtFilterBox {
  display: none !important;
}

.pvtCloseX {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none !important;
}

.pvtDragHandle {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 18px;
  cursor: move;
  color: #a2b1c6;
}

.pvtButton {
  color: #506784;
  border-radius: 5px;
  padding: 3px 6px;
  background: #f2f5fa;
  border: 1px solid;
  border-color: #c8d4e3;
  font-size: 14px;
  margin: 3px;
  transition: 0.34s all cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none !important;
}
.pvtButton:hover {
  background: #e2e8f0;
  border-color: #a2b1c6;
}
.pvtButton:active {
  background: #d1dae6;
}

.pvtFilterBox {
  z-index: 100;
  width: 300px;
  border: 1px solid #506784;
  background-color: #fff;
  position: absolute;
  text-align: center;
  user-select: none;
  min-height: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.pvtFilterBox input {
  border: 1px solid #c8d4e3;
  border-radius: 5px;
  color: #506784;
  padding: 0 3px;
  font-size: 14px;
}
.pvtFilterBox input:focus {
  border-color: #119dff;
  outline: none;
}
.pvtFilterBox h4 {
  margin: 15px;
}
.pvtFilterBox p {
  margin: 10px auto;
}
.pvtFilterBox button {
  color: #2a3f5f;
}
.pvtFilterBox input[type=text] {
  width: 230px;
  color: #2a3f5f;
  margin-bottom: 5px;
}

.pvtCheckContainer {
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  overflow-y: scroll;
  width: 100%;
  max-height: 30vh;
  border-top: 1px solid #dfe8f3;
}
.pvtCheckContainer p {
  margin: 0;
  margin-bottom: 1px;
  padding: 3px;
  cursor: default;
}
.pvtCheckContainer p:hover .pvtOnly {
  display: block;
}
.pvtCheckContainer p:hover .pvtOnlySpacer {
  display: none;
}
.pvtCheckContainer p.selected {
  background: #ebf0f8;
}

.pvtOnly {
  display: none;
  width: 35px;
  float: left;
  font-size: 12px;
  padding-left: 5px;
  cursor: pointer;
}

.pvtOnlySpacer {
  display: block;
  width: 35px;
  float: left;
}

.pvtRendererArea {
  padding: 5px;
}

@media (max-width: 1366px) {
  .ez-input, .ez-textarea, .ez-select {
    height: 35px;
  }
  .ez-login .ez-login-leftside .ez-leftside-inner {
    max-width: 70%;
    width: 60%;
  }
  .ez-login .ez-login-leftside .ez-leftside-inner .ez-text-center.contact {
    margin-top: 1em;
  }
  .ez-login .ez-login-leftside .ez-leftside-inner form .ez-eye {
    top: 0px;
  }
  .ez-wrapper .ez-form-settings .navbar-menu-wrapper #ez-main-nav {
    width: 96%;
  }
  .ez-wrapper .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-filed.ez-time select {
    width: 48.4%;
  }
}
@media (max-width: 1200px) {
  .ez-login .ez-login-leftside .ez-leftside-inner {
    max-width: 70%;
  }
  .ez-wrapper .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-filed.ez-time select {
    width: 48.1%;
  }
}
@media (max-width: 1180px) {
  .ez-wrapper .ez-form-settings .navbar-menu-wrapper {
    padding: 10px;
  }
  .ez-wrapper .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-choose-file span {
    margin-left: 0;
  }
  .ez-wrapper .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-filed.ez-time select {
    width: 47.8%;
  }
  .ez-wrapper .ez-form-settings .navbar-menu-wrapper #ez-main-nav {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .ez-input,
  .ez-textarea,
  .ez-select {
    font-size: 14px;
  }
  .ez-wrapper #sidebar {
    min-width: 270px;
    max-width: 270px;
  }
  .ez-wrapper .ez-form-settings .navbar-menu-wrapper #ez-main-nav li {
    height: 40px;
  }
  .ez-wrapper .ez-form-settings .navbar-menu-wrapper #ez-main-nav li .ez-button-white {
    padding: 0 15px;
  }
  .ez-wrapper .ez-form-settings .navbar-menu-wrapper #ez-main-nav li:last-child span {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .ez-wrapper .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .ez-choose-file .ez-file a {
    font-size: 14px;
  }
  .ez-wrapper .ez-form-settings .ez-page-body-wrapper .ez-bg-outer .ez-left-form .text-filed.ez-time select {
    width: 47.4%;
  }
  .ez-wrapper .ez-form-settings .navbar-menu-wrapper #ez-main-nav {
    width: 94%;
  }
}
@media (max-width: 768px) {
  /************dashboard**********/
  .ez-wrapper .ez-form-settings .navbar-menu-wrapper #ez-main-nav {
    width: 92%;
  }
  /*************Login***********/
  .ez-login .ez-login-leftside {
    max-width: 100%;
    flex: 1;
  }
  .ez-login .ez-rightside {
    display: none;
  }
}
@media (max-width: 767px) {
  .ez-login .ez-login-leftside .ez-leftside-inner {
    max-width: 90%;
  }
  .ez-login .ez-login-leftside .ez-leftside-inner {
    max-width: 90%;
    width: 90%;
  }
}
/**table row css**/
table.pvtTable tbody tr .second-span table {
  width: 100%;
}

table.pvtTable tbody tr td {
  text-align: center;
}

table.pvtTable tbody tr th.rowTitle,
table.pvtTable tbody tr td.rowListTitle {
  background: transparent;
  border: none;
  width: 50%;
}

table.pvtTable tbody tr td.rowListTitle ul {
  margin: 0px;
  padding: 0px;
}

table.pvtTable tbody tr td.rowListTitle ul li {
  list-style: none;
  text-align: right;
  border-bottom: 1px solid #eee;
}

.pvtVal ul {
  margin-bottom: 0px;
}

.pvtVal ul li {
  border-bottom: 1px solid #eee;
}

.pvtVal ul li:last-child,
table.pvtTable tbody tr td.rowListTitle ul li {
  border-bottom: none;
}

.ez_popup_outer .ez_popup .file-upload-btn {
  height: 46px;
}

.ez_popup_outer .ez_popup .file-upload-btn span {
  font-weight: 600;
  text-transform: uppercase;
}

.file-upload-btn span.spinner {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #63f56f;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  position: absolute;
  right: 10px;
  z-index: 99;
  top: 13px;
}

.loader-button {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #63f56f;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  position: absolute;
  right: 10px;
  z-index: 99;
  top: 10px;
  left: 10px;
}

.select-search-box {
  width: 84%;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  margin-right: 20px;
}

.select-search-box--multiple {
  border-radius: 4px;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.select-search-box::after {
  font-family: fontawesome;
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  line-height: 50px;
  color: #222f3e;
  z-index: 1;
}

.select-search-box--multiple::after,
.select-search-box--focus::after {
  content: "\f002";
}

.select-search-box__icon--disabled::after {
  content: none;
}

.select-search-box--input::after {
  display: none;
}

.select-search-box__out {
  display: none;
}

.select-search-box__search {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
  padding: 0 20px;
  color: #222f3e;
  -webkit-appearance: none;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 50px;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

input.select-search-box__search {
  line-height: 1;
  border: 1px solid #ddd;
  box-shadow: inherit;
}

.select-search-box--multiple .select-search-box__search {
  box-shadow: none;
}

.select-search-box--input .select-search-box__search {
  cursor: text;
}

.select-search-box__search:focus {
  cursor: text;
}

.select-search-box__search--placeholder {
  font-style: italic;
  font-weight: normal;
}

.select-search-box input::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
  font-weight: normal;
}

.select-search-box input::-moz-placeholder {
  color: #ccc;
  font-style: italic;
  font-weight: normal;
}

.select-search-box input:-moz-placeholder {
  color: #ccc;
  font-style: italic;
  font-weight: normal;
}

.select-search-box input:-ms-input-placeholder {
  color: #ccc;
  font-style: italic;
  font-weight: normal;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.select-search-box__select {
  display: none;
  position: absolute;
  top: 50px;
  left: 10px;
  right: 0;
  background: #fff;
  border-radius: 4px;
  overflow: auto;
  z-index: 100;
  min-height: 49px;
  border: 1px solid #ddd;
  border-top: 0;
}

.select-search-box--multiple .select-search-box__select {
  display: block;
  position: static;
  border-top: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
}

.select-search-box__select--display {
  display: block;
}

.select-search-box__option {
  font-size: 16px;
  font-weight: 400;
  color: #616b74;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}

.select-search-box__option:first-child {
  border-top: none;
}

.select-search-box__option--hover,
.select-search-box__option:hover {
  background: #f4f7fa;
}

.select-search-box__option--selected {
  background: #54a0ff;
  color: #fff;
  border-top-color: #2184ff;
}

.select-search-box__option--selected:hover,
.select-search-box__option--selected.select-search-box__option--hover {
  background: #2184ff;
  color: #fff;
  border-top-color: #2184ff;
}

.select-search-box__group {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  position: relative;
}

.select-search-box__group-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.ez-button-add {
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 13px 11px;
  border-radius: 3px;
  font-size: 18px;
  background: #4393f9;
  display: inline-block;
  text-align: center;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ez-hidden-button {
  display: none;
}

.clear_activity {
  border-bottom: 1px solid #ddd;
  padding: 8px 10px;
  background: #e8f4ff;
}

.clear_activity button {
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  font-weight: 600;
  text-align: right;
  width: 100%;
}

.ez-delete-activity {
  display: inline-block;
}

.dropdown-content.empty {
  overflow: hidden;
}

.ant-modal.modal2 .ant-btn-primary {
  display: none;
}

.modal-main {
  width: 100%;
  height: 100%;
}

.modal-main .modal-content {
  padding: 0px;
  border-radius: 0;
  background: #fff;
  max-width: 500px;
  margin: 0 auto;
  transform: translateY(-50%);
  top: 50%;
}

.modal-main .modal-content h2 {
  margin-bottom: 0px;
  margin-top: 0;
}

.modal-inner {
  padding: 22px 20px;
}

.modal-main .modal-footer {
  padding: 20px;
}

.modal-main .modal-footer .btn-ok {
  background: #4393f9;
  display: inline-block;
  padding: 4px 22px;
  border-radius: 4px;
  color: #fff;
  margin-right: 10px;
}

.modal-main .modal-footer .btn-cancel {
  background: #f2f2f2;
  border: 1px solid #ccc;
  color: #333;
  padding: 6px 15px;
  border-radius: 5px;
}

.ReactModal__Content.ReactModal__Content--after-open {
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
  border-radius: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  border: none;
}

.ez-img-input img.ez-eye {
  width: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.reset_pass {
  max-width: 600px;
  text-align: left;
}

.reset_pass h2.ez-text-center {
  text-align: left;
}

.reset_pass p.ez-text-center {
  text-align: left;
}

.app .ez-page-full .ez-form-settings .forgot {
  max-width: 600px;
}

.app .ez-page-full .ez-form-settings .forgot a.ez-text-center.contact {
  display: none;
}

.app .ez-page-full .ez-form-settings .forgot .ez-button {
  width: auto;
}

.ez-user-table .react-bs-table .table-bordered tr td img {
  width: 20px;
  margin-right: 6px;
}

.ez-user-table .react-bs-table .table-bordered tr td button#ez-button-delete-Crosstab-Popup,
button#ez-button-crosstab-List-Popup {
  border: none;
  background: none;
}

.ez-user-table .react-bs-table .table-bordered tr td span.left-tooltip {
  position: absolute;
  z-index: 99;
  left: 0px;
  top: 31px;
  color: #fff;
  background: #4393f9;
  padding: 5px 10px;
  border-radius: 5px;
  display: none;
  width: 156px;
  text-align: center;
}

.ez-user-table .react-bs-table .table-bordered tr td li {
  text-align: center;
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.ez_popup .ez-top-margin.row_flex {
  display: flex;
  align-items: center;
}

.ez_popup .ez-top-margin.row_flex span {
  flex: 1;
}

.ez_popup .ez-top-margin.row_flex .text-field {
  width: auto;
}

.sect_flex {
  max-width: 540px;
  width: 100%;
}

.ez_popup .ez-top-margin.row_flex .text-field input {
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 43px;
  max-width: 127px;
  padding: 5px 10px;
}

.sect_flex_help {
  margin-left: 15px;
  cursor: pointer;
}

.ez-help-pop .ez_popup {
  max-width: 800px;
}

.ez-survey-table-header tr th:first-child {
  width: 25px;
}

.ez-survey-table-header tr th:nth-child(2) {
  width: 30%;
}

.ez-survey-table-header tr th:nth-child(3) {
  width: 23%;
}

.ez-survey-table-header tr th:nth-child(4) {
  width: 10%;
}

.react-bs-table .table-bordered > tbody > tr > td.survey_info_icon {
  width: 22px;
  cursor: pointer;
}

.react-bs-table .table-bordered > tbody > tr > td:nth-child(2) {
  width: 30%;
}

.react-bs-table .table-bordered > tbody > tr > td:nth-child(3) {
  width: 25%;
}

.react-bs-table .table-bordered > tbody > tr > td:nth-child(4) {
  width: 8.5%;
}

a.survey-info-toottip-main-container div {
  display: none;
  position: absolute;
  background: #4393f9;
  color: #fff;
  left: 38px;
  top: -12px;
  width: 400px;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  white-space: pre-wrap;
}

a.survey-info-toottip-main-container:hover div {
  display: block;
}

a.survey-info-toottip-main-container {
  position: relative;
}

#ez-txt-survey-code {
  text-transform: lowercase;
}

.filterCell {
  min-height: 100px;
}

.weightCell {
  height: 100px;
}

.variable-details-cell {
  width: 100%;
  height: 115px;
}

.tooltiptext-modal-inner {
  font-size: 10px;
}
.tooltiptext-modal-inner p {
  margin: 0 0 5px;
}

.workspace-loading {
  display: flex;
  justify-content: center;
  background: white;
  align-items: center;
  align-content: center;
  width: 100%;
}

.table_wrapper_right_loading {
  display: inline-block;
  margin-top: 4px;
}

INPUT[type=checkbox]:focus {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}

INPUT[type=checkbox] {
  background-color: #ddd;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: relative;
  top: 5px;
  margin-right: 7px;
}

INPUT[type=checkbox]:checked {
  background-color: #409fd6;
  background: #409fd6 url(data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==) 3px 3px no-repeat;
}

.ez-google_sheet_loader {
  margin: 35%;
}

.ez-button-disable {
  cursor: not-allowed;
  background: rgb(239, 239, 239);
}

.grabbing {
  cursor: default;
}

.non-grabbing {
  cursor: not-allowed;
}

.add-variable-button span.spinner {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #63f56f;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  position: absolute;
  right: 10px;
  z-index: 99;
  top: 13px;
}

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

.select-search-box__select {
  max-height: 322px;
}

.cell-header .right-section img {
  height: 20px;
}

.right-section {
  display: flex;
}

.cell-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 12px 10px;
  height: 46px;
}
.cell-header img {
  width: 18px;
}
.cell-header h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  display: flex;
}
.cell-header h3 img {
  margin-right: 4px;
}
.cell-header button {
  border: none;
  background: #fff;
}

.selected-dictionary {
  background: #b0cdf1;
}

.variable-dropdown {
  padding: 10px;
  width: 86%;
}

.ez-user-table .react-bs-table .table-bordered > tbody > tr > td:nth-child(1) {
  width: 14%;
}

.ez-user-table .react-bs-table .table-bordered > tbody > tr > td:nth-child(2) {
  width: 25%;
}

.ez-user-table .react-bs-table .table-bordered > tbody > tr > td:nth-child(3) {
  width: 25%;
}

.ez-user-table .react-bs-table .table-bordered > tbody > tr > td:nth-child(4) {
  width: 17%;
}

.ez-user-table .react-bs-table .table-bordered > thead > tr > th:nth-child(1) {
  border: none;
  width: 14%;
}

.ez-user-table .react-bs-table .table-bordered > thead > tr > th:nth-child(2) {
  border: none;
  width: 25%;
}

.ez-user-table .react-bs-table .table-bordered > thead > tr > th:nth-child(3) {
  border: none;
  width: 25%;
}

.ez-user-table .react-bs-table .table-bordered > thead > tr > th:nth-child(4) {
  border: none;
  width: 17%;
}

.resize {
  overflow: hidden;
  resize: vertical;
}

.resize::-webkit-resizer {
  background-image: url(/assets/images/arrow-resize.7b45b622e3f727854458.svg);
}

.resize::-moz-resize {
  background-image: url(/assets/images/arrow-resize.7b45b622e3f727854458.svg);
}

.left_panel {
  max-width: 1000px;
  width: 100%;
}

.row-and-column {
  display: flex;
  height: inherit;
}

.row-and-column .column-section {
  width: 50%;
  margin-right: 5px;
}

.row-and-column .row-section {
  width: 50%;
}

.resize::after {
  content: "•";
  resize: horizontal;
  bottom: 0;
  right: 0;
  cursor: e-resize;
  position: absolute;
  z-index: 9;
  width: 20px;
  height: 20px;
}

.show-weight-span {
  color: #4393f9;
  cursor: pointer;
  margin: 0;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ddd;
}

.show-weight-span .arrow {
  vertical-align: middle;
  margin-top: -5px;
}

.show-weight-span label {
  font-weight: 500;
  cursor: pointer;
  margin: 0;
}

.cell-defination {
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  height: 37px;
  padding-right: 7px;
}

.cell-defination input {
  border: 0px solid #ddd;
  height: 35px;
  padding-left: 10px;
  font-size: 13px;
}

.cell-defination input::placeholder {
  font-size: 14px;
  padding-left: 10px;
  color: #ddd;
}

.arrow {
  border: solid #4393f9;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.show-weight-span span {
  margin-left: 6px;
}

.variable-expression-popup h2 {
  height: 50px;
}

.survey_question_search input[type=text] {
  width: 100px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url(/assets/images/searchicon.37d6c742255819264e6f.png);
  background-position: 2px 4px;
  background-repeat: no-repeat;
  padding: 3px 3px 3px 18px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  font-size: 12px;
  background-size: 15px 15px;
  display: block;
  margin-bottom: 8px;
}

.header-search-btn {
  border: none;
  cursor: pointer;
  color: #fff;
  margin-left: 2px;
  border-radius: 3px;
  /* font-size: 18px; */
  background: #4393f9;
  display: inline-block;
  /* width: 100%; */
  text-align: center;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 24px;
  font-size: 12px;
  padding: 4px;
}

.search-variable-popup {
  height: 400px;
}

.search-variable-dropdown {
  padding: 10px;
  width: 100%;
}

.search-activity {
  padding-top: 10px;
  justify-content: flex-end;
  display: flex;
}

.variable-expression-popup .ez-input {
  width: 100%;
}

.cell-defination .text-field {
  width: 85%;
  position: relative;
  display: flex;
}

.cell-defination .text-field span {
  font-size: 11px;
  width: 100%;
}

.cell-defination .text-field .ez-error {
  padding-right: 2px;
  padding-left: 5px;
  /* overflow-y: scroll; */
  /* height: 44px; */
  position: absolute;
  width: 100%;
  top: 36px;
  background: white;
  /* display: inline-flex; */
  z-index: 999;
}

.cell-defination .text-field img {
  width: 11px;
}

.drived-variable-h4 span {
  width: 90%;
}

.drived-variable-h4 {
  display: flex;
  width: 70%;
  align-items: center;
  margin-right: 5px;
}

.drived-variable-h4 .react-contextmenu-wrapper {
  width: 90%;
}

.cell-header .left-section h3 {
  width: auto;
}

.dictinory-attr .higlight {
  background: #d9fffc;
}

@media screen and (max-width: 1366px) {
  .upload-survey-ez_popup_body {
    height: 450px;
    overflow: scroll;
  }
}
.new-cell-defination-dictionary-list {
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  background: white;
  min-height: 100px;
  height: 170px;
  z-index: 1000;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 2px;
}

@media screen and (max-width: 1366px) {
  .new-cell-defination-dictionary-list {
    width: 210px;
  }
  #dragbar {
    height: 250px;
    top: 150px;
  }
  .cell-header .left-section h3 {
    width: 50%;
  }
}
.dict-close-icon {
  background: #4393f9;
  color: #fff;
  padding-right: 9px;
  text-align: right;
  margin: 0;
  padding: 5px;
}

.dict-close-icon span {
  cursor: pointer;
}

.variable-expression-popup-body {
  height: 400px;
  max-height: 400px;
}

.new-cell-expresion-dictionary-list {
  overflow-y: scroll;
  position: absolute;
  width: 400px;
  background: white;
  min-height: 100px;
  height: 170px;
  z-index: 1000;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0px;
}

.variable-expression-activity-progress {
  padding-top: 10px;
}

.new-cell-defination-dictionary-list li h5:hover {
  background: #bcdcf5;
  cursor: pointer;
}

.inner_table_tree {
  display: flex;
  justify-content: start;
  flex-direction: row;
  align-items: center;
}

.no-variable-found {
  margin-top: 25%;
  color: red;
}

.new-cell-defination-dictionary-list .no-variable-found:hover {
  background: white;
}

#lengthWise {
  width: 20%;
  height: 3px;
  cursor: row-resize;
  background-color: #4393f9;
  padding: 1px;
  z-index: 1000;
}

#lengthWiseFilter {
  width: 20%;
  height: 3px;
  cursor: row-resize;
  background-color: #4393f9;
  padding: 1px;
  z-index: 1000;
}

#lengthWiseRowCol {
  width: 20%;
  height: 3px;
  cursor: row-resize;
  background-color: #4393f9;
  padding: 1px;
  z-index: 1000;
}

.high-manage-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-space-col-row {
  height: inherit;
  max-height: 600px;
}

.ResizePanel-module_ResizeHandleVertical__I0jId,
.ResizePanel-module_ResizeHandleHorizontal__PkS9u {
  border: 2px solid #4393f9;
}

.ResizePanel-module_ResizeHandleHorizontal__PkS9u > span,
.ResizePanel-module_ResizeHandleVertical__I0jId > span {
  color: #4393f9;
}

.expand .ResizePanel-module_ContainerHorizontal__1uF_- {
  width: 0%;
}

.expand .ResizePanel-module_ResizeBarHorizontal__3TBZ5 {
  display: none;
}

.manage-enterprise-internal-container {
  width: 100%;
}

ul.user-listing-1 li {
  list-style: none;
  padding: 5px 0 5px;
  border-bottom: 1px solid #ccc;
}

ul.user-listing-1 {
  margin: 0;
  padding: 0;
}

.icon1 i {
  margin: 2px 11px 5px 0;
  font-size: 20px;
  color: #4393f9;
}

.icon1 p {
  margin: 0 0 0 5px;
  font-size: 16px;
}

.icon1 p a {
  color: #222;
  font-weight: 500;
  text-decoration: none;
}

.icon1 {
  display: flex;
  align-items: center;
}

ul.sub-list li {
  background: #fbfbfb;
  border: none;
}

ul.sub-list {
  margin: 0;
  padding: 0;
}

ul.sub-list li {
  padding: 0;
  background: #4393f9;
  color: #fff;
}

ul.sub-list > li > .icon1 > i {
  color: #fff;
  padding: 0 7px;
  margin: 7px 0 9px;
}

ul.sub-list > li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

ul.sub-list-2 li i {
  color: #fff;
}

ul.sub-list-2 li .icon1 p a {
  color: #222;
}

ul.sub-list-2 li .icon1 i {
  color: #4393f9;
}

ul.sub-list-2 {
  margin: 0;
  padding: 0;
}

ul.sub-list-2 li {
  background: #fff;
  margin: 0;
  padding: 5px 0 0;
}

.icon1.icon-down i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

ul.sub-list-3-survay li {
  background: #fff;
}

ul.sub-list-3-survay {
  margin: 0;
  padding: 0px;
  background: #fff;
}

ul.sub-list-3-survay p a {
  margin: 8px 0 5px 6px;
  display: inline-block;
}

ul.sub-list-3-survay li {
  padding-top: 0;
}

.icon1.arrow-drection1 i {
  margin: 0 0 0 6px;
}

.inner-list-1 {
  padding: 3px 6px;
}

span.count-survey {
  display: inline-block;
  border: 2px solid #4393f9;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 100px;
  margin: 0 0 0 6px;
  padding: 1px 0 0 0;
  color: #222;
  font-weight: 600;
}

.icon1.arrow-drection1 img {
  margin-left: 5px;
}

a.cagegory-title:hover ul {
  display: block;
  position: absolute;
  width: 300px;
  border-radius: 8px;
  z-index: 999;
}

a.cagegory-title:hover ul li {
  border: none;
}

a.cagegory-title ul.status-info {
  display: none;
}

a.cagegory-title {
  position: relative;
}

a.cagegory-title ul.status-info li {
  background: none;
}

a.cagegory-title:hover ul.status-info {
  display: block;
}

a.cagegory-title ul.status-info {
  display: none;
  position: absolute;
  background: #4393f9;
  width: 320px;
  margin-left: 260px;
  padding: 8px 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.49);
}

a.cagegory-title ul.status-info li {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0;
}

a.cagegory-title ul.status-info li img {
  margin: 2px 4px;
  display: inline-block;
}

.manage-enterprise-internal-container {
  background: #fff;
  border: 1px solid #e6e6e6;
}

ul .sub-list-2 {
  border: 1px solid #e6e6e6;
  margin-left: 2%;
}

ul .sub-list-3-survay {
  border: 1px solid #e6e6e6;
  margin: 0.3% 0.3% 0.3% 2%;
}

ul .sub-list-4-cross-tab {
  border: 1px solid #e6e6e6;
  margin: 0.3% 0.3% 0.3% 2%;
}

.enterprise-title-section {
  display: flex;
}

.icon1 p,
.icon1 img {
  cursor: pointer;
}

.manage-eterprise-inner-section {
  width: 100%;
  display: flex;
}

.manage-eterprise-inner-section .ez-google_sheet iframe {
  height: 85vh;
  width: 100%;
}

.enterprise-crosstab-section {
  display: flex;
  flex-direction: column;
}

.manage-enterprise-acrosstab-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.manage-enterprise-acrosstab-actions label {
  color: #4393f9;
  padding: 5px;
  padding-top: 0px;
  cursor: pointer;
}

.list-arrow-icon {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.enterprise-list-icons {
  height: 20px;
  width: 20px;
}

.manage-eterprise-inner-section .react-contextmenu-item {
  padding: 3px 4px;
}

.manage-eterprise-inner-section .react-contextmenu-item:hover {
  background-color: white;
  color: #4393f9;
}

.react-contextmenu-item .enterprise-list-icons {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

ul.user-listing-1 li:last-child {
  border: none;
}

.ResizePanel-module_ResizeBarHorizontal__3TBZ5 {
  justify-content: end;
  pointer-events: none;
}

.ResizePanel-module_ResizeHandleHorizontal__PkS9u {
  pointer-events: auto;
}

.add-directory-section {
  width: 92%;
  padding-top: 10px;
}
.add-directory-section p span {
  color: #848484;
  font-weight: 300;
  display: inline-block;
  font-size: 16px;
}
.add-directory-section p a {
  cursor: pointer;
}
.add-directory-section p a span {
  color: #4393f9;
}

#save-geometry-button {
  display: none;
  width: 30%;
  padding: 9px 5px;
  margin-right: 10px;
  font-size: 13px;
}

.save-geometry-button-wrapper {
  width: 100%;
  padding-top: 4px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.logo_enterprise img {
  width: 70px;
}

.new-cell-expresion-dictionary-list h5 {
  cursor: pointer;
}

.react-contextmenu-wrapper span,
.inner_table_tree span {
  text-transform: none;
}

.survey_question_search {
  display: flex;
}

.survey_question_search input {
  height: 24px;
}

.ez-statistics-variable .text-field label {
  font-weight: 600;
}

.text-radio-field span {
  font-weight: 600;
  display: flex;
}

.ez-statistics-variable .text-radio-field label {
  font-weight: 300;
}

.text-radio-field input {
  margin-right: 3px;
  margin-left: 6px;
}

.text-drop-down .variable-dropdown {
  padding: 0px;
  width: 40%;
}

.text-drop-down,
.text-radio-field {
  padding: 10px 0px;
}

.define-values-of-calculations span {
  font-weight: 600;
}
.define-values-of-calculations .values {
  display: flex;
}
.define-values-of-calculations .values .survey-values,
.define-values-of-calculations .values .define-values {
  width: 50%;
}
.define-values-of-calculations .values .survey-values input,
.define-values-of-calculations .values .define-values input {
  width: 20%;
}

.settings-heading-my-profile {
  border-top: 1px solid #c2bebe;
}

.ez-profile-page label {
  font-weight: 300;
}

.ez-profile-page button {
  margin-left: 0px;
}

.inner_table_tree input {
  width: 15px;
  height: 16px;
  top: 0px;
  margin-right: 5px;
  margin-top: 0px;
}

.select-all-checkbox {
  background-color: white;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 0 15px;
  height: 27px;
}

.select-all-checkbox label {
  font-weight: 300;
}

.table_wrapper_right .pvtUi.right_crosstab_table .weightCell {
  border-top: 1px solid #ddd;
}

.add-directory-section .directory-name {
  padding-top: 20px;
}

.find-string-input Input,
.replace-with-string Input {
  height: 35px;
}

.cell-defination .ez-error {
  border: 1px solid #4393f9;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.cell-defination .ez-error-cross {
  color: #4393f9;
  width: 100%;
  padding-left: 90%;
  font-weight: 300;
  cursor: pointer;
  height: 21px;
  border-bottom: 1px solid #4393f9;
}

.draggablePopup .draggablePopupHeader {
  cursor: move;
}

.inner_table_tree .active-check-box {
  background-color: #409fd6;
}

.modal-content .delete-popup {
  display: block;
}

.place-loader-center {
  position: absolute;
  z-index: 1;
}

.add-shadow-loader {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.search-variables-list {
  font-size: 10px;
}

.disable-event {
  pointer-events: none;
  opacity: 0.8;
  backdrop-filter: blur(15px);
}

.app .ez-wrapper {
  flex-wrap: wrap;
}

.ResizePanel-module_ContainerVertical__1_kb6.ResizePanel-module_Container__2HTOj h3 span {
  white-space: nowrap;
}

.react-bs-table .table-bordered > tbody > tr > td div {
  white-space: normal;
}

.tab-content .fade {
  opacity: 1;
}

.react-bs-table .table-bordered > tbody > tr > td {
  border: none;
  width: auto;
  white-space: normal;
}

.dictinory-attr .e-checkbox-wrapper {
  display: none;
}

.tree-control_wrapper {
  max-width: 500px;
  margin: auto;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.close-icon::before {
  content: "\e7a7";
}

.e-treeview .e-list-text {
  width: 100%;
}

.e-treeview.e-fullrow-wrap .e-text-content {
  pointer-events: none;
}

.control-pane {
  height: 100%;
}

.control-section {
  height: 100%;
}

.control_wrapper {
  height: 100%;
}

.right_crosstab_table .e-treeview > .e-ul {
  overflow: visible;
  padding-bottom: 20px;
  padding-left: 0;
}

.right_crosstab_table .e-treeview {
  overflow: unset;
}

.right_crosstab_table .e-text-content .close-icon {
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
  margin-left: 5px;
}

.hidden-boxes {
  display: none;
}

.right_crosstab_table .e-treeview {
  max-height: 212px;
}

#tree {
  overflow: auto;
}

.maintree-block {
  overflow: auto;
  height: calc(100% - 160px);
  position: absolute;
  width: 94%;
}

.mainrow-block,
.maincolumn-block {
  overflow: auto;
  height: 100%;
  weight: 100%;
}

.table_wrapper_right .pvtUi.right_crosstab_table .pvtRows,
.table_wrapper_right .pvtUi.right_crosstab_table .pvtColumns {
  padding: 0 0 0 10px;
  height: calc(100% - 50px);
}

#maintree.e-treeview .e-list-img {
  width: 25px;
  height: 25px;
}

#maintree.e-treeview .e-list-icon.directory {
  background-repeat: round;
  background-image: url(/assets/images/folder.0568b585187994795830.png);
  width: 16px;
  height: 16px;
}

#maintree.e-treeview .e-list-icon.variable {
  background-repeat: round;
  background-image: url(/assets/images/variable-icon.fe96bb8032e2614a8eb1.svg);
  width: 16px;
  height: 16px;
}

#maintree.e-treeview .e-list-icon.string {
  background-repeat: round;
  background-image: url(/assets/images/string-variable-icon.9b84f3a5eaff20ec08d5.svg);
  width: 16px;
  height: 16px;
}

#treecolumns.e-treeview .e-list-img {
  width: 25px;
  height: 25px;
}

#treecolumns.e-treeview .e-list-icon.directory {
  background-repeat: round;
  background-image: url(/assets/images/folder.0568b585187994795830.png);
  width: 16px;
  height: 16px;
}

#treecolumns.e-treeview .e-list-icon.variable {
  background-repeat: round;
  background-image: url(/assets/images/variable-icon.fe96bb8032e2614a8eb1.svg);
  width: 16px;
  height: 16px;
}

#treecolumns.e-treeview .e-list-icon.string {
  background-repeat: round;
  background-image: url(/assets/images/string-variable-icon.9b84f3a5eaff20ec08d5.svg);
  width: 16px;
  height: 16px;
}

#treerows.e-treeview .e-list-img {
  width: 25px;
  height: 25px;
}

#treerows.e-treeview .e-list-icon.directory {
  background-repeat: round;
  background-image: url(/assets/images/folder.0568b585187994795830.png);
  width: 16px;
  height: 16px;
}

#treerows.e-treeview .e-list-icon.variable {
  background-repeat: round;
  background-image: url(/assets/images/variable-icon.fe96bb8032e2614a8eb1.svg);
  width: 16px;
  height: 16px;
}

#treerows.e-treeview .e-list-icon.string {
  background-repeat: round;
  background-image: url(/assets/images/string-variable-icon.9b84f3a5eaff20ec08d5.svg);
  width: 16px;
  height: 16px;
}

#treefilters.e-treeview .e-list-img {
  width: 25px;
  height: 25px;
}

#treefilters.e-treeview .e-list-icon.directory {
  background-repeat: round;
  background-image: url(/assets/images/folder.0568b585187994795830.png);
  width: 16px;
  height: 16px;
}

#treefilters.e-treeview .e-list-icon.variable {
  background-repeat: round;
  background-image: url(/assets/images/variable-icon.fe96bb8032e2614a8eb1.svg);
  width: 16px;
  height: 16px;
}

#treefilters.e-treeview .e-list-icon.string {
  background-repeat: round;
  background-image: url(/assets/images/string-variable-icon.9b84f3a5eaff20ec08d5.svg);
  width: 16px;
  height: 16px;
}

.e-treeview > .e-ul {
  overflow: hidden;
}

.table_wrapper_right .pvtUi.right_crosstab_table .pvtAxisContainer {
  overflow: auto;
}

.scroll-x {
  overflow: auto;
}

.mainrow-block,
.maincolumn-block {
  overflow: unset;
}

.table_wrapper_right .pvtUi.right_crosstab_table .treefilters-data {
  height: 150px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #ddd;
  overflow: scroll;
}

.in-queue {
  display: flex;
}

.in-queue img {
  width: 40px;
  height: 40px;
}

.in-queue p {
  text-align: justify;
}

.e-text-content .e-list-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 84%;
}

.e-treeview.e-drag-item {
  background-color: #eee;
  max-width: 160px;
}

.e-treeview.e-drag-item .e-text-content {
  float: left;
  width: 100px;
}

.new-cell-defination-dictionary-list .search-child {
  padding-left: 10px;
}

.new-cell-defination-dictionary-list .search-variables-list {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.crosstab-list-popup {
  height: 400px;
}
