@font-face {
  font-family: PingFangHK-Regular;
  src: url('../fonts/pingfang.ttf');
}

.UserPageContent {
  height: 100%;
  min-width: 800px;
  overflow: auto;
  width: 100%;
}

.UserEditContainer {
  background-color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 75px;
  padding-right: 75px;
  border-radius: 8px;
}

.KeyboardContainer {
  border: solid 1px #e8e8e8;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.PaginationContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pagination {
  display: inline;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.inactiveText {
  width: 28px;
  height: 28px;
  text-align: center;
  color: #4A4A4A;
}
.activeText {
  width: 55px;
  height: 28px;
  text-align: center;
  color: #ffffff;
}



.testtestText {
  width: 55px;
  height: 28px;
  text-align: center;
  color: #ff0000;
}

.inactive {
  display: inline-block;
  padding-top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  color: #c7cdd9;
  margin: 0px 3px;
}

.active_iMonitor {
  display: inline-block;
  cursor: pointer;
  padding-top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0px;
  background-color: #FF9100;
  text-align: center;
  color: white;
  margin: 0px 3px;
}

.active_iAccess {
  display: inline-block;
  cursor: pointer;
  padding-top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0px;
  background-color: #00BFA5;
  text-align: center;
  color: white;
  margin: 0px 3px;
}

.nextPage {
  display: inline-block;
  padding-top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: solid 0px #c7cdd9;
  text-align: center;
  color: #c7cdd9;
  margin: 0px 3px;
  box-shadow: 0 0 3px 0.8px rgb(234 234 234);
}

.nextPageText {
  width: 28px;
  height: 28px;
  text-align: center;
  color: #4A4A4A;
}

.RowContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 0px 0px 0px;
}

.RowContainer .ColorTitle{
  margin: auto 0px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #389BFF;
}


.RowContainer .ColorTitle[classtype=iMonitor]{
  margin: auto 0px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #FF9100;
}

.RowContainer .ColorTitle[classtype=iAccess]{
  margin: auto 0px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color:#00BFA5;
}

.RowSwitchContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 0px 0px 0px;
}
.EditMainTitle[classtype=iMonitor] {
  width: 200px;
  height: 32px;
  border-radius: 4px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #FF9100;
}
.EditMainTitle[classtype=iAccess] {
  width: 200px;
  height: 32px;
  border-radius: 4px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #00BFA5;
}

.EditSectionTitle {
  color: #389aff;
  font-size: 16px;
  margin: 0;
  margin-top: 1rem;
}
.EditTitleX {
  position: relative;
  width: 200px;
  margin-top: 24px;
  margin-bottom: 8px;
  border-radius: 4px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #57595c;
}
.EditTitle {
  position: relative;
  width: 200px;
  margin-top: 12px;
  margin-bottom: 8px;
  border-radius: 4px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #57595c;
}

.EditTitle span{
  font-size: 16px;
  margin-right:3px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #FF0000;
}

.EditTitle .TTDetail {
  position: absolute;
  max-width: 500px;
  padding: 10px;
  background: white;
  font-size: 12px;
  border: 1px solid #ccc;
  z-index: 1;
  top: 100%;
  left: 20px;
  display: none;
}

.EditTitle:hover .TTDetail {
  display: block;
}
.SwitchTitle {
  margin: 0px 6px;
  width: 80px;
  margin-top: 6px;
  height: 14px;
  border-radius: 4px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #999999;
}
.Divider {
  height: 1px;
  margin-top: 24px;
  background-color: #59595933;
}
.VerticalDivider {
  height: 180px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 12px;
  width: 1px;
  background-color: #59595933;
}
.EditInput {
  color: #57595c;
  padding-left: 5px;
  border-style: solid;
  width: 200px;
  height: 32px;
  border-radius: 3px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  border: solid 1px #EBEFF2;
}

textarea.EditInput {
  min-height: 32px;
}
.TextInput {
  color: #57595c;
  width: 480px;
  height: 120px;
  border-radius: 3px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #57595c;
  white-space: initial;
  overflow: auto;
  border: solid 1px #EBEFF2;
}


.ExpireDateButton {
  margin-left:10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 22px;
  padding-top:4px;
  border-radius: 4px;
}
.ExpireDateButton .ButtonText {
  width: 9 0px;
  height: 22px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}


.DeleteContainer {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 211px;
  height: 102px;
  border-radius: 3px;
  background-color: #ffffff;
}

.DeleteContainer .DeleteButton {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 32px;
  border-radius: 4px;
  background-color: #eb5945;
}
.DeleteContainer .DeleteButton .DeleteButtonText {
  width: 9 0px;
  height: 14px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.DeleteContainer .DeleteText {
  margin-top: 20px;
  height: 14px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #eb5945;
}

.UserBottomContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 800px;
  width: 100%;
  height: 100px;
  background-color: '#ffffff';
}

.CancelButton {
  cursor: pointer;
  padding-top: 7px;
  width: 108px;
  height: 38px;
  border-radius: 4px;
  background-color: #A2A2A2;
  text-align: center;
  margin-right: 10px;
  color: #FFFFFF;
  transition-duration: 0.3s;
}

.CancelButton:hover {
  background-color: #ccc;
}
.ConfirmButton {
  cursor: pointer;
  padding-top: 7px;
  width: 108px;
  height: 38px;
  border-radius: 4px;
  background-color: #389BFF;
  color: #ffffff;
  text-align: center;
  transition-duration: 0.3s;
}
.ConfirmButton:hover {
  background-color: #3187dd;
}
.ConfirmButtonErr {
  cursor: pointer;
  padding-top: 7px;
  width: 108px;
  height: 38px;
  border-radius: 4px;
  background-color: #EB5945;
  color: #ffffff;
  text-align: center;
  transition-duration: 0.3s;
}
.ConfirmButtonErr:hover {
  background-color: #c95647;
}
.SaveButton {
  cursor: pointer;
  padding-top: 7px;
  width: 108px;
  height: 38px;
  border-radius: 4px;
  background-color: #7AC943;
  color: #ffffff;
  text-align: center;
  transition-duration: 0.3s;
}
.SaveButton:hover {
  background-color: #70bd39;
}
.DelButton {
  cursor: pointer;
  padding-top: 7px;
  width: 108px;
  height: 38px;
  border-radius: 4px;
  background-color: #EB5945;
  color: #ffffff;
  text-align: center;
  transition-duration: 0.3s;
}
.DelButton:hover {
  background-color: #EB5945;
}
.DialogContainer {
  background-color: #7ac943;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.DashbaordModeContainer {
  display: flex;
  width: 80%;
  height: 180px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom:50px;
  padding: 0px 0px 0px 0px;
}

.DashbaordModeContainer .Tab {
  display: flex;
  flex-direction: column;
  align-items : center;
  justify-content: center;
  width: 171px;
  height: 171px;
  background-color: #fff;
}
.DashbaordModeContainer .Tab  .Inner{
  display: flex;
  flex-direction: column;
  align-items : center;
  justify-content: center;
  width: 161px;
  height: 161px;
  background-color: #fff;
}

.DashbaordModeContainer .Tab .Inner .Text {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  margin-top:16px;
  color: #636363;
}

.DashbaordModeContainer .Tab .Inner .IconPC{
  width: 50px;
  height: 50px;
  -webkit-background-size: cover; /* For WebKit*/
  -moz-background-size: cover;    /* Mozilla*/
  -o-background-size: cover;      /* Opera*/
  background-size: 100% 100%;
  background-image: url("../img/phase4/SwitchDevice_PC.png");
}
.DashbaordModeContainer .Tab .Inner .IconTablet{
  width: 50px;
  height: 50px;
  -webkit-background-size: cover; /* For WebKit*/
  -moz-background-size: cover;    /* Mozilla*/
  -o-background-size: cover;      /* Opera*/
  background-size: 100% 100%;
  background-image: url("../img/phase4/SwitchDevice_Tablet.png");
}
.DashbaordModeContainer .Tab  .Inner .IconMobile{
  width: 50px;
  height: 50px;
  -webkit-background-size: cover; /* For WebKit*/
  -moz-background-size: cover;    /* Mozilla*/
  -o-background-size: cover;      /* Opera*/
  background-size: 100% 100%;
  background-image: url("../img/phase4/SwitchDevice_Mobile.png");
}

.DashbaordModeContainer .Tab  .InnerActive{
  display: flex;
  flex-direction: column;
  align-items : center;
  justify-content: center;
  width: 161px;
  height: 161px;
  background-color: #ff9900;
}

.DashbaordModeContainer .Tab .InnerActive .Text {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  margin-top:16px;
  color: #FFF;
}

.DashbaordModeContainer .Tab .InnerActive .IconPC{
  width: 50px;
  height: 50px;
  -webkit-background-size: cover; /* For WebKit*/
  -moz-background-size: cover;    /* Mozilla*/
  -o-background-size: cover;      /* Opera*/
  background-size: 100% 100%;
  background-image: url("../img/phase4/SwitchDevice_PC_white.png");
}
.DashbaordModeContainer .Tab .InnerActive .IconTablet{
  width: 50px;
  height: 50px;
  -webkit-background-size: cover; /* For WebKit*/
  -moz-background-size: cover;    /* Mozilla*/
  -o-background-size: cover;      /* Opera*/
  background-size: 100% 100%;
  background-image: url("../img/phase4/SwitchDevice_Tablet_white.png");
}
.DashbaordModeContainer .Tab  .InnerActive .IconMobile{
  width: 50px;
  height: 50px;
  -webkit-background-size: cover; /* For WebKit*/
  -moz-background-size: cover;    /* Mozilla*/
  -o-background-size: cover;      /* Opera*/
  background-size: 100% 100%;
  background-image: url("../img/phase4/SwitchDevice_Mobile_white.png");
}

.DashbaordCancelButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 44px;
  border-radius: 4px;
  border: solid 1px #fff;
  color:white;
}
.DashbaordConfirmlButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 44px;
  background-color: white;
  border-radius: 4px;
  border: solid 1px #FF9900;
  color:#FF9900;
}


.DialogTitle[classtype=iMonitor] {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #FF9100;
}

.DialogTitle[classtype=iAccess] {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #00BFA5;
}

.DialogMsg {
  height: 132px;
  width: 155px;
  margin-top: 20px;
  border-radius: 4px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #57595c;
}

.DialogLimit {
  margin-top: 20px;
  height: 100px;
  border-radius: 4px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #eb5945;
}

.DialogTitleWhhite {
  margin-top: 20px;
  height: 100px;
  border-radius: 4px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.LimitDialogMsg {
  height: 40px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #57595c;
}

.CommonSmallText {
  height: 14px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #57595c;
}

.KeyboardItem {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 12px;
  border-radius: 4.3px;
  background-color: #efefef;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #57595c;
  text-align: center;
  padding-top: 8px;
}
.SelectonContainer {
  height: 600px;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-y: auto;
}

.SelectListContainer {
  border: solid 1px #e8e8e8;
  border-radius: 4px;
  margin-top: 10px;
}

.DataitemSelectorZone {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.DataitemSelector {
  border: solid 1px #EBEFF2;
  width: 40%;
  height: 55px;
  margin: 8px;
  border-radius: 4px;
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: rgba(255,255,255,0.3);
}

.DataitemSelector.is-selected {
  /*background: #bcdbed;*/
  border: solid 1px #dde0e3;
  opacity: 1.0;
}
.DataitemSelector .Text {
  padding-left: 12px;
  padding-right: 12px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: rgba(87,89,92,0.3);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.DataitemSelector.is-selected .Text {
  color: #57595c;
}

.DataitemSelector .MoreText {
  position: absolute;
  max-width: 500px;
  padding: 10px;
  background: white;
  font-size: 12px;
  border: 1px solid #ccc;
  z-index: 1;
  top: 100%;
  left: 20px;
  display: none;
  transform: translateY(-5px);
}

.DataitemSelector:hover .MoreText {
  display: block;
}
/* .DataitemSelector.is-selected .Text {
  color: white;
} */
.UsageContainer {
  height: 100%;
  min-width: 600px;
  overflow-y: auto;
  padding: 24px 24px 24px 24px;
  background-color: #F5F4F4;
}
.UsageDataContainer {
  height: 80px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 24px 10px 24px;
}

.Text32 {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #57595c;
}

.Text12 {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #57595c;
}

.Text20Blue {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 20px;
  height: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #389bff;
}

.Text20 {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 20px;
  height: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #57595c;
}

.Text40 {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 40px;
  height: 55px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #57595c;
}

.Text16 {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #57595c;
}

.UsageDataContainer .Upper {
  width: 580px;
  height: 20px;
  border-radius: 3px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.UsageDataContainer .End {
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.GrayBar {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #efefef;
}
.BlueBotomLineText {
  cursor: pointer;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 10px;
  width: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 10px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #389bff;
}

.OrangeBotomLineText {
  cursor: pointer;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 10px;
  width: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 10px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #FF9100;
}

.GreenBotomLineText {
  cursor: pointer;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 10px;
  width: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 10px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #00BFA5;
}

.FilesContainer {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 40px 40px 40px;
}

.FilesContainer .Item {
  width: 175px;
  height: 175px;
  margin-bottom: 30px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.FilesContainer .Item .FileZone {
  width: 175px;
  height: 155px;

  margin-bottom: 10px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.FilesContainer .Item .FileZone .PdfImage {
  width: 63px;
  height: 75px;
  background-image: url('../img/file/pdf.png');
}

.FilesContainer .Item .FileZone .WordImage {
  width: 63px;
  height: 75px;
  background-image: url('../img/file/word.png');
}
.FilesContainer .Item .FileZone .FileImage {
  width: 63px;
  height: 75px;
  background-image: url('../img/file/file.png');
}
.FilesContainer .Item .FileZone .ZipImage {
  width: 63px;
  height: 75px;
  background-image: url('../img/file/zip.png');
}
.FilesContainer .Item .FileZone .XmlImage {
  width: 63px;
  height: 75px;
  background-image: url('../img/file/xml.png');
}

.FilesContainer .Item .FileZone .Text {
  margin-top: 10px;
  width: 100px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #57595c;
}

.BlueText12 {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #389bff;
}

.EmptyContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 0px 0px 0px 0px;
}
.Text40 {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #57595c;
}

.userEditWrapper {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.userEditGroup {
  display: flex;
  flex-wrap: wrap;
}

.userEditItem {
  padding: 0px 25px;
  display: none;
  /* margin-left: -25px;
  margin-right: -25px; */
}
.userEditItem.is-open {
  display: block;
}
.userEditItem .EditTitle {
  margin-top: 0;
}
.userEditItem .GroupListContainer {
  background: white;
}
.collapseWrapper + .collapseWrapper .collapseTitle {
  border-top: 0;
}
.userEditInput {
  padding: 0px 10px 10px 10px;
}

.userEditInput .EditTitle {
  width: 100%;
}
.userEditInput .EditInput,
.userEditInput .EditSelect {
  width: 160px;
}
.collapseTitle {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border-right: 0;
  border-left: 0;
  /* margin-left: -25px;
  margin-right: -25px; */
}
.collapseTitle h6[classtype=iMonitor] {
  margin-bottom: 0;
  margin-right: 20px;
  color: #FF9100;
}
.collapseTitle h6[classtype=iAccess] {
  margin-bottom: 0;
  margin-right: 20px;
  color: #00BFA5;
}

.top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.top-area .EditTitle {
  margin-bottom: 0;
}
.top-area .GroupListContainer {
  background-color: #fff;
}

.UserSwitchText{
  margin-left: 5px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #636363;
}

.UserHead{
  width: 100%;
  display: flex;
  flex-direction: row;
}

.DountChartContainer{
  width:215px;
  height: 220px;
  margin: 10px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 12px 26px rgba(16, 30, 115, 0.06);
  border-radius: 8px;
}

.DountChartContainer .ChartName{
  margin: 10px 0px;
}

.DountChartContainer .ChartText{
  margin: 10px 0px;
}

.ExpireDateContainer {
  padding: 6px 12px 6px 12px;
  width: 220px;
  margin-left: 10px;
  height: 44px;
  border-radius: 3px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: solid 1px #e8e8e8;
}

.ResourceHead{
  width: 100%;
  display: flex;
  flex-direction: row;
}

.ResourceContainer{
  text-align: left;
}

.ResourceContainer .ColorTitle[classtype=iMonitor]{
  padding-left: 10px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #FF9100;
}

.ResourceContainer .ColorTitle[classtype=iAccess]{
  padding-left: 10px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color:#00BFA5;
}

.UserEditContainer .ColorTitle[classtype=iMonitor]{
  padding-left: 0px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #FF9100;
}

.UserEditContainer .ColorTitle[classtype=iAccess]{
  padding-left: 0px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color:#00BFA5;
}

.SelectCustomersContainer {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.SelectCustomersContainer > div {
  display: flex;
  flex-basis: calc(50%);
  justify-content: center;
  flex-direction: column;
}
.SelectCustomersContainer > div > div {
  display: flex;
  justify-content: left;
  flex-direction: row;
}

.SelectCustomersContainer .Recipient {
  padding: 3px;
  border: solid 1px #e8e8e8;
  display: flex;
  align-items: center;
}

.Recipient p{
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #57595c;
}


.RadioContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

/* Hide the browser's default radio button */
.RadioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color:transparent;
  border-radius: 50%;
  border: solid 3px #fff;
}

/* On mouse-over, add a grey background color */
.RadioContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.RadioContainer input:checked ~ .checkmark {

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.RadioContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.RadioContainer .checkmark:after {
 	top: 3px;
	left: 3px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #FF9900;
}


.RadioCustomContainer {
  display: flex;
  margin-left:20px;
  justify-content: center;
  flex-direction: column;
}

.RadioCustomContainer .Text{
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  margin-right:10px;
}

.RadioCustomContainer .NumInput{
  font-weight: 400;
  color: #000;
  font-size: 14px;
  margin-right:10px;
  width:90px;
  height:30px;
}

.RadioForm {
  width: 520px;
  margin-bottom:20px;
  height: auto;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}




.DashboardMoreContainer{
  position: absolute;
  top:210px;
  right:30px;
  width: 172px;
  height: 129px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color:#777;
}

.DashboardMoreContainer .Link{
  width: 171px;
  height:32px;
  border-radius: 3px;
  padding-left:12px;
  color:white;
  padding-top:5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: solid 1px #ccc;
}
.DashboardMoreContainer .Link:active{
  background-color:#ff9900;
}

.DashboardMoreContainer .Link:focus{
  background-color:#ff9900;
}



.DashboardBoardContainer{
  display: flex;
  flex-wrap: wrap;
  padding:30px;
}

.DashboardBoardContainer .Item{
  width: 260px;
  height:293px;
  border-radius: 3px;
  margin-right:20px;
  margin-bottom:20px;
  color:white;
  display: flex;
  background-color:#FFCB8E;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: solid 1px #ccc;
}


.DashboardBoardContainer .Item .Top{
  width: 230px;
  height:182px;
  margin-left:10px;
  color:white;
  display: flex;
  margin-top:10px;
  background-color:#FFCB8E;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: solid 1px #fff;

}

.DashboardBoardContainer .Item .Bottom{
  width: 258px;
  height:103px;
  padding:8px;
  color:white;
  display: flex;
  background-color:#fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

}

.DashboardBoardContainer .Item .Bottom .Text {
  margin-top:6px;
  color: #000;
  font-size: 14px;
  font-weight:400;
}

.DashboardMoreContainerInner{
  width: 172px;
  height: 129px;
  border-radius: 3px;
  display:absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color:#777;
  z-index:1;
}

.DashboardMoreContainerInner .Link{
  width: 171px;
  height:32px;
  border-radius: 3px;
  padding-left:12px;
  color:white;
  padding-top:5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: solid 1px #ccc;
}
.DashboardMoreContainerInner .Link:active{
  background-color:#ff9900;
}

.DashboardMoreContainerInner .Link:focus{
  background-color:#ff9900;
}
.DashboardMoreContainerInner .Link:hover{
  background-color:#ff9900;
}



.DashboardSwitchPanel{
  position:absolute;
  bottom:100px;
  right:40px;
  width:  40px;
  height: 140px;
  border-radius: 3px;
  display:absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index:1;
}


.MyDashboardHead{
  width: 100%;
  height:56px;
  display: flex;
  align-items:center;
  flex-direction: row;
  background-color:#FF9900;
}



.MyDashboardHead .LeftText {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-left:10px;
  color: #FFF;
}

.MyDashboardHead .RightText {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-left:20px;
  color: #FFF;
}

.DashboardComponentCategoryPanel{
  width: 60px;
  height: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.DashboardComponentCategoryItem{
  background-color:#f00;
  width: 60px;
  height: 66px;
  margin-bottom:2px;
}

.DashboardComponentCompoentPanel{
  width: 150px;
  height: 100%;
  background-color: #F4F4F4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.DashboardComponentCompoentPanel .Item{
  width: 150px;
  height: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}



.DashboardGridArea{
  display: flex;
  flex:1;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.DashboardGridArea .Head{
  width: 100%;
  height:45px;
  margin-top:0px;
  margin-bottom:0px;
  display: flex;
  align-items:center;
  flex-direction: row;
  background-color: #FFF;
  border-bottom: solid 1px #777;
  padding-right:15px;
}


.DashboardGridArea .Head  .Button {
  margin-right:20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:3px;
  color:white;
  font-size:14px;
  background-color: #ff9900;
  height: 30px;
  border-radius: 4px;
}



.DashboardGridArea .Head .Container{
  display: flex;
  height:100%;
  align-items:center;
  flex-direction: row;
  padding-left:10px;
  padding-right:10px;
  border-right: solid 1px #ddd;
}
.DashboardGridArea .Head .Container .Text {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #636363
}

.DashboardGridArea .Inner{
  width: 100%;
  flex:1;
  display: flex;
  align-items:center;
  flex-direction: row;
}

.DashboardGridArea .Inner .GridBoard{
  flex:1;
  display: flex;
  height:100%;
  align-items:flex-start;
  flex-direction: column;
  background-color: #918191;
  padding-left:30px;
  padding-right:30px;
  padding-top:20px;
}



.DashboardGridArea .Inner .GridBoard .Text{
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-left:10px;
  margin-bottom:20px;
  color: #000;
}

.DashboardGridArea .Inner .GridBoard  .Grids{
  width:calc(100vw - 400px);
  height: calc(100vh - 180px);
  overflow: auto;
  display: flex;
  justify-content:flex-start;
  align-items:flex-start;
  flex-direction: column;
}

.DashboardGridArea .Inner .GridBoard  .GridsExpand{
  width:calc(100vw - 550px);
  height: calc(100vh - 180px);
  overflow: auto;
  display: flex;
  justify-content:flex-start;
  align-items:flex-start;
  flex-direction: column;

}

/* Apply styles to the scrollable container */
.scrollable-container {
  overflow: scroll;
}

/* Scrollbar styles for WebKit-based browsers */
.scrollable-container::-webkit-scrollbar {
  background: #CCC; /* Track color */
  width: 12px; /* Vertical scrollbar width */
  height: 12px; /* Horizontal scrollbar height */
}

.scrollable-container::-webkit-scrollbar-thumb {
  background: #FF9900; /* Scrollbar thumb color */
  border-radius: 6px; /* Rounded scrollbar thumb */
}

.scrollable-container::-webkit-scrollbar-thumb:hover {
  background:#FF9900; /* Thumb color on hover */
}

.scrollable-container::-webkit-scrollbar-track {
  background: #CCC; /* Track color */
  border-radius: 6px; /* Rounded scrollbar track */
}

.DashboardGridArea .Inner .RightPanel{
  width: 250px;
  height:calc(100vh - 120px);
  display: flex;
  align-items:flex-start;
  flex-direction: column;
  background-color: #FFF;
  overflow-y: auto;
  overflow-x: hidden;
}

.DashboardGridArea .Bottom{
  width: 100%;
  height:45px;
  display: flex;
  align-items:center;
  justify-content:flex-end;
  padding-right:50px;
  flex-direction: row;
  background-color: #717171;
}


.react-grid-layout-lines {
  background-size: 20px 20px; /* Adjust based on your grid size */
  background-image:linear-gradient(to right, #bbb 1px, transparent 1px),linear-gradient(to bottom, #bbb 1px, transparent 1px);

}
.LayoutContainer {
  display: flex;
  align-items:flex-start;
  justify-content::flex-start;
  background-image:none;
  background-color:transparent;
  width:100%;
}



.LayoutContainer  .Item{
  background-color:#f00;
  border: solid 1px #e8e8e8;
}





.react-grid-layout {
  position: relative;
  background-color:#777;
  transition: height 200ms ease;
}
.react-grid-item {
  border: solid 0px #777;
  background-color:transparent;
}
.react-grid-item-focus {
  border: solid 3px #FF9900;
}

.react-grid-item img {
  pointer-events: none;
  user-select: none;
}
.react-grid-item.cssTransforms {
  transition-property: none;
}
.react-grid-item.resizing {
  transition: none;
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}

.DashbaordItemControl {
  position: absolute;
  bottom:-40px;
  right:5px;
  display: flex;
  width: 100px;
  height: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 0px 0px 0px;
}
.AuthUserUnselected{

  width:140px;
  height:35px;
  color:#000;
  padding-left:10px;
  padding-top:6px;
  border: solid 1px #000;
  margin-bottom: 10px;
  letter-spacing: normal;
  font-size:14px;
  text-align: left;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.AuthUserSelected{
  width:140px;
  height:35px;
  background-color:#ff9900;
  color:#FFF;
  padding-left:10px;
  padding-top:6px;
  margin-bottom: 10px;
  letter-spacing: normal;
  font-size:14px;
  text-align: left;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.FullScreenGridBoard{
  height:100vh;
  width:100vw;
  overflow:hidden;
}
.FullScreenGridBoard .Header{
  display: flex;
  height:60px;
  width:100vw;
  align-items:center;
  flex-direction: row;
  justify-content: center;
  background-color: #918191;
}

.FullScreenGridBoard .Header  .Button {
  margin-right:20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:3px;
  color:white;
  font-size:14px;
  background-color: #ff9900;
  height: 30px;
  border-radius: 4px;
}
.FullScreenGridBoard .Content{
  display: flex;
  height:calc(100vh - 70px);
  width:100vw;
  overflow-y:auto;
  align-items:flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: transparent;
}

.vruler {
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content: space-between;
    position: relative;
}
.vsubtick {
    position: relative;
    width: 8px;
    height: 1px;
    background-color: #000;
}

.vtick {
    position: relative;
    width: 12px;
    height: 2px;
    background-color: #000;
}

.vtick-label {
    position: absolute;
    right: 15px;
    bottom: -8px;
    font-size: 12px;
}


.ruler {
    display: flex;
    align-items:center;
    justify-content: space-between;
    position: relative;
    top: -10px;
    margin-top:10px;
}
.subtick {
    position: relative;
    width: 1px;
    height: 8px;
    background-color: #000;
}

.tick {
    position: relative;
    width: 2px;
    height: 12px;
    background-color: #000;
}

.tick-label {
    position: absolute;
    top: 15px;
    font-size: 12px;
    transform: translateX(-50%);
}

.dashboardDisplayStyle{
  border: none; /* 移除边框 */
  outline: none; /* 移除聚焦时的外边框 */
  text-align: center;        /* 文本内容居中 */
  box-sizing: border-box;    /* 确保 padding 不影响总宽度 */
　line-height: 1.5; /* 设置行高，增加行间距 */
  text-align: center;
  white-space: pre-wrap; /* 保留换行符并在需要时自动换行 */
 　word-wrap: break-word; /* 在长单词处换行，避免溢出 */
 　overflow-wrap: break-word; /* 标准属性，确保长单词换行 */
  resize: none;

}

.dashboardDisplayText{
  text-align: center;
   white-space: pre-wrap; /* 保留换行符并在需要时自动换行 */
 　word-wrap: break-word; /* 在长单词处换行，避免溢出 */
 　overflow-wrap: break-word; /* 标准属性，确保长单词换行 */

}

.react-resizable-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: 3px;
  right: 3px;
  border: 2px solid #CCC; /* Outer circle color */
  background-color: transparent; /* Hollow center */
  cursor: se-resize; /* Resize cursor */
}

/* Optional: Add a hover effect */
.react-resizable-handle:hover {
  border-color: #FF9900; /* Darker border color on hover */
}

.rc-slider-handle {
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  user-select: none;
  touch-action: pan-x;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #ff0000 !important;
  box-shadow: 0 0 0 0px #000000 !important;
}
.rc-slider-handle:focus {
  outline: none;
  box-shadow: none;
}
.rc-slider-handle:focus-visible {
  border-color: #2db7f5;
  box-shadow: 0 0 0 3px #96dbfa;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}



.dashboard_user_disabled{
  user-select: none; /* 禁用選取 */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ */
}
