@charset "UTF-8";
@font-face {
  font-family: "S-CoreDream-2ExtraLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-2ExtraLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.font-size-ss {
  font-size: 12px;
}

.font-fas {
  font-family: "Font Awesome 5 Free";
}

/*****************************
body
*****************************/
* {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif;
}

body {
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none !important;
}

.modal .dropdown-content {
  max-height: 200px;
}

.hidden {
  display: none !important;
}

.w-5 {
  width: 5% !important;
}

.w-15 {
  width: 15% !important;
}

.w-30 {
  width: 30% !important;
}

.w-50 {
  width: 50% !important;
}

.w-70 {
  width: 70% !important;
}

.p0 {
  padding: 0 !important;
}

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

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

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

/*****************************
header
*****************************/
header {
  height: 68px;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-dark ul a.active span {
  font-weight: bold;
}

/*****************************
sidebar
*****************************/
.sidenav-main .sidenav-collapsible {
  overflow-y: scroll;
}
.sidenav-main .sidenav-collapsible .select-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.sidenav-main .sidenav-collapsible .event-select select {
  display: block;
  width: 100%;
  height: 48px;
}
.sidenav-main .sidenav-collapsible .bold.event-select select {
  display: block;
  width: 100%;
  height: 48px;
}
.sidenav-main .brand-sidebar .logo-wrapper {
  height: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidenav-main .brand-sidebar .logo-wrapper img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.sidenav-main .sidenav li > a {
  height: 48px;
  text-decoration: none;
}
.sidenav-main .sidenav.open {
  position: fixed;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.sidenav-overlay {
  opacity: 10;
}

/*****************************
content
*****************************/
#tableSec table td {
  mso-number-format: "@" !important;
}

.bold {
  font-weight: bold;
}

.quill-editor {
  white-space: pre-wrap;
}

.user-participant-table input[type=radio] {
  display: none;
}

input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 2px solid #9C27B0;
  box-shadow: none;
}

.row.excel-btn-box button {
  margin: 2rem 5px;
}

.el-position-relative {
  position: relative !important;
}
.el-position-absolute {
  position: absolute !important;
}

.row.excel-detail .visit-info-box {
  font-size: 14px;
  font-weight: bold;
}
.row.excel-detail table tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.row.excel-detail table td:first-child {
  text-align: center;
  background-color: #F8F8F8;
  border-right: 1px solid #CCC;
}
.row.excel-detail label {
  font-size: 14px;
  margin-right: 5px;
}

.exh-app-info .row {
  width: 100%;
  height: 80px;
}

.row.price-row a {
  margin: 0 15px;
  font-weight: bold;
}

.exh-customer-visitor-form .visit-info input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.exh-customer-visitor-form .exh-app-info input[type=checkbox], .exh-customer-visitor-form .exh-app-info input[type=radio] {
  pointer-events: initial;
}
.exh-customer-visitor-form .exh-app-info .row .active.big-font {
  webkit-transform: translateY(-20px) scale(0.8);
  -ms-transform: translateY(-20px) scale(0.8);
  transform: translateY(-20px) scale(0.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.exh-app-info .row .visit-info-box {
  border-bottom: 1px solid #999;
  padding: 10px 0;
  margin-left: 0.75em;
  margin-bottom: 10px;
}
.exh-app-info .row .visit-info-box span {
  font-size: 18px;
  margin: 0 10px;
}
.exh-app-info .row .visit-info-box input[type=checkbox] {
  opacity: 1;
  position: relative;
}

.row.editor-row {
  margin: 15px 0;
  padding-bottom: 15px;
}
.row.editor-row .col {
  padding: 0;
}

.input-field.application-radio input[type=radio] {
  display: none;
}

.input-field > label:not(.label-icon).active.file {
  -webkit-transform: translateY(-24px) scale(0.8);
  -ms-transform: translateY(-24px) scale(0.8);
  transform: translateY(-24px) scale(0.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.input-field .counsel-textarea {
  height: 250px !important;
}

.input-field.age-radio span {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
  font-weight: bold;
}

.input-field .participant-box {
  margin: 15px 0;
  text-align: right;
}
.input-field .participant-box p {
  margin-top: 15px;
}
.input-field .participant-box p span {
  font-size: 40px;
  font-weight: bold;
}

.file-field input[type=file] {
  height: 75px;
}

.content-page {
  padding: 1rem 0.5rem;
}
.content-page .container {
  padding: 20px 0px 20px 0px;
}
.content-page .container .hidden {
  display: none !important;
}
.content-page .container .date-ptcpt input {
  width: 50%;
  float: left;
}

.area-search {
  width: 100%;
  overflow: hidden;
}
.area-search .search-type {
  float: left;
  margin-right: 15px;
}
.area-search .w-30 {
  width: 30%;
}
.area-search .w-20 {
  width: 20%;
}
.area-search .custom-select {
  margin-top: 10px;
}
.area-search .input-group {
  float: right;
}
.area-search .input-group .form-control {
  float: left;
  width: 30%;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 5px;
}
.area-search .input-group .input-group-append {
  float: right;
}
.area-search .card {
  width: 100%;
  white-space: normal;
  overflow-x: auto;
}
.area-search .card .card-content.company {
  padding: 24px 0;
}
.area-search .card.product {
  white-space: pre-line;
}

.area-table {
  padding-top: 20px;
}
.area-table table {
  width: 100%;
  table-layout: fixed;
}
.area-table table.diary td {
  padding-bottom: 0;
}
.area-table table tr.deny {
  background-color: #F9F9F9;
}
.area-table table td, .area-table table th {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.area-table table td:last-child, .area-table table th:last-child {
  border-right: none;
}
.area-table table td.col-info, .area-table table th.col-info {
  text-align: left;
  padding-left: 15px;
}
.area-table table td.col-info span.matching-stat-split:after, .area-table table th.col-info span.matching-stat-split:after {
  content: ",";
}
.area-table table td.col-info span.matching-stat-split:last-child:after, .area-table table td.col-info span.matching-stat-split:last-of-type:after, .area-table table th.col-info span.matching-stat-split:last-child:after, .area-table table th.col-info span.matching-stat-split:last-of-type:after {
  content: "";
}
.area-table table td.col-w5, .area-table table th.col-w5 {
  width: 5%;
}
.area-table table td.col-w6, .area-table table th.col-w6 {
  width: 6%;
}
.area-table table td.col-w10, .area-table table th.col-w10 {
  width: 10%;
}
.area-table table td.col-w20, .area-table table th.col-w20 {
  width: 20%;
}
.area-table table td.col-w30, .area-table table th.col-w30 {
  width: 30%;
}
.area-table table td form .custom-file .custom-file-label, .area-table table th form .custom-file .custom-file-label {
  text-align: left;
}
.area-table table td img, .area-table table th img {
  max-width: 300px;
}
.area-table .card {
  width: 100%;
  white-space: normal;
  overflow-x: auto;
}
.area-table .card .card-content.company {
  padding: 24px 0;
}
.area-table .card.product {
  white-space: pre-line;
}

.area-table-noborder table {
  width: 100%;
  table-layout: fixed;
}
.area-table-noborder table tr.deny {
  background-color: #F9F9F9;
}
.area-table-noborder table td:last-child, .area-table-noborder table th:last-child {
  border-right: none;
}
.area-table-noborder table td.col-info, .area-table-noborder table th.col-info {
  text-align: center;
  padding-left: 15px;
}
.area-table-noborder table td.col-info span.matching-stat-split:after, .area-table-noborder table th.col-info span.matching-stat-split:after {
  content: ",";
}
.area-table-noborder table td.col-info span.matching-stat-split:last-child:after, .area-table-noborder table td.col-info span.matching-stat-split:last-of-type:after, .area-table-noborder table th.col-info span.matching-stat-split:last-child:after, .area-table-noborder table th.col-info span.matching-stat-split:last-of-type:after {
  content: "";
}
.area-table-noborder table td.col-w5, .area-table-noborder table th.col-w5 {
  width: 5%;
}
.area-table-noborder table td.col-w6, .area-table-noborder table th.col-w6 {
  width: 6%;
}
.area-table-noborder table td.col-w10, .area-table-noborder table th.col-w10 {
  width: 10%;
}
.area-table-noborder table td.col-w20, .area-table-noborder table th.col-w20 {
  width: 20%;
}
.area-table-noborder table td.col-w30, .area-table-noborder table th.col-w30 {
  width: 30%;
}
.area-table-noborder table td form .custom-file .custom-file-label, .area-table-noborder table th form .custom-file .custom-file-label {
  text-align: left;
}
.area-table-noborder table td img, .area-table-noborder table th img {
  max-width: 300px;
}
.area-table-noborder .card {
  width: 100%;
  white-space: normal;
  overflow-x: auto;
}
.area-table-noborder .card .card-content.company {
  padding: 24px 0;
}
.area-table-noborder .card.product {
  white-space: pre-line;
}

.area-page {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.area-page a {
  padding: 5px 10px;
  display: inline-block;
}
.area-page a.active {
  border: 1px solid #9C27B0;
}

.area-header {
  align-content: center;
  align-items: center;
  margin-bottom: -10px;
}

.area-detail {
  padding: 0 1rem;
}

.ql-container .ql-editor {
  min-height: 200px;
}

.ql-editor.ql-blank::before {
  content: none !important;
}

/*****************************
button
*****************************/
.btn.blue-border {
  border: 1px #2196F3 solid !important;
  box-shadow: none !important;
  border-radius: 15px !important;
}
.btn.add-btn {
  float: right;
}
.btn.add-board-file {
  float: left;
}
.btn.del-board-file {
  height: 45px;
  margin: 1rem;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.exh-app-form-manage-list input[type=checkbox][name=typeForm]:checked + span {
  color: #00BCD4;
}
.exh-app-form-manage-list input[type=checkbox][name=typeForm] + span {
  padding-left: 0;
  margin-right: 1rem;
}
.exh-app-form-manage-list input[type=checkbox][name=typeForm] + span:before {
  display: none;
}

/*****************************
stat
*****************************/
.mb-2 {
  margin-top: 1%;
}

/*****************************
modal
*****************************/
.modal {
  max-height: 100%;
  box-shadow: none;
  -ms-overflow-style: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal .input-field {
  margin: 0.5rem 0;
}
.modal .form-group {
  margin-bottom: 2rem;
}
.modal .form-group select {
  pointer-events: none;
}
.modal .form-group label {
  margin-bottom: 0;
}
.modal .form-group.btm label {
  margin-bottom: 1rem;
}
.modal .form-group.number label {
  margin-bottom: 0.5rem;
}
.modal .form-group.number select {
  margin-right: 5px;
}
.modal .form-group.number input {
  width: 50%;
  padding-left: 5px;
}
.modal img {
  width: 100%;
}
.modal .modal-footer {
  background-color: transparent;
}

[type=radio]:checked, [type=radio]:not(:checked) {
  position: static;
  opacity: 10;
}

.navbar-list.left {
  margin-left: 270px;
}
.navbar-list.left svg {
  display: none;
}

.dash-count > div {
  overflow: hidden;
}
.dash-count .col {
  padding: 20px 0;
  border-bottom: 1px solid;
}
.dash-count .col:last-child {
  border-bottom: 0;
}
.dash-count .mb-0 .right-align {
  float: right;
  font-weight: bold;
}

.expandable span {
  display: inline-block;
  text-align: center;
}
.expandable .collapsible-body {
  padding: 1rem;
}

.fa-question-circle {
  width: 1.2em !important;
  height: 1.2em;
  color: #225EDF;
  cursor: pointer;
}

.question-wrapper {
  position: absolute;
  top: 0%;
  z-index: 1;
}

.card-content textarea {
  min-height: 200px;
}
.card-content .group.list-left {
  padding-top: 25px;
}
.card-content .group.list-left span {
  margin-left: 1rem;
}

.modal {
  max-height: 800px;
}

.modal.modalExhibitionNewAccountAdd {
  top: 5% !important;
}
.modal.modalExhibitionNewAccountAdd select[disabled] {
  display: none;
}
.modal.modalExhibitionNewAccountAdd .select-wrapper li.disabled {
  display: none;
}

.select-wrapper select[disabled] {
  display: none;
}
.select-wrapper li.disabled {
  display: none;
}

.invoice-info.bg-blue {
  background-color: #E4EEFF;
}

.invoice-btn-wrapper {
  text-align: center;
}

.invoice-address h6 {
  display: inline-block;
  margin-left: 10px;
}

.invoice-table-title {
  font-size: 1.15rem;
  margin: 10px;
}
.invoice-table-title.no-margin-row {
  margin-left: 0;
  margin-right: 0;
}

.dotted-table tr {
  border: 1px solid #CCC;
}

.invoice-product-details .striped.responsive-table tr {
  border-bottom: 1px solid #CCC;
}
.invoice-product-details .striped.responsive-table tr:last-child {
  border-bottom: none;
}

.mypage-application .application-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mypage-application .application-span {
  font-weight: normal;
}
.mypage-application ul {
  padding-left: 2rem;
  font-weight: 700;
  font-size: 16px;
}
.mypage-application ul li {
  margin-bottom: 10px;
}
.mypage-application.detail-text {
  text-align: center;
}
.mypage-application.detail-text h5.detail-text- {
  font-size: 22px;
}
.mypage-application.detail-text h5 span {
  color: #225EDF;
}
.mypage-application.detail-text p {
  font-size: 22px;
  margin-top: 20px;
}

.application-booth .application-bootspan {
  margin-bottom: 10px;
  font-size: 20px;
}

.cal-icon {
  float: right;
  position: absolute;
  right: 20px;
}

.usage-form.usage-form-sign-panel table .row input {
  text-align: center;
  width: calc(100% / 25);
  margin-right: 0 !important;
}
.usage-form.usage-form-sign-panel table .row input:nth-child(odd) {
  background-color: #F5F8FA;
}
.usage-form.usage-form-invite-buyer .card.guide-info .card-content .table-list-attached {
  /*해외 바이어 관리자 지원내용 안내 아래 내용 속성*/
}
.usage-form.usage-form-invite-buyer .card.guide-info .card-content .table-list-attached .down-btn {
  background-color: #225EDF;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  height: 45px;
  border: 0;
  color: white;
}
.usage-form.usage-form-invite-buyer .card.guide-info .card-content .table-list-attached .sub-content.visitor-part-intro.invite-buyer {
  padding: 0;
  margin-bottom: 3%;
}
.usage-form.usage-form-invite-buyer .card.guide-info .card-content .table-list-attached .sub-content.visitor-part-intro .common-content-wrapper .visitor-info-tablebox {
  padding-top: 10px;
  padding-bottom: 10px;
}
.usage-form.usage-form-invite-buyer .card.guide-info .card-content .table-list-attached .sub-content.visitor-part-intro .common-content-wrapper .visitor-process {
  width: 100%;
  display: table;
  padding: 10px 0;
}
.usage-form.usage-form-invite-buyer .card.guide-info .card-content .table-list-attached .sub-content.visitor-part-intro .common-content-wrapper .visitor-process > div {
  display: table-cell;
  vertical-align: middle;
}
.usage-form.usage-form-invite-buyer .card.guide-info .card-content .table-list-attached .sub-content.visitor-part-intro .common-content-wrapper .visitor-process > div .list-down {
  width: 31px;
  height: 17px;
  background-image: url(../../images/icons/icon-up@2x.png);
  background-size: 100% 100%;
  float: right;
  cursor: pointer;
  margin-right: 16px;
  transform: rotate(90deg);
}
.usage-form.usage-form-invite-buyer .card.guide-info .card-content .table-list-attached .sub-content.visitor-part-intro .common-content-wrapper .visitor-process .pro-box {
  border-radius: 4px;
  border: solid 1px blue;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  width: 30%;
}

@media (max-width: 992px) {
  .dash-board .col {
    width: 100% !important;
  }

  .navbar-list.left {
    margin-left: 50px;
  }

  .subscriber-list-card table th:first-child, .subscriber-list-card table th:last-child, .subscriber-list-card table th:first-child, .subscriber-list-card table th:last-child {
    padding: 15px 5px !important;
  }
}
@media (max-width: 768px) {
  .navbar-list.left {
    box-shadow: 0 15px 10px 10px grey;
    margin-left: 0;
    position: fixed;
    bottom: 0;
    background: white !important;
    width: 100%;
  }
  .navbar-list.left span {
    display: none;
  }
  .navbar-list.left svg {
    display: inline-block;
    color: black;
    width: 1.5em;
    height: 1.5em;
  }
  .navbar-list.left li {
    width: calc(100% / 5);
  }
  .navbar-list.left li a {
    width: 100%;
    text-align: center;
  }

  .invoice-card {
    width: 774px;
  }

  .print-btn {
    width: 774px;
  }
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #9C27B0 !important;
}

.section-maintenance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  background: #FFF;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-maintenance #maintenance h6 {
  line-height: 1.7rem;
}

.section-maintenance #maintenance .maintenance-img {
  width: 35%;
}

.invoice-font {
  display: inline-block;
  font-size: 15px;
}
.invoice-font.bold {
  font-weight: bold;
}

.invoice-print-area {
  color: black;
}
.invoice-print-area.daily-report table thead tr {
  background-color: #E4EEFF;
  border-top: 1px solid black;
}
.invoice-print-area.daily-report .head-bg {
  -webkit-print-color-adjust: exact;
  background-color: #E4EEFF;
}
.invoice-print-area .right-align {
  text-align: right !important;
}
.invoice-print-area .col.no-margin {
  padding-left: 0;
  padding-right: 0;
}
.invoice-print-area .col.no-margin h6 {
  margin-left: 0;
  margin-right: 0;
}
.invoice-print-area .divider {
  background-color: black;
}
.invoice-print-area .divider.invoice-divider {
  height: 2px;
}
.invoice-print-area table, .invoice-print-area table tr, .invoice-print-area table td {
  border-color: black;
}
.invoice-print-area table.responsive-table tr td, .invoice-print-area table.responsive-table tr th, .invoice-print-area table.dotted-table tr td, .invoice-print-area table.dotted-table tr th {
  border: 1px solid black;
}
.invoice-print-area h1, .invoice-print-area h2, .invoice-print-area h3, .invoice-print-area h4, .invoice-print-area h5, .invoice-print-area h6 {
  color: black;
}
.invoice-print-area .responsive-table th, .invoice-print-area .responsive-table td {
  border: 1px solid gray;
}

@media screen and (max-width: 540px) {
  .section.section-maintenance .error-code {
    font-size: 2rem !important;
  }
}
@media print {
  @page {
    width: 21cm;
    height: 29.7cm;
  }
  .container {
    padding: 0;
  }

  .col .row {
    margin-left: 0;
    margin-right: 0;
  }

  html, body, #main {
    height: 297mm;
    width: 210mm;
    background: white;
  }

  .page-topbar, .page-footer, .sidenav-main, .invoice-action-wrapper {
    display: none;
  }

  .invoice-print-area.daily-report table thead tr {
    -webkit-print-color-adjust: exact;
    background-color: #E4EEFF;
    border-top: 1px solid black;
  }
  .invoice-print-area.daily-report .head-bg {
    -webkit-print-color-adjust: exact;
    background-color: #E4EEFF;
  }

  .divider {
    border-bottom: 1px solid black;
  }

  .area-contents {
    color: #333;
    font-size: 0.8em;
    font-weight: bold;
  }
  .area-contents .invoice-info.bg-blue {
    background-color: #E4EEFF !important;
    -webkit-print-color-adjust: exact;
  }
  .area-contents .invoice-divider {
    background-color: #0F0F0F;
    height: 2px;
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -o-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
  }
  .area-contents h4 {
    font-size: 2rem;
  }
  .area-contents h6 {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
  }
  .area-contents .thin-font {
    font-weight: normal;
  }
  .area-contents .invoice-logo-title {
    margin-top: 0 !important;
  }
  .area-contents .invoice-logo-title .indigo-text {
    margin-top: 0;
  }
  .area-contents > .row > .col {
    padding-left: 0;
    padding-right: 0;
  }
  .area-contents > .row > .col > .card {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
  }
  .area-contents table td, .area-contents table tr, .area-contents table th {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.login-bg {
  background-image: url("/images/layout/flat-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#login-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#login-page .card-panel.border-radius-6.login-card {
  margin-left: 0 !important;
}

#modalExhibitionNewAccountAdd table tr {
  border: none;
}
#modalExhibitionNewAccountAdd table tr td {
  padding: 0 5px;
}

.text-box-container {
  border-style: solid;
  border-width: 2px;
  border-color: #292929;
  padding: 3px;
  margin: 0 90px;
}

.text-box {
  border-style: solid;
  border-width: 2px;
  border-color: #292929;
  padding: 5px;
  padding-top: 10px;
  margin: 0px;
}

/*# sourceMappingURL=admin.css.map */
