::placeholder {
  color: #898989;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #898989;
}

::-ms-input-placeholder {
  color: #898989;
}

body, html {
  font-family: "Inter", sans-serif;
  width: 100%;
  height: 100%;
  font-weight: 500;
  background-color: #f9f9f9;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.col {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.col.col-1 {
  width: calc(99% / 1);
}
.col.col-2 {
  width: calc(99% / 2);
}
.col.col-3 {
  width: calc(99% / 3);
}
.col.col-4 {
  width: calc(99% / 4);
}
.col.col-5 {
  width: calc(99% / 5);
}
.col.col-6 {
  width: calc(99% / 6);
}
.col.col-7 {
  width: calc(99% / 7);
}
.col.col-8 {
  width: calc(99% / 8);
}
.col.col-9 {
  width: calc(99% / 9);
}
.col.col-10 {
  width: calc(99% / 10);
}
.col.col-11 {
  width: calc(99% / 11);
}
.col.col-12 {
  width: calc(99% / 12);
}
.col.col-13 {
  width: calc(99% / 13);
}
.col.col-14 {
  width: calc(99% / 14);
}
.col.col-15 {
  width: calc(99% / 15);
}
.col.col-16 {
  width: calc(99% / 16);
}
.col.col-17 {
  width: calc(99% / 17);
}
.col.col-18 {
  width: calc(99% / 18);
}
.col.col-19 {
  width: calc(99% / 19);
}
.col.col-20 {
  width: calc(99% / 20);
}
.col.col-21 {
  width: calc(99% / 21);
}
.col.col-22 {
  width: calc(99% / 22);
}
.col.col-23 {
  width: calc(99% / 23);
}
.col.col-24 {
  width: calc(99% / 24);
}
.col.col-25 {
  width: calc(99% / 25);
}
.col.col-26 {
  width: calc(99% / 26);
}
.col.col-27 {
  width: calc(99% / 27);
}
.col.col-28 {
  width: calc(99% / 28);
}
@media screen and (max-width: 767px) {
  .col {
    width: 99%;
  }
}

.container {
  display: block;
  position: fixed;
  overflow-x: auto;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.container .left {
  display: inline-block;
  width: 230px;
  height: 100%;
  background-color: #0c1427;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .container .left {
    display: block;
    width: 100%;
  }
}
.container .left .header {
  display: block;
  top: 0;
  width: 100%;
  padding: 30px 14px;
  text-align: left;
}
.container .left .header img {
  display: inline-block;
  width: 80%;
  height: auto;
}
.container .left nav {
  display: block;
  width: 100%;
}
.container .left nav ul {
  display: block;
  width: 100%;
}
.container .left nav ul li {
  display: block;
  width: 100%;
}
.container .left nav ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 10px;
  color: #7987a1;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border-left: 2px solid #131c29;
  cursor: pointer;
}
.container .left nav ul li a:hover {
  border-left: 2px solid #2196f3;
  color: #2196f3;
}
.container .left nav ul li a:hover i {
  color: #2196f3;
}
.container .left nav ul li a.active {
  background-color: #1a2435;
}
.container .left nav ul li a i {
  display: inline-block;
  color: #7987a1;
  font-size: 16px;
}
.container .left nav ul li a i.arrow {
  position: absolute;
  right: 20px;
}
.container .left nav ul li a span {
  display: inline-block;
  padding: 1px 0px;
  vertical-align: top;
}
.container .left .bottom {
  display: block;
  width: 100%;
  padding: 0 10px;
  position: absolute;
  bottom: 20px;
  font-size: 0;
}
.container .left .bottom .item {
  display: inline-block;
  width: 86%;
  color: #7987a1;
}
.container .left .bottom .item:hover {
  color: #fff;
}
.container .left .bottom .item i {
  display: inline-block;
  font-size: 20px;
}
.container .left .bottom .item span {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  padding: 4px 2px;
  vertical-align: top;
}
.container .left .bottom .item.settings {
  width: 86%;
}
.container .left .bottom .item.exit {
  width: 14%;
}
.container .right {
  display: inline-block;
  width: calc(100% - 230px);
  height: 100%;
  border-radius: 20px;
  vertical-align: top;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .container .right {
    display: block;
    width: 100%;
  }
}

.window {
  display: block;
  background-color: #fff;
  padding: 0 1%;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
}
.window .head {
  display: block;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 20px 10px;
  font-size: 24px;
  background-color: #fff;
}
.window .head .add-record {
  position: absolute;
  top: 10px;
  right: 0px;
  width: auto;
  padding: 6px 20px;
}
.window .head .add-record i {
  display: inline-block;
  vertical-align: top;
}
.window .head .add-record span {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}