/*** 

====================================================================
	Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
/* Chopin,Arial,sans-serif */

body {
  font-family: "Chopin", Arial, sans-serif;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #7e7e7e;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 100px;
  line-height: 126px;
  color: #fff;
}

h2 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #7e7e7e;
}

h3 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 25px;
  line-height: 38px;
  color: #7e7e7e;
}

p a {
  color: #3366cc;
}

.button {
  border-radius: 10px !important;
}

.mr-2 {
  margin-right: 20px;
}

.button {
  display: inline-block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button:hover {
  opacity: 0.8;
}
.button.light {
  background: #ef6416;
  border-radius: 10px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding: 13px;
}
.button.sm {
  font-size: 15px;
  line-height: 22px;
  padding: 10px 22px;
}
.button.white {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  font-family: "Poppins";
  font-weight: 400;
  color: #7e7e7e;
}

.header {
  padding: 16px 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 60px;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__inner-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .input {
  margin-left: 15px;
  max-width: 248px;
}

.burger {
  display: none;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: #fff;
}
.sidebar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sidebar__header img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sidebar__inner {
  padding: 20px 0 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100% - 148px);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sidebar__inner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #7e7e7e;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 30px 0 0 30px;
  padding: 15px 22px;
}

.sidebar__version-outer {
  display: flex;
}
.sidebar__inner-version {
  margin-left: 20px;
  line-height: 18px;
  margin-bottom: 20px;
  border-radius: 30px 0 0 30px;
  color: #d4d4d4;
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sidebar__inner-link.active {
  color: #ef6416;
  background: #fafafa;
}
.sidebar__inner-link svg {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.input {
  position: relative;
}
.input__outer {
  margin-bottom: 22px;
}
.input__outer label {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  display: block;
  margin-bottom: 4px;
}
.input input {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 10px;
}
.input.icon input {
  padding-left: 50px;
}
.input.icon svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.input.pass input {
  padding-right: 40px;
}
.input.pass button {
  width: 22px;
  height: 22px;
  position: absolute;
  background: transparent;
  cursor: pointer;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.input.pass button svg {
  width: 100%;
  height: 100%;
}
.input span {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #ea3535;
}
.input.error input {
  border: 1px solid #ea3535;
}

.check {
  position: relative;
}
.check label {
  position: relative;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7e7e7e;
  padding-left: 30px;
  display: block;
}
.check label::before {
  border: 2px solid #7e7e7e;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.check label::after {
  width: 5px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  content: "";
  top: 5px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check label a {
  position: relative;
  z-index: 2;
  color: #3366cc;
}
.check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
.check input:checked + label::before {
  border: 2px solid #ef6416;
  background: #ef6416;
}
.check input:checked + label::after {
  opacity: 1;
}

.checky {
  width: 32px;
  height: 16px;
  position: relative;
}
.checky input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checky input:checked + label {
  background: #85bd41;
}
.checky input:checked + label::before {
  left: 16px;
}
.checky label {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50px;
  background: #7e7e7e;
  -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  position: relative;
}
.checky label::before {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 14px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  height: 14px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

.select {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  width: 100px;
  position: relative;
  cursor: pointer;
  color: #7e7e7e;
}
.select.active {
  z-index: 2;
}
.select.active .select__selected {
  border-radius: 5px 5px 0 0;
}
.select.active .select__selected svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select.active .select__options {
  max-height: 200px;
  overflow-y: auto;
  opacity: 1;
  border: 1px solid #eeeeee;
}
.select__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.select__selected svg {
  width: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  height: 5px;
}
.select__options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border: 1px solid transparent;
}
.select__item {
  padding: 6px 10px;
}
.select__item:hover {
  background: #eeeeee;
}

.rangeSlider {
  width: 132px;
  border-radius: 50px;
  height: 16px;
  position: relative;
  z-index: 1;
}
.rangeSlider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../images/line.svg);
  background-size: 100% 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.rangeSlider__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  outline: none;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.rangeSlider__input::-webkit-slider-thumb {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  z-index: 3;
}
.rangeSlider__input::-moz-range-thumb {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 10px;
  height: 20px;
  cursor: pointer;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eeeeee;
  z-index: 3;
  border-radius: 10px;
}
.rangeSlider span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.rangeSlider span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 132px;
  border-radius: 50px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(17.06%, #ef6416),
    to(#37dbff)
  );
  background: linear-gradient(270deg, #ef6416 17.06%, #37dbff 100%);
}

.wrapper {
  padding-left: 260px;
  background: #f4f7fc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  padding-bottom: 40px;
}

.sett {
  max-width: 1110px;
  margin: 0 auto;
}
.settBox {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  margin-bottom: 42px;
}
.settBox:last-child {
  margin-bottom: 0;
}
.settBox__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px;
}
.settBox__header h3 {
  margin: 0 !important;
}
.settBox__header .input {
  max-width: 154px;
}
.settBox__header .input svg {
  width: 14px;
  height: 14px;
}
.settBox__header .input input {
  padding-left: 30px;
  font-size: 11px;
  line-height: 15px;
}
.settBox h3 {
  margin-bottom: 24px;
}
.settBox p {
  max-width: 420px;
  margin-bottom: 32px;
}
.settBox__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.settBox__footer .button {
  margin-left: 23px;
}
.sett .input__col {
  width: calc(50% - 15px);
  max-width: 305px;
}
.sett .input__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 780px;
  margin: 0 -9px 50px -9px;
}
.sett .input__row .input__outer {
  margin: 9px;
}
.settTable {
  width: 100%;
  border: 1px solid #eeeeee;
  overflow-x: auto;
  border-radius: 10px;
}
.settTable table {
  width: 100%;
  border-collapse: collapse;
}
.settTable table thead tr {
  background: #eeeeee;
}
.settTable table th,
.settTable table td {
  padding: 8px 18px;
  text-align: left;
  font-family: "Pontano Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  border-bottom: 1px solid #eeeeee;
  color: #7e7e7e;
}
.settTable table tbody tr:nth-of-type(odd) {
  background: #fafafa;
}
.settTable table th {
  font-family: "Poppins";
  font-weight: 500;
}

.device {
  margin: 0 auto;
}
.device.ab {
  max-width: 868px;
}
.device.ab h3 {
  margin-bottom: 100px;
}
.device.ab p {
  text-align: center;
  margin-bottom: 70px;
}
.device.dd {
  max-width: 1290px;
}
.device.tb {
  max-width: 1390px;
}
.device__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.device__col {
  width: calc(55% - 15px);
  max-width: 696px;
}
.device__col:last-child {
  width: calc(45% - 15px);
  max-width: 518px;
}
.device__col .deviceBox {
  padding: 22px 26px;
  margin-bottom: 44px;
}
.device__col .deviceBox:last-child {
  margin-bottom: 0;
}
.device__col .deviceBox__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.deviceBox {
  padding: 35px 50px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 20px;
}
.deviceBox__inputs {
  margin-bottom: 160px;
}
.deviceBox__inputs > div {
  margin: 0 -6px;
}
.deviceBox__inputs > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 628px;
  margin: 0 auto;
}
.deviceBox__inputs > div > div input {
  margin: 0 6px;
  width: calc(10% - 12px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  height: 58px;
  text-align: center;
  color: #7e7e7e;
  font-family: "Poppins";
  font-size: 40px;
  line-height: 50px;
}
.deviceBox__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 13px;
}
.deviceBox__header-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.deviceBox__header .button {
  margin-right: 10px;
  font-size: 11px;
  line-height: 14px;
  padding: 7px 13px;
}
.deviceBox__header .input {
  border: 1px solid #d9d9d9;
  max-width: 142px;
  border-radius: 10px;
  margin-right: 10px;
}
.deviceBox__header .input svg {
  width: 14px;
  height: 14px;
}
.deviceBox__header .input input {
  font-size: 11px;
  line-height: 14px;
  padding: 7px 13px 7px 30px;
}
.deviceBox__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.deviceBox__footer .button {
  margin-left: 23px;
}
.deviceTable {
  width: 100%;
  height: auto;
  border: 1px solid #eeeeee;
  overflow-x: auto;
  font-family: "Poppins";
  border-radius: 10px;
}
.deviceTable::-webkit-scrollbar {
  display: none;
}
.deviceTable {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.deviceTable__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.deviceTable__add .button {
  padding: 11px 23px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Pontano Sans";
}
.deviceTable__add .input {
  width: calc(100% - 110px);
  max-width: 318px;
}
.deviceTable__add .input input {
  padding: 11px;
  line-height: 16px;
  font-size: 14px;
}
.deviceTable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.deviceTable .delete {
  width: 14px;
  height: 14px;
  display: inline-block;
  cursor: pointer;
  margin-left: auto;
}
.deviceTable .delete svg {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  height: 100%;
}
.deviceTable .delete:hover {
  color: #ea3535;
}
.deviceTable p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
}
.deviceTable p small {
  font-size: 14px;
  line-height: 16px;
}
.deviceTable p span {
  background: #7e7e7e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin-right: 6px;
  border-radius: 1px solid #7e7e7e;
}
.deviceTable p.active {
  color: #85bd41;
}
.deviceTable p.active span {
  border-radius: 1px solid #85bd41;
  background: #85bd41;
}
.deviceTable p.inactive span {
  border: 1px solid #7e7e7e;
  background: #fff;
}
.deviceTable .error {
  margin-left: 50px;
  color: #ea3535;
  width: 13px;
  height: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.deviceTable .error svg {
  width: 100%;
  height: 100%;
}
.deviceTable .logError {
  color: #ea3535;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.deviceTable .logError svg {
  width: 100%;
  height: 100%;
}
.deviceTable .logActive {
  color: #85bd41;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.deviceTable .logActive svg {
  width: 100%;
  height: 100%;
}
.deviceTable table {
  width: 100%;
  border-collapse: collapse;
}
.deviceTable table.gen tbody tr {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.deviceTable table.gen tbody tr:hover {
  background: rgba(0, 0, 0, 0.1);
}
.deviceTable table thead tr {
  background: #eeeeee;
}
.deviceTable table.logs th:last-child,
.deviceTable table.logs td:last-child {
  width: 55px;
  text-align: center;
}
.deviceTable table.users th:last-child,
.deviceTable table.users td:last-child {
  width: 55px;
  text-align: center;
}
.deviceTable table.opera tr td {
  width: 50%;
}
.deviceTable table.opera tr td:first-child {
  border-right: 1px solid #eeeeee;
}
.deviceTable table.opera tr td .deviceTable__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.deviceTable table.settTable .checky {
  margin-left: unset;
}
.deviceTable table th,
.deviceTable table td {
  padding: 8px 18px;
  text-align: left;
  font-family: "Pontano Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #7e7e7e;
}
.deviceTable table th:last-child,
.deviceTable table td:last-child {
  width: 150px;
}
.deviceTable table .checky {
  margin-left: auto;
}
.deviceTable table tbody tr:nth-of-type(odd) {
  background: #fafafa;
}
.deviceTable table th {
  font-family: "Poppins";
  font-weight: 500;
}
.deviceTable .edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.deviceTable .edit .input {
  width: 51px;
  position: relative;
  margin-right: 40px;
}
.deviceTable .edit .input input {
  text-align: center;
  padding: 5px;
  padding-right: 16px;
}
.deviceTable .edit .input small {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 12px;
  line-height: 14px;
}
.deviceTable .edit__range {
  width: 154px;
  background: #ef6416;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 16px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(17.06%, #ef6416),
    to(#37dbff)
  );
  background: linear-gradient(270deg, #ef6416 17.06%, #37dbff 100%);
  border: 1px solid #eeeeee;
  border-radius: 50px;
}

.auth {
  min-height: 100vh;
  position: relative;
  padding-left: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.authIntro {
  position: absolute;
  left: 0;
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 80px 50px 50px;
}
.authIntro::before {
  position: absolute;
  content: "";
  top: -10%;
  left: calc(100% - 50px);
  width: 100px;
  height: 120%;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.authIntro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* .authIntro__bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 32, 39, 0.68);
} */

.authSection {
  background-image: linear-gradient(165deg, #273e48 35%, #c4c9cb);
  color: white;
}

.authIntro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.authIntro__title {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}
.word {
  display: inline-block;
}

.authIntro_background-image {
  object-fit: contain;
  max-height: 40rem;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translateY(-20%);
}

.video {
  max-width: 100%;
  max-height: 100%;
}
.authForm {
  padding: 90px 50px 20px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.authForm__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.authForm__type {
  padding: 5px 16px;
  border-radius: 10px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.authForm__type.active {
  background: #ef6416;
  color: #fff;
}
.authForm__logo {
  width: 100%;
  max-width: 275px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.authForm__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.authForm__btn {
  max-width: 257px;
  width: 100%;
  margin: 0 auto 42px auto;
}
.authForm__btn .button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.authForm__btn .button {
  width: 100%;
}
.authForm__inner {
  max-width: 305px;
  margin: 0 auto;
}
.authForm .copy {
  text-align: center;
}
.authForm .check {
  margin-bottom: 25px;
}
.authForm .forget {
  text-align: right;
  display: block;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #7e7e7e;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-bottom: 24px;
}
.authForm .forget:hover {
  color: #3366cc;
}

@media (max-width: 1680px) {
  h1 {
    font-size: 90px;
    line-height: 100px;
  }
  .authIntro h1 {
    max-width: 640px;
  }
}
@media (max-width: 1460px) {
  h1 {
    font-size: 76px;
    line-height: 90px;
  }
  .wrapper {
    padding-left: 200px;
  }
  .sidebar {
    width: 200px;
  }
  .authIntro h1 {
    max-width: 540px;
  }
  .authForm {
    padding: 50px 40px 20px 40px;
  }
  .deviceTable table td,
  .deviceTable table th {
    font-size: 12px;
    line-height: 15px;
    padding: 8px 10px;
  }
  .device.ab h3 {
    margin-bottom: 50px;
  }
  .device.ab p {
    margin-bottom: 50px;
  }
  .device__col {
    width: calc(55% - 5px);
  }
  .device__col:last-child {
    width: calc(45% - 5px);
  }
  .device__col .deviceBox {
    margin-bottom: 10px;
    padding: 16px;
  }
  .device__col .deviceBox__header {
    margin-bottom: 30px;
  }
  .deviceBox__inputs {
    margin-bottom: 120px;
  }
}
@media (max-width: 1340px) {
  h1 {
    font-size: 54px;
    line-height: 64px;
  }
  .authIntro {
    padding: 20px 50px 20px 20px;
  }
  .authIntro::before {
    left: calc(100% - 30px);
    width: 60px;
  }
  .authIntro h1 {
    max-width: 440px;
  }
  .authForm {
    padding: 40px 30px 20px 30px;
  }
  .authForm__logo {
    height: 160px;
  }
  .device.ab h3 {
    margin-bottom: 30px;
  }
  .deviceBox {
    padding: 35px;
  }
  .deviceBox__inputs {
    margin-bottom: 100px;
  }
  .deviceTable .edit .input {
    margin: 0 14px 0 0;
  }
  .deviceTable .edit .rangeSlider {
    width: 100px;
  }
  .deviceTable .edit .rangeSlider span::before {
    width: 99px;
  }
}
@media (max-width: 1080px) {
  .wrapper {
    padding-left: 0;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .sidebar.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .sidebar__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 250px;
    padding: 0;
    width: 100%;
    z-index: 1;
    padding: 20px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    background: #fff;
  }
  .sidebar__inner-link {
    border: none;
    padding: 15px;
    width: unset;
    color: #000;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
  }
  .sidebar__header {
    display: none;
  }
  body.active {
    overflow: hidden;
  }
  .burger {
    display: block;
    position: relative;
    width: 30px;
    margin-left: 16px;
    height: 30px;
  }
  .burger::before {
    top: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #ef6416;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #ef6416;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .burger::after {
    bottom: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #ef6416;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .device__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .device__col {
    width: 100% !important;
    max-width: unset !important;
  }
  .device__col .deviceBox__header {
    margin-bottom: 16px;
  }
  .deviceTable table th,
  .deviceTable table td {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 16px;
  }
}
@media (max-width: 840px) {
  .auth {
    padding: 0;
  }
  .authIntro {
    padding: 90px 50px 100px 50px;
    position: relative;
    width: 100%;
  }
  .authIntro::before {
    width: 120%;
    height: 80px;
    left: -10%;
    top: unset;
    bottom: -40px;
  }
  .authForm {
    min-height: unset;
  }
  .authForm__btn {
    margin-bottom: 100px;
  }
  .authForm__btn.mB {
    margin-bottom: 25px;
  }
  .device.ab h3 {
    margin-bottom: 14px;
  }
  .device.ab p {
    margin-bottom: 60px;
    text-align: left;
  }
  .deviceTable table.gen td:nth-child(4),
  .deviceTable table.gen th:nth-child(4) {
    display: none;
  }
  .deviceTable table.gen td:nth-child(5),
  .deviceTable table.gen th:nth-child(5) {
    display: none;
  }
  .deviceTable table.gen td:nth-child(6),
  .deviceTable table.gen th:nth-child(6) {
    display: none;
  }
  .deviceBox__inputs {
    margin-bottom: 94px;
  }
  .deviceBox__inputs > div > div {
    max-width: 440px;
  }
  .deviceBox__inputs > div > div input {
    height: 40px;
    font-size: 32px;
    line-height: 40px;
  }
  .deviceBox h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .wrapper {
    padding-bottom: 95px;
  }
  .header {
    margin-bottom: 20px;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    .header-title {
      margin-left: 25px;
    }
    .header__inner-side {
      margin-right: 25px;
    }
  }
  .header .lang {
    display: none;
  }
  .header .input {
    display: none;
  }
  .burger {
    display: none;
  }
  .sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: unset;
    transform: unset;
    z-index: 10;
    background: #fff;
    height: unset;
    top: unset;
  }
  .sidebar__inner {
    height: unset;
    width: 100%;
    position: static;
    max-width: unset;
    padding: 0 17px 17px 17px;
  }
  .sidebar__inner-link {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 20px 20x;
    border-radius: 0 0 50px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar__inner-link svg {
    margin: 0 0 10px 0;
  }
  .sidebar__inner-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar__inner-links:last-child {
    display: none;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .wrapper {
    padding-bottom: 90px;
  }
  .sidebar__inner-links {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .sidebar__inner-link {
    max-width: 67px;
    padding: 24px 17px 17px 17px;
  }
  .sidebar__inner-link span {
    display: none;
  }
  .authIntro {
    padding: 60px 40px 60px 40px;
  }
  .authIntro::before {
    height: 60px;
    bottom: -30px;
  }
  .authForm {
    padding-top: 0;
    margin-top: -20px;
  }
  .authForm__logo {
    max-width: 248px;
    height: 100px;
  }
  .settBox {
    padding: 16px 22px;
  }
  .settBox p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
  }
  .settBox h3 {
    margin-bottom: 16px;
  }
  .settBox__header {
    margin-bottom: 16px;
  }
  .sett .input__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sett .input__col {
    width: 100%;
  }
  .deviceBox {
    padding: 12px 22px;
  }
  .deviceBox__inputs > div {
    margin: 0 -2px;
  }
  .deviceBox__inputs > div > div {
    max-width: 376px;
  }
  .deviceBox__inputs > div > div input {
    height: 32px;
    width: calc(10% - 4px);
    font-size: 22px;
    line-height: 32px;
    margin: 0 2px;
  }
  .deviceBox__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .deviceBox__header .input {
    display: none;
  }
  .deviceTable p small {
    display: none;
  }
  .deviceTable .error {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 40px 0 0;
  }
  .deviceTable table.gen td,
  .deviceTable table.gen th {
    width: 40%;
  }
  .deviceTable table.gen td:nth-child(3),
  .deviceTable table.gen th:nth-child(3) {
    text-align: right;
    width: 30%;
  }
  .deviceTable table.gen td:nth-child(2),
  .deviceTable table.gen th:nth-child(2) {
    width: 30%;
  }
  .deviceTable table.gen .deviceTable__row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .deviceTable table.opera tr {
    display: block;
  }
  .deviceTable table.opera tr td {
    display: block;
    width: 100%;
  }
  .deviceTable table.settTable td,
  .deviceTable table.settTable th {
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
  }
  .deviceTable table.settTable td:last-child,
  .deviceTable table.settTable th:last-child {
    width: unset;
  }
  .deviceTable table.users td,
  .deviceTable table.users th {
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .deviceTable table.logs td,
  .deviceTable table.logs th {
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
  }
  .deviceTable .edit .input {
    margin: 0;
  }
  .deviceTable .edit .rangeSlider {
    display: none;
  }
}
.auth-switch-language {
  right: 20px;
  top: 20px;
  z-index: 1;
  position: absolute;
}
