#ifm {
  outline: none;
  border: none;
  overflow: hidden;
  z-index: 1;
  position: fixed;
}
.headerRight:after,
.codeArea:after {
  content: '.';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#react {
  position: relative;
  z-index: 10;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}

textarea {
  font-family: Regular;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 15px;
}
p {
  font-size: 14px;
}
label,
input[type='button'],
input[type='submit'],
input[type='file'],
button {
  cursor: pointer;
}

/*Moz Required Box shadow Isssue*/
input[required]:-moz-ui-invalid {
  box-shadow: none;
}

body {
  background: #f5fafb;
  font: 14px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
}
.main {
  height: 100vh;
  width: 100vw;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  /*      max-width: 1300px;  */
  margin: auto;
  background: #fff;
  border-left: 1px solid #d8dce5;
  border-right: 1px solid #d8dce5;
  box-shadow: -60px 0px 70px -90px #000000, 60px 0px 70px -90px #000000;
}
.header {
  padding: 6px 20px 10px 20px;
  border-bottom: 1px solid #d8dce5;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  background-color: #f9fffe;
  border: 1px solid #ddd;
}
.footer {
  text-align: center;
  padding: 8px;
  border-top: 1px solid #d8dce5;
  font: 12px 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
  color: #5e6d82;
  text-decoration: none;
  background: #fff;
}
.container {
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  flex: 1;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  overflow: auto;
}
.iconContainer {
  width: 100%;
  flex: 1;
  overflow: auto;
}
.wicon {
  width: 80%;
  margin: 20px auto;
}
.iconCont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container,
.footer,
.header {
  -webkit-animation: render 0.8s 1; /* Safari 4.0 - 8.0 */
  animation: render 0.8s 1;
}

@-webkit-keyframes render {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes render {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.leftPanel {
  width: 18vw;
  text-align: center;
}
.leftPanel,
.headerLeft {
  min-width: 180px;
}
.headerLeft {
  text-align: left;
}
html[dir='rtl'] .headerLeft {
  text-align: right;
}
.rightPanel,
.headerRight {
  width: calc(100vw - 212px);
  height: 100%;
  flex: 1;
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  flex: 1;
}
.headerRight {
  text-align: right;
}
html[dir='rtl'] .headerRight {
  text-align: left;
}
.headerRight button {
  color: #888;
  font: 13px/30px 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
  margin: 3px 12px 0px 12px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: none;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
  padding: 0px 3px;
  outline: none;
  border-radius: 0;
  background: transparent;
}
.headerRight button:focus {
  color: #888 !important;
  border-bottom: 1px solid #888 !important;
}
.headerRight button:hover {
  color: #888 !important;
  border-bottom: 1px solid #888 !important;
}
.activeTab {
  color: #888 !important;
  border-bottom: 1px solid #888 !important;
}
.headerLeftimg {
  width: 110px;
  height: 30px;
  background: url('../images/desk.png');
  background-size: 100% 100%;
  display: inline-block;
}

.leftPanel {
  border-right: 1px solid #d8dce5;
  height: 100%;
  text-align: left;
  padding: 5px 0px;
  overflow: auto;
  width: 210px;
  background-color: #f9faff;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.07);
}

html[dir='rtl'] .leftPanel {
  border-left: 1px solid #d8dce5;
}
.comp {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  box-shadow: 0 3px 15px transparent;

  color: #333;
  padding: 11px 0 11px 16%;
  cursor: pointer;
  display: block;
  width: 100%;
}
.compAct {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: #2c303f;
  width: 100%;
  box-shadow: 0 3px 15px #b3b1b1;

  color: white;
  padding: 11px 0 11px 16%;
  cursor: pointer;
  display: block;
  width: 100%;
}
/*.comp:hover,
.comp:focus {
  color: #000;
  background: #f7fdfd;
  border-top: 0.5px solid #eaeaea;
  border-bottom: 0.5px solid #eaeaea;
}*/
.headerRight .inputBox {
  border: 1px solid #f1f1f1;
  float: left;
  margin-left: 5vw;
  margin-top: 8px;
  width: 20vw;
  padding: 3px 10px;
}
.headerRight .inputBox input {
  -webkit-appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 1px;
  border: none;
  color: #000;
  display: inline-block;
  font: 13px 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
  height: 18px;
  line-height: 1;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: calc(100% - 25px);
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.hideSVG {
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
}
.icon-search {
  width: 20px;
  height: 13px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  color: #f1f1f1;
}
.icon-embed2 {
  width: 30px;
  height: 14px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  cursor: pointer;
  color: #2d313d;
}
.icon-embed2:hover {
  color: #000;
}
.getting {
  width: 100%;
  padding-top: 30px;
  height: 100%;
  background: url('../images/bottombg.jpg');
  background-size: 100% 100%;
  overflow: auto;
}
.getting h1 {
  font: 25px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  margin: 10px auto;
  text-align: center;
  color: #000;
  letter-spacing: 1.1px;
  width: 70%;
  margin-top: 50px;
}
.getting > p {
  width: 70%;
  margin: 30px auto;
  text-indent: 50px;
  font: 17px/25px 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
  color: #5f5f5f;
}
.getting div {
  width: 50%;
  margin: 0px auto;
  text-align: center;
  font: 18px 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
  color: #5f5f5f;
}
.getting div span:first-child {
  margin-top: 10px;
}
.getting div span {
  display: inline-block;
  width: 100%;
  text-indent: 180px;
  text-align: left;
  font: 15px 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
  color: #5f5f5f;
  margin: 5px 0px;
}
.accessBG {
  width: 100%;
  height: 100%;
  background: url('../images/bottombg.jpg');
  background-size: 100% 109%;
  overflow: auto;
}
.accessibility {
  width: 70%;
  margin: 20px auto;
  margin-top: 40px;
}
.accessHead {
  font: 18px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  color: #000;
  margin: 10px 0px;
}
.accessCon {
  font: 15px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  color: #5f5f5f;
  margin: 10px 0px;
  text-indent: 50px;
  line-height: 20px;
}
.accessR {
  margin-top: 40px;
}
.accessCon p {
  text-indent: 80px;
  font: 14px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  margin-top: 8px;
  line-height: 20px;
}
.hide {
  display: none;
}
.showThemePop {
  position: absolute;
}

.showThemePop {
  top: calc(100% + 11px);
  text-align: center;
  font: italic normal 90% Georgia, serif;
  line-height: 150%;
  color: black;
  text-shadow: white 0 1px;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 0px 15px #ddd;
  border: 0.5px solid #ddd;
  border-radius: 3px;
  position: absolute;
  width: 165px;
  right: -0px;
  margin-left: -125px;
  margin-bottom: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  z-index: 10;
}

.showThemePop:before,
.showThemePop:after {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 100%;
  left: calc(100% - 20px);
  margin-left: -10px;
  top: -31px;
  transform: rotate(180deg);
}

.rightPanel {
  overflow: auto;
  scroll-behavior: smooth;
}
.showThemePop:before {
  border-top: 10px solid #111;
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}

.showThemePop:after {
  border-top: 10px solid #fdfbfb;
  margin-top: -2px;
  z-index: 1;
}
.designTokens {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  width: 100%;
}
.showThemePop {
  visibility: visible;
  opacity: 1;
}
.showThemePop span {
  padding: 10px;
  text-align: left;
  font: 13px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  color: #888;
  transition: all 0.3s ease;
  padding-left: 30px;
  display: block;
}
.showThemePop span:hover {
  color: #000;
  background: #f2f9fb;
}
.showThemePop span:focus {
  color: #000;
  background: #f2f9fb;
}
.themeAct {
  color: #000 !important;
  background: #f2f9fb !important;
}
.designTokenDet {
  width: 95%;
  height: 100%;
  padding: 10px 0px;
  margin-left: 5%;
  padding-right: 5%;
  overflow: auto;
  scroll-behavior: smooth;
}
.designTokenDet h1 {
  font: 22px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  padding: 20px 0px;
}
.designTokenDet h2 {
  font: 16px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  padding: 20px 0px;
}
.designTokenDet p {
  font: 15px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  padding-left: 50px;
  line-height: 20px;
  color: #5d5d5d;
}
.bgColors {
  padding-left: 50px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
  align-items: center;
}
.colorShow {
  padding: 5px;
  width: 250px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 5px #ddd;
  margin: 10px 40px 10px 0px;
}
.colorShow div {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
}
.colorShow span {
  display: block;
  padding: 5px 10px;
  text-align: center;
  font: 13px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
}
.colorValue {
  font: 12px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
}
.renHead {
  padding: 10px;
  font: 20px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  background: #fcffff;
  border-bottom: 1px solid #d8dce5;
}
.renP {
  font: 16px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  padding: 0px 40px;
  margin: 20px 0px;
}
.renh2 {
  padding: 10px;
  font: 15px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}
.renderArea {
  padding: 0px 40px;
  margin: 30px 0px;
}
.renDes {
  font: 14px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  padding: 0px 40px;
  margin: 5px 0px;
}
.renderPart {
  background: #fff;
  transition: all 0.5s ease;
  border-top: 0.5px solid #f7f7f7;
  border-bottom: 0.5px solid #f7f7f7;
  padding-left: 30px;
}

.mobileMenu {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url('../images/menu.png');
  display: none;
  margin-top: 5px;
  cursor: pointer;
}
.mobileMenu:hover {
  border-bottom: 0.5px solid transparent;
}
.menus {
  display: inline-block;
}
.toogleArowLeft,
.toogleArowLeftSub {
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 5px;
  position: fixed;
  left: calc(50% - 20px);
  top: 43px;
  display: none;
  background: #fff;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.toogleArowLeftSub {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
.toogleArowLeft div,
.toogleArowLeftSub div {
  background-image: url('../images/bottom.png');
  height: 15px;
  width: 15px;
  background-size: cover;
}
.icons,
.faqs {
  text-align: center;
  width: 100%;
  height: 90%;
  color: #888;
  font: 16px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  overflow: auto;
}
.iconcont {
  text-align: center;
}
.icTemp {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin: 10px 0px;
}
.icTemp div:first-child {
  padding: 10px;
}

.inputBoxFocus {
  border: 1px solid #ddd !important;
  box-shadow: 0px 0px 5px #ddd;
}
.inSearch {
  color: #ddd !important;
}
.codeArea {
  transition: height 0.5s ease;
  width: 100%;
  height: 0px;
  overflow: hidden;
  margin: 10px 0px;
}
.codeView {
  transition: height 0.5s ease;
  /*overflow: hidden;
  height: 430px;*/
  width: 100%;
  margin: 10px 0px;
}
.codeArea textarea,
.codeView textarea,
.htmlArea {
  transition: all 0.3s ease;
  width: 45%;
  height: 400px;
  border: 1px solid #ddd;
  float: left;
  margin: 20px 2.5%;
  overflow: auto;
  padding: 10px;
  font: 13px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  resize: none;
  outline: none;
  color: #888;
  background: transparent;
}
.codeArea textarea:hover,
.codeView textarea:hover {
  transition: all 0.3s ease;
  color: #000;
  background: #fff;
}

.lod {
  padding: 0;
  height: 100%;
  display: table;
  margin: 0 auto;
  background: #f5f5f5;
}
.loading {
  top: 40%;
  left: calc(50% + 90px);
  width: 150px;
  height: 60px;
  font: 16px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
  position: absolute;
  text-align: center;
  margin-top: -30px;
  margin-left: -175px;
  text-shadow: #808080 1px 1px 1px;
  z-index: 1;
}

.letter {
  float: left;
  width: 15px;
  height: 60px;
  position: relative;
  animation: flip 2s infinite;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.letter div {
  color: #4b6;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(0);
  backface-visibility: hidden;
  animation: color 16s infinite;
}

.letter div.back {
  transform: rotateY(180deg);
}

.letter:nth-child(1),
.letter:nth-child(1) div {
  animation-delay: 0.125s;
}
.letter:nth-child(2),
.letter:nth-child(2) div {
  animation-delay: 0.25s;
}
.letter:nth-child(3),
.letter:nth-child(3) div {
  animation-delay: 0.375s;
}
.letter:nth-child(4),
.letter:nth-child(4) div {
  animation-delay: 0.5s;
}
.letter:nth-child(5),
.letter:nth-child(5) div {
  animation-delay: 0.625s;
}
.letter:nth-child(6),
.letter:nth-child(6) div {
  animation-delay: 0.75s;
}
.letter:nth-child(7),
.letter:nth-child(7) div {
  animation-delay: 0.875s;
}
.letter:nth-child(8),
.letter:nth-child(8) div {
  animation-delay: 1s;
}
.letter:nth-child(9),
.letter:nth-child(9) div {
  animation-delay: 1.125s;
}
.letter:nth-child(10),
.letter:nth-child(10) div {
  animation-delay: 1.25s;
}

@keyframes flip {
  0% {
    transform: rotateY(0deg) translate(0);
  }
  40%,
  100% {
    transform: rotateY(180deg) translate(0);
  }
}

@keyframes color {
  1.5% {
    color: #6ad;
  }
  3%,
  12.5% {
    color: #f80;
  }
  14% {
    color: #4b6;
  }
  15.5%,
  25% {
    color: #f68;
  }
  26.5% {
    color: #c83;
  }
  28%,
  37.5% {
    color: #96c;
  }
  39% {
    color: #c83;
  }
  40.5%,
  50% {
    color: #e44;
  }
  51.5% {
    color: #f80;
  }
  53%,
  62.5% {
    color: #4b6;
  }
  64% {
    color: #f68;
  }
  65.5%,
  75% {
    color: #c83;
  }
  76.5% {
    color: #96c;
  }
  78%,
  87.5% {
    color: #6ad;
  }
  89% {
    color: #f80;
  }
  90.5%,
  100%,
  0% {
    color: #4b6;
  }
}

.keyBoard {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  line-height: 90vh;
  text-align: center;
  transform: scale(0);
  -webkit-animation: keyAni 0.8s ease;
  animation: keyAni 0.8s ease;
}

.keyBoard span {
  padding: 100px 150px;
  background: #130f139e;
  color: #fff;
  box-shadow: 0px 0px 15px #000;
  border-radius: 10px;
  font: 55px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
}

@-webkit-keyframes keyAni {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes keyAni {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@media screen and (max-width: 950px) {
  .codeArea textarea,
  .codeView textarea,
  .htmlArea {
    width: 90%;
  }
  .menusHide {
    display: none;
  }
  .header {
    padding: 5px 10px;
  }
  .mobileMenu {
    display: inline-block;
    z-index: 10;
  }
  .menus {
    position: absolute;
    top: 40px;
    right: 25px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px #ddd;
    z-index: 11;
    background: #fff;
    text-align: left;
    min-width: 150px;
    max-width: 2000px;
  }
  .menus button {
    display: block;
  }
  .headerRight .inputBox {
    width: 70vw;
    margin-top: 2px;
  }
  .headerLeft {
    min-width: 0;
  }
  .footer {
    display: none;
  }
  .getting h1 {
    font: 16px 'ProximaNovaThin', Arial, Helvetica, sans-serif;
    width: 90%;
    margin-top: 0px;
  }
  .getting > p {
    width: 90%;
    font: 13px/25px 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
    margin-top: 10px;
  }
  .getting div {
    width: 90%;
    font-size: 15px;
  }
  .getting div span {
    text-indent: 20px;
    font-size: 12px;
  }
  .container,
  .designTokens {
    flex-direction: column;
  }
  .leftPanel,
  .rightPanel {
    width: 100%;
  }
  .leftPanel {
    height: 0px;
    overflow: hidden;
    padding: 0;
  }
  .leftPanelShow {
    height: 50vh;
    overflow: auto;
    position: absolute;
    background: #fff;
    padding-top: 30px;
    border-bottom: 1px solid #ddd;
    z-index: 5;
  }

  .toogleArowLeft,
  .toogleArowLeftSub {
    display: inline-block;
    z-index: 10;
  }
  .colorShow {
    margin-right: 10px;
  }
  .bgColors {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .headerLeft {
    min-width: 0px;
  }
  .headerLeftimg {
    background: url('../images/desklogo.png');
    background-size: 100% 100%;
    height: 30px;
    width: 30px;
  }
}

.dis {
  cursor: not-allowed !important;
}
.ss {
  height: 10px;
  width: 10px;
}
.reactcodeview {
  color: #2d313e;
  background-color: #fafafa;
  margin-left: 60px;
  margin-right: 60px;
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
}

.tableHeaderNB {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid transparent;
}

.propsTable {
  width: 90%;
  margin: 40px auto;

  border: 1px solid #ebedf0;
  font-size: 14px;
  line-height: 1.5;
  empty-cells: show;
}
.tableHeader {
  display: flex;
  flex-direction: row;
}
.proprti {
  margin-top: 20px;
  padding: 10px;
  background-color: #fafafa;
  font-size: 18px;
  padding-left: 80px;
}
.brR {
  white-space: nowrap;
  color: #5c6b77;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.02);
  padding: 16px 24px;
  text-align: left;
}

.tableHeader span,
.tableHeaderNB span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  border-right: 1px solid #ebedf0;
  padding: 16px 24px;
  text-align: left;
  border-bottom: 1px solid #ebedf0;
}
.tableHeaderNB span {
  border-bottom-width: 0;
}
.bn {
  border-right-width: 0;
}

.rtlSel {
  color: green !important;
}

.installIntro {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 50px auto !important;
  width: 30% !important;
  font-size: 14px !important;
}
.codeHint {
  width: 50%;
  padding: 10px;
  background: #f0f0f0;
  text-align: center;
  margin: 40px auto 30px;
  font-size: 15px;
}
@media only screen and (min-width: 1921px) {
  .main {
    width: 1920px;
  }
}
