/**
 * @copyright  2020 CleverSoft. All rights reserved.
 * @license MIT
 */
.elementor_page_cafe_plugin_settings .notice {
  margin: 20px;
  display: none;
}
.elementor_page_cafe_plugin_settings .notice.updated {
  display: block;
}

.elementor_page_cafe_plugin_settings #wpcontent {
  padding-left: 0;
}

.cafe-plugin-settings {
  background-color: #f1f1f1;
  display: table;
  margin: 0;
  vertical-align: top;
}
.cafe-plugin-settings p.submit {
  background-color: #fff;
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.cafe-plugin-settings p.description {
  color: #999;
}
.cafe-plugin-settings span.description {
  color: #999;
}
.cafe-plugin-settings table {
  margin: 0;
  padding: 18px 18px 0;
  width: 100%;
}
.cafe-plugin-settings table.active-tab {
  background-color: #fff;
}
.cafe-plugin-settings table caption {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  margin: 18px 18px 0;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}
.cafe-plugin-settings table thead {
  width: 100%;
}
.cafe-plugin-settings table tr {
  display: block;
  padding-bottom: 20px;
  width: 100%;
}
.cafe-plugin-settings table tr th {
  display: block;
  padding: 10px 5px 10px 0;
  width: 100%;
}
.cafe-plugin-settings table tr td {
  display: block;
  padding: 0;
  text-align: left;
}
.cafe-plugin-settings table tr td label {
  font-weight: bold;
}
.cafe-plugin-settings table tr td label span.description {
  font-weight: normal;
}
.cafe-plugin-settings table tr td input[type=text], .cafe-plugin-settings table tr td input[type=email], .cafe-plugin-settings table tr td input[type=number] {
  width: 50%;
  min-width: 320px;
  padding: 5px 8px;
}
.cafe-plugin-settings .nav-bar {
  background-color: #f1f1f1;
  display: table-cell;
  min-width: 180px;
  vertical-align: top;
}
.cafe-plugin-settings .nav-bar .branding {
  border-right: 1px solid #ddd;
  padding-top: 20px;
  text-align: center;
}
.cafe-plugin-settings .nav-bar .branding .plugin-name {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.cafe-plugin-settings .nav-bar .branding .plugin-version span {
  background-color: #23282d;
  border-radius: 2px;
  color: #fff;
  padding: 2px 5px;
}
.cafe-plugin-settings .nav-bar ul {
  margin: 0;
  padding: 0;
}
.cafe-plugin-settings .nav-bar ul li {
  font-weight: bold;
  margin: 0;
}
.cafe-plugin-settings .nav-bar ul li:first-child {
  border-top: 0;
}
.cafe-plugin-settings .nav-bar ul li a {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: block;
  padding: 12px;
  text-decoration: none;
}
.cafe-plugin-settings .nav-bar ul li a.active-item {
  border-right: 0;
  background-color: #fff;
}
.cafe-plugin-settings .content-tabs {
  background-color: #fff;
  display: table-cell;
  min-height: 100%;
  width: 100%;
  vertical-align: top;
}/*# sourceMappingURL=admin.css.map */