﻿/*-HTML5 Reset :: style.css---------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img,
object,
embed {
  max-width: 100%;
}

img {
  /*display:block;*/
  vertical-align: bottom;
}

/* force a vertical scrollbar to prevent a jumpy page */
/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

li.clearfix {
  display: list-item;
}

/*Hide these rules from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  *zoom: 1;
}

/*-End HTML5 Reset :: style.css------------------------------------------------------------------------------------------*/
/* Mixin to create vertical, horizontal or radial gradient */
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font: normal 100%/1.5 "Roboto", Arial, Helvetica, sans-serif;
  color: #111;
  font-weight: 400;
  margin: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  width: 100%;
  max-width: 95em;
  /*1520/16*/
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 50em) {
  .wrapper {
    padding: 0 30px;
  }
}
@media (min-width: 80.0625em) {
  .wrapper {
    padding: 0 40px;
  }
}

p {
  word-break: break-word;
  word-wrap: break-word;
}

a {
  transition: all 200ms ease-in-out;
}

.d-none {
  display: none !important;
}

.button {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  transition: all 200ms ease;
}

.prev-next-btn {
  min-width: 48%;
  padding: 12px 30px;
  background-color: #45b34e;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  border: 1px solid transparent;
}
.prev-next-btn--fund-entity {
  min-width: 48%;
  padding: 15px 20px;
  text-align: center;
  justify-content: center;
}
@media (min-width: 63.125em) {
  .prev-next-btn--fund-entity {
    padding: 15px 20px;
  }
}
.prev-next-btn--text-normal {
  text-transform: none;
}
.prev-next-btn:hover {
  background-color: #45b34e;
  border-color: #fff;
}
.prev-next-btn:disabled {
  cursor: not-allowed;
  background-color: #7ecd85;
}
.prev-next-btn .k-button-text {
  font-weight: 700;
}

.sign-up-btn {
  min-width: 150px;
  padding: 12px 30px;
  background-color: #45b34e;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  border: 1px solid transparent;
}
.sign-up-btn--signup-small {
  min-width: auto;
  padding: 5px 15px 3px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
}
.sign-up-btn--fund-entity {
  min-width: 100%;
  padding: 20px 30px;
  text-align: center;
  justify-content: center;
}
@media (min-width: 63.125em) {
  .sign-up-btn--fund-entity {
    padding: 30px 30px;
  }
}
.sign-up-btn--text-normal {
  text-transform: none;
}
.sign-up-btn:hover {
  background-color: #45b34e;
  border-color: #fff;
}
.sign-up-btn .k-button-text {
  font-weight: 700;
}

.login-button {
  min-width: 150px;
  padding: 8px 30px;
  background-color: #45b34e;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  border: 1px solid transparent;
}
.login-button:hover {
  background-color: #45b34e;
  border-color: #fff;
}
.login-button .k-button-text {
  font-weight: 700;
}

.social-btn {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 10px;
  min-height: 70px;
}
.social-btn .social-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  z-index: -1;
}
.social-btn--google {
  background-image: url("../images/icon-google.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.social-btn--google:hover {
  background-image: url("../images/icon-google-white.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #000;
  border-color: #000;
}
.social-btn--apple {
  background-image: url("../images/icon-apple.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.social-btn--apple:hover {
  background-image: url("../images/icon-apple-white.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #000;
  border-color: #000;
}
.social-btn--facebook {
  background-image: url("../images/icon-facebook.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}
.social-btn--facebook:hover {
  background-image: url("../images/icon-facebook-white.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #000;
  border-color: #000;
}

.common-btn {
  min-width: 150px;
  padding: 10px 10px;
  background-color: #45b34e;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}
.common-btn:hover {
  background-color: #45b34e;
  border-color: #fff;
}
.common-btn .k-button-text {
  font-weight: 700;
}

.k-button-solid-base.k-focus,
.k-button-solid-base:focus {
  box-shadow: none;
}

.form-field-group-d-col {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.form-field-group-d-col .k-textbox {
  color: #111;
}
.form-field-group-d-col .icon-left {
  width: 24px;
  height: 24px;
  position: absolute;
  font-size: 24px;
  left: 5px;
  top: 15px;
  z-index: 1;
}
@media (min-width: 33.125em) {
  .form-field-group-d-col .icon-left {
    width: 32px;
    height: 32px;
    font-size: 32px;
  }
}
.form-field-group-d-col .icon-left--icon-blue_2 {
  color: #4884e5;
}
.form-field-group-d-col .form-hint {
  font-size: 1rem;
  color: #626362;
  font-style: italic;
}
@media (min-width: 63.125em) {
  .form-field-group-d-col .form-hint {
    font-size: 1.125rem;
  }
}

.form-field-group-d-row {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 33.125em) {
  .form-field-group-d-row {
    display: flex;
    flex-direction: row;
  }
}

.login-signup-page {
  padding: 0;
}
@media (max-width: 50em) {
  .login-signup-page .wrapper {
    padding: 0;
  }
}
@media (min-width: 50em) {
  .login-signup-page {
    padding: 2% 0;
  }
}

.login-signup-page-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 50em) {
  .login-signup-page-container {
    flex-direction: row;
    box-shadow: 0 0 10px 10px rgba(98, 99, 98, 0.1);
  }
}

.branding-info-container {
  background-color: #164194;
  max-width: 100%;
}
@media (min-width: 50em) {
  .branding-info-container {
    max-width: 37.5%;
  }
}

.branding-info-content-wrap {
  padding: 50px 20px;
}
@media (min-width: 50em) {
  .branding-info-content-wrap {
    padding: 75px 20px 75px;
  }
}

@media (min-width: 50em) {
  .branding-info-content {
    max-width: 380px;
    margin: auto;
  }
}
.branding-info-content .brand_logo {
  margin: auto;
  text-align: center;
}

.login-signup-form-outer {
  flex-grow: 1;
  background-color: #fff;
}

.login-signup-form-container {
  padding: 50px 20px;
}
@media (min-width: 50em) {
  .login-signup-form-container {
    padding: 75px 20px 75px;
  }
}

.login-page-branding {
  display: none;
}
@media (min-width: 50em) {
  .login-page-branding {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 50em) {
  .login-page-branding-info-content {
    max-width: 380px;
    margin: auto;
  }
}
.login-page-branding-info-content .brand_logo {
  margin: auto;
  text-align: center;
}
.login-page-branding-info-content .key-points-wrap {
  margin-top: 50px;
}
@media (min-width: 50em) {
  .login-page-branding-info-content .key-points-wrap {
    margin-top: 80px;
  }
}
.login-page-branding-info-content .slogan {
  font-size: 1.875rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 63.125em) {
  .login-page-branding-info-content .slogan {
    font-size: 2.25rem;
  }
}
.login-page-branding-info-content .key-points-list {
  margin-top: 45px;
}
.login-page-branding-info-content .key-points-list li {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  padding: 10px 0 10px 42px;
}
.login-page-branding-info-content .key-points-list li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 32px;
  height: 32px;
  display: block;
  content: url("../images/check-circle.svg");
}

.new-fund-redirect-container {
  border-top: 3px solid #fff;
  padding: 55px 20px 65px;
}

@media (min-width: 50em) {
  .new-fund-redirect-content {
    max-width: 380px;
    margin: auto;
  }
}
.new-fund-redirect-content .new-fund-headline {
  font-size: 1.875rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 63.125em) {
  .new-fund-redirect-content .new-fund-headline {
    font-size: 2.25rem;
  }
}

.login-form-main {
  max-width: 400px;
  margin: auto;
}
.login-form-main .logo-icon {
  max-width: 275px;
  margin: auto;
  position: relative;
}
.login-form-main .login-form-headline {
  margin: 40px 0;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  color: #164194;
}
.login-form-main .login-form-sub-headline {
  margin: 0 0 30px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: #6c757d;
}
.login-form-main .login-form {
  margin-bottom: 30px;
}
.login-form-main .login-form .k-textbox {
  padding: 5px 10px;
  font-size: 1.125rem;
  border-color: #4884e5;
}
@media (min-width: 33.125em) {
  .login-form-main .login-form .k-textbox {
    font-size: 1.5rem;
  }
}
.login-form-main .login-form .form-field-group-password .k-textbox {
  padding: 5px 48px 5px 10px;
}
.login-form-main .login-form .toggle-password {
  position: absolute;
  right: 0;
  width: 48px;
  height: 51px;
  cursor: pointer;
  z-index: 1;
  font-size: 24px;
  color: #626362;
}
@media (min-width: 33.125em) {
  .login-form-main .login-form .toggle-password {
    height: 60px;
  }
}
.login-form-main .login-form .login-form__remember-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.125rem;
}
.login-form-main .login-form .login-form__remember-container .forgot-password-btn a {
  color: #626362;
}
.login-form-main .login-form .login-form__remember-container .forgot-password-btn a:hover {
  text-decoration: none;
}
.login-form-main .login-form .remember-me {
  display: flex;
}
.login-form-main .login-form .remember-me .remember-me {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-color: #4884e5;
  outline: 1px solid #4884e5;
}
.login-form-main .login-form .remember-me .remember-me-label {
  font-size: 1.125rem;
  color: #626362;
}
.login-form-main .small-screen-signup {
  font-size: 1.125rem;
  color: #626362;
  text-align: center;
}
@media (min-width: 50em) {
  .login-form-main .small-screen-signup {
    display: none;
  }
}
.login-form-main .or-login-with {
  padding: 30px 0;
  font-size: 1.125rem;
  color: #626362;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 50em) {
  .login-form-main .or-login-with {
    text-align: left;
  }
}
.login-form-main .social-auth-btn-wrap {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.signup-stepper-wrap {
  padding-top: 50px;
}
.signup-stepper-wrap #signup-stepper .k-step-indicator {
  width: 40px;
  height: 40px;
}
@media (min-width: 50em) {
  .signup-stepper-wrap #signup-stepper .k-step-indicator {
    min-width: 40px;
  }
}
@media (min-width: 63.125em) {
  .signup-stepper-wrap #signup-stepper .k-step-indicator {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }
}
.signup-stepper-wrap #signup-stepper .k-step-indicator-text {
  font-weight: 700;
  font-size: 1.25rem;
}
@media (min-width: 63.125em) {
  .signup-stepper-wrap #signup-stepper .k-step-indicator-text {
    font-size: 2rem;
  }
}
.signup-stepper-wrap #signup-stepper .k-step-list-horizontal ~ .k-progressbar {
  top: 22px;
}
.signup-stepper-wrap #signup-stepper .k-step-list-vertical ~ .k-progressbar {
  display: none;
}
.signup-stepper-wrap #signup-stepper .k-step-list-vertical .k-step {
  min-height: 54px;
  padding: 20px 0;
}
@media (min-width: 63.125em) {
  .signup-stepper-wrap #signup-stepper .k-step-list-vertical .k-step {
    padding: 30px 0;
  }
}
.signup-stepper-wrap #signup-stepper .k-step-list-vertical .k-step-link {
  white-space: normal;
  max-width: 100%;
}
.signup-stepper-wrap #signup-stepper .k-step-list-vertical .k-step-label {
  display: flex;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 63.125em) {
  .signup-stepper-wrap #signup-stepper .k-step-list-vertical .k-step-label {
    margin-left: 25px;
  }
}
.signup-stepper-wrap #signup-stepper .k-step-list-vertical .k-step-text {
  white-space: normal;
  max-width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
@media (min-width: 63.125em) {
  .signup-stepper-wrap #signup-stepper .k-step-list-vertical .k-step-text {
    font-size: 1.25rem;
  }
}

.signup-page-branding {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.signup-form-main {
  max-width: 640px;
  margin: auto;
}
.signup-form-main .or-login-with {
  padding: 30px 0;
  font-size: 1.125rem;
  color: #626362;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 50em) {
  .signup-form-main .or-login-with {
    text-align: left;
  }
}

.signup-form-headline {
  font-size: 2.25rem;
  font-weight: 700;
  color: #164194;
  line-height: 1;
}
@media (min-width: 33.125em) {
  .signup-form-headline {
    font-size: 3rem;
  }
}

.signup-form {
  margin-top: 50px;
}
.signup-form .k-textbox,
.signup-form .k-maskedtextbox,
.signup-form .k-numerictextbox {
  padding: 5px 10px;
  font-size: 1.125rem;
  border-color: #4884e5;
}
@media (min-width: 33.125em) {
  .signup-form .k-textbox,
.signup-form .k-maskedtextbox,
.signup-form .k-numerictextbox {
    font-size: 1.5rem;
  }
}
.signup-form .form-field-icon-group .k-textbox,
.signup-form .form-field-icon-group .k-maskedtextbox,
.signup-form .form-field-icon-group .k-numerictextbox {
  padding: 5px 10px 5px 25px;
}
@media (min-width: 33.125em) {
  .signup-form .form-field-icon-group .k-textbox,
.signup-form .form-field-icon-group .k-maskedtextbox,
.signup-form .form-field-icon-group .k-numerictextbox {
    padding: 5px 10px 5px 35px;
  }
}
.signup-form .form-field-group-domain .k-textbox {
  padding-right: 140px;
}
@media (min-width: 33.125em) {
  .signup-form .form-field-group-domain .k-textbox {
    padding-right: 200px;
  }
}
.signup-form .form-field-group-domain .fund-domain {
  position: absolute;
  right: 0;
  top: 0;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #164194;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 10px;
  border-radius: 5px;
}
@media (min-width: 33.125em) {
  .signup-form .form-field-group-domain .fund-domain {
    font-size: 1.5rem;
    height: 60px;
  }
}

.signup-form .k-textarea {
  padding: 5px 10px;
  font-size: 1.125rem;
  resize: vertical;
  border-color: #4884e5;
}
@media (min-width: 33.125em) {
  .signup-form .k-textarea {
    font-size: 1.5rem;
  }
}
.signup-form .k-picker {
  padding: 5px 10px;
  font-size: 1.125rem;
  border-color: #4884e5;
  background-color: #fff;
}
@media (min-width: 33.125em) {
  .signup-form .k-picker {
    font-size: 1.5rem;
  }
}
.signup-form .form-field-icon-group .k-textarea,
.signup-form .form-field-icon-group .k-picker {
  padding: 5px 10px 5px 25px;
}
@media (min-width: 33.125em) {
  .signup-form .form-field-icon-group .k-textarea,
.signup-form .form-field-icon-group .k-picker {
    padding: 5px 10px 5px 35px;
  }
}

.send-code-validate-btn {
  min-width: 180px;
  margin: 10px 0 0 0;
}
@media (min-width: 33.125em) {
  .send-code-validate-btn {
    margin: 0 0 0 10px;
  }
}

.otp-inputs-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.otp-input {
  padding-left: 10px !important;
  text-align: center;
}

.signup-final-step-info {
  margin-top: 30px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
  color: #4884e5;
}
@media (min-width: 40em) {
  .signup-final-step-info {
    font-size: 2.25rem;
  }
}

.signup-conditions-checklist {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.signup-conditions-checklist li {
  display: inline-flex;
  padding: 20px 0;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #164194;
  align-items: center;
}
.signup-conditions-checklist li:first-child {
  padding-top: 0;
}
.signup-conditions-checklist li:last-child {
  padding-bottom: 0;
}
@media (min-width: 40em) {
  .signup-conditions-checklist li {
    font-size: 1.875rem;
  }
}
.signup-conditions-checklist .k-checkbox {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  outline: 1px solid #4884e5;
}
.signup-conditions-checklist a {
  color: #164194;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
.signup-conditions-checklist a:hover {
  border-bottom: 1px solid #164194;
}

.dashboard-header {
  background-color: #164194;
  padding: 15px 15px;
  height: 64px;
  display: flex;
  align-items: center;
}
@media (min-width: 50em) {
  .dashboard-header {
    padding: 15px 30px;
  }
}
@media (min-width: 63.125em) {
  .dashboard-header {
    height: 86px;
  }
}

.dashboard-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
}

.smart-fund-logo {
  max-width: 190px;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.25rem;
  display: inline-flex;
  flex-direction: row;
  flex-grow: 1;
}
@media (min-width: 63.125em) {
  .smart-fund-logo {
    max-width: 205px;
  }
}
.smart-fund-logo img.logo {
  width: 145px;
}
.smart-fund-logo img.icon {
  width: 45px;
  height: 45px;
}

.right-button-wrap {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.right-button-wrap .notification {
  position: relative;
  width: 34px;
  height: 34px;
  background-image: url("../images/dashboard/icon-bell-notification.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.right-button-wrap .notification .notification-counter {
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #45b34e;
  font-size: 0.75rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.right-button-wrap .logout-btn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  background-color: transparent !important;
  border-color: transparent !important;
  background-image: url("../images/dashboard/icon-logout.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  margin-left: 10px;
}
@media (min-width: 63.125em) {
  .right-button-wrap .logout-btn {
    margin-left: 20px;
  }
}
.right-button-wrap .logout-btn:hover {
  transform: scale(0.95);
}
.right-button-wrap .logout-btn .k-button-text {
  text-indent: -99999px;
}

.nav-button {
  width: 36px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: default;
}
@media (min-width: 80.0625em) {
  .nav-button {
    display: none;
  }
}
.nav-button span {
  position: relative;
  width: 100%;
  border-top: 1px solid #fff;
}
.nav-button span:after, .nav-button span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.nav-button span:before {
  top: -10px;
}
.nav-button span:after {
  top: 10px;
}

.nav-button-close {
  width: 36px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: default;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1050;
}
@media (min-width: 80.0625em) {
  .nav-button-close {
    display: none;
  }
}
.nav-button-close span {
  position: relative;
  width: 100%;
}
.nav-button-close span:after, .nav-button-close span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #fff;
}
.nav-button-close span:before {
  transform: rotate(45deg);
}
.nav-button-close span:after {
  transform: rotate(-45deg);
}

.dashboard-navigation-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f2d66;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
}
.dashboard-navigation-wrap.is-open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 80.0625em) {
  .dashboard-navigation-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    background: transparent;
    overflow-y: hidden;
  }
}
.dashboard-navigation-wrap .dashboard-menu,
.dashboard-navigation-wrap .k-menu:not(.k-context-menu) {
  background-color: transparent;
}
.dashboard-navigation-wrap .dashboard-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.5rem 1.25rem;
}
@media (min-width: 80.0625em) {
  .dashboard-navigation-wrap .dashboard-menu {
    display: inline-flex;
    flex-direction: row;
    flex-grow: 1;
    padding: 0.5rem;
  }
}
.dashboard-navigation-wrap .dashboard-menu li {
  margin: 10px 0;
}
@media (min-width: 80.0625em) {
  .dashboard-navigation-wrap .dashboard-menu li {
    margin: 0 20px 0 0;
  }
}
.dashboard-navigation-wrap .dashboard-menu li:last-child {
  margin-right: 0;
}
.dashboard-navigation-wrap .dashboard-menu li,
.dashboard-navigation-wrap .dashboard-menu .k-menu:not(.k-context-menu) > .k-item {
  color: #e5e5e5 !important;
}
.dashboard-navigation-wrap .dashboard-menu li:hover,
.dashboard-navigation-wrap .dashboard-menu .k-menu:not(.k-context-menu) > .k-item:hover {
  background-color: #45b34e !important;
  border-radius: 3px;
}
.dashboard-navigation-wrap .dashboard-menu .menu-item-icon {
  margin-right: 5px;
}
.dashboard-navigation-wrap .dashboard-menu .k-menu-link-text {
  font-weight: 700 !important;
}

#dashboard-menu_mn_active {
  width: auto;
  background-color: #45b34e;
  border-radius: 3px;
}

.dashboard-navigation-wrap .dashboard-menu li:last-child {
  width: auto;
}

.dashboard-menu-active {
  width: auto;
  background-color: #45b34e;
  border-radius: 3px;
}

.dashboard-content {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 64px);
}
@media (min-width: 63.125em) {
  .dashboard-content {
    flex-direction: row;
    min-height: calc(100vh - 86px);
  }
}

.dashboard-sidebar-wrap {
  position: relative;
}
.dashboard-sidebar-wrap .sidebar-toggle {
  display: none;
}
@media (min-width: 63.125em) {
  .dashboard-sidebar-wrap .sidebar-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 100%;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    position: absolute;
    right: -15px;
    top: 80px;
    z-index: 10;
    padding: 9px;
    text-align: center;
  }
  .dashboard-sidebar-wrap .sidebar-toggle.is-expanded img {
    transform: rotate(-180deg);
  }
}

.dashboard-sidebar-content-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #0f2d66;
  width: 100%;
  height: 100%;
}
@media (min-width: 63.125em) {
  .dashboard-sidebar-content-wrap {
    width: 30px;
    overflow-x: hidden;
    transition: width 0.1s;
  }
  .dashboard-sidebar-content-wrap.is-expanded {
    width: 300px;
  }
  .dashboard-sidebar-content-wrap.is-expanded .dashboard-sidebar-content-item {
    transition: visibility 0.3s;
    visibility: visible;
  }
}

@media (min-width: 63.125em) {
  .dashboard-sidebar-content-item {
    transition: visibility 0.01s;
    visibility: hidden;
  }
}

.dashboard-content-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  width: 100%;
  opacity: 1;
  visibility: visible;
  padding: 30px 15px 100px;
}
@media (min-width: 50em) {
  .dashboard-content-wrap {
    overflow: auto;
    padding: 30px 30px 90px;
  }
}

.alert-message-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #111;
  background-color: #9ed33f;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
}
.alert-message-wrap .alert-icon {
  width: 24px;
  height: 24px;
  padding: 1px;
}
.alert-message-wrap .alert-icon-close {
  width: 24px;
  height: 24px;
  padding: 1px;
  cursor: pointer;
}
.alert-message-wrap .alert-message {
  flex-grow: 1;
  padding: 3px 8px;
}

.dashboard-sidebar-content-title-wrap {
  background-color: #45b34e;
  padding: 10px 15px;
}
@media (min-width: 50em) {
  .dashboard-sidebar-content-title-wrap {
    padding: 25px 30px;
  }
}
.dashboard-sidebar-content-title-wrap .dashboard-sidebar-content-title {
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  align-items: center;
  width: 100%;
  color: #fff;
}
@media (min-width: 50em) {
  .dashboard-sidebar-content-title-wrap .dashboard-sidebar-content-title {
    font-size: 1.875rem;
  }
}
.dashboard-sidebar-content-title-wrap .dashboard-sidebar-content-title .title-icon {
  line-height: 1;
  font-size: 2rem;
  margin-right: 15px;
}

.dashboard-sidebar-content-items-wrap {
  padding: 0;
}
@media (min-width: 50em) {
  .dashboard-sidebar-content-items-wrap {
    padding-top: 10px;
  }
}

.dashboard-sidebar-content-item {
  padding: 15px;
  border-bottom: 1px solid #4884e5;
}
@media (min-width: 50em) {
  .dashboard-sidebar-content-item {
    padding: 20px 28px;
  }
}
.dashboard-sidebar-content-item .k-treeview-group {
  font-size: 18px;
}
.dashboard-sidebar-content-item .k-treeview-group .k-treeview-toggle .k-icon,
.dashboard-sidebar-content-item .k-treeview-group .k-treeview-toggle .k-icon {
  color: #45b34e;
  width: 30px;
  font-size: 1.625rem;
}
.dashboard-sidebar-content-item .k-treeview-group .k-i-expand::before {
  content: "\e120";
}
.dashboard-sidebar-content-item .k-treeview-group .k-i-collapse::before {
  content: "\e122";
}
.dashboard-sidebar-content-item .k-treeview-group .k-treeview-toggle ~ .k-in > .k-treeview-leaf-text {
  color: #45b34e;
  font-weight: 700;
}
.dashboard-sidebar-content-item .k-treeview-group .k-treeview-leaf.k-selected {
  border-color: transparent;
  color: #45b34e;
  background-color: transparent;
}
.dashboard-sidebar-content-item .k-treeview-group .k-in > .k-treeview-leaf-text {
  color: #fff;
}
.dashboard-sidebar-content-item .k-treeview-group .k-treeview-leaf.k-focus,
.dashboard-sidebar-content-item .k-treeview-group .k-treeview-leaf:focus {
  box-shadow: none;
}

.dashboard-sidebar-content-item .k-treeview-group .k-treeview-leaf.k-hover {
  border-color: transparent;
  color: transparent;
  background-color: transparent;
}
.dashboard-sidebar-content-item .k-treeview-group .k-treeview-leaf:hover {
  border-color: transparent;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
}

.dashboard-main-content-wrap {
  flex-grow: 1;
  height: 100%;
}

.main-content-title-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.main-content-title {
  display: inline-flex;
  font-size: 1.875rem;
  color: #164194;
  font-weight: 700;
  align-items: baseline;
  margin-right: 30px;
  margin-bottom: 20px;
}
.main-content-title .main-content-title-icon {
  width: 34px;
  height: 34px;
  padding: 2px;
  margin-right: 8px;
  line-height: 1;
}

.main-content-title-area-button-wrap {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin-top: 10px;
}
@media (min-width: 40em) {
  .main-content-title-area-button-wrap {
    margin-top: 0;
  }
}
.main-content-title-area-button-wrap .add-trading-venue-btn {
  font-size: 1rem;
}

.export-csv {
  width: 38px;
  height: 48px;
  display: inline-flex;
  background-color: transparent !important;
  border-color: transparent !important;
  background-image: url("../images/dashboard/icon-csv.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  margin-left: 20px;
}
.export-csv:hover {
  transform: scale(0.95);
}
.export-csv .k-button-text {
  text-indent: -99999px;
}

.main-content-grid-area {
  margin-top: 20px;
}
.main-content-grid-area .k-column-title {
  font-size: 1.125rem;
  color: #164194;
  font-weight: 500;
}
.main-content-grid-area .grid-checkbox {
  width: 20px;
  height: 20px;
}
.main-content-grid-area .k-pager-info {
  display: none !important;
}
@media (min-width: 80.0625em) {
  .main-content-grid-area .k-pager-info {
    display: flex !important;
  }
}
