h1 {
  font-size: 42px;
  font-weight: bold;
  font-family: 'Bebas Neue';
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  margin-top: 26px;
  margin-bottom: 0px;
}

h2 {
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 100;
  line-height: 26px;
  opacity: 0.8;
  text-align: center;
  color: #ffffff;
}

h3 {
  font-size: 18px;
  font-family: 'Open Sans';
  line-height: 26px;
  font-weight: 100;
  text-align: center;
  color: #333;
}

h4 {
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 100;
  line-height: 26px;
  text-align: left;
  color: #eee;
}

.button {
  padding: 0;
  background: #ecf0f1;
  border: none;
  outline: none;
  border-bottom: 4px solid #bdc3c7;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  cursor: pointer;
  color: #333;
  line-height: 2.1em;
}

.button__text,
.button__icon {
  display: inline-flex;
  align-items: center;
  padding: 0 1em;
  color: #333;
  height: 100%;
}

.button__icon {
  font-size: 1.1em;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

/* .code-text-input {
  font-size: 140px;
  width: 85%;
  height: 70%;
  font-family: 'Bebas Neue';
  text-align: center;
  color: #333333;
  padding-top: 3%;
  border: 8px solid #eee;
  outline-width: 0;
} */

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
  vertical-align: middle;
  margin-top: 8px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7f8c8d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 16px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #1abc9c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

a.button {
  display: inline-block;
  padding: 0.7em 1.4em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.15em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  color: #333333;
  background-color: #3369ff;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  text-align: center;
}

a.button:active {
  top: 0.1em;
}

.app-btn-cancel {
  background-color: #e03 !important;
  border-bottom: 4px solid #c01 !important;
  color: #fff !important;
}

.app-btn-grey {
  background-color: #ccc !important;
  border-bottom: 4px solid #999 !important;
  color: #aaa !important;
}

.app-btn-ok {
  background-color: #1abc9c !important;
  border-bottom: 4px solid #16a085 !important;
  color: #fff !important;
}

li {
  margin-bottom: 12px;
  margin-left: 48px;
}

ul {
  list-style-type: decimal-leading-zero;
}

.menu-link {
  display: inline-block;
  color: #000;
  padding-left: 8px;
  font-size: 22px;
  font-family: 'Open Sans';
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}

.menu-link:hover::after {
  width: 100%;
  /* transition: width .3s; */
}

.menu-link-active {
  display: inline-block;
  color: #fff;
  background: #000;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 22px;
  font-family: 'Open Sans';
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  pointer-events: none;
  cursor: default;
}

.try-link {
  display: inline-block;
  color: #fff !important;
  padding-left: 8px;
  font-size: 22px;
  font-family: 'Open Sans';
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.try-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
  cursor: pointer;
}

.try-link:hover::after {
  width: 100%;
  /* transition: width .3s; */
}

.try-link-active {
  display: inline-block;
  color: #000;
  background: #ffda79;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 22px;
  font-family: 'Open Sans';
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bonus-link {
  display: inline-block;
  color: #ffda79 !important;
  padding-left: 4px;
  font-size: 22px;
  font-family: 'Bebas Neue';
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.bonus-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ffda79;
  transition: width 0.3s;
  cursor: pointer;
}

.bonus-link:hover::after {
  width: 100%;
  /* transition: width .3s; */
}

.bonus-link-active {
  display: inline-block;
  color: #000;
  background: #ffda79;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 22px;
  font-family: 'Open Sans';
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  pointer-events: none;
  cursor: default;
}

.swal2-popup {
  font-family: 'Open Sans';
}

table.fileInfoTable {
  width: 100%;
  border-collapse: collapse;
  color: #000000;
  font-size: 14px;
  font-family: 'Open Sans';
  border-width: 1px;
  border-color: #3498db;
  border-style: solid;
  text-align: left;
  table-layout: fixed;
}

table.fileInfoTable td {
  border-width: 1px;
  border-color: #3498db;
  background-color: #dff9fb;
  border-style: solid;
  padding: 6px;
  width: 75%;
  white-space: normal;
  word-wrap: break-word;
}

table.fileInfoTable th {
  border-width: 1px;
  border-color: #3498db;
  background-color: #f6e58d;
  border-style: solid;
  padding: 6px;
  font-weight: normal;
}

/* Usage: <icon class='material-icons'>done</icon> */
icon {
  color: #333333;
  margin-right: 18px;
  margin-bottom: 4px;
  vertical-align: middle;
}

/* Style the header with a background and some padding */
.header {
  overflow: hidden;
  background-color: #2980b9;
  padding: 20px 10px;
}

/* Style the header links */
.header a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 36px;
  font-weight: bold;
  color: white;
}

/* Change the background color on mouse-over */
.header a:hover {
  color: #ffda79;
}

/* Style the active/current link*/
.header a.active {
  color: #ffda79;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* ---------------------------------- TABLE --------------------------------- */

.mt-100 {
  margin-top: 100px;
}

.container-fluid {
  margin-top: 50px;
}

body {
  background-color: #f2f7fb;
}

.card {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1),
    0 11px 6px -7px rgba(43, 43, 43, 0.1);
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1),
    0 11px 6px -7px rgba(43, 43, 43, 0.1);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px;
  position: relative;
}

.card .card-block {
  padding: 1.25rem;
}

.table-responsive {
  display: inline-block;
  width: 100%;
  overflow-x: auto;
}

.card .card-block table tr {
  padding-bottom: 20px;
}

.table > thead > tr > th {
  border-bottom-color: #ccc;
}

.table th {
  padding: 1.25rem 0.75rem;
}

td,
th {
  white-space: nowrap;
}

.tabledit-input:disabled {
  display: none;
}

.btn-primary,
.sweet-alert button.confirm,
.wizard > .actions a {
  background-color: #4099ff;
  border-color: #4099ff;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.btn {
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
}

/* -------------------------------------------------------------------------- */
/*                                    TABLE                                   */
/* -------------------------------------------------------------------------- */

table.app-table a:hover {
  color: #222;
}

.app-table {
  /* display: block; */
  width: 100%;
  /* height: 340px; */
  /* overflow-y: scroll; */
  margin: 1rem 0;
  border: 1px solid #222;
}

.triptico-list-title {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: 'Open Sans';
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* border-radius: 0.25rem; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.app-table th,
.app-table td {
  border-bottom: 1px solid #222;
  padding: 0.5rem;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
}

.app-table th {
  background-color: #2c3e50;
  color: #fff;
  font-weight: 600;
}

.app-table tbody {
  background-color: #3498db;
}

.app-table tbody tr:nth-child(2n + 1) {
  background-color: rgba(0, 0, 0, 0.075);
}

.app-list-remove,
.app-list-up,
.app-list-down {
  font-size: 1.4rem;
  margin: 0.3rem;
  color: #474787;
}

.app-list-remove {
  color: #b33939;
}

.app-list-num {
  color: #fff;
}

.app-list-data {
  border: 1px solid #ddd !important;
}

.app-db-save,
.app-resource {
  display: inline-block;
  width: 212px;
  height: 90px;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  margin: 0.5rem;
  cursor: pointer;
  vertical-align: top;
  position: relative;
}

.app-btn,
.app-modal-close {
  background-color: #ffda79;
  border-width: 0 0 4px 0;
  border-bottom: 4px solid #ccae62;
  color: #333;
  text-align: center;
  padding: 9px 16px;
  line-height: 1rem;
  text-transform: uppercase;
}

textarea {
  overflow: auto;
  resize: vertical;
  border-radius: 0 !important;
}

#app-file-upload {
  display: none;
}

.app-list-img-thumbnail {
  border: 1px solid #ced4da;
  display: inline-block;
}

.app-list-img-existing {
  position: relative;
  display: inline-block;
}

.app-list-img-thumbnail img {
  height: 100px;
}

.app-list-img-remove {
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 3px;
  width: 22px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  text-align: center;
}

.frame::-webkit-scrollbar {
  -webkit-appearance: none;
}

.frame::-webkit-scrollbar:vertical {
  width: 11px;
}

.frame::-webkit-scrollbar:horizontal {
  height: 11px;
}

.frame::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.app-save-tag,
.app-store-tag {
  display: inline-block;
  background-color: #eee;
  margin: 0.3rem 0.3rem 0 0;
  padding: 0.2rem 0.5rem;
}

.tags {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin: 0 16px 8px 0;
  padding: 0 10px 0 12px;
  background: #eee;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 12px;
  font-family: 'Open Sans', Verdana, sans-serif;
  text-decoration: none;
}

.tags:before {
  content: '';
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #eee transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

/* .swal2-textarea {
  white-space: pre-wrap; !important;
} */
