#sflowRoleManager {
  font-size: 10pt;
  align-self: center;
}

#sflowRoleManager article {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
}

#sflowRoleManager section > * {
  display: flex;
  align-items: center;
  margin: 0;
}

#sflowRoleManager nav .button {
  user-select: none;
  width: 100%;
  border-radius: 10px;
  font-size: 12px;
  text-align: left;
}

#sflowRoleManager nav .button .direction {
  display: block;
  float: right;
}

#sflowPermissionManager {
  margin-top: 20px;
}

#sflowPermissionManager section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

#sflowPermissionManager section article {
  flex: 1 1 300px;
}

#sflowPermissionManager section article fieldset {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #fff;
  box-shadow: inset 0 0 10px #e4e4e4;
  border-radius: 10px;
  background-color: #fbfbfb;
}

#sflowPermissionManager section article fieldset label {
  cursor: pointer;
  line-height: 1rem;
  user-select: none;
}

#sflowPermissionManager section article fieldset label:has(input:checked) {
  font-weight: bold;
}

#sflowPermissionManager section article fieldset label input {
  position: relative;
  top: 2px;
  left: 2px;
}

@media only screen and (max-width: 767px) {
  div.fieldset.client {
    position: relative;
    top: -6px;
  }
}

ul.account {
  display: block;
  height: calc(100vh);
}

ul.account li.act {
  display: block;
  float: left;
  width: 50%;
  height: calc(100vh);
}

ul.account.login li.act:nth-child(1) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a1e9+0,1b2951+100&0.1+0,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 161, 233, 0.1) 0%, rgba(27, 41, 81, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 161, 233, 0.1) 0%, rgba(27, 41, 81, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 161, 233, 0.1) 0%, rgba(27, 41, 81, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1a00a1e9', endColorstr='#1a1b2951', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

ul.account.login li.act:nth-child(1) img {
  width: 200px;
  margin: 0 auto 5px auto;
  display: block;
}

ul.account.login li.act:nth-child(1) h1 {
  text-align: center;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  ul.account.login li.act:nth-child(2) {
    /*
        background: rgb(245,245,245);
        background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(229,229,229,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%);
        background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
        */
  }
}

ul.account.login li.act:nth-child(2) h2 {
  margin: 0 0 25px 0;
}

ul.account.login li.act:nth-child(2) form {
  padding: 0 45px;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}

ul.account.login li.act:nth-child(2) form button[type='submit'].key {
  padding: 0 20px 0 60px;
  background-image: url("/img/key.svg");
  background-size: 30px 30px;
  background-position: left 20px center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  ul.account.login li.act:nth-child(1) img {
    width: 170px;
  }
  ul.account.login li.act:nth-child(1) h1 {
    font-size: 44px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  ul.account {
    height: auto;
    display: block;
  }
  ul.account.login li.act:nth-child(1) {
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  }
  ul.account.login li.act:nth-child(1) img {
    width: 150px;
    margin: 0 auto 5px auto;
    display: block;
  }
  ul.account.login li.act:nth-child(1) h1 {
    text-align: center;
    margin: 0;
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 768px) {
  ul.account.login li.act:nth-child(2) {
    /*
          background: rgb(245,245,245);
          background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(229,229,229,1) 100%);
          background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%);
          background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
          */
  }
}

@media only screen and (max-width: 767px) {
  ul.account.login li.act:nth-child(2) h2 {
    margin: 10px 0 25px 0;
  }
  ul.account.login li.act:nth-child(2) form {
    padding: 0 45px;
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }
  ul.account.login li.act:nth-child(2) form button[type='submit'].key {
    padding: 0 20px 0 60px;
    background-image: url("/img/key.svg");
    background-size: 30px 30px;
    background-position: left 20px center;
    background-repeat: no-repeat;
  }
  ul.account li.act {
    width: 100%;
    height: auto;
  }
  ul.account li.act h2.standard {
    text-align: center;
  }
  ul.account li.act div.v-align {
    top: 0%;
    transform: translateY(0%);
  }
}

.account_client {
  display: none;
}

@media only screen and (max-width: 767px) {
  article.login_mobile {
    display: block;
    height: 100vh;
    background-color: #d7e1ea;
  }
}

ul.split li {
  display: block;
}

ul.split-content.account-index li.s8:nth-child(1) {
  width: 100px;
}

ul.split-content.account-index li.s8:nth-child(2) {
  width: calc(25% - 100px);
}

ul.split-content.account-index li.s8:nth-child(3) {
  width: calc(25% - 100px);
}

ul.split-content.account-index li.s8:nth-child(4) {
  width: calc(25% - 100px);
}

ul.split-content.account-index li.s8:nth-child(5) {
  width: 120px;
}

ul.split-content.account-index li.s8:nth-child(6) {
  width: calc(25% - 100px);
}

ul.split-content.account-index li.s8:nth-child(7) {
  width: 100px;
}

ul.split-content.account-index li.s8:nth-child(8) {
  width: 80px;
}

ul.split-content.account-index li.s8:nth-child(8) div.sys-toggle {
  display: inline-block;
  width: auto;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  background-color: #00a1e9;
  color: #fff;
  font-family: 'opensans-bold';
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
}

ul.split-content.account-index li.s8:nth-child(8) div.sys-toggle:hover {
  background-color: #0084bf;
}

ul.split-content.account-index li.s8:nth-child(8) div.sys-toggle.inactive {
  background-color: grey;
}

ul.split-content.account-index li.s8:nth-child(8) div.sys-toggle.inactive:hover {
  background-color: #3e3e3e;
}

ul.split-content.account-index li.s8:nth-child(8) div.sys-toggle-display {
  display: none;
  width: calc(200% + 100px);
  right: -30px;
  position: absolute;
  background-color: #fff;
  z-index: 50;
  border: 2px solid #00a1e9;
  padding: 5px;
  border-radius: 3px;
}

.new-studio-login {
  min-height: 780px;
  min-height: calc(100vh - 130px);
  display: flex;
}

.new-studio-login .container {
  width: 100%;
}

@media (max-width: 767px) {
  .new-studio-login {
    padding: 100px 0 50px;
    min-height: calc(100vh - 280px);
  }
}

.new-studio-login > img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.new-studio-login > img:first-child {
  left: 0;
  bottom: 0;
}

.new-studio-login > img:nth-child(2) {
  top: 0;
  right: 0;
}

.new-studio-login .newlogin-wrapper {
  max-width: 600px;
  margin: auto;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 60px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .new-studio-login .newlogin-wrapper {
    padding: 30px 25px 80px;
  }
}

.new-studio-login .newlogin-wrapper form h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  color: white;
  margin-bottom: 16px;
}

.new-studio-login .newlogin-wrapper form p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  color: white;
  margin-bottom: 32px;
}

.new-studio-login .newlogin-wrapper form.standard {
  padding-bottom: 0;
}

.new-studio-login .newlogin-wrapper form.standard input:not([type='checkbox']) {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: 300;
  font-size: 16px;
  line-height: 52px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  height: 52px;
}

.new-studio-login .newlogin-wrapper form.standard .placeholder {
  opacity: 0.7;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  background-color: transparent;
}

.new-studio-login .newlogin-wrapper form.standard .remember-me {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .new-studio-login .newlogin-wrapper form.standard .remember-me > .d-flex {
    flex-direction: column;
  }
}

.new-studio-login .newlogin-wrapper form.standard .remember-me .reset-password {
  color: #8881fe;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin-left: auto;
  margin-top: 0;
}

@media (max-width: 767px) {
  .new-studio-login .newlogin-wrapper form.standard .remember-me .reset-password {
    position: absolute;
    bottom: -145px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}

.new-studio-login .newlogin-wrapper form.standard .remember-me label {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-family: 'Poppins', sans-serif;
}

.new-studio-login .newlogin-wrapper form.standard .remember-me label span::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid white;
  left: 0;
  top: 3px;
}

.new-studio-login .newlogin-wrapper form.standard .remember-me label input {
  margin-bottom: 0;
  margin-right: 12px;
  opacity: 0;
}

.new-studio-login .newlogin-wrapper form.standard .remember-me label input:checked + span::before {
  background: white;
}

.new-studio-login .newlogin-wrapper form.standard button {
  background: #8881fe;
  border-radius: 70px;
  min-width: 170px;
  max-width: 228px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.new-studio-login .newlogin-wrapper form.standard button.send-intructions {
  width: 100%;
}

.new-studio-login .newlogin-wrapper form.standard button:hover {
  background: #5d53fe;
}

.new-studio-login .newlogin-wrapper form.standard li.sf .view-password {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 14px;
  cursor: pointer;
  z-index: 999;
}

.new-studio-login .newlogin-wrapper form.standard li.sf:first-child {
  margin-bottom: 24px;
}

.new-studio-login .newlogin-wrapper form.standard li.sf:nth-last-child(2) {
  margin-top: 25px;
}

.new-studio-login .newlogin-wrapper form.standard li.sf:nth-last-child(2), .new-studio-login .newlogin-wrapper form.standard li.sf:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .new-studio-login .newlogin-wrapper form.standard .send-instruction-wrapper > .d-flex {
    flex-direction: column;
  }
}

.new-studio-login .newlogin-wrapper form.standard .send-instruction-wrapper .back-to-login {
  align-self: center;
}

@media (max-width: 767px) {
  .new-studio-login .newlogin-wrapper form.standard .send-instruction-wrapper .back-to-login {
    align-self: flex-start;
    position: absolute;
    bottom: -50px;
  }
}

.new-studio-login .newlogin-wrapper form.standard .send-instruction-wrapper .back-to-login a.right-link {
  margin-top: 0;
  margin-left: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: white;
}

@media (max-width: 767px) {
  .new-studio-login .newlogin-wrapper form.standard .send-instruction-wrapper .back-to-login a.right-link {
    margin-left: 0;
  }
}

/*# sourceMappingURL=account.css.map */
