
.borderbox,
.borderbox * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#welcome {
  width: 96%;
  max-width: 915px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  z-index: 100001;
  display: none;
  top: 90px;
  transform: translateX(-50%)
}

#welcome_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(54,56,69,0.7);
  z-index: 100000;
  display: none
}

#welcome .screen {
  width: 100%;
  height: 100%;
  padding: 50px 60px 45px 60px;
  position: relative;
  display: none;
  text-align: center;
}

#welcome .screen:nth-of-type(1) {
  display: inline-block
}

#welcome .close:not(.foxy_btn) {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  background: rgb(197,192,193) url(../img/redesign/close.png) center center no-repeat;
  border-radius: 15px;
  position: absolute;
  right: 19px;
  top: 19px;
  cursor: pointer;
  z-index: 1;
  transition: all 200ms linear
}

#welcome .close:hover {
  background-color: rgb(252,95,69);
}

#welcome .screen1 {
  padding-top: 90px;
  padding-bottom: 150px;
  background: url(../img/redesign/trees.png) right bottom no-repeat;
  background-size: 340px 270px;
  text-align: center;
}

#welcome .heading {
  font-size: 2em;
  color: #000;
  line-height: 1.4em;
  margin-bottom: 20px
}

#welcome .text {
  width: 100%;
  font-size: 1em;
  color: rgb(98,98,98);
  line-height: 1.9em;
  margin: 10px 0px 10px 0px;
  display: inline-block
}

.foxy_btn {
  width: auto;
  height: 50px;
  display: inline-block;
  line-height: 46px;
  padding: 0px 35px 0px 35px;
  border-radius: 10px;
  background: rgb(252,95,69);
  border: 2px solid rgb(252,95,69);
  cursor: pointer;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  transition: all 200ms linear
}

#welcome .foxy_btn:hover {
  background: #BB5334;
}

#welcome .foxy_btn.type2 {
  border-color: rgb(176,176,176);
  border-width: 1px;
  color: rgb(116,116,116);
  background: #fff
}   

#welcome .foxy_btn.type2:hover {
  background: rgb(176,176,176);
  color: #fff
}

#welcome .screen1 .foxy_btn {
  margin: 10px 7px 10px 7px
}

#welcome .screen1 #foxy {
  width: 308px;
  height: 183px;
  background: url(../img/redesign/foxy.png) center center no-repeat;
  position: absolute;
  right: -125px;
  bottom: -50px
}

#welcome .screen4 #foxy {
  width: 263px;
  height: 262px;
  background: url(../img/redesign/foxy2.png) center center no-repeat;
  position: absolute;
  right: -110px;
  bottom: -45px
}

#welcome .screen1 .text {
  margin-bottom: 50px;
  margin-top: 10px
}
    
#welcome .stepper {
  width: 100%;
  max-width: 370px;
  height: 4px;
  background: rgb(233,233,233);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 60px
}

#welcome .stepper .step {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: rgb(233,233,233);
  position: absolute;
  top: -15px;
  color: rgb(138,138,138);
  text-align: center;
  border-radius: 20px
}

#welcome .stepper .step.active {
  background: rgb(252,95,69);
  color: #fff
}

#welcome .stepper .step:nth-of-type(1) {
  left: 0
}

#welcome .stepper .step:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%)
}

#welcome .stepper .step:nth-of-type(3) {
  right: 0
}

#welcome .screen2 .text {
  max-width: 550px
}

#welcome .code {
  width: 100%;
  max-width: 505px;
  display: inline-block;
}

#welcome .code .text {
  font-weight: bold;
  margin: 20px 0px 15px 0px
}

#welcome .code pre {
  border: 1px dashed rgb(205,205,205);
  background: rgb(248,248,248); 
  color: rgb(116,116,116);
  padding: 20px 15px;
  text-align: center;
  white-space: pre-line;
  word-break: break-all;
  margin: 0
}

#welcome .tutorials {
  margin-top: 35px
}

#welcome .tutorials .items .item {
  width: 22%;
  float: left;
  display: inline-block
}

#welcome .tutorials .items .item a {
  display: inline-block
}

#welcome .tutorials .items .item:nth-of-type(5) {
  width: 12%
}

#welcome .tutorials .items .item:nth-of-type(5) a {
  color: rgb(252,95,69);
  font-weight: bold;
  border-bottom: 2px dotted rgb(252,95,69);
  padding: 0px 8px 0px 8px;
  text-decoration: none;
  margin-top: 7px
}

#welcome .tutorials .items .item:nth-of-type(5) a:hover {
  border-bottom: 2px dotted transparent
}

#welcome .tutorials .items {
  margin-top: 20px;
  max-width: 800px;
  width: 100%;
  display: inline-block;
  margin-bottom: 50px
}

#welcome .manual_tips {
  margin: 10px 0px 60px 0px
}

#welcome .manual_tips .item {
  width: 100%;
  margin: 30px 0px 30px 0px
}

#welcome .manual_tips a {
  color: rgb(34,34,34);
  font-size: 1.5em;
  text-decoration: none;
}

#welcome .manual_tips .item:last-of-type a {
  font-size: 2.7em;
  line-height: 1em;
  display: inline-block;
  transform: translateY(-20px)
}

#welcome .customer-chat-content-message {
  text-align: left;
  padding-left: 0;
  padding-right: 0
}

#welcome .operators {
  display: inline-block;;
  width: 100%;
  margin: 30px 0px 80px 0px
}
    

.customer-chat-content-button,
.ui-dialog .ui-dialog-buttonpane button,
.customer-chat-side-menu-item {
  transition: all 0.3s
}
  
  