.light-style .menu .app-brand.pyx {
  height: 64px;
}

.dark-style .menu .app-brand.pyx {
  height: 64px;
}

.app-brand-logo.pyx {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
}

.app-brand-logo.pyx svg {
  width: 1.7rem;
  height: 1.7rem;
}

.app-brand-text.pyx {
  font-size: 1.5rem;
  letter-spacing: -0.45px;
}

/*> PYX */
.light-style .bg-navbar-theme {
  background-color: #fff!important;
  box-shadow: 0 1px 0 #d4d8dd!important;
}
.dark-style .bg-navbar-theme {
  background-color: #283144!important;
  box-shadow: 0 1px 0 #36445d!important;
}

.nav-item:active {
  background-color: rgba(38,60,85, 0.2);
}

.nav-item:hover {
  background-color: rgba(38,60,85, 0.4);
}

.navbar-nav .nav-link {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.nav-pills .nav-item:hover {
  border-radius: 0.25rem !important;
}

.btn-s, .btn-group-s > .btn {
  padding: 0.5rem 0.8em !important;
  font-size: 0.8rem !important;
  border-radius: 0.125rem !important;
}

.color-default {
  color: var(--bs-body-color);
}

/* Temps de transition in-out */
.btn-hover {
  transition: background-color 0.25s 0.15s;
}

.btn-hover:hover {
  color: #fff!important;
  background: #7ba4f1!important;
}
.btn-hover:hover > a > .card-body > .color-default,
.btn-hover:hover > a > .card-body > h2 {
  color: #fff!important;
}

.btn-provider-azure:hover {
  color: #fff!important;
  background: #3c39dd!important;
}
.btn-provider-azure {
  color: #3c39dd!important;
  background: #e1dffa!important;
}

.btn-provider-google:hover {
  color: #fff!important;
  background: #dd4b39!important;
}
.btn-provider-google {
  color: #dd4b39!important;
  background: #fae2df!important;
}

.btn-provider-apple:hover {
  color: #fff!important;
  background: rgba(38, 60, 85, 0.5)!important;
}
.btn-provider-apple {
  color: rgba(38, 60, 85, 0.5)!important;
  background: rgba(242, 243, 245, 0.92)!important;
}

.provider-box {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.provider-box:hover > .provider-box-delete {
  display: flex;
}

.provider-box-delete {
  display: none;
}

.text-right {
  text-align: right;
}

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

.text-top {
  vertical-align: top;
}

.text-middle {
  vertical-align: middle;
}

.text-bottom {
  vertical-align: bottom;
}

.select2-container {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
}

/*> Error Page */
* {
  transition: all 0.6s;
}

.animation h1{
  padding-right: 12px;
  animation: type .5s alternate infinite;
}

@keyframes type{
  from{box-shadow: inset -3px 0px 0px #888;}
  to{box-shadow: inset -3px 0px 0px transparent;}
}


#Polygon-1 , #Polygon-2 , #Polygon-3 , #Polygon-4 , #Polygon-4, #Polygon-5 {
animation: float 1s infinite ease-in-out alternate;
}
#Polygon-2 {
animation-delay: .2s;
}
#Polygon-3 {
animation-delay: .4s;
}
#Polygon-4 {
animation-delay: .6s;
}
#Polygon-5 {
animation-delay: .8s;
}

@keyframes float {
  100% {
  transform: translateY(20px);
}
}
@media (max-width: 450px) {
  svg {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -250px;
      margin-left: -190px;
  }
  .message-box {
      top: 50%;
      left: 50%;
      margin-top: -100px;
      margin-left: -190px;
      text-align: center;
  }
}
/*< Error Page */

/*> File Manager */

#filemanager, #filemanager *{
  transition: unset !important;
}

/*> JStree */

.jstree-anchor {
  max-width: -webkit-fill-available;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jstree-hovered {
  background-color: rgb(197, 197, 197) !important;
}

.jstree-clicked {
  font-weight: bold;
}

/*< JStree */

/*< File Manager */

/*< PYX */