.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;
}

.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;
}

/*< PYX */

/* API-DOC */
h4.sl-text-paragraph {
  margin-bottom: 0.2rem!important;
}

/*< API-DOC */

/* APP-PACKAGE */

.accordion-div {
  margin-bottom: 1.5rem!important;
}
.accordion-div:last-child {
  margin-bottom: 0!important;
}

.accordion-div-w100 {
  width: 100%!important;
}

.accordion-btn {
  padding: 1.375rem 1.375rem!important;
}

.accordion-content {
  padding: 0 0.5rem 0.75rem 0.5rem;
}

.header-elements h5 {
  margin: 0 0 0 10px!important;
}

/*< APP-PACKAGE */

/*> 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 */

/*> Show Page */

.table-show {
  width:100%;
}

.light-style p > span {
  color:#222 !important;
}

.dark-style p > span {
  color:#eee !important;
}
/*< Show Page */

/*> Breadcrumb */
.breadcrumb-item a:hover {
  color: #6b98f0!important;
}
.breadcrumb-item.active {
  font-weight: 800;
}
/*< Show Page */