.rotating-block .for-layer-1,
.rotating-block .for-layer-2,
.rotating-block .layer-3,
.screen-shoot-popup .screen-circle {
  animation-name: rotating;
  animation-iteration-count: infinite;
}
.header-menu .menu--items,
.input-form .input-box input,
body {
  font-family: Lato, sans-serif;
}
#menu ul a,
.browser-select--number,
.left-title--item,
.no-wrap,
.ui-select-wrap ul,
div.tab button label {
  white-space: nowrap;
}
#menu,
#menu ul,
.image-annotation-props li:nth-child(1),
.loading-text li,
ul.tabs {
  list-style: none;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #343c3f;
}
@media screen and (max-width: 1920px) {
  .containerFixed {
    width: 100%;
    margin: 0 35px;
    min-width: 320px;
  }
}
.fetu-menu li .tooltip.right {
  min-width: 120px;
}
.container {
  width: 1140px;
  margin: 0 auto;
  min-width: 320px;
}
.icons {
  margin-right: 16px;
  height: 20px;
  width: 20px;
  background: url(../images/icons/sprite-header.png) no-repeat;
}
.icons.icon--1 {
  background-position: -5px -5px;
}
.icons.icon--2 {
  width: 23px;
  height: 21px;
  background-position: -35px -5px;
}
.icons.icon--3 {
  width: 22px;
  height: 16px;
  background-position: -68px -5px;
}
.icons.icon--4 {
  width: 21px;
  height: 21px;
  background-position: -100px -5px;
}
.icons.icon--5 {
  width: 24px;
  height: 22px;
  background-position: -131px -5px;
}
.icons.icon--6 {
  width: 17px;
  height: 15px;
  background-position: -165px -5px;
}
.icons.icon--7 {
  width: 19px;
  height: 19px;
  background-position: -192px -5px;
}
.icons.icon--8 {
  width: 16px;
  height: 16px;
  background-position: -221px -5px;
}
.icons.icon--9 {
  width: 21px;
  height: 21px;
  background-position: -247px -5px;
}
.icons-2 {
  background-image: url(../images/icons/sprite-main.png);
  background-repeat: no-repeat;
  height: 100%;
}
.icons-2.icon--1 {
  width: 30px;
  height: 27px;
  background-position: -5px -5px;
}
.icons-2.icon--2 {
  width: 17px;
  height: 27px;
  background-position: -45px -5px;
}
.icons-2.icon--3 {
  width: 25px;
  height: 24px;
  background-position: -72px -5px;
}
.icons-2.icon--4 {
  width: 21px;
  background-position: -107px 12px;
}
.icons-2.icon--5 {
  width: 20px;
  background-position: -138px 12px;
}
.icons-2.icon--6 {
  width: 17px;
  background-position: -168px 12px;
}
.icons-2.icon--7 {
  width: 16px;
  background-position: -195px 12px;
}
.icons-2.icon--8 {
  width: 18px;
  background-position: -221px 12px;
}
.inner-menu ul li {
  padding: 0;
  position: relative;
}
.inner-menu a {
  margin-left: 38px;
}
.inner-menu a:after {
  content: " ";
  position: absolute;
  top: 9px;
  left: -29px;
  width: 22px;
  height: 1px;
  background: #d6d9db;
}
.inner-menu li.is-showing a:before {
  content: "●";
  position: absolute;
  top: -3px;
  left: -33px;
  color: #d6d9db;
  font-size: 16px;
}
.inner-menu li.is-showing a {
  color: #8a8f99;
}
.header-menu {
  display: flex;
  position: relative;
  justify-content: flex-end;
  top: 0;
  height: 45px;
  background: #fff;
  z-index: 4;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}
.header-menu .header-menu--logo .hamburger {
  display: none;
}
.header-menu .menu--items {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  color: #73848a;
  font-size: 12px;
}
.header-menu .menu--items img {
  margin-right: 6px;
}
.header-menu .header-menu--logo {
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 24px;
  color: #070707;
}
.header-menu .account-triangle:after {
  content: "▼";
  margin-left: 9px;
  position: relative;
  top: 0;
  font-size: 9px;
}
.header-path {
  font-size: 11.65px;
  color: rgba(114, 114, 114, 0.7);
  position: relative;
  margin-top: 35px;
  padding: 15px 0;
}
.header-path .header-path-list {
  display: inline-block;
  list-style-type: disc;
  position: relative;
  margin-right: 22px;
}
.ProjectSelection ul,
.dropList ul,
.filterlist ul,
.instrument-bar ul,
ul.projectAndVersion,
ul.testoption {
  list-style-type: none;
}
.header-path span {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #343c3f;
  top: 50%;
  border-radius: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.header-path .header-path-list:last-child span {
  background-color: transparent;
}
.input-form {
  max-width: 860px;
  margin: 0 auto 32px;
  display: flex;
  padding-top: 45px;
  justify-content: space-between;
}
.input-form .input-box {
  position: relative;
  flex-basis: 435px;
}
.input-form .input-box .input--label {
  position: absolute;
  font-size: 17px;
  top: -30px;
}
.input-form .input-box input:focus {
  outline: 0;
  border: 1px solid #eaeaea;
  background-color: #fff;
}
.input-form .input-box .input--label:before {
  content: "Place your URL";
  font-size: 12.2px;
  font-weight: 400;
  color: rgba(137, 137, 137, 0.7);
  height: 13px;
  top: 40px;
  z-index: 1;
  left: 12px;
  position: absolute;
  white-space: nowrap;
}
.input-form .input-box input,
.input-form select {
  font-size: 16.67px;
  color: #424242;
  height: 55px;
  position: relative;
}
.input-form .input-box input {
  background-color: #ebebeb;
  background-image: url(../images/icons/chain.png);
  background-repeat: no-repeat;
  background-position: 3% 74%;
  width: calc(100% - 5px);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 25px 0 7px 35px;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.input-form select,
.version div {
  transition: all 0.1s ease-in-out;
  font-family: Lato, sans-serif;
}
.input-form select:focus {
  outline: 0;
  border: 1px solid #eaeaea;
  background-color: #fff;
}
.input-form select {
  background-color: #ebebeb;
  -webkit-transition: all 0.1s ease-in-out;
  padding: 25px 0 7px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 0;
  border: 1px solid #ebebeb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 226px;
}
.input-form .input-box--select {
  margin-left: 15px;
  position: relative;
  flex-basis: 285px;
}
.input-form .input-box--select:after:hover {
  background: #2995a5;
}
.input-form .input-box--select:after {
  content: "?";
  position: absolute;
  right: 23px;
  bottom: 10px;
  text-align: center;
  border-radius: 50%;
  background: rgba(144, 145, 145, 0.9);
  cursor: pointer;
  color: #d9d9d9;
  width: 20px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.device-display .display--item,
.input-form button {
  transition: all 0.2s ease-in-out;
  display: flex;
  cursor: pointer;
}
.input-form .input-box--select:before {
  content: "▶︎";
  position: absolute;
  transform: rotate(90deg);
  top: 30px;
  font-size: 10px;
  z-index: 1;
  right: 60px;
  color: #414141;
}
.input-form .input-box--select .input--label:before {
  content: "Optional";
}
.input-form button,
.input-form button:active,
.input-form button:focus,
.input-form button:hover {
  outline: 0;
}
.input-form button img {
  margin: 0 16px 0 0;
}
.input-form button:hover {
  background: #f97129;
}
.input-form button {
  width: 168px;
  align-items: center;
  justify-content: center;
  background: #e0722c;
  color: #fff;
  font-size: 16.67px;
  border: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.device-display {
  background: rgba(235, 235, 235, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  padding: 0 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.device-display .display--item {
  opacity: 0.2;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
}
.browser,
.rotating-block .BrowseIconWrap {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}
.device-display .display--item img {
  margin: 0 auto;
}
.device-display .display--item.active {
  transform: scale(1.2);
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 30px 1px rgba(90, 90, 90, 0.1);
}
.inner-container {
  width: 860px;
  margin: 0 auto 17px;
  display: flex;
  align-items: flex-end;
}
.table-titles {
  width: 600px;
  display: flex;
  padding-right: 10px;
  padding-bottom: 10px;
}
.table-titles .table-titles--item {
  font-size: 16.67px;
  width: 200px;
  text-align: center;
}
.props {
  background: #fafafa;
  min-height: 50vh;
  box-shadow: inset 0 7px 22px -11px rgba(0, 0, 0, 0.1);
}
.browser.active,
.version div.active {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.13);
}
.browsers {
  width: 170px;
  text-align: center;
  padding: 32px 0 40px;
}
.browser.active {
  background-color: #fbfbfb;
  filter: grayscale(0);
}
.browser {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #d7dbdf;
  filter: grayscale(1);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 0 auto 12px;
}
.version div.active {
  background-color: #fbfbfb;
  color: #27a6b3;
  font-size: 16px;
  margin: 15px auto;
}
.version--1::-webkit-scrollbar {
  width: 0;
  background: 0;
}
.version .latest,
.version .popular {
  font-size: 33px;
  color: #fff5f6;
  position: absolute;
  right: -14px;
  top: -10px;
}
.version div {
  position: relative;
  font-size: 12px;
  color: #2e2e2e;
  padding: 4px 0;
  width: 40px;
  margin: 8px auto 0;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.1s ease-in-out;
}
.controller-box,
ul.tabs li {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.os div {
  width: 150px;
}
.resolution div {
  width: 110px;
}
.props .inner-container {
  display: flex;
  align-items: flex-start;
}
.props .table-titles {
  padding-top: 25px;
}
.titleHead .table-titles--item {
  font-weight: 700;
  text-transform: uppercase;
  color: #222f49;
}
.header-path {
  width: 100%;
  margin: 0 20px;
}
.header-path ul {
  padding: 0;
  margin: 0;
}
.latest-popular {
  display: none;
  color: #898a8a;
  font-size: 13px;
  background: #fafafa;
  position: fixed;
  z-index: 2;
  bottom: 0;
  height: 50px;
  width: 100%;
  border-top: 2px solid #e1e1e1;
}
.latest-popular .latest-popular-block {
  width: 1050px;
  margin: 0 auto;
}
.latest-popular .latest-popular-block div {
  position: relative;
  margin: 16px 17px 20px 27px;
  display: inline-block;
}
.prop-mobile {
  display: none;
  justify-content: center;
}
.prop-mobile .prop-mobile--item select:focus {
  outline: 0;
}
.prop-mobile .prop-mobile--item:nth-child(2) {
  margin: 0 32px 0 44px;
}
.prop-mobile .prop-mobile--item {
  position: relative;
}
.prop-mobile .prop-mobile--item p {
  margin: 6px 0;
  font-size: 17px;
  font-family: Lato, sans-serif;
  font-weight: 600;
}
.prop-mobile .prop-mobile--item select {
  border: 0;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 26px 7px 13px;
  font-size: 17px;
  color: #2da5b4;
  font-weight: 400;
  font-family: Lato, sans-serif;
  box-shadow: 0 0 30px 1px rgba(90, 90, 90, 0.1);
}
.prop-mobile .prop-mobile--item:after {
  content: "▶︎";
  position: absolute;
  top: 44px;
  right: 10px;
  color: #1c1c1c;
  font-size: 10px;
  transform: rotate(90deg);
}
@media screen and (max-width: 1317px) {
  .latest-popular .latest-popular-block {
    margin: 0 0 0 132px;
  }
  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .history-block {
    margin: 30px 30px 0 20px !important;
  }
}
@media screen and (max-width: 1140px) {
  .container {
    width: 100%;
  }
  .history-container {
    text-align: center;
  }
  .history-block {
    text-align: left;
  }
  .header-path {
    width: auto;
  }
  .inner-container {
    width: 100%;
  }
  .table-titles {
    padding-right: 45px;
  }
  .input-form {
    padding: 60px 10px;
  }
  .device-display {
    margin-left: 10px;
  }
  .latest-popular .latest-popular-block {
    width: 100%;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .browsers {
    margin-left: 45px;
  }
  .table-titles .table-titles--item {
    width: 197px;
  }
  .input-form {
    width: 780px;
  }
  .input-form .input-box {
    flex-basis: 350px;
  }
  .input-form .input-box .input--label {
    font-size: 15px;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .input-form {
    display: block;
  }
  .input-form .input-box,
  .input-form button {
    display: block;
    margin: 20px 30px;
  }
  .input-form .input-box input {
    width: 426px;
  }
  .input-form .input-box .select,
  .input-form .input-box--select {
    width: 226px;
  }
  .input-form .input-box--select:after {
    right: -25px;
  }
  .input-form button {
    height: 60px;
  }
  .input-form button img {
    margin: 0 17px 0 0;
  }
  .nav-bar {
    padding: 11px;
  }
  .header-menu .header-menu--logo img {
    width: 90px;
  }
  .header-menu .menu--items {
    margin-left: 7px;
  }
  .browsers {
    min-width: 160px;
  }
  .os div {
    width: 100px;
  }
  .resolution div {
    width: 85px;
  }
  .device-display {
    margin-left: 10px;
  }
}
.hamburger {
  height: 21px;
}
.humburger-lines {
  left: 4px;
}
@media screen and (max-width: 620px) {
  .header-path,
  .latest-popular,
  .menu--items span,
  .table-titles {
    display: none;
  }
  .main-content {
    margin-left: 0;
  }
  .browsers {
    width: 100%;
  }
  .browsers .browser {
    display: inline-block;
    margin: 0 1%;
  }
  .inner-container {
    justify-content: center;
  }
  .prop-mobile {
    display: flex;
  }
  .account-triangle {
    margin-right: 5px;
  }
  .header-menu .account-triangle:after {
    margin-left: 0;
  }
  .header-menu {
    padding-right: 10px;
    background: #27a6b3;
    z-index: 4;
  }
  .header-menu .menu--items {
    margin-left: 13px;
  }
  .header-menu .header-menu--logo .hamburger:after {
    content: " ";
    width: 1px;
    height: 43px;
    position: absolute;
    top: -21px;
    right: -16px;
    background: rgba(255, 255, 255, 0.3);
  }
  .header-menu .header-menu--logo .hamburger {
    display: inline-block;
    position: relative;
    margin-right: 46px;
    top: 10px;
    left: -8px;
  }
  .header-menu .header-menu--logo img {
    position: relative;
    top: -35px;
    left: 50px;
  }
  .view-recent {
    margin-left: 30px;
    width: 280px !important;
  }
  button.capture-btn {
    width: 280px;
  }
  .input-form .input-box input {
    max-width: 96%;
    width: 245px;
  }
  .table-container {
    overflow-x: auto;
    display: block !important;
  }
}
@media screen and (max-width: 400px) {
  .prop-mobile .prop-mobile--item:nth-child(2) {
    margin: 0 5px 40px;
  }
  .prop-mobile .prop-mobile--item select {
    font-size: 16px;
  }
  .input--label {
    font-size: 14px;
  }
  .header-menu .header-menu--logo .hamburger {
    margin-right: 18px !important;
    top: 9px;
  }
  .header-menu .header-menu--logo {
    font-size: 21px !important;
  }
  .header-menu .menu--items {
    margin-left: -5px;
  }
  .header-menu .header-menu--logo img {
    top: -25px;
  }
  .humburger-lines {
    top: 4px;
  }
}
.browserWraperScroll {
  padding-top: 10px;
  width: 147px;
  margin-right: 50px;
  max-height: 350px;
}
.browserWraperScrollM {
  padding-top: 10px;
  width: 197px;
  margin-right: 0;
  max-height: 350px;
}
.main-wrap {
  min-width: 1024px;
}
#controller {
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}
.main-controller-container {
  min-width: 650px;
  position: relative;
}
ul.tabs {
  margin: 1vh 0 0 10px;
  padding: 0;
  display: flex;
}
ul.tabs li .cross-close:hover {
  color: #3a3a3a;
}
ul.tabs li .cross-close {
  font-size: 22px;
  color: #818181;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 8px;
  cursor: pointer;
}
ul.tabs li span {
  position: relative;
  top: -5px;
  font-size: 12px;
  margin: 0 13px 0 4px;
}
ul.tabs li {
  color: #222;
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  margin: 0 2px -1px;
  background: #e0e0e0;
  border-radius: 8px 8px 0 0;
  min-width: 113px;
  position: relative;
  z-index: 99999;
  height: 50px;
}
ul.tabs li.current {
  background: #fff;
  box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.3);
  color: #222;
}
.add-tab,
ul.tabs .add-tab {
  height: 30px;
  margin: 1px 0 0 5px;
  min-width: 35px;
  border-radius: 5px;
  box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.3);
  background: #fff;
  cursor: pointer;
}
ul.tabs .add-tab:after {
  display: none;
}
.add-tab {
  width: 30px;
}
.tab-content {
  z-index: 1;
  background: #ededed;
  position: relative;
}
.tab-content.current {
  display: inherit;
  background: #fff;
}
.controller,
.flex-tab {
  display: flex;
  align-items: center;
}
.flex-tab {
  height: 100%;
  font-size: 15px;
}
.tab-icon {
  background: url(../images/icons/sprite-tabs.png) no-repeat;
}
.tab-icon.icon--1 {
  width: 23px;
  height: 23px;
  background-position: -5px -5px;
}
.tab-icon.icon--2 {
  width: 24px;
  height: 18px;
  background-position: -32px -5px;
}
.tab-icon.icon--3 {
  width: 21px;
  height: 18px;
  background-position: -60px -5px;
}
.tab-icon.icon--4 {
  width: 26px;
  height: 21px;
  background-position: -85px -5px;
}
.controller-container {
  height: calc(99.1vh - 90px);
  width: 100%;
  background: #f4f4f4;
  background-size: cover;
  background-position-y: 100%;
  position: relative;
}
.controller-box.collapsed {
  top: 10%;
  left: 0;
}
.controller-box.collapsed .controller {
  border-radius: 0 100px 100px 0;
}
.controller-box.collapsed .controller span {
  transform: rotate(0);
}
.controller-box {
  position: absolute;
  top: 10%;
  left: 3%;
}
.controller {
  background: #27a6b3;
  height: 60px;
  width: 60px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  padding-left: 2px;
  z-index: 2;
  position: relative;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.controller span {
  transform: rotate(45deg);
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.project-select select:active,
.project-select select:focus {
  outline: 0;
}
.project-select select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 36px 7px 23px;
  font-size: 18px;
  color: #000;
  background: url(../images/icons/select-controller.png) 5px 3px no-repeat;
  font-weight: 400;
  font-family: Lato, sans-serif;
  position: relative;
  z-index: 1;
}
.project-select-sml select,
.versionSelect select {
  -webkit-appearance: none;
  font-family: Lato, sans-serif;
}
.project-select {
  position: relative;
  display: inline-block;
}
.project-select:after {
  content: "▶︎";
  position: absolute;
  top: 6px;
  right: 15px;
  z-index: 0;
  color: #1c1c1c;
  font-size: 11px;
  transform: rotate(90deg);
}
.header-bar {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  background: #fff;
  justify-content: flex-end;
}
.recording-now.is-showing {
  opacity: 1;
}
.recording-now {
  opacity: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.recording-bar {
  float: right;
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.recording-bar span {
  color: #ea1b28;
  font-size: 15px;
  font-family: Lato, sans-serif;
}
.recording-bar .stop-r:before {
  content: " ";
  width: 11px;
  height: 11px;
  background: #fff;
  position: absolute;
  left: 6px;
  top: 9px;
  border-radius: 3px;
}
.recording-bar .stop-r {
  border-radius: 5px;
  background: rgba(234, 27, 40, 0.83);
  position: relative;
  padding: 5px 10px 5px 25px;
  color: #fff;
  cursor: pointer;
  margin-left: 11px;
}
.recording-bar .full-screen:before {
  content: " ";
  width: 1px;
  height: 60px;
  background: #e8e9e8;
  position: absolute;
  top: -17px;
  left: -17px;
}
.recording-bar .full-screen {
  margin-left: 35px;
  position: relative;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(../images/icons/full-off-screen.png) -10px -10px,
    -10px -10px no-repeat;
}
.recording-bar .full-screen.off-screen {
  width: 23px;
  height: 23px;
  background-position: -52px -10px;
}
.header-bar.in-full-screen .project-select {
  margin-top: 10px;
}
.header-bar.in-full-screen {
  top: -45px;
  background: #fff;
}
.margin-top15 {
  margin-top: 15px;
}
.controller-container.in-full-screen {
  height: calc(99.1vh - 40px);
  margin-top: -50px;
}
.controller-menu,
.controller-menu--item:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
}
.controller-menu {
  left: 10px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 10px #ccc;
}
.controller-menu.active {
  background-color: rgba(39, 166, 179, 0.8);
}
.controller-menu--item {
  background-image: url(../images/icons/sprite-controll.png);
  background-repeat: no-repeat;
}
.controller-menu--item:before {
  content: " ";
  top: 0;
  left: 0;
}
.controller-menu--1 {
  top: 76px;
}
.controller-menu--2 {
  top: 129px;
}
.controller-menu--3 {
  top: 182px;
}
.controller-menu--4 {
  top: 235px;
}
.controller-menu--5 {
  top: 288px;
}
.controller-menu--6 {
  top: 341px;
}
.controller-box.collapsed .controller-menu {
  top: 12.5px;
}
.controller-menu--item.item--1 {
  width: 19px;
  height: 17px;
  background-position: -5px -5px;
}
.controller-menu.active .item--1 {
  width: 19px;
  height: 17px;
  background-position: -34px -5px;
}
.controller-menu--item.item--2 {
  width: 16px;
  height: 10px;
  background-position: -63px -5px;
}
.controller-menu.active .item--2 {
  width: 16px;
  height: 10px;
  background-position: -89px -5px;
}
.controller-menu--item.item--3 {
  width: 17px;
  height: 17px;
  background-position: -115px -5px;
}
.controller-menu.active .item--3 {
  width: 17px;
  height: 17px;
  background-position: -142px -5px;
}
.controller-menu--item.item--4 {
  width: 18px;
  height: 16px;
  background-position: -169px -5px;
}
.controller-menu.active .item--4 {
  width: 18px;
  height: 16px;
  background-position: -197px -5px;
}
.controller-menu--item.item--5 {
  width: 18px;
  height: 18px;
  background-position: -225px -5px;
}
.controller-menu.active .item--5 {
  width: 18px;
  height: 18px;
  background-position: -253px -5px;
}
.controller-menu--item.item--6 {
  width: 17px;
  height: 19px;
  background-position: -281px -5px;
}
.controller-menu.active .item--6 {
  width: 17px;
  height: 19px;
  background-position: -308px -5px;
}
.controller-menu.active .controller-menu--popup {
  display: block;
  z-index: 3;
  box-shadow: 0 0 30px #666;
}
.controller-menu--popup:before {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fcfcfc;
  transform: rotate(45deg);
  left: -9px;
  z-index: 2;
  top: 75px;
}
.controller-menu--popup {
  z-index: 3;
  display: none;
  background: #fcfcfc;
  border-radius: 10px;
  position: absolute;
  padding: 10px 15px;
  top: -60px;
  left: 85px;
  min-width: 280px;
  min-height: 10px;
  cursor: default;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.browse-btn,
.photo-library--topic .photo-topic--item,
.resolution .button-box button {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.photo-library--topic {
  font-size: 17px;
  display: flex;
  align-items: center;
  height: 35px;
  font-family: Lato, sans-serif;
  color: #bdbdbd;
}
.photo-library--topic .screens {
  margin-right: 30px;
}
.photo-library--topic span {
  margin-left: 5px;
  border: 1px solid rgba(215, 215, 215, 0.5);
  border-radius: 20px;
  padding: 1px 6px;
}
.photo-library--topic .photo-topic--item.active {
  color: #27a6b3;
}
.no-screens {
  border-radius: 10px;
  border: 1px dashed rgba(204, 204, 204, 0.8);
  height: 80px;
  width: 200px;
  margin: 17px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-screens .photo {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcdcdc;
  border-radius: 50%;
  opacity: 0.3;
}
.no-screens .photo .controller-menu--item.item--1 {
  background-position: -5px -5px;
}
.no-screens .text {
  font-size: 14px;
  width: 120px;
  margin-left: 15px;
  color: #454545;
  font-weight: 400;
}
.no-screens .text strong {
  color: #000;
}
.screen-shoots,
.screen-videos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.screen-videos div {
  position: relative;
  margin: 0 2px;
}
.screen-videos div:after {
  content: "▶︎";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(39, 166, 179, 0.8);
  position: absolute;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-size: 9px;
  padding-left: 1px;
  right: -4px;
  top: -3px;
}
.input-form .input-box--select.timeout:after {
  display: none;
}
.photo-library--viewmore {
  font-size: 13px;
  text-align: right;
  display: block;
}
.input-form .input-box--select.timeout .input--label:before {
  content: "Select idle system timeout";
  width: 170px;
  top: 0;
  left: 0;
}
.input-form .input-box--select.USA .input--label:before {
  content: "Select default keyboard layout";
  top: 0;
  left: 0;
}
.select-settings {
  margin: 20px 0 10px;
  justify-content: space-between;
}
.select-settings.input-form .input-box--select:nth-child(1) {
  margin-left: 0;
}
.select-settings.input-form {
  padding-top: 0;
}
.settings .local:after {
  content: " ";
  width: 90%;
  height: 2px;
  background: #c8c8c8;
  opacity: 0.3;
  position: absolute;
  top: 10px;
  right: 0;
}
.check-box,
.check-box-1,
.settings .local {
  position: relative;
}
.settings {
  min-width: 500px;
}
.settings .local {
  font-weight: 500;
  font-size: 16px;
}
.testing {
  width: 100%;
  display: flex;
  margin: 15px 0;
}
.browse-btn,
.mar-top-5 {
  margin-top: 5px;
}
.testing > * {
  flex: 1;
}
.testing .title {
  font-size: 16px;
  color: #aeaeae;
  display: flex;
  font-weight: 400;
  margin-bottom: 5px;
  height: 25px;
}
.testing .testing--item span {
  font-size: 11px;
  color: #3d3d3d;
  font-weight: 500;
}
.testing label {
  cursor: pointer;
}
.browse-btn:hover {
  background: #39c6d4;
}
.browse-btn {
  padding-left: 7px;
  padding-right: 7px;
  background: #27a6b3;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  border-radius: 5px;
}
.resolution .check-box {
  margin: 10px 0;
}
.resolution .line-bott {
  width: 100%;
  border-bottom: 2px solid rgba(177, 177, 177, 0.2);
}
.resolution span {
  font-size: 13px;
}
.resolution--title h3 {
  font-weight: 400;
  margin: 0 auto;
}
.resolution--title h3:nth-child(1) {
  color: #27a6b3;
}
.check-box:after {
  content: " ";
  width: 15px;
  height: 15px;
  position: absolute;
  top: -1px;
  background-color: #fbfbfb;
  left: -2px;
  background-image: url(../images/icons/sprite-checkbox.png);
  background-repeat: no-repeat;
}
.check-box:checked:after {
  background-position: -10px -8px;
}
.check-box:not(checked):after {
  background-position: -42px -8px;
}
.controller-menu--popup.resolution {
  min-width: 120px;
}
.resolution > .version {
  width: 140px;
}
.resolution > .version div {
  text-align: center;
  width: 90px;
}
.resolution > .version div:first-child {
  margin-top: 15px;
}
.resolution .table-titles--item {
  height: 225px;
  overflow-y: scroll;
}
.resolution .apply {
  outline: 0;
  padding: 5px 15px 5px 26px;
  background: #27a6b3;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  border: 0;
  font-size: 15px;
}
.resolution .apply:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 11px;
  left: 9px;
  background: url(../images/icons/button-check.png), no-repeat;
}
.resolution .button-box button:hover {
  background-color: #39c6d4;
}
.resolution .button-box {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
.resolution.controller-menu--popup:before {
  top: 175px;
}
.resolution.controller-menu--popup {
  top: -160px;
}
.video-rec-start {
  font-size: 46px;
  position: absolute;
  width: 750px;
  max-width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 60px);
  left: calc(50% - 375px);
  color: #dedede;
  background: #333;
  opacity: 0;
  z-index: 3;
  border-radius: 15px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.end-session .end-buttons .end-butt,
.screen-shoot-popup .screen-shoot-popup-text .cancel-screen {
  transition: all 0.2s ease-in-out;
  font-family: Lato, sans-serif;
  cursor: pointer;
  opacity: 0.9;
}
.video-rec-start.visible {
  opacity: 0.9;
}
.end-session {
  background: #fff;
  border-radius: 7px;
  position: fixed;
  width: 370px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 80px);
  left: calc(50% - 185px);
  z-index: 1000;
  box-shadow: 0 0 30px #666;
  border: 1px solid #999;
}
.end-session p {
  text-align: center;
  margin-top: 30px;
  color: #1c1c1c;
  font-family: Lato, sans-serif;
}
.end-session .end-buttons {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}
.end-session .end-buttons .end-butt {
  text-align: center;
  color: #fcfcfc;
  border-radius: 3px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
}
.end-session .end-buttons .end-butt.yes:hover {
  background: #e26c71;
}
.end-session .end-buttons .end-butt.yes {
  background: #da4148;
}
.end-session .end-buttons .end-butt.no:hover {
  background: #3d3a3a;
}
.end-session .end-buttons .end-butt.no {
  margin-left: 12px;
  background: #232121;
}
@keyframes rotating {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.screen-shoot-popup {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
.screen-shoot-popup .screen-circle {
  width: 238px;
  height: 238px;
  position: absolute;
  top: calc(50% - 119px);
  left: calc(50% - 119px);
  z-index: 3;
  background: url(../images/icons/screen-circle.png);
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
}
.screen-shoot-popup .screen-shoot-popup-text {
  font-size: 18px;
  box-shadow: 0 0 81px 32px rgba(255, 255, 255, 0.7);
  opacity: 0.9;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 216px;
  width: 216px;
  top: calc(50% - 108px);
  left: calc(50% - 108px);
  border-radius: 50%;
  background: #fff;
  z-index: 3;
}
.cancel-test {
  padding: 6px 18px;
  border-radius: 5px;
  width: fit-content;
  cursor: pointer;
}
.screen-shoot-popup .screen-shoot-popup-text p {
  margin-bottom: 20px;
}
.screen-shoot-popup .screen-shoot-popup-text .cancel-screen:hover {
  background: #e26c71;
}
.screen-shoot-popup .screen-shoot-popup-text .cancel-screen {
  width: 80px;
  height: 30px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fcf5f5;
  border-radius: 5px;
  background: #da4148;
  font-size: 16px;
  font-weight: 200;
  -webkit-transition: all 0.2s ease-in-out;
}
.image-annotation {
  display: flex;
  flex-direction: row;
  width: 85%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 5px;
  z-index: 999;
  overflow: hidden;
}
.screenshoot-img {
  width: 1011px;
  margin-left: 60px;
  text-align: center;
  position: relative;
}
.screenshoot-comment {
  width: 70%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(190, 190, 190, 0.7);
}
.comments {
  width: 275px;
  padding-right: 30px;
  border-right: 1px solid #ccc;
  font-family: Lato, sans-serif;
}
.comments .comment-title {
  font-size: 17px;
  font-weight: 400;
  margin-left: 15px;
  margin-top: 18px;
  color: rgba(45, 45, 45, 0.7);
}
.comments .comments-added {
  border-bottom: 1px solid rgba(190, 190, 190, 0.7);
  height: 90px;
  overflow: auto;
}
.comments .comments-items {
  color: rgba(45, 45, 45, 0.7);
  margin-left: 15px;
  margin-top: 0;
  font-size: 11px;
}
.write-comment {
  display: flex;
  align-items: center;
}
.write-comment textarea {
  resize: none;
  padding: 15px 0;
  margin-top: 0;
  outline: 0;
  height: 90px;
  width: 375px;
  background: 0;
  border: 0;
  font-size: 11px;
  line-height: 1.4;
}
.image-annotation-props .title,
.image-annotation-props li {
  font-size: 12px;
  font-family: Lato, sans-serif;
}
.write-comment button,
.write-comment button:active,
.write-comment button:focus {
  outline: 0;
  background-color: transparent;
  border: 0;
}
.sprite-social {
  background-image: url(../images/icons/sprite-social.png);
  background-repeat: no-repeat;
}
.sprite-social.icon-2 {
  width: 12px;
  height: 9px;
  background-position: -10px -10px;
}
.sprite-social.icon-1 {
  width: 9px;
  height: 9px;
  background-position: -42px -10px;
}
.image-anotation-sprite {
  background-image: url(../images/icons/srite-image-anotation.png);
  background-repeat: no-repeat;
}
.image-anotation-sprite.icon-1 {
  width: 19px;
  height: 19px;
  background-position: -10px -10px;
}
.image-anotation-sprite.icon-2 {
  width: 14px;
  height: 14px;
  background-position: -49px -10px;
}
.image-anotation-sprite.icon-3 {
  width: 19px;
  height: 17px;
  background-position: -83px -10px;
}
.image-anotation-sprite.icon-4 {
  width: 18px;
  height: 19px;
  background-position: -122px -10px;
}
.image-anotation-sprite.icon-5 {
  width: 13px;
  height: 15px;
  background-position: -160px -10px;
}
.image-anotation-sprite.icon-6 {
  width: 21px;
  height: 17px;
  background-position: -193px -10px;
}
.image-anotation-sprite.icon-7 {
  width: 17px;
  height: 17px;
  background-position: -234px -10px;
}
.image-anotation-sprite.icon-8 {
  width: 13px;
  height: 19px;
  background-position: -271px -10px;
}
.image-anotation-sprite.icon-9 {
  width: 13px;
  height: 17px;
  background-position: -304px -10px;
  position: relative;
}
.image-anotation-sprite.icon-10 {
  width: 17px;
  height: 17px;
  background-position: -367px -10px;
  position: relative;
}
.image-anotation-sprite.icon-90 {
  width: 12px;
  height: 12px;
  background-position: -337px -10px;
}
.commetn-send {
  cursor: pointer;
}
.image-annotation-props {
  position: absolute;
  display: flex;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  bottom: 0;
  left: 0;
  padding-left: 75px;
  width: 70%;
}
.image-annotation-props .title {
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 600;
}
.image-annotation-props ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.image-annotation-props li {
  margin-right: 25px;
  color: rgba(0, 0, 0, 0.6);
}
.mark-issue {
  border-radius: 20px;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 24px;
}
.image-annotation-btn,
.video-play-btn {
  justify-content: center;
  cursor: pointer;
}
.mark-issue input:after {
  background-color: #ececec;
}
.mark-issue input[type="checkbox"] {
  margin-top: 0;
}
.mark-issue label {
  font-family: Lato, sans-serif;
  font-size: 11px;
  margin-bottom: 0;
  color: #000;
}
.image-annotation-btn:hover {
  opacity: 0.9;
}
.image-annotation-btn {
  height: 22px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  color: rgba(219, 248, 254, 0.9);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.image-annotation-props .btn-section {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.image-annotation-props .btn-section > * {
  margin-left: 14px;
}
.image-annotation-btn.save {
  background: #27a6b3;
}
.image-annotation-btn.done {
  background: #323232;
}
.social-block,
.social-block:before {
  position: absolute;
  background: #fefefe;
}
.social-block.is-showing {
  display: block;
}
.social-block {
  display: none;
  width: 127px;
  border-radius: 5px;
  top: -80px;
  font-size: 10px;
  left: -64px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.social-block .sprite-social {
  margin-right: 8px;
}
.social-block > :nth-child(1) {
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}
.social-block > div:hover {
  color: #000;
}
.social-block > * {
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6d6d6d;
  cursor: pointer;
}
.social-block:before {
  content: " ";
  width: 8px;
  height: 8px;
  bottom: -3px;
  left: 63.5px;
  transform: rotate(45deg);
}
.image-anotation-sprite {
  cursor: pointer;
  position: relative;
}
.instrument-bar {
  position: absolute;
  top: 0;
  text-align: center;
  width: 60px;
  left: 0;
  border-right: 1px solid rgba(190, 190, 190, 0.7);
  height: 100%;
  /* background: #2e3c56; */
  background: #33373D;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 3;
}
.instrument-bar ul {
  margin: 0;
  padding: 0;
}
.instrument-bar ul li {
  list-style-type: none;
  margin: 0;
  padding: 20px 20px 0;
  height: 60px;
}
.instrument-bar ul li a {
  padding: 0;
  display: inline-block;
  height: 20px;
  width: 20px;
  opacity: 0.7;
}
.instrument-bar ul li.active,
.instrument-bar ul li:hover {
  background: #0ebac5;
}
.instrument-bar ul li.active a,
.instrument-bar ul li:hover a {
  opacity: 1;
}
.instrument-bar > div {
  width: 100%;
  position: relative;
  height: 20px;
  padding: 0 0 20px;
}
.instrument-bar > div:after,
.instrument-bar > div:before {
  content: " ";
  height: 5px;
  width: 0;
  background-color: #f52f39;
  position: absolute;
  bottom: -8px;
  left: 25px;
  transition: all 0.2s ease-in-out;
}
.instrument-bar > div:before {
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
}
.instrument-bar > div:after {
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
}
.instrument-bar > div.active:before {
  width: 15px;
  left: 10px;
}
.instrument-bar > div.active:after {
  width: 15px;
}
.instrument-bar .image-anotation-sprite {
  margin: 0 auto;
}
.image-annotation-collapse,
.video-annotation-collapse {
  display: none;
}
.image-annotation-collapse.active,
.video-annotation-collapse.active {
  display: block;
}
.video-annotation-collapse .image-annotation-props {
  padding-left: 20px;
  width: 820px;
}
.video-timer {
  background: #ececec;
  border-radius: 30px;
  padding: 2px 7px 3px 18px;
  font-size: 10px;
  position: relative;
  top: -2px;
  color: #888;
  font-family: Lato, sans-serif;
}
.video-timer:before {
  content: "▶︎";
  position: absolute;
  top: 2px;
  left: 6px;
}
.cover,
.cover-new {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
}
.cover {
  top: 0;
  left: 0;
  z-index: 99999;
}
.cover-new {
  z-index: 111111;
}
.video-play-btn {
  position: absolute;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  border-radius: 50%;
  background-color: #27a6b3;
  opacity: 0.8;
}
.video-play-btn--icon {
  background: url(../images/icons/play-btn.png), no-repeat;
  width: 44px;
  height: 65px;
  position: relative;
  left: 10px;
}
.rotating-block .BrowseIconWrap,
.rotating-block .OsIconWrap {
  background: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.13);
  z-index: 2;
}
@-moz-document url-prefix() {
  .image-annotation-props .title {
    margin-bottom: 2px;
  }
}
.loading-container {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.rotating-block {
  position: relative;
  height: 260px;
  width: 260px;
}
.rotating-block .layer-0 {
  position: absolute;
  width: 31px;
  height: 28px;
  left: calc(50% - 15.5px);
  top: calc(50% - 14px);
}
.rotating-block .for-layer-1,
.rotating-block .for-layer-2 {
  top: 50%;
  left: 50%;
  animation-timing-function: ease-in-out;
  position: absolute;
}
.rotating-block .for-layer-1 {
  animation-duration: 6s;
}
.rotating-block .for-layer-2 {
  animation-duration: 4s;
}
.rotating-block .BrowseIconWrap {
  border-radius: 50%;
  position: absolute;
  height: 45px;
  width: 45px;
  top: -20px;
  left: -125px;
}
.rotating-block .OsIconWrap {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  height: 30px;
  width: 30px;
  top: -25px;
  left: -76px;
}
.icon_loader_device {
  background: url(../images/phone-2.svg) center center no-repeat;
  transform: translate(14px, 10px);
  background-size: 100%;
  width: 11px;
  height: 21px;
  margin-left: 3px;
  margin-top: 3px;
  display: inline-block;
}
.icon_loader_android,
.icon_loader_ios {
  transform: translate(14px, 10px);
  width: 17px;
}
.icon_loader_android {
  background: url(../images/icons/android-green.svg) center center no-repeat;
  background-size: 100%;
  height: 21px;
  display: inline-block;
}
.icon_loader_ios {
  background: url(../images/icons/apple-dark.svg) center center no-repeat;
  background-size: 100%;
  height: 22px;
  display: inline-block;
}
.icon_loader_os_android,
.icon_loader_os_windows {
  height: 12px;
  display: inline-block;
  transform: translate(8px, 6px);
  width: 13px;
}
.icon_loader_os_windows {
  background: url(../images/icons/window.svg) center center no-repeat;
  background-size: 100%;
}
.icon_loader_os_android {
  background: url(../images/icons/android-green.svg) center center no-repeat;
  background-size: 100%;
}
.icon_loader_os_ios,
.icon_loader_os_macos {
  background: url(../images/icons/apple-dark.svg) center center no-repeat;
  transform: translate(8px, 6px);
  background-size: 100%;
  width: 13px;
  height: 19px;
  display: inline-block;
}
.icon_loader_chrome,
.icon_loader_chromium,
.icon_loader_edge,
.icon_loader_ie,
.icon_loader_internet,
.icon_loader_mozilla,
.icon_loader_opera,
.icon_loader_safari,
.icon_loader_yandex,
.icon_loader_brave {
  transform: translate(11px, 11px);
  width: 23px;
  height: 23px;
  display: inline-block;
}
.icon_loader_chrome {
  background: url(../images/icons/chrome-coloured.svg) center center no-repeat;
  background-size: 100%;
}
.icon_loader_chromium {
  background: url(../images/chromium.svg) center center no-repeat;
  background-size: 100%;
}
.icon_loader_internet {
  background: url(../images/internet.svg) center center no-repeat;
  background-size: 100%;
}
.icon_loader_mozilla {
  background: url(../images/icons/mozilla.svg) center center no-repeat;
  background-size: 100%;
}
.icon_loader_ie {
  background: url(../images/icons/ie-coloured.svg) center center no-repeat;
  background-size: 100%;
}
.icon_loader_opera {
  background: url(../images/icons/opera-coloured.svg) center center no-repeat;
  background-size: 100%;
}
.icon_loader_safari {
  background: url(../images/icons/safari.svg) center center no-repeat;
  background-size: 100%;
}
.icon_loader_edge {
  background: url(../images/icons/edge.svg) center center no-repeat;
  background-size: 100%;
}
.icon_loader_yandex {
  background: url(../images/icons/yandex.svg) center center no-repeat;
  background-size: 100%;
}
.icon_loader_brave {
  background: url(../images/brave.svg) center center no-repeat;
  background-size: 100%;
}
.rotating-block .layer-2 {
  position: absolute;
  width: 126px;
  height: 126px;
  top: calc(50% - 63px);
  left: calc(50% - 63px);
}
.rotating-block .layer-1 {
  position: absolute;
  width: 203px;
  height: 203px;
  left: calc(50% - 101.5px);
  top: calc(50% - 101.5px);
}
.rotating-block .layer-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-direction: reverse;
}
.rotating-block .layer-3:after {
  content: " ";
  position: absolute;
  width: 27px;
  height: 24px;
  left: 85px;
  top: 85px;
  background: url(../images/icons/loading-3.png);
}
.loading-text {
  margin-left: 50px;
}
.loading-text .title {
  font-size: 21px;
  color: #27a6b3;
  font-weight: 600;
}
.div-check {
  height: 17px;
  width: 17px;
  border: 1px solid #efefef;
  background-color: #efefef;
  border-radius: 50%;
  margin-right: 20px;
}
.loading-text li.checked .div-check {
  background-image: url(../images/icons/loading-check.png);
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 0;
}
.loading-text ul {
  padding: 0;
}
.loading-text li {
  display: flex;
  margin: 7px 0;
  align-items: center;
}
.loading-text li.checked span {
  color: #000;
}
.loading-text span {
  font-size: 14px;
  color: #c7c7c7;
}
@media screen and (max-width: 600px) {
  .loading-container {
    display: block;
    text-align: center;
  }
  .loading-text,
  .rotating-block {
    margin: 40px auto 0;
  }
  .loading-text {
    display: inline-block;
  }
}
.sprite-history {
  background: url(../images/icons/sprite-history.png), no-repeat;
}
.sprite-history.icon--1 {
  width: 33px;
  height: 33px;
  background-position: -10px -10px;
}
.sprite-history.icon--2 {
  width: 29px;
  height: 30px;
  background-position: -63px -10px;
}
.sprite-history.icon--3 {
  width: 34px;
  height: 33px;
  background-position: -112px -10px;
}
.sprite-history.icon--4 {
  width: 29px;
  height: 35px;
  background-position: -166px -10px;
}
.sprite-history.icon--5 {
  width: 34px;
  height: 34px;
  background-position: -215px -10px;
}
.sprite-history.icon--6 {
  width: 29px;
  height: 36px;
  background-position: -269px -10px;
}
.sprite-history.icon--7 {
  width: 34px;
  height: 34px;
  background-position: -318px -10px;
}
.sprite-history.icon--8 {
  width: 35px;
  height: 35px;
  background-position: -372px -10px;
}
.history-container {
  display: block !important;
  padding-bottom: 60px;
}
.history-heading {
  font-size: 18px;
  padding: 44px 0 0 12px;
  margin: 0;
  font-weight: 400;
}
.history-block {
  display: inline-block;
  margin: 30px 30px 0 0;
  position: relative;
  width: 175px;
  border-radius: 5px;
  cursor: pointer;
  background: #dcdcdc;
  color: #4d4d4d;
}
.history-block .title {
  font-size: 11px;
  border-bottom: 1px solid #adacac;
  margin: 8px 0 3px 5px;
  padding-bottom: 2px;
  font-weight: 700;
}
.history-block .device {
  font-size: 13px;
  margin: 15px 5px;
  font-weight: 400;
  color: #000;
}
.history-block .close-history-block {
  position: absolute;
  right: 10px;
  font-size: 21px;
  top: 0;
  transform: rotate(45deg);
}
.view-more,
.view-recent {
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
}
.history-block span {
  font-size: 20px;
  margin-left: 8px;
  color: #999;
}
.history-block .history-browsers {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: calc(100%);
}
.history-block .history-browsers > div {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.main-history-container {
  width: auto;
}
.display-none {
  display: none !important;
}
.view-more:hover {
  color: #fff;
  background: #d3d3d3;
}
.view-more {
  height: 132px;
  width: 100px;
  border: 1px solid #dcdcdc;
  top: -65px;
  display: inline-block;
  border-radius: 5px;
  color: #dcdcdc;
  vertical-align: sub;
}
.view-more div {
  height: 100%;
}
.sprite-vrtual {
  background-image: url(../images/icons/sprite-virtual.png);
  background-repeat: no-repeat;
}
.sprite-vrtual.icon-1 {
  width: 25px;
  height: 25px;
  background-position: -10px -10px;
}
.sprite-vrtual.icon-2 {
  width: 22px;
  height: 24px;
  background-position: -55px -10px;
}
.sprite-vrtual.icon-3 {
  width: 36px;
  height: 38px;
  background-position: -96px -10px;
}
.sprite-vrtual.icon-4 {
  width: 16px;
  height: 16px;
  background-position: -151px -10px;
}
.sprite-vrtual.icon-5 {
  width: 18px;
  height: 18px;
  background-position: -187px -10px;
}
.sprite-vrtual.icon-6 {
  width: 38px;
  height: 37px;
  background-position: -225px -10px;
}
.sprite-vrtual.icon-7 {
  width: 34px;
  height: 34px;
  background-position: -283px -10px;
}
.sprite-vrtual.icon-8 {
  width: 44px;
  height: 44px;
  background-position: -337px -10px;
}
.sprite-vrtual.icon-9 {
  width: 39px;
  height: 38px;
  background-position: -401px -10px;
}
.sprite-vrtual.icon-10 {
  width: 36px;
  height: 37px;
  background-position: -460px -10px;
}
.sprite-vrtual.icon-11 {
  width: 22px;
  height: 28px;
  background-position: -516px -10px;
}
.sprite-vrtual.icon-12 {
  width: 16px;
  height: 20px;
  background-position: -558px -10px;
}
.sprite-vrtual.icon-13,
.sprite-vrtual.macos {
  width: 16px;
  height: 20px;
  background-position: -594px -10px;
}
.sprite-vrtual.windows {
  width: 18px;
  height: 18px;
  background-position: -630px -10px;
}
.sprite-vrtual.icon-15 {
  width: 25px;
  height: 29px;
  background-position: -668px -10px;
}
.sprite-vrtual.icon-16 {
  width: 25px;
  height: 40px;
  background-position: -515px -1px;
}
.sprite-vrtual.icon-17 {
  width: 25px;
  height: 44px;
  background-position: -668px 0;
}
.capture-btn {
  border-radius: 5px !important;
  text-transform: none;
  height: 55px;
}
#menu a,
.appbtn,
.filterTtl {
  text-transform: uppercase;
}
.capture-btn span {
  margin-right: 12px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-right {
  display: flex !important;
  align-items: right !important;
  justify-content: flex-end !important;
}
.view-recent:hover {
  opacity: 0.9;
}
.view-recent {
  width: 215px;
  background: #242424;
  color: #fff;
  border-radius: 5px;
  height: 55px;
  font-size: 17px;
}
.view-recent span {
  margin-right: 19px;
}
.view-recent:after {
  position: absolute;
  transform: rotate(90deg);
  top: 25px;
  z-index: 1;
  font-size: 10px;
  right: 20px;
  color: #fff;
}
.recent-dropdown.is-showing {
  display: block;
}
.recent-dropdown {
  display: none;
  position: absolute;
  top: 57px;
  width: calc(100% - 2px);
  border: 1px solid #242424;
  background-color: #fff;
  color: #333;
  border-radius: 0 0 5px 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.recent-dropdown .recent-item:last-child {
  border-bottom: 0;
}
.recent-dropdown .recent-item {
  height: 35px;
  border-bottom: 1px solid #242424;
}
.recent-dropdown .recent-item:hover {
  border-bottom: 1px solid #242424;
  background: #575757;
  color: #fff;
}
.device-display--virtulal {
  width: 120px;
}
.virtual-titles {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: space-between;
}
.browser-reset {
  text-align: center;
}
.browser-reset span {
  font-size: 13px;
  color: #919191;
}
.browser-reset-btn {
  margin-left: 32px;
  cursor: pointer;
}
.virtual-settings-btn {
  width: 160px;
  font-size: 13px;
  height: 30px;
  color: #000;
  border-radius: 30px;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.virtual-settings-btn div {
  margin-left: 18px;
}
.virtual-settings-btn:hover {
  box-shadow: 0 4px 17px -6px rgba(0, 0, 0, 0.4);
}
.browser-select {
  text-align: center;
  margin-top: 0;
}
.browser-select tr {
  margin-top: 70px;
  border-spacing: 35px;
}
.browser-select td {
  padding: 0 25px 25px;
  vertical-align: top;
}
.browser-select td > .flex-container {
  max-width: 160px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: auto;
  margin: 0 auto;
}
.browser-select .sprite-vrtual {
  margin: 0 auto;
}
.browser-select .left-title {
  vertical-align: top;
  position: relative;
}
.browser-select .left-title .flex-center {
  justify-content: flex-start;
}
.browser-select .left-title .sprite-vrtual {
  margin: 0;
}
.browser-select--number.active {
  color: #27a6b3;
  background: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.13);
}
.browser-select--number {
  font-size: 12px;
  padding: 3px 10px;
  margin: 2px;
  min-width: 20px;
  color: #5b5b5b;
  border-radius: 12px;
  cursor: pointer;
}
.table-container {
  background: #f7f7f7;
  display: flex;
}
.left-title .left-title--item {
  height: 32px;
  padding: 0 20px;
  background: #d4d6da;
  border-radius: 0 30px 30px 0;
  font-size: 17px;
}
.left-title .left-title--item .sprite-vrtual {
  margin-right: 12px;
}
.left-title.tree-line:before {
  content: " ";
  position: absolute;
  width: 1px;
  left: 55px;
  border-left: 1px solid #c7c7c7;
  height: 100%;
}
.left-title--item.big-btn {
  height: 45px;
  border-radius: 30px;
  transform: scale(1.2);
  z-index: 2;
}
.left-title--item {
  max-width: 220px;
  margin-left: 31px;
}
.left-title--item.white-back {
  background-color: #fff;
  margin-left: 10px;
  margin-top: -5px;
  border-radius: 50px;
  min-height: 50px;
  z-index: 1;
  position: relative;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.13);
}
.device-mobile .mobile-table-title {
  font-size: 15px;
  font-weight: 600;
  margin-left: 2px;
}
.device-mobile .browser-select--number {
  margin-right: 10px;
}
.device-mobile {
  display: block;
}
.device-mobile .TableWrap {
  padding-top: 20px;
}
.device-mobile td {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.result-header--item {
  justify-content: space-between;
}
.result-header--item .title-text {
  font-size: 17px;
  color: #5e5e5e;
}
.result-header--item p {
  font-size: 22px;
  color: #040404;
  font-weight: 500;
}
.result-header--item > .flex-center {
  justify-content: space-between;
}
.nav-hover {
  position: fixed;
  left: 55px;
  top: 60px;
  z-index: 4;
}
.nav-dropdown {
  border-radius: 0 5px 5px;
  background: rgba(26, 33, 54, 0.8);
  z-index: 3;
  padding: 0 10px;
  position: absolute;
  left: 0;
  width: 140px;
}
.nav-dropdown .title a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.nav-dropdown .inner-item a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
  font-family: Lato, sans-serif;
  padding: 5px 0;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.iconDown,
.iconDown-old,
.iconDownall,
.iconMore,
.iconRetake,
.iconfilter,
.moreBtn {
  display: inline-block;
}
.nav-dropdown .inner-item a:hover,
.nav-dropdown .title a:hover {
  color: #27a6b3;
}
.nav-dropdown.nav-hover--item-2 {
  top: 70px;
}
.nav-dropdown.nav-hover--item-3 {
  top: 110px;
  width: 145px;
}
.nav-dropdown.nav-hover--item-4 {
  top: 186px;
  width: 95px;
}
.nav-dropdown.nav-hover--item-5 {
  top: 250px;
  width: 105px;
}
@-moz-document url-prefix() {
  .nav-menu > ul > li {
    padding: 15px 12px;
    height: 22px;
  }
  .nav .inner-menu {
    margin-top: 25px;
  }
  .nav-menu ul li.active.collapsed {
    height: 22px;
  }
  .nav-dropdown.nav-hover--item-2 {
    top: 55px;
  }
  .nav-dropdown.nav-hover--item-3 {
    top: 95px;
  }
  .nav-dropdown.nav-hover--item-4 {
    top: 160px;
  }
  .nav-dropdown.nav-hover--item-5 {
    top: 210px;
  }
}
.virtual-titles-Level2 {
  margin-bottom: -50px;
}
.virtual-titles-Level2 table {
  margin-top: 10px;
}
#spSelectedBrowsers,
#spnTotalBrowsers {
  font-size: 18px;
  color: #000;
}
.firstColm {
  width: 140px;
}
.ResultWrap {
  float: left;
  width: 149px;
  margin: 17px;
}
.ResultImg,
.ResultImgFail {
  position: relative;
  margin-bottom: 5px;
  background: #d1d1d1;
  box-shadow: 0 0 5px #ccc;
}
.ResultImg {
  border: 3px solid #fff;
  border-radius: 3px;
}
.hover-shadow {
  width: 144px;
  height: 144px;
}
.ResultImgFail {
  border: 3px solid #f7a2a2;
  border-radius: 3px;
}
.border-bot,
.titleBrowser {
  border-bottom: 1px solid #ccc;
}
.deviceIcon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  z-index: 0;
  border-bottom-right-radius: 10px;
  background: #fff;
}
.loadImg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.resultDetail {
  float: left;
  width: 120px;
  font-size: 13px;
  text-align: left;
}
.resultDown {
  float: right;
  width: 25px;
}
.iconDesk,
.iconmobile {
  width: 10px;
  height: 16px;
}
.iconmobile {
  background: url(../images/icons/vector-smart-object-copy_3.png) top left
    no-repeat;
  background-size: 100%;
}
.iconDesk {
  background: url(../images/icons/vector-smart-object-copy.png) top left
    no-repeat;
  background-size: 100%;
}
.iconDown {
  background: url(../images/icons/download.jpg) top left no-repeat;
  background-size: 100%;
  height: 13px;
  width: 13px;
  cursor: pointer;
}
.iconDown-old {
  background: url(../images/icons/download.jpg) top left no-repeat;
  background-size: 100%;
  height: 11px;
}
.iconDownall {
  background: url(../images/icons/downloadAll.png) top left no-repeat;
  background-size: 100%;
  width: 10px;
  height: 15px;
  cursor: pointer;
}
.iconfilter {
  background: url(../images/icons/filterArrow.png) top left no-repeat;
  background-size: 100%;
  width: 8px;
  height: 7px;
}
.iconRetake {
  background: url(../images/icons/retake.jpg) top left no-repeat;
  background-size: 100%;
  width: 15px;
  height: 11px;
}
.iconMore {
  background: url(../images/icons/moreBtn.jpg) center center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 6px;
}
.moreBtn {
  background: #ececec;
  padding: 3px 10px;
  text-align: center;
  border-radius: 10px;
  margin-top: 3px;
  position: relative;
}
.browserIcon {
  padding: 17px 35px;
}
.android-min {
  text-align: center;
  color: #2ab4c0;
  font-size: 19px;
  width: 65px;
  margin-left: -25px;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center,
.deviceImg,
.deviceTxt,
.searchBox a,
.upgrade,
.uploadFile,
.view-more-btn,
td,
th {
  text-align: center;
}
.clear-fix {
  clear: both;
}
.spcTB {
  padding: 10px 0;
}
ul.testoption,
ul.testoption li {
  padding: 0;
  margin: 0;
}
.urlSet {
  font-size: 14px;
  line-height: 14px;
  display: block;
  width: 100%;
}
.browser-count {
  float: left;
  width: 200px;
}
.projectMargin {
  margin-left: -5px;
}
.firefoxtip {
  width: 150px;
  padding: 0;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 33px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  border-radius: 10px;
  margin-left: -61px;
}
.virtual-compare-btn:hover,
.virtual-setting-left-btn:hover {
  box-shadow: 0 4px 17px -6px rgba(0, 0, 0, 0.4);
}
.toolArrow {
  background: url(../images/icons/tooltipArrow.png) top center no-repeat;
  width: 160px;
  height: 6px;
  margin-top: -16px;
}
ul.testoption li a {
  margin: 0;
  padding: 10px;
  display: block;
  background: #fff;
}
.virtual-compare-btn div,
.virtual-setting-left-btn div {
  margin-left: 18px;
}
ul.testoption li a:hover,
ul.testoption li.active a {
  background: #f3f3f3;
}
ul.testoption li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
ul.testoption li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.virtual-titles-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-more-btn:hover {
  color: #d3d3d3;
  border-color: #d3d3d3;
}
.view-more-btn {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 64px;
  width: 64px;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  display: table-cell;
  border-radius: 5px;
  color: #e6e6e6;
  font-size: 13px;
  top: 40px;
}
.virtual-compare-btn,
.virtual-setting-left-btn {
  font-size: 12px;
  height: 30px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.browserBox,
.modal {
  height: 100%;
  position: fixed;
}
.virtual-setting-left-btn {
  width: 140px;
  color: #e6e6e6;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
}
.virtual-compare-btn {
  min-width: 100px;
  color: #fff;
  border-radius: 30px;
  background: #ef6c00;
  border: 1px solid #ef6c00;
  -webkit-transition: all 0.3s ease-in-out;
}
.project-select-sml select:active,
.project-select-sml select:focus {
  outline: 0;
}
.project-select-sml select {
  border: 0;
  background: #fff;
  -moz-appearance: none;
  appearance: none;
  padding: 0 36px 7px 0;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.project-select-sml {
  position: relative;
  display: inline-block;
}
.project-select-sml:after {
  content: "▶︎";
  position: absolute;
  top: 6px;
  right: 15px;
  z-index: 0;
  color: #1c1c1c;
  font-size: 11px;
  transform: rotate(90deg);
}
.modal {
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  background-color: #000;
}
.close,
.next:not(.available),
.prev:not(.available) {
  position: fixed;
  font-weight: 700;
}
.close {
  color: #fff;
  top: 10px;
  right: 25px;
  font-size: 35px;
}
.close:focus,
.close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer;
}
.vertical-align-top {
  vertical-align: top;
}
.next:not(.available),
.prev:not(.available) {
  z-index: 1041;
  cursor: pointer;
  top: 50%;
  width: auto;
  padding: 33px;
  margin-top: -33px;
  color: #fff;
  font-size: 0;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev:not(.available) {
  left: 1%;
  background: url(../images/icons/previous.png) center center no-repeat;
}
.next:not(.available) {
  right: 1%;
  background: url(../images/icons/next.png) center center no-repeat;
}
.more-browser {
  font-size: 13px;
  padding: 5px 10px;
  cursor: pointer;
  color: #2ab4c0;
  display: inline-block;
}
.browserBox {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.innerbrowBox {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  width: 320px;
  min-height: 158px;
  left: 50%;
  top: 50%;
  margin-left: -116px;
  margin-top: -80px;
  padding: 10px;
}
.titleBrowser {
  padding-bottom: 10px;
}
.closeBtn,
.closeBtnComn {
  background: url(../images/icons/Close.png) center no-repeat;
  width: 10px;
  height: 10px;
  padding: 18px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.closeBtn {
  right: -8px;
  top: -11px;
}
.closeBtnComn {
  right: 0;
  top: 5px;
}
.Smallfirefox {
  background: url(../images/icons/tab-firefox.png) top left no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.marLR5 {
  margin: 0 5px !important;
}
.selectBrowserpop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: auto;
  padding: 10px 0;
}
.TableWrap {
  background: #f7f7f7;
  box-shadow: none;
  overflow-x: auto;
}
.TableWrap table {
  background: #f7f7f7;
  border-collapse: collapse;
}
.marAuto {
  margin: 0 auto;
}
.blue {
  width: 100%;
}
thead {
  color: #fff;
}
.TableWrap table th {
  padding: 0;
}
td,
th {
  padding: 5px 0;
}
table.fixed {
  background: #fff;
  box-shadow: 0 20px 20px -5px #f2f2f2;
}
.fixed {
  top: 10px;
  position: fixed;
  width: auto;
  display: none;
  border: 0;
  z-index: 98;
  margin-top: 113px;
}
.scrollMore {
  margin-top: 600px;
}
.up {
  cursor: pointer;
}
.logbtn {
  border: 1px solid #ef6c00;
  padding: 10px 20px;
  width: 160px;
  box-sizing: border-box;
  color: #ef6c00;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
}
.logbtn:hover {
  background: #f7f7f7;
}
.searchBox {
  border: 1px solid #dcdcdc;
  width: 200px;
  border-radius: 3px;
}
.searchBox input[type="text"] {
  background: 0;
  border: 0;
  width: 158px;
  float: left;
  padding: 7px;
}
.searchBox a {
  width: 14px;
  display: inline-block;
  margin: 7px;
  float: right;
}
.searchbtn {
  background: url(../images/icons/search.png) top left no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
}
.btn-group button.defaultBtn {
  border: 1px solid #dcdcdc;
  padding: 7px 20px;
  background: #fff;
  margin-left: -1px;
  box-sizing: border-box;
  float: left;
  color: #555;
}
.btn-group button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group button.active,
.btn-group button:hover {
  background: #e2e2e2;
}
.DeviceCantainer {
  background: #f9f9f9;
  padding: 10px;
}
.leftCol {
  padding: 10px;
  width: 200px;
  float: left;
}
.rightCol {
  padding: 0;
  width: 865px;
  float: left;
}
.shadowBox {
  background: #fff;
  box-shadow: 0 0 5px #f7f7f7;
  min-height: 1000px;
}
.RepDeviceBox {
  background: #fff;
  border: 1px solid #eaeaea;
  height: 170px;
  width: 170px;
  margin: 10px;
  border-radius: 4px;
  float: left;
  position: relative;
}
.deviceImg {
  height: 100px;
  vertical-align: middle;
  padding-top: 25px;
}
.deviceTxt {
  font-size: 13px;
}
.deviceTxt span {
  color: #ccc;
  display: block;
  font-size: 11px;
  padding-top: 5px;
}
.marB20 {
  margin-bottom: 20px;
}
.deviceWrap {
  margin: 0;
  padding: 0;
}
.filterPanel {
  padding: 10px;
}
.filterPanel h3 {
  margin: 0;
  background: #fff;
  font-size: 14px;
}
.filterPanel h3 a {
  background: url(../images/icons/sprite_arrow.png) right 10px no-repeat;
  display: block;
  padding: 7px 10px 7px 0;
  margin: 0;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.filterPanel h3 a span {
  font-size: 13px;
  color: #ccc;
}
.filterPanel h3.open,
.filterPanel h3:hover {
  background: #fff;
}
.filterPanel h3.open a {
  background-position: right -30px;
}
.filterlist {
  padding: 0;
  font-size: 13px;
  color: #9b9b9b;
}
.filterlist ul {
  margin: 0;
  padding: 0;
}
.filterlist ul li {
  color: #9b9b9b;
  padding: 3px;
}
.filterlist ul li a {
  color: #9b9b9b;
  text-decoration: none;
}
.smlMore {
  color: #0ebac5;
  font-size: 11px;
  font-weight: 400;
}
.filterTtl {
  border-bottom: 1px solid #fafafa;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 700;
  padding: 10px;
}
.uploadBtn {
  background: #0ebac5;
  border-radius: 2px;
  padding: 3px 5px;
  color: #fff;
  font-size: 11px;
}
.pad10 {
  padding: 10px;
}
.colm2 {
  width: 50%;
}
.androidIcon,
.apple {
  width: 14px;
  margin-right: 10px;
  display: inline-block;
}
.apple {
  background: url(../images/icons/apple.png) top left no-repeat;
  background-size: 100%;
  height: 18px;
}
.androidIcon {
  background: url(../images/icons/android.png) top left no-repeat;
  background-size: 100%;
  height: 16px;
}
.appbtn {
  font-size: 9px;
  color: #666;
  background-color: #fff;
  box-shadow: 0 1px 4.5px 0 rgba(0, 0, 0, 0.03);
  padding: 2px;
  border: 1px solid #fce58f;
  border-radius: 3px;
  display: inline-block;
}
.filterSep {
  padding-bottom: 10px;
}
.font15 {
  font-size: 16px;
}
.font13 {
  font-size: 14px;
}
.font12 {
  font-size: 13px;
}
.clearLink,
.saveBtn,
.upgrade {
  font-size: 11px;
}
.contentBox {
  overflow: auto;
  position: relative;
  max-width: 97%;
  height: 800px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popupdevice,
.upgrade {
  position: absolute;
  top: 0;
  left: 0;
}
.upgrade {
  background: #a80b0e;
  padding: 9px;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.popupdevice {
  z-index: 99;
  background: #fff;
  border-radius: 3px;
  width: 575px;
  padding: 15px;
  border: 1px solid rgba(63, 78, 90, 0.14);
  box-shadow: 0 5px 13px 0 rgba(63, 78, 90, 0.34);
}
.deviceCol {
  width: 115px;
}
.scrollTo-demo .demo-x {
  width: 660px;
  background-color: #252525;
}
.scrollTo-demo .demo-x div.deviceCol {
  float: left;
  width: 115px;
  height: auto;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.scrollTo-demo .demo-x hr + p {
  margin-left: 0;
}
.clearLink {
  color: #0ebac5;
  padding-right: 10px;
}
.saveBtn {
  color: #fff;
  background: #0ebac5;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.innerSearchBox {
  padding-bottom: 10px;
}
.DeviceWraper {
  padding-top: 10px;
}
.padTB5 {
  padding: 5px 0;
}
.padTB10 {
  padding: 10px 0;
}
.colorLight {
  color: #9b9b9b;
}
.marL10 {
  margin-left: 10px;
}
.selectedDevice {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
  border: 0.5px solid #0ebac5;
}
.uploadWrap {
  padding-bottom: 20px;
}
.innerUploadBox,
.uploadFile {
  padding: 10px;
  border-radius: 5px;
}
.uploadFile {
  background: #0ebac5;
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.uploadBox {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1030;
}
.innerUploadBox {
  position: absolute;
  background: #fff;
  width: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.uploadingFile {
  font-size: 11px;
  text-align: left;
  color: #9b9b9b;
}
.spaceUpload {
  padding: 40px 10px 10px;
}
.uploadFileBtn {
  border-radius: 5px;
  border: 1px solid #ef6c00;
  color: #ef6c00;
  padding: 10px 15px;
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
}
.successIcon,
.uploadfileicon {
  display: inline-block;
  margin-right: 15px;
}
.uploadfileicon {
  background: url(../images/icons/upload.png) top left no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
}
.error {
  border-radius: 1px;
  background: rgba(255, 109, 74, 0.1);
  padding: 10px;
  font-size: 13px;
  color: #ff6565;
  margin-bottom: 1px;
}
.successIcon {
  background: url(../images/icons/success.png) top left no-repeat;
  background-size: 100%;
  width: 19px;
  height: 19px;
  margin-bottom: -4px;
}
.meter {
  height: 15px;
  position: relative;
  margin: 0 0 20px;
  background: #f7f7f7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #5ac0dd;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #5ac0dd),
    color-stop(1, #5ac0dd)
  );
  background-image: -moz-linear-gradient(
    center bottom,
    #5ac0dd 37%,
    #5ac0dd 69%
  );
  position: relative;
  overflow: hidden;
}
.animate > span > span,
.meter > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, rgba(255, 255, 255, 0.2)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  overflow: hidden;
  border-radius: 20px 8px 8px 20px;
}
.animate > span:after {
  display: none;
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.orange > span {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f1a165),
    color-stop(1, #f36d0a)
  );
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
.red > span {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f0a3a3),
    color-stop(1, #f42323)
  );
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.nostripes > span:after,
.nostripes > span > span {
  -webkit-animation: none;
  background-image: none;
}
.pad0 {
  padding: 0 !important;
}
.padding30 {
  padding: 30px;
}
.popupHeader {
  border-bottom: 1px solid #f2f2f2;
}
.popupTitle {
  font-size: 17px;
  color: #303030;
  padding: 17px 49px 17px 28px;
  position: relative;
}
.popupCloseBtn {
  position: absolute;
  right: 17px;
  top: 23px;
}
.formControl::after,
.formControl::before {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formControl {
  padding: 0 0 10px;
  font-size: 13px;
  min-height: 22px;
  vertical-align: middle;
}
.formControl select {
  border-radius: 5px;
  background-color: #efefef;
  border: 1px solid #eaeaea;
  padding: 1px 10px 1px 19px;
  width: 115px;
  font-size: 13px;
  outline: 0;
}
.firstfield {
  width: 88px;
  float: left;
}
.formControl label.labeltxt {
  float: left;
  width: 40%;
  font-size: 13px;
}
.formControl div.formField {
  float: left;
  width: 60%;
}
.Apply {
  padding: 7px 15px 7px 10px;
  border-radius: 5px;
  background-color: #2ab4c0;
  color: #fff;
  cursor: pointer;
}
.Applyicon {
  background: url(../images/icons/button-check.png) top left no-repeat;
  background-size: 100%;
  width: 13px;
  height: 9px;
  display: inline-block;
  margin-right: 5px;
}
.checkDefault {
  margin: 0 10px -3px 0;
  padding: 0;
  vertical-align: sub;
}
.innerRecentBox {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  width: 600px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -200px;
  padding: 10px;
}
.recentTable {
  padding-bottom: 10px;
}
.recentTable table {
  border-collapse: collapse;
  border: 0;
}
.recentTable table td {
  border-bottom: 1px solid #f7f7f7;
  background: #fff;
  padding: 10px;
  text-align: right;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 1.3;
}
.viewCount,
.viewName,
.viewURL {
  padding-bottom: 3px;
}
.recentTable table tr td:first-child {
  padding-left: 30px;
  text-align: left;
}
.recentTable table tr.active td,
.recentTable table tr:hover td {
  background: #fafafa;
}
.viewURL {
  font-size: 16px;
  color: #2ab4c0;
  display: block;
}
.viewCount {
  font-size: 14px;
  color: #6e6e6e;
}
.viewDate {
  font-size: 9px;
  color: #cacaca;
}
.viewName {
  font-size: 14px;
  color: #000;
}
.viewProject {
  font-size: 11px;
  color: #878787;
}
@media screen and (max-width: 768px) {
  .browser-select td > .flex-container {
    height: auto;
  }
  .view-recent {
    margin-left: 30px;
  }
}
.input-form .input-box--select--screen-size {
  flex-basis: 175px;
}
.input-form .input-box--select--screen-size .input--label:before {
  content: "Your monitor size";
}
.input-form select.screen-size {
  background-image: url(../images/icons/monitor.png);
  background-repeat: no-repeat;
  background-position: 15px 74%;
  padding-left: 40px;
  cursor: pointer;
}
.padding--standard {
  padding: 20px 24px;
}
.device-selector .device-name {
  display: inline-block;
}
.device-selector .title {
  display: block;
  font-size: 1em;
}
.device-selector .main-item {
  font-size: 1.4em;
  font-weight: 700;
}
.device-selector .device-navigator {
  display: inline-block;
  margin-left: 20px;
}
.device-selector .device-navigator span {
  display: block;
}
.settings-checkboxes {
  font-size: 13px !important;
  padding: 0 10px;
}
.check-box-big {
  position: relative;
}
.check-box-big:after {
  content: " ";
  width: 26px;
  height: 26px;
  position: absolute;
  top: -6px;
  background-color: #fbfbfb;
  left: 0;
  background-image: url(../images/icons/sprite-checkbox-big.png);
  background-repeat: no-repeat;
}
.check-box-big:checked:after {
  background-position: -3px -3px;
}
.check-box-big:not(checked):after {
  background-position: -42px -3px;
}
.settings-checkbox {
  width: 35px;
  display: inline-block;
}
.settings-icon {
  width: 20px;
  display: inline-block;
}
.settings-label {
  display: inline-block;
  vertical-align: middle;
}
.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.05);
  min-height: 560px;
  margin: 10px;
}
.devices-list-item,
.panel-toolbar {
  border-bottom: 1px solid #ddd;
  font-size: 1em;
}
.inner-container-main {
  width: 100%;
  padding: 24px 24px 10px;
  box-sizing: border-box;
}
.device-preview {
  width: 85%;
  float: left;
}
.device-thumbnails {
  width: 15%;
  display: inline-block;
  height: 600px;
}
.panel-toolbar .device-selector {
  margin: 0 20px;
}
.text-center {
  text-align: center;
}
.input-form button.center {
  text-align: center;
  display: inline-block !important;
}
.last-item-padding-right {
  padding-right: 10px;
}
.devices-list-item {
  text-align: center;
  padding: 10px 0;
  background-color: #ebebeb;
}
.tooltip .tooltiptext::after,
.tooltip .tooltiptextbottom::after {
  border-style: solid;
  content: "";
  border-width: 5px;
}
.devices-list-item.active,
.devices-list-item:hover {
  opacity: 1;
  background-color: #fff;
  cursor: pointer;
}
.devices-list-item .device-name {
  display: block;
  font-size: 1em;
  text-align: center;
  padding: 5px 0;
}
.chevron::before,
.dropdown-div {
  position: relative;
  display: inline-block;
}
.mCSB_inside > .mCSB_container {
  margin-right: 5px !important;
}
.chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  height: 0.45em;
  left: 0.15em;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.45em;
  font-size: 12px;
  font-weight: 400;
}
.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
  top: -3px;
  margin-left: 10px;
}
.chevron.bottom:before {
  top: -3px;
  transform: rotate(135deg);
}
.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
  top: -3px;
  margin-right: 10px;
}
.popuptunnel_options {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 3px;
  width: 250px;
  right: 0;
  top: 34px;
  padding: 15px;
  border: 1px solid rgba(63, 78, 90, 0.14);
  box-shadow: 0 5px 13px 0 rgba(63, 78, 90, 0.34);
  z-index: 9999;
  font-size: 13px;
}
.popuptunnel_options h5 {
  font-size: 14px;
  color: #ccc;
  font-weight: 400;
  margin: 10px 0;
}
.popuptunnel_options hr {
  margin: 10px 0;
}
.mainBtn {
  color: #fff;
  font-size: 12px;
  background: #0ebac5;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
  float: right;
}
.virtual-settings-btn-extension {
  width: 110px;
  font-size: 13px;
  height: 25px;
  color: #000;
  border-radius: 30px;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.logContentWrap,
div.tab {
  height: 600px;
  float: left;
}
.paddingtop10 {
  padding-top: 10px;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}
.CanvasParent {
  text-align: center;
  background: #f4f4f4;
}
.projectShadowBox {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  overflow-y: auto;
}
div.tab {
  width: 15%;
  box-sizing: border-box;
  margin: 17px 0.5%;
}
div.tab button {
  color: #4a4a4a;
  display: flex;
  background-color: #fff;
  padding: 15px 1px 15px 13px;
  width: 100%;
  border: 0;
  outline: 0;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  border-top: 1px solid #eaeaea;
  border-left: 3px solid #fff;
  font-weight: 400;
}
div.tab button label {
  display: inline-block;
  width: 90px;
  padding-top: 5px;
  margin-bottom: 0;
  line-height: 16px;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
div.tab button span {
  border-radius: 100%;
  width: 25px;
  float: left;
  padding: 2px;
  text-align: center;
  font-size: 13px;
  background: #0ebac5;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
}
div.tab button.active,
div.tab button:hover {
  background-color: #f3f3f3;
  color: #000;
  border-left: 3px solid #0ebac5;
}
.tabrgtWrap,
.tabrgtWrapFull {
  padding: 0;
  border-left: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  margin: 17px 0.5%;
  height: 600px;
  float: left;
}
.tabrgtWrap {
  width: 30%;
}
.tabrgtWrapFull {
  width: 83%;
}
.logContentWrap {
  width: 52%;
  margin: 17px 0.5%;
}
.pageTitle {
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  color: #000;
  padding-top: 10px;
  margin: 0 15px;
}
.projectContainer {
  background: #f7f7f7;
  padding: 0 10px;
}
.projectName {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.9px;
  text-align: left;
  color: #9b9b9b;
  padding: 15px 20px;
}
.createBtn {
  margin: 22px 20px;
}
.createBtn a {
  display: block;
  padding: 10px;
  border: 1px solid #0ebac5;
  color: #0ebac5;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
}
.dropArrowIcon,
.filterIcon,
.formButton,
.multiSelect,
.versionSelect {
  display: inline-block;
}
.falconGrid table,
.falconGrid table tr {
  padding: 0;
  margin: 0;
}
.falconGrid table {
  border-collapse: collapse;
  font-size: 13px;
  text-align: left;
  background: #fff;
}
.falconGrid table tr td {
  margin: 0;
  padding: 10px 0 10px 15px;
  text-align: left;
  color: #4a4a4a;
  vertical-align: top;
  border-bottom: 1px solid #eaeaea;
}
.falconGrid table tr.active td,
.falconGrid table tr:hover td {
  color: #4a4a4a;
  background: #f3f3f3;
  cursor: pointer;
}
.falconGrid table tr.head th {
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0 10px 15px;
  height: 20px;
  text-align: left;
  font-weight: 700;
}
.ScreenshotsNo {
  font-size: 17px;
  font-weight: 600;
  line-height: 2.25;
  text-align: left;
  color: #4a4a4a;
}
.ScreenshotsNo span {
  font-weight: 400;
}
.Screenshots-11 .text-style-1 {
  font-weight: 300;
}
.versionSelect select:active,
.versionSelect select:focus {
  outline: 0;
}
.versionSelect select {
  border: 0;
  background: #fff;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px 0 0;
  font-size: 13px;
  color: #4a4a4a;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.versionSelect {
  position: relative;
}
.versionSelect:after {
  content: "▶︎";
  position: absolute;
  top: 2px;
  right: 15px;
  z-index: 0;
  color: #1c1c1c;
  font-size: 9px;
  transform: rotate(90deg);
}
.ResultWrapSml {
  float: left;
  width: 125px;
  margin: 17px;
}
.hover-shadowSml {
  width: 119px;
  height: 119px;
}
.resultDetailSml {
  float: left;
  width: 100px;
  font-size: 13px;
  text-align: left;
}
.LogCOntainer {
  margin: 15px;
}
.loghead {
  border-bottom: 1px solid #eaeaea;
  padding: 14px 20px;
  height: 10px;
}
.projTitle {
  font-size: 17px;
  color: #303030;
  padding: 13px 49px 13px 15px;
  position: relative;
}
.projCloseBtn {
  position: absolute;
  right: 17px;
  top: 18px;
}
.logDetail {
  margin: 15px 15px 0;
}
.logDetail div {
  font-size: 13px;
  color: #4a4a4a;
  font-weight: 500;
  margin-bottom: 10px;
}
.logDetail div span {
  font-size: 13px;
  color: #4a4a4a;
  font-weight: 400;
}
.logDetail div span.space {
  margin-right: 50px;
}
.logDetail div a {
  color: #0ebac5;
}
.fixFilter {
  width: 110px;
}
.quickFilter {
  padding: 10px 15px 15px;
  font-size: 13px;
}
.quickFilter span {
  color: #4a4a4a;
  font-weight: 500;
}
.quickFilter a {
  color: #9b9b9b;
  padding: 3px 5px;
  font-weight: 400;
  margin-right: 5px;
  cursor: pointer;
}
.quickFilter a.active {
  box-shadow: 0 0 5px #ccc;
  border-radius: 3px;
}
.colm2Project {
  width: 250px;
}
.headerShadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
.projectScroll {
  height: 550px;
  padding-right: 10px;
}
.marR40 {
  margin-right: 40px;
}
.marR140 {
  margin-right: 140px;
}
.top30 {
  top: 30px;
}
.ProjectsImg {
  position: relative;
  box-shadow: 0 0 5px #ccc;
  border: 3px solid #fff;
  margin-bottom: 5px;
  background: #d1d1d1;
  border-radius: 3px;
  height: 119px;
}
.multiSelect {
  position: relative;
}
.dropList {
  position: absolute;
  padding: 10px;
  top: 20px;
  left: 0;
  z-index: 9;
  width: 160px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.dropList ul {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.dropList ul li {
  padding: 5px;
}
.dropList ul li.btnLst {
  height: 20px;
  padding-left: 8px;
}
.SmallBlue {
  background: #0ebac5;
  border-radius: 2px;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
}
.filterIcon {
  background: url(../images/icons/Filter.svg) center left no-repeat;
  background-size: 100%;
  width: 8px;
  height: 9px;
}
.REALIcon,
.RTBIcon,
.nativeMobileIcon,
.responsiveIcon,
.screenIcon {
  width: 13px;
  height: 13px;
  margin-right: 15px;
  margin-bottom: -2px;
  display: inline-block;
}
.formButton {
  background: #0ebac5;
  border-radius: 5px;
  padding: 5px 15px;
  color: #fff;
  font-size: 13px;
}
#menu a,
#menu li:hover > a {
  color: #000;
}
.textbox {
  border: 1px solid #ccc;
  padding: 2px 5px;
  background: #fff;
  border-radius: 3px;
}
.filter-label {
  margin-left: 5px;
}
.nativeMobileIcon {
  background: url(../images/icons/nativemobileIcon.svg) center left no-repeat;
  background-size: 100%;
}
.responsiveIcon {
  background: url(../images/icons/responsiveIcon.svg) center left no-repeat;
  background-size: 100%;
}
.screenIcon {
  background: url(../images/icons/screenIcon.svg) center left no-repeat;
  background-size: 100%;
}
.RTBIcon {
  background: url(../images/icons/RTBIcon.svg) center left no-repeat;
  background-size: 100%;
}
.REALIcon {
  background: url(../images/RL.svg) center left no-repeat;
  background-size: 100%;
}
.VRwdth {
  width: 57px;
}
#menu,
#menu ul {
  padding: 0;
}
.dropArrowIcon {
  background: url(../images/icons/dropdownArrow.png) center left no-repeat;
  background-size: 100%;
  width: 8px;
  height: 12px;
  float: left;
}
#menu,
#menu a,
#menu li {
  float: right;
}
#menu ul a,
#menu ul li {
  display: block;
  float: none;
}
#menu {
  width: 30px;
  margin: 0 auto;
  zoom: 1;
}
#menu li:hover > ul,
#menu li > ul > li:hover a ul,
#menu ul,
#menu ul ul,
#menu ul > ul > ul {
  margin: 0;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
}
#menu:after,
#menu:before {
  content: "";
  display: table;
}
#menu:after {
  clear: both;
}
#menu li {
  position: relative;
}
#menu a {
  padding: 12px 18px;
  text-decoration: none;
  font-size: 13px;
}
#menu ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 1;
  background: #fff;
  border-radius: 7px;
  transition: all 0.2s ease-in-out;
  text-align: right;
}
#menu li:hover > ul,
#menu li > ul > li:hover a ul {
  opacity: 1;
  visibility: visible;
}
#menu ul ul {
  top: 0;
  right: 161px;
  text-align: left;
}
#menu ul li {
  border: 0;
}
#menu ul a {
  padding: 15px 22px;
  width: 160px;
  text-transform: none;
}
#menu ul a.active,
#menu ul a:hover {
  background-color: #f3f3f3;
}
#menu ul > ul > ul {
  top: 0;
  right: 332px;
  text-align: left;
}
.editor-image {
  position: absolute;
  top: 0;
  left: 0;
  background: 0;
  cursor: crosshair;
}
.ArrowColor,
.btn-cursor,
.errorClose,
.pointer-cursor,
.projectPick a,
.ui-select-wrap ul li,
.ui-select-wrap > .selected {
  cursor: pointer;
}
.gallery {
  width: 150px;
  height: 150px;
}
.chrome {
  width: 24px;
  background-position: -104px 12px;
}
.ie,
.mozilla,
.opera,
.safari {
  width: 18px;
}
.mozilla {
  background-position: -168px 12px;
}
.ie {
  background-position: -138px 12px;
}
.safari {
  background-position: -221px 12px;
}
.opera {
  background-position: -195px 12px;
}
.android,
.ios {
  width: 25px;
  height: 40px;
}
.android {
  background-position: -668px 0;
}
.ios {
  background-position: -515px -1px;
}
.chrome-large {
  width: 33px;
  height: 33px;
  background-position: -10px -10px;
}
.mozilla-large {
  width: 34px;
  height: 33px;
  background-position: -112px -10px;
}
.ie-large {
  width: 34px;
  height: 34px;
  background-position: -318px -10px;
}
.safari-large {
  width: 35px;
  height: 35px;
  background-position: -372px -10px;
}
.opera-large {
  width: 34px;
  height: 34px;
  background-position: -215px -10px;
}
.android-large {
  width: 29px;
  height: 35px;
  background-position: -166px -10px;
}
.ios-large {
  width: 29px;
  height: 36px;
  background-position: -269px -10px;
}
.windows {
  width: 29px;
  height: 30px;
  background-position: -63px -10px;
}
.macos {
  width: 29px;
  height: 36px;
  background-position: -269px -10px;
}
.disable {
  opacity: 0.28;
}
.relative {
  position: relative;
}
.fixedTxt {
  position: absolute;
  height: 30px;
  z-index: 1;
  top: 10px;
  left: 0;
  margin-bottom: -30px;
  font-size: 18px;
}
.responsive-thumb {
  height: 60px;
}
.paddingtop40 {
  padding-top: 40px;
}
.ArrowColor {
  color: #7f7f7f;
}
.col3Left {
  width: 33%;
  text-align: left;
  align-items: left;
  justify-content: left;
}
.virtual-titles-responsive {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iconArrowDown,
div.iconArrowUp {
  display: inline-block;
  position: absolute !important;
}
div.iconArrowUp {
  background: url(../images/icons/arrowUp.png) center center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 13px;
  margin-top: -20px;
  margin-left: -7px;
}
.iconArrowDown {
  background: url(../images/icons/arrowDown.png) center center no-repeat;
  background-size: 100%;
  width: 15px !important;
  height: 13px !important;
  margin-top: 320px !important;
  margin-bottom: -20px !important;
  margin-left: -7px !important;
}
.history-block .icon_applegray {
  background: url(../images/icons/Apple-C1.png) center center no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.cordinates,
.icon_cordinats {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 100%;
}
.input-form-vm .input-box-vm--select {
  margin-left: 15px;
  position: relative;
  flex-basis: 285px;
}
.input-form-vm .input-box-vm--select:before {
  content: "▶︎";
  position: absolute;
  transform: rotate(90deg);
  top: 30px;
  font-size: 11px;
  z-index: 1;
  right: 10px;
  color: #414141;
}
.input-form-vm .input-box-vm--select .input--label:before {
  content: "Optional";
}
.icon_cordinats {
  transform: translate(1px, 15px);
}
.icon_Browser_screenshot {
  background-size: 100%;
  width: 33px;
  height: 33px;
  display: inline-block;
}
.osIcon,
.tabsIcon {
  height: 23px;
  display: inline-block;
}
.icon_chrome_active {
  background: url(../images/icons/chrome-coloured.svg) center center no-repeat;
}
.icon_mozilla_active {
  background: url(../images/icons/mozilla.svg) center center no-repeat;
}
.icon_ie_active {
  background: url(../images/icons/ie-coloured.svg) center center no-repeat;
}
.icon_opera_active {
  background: url(../images/icons/opera-coloured.svg) center center no-repeat;
}
.icon_safari_active {
  background: url(../images/icons/safari.svg) center center no-repeat;
}
.icon_edge_active {
  background: url(../images/icons/edge.svg) center center no-repeat;
}
.icon_yandex_active {
  background: url(../images/icons/yandex.svg) center center no-repeat;
}
.icon_brave_active {
  background: url(../images/brave.svg) center center no-repeat;
}
.icon_chrome {
  background: url(../images/icons/chrome-grey.svg) center center no-repeat;
}
.icon_mozilla {
  background: url(../images/icons/mozilla-grey.svg) center center no-repeat;
}
.icon_ie {
  background: url(../images/icons/ie-gray.svg) center center no-repeat;
}
.icon_opera {
  background: url(../images/icons/opera-grey.svg) center center no-repeat;
}
.icon_safari {
  background: url(../images/icons/safari-gray.svg) center center no-repeat;
}
.icon_edge {
  background: url(../images/icons/edge-gray.svg) center center no-repeat;
}
.icon_yandex {
  background: url(../images/icons/yandex.svg) center center no-repeat;
}
.icon_brave {
  background: url(../images/brave.svg) center center no-repeat;
}
.tabsIcon {
  background-size: 100%;
  width: 28px;
}
.icon_windows {
  background: url(../images/icons/window.svg) center center no-repeat;
}
.icon_android {
  background: url(../images/icons/android-green.svg) center center no-repeat;
}
.icon_ios,
.icon_macos {
  background: url(../images/icons/apple-dark.svg) center center no-repeat;
}
.osIcon {
  background-size: 100%;
  width: 23px;
  margin-right: 12px;
}
.icon_os_windows {
  background: url(../images/icons/os_windows.svg) center center no-repeat;
}
.icon_os_android {
  background: url(../images/icons/os_android.svg) center center no-repeat;
}
.icon_os_ios,
.icon_os_macos {
  background: url(../images/icons/os_IOS.svg) center center no-repeat;
}
.editorIcon {
  background-size: 100%;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.screen,
.screen-wrapper {
  display: block;
  position: absolute;
}
.icon_bucket {
  background: url(../images/editor/bucket.svg) center center no-repeat;
}
.icon_elipse {
  background: url(../images/editor/elipse.svg) center center no-repeat;
}
.icon_eraser {
  background: url(../images/editor/eraser.svg) center center no-repeat;
}
.icon_move {
  background: url(../images/editor/move.svg) center center no-repeat;
}
.icon_pencil {
  background: url(../images/editor/pencil.svg) center center no-repeat;
}
.icon_rotate {
  background: url(../images/editor/rotate.svg) center center no-repeat;
}
.icon_square {
  background: url(../images/editor/square.svg) center center no-repeat;
}
.icon_text {
  background: url(../images/editor/text.svg) center center no-repeat;
}
.icon_line {
  background: url(../images/editor/line.svg) center center no-repeat;
}
.panel-body {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: auto;
}
.img-device-main {
  margin: auto;
  position: relative;
}
.img-holder {
  width: 100%;
  height: auto;
  z-index: 9;
  position: relative;
}
.screen-wrapper {
  bottom: auto;
  z-index: 10;
  overflow: hidden;
}
.screen {
  top: 0;
  left: 0;
  background: 0;
  z-index: 19;
  height: 100%;
  overflow-x: hidden;
}
.screenshot-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.scroller-editor {
  width: 98%;
  overflow: auto;
}
.desktop-img {
  min-height: 500px;
}
.prjtName {
  width: 130px;
  margin-right: 40px;
}
.ui-select-wrap {
  height: 30px;
  width: 100%;
  min-width: 50px;
  outline: 0;
  color: #000;
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
}
.ui-select-wrap > .selected {
  float: left;
  height: 30px;
  line-height: 20px;
  display: table;
  width: 100%;
}
.ui-select-wrap > .selected span {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 21px;
}
.ui-select-wrap .dropdown-box {
  border: 1px solid #f7f7f7;
  display: none;
  position: absolute;
  top: 30px;
  z-index: 2;
  background-color: #fff;
  padding: 0;
  left: -1px;
}
.ui-select-wrap .inputbox {
  clear: both;
  margin: 0;
}
.ui-select-wrap .inputbox input[type="text"] {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  padding: 10px 5px;
  outline: 0;
  background: #f7f7f7;
  color: #000;
}
.ui-select-wrap ul {
  clear: both;
  list-style: none;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin-top: 1px;
  overflow: hidden;
}
.ui-select-wrap ul li {
  margin-left: 0;
  margin-right: 0;
  line-height: 30px;
  padding: 0 8px;
  font-size: 17px;
  text-overflow: ellipsis;
}
.ui-select-wrap ul li.over {
  background-color: #2ab4c0;
  color: #fff;
}
.ui-select-wrap .ui-button {
  border-left: 0 solid #e5e5e5;
  float: right;
  display: table-cell;
  cursor: pointer;
  height: 100%;
  color: #999;
  width: 20px;
  text-align: center;
}
.ui-select-wrap a.ui-button {
  margin-top: 7px;
  background: url(../images/icons/uibtn.png) top right no-repeat #fff;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.SuccessMessage,
.errorMessage,
.infoMessage,
.maintainanceMessage,
.warningMessage {
  color: #fff;
  padding: 13px;
  position: fixed;
  font-size: 15px;
  top: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.ui-select-wrap:focus,
.ui-select-wrap:focus .dropdown-box {
  border-color: #ccc;
}
.ui-select-wrap:focus .ui-button {
  border-left: 0;
}
.ui-select-wrap.focus,
.ui-select-wrap.focus .dropdown-box {
  border-color: #ccc;
}
.ui-select-wrap.focus .ui-button {
  border-left: 0;
}
.errorMessage {
  background: rgba(227, 65, 56, 0.9);
}
.SuccessMessage {
  background: rgba(126, 211, 33, 0.9);
}
.infoMessage {
  background: rgba(56, 160, 227, 0.9);
}
.maintainanceMessage {
  background: rgba(238, 109, 0, 0.95);
}
.warningMessage {
  background: #ff9800;
}
.errorClose {
  position: absolute;
  right: 25px;
  top: 20px;
  background: url(../images/icons/cross.svg) center center no-repeat;
  background-size: 100%;
  height: 10px;
  width: 10px;
}
.warning {
  background: url(../images/icons/warning.svg) center center no-repeat;
  background-size: 100%;
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-right: 20px;
  margin-top: -7px;
  margin-bottom: -7px;
}
.tooltip .tooltiptext,
.tooltip .tooltiptextbottom {
  background-color: #222f49;
  color: #fff;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  padding: 4px 0;
  position: absolute;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 70px;
  z-index: 99;
  top: -5px;
  left: 110%;
  margin-left: 20px;
  text-transform: capitalize;
}
.tooltip .tooltiptext::after {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -9px;
  border-color: transparent #222f49 transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptextbottom {
  visibility: hidden;
  width: 70px;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -35px;
  text-transform: capitalize;
}
.blueCircle,
.orangeCircle {
  border-radius: 10px;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 10px;
}
.tooltip .tooltiptextbottom::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: transparent transparent #222f49;
}
.tooltip:hover .tooltiptextbottom {
  visibility: visible;
}
.space-middle {
  padding-bottom: 35px;
}
.blueCircle {
  background: #0b65f6;
}
.orangeCircle {
  background: #ee610a;
}
.device-loader,
.responsive-loader {
  height: 55px;
  width: 55px;
  position: absolute;
}
.ProjectSelection {
  margin: 0;
  min-width: 115px;
  max-height: 200px;
  overflow-y: auto;
  padding: 5px;
  font-size: 15px;
  position: absolute;
  z-index: 999;
  top: 30px;
  left: 0;
  background: #fff;
  box-shadow: 0 0 3px #ccc;
  border-radius: 5px;
  font-family: Lato, sans-serif;
}
.ProjectSelection input[type="text"] {
  box-shadow: 0 0 1px #ccc;
  border: 0;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 3px;
}
.ProjectSelection ul {
  margin: 0;
  padding: 0;
}
.ProjectSelection ul li {
  margin: 1px 0 0;
  padding: 5px;
  color: #000;
  font-size: 14px;
  border-radius: 2px;
  background: #f7f7f7;
}
.ProjectSelection ul li:hover {
  background: #0ebac5;
  color: #fff;
}
.projectPick {
  position: relative;
}
.projectPick a {
  display: block;
  padding: 5px 15px 5px 0;
  font-size: 17px;
  background: url(../images/icons/filterArrow.png) center right no-repeat;
  color: #000;
}
.responsive-loader {
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.device-loader {
  left: 45%;
  top: 45%;
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.width150 {
  width: 150px !important;
}
.width120 {
  width: 120px !important;
}
.TxtOpt {
  font-size: 13px;
  position: absolute;
  z-index: 1;
  padding: 5px 5px 5px 17px;
  color: #999;
}
ul.projectAndVersion {
  margin: 0 0 -18px;
  padding: 0;
}
ul.projectAndVersion li {
  margin: 0;
  padding: 0;
  display: inline;
}
ul.projectAndVersion li a {
  margin: 0;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #0ebac5;
  border-bottom: 0 solid #ccc;
  color: #0ebac5;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.headBarProj,
.martop15 {
  margin-top: 15px;
}
ul.projectAndVersion li a:hover,
ul.projectAndVersion li.active a {
  background: #f7f7f7;
  color: #000;
}
.font17 {
  font-size: 17px;
  line-height: 1;
}
#PreferenceSetting .formControl:before {
  clear: both;
}
.whiteBg {
  background: #fff;
}
.padtop25 {
  padding-top: 25px;
}
.proWrap {
  width: 350px;
}
.input-form button.redBg {
  background: red !important;
}
.input-form button.redBg:hover {
  background: #e0722c !important;
}
.headBarProj {
  float: left;
  width: 100px;
  margin-right: 40px;
}
.tableScroll {
  min-width: 600px;
  overflow-x: auto;
}
.screenshot_loader {
  width: 100%;
  position: fixed !important;
  z-index: 999999;
  left: 0 !important;
  top: 0;
}
.galWrap,
.outerGalWrap {
  position: relative;
  width: 84px;
}
.outerGalWrap {
  float: left;
  margin: 0 9px;
}
.galWrap {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.16);
  border: 3px solid rgba(255, 255, 255, 0.51);
}
.galWrap img {
  width: 78px;
  height: 78px;
}
.videoStatus {
  float: left;
  width: 72px;
  font-size: 12px;
}
.videoDownIcon {
  float: right;
  width: 12px;
  padding-top: 3px;
}
.loadIcon,
.playIcon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.galStatusWrap {
  margin: 15px 0 0;
}
.loadTxt {
  opacity: 0.4;
}
.playIcon {
  background: url(../images/icons/playIcon.png) center center no-repeat;
  background-size: 100%;
}
.loadIcon {
  background: url(../images/icons/loadingIcon.png) center center no-repeat;
  background-size: 100%;
}
.viewAllBtn {
  padding: 0 9px 5px;
}
.viewAllBtn a {
  border-radius: 5px;
  background-color: #2ab4c0;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.13);
  font-size: 12.5px;
  font-weight: 500;
  padding: 7px 15px;
  text-align: left;
  color: #fff;
  display: inline-block;
}
.marAuto20 {
  margin: 20px auto;
}
.deviceFLoat {
  overflow-y: auto;
  float: left;
  height: 200px;
  padding: 0 20px 20px;
}
@media (max-width: 900px) {
  .input-form .input-box,
  .input-form button.center {
    margin-top: 0;
  }
  .input-form .input-box,
  .input-form button {
    display: block;
    margin: 0 10px;
  }
  .view-recent-btn {
    margin-top: 1px !important;
  }
}
.dropdown-usermenu {
  margin-right: 15px !important;
}
.share_email_tags .ng2-tag-input-field {
  font-size: 14px !important;
  padding: 4px 0 !important;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #0ebac5;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
.modal-header .close {
  margin-top: -2px;
  display: block;
  position: absolute;
  color: #000;
}
#loginmodalid,
.modal-backdrop {
  top: initial;
}
#loginmodalid {
  text-align: left;
}
app-screenshot-launcher .tab-content {
  position: initial;
}
app-screenshot-launcher .fixd-tab {
  z-index: 99 !important;
}
#loginmodalid .tab-content {
  background: #fff;
}
#loginmodalid .login-modal-box {
  width: 100%;
  height: initial;
}
#loginmodalid .modal-dialog {
  width: 100%;
  max-width: 700px;
  pointer-events: initial;
}
#loginmodalid .form-control {
  color: #000 !important;
  background: #fff !important;
}
#loginmodalid select.form-control {
  background-image: url(../images/select-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 90% center !important;
}
#loginmodalid .close {
  opacity: 1;
  color: #000;
  font-size: 20px;
  top: 15px;
  right: 15px;
}
#loginmodalid .modal-body {
  padding: 0;
}
#loginmodalid #login_step2 .form-control {
  height: 34px;
  border: 1px solid #ccc;
}
#loginmodalid .steps-list {
  width: initial;
  padding: 35px 30px 10px 30px;
  pointer-events: none;
}
.login-list-view .login-list .login-item p {
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-drppicker {
  width: 500px !important;
  margin-top: 10px !important;
}
.md-drppicker td.active,
.md-drppicker td.active:hover {
  border-radius: 4px 0 0 4px !important;
  background-color: #50e3c2 !important;
}
.md-drppicker td.in-range {
  background-color: rgba(80, 227, 194, 0.2) !important;
  font-size: 12px !important;
}
.md-drppicker td,
.md-drppicker th {
  border: 0 !important;
  opacity: 1 !important;
  width: 32px !important;
  height: 22px !important;
}
.md-drppicker td.end-date {
  border-radius: 0 4px 4px 0 !important;
}
.md-drppicker td.available:hover,
.md-drppicker th.available:hover {
  border-radius: 0 !important;
}
.md-drppicker .calendar td,
.md-drppicker .calendar th {
  color: #212529 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.md-drppicker .btn {
  color: #fff;
  background-color: #0ebac5 !important;
  border-color: #0ebac5 !important;
  height: 29px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-left: 5px;
  text-transform: capitalize !important;
  padding: 0 12px !important;
  line-height: 10px !important;
  box-shadow: none !important;
}
.md-drppicker .btn-default {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 500 !important;
}
.md-drppicker .clear svg {
  display: none !important;
}
.md-drppicker .clear {
  pointer-events: none !important;
  display: none !important;
}
td.off.available {
  opacity: 0 !important;
  pointer-events: none !important;
}
td.off.in-range.available {
  opacity: 0 !important;
  pointer-events: none !important;
}
.off.disabled {
  color: #999 !important;
  opacity: 0.5 !important;
}
.active.start-date.in-range.available {
  background-color: #50e3c2 !important;
}
.active.end-date.in-range.available {
  background-color: #50e3c2 !important;
}
.wrap-center {
  display: flex;
  align-items: center;
  height: 100%;
}
#sketch1 {
  margin: auto;
}
@font-face {
  font-family: "NanumPen";
  src: local("NanumPen"),
    url(./../fonts/NanumPenScript-Regular.ttf) format("truetype");
  font-display: block;
}
.spinning__loader{
  width: 10px;
  height: 10px;
  border:solid 2px rgba(255,255,255, 0.5);
  border-radius: 50%;
  position: relative;
}
.spinning__loader::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 10px;
  height: 10px;
  border:solid 2px #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate; 
  -webkit-animation-duration: 1.0s; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;      
  transition: all 0.5s ease-in;
  animation-name: rotate; 
  animation-duration: 1.0s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to { 
      transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
      -webkit-transform: rotate(0deg);
  }
  to { 
      -webkit-transform: rotate(360deg);
  }
}
.betaTag {
  width: 28px;
  height: 15px;
  background: rgb(14,186,197,0.12);;
  color: #0ebac5;
  border-radius: 3px;
  font-size: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: normal;
  bottom: 1px;
  margin-left: 5px;
}
.onboarding-modal {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
.close-btn-modal {
  position: fixed;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.close-btn-modal > img {
  width: 26px;
  height: 26px;
}
.custom-scroll{
  overflow: overlay;
  scroll-padding: 50px 0 0 50px;
}
.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 16px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #fafafa;
}
.custom-scroll:hover::-webkit-scrollbar-thumb {
  background: #999;
}
.custom-scroll::-webkit-scrollbar-corner {
  background: #fff;
}
.onboarding-details {
  position: fixed;
  z-index: 1002;
}
.new-badge {
  letter-spacing: normal;
  background: #0ebac5;
  color: #ffffff;
  padding: 1px 4px;
  font-size: 9px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-left: 6px;
  pointer-events: none;
  font-weight: normal;
}

.integration-menu{
  display: flex;
  flex-direction: column;
  width: 30%;
  border: 1px solid #EAEAEA;
  z-index: 100;
}
.integration-footer{
  display: flex;
  height: 45px;
  /* font-family: 'Inter'; */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  align-items: center;
  justify-content: space-between;
}

.mark-as-bug-text{
  display: flex;
  height: 20px;
  color: #333333;
  margin-left: 16px;
}

.close-markas-bug{
  display: flex;
  margin-right: 19px;
  height: 11px;
}

.integration-content{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.integration-first{
  display: flex;
  width: 100%;
  height: 48px;
  background: #F1F4F9;
  border: 1px solid #EAEAEA;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #EAEAEA;
}

.integration-first-image{
  /* margin-left: 14px; */
  height: 20px;
  width: 15%;
}

.bug-image{
width: 24px;
height: 24px;
background: #FFE0E0;
border: 0.5px solid #FF6565;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
width: 7%;
cursor: pointer;
}

.bug-image img{
width: 12.29px;
height: 12px;
}

.integration-first-name{
  /* margin-right: 61%; */
  font-size: 14px;
  /* font-family: 'Inter'; */
  font-style: normal;
  width: 78%;
}

.integration-types{
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.integration-heading{
width: 110px;
height: 15px;
font-family: Lato;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 15px;
letter-spacing: 2px;
color: #757575;
margin-top: 10px;
margin-left: 15px;
}

.integration-list-container{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.integration-list{
  display: flex;
  width: 100%;
  height: 50px;
  border: 1px solid #EAEAEA;
  align-items: center;
}

.integration-image{
  /* margin-left: 14px; */
  height: 20px;
  /* width: 20px; */
  width: 15%;
}

.integration-name{
  /* margin-right: 256px; */
  width: 78%;
  font-size: 14px;
  /* font-family: 'Inter'; */
  font-style: normal;
  /* margin-left: 14px; */
}

.integration-bug-image{
display: none ;
/* width: 24px; */
width: 7%;
height: 24px;
background: #FFE0E0;
border: 0.5px solid #FF6565;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
cursor: pointer;
/* margin-left: 280px; */
/* margin-left: 254px; */
}

.integration-list:hover .integration-configure{
display: block;
width: 18%;
height: 16px;
font-family: 'SF Pro Display';
font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 16px;
letter-spacing: 0.25px;
color: #0EBAC5;
/* margin-left: 230px; */
}

.integration-configure{
  display: none;
}

.integration-list:hover{
background: #F1F4F9;
border: 1px solid #EAEAEA;
}

.disabled{
  color: #999999;
}

.integration-iframe{
  width: 30%;
  display: block;
}

.editor-btn li{
    display: flex !important;
    justify-content: center;
    border: 1px solid #EAEAEA;
    width: 26px;
    background: #FAFAFA !important;
}

.save-ss:hover .custom-tooltip{
  display: block !important;
  margin-left: -28px;
}

/* .integration-bug-image:hover .custom-tooltip{
  display: block !important;
  width: 100px !important;
  margin-left: -70px !important;
  margin-top: 176px !important;
}

.integration-bug-image:hover .arrow-up {
  margin-left: 68px !important;
} */

.bug-image:hover .custom-tooltip{
  display: block !important;
  width: 100px !important;
  margin-left: -70px !important;
  margin-top: 64px !important;
}

.bug-image:hover .arrow-up {
  margin-left: 68px !important;
}

.share-ss:hover .custom-tooltip{
  display: block !important;
  margin-left: -28px;
}

.download-ss:hover .custom-tooltip{
  display: block !important;
  margin-left: -28px;
}

:host ::ng-deep .integration-bug-image:hover .custom-tooltip{
  display: block !important;
  width: 100px !important;
  margin-left: -70px !important;
  /* margin-top: 176px !important; */
}

:host ::ng-deep .integration-bug-image:hover .arrow-up {
  margin-left: 68px !important;
}

.all-integration{
width: 66px;
height: 12px;
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;
margin-top: 14px;
margin-left: 12px;
}

.all-integration a{
  color: #0EBAC5;
}

.integration-list .tooltip{
  width: 100px !important;
  margin-left: -32px ;
}

.integration-list .tooltip-arrow{
  margin-left: 20px !important;
}

.integration-first .tooltip{
  width: 100px !important;
  margin-left: -32px ;
}

.integration-first .tooltip-arrow{
  margin-left: 20px !important;
}

.display-none{
  display: none;
}




