@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  outline: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a {
  color: #666;
}

body {
  font-family: "Noto Sans", sans-serif, serif;
  line-height: 140%;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #4b4d53;
}

input, textarea, select {
  padding-left: 5px;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
}

input[type=radio], input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
}

button {
  font-size: 13px;
  font-family: "Noto Sans", sans-serif;
  cursor: pointer;
}

iframe, video {
  width: 100%;
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.flex, .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}

#scrollBars::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

#scrollBars::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#scrollBars::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #DA8F8F), color-stop(0.72, #DA8F8F), color-stop(0.86, #DA8F8F));
}

.createWrap {
  padding: 80px 30px 0;
  max-width: 1440px;
  margin: auto;
}
.createWrap .row {
  align-items: center;
}
.createWrap .row .col {
  flex: 0 0 33.33%;
  padding: 0 20px;
}
.createWrap .row .col select {
  width: 100%;
  border: solid 1px #bfbfbf;
  height: 42px;
  border-radius: 5px;
}
.createWrap .row .col p {
  padding-bottom: 5px;
}
.createWrap .row .col2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.createWrap .row .col2 span {
  flex: 0 0 100%;
  padding-bottom: 5px;
}
.createWrap .row .col2 span strong {
  color: #c02;
  font-size: 12px;
}
.createWrap .row .col2 input[type=text] {
  height: 42px;
  border-radius: 5px;
  flex: 0 0 100%;
  border: solid 1px #bfbfbf;
}
.createWrap .row .col3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.createWrap .row .col3 span {
  flex: 0 0 100%;
}
.createWrap .row .col3 span strong {
  color: #c02;
  font-size: 12px;
}
.createWrap .row .col3 input[type=text] {
  height: 42px;
  border-radius: 5px;
  flex: 0 0 100%;
  border: solid 1px #bfbfbf;
}
.createWrap .row .col1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  flex: 0 0 100%;
}
.createWrap .row .col1 input[type=text] {
  height: 38px;
  flex: 0 0 100%;
  max-width: 100%;
}
.createWrap .sendBox {
  padding: 0px 20px 0px;
}

.bi-facebook {
  color: #1f7af3;
}

.bi-line {
  color: #40ce09;
}

.areaSelect {
  margin-bottom: 30px;
  text-align: right;
  max-width: 1440px;
  margin: auto;
  padding: 0px 60px;
}
.areaSelect select {
  width: 168px;
  height: 42px;
  border-radius: 5px;
  border: solid 1px #bfbfbf;
}

.edmTable {
  max-width: 1440px;
  margin: auto;
  padding: 30px 60px;
}
.edmTable .row {
  padding: 0;
  border: solid 1px #e2e4e3;
  border-top: none;
}
.edmTable .row:hover {
  background-color: #fafafa;
}
.edmTable .row section {
  border-left: solid 1px #e2e4e3;
  text-align: left;
  line-height: 40px;
  padding: 15px;
}
.edmTable .row .list {
  flex: 0 0 80px;
  max-width: 80px;
  border-left: none;
}
.edmTable .row .state {
  flex: 0 0 85px;
  max-width: 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.edmTable .row .area {
  flex: 0 0 15%;
}
.edmTable .row .link {
  flex: 0 0 12%;
  max-width: 12%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.edmTable .row .link span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.edmTable .row .link a {
  background-color: #6c727e;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}
.edmTable .row .link a img {
  margin: 2px auto;
}
.edmTable .row .name {
  flex: 0 0 20%;
  max-width: 20%;
}
.edmTable .row .creation {
  flex: 0 0 10%;
  max-width: 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.edmTable .row .creation .selected {
  position: relative;
  width: 100px;
  border: solid 1px #e2e4e3;
  height: 40px;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: #6c727e;
}
.edmTable .row .creation .selected img {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
}
.edmTable .row .creation .options {
  position: absolute;
  top: 105%;
  left: 0px;
  border: none;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  z-index: 3;
  box-shadow: 0px 0px 12px #b2b4b7;
  background: #fff;
}
.edmTable .row .creation .options a {
  display: block;
}
.edmTable .row .creation .optionsToggle {
  display: block;
}
.edmTable .row .system {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  text-align: center;
}
.edmTable .row .system .systemCol {
  border: none;
  padding: 0;
}
.edmTable .row .system .systemCol a {
  border: solid 1px #e2e4e3;
  padding: 0px 12px;
  line-height: 40px;
  width: 90px;
  margin: auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6c727e;
}
.edmTable .row .system .systemCol a img {
  width: 25px;
  height: 24px;
}
.edmTable .row .dataTime {
  flex: 0 0 calc(20% - 100px);
}
.edmTable .row .remove {
  flex: 0 0 5.5%;
  text-align: center;
}
.edmTable .row .remove .removeBtn {
  cursor: pointer;
  text-align: center;
}
.edmTable .row:first-child {
  border-top: solid 1px #e2e4e3;
  margin-top: 5px;
  background-color: #f1f4f9;
}
.edmTable .row:first-child .state {
  background-color: #f1f4f9;
}
.edmTable .closeRow {
  cursor: no-drop;
  background-color: #fafafa;
}

.tableWrap {
  background-color: #fafafa;
  padding: 50px 30px 0;
}
.tableWrap .tableRow {
  max-width: 1024px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 25px;
  padding: 36px;
}
.tableWrap .tableRow .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tableWrap .tableRow .col {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tableWrap .tableRow .col label {
  flex: 0 0 125px;
}
.tableWrap .tableRow .col input[type=text] {
  flex: 0 0 calc(100% - 260px);
  height: 36px;
  margin-right: 12px;
}
.tableWrap .tableRow .col a {
  font-size: 14px;
}
.tableWrap .tableRow .col .colArt {
  padding-left: 125px;
  padding-top: 4px;
}
.tableWrap .tableRow .sendWrap {
  padding: 30px 0;
}
.tableWrap .addGtmRow .col input[type=text] {
  flex: 0 0 100%;
  border-radius: 5px;
  border: solid 1px #6c727e;
  height: 42px;
}
.tableWrap .addGtmStyleWrap {
  margin-top: 12px;
  text-align: center;
}
.tableWrap .addGtmStyleWrap a {
  font-size: 30px;
}

.hide {
  display: none;
}

.layout {
  background-color: #fafafa;
  padding: 50px 30px 0;
}
.layout .tableRow {
  max-width: 1024px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 25px;
  padding: 36px;
}
.layout .tableRow .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.layout .tableRow .row {
  padding: 0;
}
.layout .tableRow .row .col-1 {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
}
.layout .tableRow .row .col-1 label {
  flex: 0 0 125px;
}
.layout .tableRow .row .col-1 input[type=text] {
  flex: 0 0 calc(90% - 125px);
  height: 36px;
  margin-right: 5px;
}
.layout .tableRow .row .col-2 {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.layout .tableRow .row .col-2 label {
  flex: 0 0 125px;
}
.layout .tableRow .row .col-2 input[type=color] {
  width: 60px;
  padding: 0 7px;
  height: 30px;
}
.layout .tableRow .row .col-2 input[type=text] {
  max-width: 90px;
  margin-right: 5px;
}

.btnStyle {
  padding: 10px 25px;
  background-color: #e9e9e9;
  display: inline-block;
  margin-right: 5px;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
}
.btnStyle:hover {
  box-shadow: 0px 2px 7px #939393;
}

.settingsWrap .settings {
  position: fixed;
  top: 30%;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #cfcfcf;
  border-right: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #939393;
  cursor: pointer;
  box-shadow: 0px 1px 4px #cfcfcf;
  transition: 0.5s right;
}
.settingsWrap .settingsBox {
  position: fixed;
  top: 0%;
  right: -200px;
  border-left: solid 1px #cfcfcf;
  width: 200px;
  height: 100vh;
  box-shadow: 0px 1px 4px #cfcfcf;
  transition: 0.5s right;
  background-color: #fff;
  z-index: 99;
}
.settingsWrap .settingsBox .settingsCol {
  border-bottom: solid 1px #cfcfcf;
  text-align: center;
  padding: 15px;
}
.settingsWrap .settingsBox .settingsCol p {
  font-size: 14px;
}
.settingsWrap .settingsBox .settingsCol img {
  max-width: 150px;
  margin: auto;
}

.settingsToggle .settings {
  right: 200px;
  transition: 0.5s right;
}
.settingsToggle .settingsBox {
  right: 0px;
  transition: 0.5s right;
}

.sensing {
  width: 200px;
  height: 200px;
  margin: 80px auto 150px;
  border: solid 1px #cfcfcf;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}
.sensing::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #cfcfcf;
}
.sensing::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0%;
  background-color: #cfcfcf;
}

.layoutContent {
  max-width: 1024px;
  margin: auto;
}
.layoutContent .picture img {
  max-width: 100%;
  width: 100%;
}

.layoutControl {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 30px;
  text-align: center;
  border-top: solid 1px #cfcfcf;
}

.insertedImage, .mobileImage {
  position: relative;
}
.insertedImage .editBtn, .mobileImage .editBtn {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 2px;
  background-color: #313131;
  text-align: center;
  color: #fff;
  border: none;
  top: 0;
  right: 48px;
}
.insertedImage .deleteBtn, .mobileImage .deleteBtn {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 2px;
  background-color: #313131;
  text-align: center;
  color: #fff;
  border: none;
  top: 0;
  right: 0;
}

.pageWrap {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 100px auto;
}
.pageWrap a, .pageWrap span {
  display: inline-block;
  margin: 0 5px;
}
.pageWrap .active {
  border-bottom: solid 1px #313131;
}

.state input[type=checkbox].switch {
  width: 38px;
  height: 21px;
  border-radius: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--border, #BBC1E1);
  background: var(--background, #fff);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
.state input[type=checkbox].switch::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: var(--ab, var(--border, #BBC1E1));
  transition: transform 0.3s ease, background 0.3s ease;
  transform: translateX(var(--x, 0));
}
.state input[type=checkbox].switch:checked {
  --ab: var(--active-inner, #fff);
  --x: 17px;
  border-color: var(--active, #44c06a);
  background: var(--active, #44c06a);
}
.state input[type=checkbox].switch:disabled {
  cursor: not-allowed;
  opacity: 0.9;
  background: var(--disabled, #F6F8FF);
  border-color: var(--border, #BBC1E1);
}
.state input[type=checkbox].switch:disabled:not(:checked)::after {
  opacity: 0.6;
}
.state input[type=checkbox].switch:focus {
  box-shadow: 0 0 0 2px rgba(39, 94, 254, 0.3);
}

.loginWrap {
  background-color: #ebedef;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.loginWrap .login {
  max-width: 507px;
  flex: 0 0 507px;
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 21, 0.175) !important;
  padding: 3rem;
}
.loginWrap .login .text {
  text-align: center;
}
.loginWrap .login .section {
  border: solid 1px #e2e4e3;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3px;
  position: relative;
}
.loginWrap .login .section label {
  flex: 0 0 40px;
  text-align: center;
  background-color: #ebedef;
  font-size: 20px;
  line-height: 40px;
}
.loginWrap .login .section input {
  flex: 0 0 calc(100% - 40px);
  height: 40px;
  border: none;
}
.loginWrap .login .section select {
  flex: 0 0 calc(100% - 40px);
  height: 40px;
  border: none;
}
.loginWrap .login .section .eye {
  position: absolute;
  right: 2px;
  top: 10px;
  cursor: pointer;
}
.loginWrap .login .loginBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.loginWrap .login .loginBtn input {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.loginWrap .login .loginBtn a {
  background: #002865 !important;
  color: #fff;
  display: inline-block;
  width: 180px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
}
.loginWrap .login .loginBtn a:focus, .loginWrap .login .loginBtn a:hover {
  box-shadow: 1px 1px 8px 0px #454545 !important;
}

.mobileWrap {
  max-width: 576px;
  margin: auto;
}

header {
  box-shadow: 1px 0px 12px #6c727e;
}
header .row {
  max-width: 1440px;
  margin: auto;
  padding: 30px 60px;
  justify-content: space-between;
}
header .row i {
  margin: 0 3px;
}
header .row section {
  display: flex;
  flex-wrap: wrap;
}
header .row section div {
  margin-left: 30px;
}

.graphicLayout {
  display: flex;
  flex-wrap: wrap;
}
.graphicLayout .col-2 {
  flex: 0 0 50%;
}
.graphicLayout .col-2 .graphicImgWrapper {
  position: relative;
}
.graphicLayout .col-2 .graphicImgWrapper .editBtn {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 2px;
  background-color: #313131;
  text-align: center;
  color: #fff;
  border: none;
  top: 0;
  right: 0;
}
.graphicLayout .col-2:nth-child(1) {
  padding-right: 30px;
}
@media (max-width: 576px) {
  .graphicLayout .col-2:nth-child(1) {
    padding-right: 0px;
  }
}
.graphicLayout .col-2:nth-child(2) {
  padding-left: 30px;
}
@media (max-width: 576px) {
  .graphicLayout .col-2:nth-child(2) {
    padding-left: 0px;
  }
}
.graphicLayout .col-2-xs {
  flex: 0 0 100%;
  padding: 0px;
  position: relative;
}
.graphicLayout .col-2-xs .editBtn {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 2px;
  background-color: #313131;
  text-align: center;
  color: #fff;
  border: none;
  top: 0;
  right: 0;
  margin: 0;
}
.graphicLayout .col-2-xs:nth-child(1) {
  margin-bottom: 15px;
}
.graphicLayout .col-2-xs:nth-child(2) {
  margin-top: 15px;
}

.insertedGraphics {
  text-align: center;
}
.insertedGraphics .deleteBlockBtn {
  width: 125px;
  height: 45px;
  border-radius: 2px;
  background-color: #313131;
  text-align: center;
  color: #fff;
  border: none;
  top: 0;
  left: 0;
  margin: 60px auto 60px;
}

.map {
  position: relative;
  overflow-y: hidden;
  overflow-y: auto;
}
.map .mask {
  display: none;
  position: sticky;
  top: 45%;
  left: 0%;
  z-index: 10;
}
@media (max-width: 576px) {
  .map .mask {
    display: block;
  }
}
.map .mask img {
  max-width: 47px;
  position: absolute;
  width: 47px !important;
  animation: hand 3s infinite ease-in-out;
}
@media (max-width: 576px) {
  .map img {
    max-width: initial;
    width: 900px;
  }
}

@keyframes hand {
  from {
    left: 30%;
  }
  to {
    left: 70%;
  }
}
.fbTable {
  max-width: 1280px;
  margin: 30px auto;
}
.fbTable .rowData {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #ccc;
  border-top: none;
  align-items: center;
}
.fbTable .rowData div {
  border-left: solid 1px #ccc;
  padding: 10px;
  line-height: 40px;
}
.fbTable .rowData .list {
  flex: 0 0 5%;
  border: none;
}
.fbTable .rowData .name {
  flex: 0 0 35%;
}
.fbTable .rowData .user {
  flex: 0 0 25%;
}
.fbTable .rowData .time {
  flex: 0 0 20%;
  font-size: 14px;
}
.fbTable .rowData .set {
  flex: 0 0 15%;
  text-align: center;
}
.fbTable .rowData .set .selected {
  position: relative;
  width: 128px;
  border: solid 1px #e2e4e3;
  line-height: 40px;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: #6c727e;
  margin: auto;
}
.fbTable .rowData .set .selected img {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
}
.fbTable .rowData .set .options {
  position: absolute;
  top: 105%;
  left: 0px;
  border: none;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  z-index: 3;
  box-shadow: 0px 0px 12px #b2b4b7;
  background: #fff;
  text-align: left;
}
.fbTable .rowData .set .options a {
  display: block;
}
.fbTable .rowData .set .options a i {
  margin-right: 7px;
}
.fbTable .rowData .set .optionsToggle {
  display: block;
}
.fbTable .rowData:hover {
  background-color: #fafafa;
}
.fbTable .firstRow {
  border-top: solid 1px #ccc;
  margin-top: 30px;
}
.fbTable .firstRow .time {
  font-size: 16px;
}
.fbTable .addUser {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.addFbData {
  background-color: #f0f2f4;
  height: 91vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.addFbData .titles {
  font-size: 22px;
  color: #000;
  padding-bottom: 0px;
}
.addFbData .content {
  max-width: 445px;
  margin: auto;
  flex: 0 0 100%;
  box-shadow: 0px 0px 20px #d3d3d3;
  padding: 30px;
  border-radius: 12px;
}
.addFbData .content .section {
  position: relative;
}
.addFbData .content .section input {
  width: 100%;
  border-radius: 8px;
  height: 42px;
  border: solid 1px #ccc;
  background-color: #fff;
}
.addFbData .content .section p {
  letter-spacing: 0;
  padding-bottom: 6px;
}
.addFbData .content article {
  padding: 15px 0;
}
.addFbData .content article input[type=checkbox] {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.addFbData .content section {
  margin: 16px 0;
  position: relative;
}
.addFbData .content section .eye {
  position: absolute;
  right: 10px;
  top: 36px;
  cursor: pointer;
}
.addFbData .content section p {
  padding-bottom: 3px;
  padding-left: 5px;
}
.addFbData .content section select {
  width: 100%;
  border-radius: 8px;
  height: 42px;
  border: solid 1px #ccc;
}
.addFbData .content section input {
  width: 100%;
  border-radius: 8px;
  height: 42px;
  border: solid 1px #ccc;
  background-color: #fff;
}
.addFbData .content section .selectStyle {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #ccc;
}
.addFbData .content .btnBox {
  padding-top: 15px;
}

.select2-container .select2-selection--single {
  height: 42px;
  line-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.lineWrap {
  max-width: 1280px;
  margin: 80px auto;
}
.lineWrap .addUser {
  margin-bottom: 36px;
}
.lineWrap .row {
  border: solid 1px #ccc;
  align-items: center;
  border-top: none;
}
.lineWrap .row div {
  padding: 10px;
  position: relative;
  border-left: solid 1px #ccc;
  min-height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lineWrap .row .list {
  flex: 0 0 5%;
  border: none;
}
.lineWrap .row .state {
  flex: 0 0 10%;
  font-size: 15px;
}
.lineWrap .row .state i {
  margin-right: 3px;
}
.lineWrap .row .state .bi-check-circle-fill {
  color: rgb(34, 139, 34);
}
.lineWrap .row .state .bi-x-circle-fill {
  color: rgb(220, 20, 60);
}
.lineWrap .row .photo {
  flex: 0 0 10%;
}
.lineWrap .row .photo img {
  display: block;
  max-width: 40px;
}
.lineWrap .row .name {
  flex: 0 0 35%;
}
.lineWrap .row .groupid {
  flex: 0 0 32%;
}
.lineWrap .row .numeric {
  flex: 0 0 8%;
}
.lineWrap .first {
  border-top: solid 1px #ccc;
}
.lineWrap .row:nth-child(2n) {
  background-color: #F6F8FF;
}

.select2-selection__clear {
  display: none;
}

.lineIcon {
  color: #40ce09;
  letter-spacing: 0;
}

.addGtmRow .col input[type=text] {
  flex: 0 0 100%;
}

.insertedSlick {
  text-align: center;
}
.insertedSlick .deleteBlockBtn {
  background-color: #313131;
  color: #fff;
  padding: 10px 20px;
  border: none;
  margin: 30px auto;
}
.insertedSlick .slick .slider {
  position: relative;
}
.insertedSlick .slick .slider .editBtn {
  background-color: #313131;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
.insertedSlick .slick .arrow {
  background-color: transparent;
  font-size: 26px;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: calc(50% - 36px);
  border: none;
  cursor: pointer;
}
.insertedSlick .slick .prevArrow {
  left: 30px;
}
.insertedSlick .slick .nextArrow {
  right: 30px;
}
.insertedSlick .slick .slick-dots {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 36px;
  width: 100%;
  left: 0;
}
.insertedSlick .slick .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: solid 1px #bfbfbf;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 5px;
  cursor: pointer;
}
.insertedSlick .slick .slick-dots li button {
  display: none;
}
.insertedSlick .slick .slick-dots .slick-active {
  background-color: #ffffff;
}

.btnWrap {
  position: absolute;
  top: 0;
  right: 0;
}
.btnWrap button {
  background-color: #313131;
  color: #fff;
  padding: 10px 20px;
}

.insertedGraphics {
  display: flex;
  flex-wrap: wrap;
}
.insertedGraphics .art {
  flex: 0 0 50%;
  max-width: 50%;
}
.insertedGraphics .graphicsSlick {
  flex: 0 0 50%;
  max-width: 50%;
}/*# sourceMappingURL=style.css.map */