.file-attachment-input {
  position: relative;
  display: block;
  background-color: #f8fafd;
  border: 2px dashed #e7eaf3;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.3125rem;
  padding: 4rem;
  margin-bottom: 0;
}

.file-attachment-input__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0;
}

.file-attachment-input:hover {
  background-color: #f5f8fc;
}

.float-right {
  float: right !important;
}

.nav {
  flex-wrap: nowrap !important;
}

.nav-link.active {
  color: white !important;
  background-color: #766df4 !important;
  border-color: #766df4 !important;
  border-radius: 0.5rem !important;
}

#myTab .nav-link.active {
  color: #766df4 !important;
  background: white !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #766df4;
}

#wizard>.nav-item .nav-link {
  padding: 4px 8px !important;
  font-size: 0.8rem !important;
}

@media only screen and (max-width: 768px) {
  .theme-wizard .card-header {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }

  #wizard .nav-item .nav-link {
    padding: 4px 8px !important;
  }
}

.container-landing {
  max-width: 1140px !important;
}

.note-editor {
  border: 1px solid #dfdfeb !important;
}

.note-toolbar.card-header {
  border: none !important;
}

/* my tab content collapse */
@media only screen and (max-width: 360px) {

  #register-form-tab,
  #login-form-tab {
    font-size: 0.8rem !important;
  }
}

.btn-sm {
  padding: 0.2rem 0.7rem !important;
  font-size: 0.7rem;
  border-radius: 0.3rem;
}

.note-toolbar .note-btn {
  padding: 0.2rem 0.6rem !important;
  font-size: 0.8rem !important;
}

.list-inline-item.float-left {
  display: inline-block !important;
}