@import url("fonts.css");
@import url("colors.css");
@import url("widgets.css");
@import url("bootstrap-with-variables.css");
@import url("variables.css");
@import url("matter.css");
@import url("notyf.min.css");

:root {
  --color-primary-rgba: 111, 66, 193;
}

body {
  font-family: 'Inter Fluid', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.user-select-none {
  user-select: none;
}

.loader {
  background: url('/assets/images/loading.gif') no-repeat scroll center center #ffffff;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999;
  opacity: 0.5;
  top: 0;
  display: none;
}

.loading .loader {
  display: block !important;
}

.form-control {
  height: 50px;
}

.record-item {
  border-width: 0 4px 0 0;
  border-left-style: solid;
}

.content .text {
  text-transform: uppercase;
}

.text-h6 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.75px;
}

body::-webkit-scrollbar {
  display: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 50px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M480-360 280-560h400L480-360Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px;
}

@media only screen and (max-width: 800px) {
  *::-webkit-scrollbar {
    display: none !important;
  }
}

main {
  padding: 1em;
}

.fr-container {
  max-width: 800px;
  background: #fff;
  margin: auto;
}

.toolbar-icon-btn {
  height: 41px;
  width: 41px;
  border-radius: 50px;
  line-height: 41px;
  text-align: center;
}

.toolbar-icon-btn:hover,
.toolbar-icon-btn:active {
  background: rgba(0, 0, 0, 0.175);
}

.navbar-toggler[aria-expanded="false"] {
  outline: 0 !important;
}

.navbar-toggler[aria-expanded="true"] {
  outline: 0 !important;
}

.navbar-toggler::before {
  content: "menu";
  color: #fff;
  font-size: 30px;
  font-family: "Material Icons" !important;
}

.navbar-toggler[aria-expanded="true"]::before {
  content: "close";
}

.nav-link[data-icon]::before,
.dropdown-item[data-icon]::before {
  margin-right: 10px;
  content: attr(data-icon);
  position: relative;
  top: 5px;
  font-size: 20px;
  line-height: normal !important;
  font-family: "Material Icons" !important;
}

.btn i {
  vertical-align: middle;
  font-size: 22px;
  padding-right: 6px;
  font-style: normal !important;
  line-height: normal !important;
  font-family: "Material Icons" !important;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
label i {
  vertical-align: middle;
  font-size: 22px;
  padding-right: 6px;
  font-style: normal !important;
  line-height: normal !important;
  font-family: "Material Icons" !important;
}

.fr-container {
  max-width: 800px;
  background: #fff;
  color: #020202;
  margin: auto;
  padding: 1em;
  border: 1px solid rgb(222, 226, 230) !important;
  border-top-width: 3px !important;
  /* border-top-color: #007bff; */
  border-top-color: rgba(var(--primary_500), 1) !important;
}

.fr-xs {
  max-width: 320px !important;
}

.fr-sm {
  max-width: 420px !important;
}

.fr-md {
  max-width: 800px !important;
}

.fr-lg {
  max-width: 1000px !important;
}

.fr-xl {
  max-width: 1200px !important;
}

.notice-text-target {
  display: none;
}

/* Snack v2 */

.snack {
  width: 280px;
  color: #fff;
  margin-left: -140px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 30px;
  animation: snack-fadein 0.5s, snack-fadeout 0.5s 3s forwards;
}

@keyframes snack-fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@keyframes snack-fadeout {
  from {top: 30px; opacity: 1;}
  to {top: -30px; opacity: 0;}
}

/* BACKGROUNDS */

.bg-primary {
  background-image: linear-gradient(#3F51B5, #3F51B5);
}

.bg-white {
  background: #FFFFFF;
}

.bg-purple {
  background-color: #9c27b0 !important;
}

.bg-purple-light {
  background-color: #f5e9f7;
}

.bg-primary-light {
  background-color: #bfdeff;
}

.bg-success-light {
  background-color: #c9e9d1;
}

.bg-danger-light {
  background-color: #f6cdd1;
}

.bg-warning-light {
  background-color: #fff0c1;
}

.btn-theme {
  color: white;
  position: relative;
  padding: 12px 30px;
  margin: 0.3125rem 1px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.428571;
  /* letter-spacing: .025em; */
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: 0.15rem;
  outline: 0;
  transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1);
  will-change: box-shadow, transform;
}

.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus {
  border: 0;
  outline: 0;
  text-decoration: none;
}

.btn-purple {
  color: white;
  background-color: #9c27b0 !important;
  border-color: #9c27b0;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
  color: white;
}

.btn-purple:active {
  background-color: rgb(113, 26, 128);
}

.btn-purple:focus {
  box-shadow: 0 0 0 0.2rem rgb(156 39 176 / 42%);
}

/* Modal Zoom Effect */

.modal.fade .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(0.5);
  transform: translate(0, 0) scale(0.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

a.rounded-circle:hover {
  text-decoration: none;
}

a.rounded-circle > i {
  transition: all 0.1s ease;
}

a.rounded-circle:hover > i {
  transform: scale(1.1);
}

/* Glow Button */
/* https://codepen.io/leandrosimoes/pen/VqZxaG */

.glow {
  position: relative;
  z-index: 0;
}

.glow:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -3px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  /* filter: blur(5px); */
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 0.15rem
}

@keyframes glowing {
  0% {
      background-position: 0 0;
  }

  50% {
      background-position: 400% 0;
  }

  100% {
      background-position: 0 0;
  }
}

.glow.glow-on-hover:hover {
  opacity: 1;
}

.glow:not(.glow-on-hover)::before {
  opacity: 1;
}

/* Text Field */


.text-field {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}

.text-field>.form-control {
  border: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.text-field .input-group-text {
  border: none;
}

.text-field:focus-within {
  border-color: #9c27b0;
  box-shadow: 0 0 0 0.2rem rgb(156 39 176 / 42%);
}

.text-field:focus-within>.input-group-prepend .input-group-text.material-icons {
  border-color: transparent;
  color: #9c27b0 !important;
}

.text-field:focus-within>.input-group-append .input-group-text.material-icons {
  border-color: transparent;
  color: #9c27b0 !important;
}

.text-field .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

.text-field .input-group-text.material-icons {
  font-size: 20px;
  color: #6c757d;
}

.text-field>.input-group-prepend+.form-control {
  padding-left: 0.15rem;
}

.text-field .input-group-text {
  background-color: white;
}

/* Profile */

.profile-card {
  color: #212121;
  padding: .25rem;
  text-align: left;
}

.profile-card div {
  display: flex;
  align-items: center;
  padding: .85rem 1rem;
  /* text-transform: uppercase; */
}

.profile-card__row-title {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  user-select: none;
}

.profile-card__row-title > icon, .badge-icon {
  color: rgba(var(--color-primary-rgba), 1);
  text-align: center;
  height: 36px;
  width: 36px;
  font-size: 22px;
  line-height: 36px;
  background: rgba(var(--color-primary-rgba), 0.15);
  border-radius: 50px;
  margin-right: 0.75rem;
}