.region-container {
  padding-bottom: 4px;
  padding-left: 5%;
  width: 96%;
  color: #666;
  cursor: pointer; }

.region-container .region-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.region-container .region-button .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  margin-right: 10px; }

.region-container .region-button .wrapper .arrow-container {
  position: relative; }

.region-container .region-button .wrapper .arrow-container .arrow-down {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #666;
  position: absolute;
  width: 0;
  height: 0;
  top: 23px;
  right: 0;
  left: 25px; }

.region-container .region-button .wrapper p {
  text-transform: lowercase;
  font-size: 16px;
  color: #666;
  padding-left: 45px;
  text-transform: capitalize;
  text-align: left; }

.region-container .region-button .region-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

.region-container .region-button .region-clear p {
  text-transform: lowercase;
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
  color: #1890ff; }

.region-container .region-button .region-clear p:hover {
  font-weight: bold; }

.region-container .show-regions {
  position: absolute;
  top: 43px;
  margin-left: 0;
  z-index: 10;
  width: auto;
  background-color: #FFF;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: auto;
  right: -15px;
  border: 1px solid #d9d9d9;
  padding: 10px 40px 15px 15px;
  border-radius: 5px;
  z-index: 10;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  display: inline-block; }

.region-container .show-regions .region-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px; }

.region-container .show-regions .region-footer .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  border-radius: 5px;
  margin-right: 5px; }

.react-checkbox-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 16px;
  color: #555;
  font-family: Arial, sans-serif;
  font-weight: 300;
  padding-top: 10px; }

.react-checkbox-tree > ol {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.react-checkbox-tree > ol .rct-node-parent {
  padding-bottom: 10px; }

.react-checkbox-tree ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }

.react-checkbox-tree ol ol {
  padding-left: 24px;
  padding-top: 5px;
  padding-bottom: 5px; }

.react-checkbox-tree button {
  line-height: normal;
  color: inherit; }

.react-checkbox-tree button:focus {
  outline: none; }

.react-checkbox-tree button:disabled {
  cursor: not-allowed; }

.react-checkbox-tree .rct-bare-label {
  cursor: default; }

.react-checkbox-tree label {
  margin-bottom: 0;
  cursor: pointer; }

.react-checkbox-tree label:hover {
  background: rgba(255, 255, 255, 0.1); }

.react-checkbox-tree label:active {
  background: rgba(255, 255, 255, 0.15); }

.react-checkbox-tree:not(.rct-native-display) input {
  display: none; }

.react-checkbox-tree.rct-native-display input {
  margin: 0 5px; }

.react-checkbox-tree .rct-icon {
  font-family: "FontAwesome";
  font-style: normal; }

.rct-disabled > .rct-text > label {
  opacity: .75;
  cursor: not-allowed; }

.rct-disabled > .rct-text > label:hover {
  background: transparent; }

.rct-disabled > .rct-text > label:active {
  background: transparent; }

.rct-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.rct-options {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: .5rem;
  text-align: right; }

.rct-option {
  opacity: .75;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0 4px;
  font-size: 18px; }

.rct-option:hover {
  opacity: 1; }

.rct-option + .rct-option {
  margin-left: 2px; }

.rct-collapse,
.rct-checkbox,
.rct-node-icon {
  padding: 0 5px; }

.rct-collapse *, .rct-checkbox *, .rct-node-icon * {
  display: inline-block;
  margin: 0;
  width: 14px; }

.rct-collapse {
  border: 0;
  background: none;
  line-height: normal;
  color: inherit;
  font-size: 12px; }

.rct-collapse.rct-collapse-btn {
  cursor: pointer; }

.rct-collapse > .rct-icon-expand-close {
  opacity: .5; }

.rct-collapse > .rct-icon-expand-close:hover {
  opacity: 1; }

.rct-native-display .rct-checkbox {
  display: none; }

.rct-node-clickable {
  cursor: pointer; }

.rct-node-clickable:hover {
  background: rgba(151, 151, 151, 0.1); }

.rct-node-clickable:focus {
  outline: 0;
  background: rgba(151, 151, 151, 0.2); }

.rct-node-icon {
  color: #fff; }

.rct-title {
  padding: 0 5px; }

.rct-title .parent-text {
  font-weight: bold; }

.rct-title .children-text {
  padding-top: 7px;
  padding-bottom: 7px; }

.rct-node-leaf {
  line-height: 37px; }

.rct-node-leaf .rct-text > label {
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: inline-block;
  white-space: nowrap;
  text-align: left; }

.rct-node-leaf .rct-text > label:hover {
  background: #E7E7E7; }

.rct-icon-expand-close::before {
  content: "\F054"; }

.rct-icon-expand-open::before {
  content: "\F078"; }

.rct-icon-uncheck::before {
  content: "\F096"; }

.rct-icon-check::before {
  content: "\F046"; }

.rct-icon-half-check::before {
  opacity: .5;
  content: "\F046"; }

.rct-icon-leaf::before {
  content: "\F016"; }

.rct-icon-parent-open::before {
  content: "\F115"; }

.rct-icon-parent-close::before {
  content: "\F114"; }

.rct-icon-expand-all::before {
  content: "\F0FE"; }

.rct-icon-collapse-all::before {
  content: "\F146"; }

