body,
html {
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body {
  margin: 0 auto;
  position: relative;
  line-height: 20px;
}
body {
  /* &#Basketball {@primary:red;} */

  /*colors*/

  color: #1B1B1B;
  background: #f5f5f5;
}
body body,
body p,
body input,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ul,
body li,
body dl,
body dt,
body dd,
body form {
  background: #EBEBEB;
  font-family: Tahoma, Arial;
  color: #333;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
body p {
  background: #EBEBEB;
  color: #333;
  text-align: left;
  margin-left: auto;
  font-size: 14px;
  display: block;
  padding: 5px;
  border-bottom: 1px solid #BFBFBF;
  width: 90%;
  margin-right: auto;
}
body input {
  background: none;
}
body input[type='radio'],
body input[type='checkbox'] {
  margin: -3px 5px 0 0;
}
body textarea {
  margin: 3px auto;
  padding: 5px;
  Width: 100%;
  resize: none;
  border: solid 1px #f5f5f5;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
}
body #ltMsg {
  color: #ffcd00;
}
body #Name,
body #Email,
body #btnSave {
  margin: 0px auto;
  border-radius: 3px;
  line-height: 28px;
  color: #595959;
  font-family: Arial, Helvetica, sans-serif;
}
body #btnSave {
  border: none;
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  background-color: #4a7482;
  color: #ffffff;
}
body #Email {
  min-width: 200px;
}
body #txtBrowser {
  display: none;
}
body .rbtnList {
  background: #ffffff;
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
}
body .rbtnList .fbTitle {
  color: #595959;
  float: left;
  font-weight: 500;
}
body .rbtnList #Email {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}
body .rbtnList input[type=text] {
  vertical-align: middle;
  float: left;
  width: auto;
  padding: 0;
}
body .rbtnList .codeimg {
  width: 60px;
  height: 100%;
  border-radius: 4px;
  float: right;
}
body #rbtnList label {
  margin: 0 10px;
  color: #333;
  line-height: 28px;
}
body #footer2 {
  color: #333;
  background: #EBEBEB;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 20px;
}
body #rbtnList,
body .fbTitle {
  line-height: 28px;
}
body .header .navIcon {
  margin: 7px 7px 0px 0px !important;
}
body .shareText {
  line-height: 40px;
}
body .shareText img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
body #fbmain {
  background: #f5f5f5;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  font-size: 14px;
}
body #fbmain .uploadbox textarea {
  background: none;
  border: none;
  padding: 10px;
  margin: 0;
}
body .uploadbox {
  background: #ffffff;
  margin-bottom: 10px;
  height: 200px;
  border-radius: 4px;
}
body .uploadbox textarea:focus {
  outline: none;
  border: none;
}
body .uploadbox .picbox,
body .uploadbox .picbox2 {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  margin: 10px;
  display: inline-block;
  position: relative;
}
body .uploadbox .picbox::before,
body .uploadbox .picbox::after {
  content: "";
  background: #8C8C8C;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .uploadbox .picbox::after {
  transform: rotate(90deg);
  top: 47%;
  left: 30%;
}
body .uploadbox .picbox .uppic,
body .uploadbox .picbox2 .uppic {
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
body .uploadbox .text {
  text-align: left;
  position: relative;
  left: 68px;
  top: -60px;
}
body .uploadbox .text span {
  color: #8C8C8C;
  font-size: 11px;
  display: block;
}
body.dark {
  /*colors*/

  color: #D9D9D9;
  background: #232323;
}
body.dark body,
body.dark p,
body.dark input,
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark ul,
body.dark li,
body.dark dl,
body.dark dt,
body.dark dd,
body.dark form {
  background: #1B1B1B;
  font-family: Tahoma, Arial;
  color: #BFBFBF;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
body.dark p {
  background: #262626;
  color: #BFBFBF;
  text-align: left;
  margin-left: auto;
  font-size: 14px;
  display: block;
  padding: 5px;
  border-bottom: 1px solid #333;
  width: 90%;
  margin-right: auto;
}
body.dark input {
  background: none;
}
body.dark input[type='radio'],
body.dark input[type='checkbox'] {
  margin: -3px 5px 0 0;
}
body.dark textarea {
  margin: 3px auto;
  padding: 5px;
  Width: 100%;
  resize: none;
  border: solid 1px #262626;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
}
body.dark #ltMsg {
  color: #b38f00;
}
body.dark #Name,
body.dark #Email,
body.dark #btnSave {
  margin: 0px auto;
  border-radius: 3px;
  line-height: 28px;
  color: #8C8C8C;
  font-family: Arial, Helvetica, sans-serif;
}
body.dark #btnSave {
  border: none;
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  background-color: #4a7482;
  color: #ffffff;
}
body.dark #Email {
  min-width: 200px;
}
body.dark #txtBrowser {
  display: none;
}
body.dark .rbtnList {
  background: #1B1B1B;
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
}
body.dark .rbtnList .fbTitle {
  color: #8C8C8C;
  float: left;
  font-weight: 500;
}
body.dark .rbtnList #Email {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}
body.dark .rbtnList input[type=text] {
  vertical-align: middle;
  float: left;
  width: auto;
  padding: 0;
}
body.dark .rbtnList .codeimg {
  width: 60px;
  height: 100%;
  border-radius: 4px;
  float: right;
}
body.dark #rbtnList label {
  margin: 0 10px;
  color: #BFBFBF;
  line-height: 28px;
}
body.dark #footer2 {
  color: #BFBFBF;
  background: #262626;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 20px;
}
body.dark #rbtnList,
body.dark .fbTitle {
  line-height: 28px;
}
body.dark .header .navIcon {
  margin: 7px 7px 0px 0px !important;
}
body.dark .shareText {
  line-height: 40px;
}
body.dark .shareText img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
body.dark #fbmain {
  background: #232323;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  font-size: 14px;
}
body.dark #fbmain .uploadbox textarea {
  background: none;
  border: none;
  padding: 10px;
  margin: 0;
}
body.dark .uploadbox {
  background: #1B1B1B;
  margin-bottom: 10px;
  height: 200px;
  border-radius: 4px;
}
body.dark .uploadbox textarea:focus {
  outline: none;
  border: none;
}
body.dark .uploadbox .picbox,
body.dark .uploadbox .picbox2 {
  background: #232323;
  width: 50px;
  height: 50px;
  border: 1px solid #262626;
  border-radius: 4px;
  margin: 10px;
  display: inline-block;
  position: relative;
}
body.dark .uploadbox .picbox::before,
body.dark .uploadbox .picbox::after {
  content: "";
  background: #8C8C8C;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.dark .uploadbox .picbox::after {
  transform: rotate(90deg);
  top: 47%;
  left: 30%;
}
body.dark .uploadbox .picbox .uppic,
body.dark .uploadbox .picbox2 .uppic {
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
body.dark .uploadbox .text {
  text-align: left;
  position: relative;
  left: 68px;
  top: -60px;
}
body.dark .uploadbox .text span {
  color: #595959;
  font-size: 11px;
  display: block;
}
