* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: 100;
}

strong {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  letter-spacing: 0.3px;
  font-weight: 100;
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

.form-header {
  color: #fff;
}

.apexcharts-legend-text {
  font-family: neuzeit-grotesk, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 20px 5px;
  padding: 10px 0px;
}

.alert-popup {
  position: absolute;
  right: 20px;
  top: 120px;
}

header {
  background-color: #121e2a;
  padding: 20px 0px;
}

header .header-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0px 20px;
}

header .header-inner img {
  width: 100%;
  max-width: 200px;
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

footer {
  padding: 60px 0px 30px 0px;
}

footer .footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .footer-inner .footer-section {
  width: 33.333%;
}

footer .footer-inner .footer-section ul {
  list-style: none;
}

footer .footer-inner .footer-section ul li a {
  text-decoration: none;
  color: #696969;
  font-size: 16px;
}

footer .footer-inner .footer-section a {
  color: #41b7b1;
  font-size: 30px;
}

footer .footer-bottom {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0px auto;
  border-top: 1px solid #80808061;
  padding-top: 20px;
}

.turqoise-btn {
  background-color: #41b7b1;
  color: #fff;
  padding: 7px 0px 12px 0px;
  border: 0px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  border-radius: 50px;
  max-width: 250px;
  display: block;
  letter-spacing: 0.4px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  -webkit-text-decoration: None;
          text-decoration: None;
  margin: 10px;
  cursor: pointer;
}

.turqoise-btn:hover {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.blue-btn {
  background-color: #39688e;
  color: #fff;
  padding: 7px 0px 12px 0px;
  border: 0px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  border-radius: 50px;
  max-width: 250px;
  display: block;
  letter-spacing: 0.4px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  -webkit-text-decoration: None;
          text-decoration: None;
  margin: 10px;
  cursor: pointer;
}

.blue-btn:hover {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.red-btn {
  background-color: #d56b7e;
  color: #fff;
  padding: 7px 0px 12px 0px;
  border: 0px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  border-radius: 50px;
  max-width: 250px;
  display: block;
  letter-spacing: 0.4px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  -webkit-text-decoration: None;
          text-decoration: None;
  margin: 10px;
  cursor: pointer;
}

.red-btn:hover {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.grey-btn {
  background-color: #b8b8b8;
  color: #fff;
  padding: 7px 0px 12px 0px;
  border: 0px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  border-radius: 50px;
  max-width: 250px;
  display: block;
  letter-spacing: 0.4px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  -webkit-text-decoration: None;
          text-decoration: None;
  margin: 10px;
  cursor: pointer;
}

.grey-btn:hover {
  color: #fff;
}

.btn-disabled {
  cursor: not-allowed;
}

.form-info {
  background-color: #f3f3f3;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  margin: 20px 0px;
}

.form-info p {
  font-weight: 600;
  font-size: 14px;
}

.form-info-important {
  background-color: #d25353;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  margin: 20px 0px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.form-field-container {
  display: flex;
  margin: 20px 0px;
}

.form-field-container .form-field {
  width: 50%;
  margin: 0px 10px;
  flex-direction: column;
  align-items: flex-start;
}

.form-field-icon {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin: 40px auto 0px auto;
}

.form-field-icon input {
  background-color: transparent;
  border: 0px;
  flex: 1;
  outline: none;
  height: 45px;
  font-size: 18px;
  color: #fff;
  text-indent: 20px;
  padding-bottom: 5px;
}

.form-field-icon input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-icon input::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-icon input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-icon input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-icon input::placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-icon i {
  font-size: 20px;
}

.form-field-label {
  margin: 10px 10px;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
}

.form-field-label label {
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.form-field-label input {
  background-color: transparent;
  border: 0px;
  flex: 1;
  outline: none;
  height: 45px;
  font-size: 18px;
  color: #fff;
  text-indent: 0px;
  padding-bottom: 5px;
  width: 100%;
}

.form-field-label input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-label input::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-label input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-label input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-label input::placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-icon-label {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-bottom: 1px solid #fff;
  margin: 40px auto 0px auto;
}

.form-field-icon-label label {
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.form-field-icon-label .icon-input {
  width: 100%;
  display: flex;
  align-items: center;
}

.form-field-icon-label .icon-input input {
  background-color: transparent;
  border: 0px;
  flex: 1;
  outline: none;
  height: 45px;
  font-size: 18px;
  color: #fff;
  text-indent: 20px;
  padding-bottom: 5px;
}

.form-field-icon-label .icon-input input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-icon-label .icon-input input::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-icon-label .icon-input input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-icon-label .icon-input input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-icon-label .icon-input input::placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.form-field-icon-label .icon-input input:-internal-autofill-selected {
  background-color: transparent !important;
}

.form-field-icon-label .icon-input i {
  font-size: 20px;
}

.form-field-select-box {
  position: relative;
  border: 2px solid #f3f3f3;
  margin: 20px 0 20px;
}

.form-field-select-box i {
  position: absolute;
  right: 20px;
  top: 15px;
  transition: all 0.2s ease-in-out;
}

.form-field-select-box:hover i {
  top: 20px;
  transition: all 0.2s ease-in-out;
}

.form-field-select-box .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.form-field-select-box .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #121e2a;
  width: 100%;
  height: 50px;
  border-radius: 50px;
}

.form-field-select-box .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px 8px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.form-field-select-box .select-styled:after {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.form-field-select-box .select-styled:active:after,
.form-field-select-box .select-styled.active:after {
  top: 9px;
  border-color: #fff;
}

.form-field-select-box .select-options {
  display: none;
  position: absolute;
  top: 57px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

.form-field-select-box .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #f3f3f3;
}

.form-field-select-box .select-options li:hover {
  color: #121e2a;
  background: #f3f3f3;
}

.form-field-select-box .select-options li[rel=hide] {
  display: none;
}

.form-field-checkbox {
  display: flex;
  align-items: center;
  margin: 20px auto 20px auto;
}

.form-field-checkbox p {
  margin: 0px;
  font-size: 14px;
}

.form-field-checkbox p strong {
  color: #41b7b1;
  font-size: 14px;
}

.form-field-checkbox p strong a {
  font-weight: 600;
  color: #41b7b1;
}

.form-field-checkbox .checkbox {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 5px;
  border: 2px solid #a7adb542;
  outline: none;
}

.form-field-checkbox .checkbox svg {
  opacity: 0;
  width: 25px;
  margin: auto;
  display: block;
  margin-top: 8px;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  transition: stroke-dashoffset 0.3s 0.2s ease-out;
}

.form-field-checkbox .checkbox .draw {
  opacity: 1;
  stroke-dashoffset: 0;
}

.form-field-checkbox .checkbox:checked {
  background: #41b7b1;
  outline: none;
}

.dark-form {
  border-bottom: 2px solid #80808026;
}

.dark-form label {
  color: #000;
}

.dark-form .icon-input input {
  color: #000;
}

.dark-form .icon-input input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.dark-form .icon-input input::-moz-placeholder {
  color: #000;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.dark-form .icon-input input:-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.dark-form .icon-input input::-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.dark-form .icon-input input::placeholder {
  color: #000;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.dark-form input {
  color: #000;
}

.dark-form input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.dark-form input::-moz-placeholder {
  color: #000;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.dark-form input:-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.dark-form input::-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.dark-form input::placeholder {
  color: #000;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.no-border {
  border: 0;
}

.submit-btn {
  background-color: #41b7b1;
  color: #fff;
  padding: 7px 0px 12px 0px;
  border: 0px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  border-radius: 50px;
  max-width: 250px;
  margin: 50px auto 0px auto;
  display: block;
  letter-spacing: 0.4px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.submit-btn:hover {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.blue {
  background-color: #39688e !important;
}

.turqoise {
  background-color: #41b7b1 !important;
}

.full-page {
  background-color: #121e2a;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: auto;
}

.full-page .logo-top {
  position: absolute;
  width: 100%;
  max-width: 250px;
  top: 40px;
  left: calc(20px + 10vw);
  z-index: 2;
}

.full-page .circle-1 {
  position: absolute;
  left: calc(0px - 20%);
  top: calc(0px - 20%);
  z-index: 1;
  width: 50vw;
  opacity: 0.3;
}

.full-page .circle-2 {
  position: absolute;
  bottom: calc(0px - 20%);
  right: calc(0px - 20%);
  z-index: 1;
  width: 50vw;
  opacity: 0.3;
}

.full-page .full-page-inner {
  padding: 20px;
  position: relative;
  z-index: 2;
}

.full-page .login {
  max-width: 500px;
  width: 100%;
}

.full-page .login .login-intro {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.full-page .login .login-intro img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-bottom: 12px;
}

.full-page .login .login-intro strong {
  color: #fff;
  text-align: center;
}

.full-page .login .login-form-container .login-options {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
}

.full-page .login .login-form-container .login-options a {
  color: #fff;
  text-decoration: none;
  margin: 7px 0px;
  font-family: neuzeit-grotesk, sans-serif;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
}

.full-page .login .login-form-container .login-options a span {
  color: #39688e;
  font-weight: 700;
  font-family: neuzeit-grotesk, sans-serif;
}

.full-page .login .login-form-container .login-options a:hover {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.full-page .signup {
  max-width: 600px;
  width: 100%;
}

.full-page .signup .signup-intro {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.full-page .signup .signup-intro h1 {
  color: #fff;
  text-align: center;
}

.full-page .signup .signup-form-container {
  width: 100%;
}

.full-page .signup-2 {
  max-width: 600px;
  width: 100%;
}

.full-page .signup-2 .signup-intro {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.full-page .signup-2 .signup-intro h1 {
  color: #fff;
  text-align: center;
}

.full-page .signup-2 .signup-form-container {
  width: 100%;
}

.hero {
  background-image: url(/images/hero-background.jpg?1fcb15777090bb88dca911900a5a5931);
  background-size: cover;
  background-position: center;
}

.hero .hero-inner {
  padding: 130px 20px 150px 20px;
}

.hero .hero-inner h1 {
  text-align: center;
  color: #fff;
}

.help {
  padding: 60px 20px;
}

.help h2 {
  text-align: center;
}

.help .help-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 40px 0px;
}

.help .help-inner .help-left {
  border-right: 1px solid #d4d4d4;
  width: 50%;
  text-align: center;
  padding: 50px 0px;
}

.help .help-inner .help-left i {
  font-size: 60px;
  margin-bottom: 20px;
}

.help .help-inner .help-left p {
  margin: 20px 0px 25px 0px;
  font-family: neuzeit-grotesk, sans-serif;
  line-height: 30px;
}

.help .help-inner .help-left a {
  margin: auto;
}

.help .help-inner .help-right {
  width: 50%;
  text-align: center;
  padding: 50px 0px;
}

.help .help-inner .help-right i {
  font-size: 60px;
  margin-bottom: 20px;
}

.help .help-inner .help-right p {
  margin: 20px 0px 25px 0px;
  font-family: neuzeit-grotesk, sans-serif;
  line-height: 30px;
}

.help .help-inner .help-right a {
  margin: auto;
}

.message {
  position: relative;
  background-color: #121e2a;
  overflow: hidden;
  padding: 60px 20px;
}

.message .circle-1 {
  position: absolute;
  left: calc(0px - 20%);
  top: calc(0px - 50%);
  z-index: 1;
  width: 40vw;
  opacity: 0.3;
}

.message .circle-2 {
  position: absolute;
  bottom: calc(0px - 50%);
  right: calc(0px - 20%);
  z-index: 1;
  width: 40vw;
  opacity: 0.3;
}

.message .message-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.message .message-inner .message-intro {
  text-align: center;
  margin-bottom: 30px;
}

.message .message-inner .message-intro h3 {
  color: #fff;
}

.message .message-inner .message-intro p {
  color: #fff;
}

.message .message-inner .form-field {
  margin: 10px 10px;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
}

.message .message-inner .form-field label {
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.message .message-inner .form-field input {
  background-color: transparent;
  border: 0px;
  flex: 1;
  outline: none;
  height: 45px;
  font-size: 18px;
  color: #fff;
  text-indent: 0px;
  padding-bottom: 5px;
  width: 100%;
}

.message .message-inner .form-field input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.message .message-inner .form-field input::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.message .message-inner .form-field input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.message .message-inner .form-field input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.message .message-inner .form-field input::placeholder {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4px;
}

.message .message-inner .form-field-textarea {
  display: flex;
  flex-direction: column;
  margin: 10px 10px;
}

.message .message-inner .form-field-textarea label {
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
}

.message .message-inner .form-field-textarea textarea {
  border: 1px solid #fff;
  background: transparent;
  max-width: 100%;
  max-height: 200px;
  min-width: 100%;
  min-height: 100px;
  font-size: 18px;
  color: #fff;
  text-indent: 10px;
  outline: None;
}

.message .message-inner .submit-btn {
  background-color: #41b7b1;
  color: #fff;
  padding: 7px 0px 12px 0px;
  border: 0px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  border-radius: 50px;
  max-width: 250px;
  margin: 30px auto 0px auto;
  display: block;
  letter-spacing: 0.4px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.message .message-inner .submit-btn:hover {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.text-content {
  padding: 60px 0px;
}

.text-content .text-content-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0px 20px;
}

.text-content .text-content-inner ul {
  list-style-position: inside;
}

.full-dashboard-container {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
}

.full-dashboard-container .left-dashboard {
  width: 300px;
  background-color: #121e2a;
  height: 100vh;
  padding: 20px;
  position: fixed;
}

.full-dashboard-container .left-dashboard .logo-alt {
  padding: 30px 30px 0px 30px;
}

.full-dashboard-container .left-dashboard .logo-alt img {
  width: 100%;
  max-width: 150px;
  margin: auto;
  display: block;
}

.full-dashboard-container .left-dashboard .dashboard-nav {
  padding: 20px;
}

.full-dashboard-container .left-dashboard .dashboard-nav ul {
  list-style: None;
  list-style: None;
  overflow: scroll;
  max-height: 600px;
  /* Hide scrollbar for Firefox */
  scrollbar-width: none;
  /* Hide scrollbar for IE, Edge */
  -ms-overflow-style: none;
}

.full-dashboard-container .left-dashboard .dashboard-nav ul li {
  padding: 20px 0px;
  border-bottom: 1px solid #fff;
}

.full-dashboard-container .left-dashboard .dashboard-nav ul li a {
  color: #fff;
  text-decoration: none;
}

.full-dashboard-container .left-dashboard .dashboard-nav ul::-webkit-scrollbar {
  display: none;
}

.full-dashboard-container .right-dashboard {
  width: calc(100vw - 300px);
  margin-left: 300px;
  flex: 1;
}

.full-dashboard-container .right-dashboard .right-top-dashboard {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0px 0px;
  position: relative;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li a {
  padding: 30px 15px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: block;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li a i {
  font-size: 25px;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li a:hover {
  background-color: #121e2a;
  transition: all 0.1s ease-in-out;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .nav-model {
  position: absolute;
  top: 87px;
  right: 0px;
  background-color: #121e2a;
  z-index: 10;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .burger-model {
  display: none;
  max-width: 279px;
  width: 100%;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .burger-model hr {
  margin: 0px 10px;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .burger-model .model-icon-option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .burger-model .model-icon-option i {
  margin-right: 15px;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .burger-model .model-icon-option:hover {
  opacity: 0.5;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .burger-model .model-icon-option:last-child {
  border-bottom: 0;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .search-model {
  display: none;
  max-width: 350px;
  width: 100%;
  padding: 15px 20px;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .notification-model {
  display: none;
  max-width: 479px;
  width: 100%;
  padding: 10px 20px;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .notification-model hr {
  margin: 0px 10px;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .notification-model .model-icon-option {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .notification-model .model-icon-option i {
  margin-right: 15px;
}

.full-dashboard-container .right-dashboard .right-top-dashboard .dashboard-options ul li .notification-model .model-icon-option:hover {
  opacity: 0.5;
}

.full-dashboard-container .right-dashboard .right-main-dashboard {
  background-color: #f3f3f3;
  width: 100%;
  min-height: calc(100vh - 87px);
}

.full-dashboard-container .right-dashboard .right-main-dashboard .breadcrumb-bar {
  padding: 30px 40px;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .breadcrumb-bar ul {
  display: flex;
  list-style: none;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .breadcrumb-bar ul li {
  margin-right: 50px;
  position: relative;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .breadcrumb-bar ul li:after {
  content: "";
  background-image: url(/images/arrow.svg?0402ac4f510b81811eb8ed24b94f8824);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 11px;
  height: 20px;
  position: absolute;
  right: -28px;
  top: 5px;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .breadcrumb-bar ul li a {
  text-decoration: none;
  color: #121e2a;
  font-weight: 600;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .half {
  width: 49%;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .full {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .unlimited {
  width: 100%;
  margin: auto;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .card {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 40px;
  align-self: stretch;
  margin-top: 20px;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .card .card-title {
  padding-bottom: 20px;
  border-bottom: 2px solid #80808026;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .card .card-title .card-link {
  float: right;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .card .card-table ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 2px dashed #80808026;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .card .button-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark {
  background-color: #121e2a;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark h1,
.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark h2,
.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark h3,
.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark h4,
.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark h5,
.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark h6,
.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark p,
.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark ul,
.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark li,
.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark strong,
.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark label,
.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark b {
  color: #fff;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark .form-info {
  background-color: #1e2e3e;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark .form-info p {
  color: #fff;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark .form-field-select-box .select {
  color: #fff;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark .form-field-select-box i {
  color: #fff;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark .form-field-select-box .select-options {
  background-color: #121e2a;
}

.full-dashboard-container .right-dashboard .right-main-dashboard .dashboard-content .dark .form-field-select-box .select-options li:hover {
  background-color: #1e2e3e;
}

@media (max-width: 600px) {
  .help .help-inner {
    flex-direction: column;
  }

  .help .help-inner .help-left {
    border: none;
    width: 100%;
  }

  .help .help-inner .help-right {
    width: 100%;
  }

  footer .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  footer .footer-inner div {
    margin: auto;
  }
}

