﻿#app_settings {
  padding-bottom: 200px;
}

.setting .s-ti {
  margin: 0;
  margin-top: 10px;
}
.setting .s-ti.bold {
  font-weight: bold;
  color: #243e4b;
}
.setting .s-ti .info {
  position: relative;
  font-size: 13px;
}
.setting .s-ti .info .alert {
  display: none;
  position: absolute;
  left: calc(100% + 10px);
  top: -50%;
  z-index: 99999;
  width: 350px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.setting .s-ti .info:hover .alert {
  display: block;
}

.actions {
  display: flex;
  margin-top: 5px;
}
.actions.right {
  justify-content: right;
}
.actions button {
  background: none;
  border: none;
  text-align: center;
  padding: 5px 15px;
  color: #808080;
  cursor: pointer;
}
.actions button i {
  color: #0078d4;
  margin-right: 5px;
}
.actions button:hover {
  background: #f7f8f9;
}
.actions button:focus {
  outline: none;
}

.link-keys .link {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 5px;
  margin-top: 5px;
  position: relative;
}
.link-keys .link .rem {
  position: absolute;
  top: 5px;
  right: 7px;
}
.link-keys .link label {
  font-size: 0.7em;
  color: #717171;
  margin: 0;
}
.link-keys .link .copy {
  margin-left: 10px;
  cursor: pointer;
}
.link-keys .link .copy:hover {
  color: #0078d4;
}
.link-keys .link .description {
  padding-right: 20px;
}
.link-keys .link .description input {
  border: none;
  border-bottom: 1px dashed #717171;
  width: 100%;
}
.link-keys .link .token {
  font-family: monospace;
  font-size: 0.9em;
  color: #000;
}

.mob .mob-titlebar {
  position: relative;
}
.mob .mob-titlebar .mob-temp {
  display: none;
  position: absolute;
  left: calc(100% + 20px);
  top: calc(50% - 63px);
  background-color: #008b9f;
  color: #fff;
  width: 300px;
  box-shadow: 0 0 5px #cacaca;
  flex-direction: column;
}
.mob .mob-titlebar .mob-temp .header {
  display: flex;
}
.mob .mob-titlebar .mob-temp .header .b {
  padding: 20px;
}
.mob .mob-titlebar .mob-temp .header .td {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mob .mob-titlebar .mob-temp .header .td label {
  margin: 0;
}
.mob .mob-titlebar .mob-temp .header .td .t {
  font-weight: bold;
}
.mob .mob-titlebar .mob-temp .header .td .d {
  font-size: 13px;
}
.mob .mob-titlebar .mob-temp .body {
  background: #f5f5f5;
}
.mob .mob-titlebar .mob-temp .body > div {
  background: #fff;
  height: 50px;
  margin: 10px;
  box-shadow: 0 0 3px #cacaca;
}
.mob .mob-titlebar:hover .mob-temp {
  display: flex;
}

.documents {
  /* .doc-image {
      background-color: aliceblue;
      min-height: 70px;

      img {
          display: none;
          width: 495px;
          min-height: 70px;
          border: 1px solid #ddd;
      }
  }*/
}
.documents a {
  margin-top: 20px;
  display: block;
}
