@charset "utf-8";

/* ELEMENT */
* {
  -webkit-appearance: none;
}
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  background-color: #f5f7fa;
}
body {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline;
}
input,
select,
textarea {
  background-color: #f4f4f4;
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  background-color: #eff9ff;
  box-shadow: none;
  outline: none;
}
input:checked ~ span.set-color {
  background: #7dc500;
}
input:checked ~ span.set-color2 {
  background: #5d9cec;
}
input:checked ~ span.set-color3 {
  background: #f1c40f;
}
select {
  min-width: 70px !important;
}
select#query-division,
select#query-operational-end,
select#query-client-operational-end,
select#query-job-location {
  min-width: 70px !important;
  color: #5c5c5c;
  padding: 1px 10px;
  box-shadow: none;
  background-color: #f4f4f4;
  border: 1px #eae4e4 solid;
  border-radius: 3px; /* CSS3 */
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari,Chrome */
}
#query-account-name,
#query-role-name,
#query-company-order,
#query-start,
#query-end,
#query-operational-start,
#query-operational-end {
  min-width: 70px !important;
  color: #5c5c5c;
  padding: 1px 10px;
  box-shadow: none;
  background-color: #f4f4f4;
  border: 1px #eae4e4 solid;
  border-radius: 3px; /* CSS3 */
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari,Chrome */
}

/* ID */

/* user */
#ul-user2 > li,
#ul-user2-client > li,
#ul-user2-regular > li,
#ul-user2-mydata > li {
  width: 1556px;
  min-width: 100%;
}
#ul-account > li {
  width: 1280px;
  min-width: 100%;
}
#ul-manager-user-admin > li,
#ul-manager-user-client > li,
#ul-master-skill > li,
#ul-master-certificate > li,
#ul-master-occupation > li,
[id^="ul-update-setting"] > li {
  min-width: 100%;
}
[id^="ul-update-setting"] .setting-select-item {
  display: inline-block;
  margin: 0 0 0 307px;
}
[id^="ul-update-setting"] .setting-select-item div {
  margin: 0 5px 0 20px;
}
[id^="ul-update-setting"] label {
  cursor: pointer;
}

#ul-manager-user-admin .thumbnail-list,
#ul-manager-user-client .thumbnail-list,
#ul-master-skill .thumbnail-list,
#ul-master-certificate .thumbnail-list,
#ul-master-occupation .thumbnail-list {
  height: 30px;
}

#ul-master-skill > li {
  margin: 0;
  padding: 0;
}

#ul-master-skill .thumbnail-list {
  padding-top: -20px;
  height: 100%;
}

[id^="ul-update-setting"] .thumbnail-list {
  padding: 10px 0;
  height: 100%;
}

#ul-user2 hr,
#ul-user2-client hr,
#ul-user2-regular hr,
#ul-user2-mydata hr,
#ul-account hr,
#ul-manager-user-admin hr,
#ul-manager-user-client hr,
#ul-master-skill hr,
#ul-master-certificate hr,
#ul-master-occupation hr,
[id^="ul-update-setting"] hr {
  margin: 0;
}
#account-name {
  font-size: 13px;
  color: #757575;
  cursor: pointer;
}
#label-point {
  color: #f1c40f;
  font-size: 15px;
}
#point {
  color: #f1c40f;
  font-size: 24px;
}
#mini-point {
  display: none;
  text-align: center;
  color: #f1c40f;
  font-size: 12px;
}

/* auth */
#skill-approval-notice {
  display: none;
}
#admin-message {
  font-size: 14px;
  margin: 0 0 15px 0;
  padding: 5px;
  color: #777777;
  background-color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
#reset-title {
  color: #919191;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
#register-admin-form {
  margin: 0;
  padding: 0;
}
#login-logout-message {
  margin: 0 0 20px 0;
  padding: 1px 0 0 0;
  background-color: #7dc500;
  color: #fff;
  border-radius: 3px; /* CSS3 */
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari,Chrome */
}
#login-error-message {
  margin: 0 0 20px 0;
  padding: 1px 0 0 0;
  background-color: #f95864;
  color: #fff;
  border-radius: 3px; /* CSS3 */
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari,Chrome */
}
#newpassword-message,
#role-name {
  margin: 0 0 25px 0;
  padding: 1px 0 0 0;
  background-color: #7dc500;
  color: #fff;
  border-radius: 3px; /* CSS3 */
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari,Chrome */
}
#skill-approved-message {
  margin: 20px 0 30px 0;
}

/* survey */
#survey-delete {
  background-color: #f95864;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 12px;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  display: none;
}
#update-survey-submit {
  display: none;
}

#create-question-submit {
  display: none;
}
#create-survey-submit {
  display: none;
}
#question-list input,
#question-list textarea {
  width: 110px;
}
#question-submit {
  display: none;
}
#question-delete {
  cursor: pointer;
}
#question-form input[type="radio"],
#question-form input[type="checkbox"],
#mental-form input[type="radio"],
#mental-form input[type="checkbox"],
#motivation-form input[type="radio"],
#motivation-form input[type="checkbox"] {
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* button */
#user-delete,
#skill-delete,
#skill-modify,
#certificate-modify,
#certificate-delete,
#experience-detail,
#experience-modify,
#experience-delete,
#portfolio-modify,
#portfolio-delete,
#training-detail,
#training-modify,
#training-delete,
#evaluate-detail,
#evaluate-modify,
#evaluate-delete {
  cursor: pointer;
}

/* etc */
#skill-list tr td:nth-child(3),
#skill-list tr td:nth-child(4) {
  font-size: 14px;
  color: #0090bc;
  display: table-cell;
  vertical-align: middle;
}
#skill-cancel,
#certificate-cancel,
#experience-cancel,
#portfolio-cancel,
#training-cancel,
#evaluate-cancel {
  display: none;
}
#ul-user,
#ul-user2,
#ul-user-regular,
#ul-user2-client,
#ul-user2-regular,
#ul-user2-mydata,
#ul-account,
#ul-manager-user-admin,
#ul-manager-user-client,
#ul-evaluate,
#ul-master-skill,
#ul-master-certificate,
#ul-master-occupation,
#ul-skill-map {
  list-style: none;
  margin: 12px 0;
  padding: 0;
  display: none;
  width: 100%;
  overflow-y: hidden;
}
[id^="ul-update-setting"] {
  list-style: none;
}
#ul-project,
#ul-project-regular,
#ul-project-client {
  list-style: none;
  margin: 12px 0;
  padding: 0;
  display: none;
}
#ul-project-regular .thumbnail {
  cursor: default;
}
#ul-project-public {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: none;
}
#project-member {
  padding: 0 10px;
  list-style: none;
}
#motivation-submit {
  display: none;
}
#sortable tr:hover {
  /*cursor: move;*/
}
#add-user-csv-list {
  font-size: 11px;
  width: 4000px;
  min-width: 3000px;
}
#plan-table {
  margin: 0 20px;
  border-collapse: separate;
  border-spacing: 0 20px;
}
#plan-notice-table {
  margin: 0 20px;
  border-collapse: separate;
  border-spacing: 20px 20px;
}
#payjp_checkout_box {
  margin: 0 0 20px 32px;
}
#change-plan {
  cursor: pointer;
  text-decoration: underline;
}
#plan-submit {
  margin: 0 0 32px 32px;
  display: none;
}
#cancellation {
  cursor: pointer;
}

/* sort */
#sort-box,
#statistic-box {
  margin: 0 0 15px 7px;
  /*text-align: center;*/
}
#search-box-user2 {
  margin-bottom: -15px;
  /*text-align: center;*/
}
.filter-box {
  margin: 0 0 15px 7px;
}
.filter-box .tab-filter {
  text-align: left !important;
}
.filter-box hr {
  margin-top: 3px !important;
  margin-bottom: 0px !important;
}
.filter-box .form-group {
  margin-bottom: 7px !important;
}
#sorting-name,
#sorting-hireday,
#sorting-birthday,
#sorting-number,
#sorting-name-regular,
#sorting-hireday-regular,
#sorting-birthday-regular,
#sorting-number-regular,
#sorting-name2,
#sorting-hireday2,
#sorting-birthday2,
#sorting-number2,
#sorting-name2-regular,
#sorting-hireday2-regular,
#sorting-birthday2-regular,
#sorting-number2-regular,
#sorting-name2-client,
#sorting-hireday2-client,
#sorting-birthday2-client,
#sorting-operational-start2-client,
#sorting-operational-end2-client,
#sorting-number2-client,
#sorting-acc-project,
#sorting-acc-request,
#sorting-acc-active,
#sorting-acc-none-active,
#sorting-operational-start2,
#sorting-monthly-unit-price2,
#sorting-total-member {
  margin: 0 10px;
  cursor: pointer;
  color: #00b3ea;
}
#sorting-clear,
#sorting-clear-regular,
#sorting-clear2,
#sorting-clear2-regular,
#sorting-clear2-client {
  margin: 0 20px 0 0;
  cursor: pointer;
  color: #00b3ea;
}
#description-division,
#description-operational-end {
  margin: 0 0 0 20px;
  color: #5c5c5c;
}
#add-list-child-account div {
  margin: 4px 2px 5px 0;
  bottom: 1px;
}

/* CLASS */

.mt-30 {
  margin-top: 30px;
}
.nav-bar-account-name {
  pointer-events: none;
}

.content-header {
  margin-top: 10px;
}

/* user */

.role-select {
  margin: 15px 0 0 0;
}
.role-select-area {
  margin: 10px 0 30px;
}
.role-select-radio {
  margin: 0 20px 0 0;
}
.mini-point {
  display: none;
  text-align: center;
  font-size: 12px;
}
.user-line {
  background-color: #00b3ea;
  height: 3px;
  margin: 0 0 7px 0;
}
.user-kana {
  color: #757575;
  font-size: 14px;
  margin: 0;
}

.user-role {
  color: #adadad;
  font-size: 15px;
  font-weight: bold;
}
.modal-user-list {
  padding: 0 15px;
}
.modal-user-add {
  margin-top: 20px;
}
.user-col-left {
  color: #757575;
  border-right: 1px solid #fff;
}
.user-col-right {
  color: #757575;
  border-left: 1px solid #fff;
}
.user-col {
  color: #757575;
}
.user-cell {
  color: #222d32;
  font-size: 13px;
  padding: 0;
  margin: 0 0 4px 0;
}
.user-box,
.account-box,
.user-admin-box,
.user-client-box,
.master-name-box {
  padding: 4px;
}
.user-box hr,
.user-admin-box hr,
.user-client-box hr,
.master-name-box hr {
  padding: 0;
  margin: 0;
}
.user-client-box {
  width: 300px;
}
.none-events {
  pointer-events: none;
  font-weight: bold;
  color: #326ae3;
}

.row-user-appeal,
.row-user-note {
  max-width: 85%;
  margin: 0 auto;
}
.user-appeal,
.user-note {
  display: inline-block;
  text-align: left;
}
.row-user-portfolio {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.user-portfolio {
  display: inline-block;
  text-align: left;
}
.thumbnail .thumbnail-image {
  background-color: #f7f7f7;
  padding: 4px 0;
}
.thumbnail .thumbnail-image > img {
  z-index: 5;
  height: 100px;
  width: 100px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}
.sweet-alert .thumbnail-image > img {
  z-index: 5;
  height: 100px;
  width: 100px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.thumbnail .user-indicator {
  background-color: #00b3ea;
  height: 2px;
}
.thumbnail .user-name {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  vertical-align: top;
}
.thumbnail .user-division {
  color: #757575;
  font-size: 12px;
  margin: 0;
}
.thumbnail .user-position {
  color: #757575;
  font-size: 12px;
  margin: 0;
}
.thumbnail .thumbnail-project-image > img {
  z-index: 5;
  height: 70px;
  width: 70px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}
.thumbnail-list {
  display: block;
  /*padding: 5px;*/
  /*background-color: #F7F7F7;*/
  cursor: pointer;
  text-align: left;
  margin: -1px;
}
.thumbnail-list:hover {
  background-color: #f7f7f7;
}
.thumbnail-list .user-row,
.thumbnail-list .user-type,
.thumbnail-list .user-min-monthly-fee {
  display: inline-block;
  width: 100px;
}
.thumbnail-list .user-active-flg {
  display: inline-block;
  width: 80px;
}
.thumbnail-list .user-number {
  display: inline-block;
  width: 75px;
  margin: 0 0 0 20px;
}
.thumbnail-list .user-name {
  display: inline-block;
  width: 150px;
}
.top {
  vertical-align: top;
}
.thumbnail-list .user-skill,
.thumbnail-list .user-operational-time-range,
.thumbnail-list .user-job-type,
.thumbnail-list .user-division {
  display: inline-block;
  width: 200px;
}
.thumbnail-list .request-proposal,
.thumbnail-list .user-request-proposal {
  display: inline-block;
  width: 150px;
}
.thumbnail-list .account-name {
  display: inline-block;
  width: 250px;
}
.thumbnail-list .user-position {
  display: inline-block;
  width: 150px;
}
.thumbnail-list .user-checkbox {
  /*display: inline-block;*/
  float: right;
  margin: 5px 10px 0 0;
}
.thumbnail-list img {
  /*z-index: 5;*/
  height: 30px;
  width: 30px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  margin: 0 10px 0 0;
  /*display: none;*/
}
.thumbnail-list .account-canceled {
  font-weight: bold;
  color: #00b3ea;
  display: inline-block;
  width: 100px;
}
.thumbnail-list .account-member {
  display: inline-block;
  width: calc(100% - 800px);
}
.thumbnail-list .account-request {
  display: inline-block;
}
.years-meter {
  margin: 0 0 0 55px;
  position: relative;
  top: -2px;
}
.self-assessment-meter {
  margin: 0 0 0 55px;
  position: relative;
  top: -2px;
}
.thermometer-outer {
  background: #adadad;
  border-radius: 1px;
}
.thermometer-outer-h {
  height: 0px;
  width: 100%;
}
.thermometer-outer-v {
  height: 200px;
  width: 20px;
}
.thermometer-inner {
  background: #5d9cec;
}
.thermometer-inner-h {
  height: 20px;
}
.thermometer-inner-v {
  width: 20px;
}
.skill-year {
  font-size: 12px;
}
.close-user {
  background-color: #c1c1c1;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  padding: 10px;
  width: 115px;
  border-radius: 5px;
  margin: 50px auto 0;
  cursor: pointer;
}
.close-user:hover {
  opacity: 0.9;
}
.delete-user,
.delete-user-disabled {
  float: right;
  background-color: #f95864;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 12px;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 15px 0 0 0;
  cursor: pointer;
}
.delete-users,
.search-export {
  float: right;
  margin: 10px 25px 0 0;
  cursor: pointer;
}
.check-users {
  float: right;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
option.selectbox-placeholder:focus {
  color: #7c7c7c;
}

/* project */
.project-line {
  background-color: #9589ed;
  height: 3px;
  margin: 10px 0 5px 0;
}
.project-client-line {
  height: 5px;
}
.project-skill {
  border: 1px solid #000;
  padding: 10px;
}
.project-detail-line {
  background-color: #9589ed;
  height: 3px;
}
.project-name {
  background-color: #fff;
  padding: 15px 0;
  font-size: 28px;
  color: #757575;
  font-weight: bold;
}
.invalid-message {
  margin: 5px 0;
  font-size: 13px;
  padding: 1px 0 0 0;
  background-color: #ff9e35;
  color: #fff;
  border-radius: 3px; /* CSS3 */
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari,Chrome */
}
.modal-project-list {
  padding: 0 15px;
}
.project-col-left {
  color: #757575;
  border-right: 1px solid #fff;
}
.project-col-right {
  color: #757575;
  border-left: 1px solid #fff;
}
.project-col {
  color: #757575;
}
.project-cell {
  color: #222d32;
  font-size: 13px;
  margin: 0 0 2px 0;
  white-space: pre-line;
}
.project-box {
  padding: 3px 3px 15px;
}
.assign-member {
  background-color: #8cd4f5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 0;
  margin: 10px 0;
  cursor: pointer;
}
.assign-member-edit {
  background-color: #00b3ea;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  padding: 10px;
  width: 115px;
  border-radius: 5px;
  margin: 15px auto 10px;
  cursor: pointer;
}
.assign-member-edit:hover {
  opacity: 0.7;
}
.update-project {
  background-color: #8cd4f5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 0;
  margin: 10px 0;
  cursor: pointer;
}
.delete-project {
  float: right;
  background-color: #f95864;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 12px;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 2px 5px;
  cursor: pointer;
}
.close-project {
  background-color: #c1c1c1;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  padding: 10px;
  width: 115px;
  border-radius: 5px;
  margin: 25px auto 0;
  cursor: pointer;
}
.close-project:hover {
  opacity: 0.9;
}

/* survey */
.survey-border {
  margin: 50px 0;
}
.answer-type {
  display: none;
}
.add-question {
  cursor: pointer;
  background: #7c7c7c;
  padding: 10px 0;
  color: white;
}
.answer-button {
  cursor: pointer;
  padding: 2px 9px;
  width: 500px;
  font-size: 12px;
  background-color: #adadad;
  color: white;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
  white-space: nowrap !important;
}

/* ems */
.table-ems {
  margin: 10px 0;
  border-spacing: 10px;
}
.table-ems td:nth-child(1) {
  width: 110px;
  padding: 1px 2px;
}
.table-ems td:nth-child(2) {
  width: 370px;
  padding: 1px 2px;
}
.table-ems td:nth-child(3) {
  width: 80px;
  padding: 1px 2px;
}
.ems-reference {
  margin: 30px 0 0 0;
  font-size: 11px;
}

/* label */
.label-list-user {
  background-color: #00b3ea;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.label-list-project {
  color: #757575;
  font-size: 22px;
  font-weight: bold;
  margin: 20px;
}
.label-upload {
  text-align: center;
  color: #757575;
  font-size: 22px;
  font-weight: bold;
  margin: 20px;
}
.label-skill {
  background-color: #7dc500;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-skill-disabled {
  background-color: #ccc;
  padding: 0 8px;
  color: #434343;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-occupation {
  background-color: #3f51b5;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-skill-info {
  margin: 5px 3px;
  background-color: #5d9cec;
  padding: 0px 5px;
  color: #fff;
  font-size: 15px;
  border-radius: 3px; /* CSS3 */
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari,Chrome */
}
.label-project-info {
  margin: 2px 2px;
  background-color: #9589ed;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px; /* CSS3 */
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari,Chrome */
}
.label-certificate {
  background-color: #e8bc0d;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-admin-certificate {
  margin: 2px 1px;
  background-color: #e8bc0d;
  background-color: #009fd1;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  /*    border-radius: 5px;          CSS3 
    -moz-border-radius: 5px;     Firefox 
    -webkit-border-radius: 5px;  Safari,Chrome */
}
.label-experience {
  background-color: #9589ed;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-training {
  background-color: #9589ed;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-project {
  background-color: #9589ed;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-portfolio {
  background-color: #009fd1;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-admin-portfolio {
  margin: 5px 1px;
}
.label-admin-portfolio > span {
  background-color: #5d9cec;
  padding: 1px 5px;
  color: #fff;
  font-size: 15px;
  border-radius: 3px; /* CSS3 */
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari,Chrome */
}
.label-all {
  background-color: #5d9cec;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-single {
  background-color: #5d9cec;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-external {
  background-color: #a79cf2;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-internal {
  background-color: #f5a800;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-esteem {
  background-color: #ff5a5e;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-realize {
  background-color: #7dc500;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-white {
  position: relative;
  top: -1px;
  background-color: #fff;
  color: #fff;
}
.label-plan {
  background-color: #909191;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}

/* modal tab (user and project */
.tab,
.tab-filter {
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
}
.tab li,
.tab-filter li {
  cursor: pointer;
  background: #ccc;
  padding: 5px 25px;
  margin: 0 1px 0 0;
  display: inline-block;
  list-style: none;
}
.tab li.select,
.tab-filter li.select {
  background: #eee;
}
.modal-user-list .tab-content0 {
  list-style: none;
}
.modal-user-list .tab-content1,
.modal-user-list .tab-content2,
.modal-user-list .tab-content3,
.modal-user-list .tab-content4,
.modal-user-list .tab-content5,
.modal-user-list .tab-content6,
.modal-user-list .tab-content7,
.modal-user-list .tab-content8 {
  display: none;
  list-style: none;
}
.modal-project-list .tab-content0 {
  background: #fff;
  padding: 10px 20px 5px;
  list-style: none;
}
.modal-project-list .tab-content1 {
  display: none;
  background: #fff;
  padding: 10px 0 0;
  list-style: none;
}
.filter-box .tab-content0,
.filter-box .tab-content1 {
  padding: 10px 10px 5px;
  list-style: none;
}
.filter-box .tab-content1 {
  display: none;
}
.hide {
  display: none;
}

/* logo */

.logo-lg > img {
  width: 130px;
}
.logo-mini > img {
  width: 28px;
}
.login-logo img {
  width: 300px;
}

/* etc */
.upload-title {
  color: #757575;
}
.dynatable-pagination-links {
  margin: 25px 0 0 0;
}
.nextshow {
  cursor: pointer;
  background: #7c7c7c;
  padding: 17px 0;
  color: white;
  font-size: 16px;
  display: none;
}
.csv-template {
  margin: 10px 0;
}
.csv-template a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.csv-notice {
  margin: 5px 0;
  color: #f05050;
  font-size: 14px;
}
.edit-csv-delete {
  font-size: 15px;
  padding: -2px;
  color: #f95864;
  cursor: pointer;
}
.edit-notice {
  margin: 5px 0;
  color: #f05050;
  font-size: 13px;
}
.img-circle {
  cursor: pointer;
}
.notice-up-image,
.remind-register {
  color: #f95864;
  font-size: 12px;
}
.no-info {
  font-size: 12px;
}
.designer {
  display: none;
}
.hundred-score {
  font-weight: normal;
  font-size: 14px;
}
.modal-experience {
  margin: 0 auto;
  text-align: left;
  word-wrap: break-word;
}
.skill-data button {
  background-color: #7dc500;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.plan-table-mini > img {
  width: 35px;
}
.plan-table-mini {
  font-size: 13px;
}
.sort-caret {
  position: relative;
  top: 2px;
  font-size: 22px;
}
.sort-caret-icon {
  visibility: hidden;
}
.new {
  font-size: 13px;
  padding: 1px 2px 2px 2px;
}
.p-none {
  padding: 0px !important;
}
.user-regular-header {
  color: #757575;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 10px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.user-regular-header .thumbnail-image > img {
  z-index: 5;
  height: 100px;
  width: 100px;
  margin-left: 130px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.regular-radio {
  display: none;
}

.regular-radio + label {
  -webkit-appearance: none;
  margin-bottom: -4px;
  background-color: #e1e1e1;
  border: 4px solid #e1e1e1;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
}

.regular-radio:checked + label {
  background: grey;
  border: 4px solid #e1e1e1;
}

.label-for-checkbox input {
  display: none; /* Hide the default checkbox */
}

/* Style the artificial checkbox */
.label-for-checkbox span {
  height: 15px;
  width: 15px;
  border: 1px solid grey;
  display: inline-block;
  position: relative;
}

/* Style its checked state...with a ticked icon */
[type="checkbox"]:checked + span:before {
  content: "\2714";
  position: absolute;
  top: -1px;
  left: 0;
}
.box-checkbox {
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: #f4f4f4;
  border: 1px #eae4e4 solid;
}

.modal-user-list .dynatable-search input {
  display: none;
}
.url-project-public {
  margin-top: 5px;
}
/*#add-user-csv-table tr th:nth-child(26),
#add-user-csv-table tr th:nth-child(27),
#add-user-csv-table tr th:nth-child(28),
#add-user-csv-table tr th:nth-child(29),
#add-user-csv-table tr th:nth-child(30),
#add-user-csv-table tr td:nth-child(26),
#add-user-csv-table tr td:nth-child(27),
#add-user-csv-table tr td:nth-child(28),
#add-user-csv-table tr td:nth-child(29),
#add-user-csv-table tr td:nth-child(30) {
	display: none;	
}*/
.project-col-default {
  background-color: #ccc;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  min-height: 30px;
  line-height: 200%;
  flex: 1;
}
.project-col-bottom {
  background-color: #ccc;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000;
}
.project-cell-default {
  overflow-wrap: break-word;
  text-align: left;
  border-top: 1px solid #000;
  min-height: 30px;
  line-height: 200%;
  flex: 1;
}
.project-cell-end {
  overflow-wrap: break-word;
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.project-cell-right {
  overflow-wrap: break-word;
  text-align: left;
  border-right: 1px solid #000;
  flex: 2 !important;
}
.d-flex {
  display: flex;
}
.label-filter {
  margin-right: 10px;
}
.icon-input-date {
  position: absolute;
  padding: 5px;
  min-width: 20px;
}
.icon-feedback {
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.input-field {
  padding-left: 20px !important;
  width: 150px;
}
#query-canceled {
  padding: 0px 5px;
}
.user-box p {
  margin-bottom: 5px !important;
}
.select-control {
  height: 40px !important;
}
.account-list-helper1,
.account-list-helper2 {
  margin-bottom: 5px;
  color: #5c5c5c;
  padding: 1px 5px;
  box-shadow: none;
  background-color: #f4f4f4;
  border: 1px #eae4e4 solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
textarea.form-control {
  min-height: 40px;
}

.el-for-admin,
.el-for-client {
  display: none;
}

@media screen and (min-width: 1600px) {
  .apexcharts-legend {
    right: 200px !important;
  }
}

@media screen and (max-width: 986px) {
  .d-flex {
    display: initial;
  }
  .project-col-default {
    border: none;
  }
  .project-cell-default {
    border: none;
  }
  .project-skill {
    border: 1px solid #ccc;
    padding: 10px;
  }
}

.border-default {
  border: 1px solid #ddd;
}
.no-border {
  border: none !important;
}
.user-head {
  padding: 4px;
  width: 1556px;
  min-width: 100%;
}
.user-head .image,
.user-head .user-name,
.user-head .account-name,
.user-head .number,
.user-head .position,
.user-head .skill-self-assesment,
.user-head .age,
.user-head .gender,
.user-head .nationality,
.user-head .min-monthly-fee,
.user-head .address,
.user-head .skill,
.user-head .assign-time,
.user-head .operation-time,
.user-head .job-type,
.user-head .modified,
.user-head .request-proposal,
.user-head .active-flg {
  font-weight: bold;
  vertical-align: top;
}

.user-head .image,
.thumbnail-list .image {
  display: inline-block;
  width: 40px;
}
.user-head .age,
.user-head .gender,
.user-head .nationality,
.thumbnail-list .age,
.thumbnail-list .gender,
.thumbnail-list .nationality {
  display: inline-block;
  width: 50px;
}
.user-head .number,
.user-head .min-monthly-fee,
.user-head .active-flg,
.user-head .modified,
.thumbnail-list .number,
.thumbnail-list .min-monthly-fee,
.thumbnail-list .active-flg,
.thumbnail-list .modified {
  display: inline-block;
  width: 100px;
}
.user-head .user-name,
.thumbnail-list .user-name,
.thumbnail-list span[class^="account-name-of-"] {
  display: inline-block;
  width: 150px;
}
.user-head .account-name {
  display: inline-block;
  width: 150px;
}
.thumbnail-list .account-name {
  display: inline-block;
  width: 250px;
}
.user-head .address,
.user-head .assign-time,
.user-head .operation-time,
.user-head .request-proposal,
.thumbnail-list .address,
.thumbnail-list .assign-time,
.thumbnail-list .operation-time,
.thumbnail-list .request-proposal,
.user-head .skill,
.user-head .job-type,
.thumbnail-list .skill,
.thumbnail-list .job-type {
  display: inline-block;
  width: 200px;
}
.thumbnail-list .position {
  display: inline-block;
  width: 100px;
}
.user-head .position {
  display: inline-block;
  width: 100px;
}
.user-head .skill-self-assesment,
.thumbnail-list .skill-self-assesment {
  display: inline-block;
  width: 250px;
}
.delete-user-admin,
.delete-user-client,
.delete-master-skill,
.delete-master-certificate,
.delete-master-occupation {
  float: right;
  background-color: #f95864;
  padding: 0 8px;
  color: #fff;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
  margin-right: 18px;
}
.skill-master-head {
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  width: 300px;
}
.skill-master-row {
  vertical-align: top;
  display: inline-block;
  width: 300px;
}
.skill-master-modal-title {
  font-weight: bold;
  margin: 20px 0 0 0;
}

.client-master-head {
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  width: 500px;
}

.client-master-row {
  vertical-align: top;
  display: inline-block;
  width: 500px;
}

/* AJAX Loading */
#overlay {
  position: fixed;
  top: 0;
  z-index: 1500;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}
.cv-spinner,
.cv-spinner-list {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cv-spinner-skill-map {
  height: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner,
.spinner-list,
.spinner-skill-map {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.is-hide {
  display: none;
}
.mr-5 {
  margin-right: 5px;
}

#skill-add,
#certificate-add,
#experience-add,
#portfolio-add,
#training-add,
#evaluate-add {
  min-width: 150px;
}
#skill-add-box,
#certificate-add-box,
#experience-add-box,
#portfolio-add-box,
#training-add-box,
#evaluate-add-box {
  display: none;
}
.h-25 {
  height: 25px !important;
}
.form-search-advanced {
  display: none;
}
.form-search-normal {
}
/* .evaluate {
	padding: 15px;
    margin-top: 15px;
    position: relative;
    min-height: 1px;
    border: 1px solid;
    background-color: #dedede;
}
.evaluate span {
	font-weight: bold;
} */
.star-average {
  float: none;
  width: 100%;
  height: auto;
  border: 0;
  display: table;
}

.ratingtitle {
  width: 200px;
  float: left;
  font-weight: bold;
}
ul#ul-evaluate > li {
  background: #eae4e4;
  position: relative;
  margin-top: 20px;
  padding: 15px;
}

ul#ul-evaluate > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 20px solid white;
  border-left: 20px solid #ccc;
  width: 0;
}

#ul-evaluate {
  padding: 20px;
  margin-top: 0px;
}

ul#ul-evaluate > li:first-child {
  margin-top: 0px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 5px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 1.5em; /* Change the size of the stars */
  color: #ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #ffcc36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #ff912c;
}
span.star > i.fa {
  font-size: 1.5em; /* Change the size of the stars */
  color: #ff912c; /* Color on idle state */
}
.ratingnote ul {
  padding: 20px;
}
.rating-disable {
  opacity: 0.5;
  pointer-events: none;
}
.thumbnail-evaluate .rating-stars ul {
  pointer-events: none;
}
p.rating-author,
p.rating-point {
  font-weight: bold;
  font-size: 18px;
}
span.rating-time {
  font-weight: bold;
  margin: 0 15px;
}
#evaluate-delete {
  background: #f95864;
  color: white;
  border-radius: 3px;
  font-weight: normal;
}
.thumbnail-evaluate textarea {
  background: #eae4e4;
  border: 1px solid #ccc;
  font-weight: bold;
  pointer-events: none;
}
.input-group-unstyled .input-group-addon {
  border-radius: 4px;
  border: 0px;
  background-color: transparent;
}
.search-panel {
  background-color: white;
  margin: 10px;
  border-radius: 3px;
}
.search-panel .form-group {
  margin-bottom: 10px !important;
}
.search-panel .form-control {
  height: 30px;
  background-color: #fff;
}
.search-panel .form-group .form-control-feedback {
  right: 15px;
  height: 30px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .main-sidebar .search-panel {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
}
.mr-5 {
  margin-right: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
#rating-average {
  font-size: 25px;
  font-weight: bold;
}
.box-rating-summary {
  border: 5px solid #f1c40f !important;
  margin-bottom: 0px !important;
  pointer-events: none;
}
.box-rating-summary .box-body {
  padding: 5px !important;
}
.swal-height {
  height: 200px;
}
.swal-skill-master-height {
  height: 400px;
}
.swal-client-master-height {
  height: 300px;
}
.dashboard-info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.dashboard-info-box-content {
  padding: 5px 10px;
}
.dashboard-info-box-text {
  text-transform: uppercase;
}
.dashboard-info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-info-box-number {
  color: #3562e8;
  display: block;
  font-size: 25px;
  font-weight: bold;
  text-align: right;
  margin-right: 15px;
  margin-top: 15px;
}
.chart-legend {
  margin: 10px;
}
.chart-legend > ul {
  padding: 0;
}
.chart-legend > ul > li {
  font-weight: bold;
  /* white-space: nowrap; */
  word-break: break-all;
  overflow: hidden;
  /*     text-overflow: ellipsis;
    max-width: 20ch; */
}

.chart-legend > ul > li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 6px;
}

.apexcharts-legend-text {
  font-weight: bold !important;
}

.apexcharts-tooltip {
  color: #2b2d31 !important;
  font-size: 10px !important;
  background: #ffffff !important;
  font-weight: bold !important;
  box-shadow: none !important;
  border: 1px solid #ddd;
  ul {
    list-style-type: none;
  }
  .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px !important;
    font-weight: bold !important;
  }
}

.graph-meta-data-skill,
.graph-meta-data-certificate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  gap: 10px;

  .graph-skill-select-text {
    text-align: center;
    min-width: 80px;
  }

  .graph-skill-select,
  .graph-certificate-select {
    width: 50%;
  }
}

/*toggle switch*/
.toggle {
  position: relative;
  width: 60px;
  height: 26px;
  margin-right: 50%;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  float: right;
}
.toggle input[type="checkbox"] {
  display: none;
}
.toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #f45e55;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle:after {
  content: "OFF";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 20px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
  padding: 6px 0 0;
  line-height: 1;
  font-size: 8px;
  font-weight: bold;
  color: #df4c43;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.toggle.checked:before {
  background: #5d9cec;
}
.toggle.checked:after {
  content: "ON";
  left: 27px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
  color: #5d9cec;
  padding: 6px 0 0;
}

#ul-skill-map tr > th {
  border: 1px solid #eae4e4;
  width: 150px !important;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  padding: 5px;
}
#ul-skill-map tr > td {
  border: 1px solid #eae4e4;
  max-width: 100px !important;
  min-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
#ul-skill-map tr > th:first-child,
#ul-skill-map tr > td:first-child {
  max-width: 200px !important;
}
#ul-skill-map .user-name {
  display: flex;
  align-items: center;
}
#ul-skill-map .user-name img {
  width: 20px;
  margin-right: 5px;
}
#ul-skill-map th:not(:nth-child(1)),
#ul-skill-map td:first-child:not(tr:nth-child(1)) {
  background-color: #f4f4f4;
}
#skill-map-description {
  margin-left: 10px;
}
#skill-map-description > i {
  margin-right: 10px;
}
#skill-map-description > span {
  margin-right: 20px;
}
/* slider-table */
#ul-skill-map {
  overflow: visible;
  height: 900px;
  width: 100%;
}

.slider-table {
  margin: 0 auto;
}
.slider-table table {
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
}
.slider-table th {
  border: 0.5px solid #bbb !important;
  padding: 4px !important;
  /* white-space: nowrap; */
}
.slider-table td {
  border: 0.5px solid #bbb !important;
  padding: 4px !important;
  white-space: nowrap;
}

.slider-table #attendance-cell {
  border-radius: 0;
}

.slider-table tr:hover {
  background-color: #deecf8;
}

.slider-table tr:hover select:hover {
  background-color: #ff9e35;
  color: #fff;
}

.slider-table tr:first-child {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 3px;
  background-color: rgb(255, 255, 255);
}

.slider-table tr:nth-child(2) {
  position: sticky;
  position: -webkit-sticky;
  top: 29px;
  left: 1px;
  background-color: rgb(255, 255, 255);
}

.slider-table th:first-child,
.slider-table td:first-child {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 1px;
  background-color: white;
}

.slider-table tr:first-child:not(td:nth-child(1)) {
  z-index: 2;
}

.slider-table tr:nth-child(2):not(td:nth-child(1)) {
  z-index: 1;
}

.slider-table tr:nth-child(2) td:first-child {
  z-index: 3;
}

.slider-table tr:first-child td:first-child {
  z-index: 4;
}

.slider-table select {
  border: none;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

/* .slider-table td:first-child {
  z-index: 0;
} */

/* slider-table end */

/* map-account */
.tree {
  width: 100%;
}
.tree,
.tree ul,
.tree li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.tree {
  margin: 0 0 1px;
  text-align: center;
}
.tree,
.tree ul {
  display: table;
}
.tree ul {
  width: 100%;
}
.tree li {
  display: table-cell;
  padding: 0.5em 0;
  vertical-align: top;
}
/* _________ */
.tree li:before {
  outline: solid 1px #e6e6e6;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tree li:first-child:before {
  left: 50%;
}
.tree li:last-child:before {
  right: 50%;
}

.tree code,
.tree span {
  background-color: #f5f5f5;
  color: #3a3a3a;
  border: solid 1px #e6e6e6;
  border-radius: 5px;
  display: inline-block;
  margin: 20px 5px;
  padding: 10px 10px;
  position: relative;
  text-align: left;
  width: 350px;
}

.tree code .map-name {
  margin-bottom: 5px;
  font-weight: bold;
}

.tree code .map-count {
  margin-bottom: 0;
}

.tree code .btn-add-node {
  position: absolute;
  left: 70%;
  border: solid 1px #009fd1;
  border-radius: 30%;
  color: #fff;
  background: #00b3ea;
}

.tree code .btn-remove-node {
  position: absolute;
  right: 0;
  border: solid 1px #ce3b1e;
  border-radius: 30%;
  color: #fff;
  background: #e5563b;
}

.tree code .list-user {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  margin: 10px;
}

.tree code .list-user .user-avatar {
  padding: 5px;
}

.tree code .list-user .user-avatar > p {
  font-size: 10px;
  text-align: center;
  margin: 0 !important;
}

.tree code .list-user .user-avatar img {
  width: 100%;
  text-align: center;
  border-radius: 50%;
  max-height: 60px;
  max-width: 60px;
}
/* map-account end */

/* | */
.tree ul:before,
.tree code:before,
.tree span:before {
  outline: solid 1px #e6e6e6;
  content: "";
  height: 25px;
  left: 50%;
  position: absolute;
}
.tree ul:before {
  top: -20px;
}
.tree code:before,
.tree span:before {
  top: -26px;
}

/* The root node doesn't connect upwards */
.tree > li {
  margin-top: 0;
}
.tree > li:before,
.tree > li:after,
.tree > li > code:before,
.tree > li > span:before {
  outline: none;
}

/* Progress Button Styles */
.progress-btn {
  min-width: 80px !important;
  width: 80px !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  box-sizing: border-box !important;
}

.growth-rate-btn {
  min-width: 80px !important;
  width: 80px !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  box-sizing: border-box !important;
}
