body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree-default {
  width: 255px;
  float: left;
  margin: 0;
  border: 1px solid gray;
  background: #ffffff;
  overflow: auto;
  font-size: 10px;
  font-family: Verdana;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree-default li {
  background-image: url(https://old.static.jstree.com/v.1.0pre/themes/default/d.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: -90px 0;
  background-repeat: repeat-y;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree-default i {
  background-image: url(https://old.static.jstree.com/v.1.0pre/themes/default/d.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree-default .jstree-open > i {
  background-position: -72px 0;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree-default .jstree-checkbox {
  background-position: -2px -19px;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree-default .jstree-clicked .jstree-checkbox {
  background-position: -38px -19px;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree ul {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  display: block;
  min-height: 18px;
  line-height: 18px;
  white-space: nowrap;
  margin-left: 18px;
  min-width: 18px;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree > ul > li {
  margin-left: 0px;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree i {
  display: inline-block;
  text-decoration: none;
  width: 18px;
  height: 18px;
  margin: 0 0 0 0;
  padding: 0;
  background-image: url(https://old.static.jstree.com/v.1.0pre/themes/default/d.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree a {
  display: inline-block;
  line-height: 16px;
  height: 16px;
  color: #000000;
  white-space: nowrap;
  text-decoration: none;
  padding: 1px 2px;
  margin: 0;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree a > i {
  height: 16px;
  width: 16px;
}
body.account .aw-ca-role-create .fieldset-wrapper .fieldset .field .control .jstree-ocl {
  display: inline-block;
  text-decoration: none;
  width: 18px;
  height: 18px;
  margin: 0 0 0 0;
  padding: 0;
  background-image: url(https://old.static.jstree.com/v.1.0pre/themes/default/d.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
body.account .aw-ca-role-create button {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  height: 40px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 36px;
  background-color: transparent;
  font-family: "Poppins";
  margin-top: 20px;
}
body.account .aw-ca-role-create button.action.primary {
  color: #ffffff;
  border: 2px solid #000000;
  background-color: #000000;
}
body.account .aw-ca-role-create button.action.primary:hover {
  border: 2px solid #fc4c02 !important;
  background-color: #fc4c02 !important;
}
