.cursor-pointer {
  cursor: pointer;
}

.login {
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login .login-wrap {
  width: 90vw;
  max-width: 400px;
}

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

.login .logo img {
  width: 80%;
  height: auto;
}

.custom-container {
  padding: 0 5vw;
}

.btn {
  font-family: 'Montaga', serif;
  background-color: #131314;
  color: #ffffff;
  padding: 11px 15px;
  border: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn:hover, .btn:focus, .btn.focus {
  background-color: #131314;
  border-color: #131314;
  color: #ffffff;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  background-color: #131314;
  border-color: #131314;
  color: #ffffff;
}

.btn-success, .btn-primary {
  background-color: #131314;
  border-color: #131314;
  color: #ffffff;
}

.btn-danger {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus,{
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}

.form-control {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-bottom: 15px;
  outline: 0;
}

.form-control:focus {
  outline-width: 0;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler {
  position: absolute;
  left: 10px;
  z-index: 10;
}

header {
  padding: 15px;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  background: #ffffff;
}

header .logo {
  text-align: center;
}

header .logo img {
  max-width: 150px;
  height: auto;
}

.header-padding {
  padding-top: 61px;
}

.menu {
  padding: 20px 0;
}

.menu a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.menu a:hover, .menu a:focus {
  text-decoration: none;
}

.menu .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
}

.menu .item .label {
  margin-top: 15px;
}

.table-dynamic td.input {
  padding: 0
}

.table-dynamic td.input .form-control {
  padding: 0.75rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000000000;
  display: none;
}

#loading .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
}

#preview {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: none;
  background: #000;
}

#preview .image {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

#preview .image img {
  width: 80%;
  height: auto;
}

#preview .action {
  position: fixed;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 10001;
}

.image {
  position: relative;
}

.image .btn-delete {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #e74c3c;
  color: #ffffff;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Hide Uppy Dashboard Remove File button */
.uppy-Dashboard-Item-action--remove {
  display: none !important;
}
