@font-face {
  font-family: "niveau-grotesk";
  /* src: url("../fonts/niveau-grotesk") format("woff2"); */
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

body {
  font-family: "Montserrat", sans-serif; }

h1 {
  font-weight: 700; }

.login-page {
  background-color: #f6f7f9;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .login-page .login-form {
    background-color: #fff;
    width: 500px;
    border-radius: 10px;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.09); }
    @media (max-width: 767px) {
      .login-page .login-form {
        width: 100%;
        padding: 15px;
        margin: 0 15px; } }
    .login-page .login-form .login-logo {
      height: 50px;
      margin: 20px auto;
      display: block;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .login-page .login-form .login-logo {
          height: 40px; } }
    .login-page .login-form form input {
      background-color: #f9f9fc;
      padding: 15px 30px;
      border-radius: 25px;
      border: 1px solid #f2f3f6;
      margin: 20px 0; }
      .login-page .login-form form input::placeholder {
        color: #d5d8e1;
        opacity: 1; }
      .login-page .login-form form input:-ms-input-placeholder {
        color: #d5d8e1; }
      .login-page .login-form form input::-ms-input-placeholder {
        color: #d5d8e1; }
    .login-page .login-form form .btn-login {
      color: #46b0ef;
      background-color: transparent;
      border: 1px solid #46b0ef;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 15px 20px;
      width: 160px;
      display: block;
      margin: 30px auto;
      border-radius: 30px; }
    .login-page .login-form form .link {
      color: #46b0ef;
      display: table;
      text-decoration: none;
      margin: 0 auto;
      font-weight: 500;
      font-size: 14px; }
    .login-page .login-form form a {
      text-decoration: none; }

/* Navbar */
.custom-navbar {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18); }
  .custom-navbar .logo {
    height: 40px; }
    @media (max-width: 767px) {
      .custom-navbar .logo {
        height: 25px; } }
    @media (min-width: 991px) and (max-width: 1199px) {
      .custom-navbar .logo {
        height: 30px; } }
  .custom-navbar .navbar-nav {
    align-items: center; }
    .custom-navbar .navbar-nav .nav-item {
      margin-left: 15px; }
      @media (max-width: 991px) {
        .custom-navbar .navbar-nav .nav-item {
          display: inline-flex; } }
.custom-navbar .navbar-nav .nav-item .nav-link {
    color: #90949c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 22px 10px;
}
        @media (max-width: 991px) {
          .custom-navbar .navbar-nav .nav-item .nav-link {
            text-align: center; } }
        @media (min-width: 991px) and (max-width: 1199px) {
          .custom-navbar .navbar-nav .nav-item .nav-link {
            font-size: 12px; } }
      .custom-navbar .navbar-nav .nav-item a.nav-button {
        background-color: #36d0a2;
        padding: 12px 20px;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 20px;
        font-weight: 600; }
  .custom-navbar .navbar-toggler {
    padding: 5px 10px;
    outline: 0;
    box-shadow: none; }
  .custom-navbar .avatar {
    border-left: 1px solid #d9dee8;
    padding-left: 25px;
    margin-left: 25px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .custom-navbar .avatar {
        padding-left: 10px;
        margin-left: 10px; } }
    .custom-navbar .avatar .nav-link {
      padding: 11px;
      padding-right: 0; }
    .custom-navbar .avatar .avatar-text {
      text-align: right;
      margin-right: 10px; }
      .custom-navbar .avatar .avatar-text h6 {
        color: #3b4253;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        margin: 0; }
      .custom-navbar .avatar .avatar-text p {
        margin: 0;
        color: #a1a4ab;
        font-size: 12px; }
      @media (max-width: 767px) {
        .custom-navbar .avatar .avatar-text h6 {
          font-size: 10px; }
        .custom-navbar .avatar .avatar-text p {
          font-size: 8px; } }
    .custom-navbar .avatar .avatar-img {
      height: 40px;
      width: 40px;
      border-radius: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .custom-navbar .dropdown .dropdown-menu {
    top: 68px;
    border: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 5px 5px; }
    .custom-navbar .dropdown .dropdown-menu li .dropdown-item {
      color: #666177;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px; }
      @media (max-width: 991px) {
        .custom-navbar .dropdown .dropdown-menu li .dropdown-item {
          text-align: center; } }
      .custom-navbar .dropdown .dropdown-menu li .dropdown-item:active, .custom-navbar .dropdown .dropdown-menu li .dropdown-item:focus {
        color: #666177;
        background-color: #e9ecef; }

.layout {
  background-color: #f6f7f9;
  min-height: 80vh; }

.inner-banner {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 300px;
  color: #fff;
  align-items: center !important;
  display: flex; }
  @media (max-width: 575.98px) {
    .inner-banner {
      min-height: 200px; } }
  .inner-banner h1 {
    font-size: 60px;
    margin: 0 0 8px; }
    @media (max-width: 575.98px) {
      .inner-banner h1 {
        font-size: 50px; } }
  .inner-banner p {
    font-size: 15px; }
  .inner-banner.product-banner {
    background-position: 0 -160px !important; }
    @media (max-width: 767px) {
      .inner-banner.product-banner {
        background-position: 0 0 !important; } }
    @media (min-width: 1920px) {
      .inner-banner.product-banner {
        background-position: 0 -280px !important; } }

/* Dashboard */
.dashboard {
  /*padding: 50px 0 45px;*/
  /*@media (max-width: 991.98px) {
		padding: 30px 0 25px;
	}*/ }
  .dashboard .cu-inkpad-section {
    background-color: #24a8de; }
  .dashboard .tickets-section {
    background-color: #2485de; }
  .dashboard .ticketing {
    padding: 10px 30px;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .dashboard .ticketing {
        padding: 15px;
        background-image: none; } }
    .dashboard .ticketing h3 {
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 22px; }
      @media (max-width: 767px) {
        .dashboard .ticketing h3 {
          font-size: 18px; } }
    .dashboard .ticketing p {
      color: #fff;
      font-size: 18px;
      margin: 0; }
      @media (max-width: 767px) {
        .dashboard .ticketing p {
          font-size: 12px; } }
    .dashboard .ticketing h1 {
      color: #fff;
      font-weight: 800;
      font-size: 52px;
      display: flex;
      align-items: center;
      margin: 0; }
      @media (max-width: 767px) {
        .dashboard .ticketing h1 {
          font-size: 30px; } }
      .dashboard .ticketing h1 a.view-btn {
        background-color: #ffffff;
        padding: 12px 30px;
        color: #000000;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 6px;
        margin-bottom: 10px;
        font-weight: 600;
        text-decoration: none; }
        @media (max-width: 767px) {
          .dashboard .ticketing h1 a.view-btn {
            font-size: 10px;
            padding: 10px 20px; } }
    .dashboard .ticketing h4 {
      color: #fff;
      font-weight: 600;
      font-size: 18px; }
      @media (max-width: 767px) {
        .dashboard .ticketing h4 {
          font-size: 16px; } }
    .dashboard .ticketing .col-12 {
      padding: 25px 0; }
      .dashboard .ticketing .col-12:first-child {
        border-bottom: 1px solid #fff; }
      @media (max-width: 991px) {
        .dashboard .ticketing .col-12 {
          border: none;
          padding: 15px; } }
  .dashboard .blog {
    background-color: #817ae5;
    padding: 30px 35px;
    border-radius: 10px;
    background-image: url(../img/blog-icon-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 170px;
    height: calc(100%); }
    @media (max-width: 767px) {
      .dashboard .blog {
        padding: 25px; } }
    .dashboard .blog h2 {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .dashboard .blog h2 {
          font-size: 18px; } }
    @media (max-width: 991px) {
      .dashboard .blog .blog-slider {
        height: 150px; } }
    .dashboard .blog .blog-slider .carousel-item {
      min-height: 100px; }
      .dashboard .blog .blog-slider .carousel-item h3 {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .dashboard .blog .blog-slider .carousel-item h3 {
            font-size: 14px; } }
      .dashboard .blog .blog-slider .carousel-item p {
        color: #fff;
        font-size: 14px;
        margin: 0; }
        @media (max-width: 767px) {
          .dashboard .blog .blog-slider .carousel-item p {
            font-size: 12px; } }
    .dashboard .blog .blog-slider .carousel-arrows {
      display: flex;
      align-items: center; }
      .dashboard .blog .blog-slider .carousel-arrows button {
        position: relative;
        background-color: #ada8f8;
        border-radius: 5px 0 0 5px;
        margin: 0 3px;
        padding: 3px;
        width: 35px;
        height: 35px; }
        .dashboard .blog .blog-slider .carousel-arrows button:last-child {
          border-radius: 0 5px 5px 0; }
        .dashboard .blog .blog-slider .carousel-arrows button i {
          font-size: 16px;
          color: #000; }
    .dashboard .blog a.view-btn {
      background-color: #5852b0;
      padding: 12px 30px;
      color: #ffff;
      text-transform: uppercase;
      font-size: 12px;
      border-radius: 30px;
      font-weight: 600;
      text-decoration: none; }
      @media (max-width: 991px) {
        .dashboard .blog a.view-btn {
          font-size: 10px;
          padding: 10px 20px;
          margin: 0; } }
  .dashboard .forum {
    background-color: #b46fd8;
    padding: 30px 35px;
    border-radius: 10px;
    background-image: url(../img/forum-icon-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 120px;
    height: calc(100%); }
    @media (max-width: 767px) {
      .dashboard .forum {
        padding: 25px; } }
    .dashboard .forum h2 {
      color: #fff;
      font-weight: 600;
      font-size: 62px;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .dashboard .forum h2 {
          font-size: 28px; } }
    .dashboard .forum h3 {
      color: #fff;
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .dashboard .forum h3 {
          font-size: 18px; } }
    .dashboard .forum p {
      color: #fff;
      font-size: 14px;
      margin: 0; }
      @media (max-width: 767px) {
        .dashboard .forum p {
          font-size: 12px; } }
  .dashboard .announcement {
    background-color: #f16281;
    padding: 30px 35px;
    border-radius: 10px;
    background-image: url(../img/announcement-icon-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 120px;
    height: calc(100%); }
    @media (max-width: 767px) {
      .dashboard .announcement {
        padding: 25px; } }
    .dashboard .announcement h2 {
      color: #fff;
      font-weight: 600;
      font-size: 62px;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .dashboard .announcement h2 {
          font-size: 28px; } }
    .dashboard .announcement h3 {
      color: #fff;
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .dashboard .announcement h3 {
          font-size: 18px; } }
    .dashboard .announcement p {
      color: #fff;
      font-size: 14px;
      margin: 0; }
      @media (max-width: 767px) {
        .dashboard .announcement p {
          font-size: 12px; } }
  .dashboard a {
    text-decoration: none; }

.products,
.clients,
.tech-spec,
.videos {
  padding: 60px 0 55px;
  background-color: #f4f6f8; }
  @media (max-width: 991.98px) {
    .products,
    .clients,
    .tech-spec,
    .videos {
      padding: 30px 0 25px; } }
  .products .support-box,
  .clients .support-box,
  .tech-spec .support-box,
  .videos .support-box {
    display: block;
    margin: 0 auto 0;
    padding: 35px;
    min-height: 270px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: calc(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    word-wrap: break-word;
    border: 1px #d3dde7 solid; }
    @media (min-width: 1920px) {
      .products .support-box,
      .clients .support-box,
      .tech-spec .support-box,
      .videos .support-box {
        min-height: 315px; } }
    .products .support-box:hover,
    .clients .support-box:hover,
    .tech-spec .support-box:hover,
    .videos .support-box:hover {
      -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      transform: translateY(-6px);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .products .support-box .support-icon,
    .clients .support-box .support-icon,
    .tech-spec .support-box .support-icon,
    .videos .support-box .support-icon {
      display: block;
      margin: 0 auto;
      padding: 0 img;
        padding-display: block;
        padding-margin: 0 auto; }
    .products .support-box .support-heading,
    .clients .support-box .support-heading,
    .tech-spec .support-box .support-heading,
    .videos .support-box .support-heading {
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: bold;
      color: #001b57; }
    .products .support-box a,
    .clients .support-box a,
    .tech-spec .support-box a,
    .videos .support-box a {
      color: #001b57;
      font-weight: bold;
      text-decoration: none !important; }
      .products .support-box a:hover, .products .support-box a:visited,
      .clients .support-box a:hover,
      .clients .support-box a:visited,
      .tech-spec .support-box a:hover,
      .tech-spec .support-box a:visited,
      .videos .support-box a:hover,
      .videos .support-box a:visited {
        color: #001b57;
        text-decoration: none !important; }
    .products .support-box p,
    .clients .support-box p,
    .tech-spec .support-box p,
    .videos .support-box p {
      margin-bottom: 20px; }
    .products .support-box .button,
    .clients .support-box .button,
    .tech-spec .support-box .button,
    .videos .support-box .button {
      padding: 0 25px;
      height: 47px;
      line-height: 45px;
      border-radius: 30px !important;
      font-size: 13px;
      font-weight: normal !important;
      text-transform: uppercase;
      background-color: transparent;
      color: #3b4253;
      border: 1px solid #001b57;
      transition: all ease-out .5s; }
      .products .support-box .button:hover,
      .clients .support-box .button:hover,
      .tech-spec .support-box .button:hover,
      .videos .support-box .button:hover {
        border-color: #001b57;
        background-color: #001b57;
        color: #fff; }
      @media (max-width: 767px) {
        .products .support-box .button,
        .clients .support-box .button,
        .tech-spec .support-box .button,
        .videos .support-box .button {
          float: right; } }

.clients {
  padding: 50px 0 55px !important; }
  .clients .support-icon {
    margin-bottom: 35px !important;
    margin-top: 10px !important; }
    .clients .support-icon img {
      max-width: 100%;
      height: 50px; }
  .clients .support-heading {
    margin-bottom: 10px !important; }
  .clients a {
    color: #3d76e3 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 15px; }
    .clients a:hover, .clients a:visited {
      color: #3d76e3 !important;
      text-decoration: none !important; }
  .clients p {
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #636363; }
    .clients p.amout {
      font-weight: 700 !important;
      font-size: 16px !important;
      margin-top: -10px !important; }

.common-color-warp {
  background-color: #f4f6f8;
  padding: 60px 0 30px; }
  @media (max-width: 575.98px) {
    .common-color-warp {
      padding: 30px 0; } }
  .common-color-warp .blog-box {
    display: block;
    margin: 0 auto 30px;
    box-shadow: inset 0px -200px 68px -18px rgba(0, 0, 0, 0.1);
    min-height: 260px;
    transition: all .5s;
    position: relative;
    color: #fff;
    border-radius: 5px; }
    @media (max-width: 575.98px) {
      .common-color-warp .blog-box {
        margin-bottom: 15px; } }
    .common-color-warp .blog-box .blog-post-time {
      position: absolute;
      right: 24px;
      top: 21px;
      font-size: 12px; }
    .common-color-warp .blog-box .blog-text-area {
      position: absolute; }
      .common-color-warp .blog-box .blog-text-area h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0;
        font-weight: 700; }
      .common-color-warp .blog-box .blog-text-area p {
        margin: 15px 0 25px;
        min-height: 85px;
        font-size: 14px !important; }
  .common-color-warp .blog-box:hover {
    transform: translateY(-6px);
    cursor: pointer; }
  .common-color-warp .search-key {
    width: 100%;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 17px; }
  .common-color-warp.pt-30 {
    padding-top: 30px !important; }

.tech-spec .blog-box {
  padding: 40px; }

.tech-spec a.download-btn {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px !important;
  padding: 15px 37px !important;
  border-radius: 30px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all ease-out .5s; }

.tech-spec a.download-btn:hover,
.tech-spec a.download-btn:visited {
  text-decoration: none;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.3); }

.insights .blog-box {
  padding: 0 !important; }
  .insights .blog-box .blog-text-area {
    position: absolute;
    top: 75px; }
    .insights .blog-box .blog-text-area h2 {
      font-size: 20px;
      line-height: 25px;
      margin: 0 25px;
      font-weight: 700; }
    .insights .blog-box .blog-text-area p {
      margin: 15px 25px 25px;
      min-height: 85px;
      font-size: 13px !important;
      line-height: 26px; }

.videos {
  padding: 0px 0 55px; }
  .videos h2 {
    margin: 40px 0 20px .5rem; }
    @media (max-width: 767px) {
      .videos h2 {
        text-align: center !important; } }
  .videos .support-box {
    padding: 0 !important; }
  .videos .video-list {
    background-color: #fff;
    padding: 0px !important;
    border-radius: 10px;
    margin-bottom: 30px; }
    .videos .video-list .video-info {
      padding: 30px 25px 18px; }
      .videos .video-list .video-info h5 {
        color: #3b4253;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0px 0 5px;
        font-weight: 600; }
      .videos .video-list .video-info p {
        color: #3b4253;
        font-size: 13px;
        margin: 5px 0px;
        min-height: 30px;
        word-wrap: break-word; }
    .videos .video-list .video-thumb {
      position: relative;
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 10px 10px 0px 0px; }
      .videos .video-list .video-thumb .play {
        position: absolute;
        left: 40%;
        top: 40%; }
        .videos .video-list .video-thumb .play button {
          background-color: transparent;
          border: none;
          outline: 0; }
          .videos .video-list .video-thumb .play button img {
            opacity: 0.6;
            width: 40px; }

.filter-area .sub-menu {
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 28px 0; }
  .filter-area .sub-menu .filter-section {
    padding-top: 3px; }
    @media (max-width: 575.98px) {
      .filter-area .sub-menu .filter-section {
        text-align: center; } }
    .filter-area .sub-menu .filter-section label.category {
      font-size: 15px;
      font-weight: 500;
      color: #4d4d4d; }
    .filter-area .sub-menu .filter-section select {
      border: 1px #e7eaee solid !important;
      max-width: 100% !important;
      border-radius: 30px !important;
      box-shadow: none !important;
      font-size: 13px;
      color: #4d4d4d;
      padding: 8px 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: #f4f6f8;
      background-image: url("data:image/svg+xml;utf8,<svg fill='Gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
      background-repeat: no-repeat;
      background-position-x: 97%;
      background-position-y: 4.5px;
      width: 200px;
      margin-left: 8px; }
      @media (max-width: 767.98px) {
        .filter-area .sub-menu .filter-section select {
          width: 100%; } }
      @media (max-width: 575.98px) {
        .filter-area .sub-menu .filter-section select {
          width: 100%;
          margin-left: 0;
          margin: 12px 0 0 0; } }
      @media (max-width: 991.98px) {
        .filter-area .sub-menu .filter-section select {
          min-width: 30%; } }
      .filter-area .sub-menu .filter-section select:hover, .filter-area .sub-menu .filter-section select:focus {
        outline: none !important; }
    .filter-area .sub-menu .filter-section select option {
      color: #4d4d4d;
      padding: 0 5px; }
    .filter-area .sub-menu .filter-section select::-ms-value {
      background: none; }
    .filter-area .sub-menu .filter-section select::-ms-expand {
      background-color: transparent !important;
      border: 0 !important; }
    .filter-area .sub-menu .filter-section input[type=search] {
      border: 1px #e7eaee solid !important;
      max-width: 100% !important;
      border-radius: 30px !important;
      box-shadow: none !important;
      min-width: 300px;
      font-size: 13px;
      padding: 8px 15px 8px 15px;
      background-color: #f4f6f8;
      color: #4d4d4d;
      font-weight: normal;
      margin: 0 0 0 8px; }
      @media (max-width: 767.98px) {
        .filter-area .sub-menu .filter-section input[type=search] {
          min-width: 90%;
          margin-left: 15px; } }
      @media (max-width: 991.98px) {
        .filter-area .sub-menu .filter-section input[type=search] {
          min-width: 49%; } }
      @media (max-width: 575.98px) {
        .filter-area .sub-menu .filter-section input[type=search] {
          width: 100%;
          margin: 12px 0 0 0; } }
      @media (min-width: 992px) and (max-width: 1334px) {
        .filter-area .sub-menu .filter-section input[type=search] {
          min-width: 50%; } }
      .filter-area .sub-menu .filter-section input[type=search]:hover, .filter-area .sub-menu .filter-section input[type=search]:focus {
        outline: none !important; }
    .filter-area .sub-menu .filter-section button {
      padding: 0 20px;
      height: 37px;
      line-height: 35px;
      border-radius: 30px !important;
      font-size: 13px;
      font-weight: normal !important;
      text-transform: uppercase;
      background-color: transparent;
      color: #3b4253;
      margin-left: 8px;
      border: 1px #b1b7c5 solid;
      transition: all ease-out .5s; }
      .filter-area .sub-menu .filter-section button:hover {
        border-color: #b1b7c5;
        background-color: #b1b7c5;
        color: #fff; }
      @media (max-width: 575.98px) {
        .filter-area .sub-menu .filter-section button {
          margin: 15px auto 0; } }
    .filter-area .sub-menu .filter-section label {
      margin: 0 !important; }
      @media (max-width: 767.98px) {
        .filter-area .sub-menu .filter-section label {
          width: 70%; } }
      @media (max-width: 575.98px) {
        .filter-area .sub-menu .filter-section label {
          width: 100%;
          float: left; } }
      @media (max-width: 991.98px) {
        .filter-area .sub-menu .filter-section label.insights-lbl {
          width: 100%;
          display: inline; } }
      @media (min-width: 992px) and (max-width: 1334px) {
        .filter-area .sub-menu .filter-section label.insights-lbl {
          width: 100%; } }
    .filter-area .sub-menu .filter-section .search-form {
      margin-top: -1px; }
      @media (max-width: 767.98px) {
        .filter-area .sub-menu .filter-section .search-form {
          width: 55%; } }
      @media (max-width: 575.98px) {
        .filter-area .sub-menu .filter-section .search-form {
          width: 100%; } }
      @media (max-width: 575.98px) {
        .filter-area .sub-menu .filter-section .search-form.d-flex {
          display: block !important; } }

footer {
  background-color: #fff;
  border-top: 1px solid #dddfe0;
  padding: 20px; }
  footer p {
    color: #9a9a9a;
    margin: 0;
    font-size: 12px; }
    @media (max-width: 991px) {
      footer p {
        text-align: center; } }
  footer .footer-link-group {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      footer .footer-link-group {
        display: block; } }
    footer .footer-link-group ul.footer-links {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; }
      footer .footer-link-group ul.footer-links li {
        border-right: 1px solid #d7d7d7;
        padding: 0 15px;
        line-height: 10px; }
        footer .footer-link-group ul.footer-links li:last-child {
          border: none; }
        footer .footer-link-group ul.footer-links li a {
          color: #9a9a9a;
          text-decoration: none;
          font-size: 12px;
          font-weight: 500; }
      @media (max-width: 991px) {
        footer .footer-link-group ul.footer-links {
          display: table;
          margin: 0 auto; }
          footer .footer-link-group ul.footer-links p {
            text-align: center; }
          footer .footer-link-group ul.footer-links li {
            border: none;
            margin: 10px 0;
            text-align: center; } }
    footer .footer-link-group .social-icons {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center; }
      footer .footer-link-group .social-icons li {
        margin-left: 20px; }
        footer .footer-link-group .social-icons li a {
          color: #989898;
          font-size: 20px;
          text-decoration: none; }
      @media (max-width: 991px) {
        footer .footer-link-group .social-icons {
          display: table;
          margin: 0 auto; }
          footer .footer-link-group .social-icons p {
            text-align: center; }
          footer .footer-link-group .social-icons li {
            border: none;
            margin: 10px;
            float: left; } }

.container-fluid {
  width: 95%;
  max-width: 1600px; }

body {
  font-family: "niveau-grotesk", sans-serif; }

header {
  height: 60px;
  background-color: #fff; }

.particle_bg {
  min-height: calc(100vh - 60px);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .particle_bg .curve01 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: calc(60vh - 90px); }
  .particle_bg .curve02 {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 1;
    height: calc(30vh - 90px); }
  .particle_bg .curve03 {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    height: calc(50vh - 90px); }
  .particle_bg .glow {
    position: absolute;
    left: calc(10vw - 90px);
    bottom: 0px;
    z-index: 1;
    height: calc(100vh - 5px); }
  .particle_bg .content {
    position: relative;
    z-index: 99;
    bottom: 100px;
    max-width: calc(100vw - 200px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 100px; }
    @media (max-width: 1199px) {
      .particle_bg .content {
        display: block; } }
    @media (max-width: 991px) {
      .particle_bg .content {
        max-width: 100%;
        bottom: 0; } }
    .particle_bg .content .nova_item {
      display: flex;
      gap: 20px;
      align-items: center; }
      @media (max-width: 1199px) {
        .particle_bg .content .nova_item {
          justify-content: center; } }
      .particle_bg .content .nova_item h1 {
        font-size: 80px;
        line-height: 80px; }
        .particle_bg .content .nova_item h1 strong {
          letter-spacing: 2px;
          font-weight: 700; }
        @media (max-width: 767px) {
          .particle_bg .content .nova_item h1 {
            font-size: 40px;
            line-height: normal; } }
    .particle_bg .content .box_tiles {
      display: flex;
      gap: 30px; }
      @media (max-width: 767px) {
        .particle_bg .content .box_tiles {
          display: block; } }
      .particle_bg .content .box_tiles .box_tile {
        padding: 30px;
        border-radius: 40px;
        color: #fff;
        text-align: center;
        flex: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        min-height: 350px;
        justify-content: center;
        width: 300px;
        position: relative; }
        .particle_bg .content .box_tiles .box_tile a {
          position: absolute;
          top: 0;
          height: 100%;
          width: 100%;
          left: 0; }
        @media (max-width: 991px) {
          .particle_bg .content .box_tiles .box_tile {
            min-height: 200px;
            margin: 20px 0;
            padding: 25px; } }
        .particle_bg .content .box_tiles .box_tile img {
          height: 60px;
          margin-bottom: 10px;
          transition: all 0.5s ease; }
        .particle_bg .content .box_tiles .box_tile:nth-child(2n - 1) {
          background: linear-gradient(139deg, #88E7FC 0%, #05B7DD 100%); }
        .particle_bg .content .box_tiles .box_tile:nth-child(2n - 2) {
          background: linear-gradient(139deg, #327AF2 0%, #064DC2 100%); }
        .particle_bg .content .box_tiles .box_tile h3 {
          font-size: 28px;
          font-weight: 600;
          letter-spacing: 2px; }
        .particle_bg .content .box_tiles .box_tile p {
          margin: 0;
          min-height: 80px;
          font-weight: 400;
          font-size: 16px;
          letter-spacing: 0.8px;
          line-height: 20px; }
        .particle_bg .content .box_tiles .box_tile:hover img {
          height: 80px; }

.nova_icon {
  width: 180px;
  height: 200px;
  position: relative; }
  @media (max-width: 991px) {
    .nova_icon {
      font-size: 20px; } }
  .nova_icon .nova_bot {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    animation: jumping 1.8s ease-in-out infinite; }
    .nova_icon .nova_bot .nova_body {
      height: 150px; }
    .nova_icon .nova_bot .nova-left,
    .nova_icon .nova_bot .nova-right {
      height: 30px;
      position: relative;
      top: 25px;
      margin: 0 -10px; }
    .nova_icon .nova_bot .nova-left {
      animation: handsleft 1.8s ease infinite; }
    .nova_icon .nova_bot .nova-right {
      animation: handsright 1.8s ease infinite; }
  .nova_icon .shadow {
    width: 80px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: shadow 1.8s ease infinite; }

@keyframes jumping {
  0% {
    transform: translateY(0); }
  60% {
    transform: translateY(-15px); } }

@keyframes shadow {
  0% {
    width: 80px; }
  60% {
    width: 120px;
    background-color: rgba(0, 0, 0, 0.05); } }

@keyframes handsleft {
  0%, 100% {
    transform: rotate(0); }
  60% {
    transform: rotate(30deg); } }

@keyframes handsright {
  0%, 100% {
    transform: rotate(0); }
  60% {
    transform: rotate(-30deg); } }

.password-section {
  position: relative; }
  .password-section i {
    cursor: pointer;
    position: absolute;
    top: 37%;
    right: 4%; }
.login-btn {
    background-color: #2f70b1;
    padding: 10px 30px;
    color: #ffff;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 30px;
    margin-left: 10px;
    font-weight: 600;
    text-decoration: none;
    border: none;
}

    .login-btn:hover {
        color: #ffffff;
    }

.login_error {
    font-size: 12px;
    margin-left: 10px;
    color: #ff0000;
    position: relative;
    top: -10px;
}
/*       Forum*/
.forum-title {
    padding: 60px 0 0;
    background-color: #f4f6f8;
    font-family: 'Roboto', sans-serif;
}

    .forum-title h1 {
        color: #001b57;
        font-size: 30px;
    }

    .forum-title a {
        color: #001b57;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 14px;
    }

        .forum-title a.blue {
            color: #4d97f2 !important;
        }

    .forum-title span {
        color: #4d97f2 !important;
        font-size: 14px;
    }

    .forum-title .right-controls {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

@media (max-width: 575.98px) {
    .forum-title .right-controls {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

.forum-title .right-controls .btn {
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    height: 45px;
    min-width: 115px;
    padding-left: 20px;
    padding-right: 20px;
}

    .forum-title .right-controls .btn.green {
        background-color: #36d0a2 !important;
        color: #fff !important;
    }

.forum-title .right-controls .search-fld {
    border: 1px #e7eaee solid;
    border-radius: 5px;
    background-color: #fff;
    height: 45px;
}

@media (max-width: 575.98px) {
    .forum-title .right-controls .ml-mob {
        margin-left: 12px;
    }
}

.forum-box {
    padding: 20px 0 55px;
    font-family: 'Roboto', sans-serif;
}

    .forum-box a {
        text-decoration: none !important;
        cursor: pointer;
    }

    .forum-box .support-box {
        font-family: 'Roboto', sans-serif;
        display: block;
        margin: 0 auto 0;
        padding: 27px;
        min-height: 50px;
        background: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        height: calc(100%);
        -webkit-transition: all .5s;
        transition: all .5s;
        position: relative;
        word-wrap: break-word;
        border: 0;
    }

        .forum-box .support-box span {
            width: 45px;
            height: 45px;
            color: #fff;
            text-align: center;
            line-height: 45px;
            font-size: 21px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .forum-box .support-box h2 {
            font-size: 21px;
            color: #4d97f2;
            margin: 7px 0 12px 5px;
            font-family: 'Roboto', sans-serif;
        }

        .forum-box .support-box p {
            color: #838c99;
            font-size: 14px;
            font-weight: 400;
            margin-left: 5px;
            margin-bottom: 7px;
        }

            .forum-box .support-box p i {
                margin-right: 5px;
            }

            .forum-box .support-box p:last-child {
                color: #aab0b5;
            }

                .forum-box .support-box p:last-child i {
                    margin: 0 4px 0;
                }

    .forum-box .f-text {
        padding: 18px;
        font-size: 13px;
        font-weight: 500;
    }

    .forum-box .plain-text {
        font-weight: 500;
        font-size: 15px;
    }

    .forum-box .forum-details {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        border-bottom: #e5e7e9 1px solid;
        padding: 0 27px 20px;
        margin-bottom: 25px !important;
    }

        .forum-box .forum-details:last-child {
            margin-bottom: 0 !important;
            border-bottom: 0 !important;
        }

        .forum-box .forum-details .author {
            font-weight: 500;
            font-size: 15px;
            margin-left: 5px;
            color: #59647d;
        }

@media (max-width: 575.98px) {
    .forum-box .forum-details .author {
        margin-bottom: 10px;
    }
}

.forum-box .forum-details .time,
.forum-box .forum-details .reply {
    font-size: 15px;
    font-weight: 500;
    color: #686078 !important;
    margin: 0 !important;
    text-align: center;
}

@media (max-width: 575.98px) {
    .forum-box .forum-details .time,
    .forum-box .forum-details .reply {
        text-align: left !important;
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .forum-box .forum-details .reply::before {
        border-left: 1px #e5e7e9 solid;
        content: "";
        margin-right: 8px;
    }
}

.forum-box .post-details {
    background-color: #f8fafb !important;
    border: 1px #e5e8ec solid !important;
}

    .forum-box .post-details .top-links {
        border-bottom: 1px #dce1e8 solid;
        padding: 0 0 15px;
    }

        .forum-box .post-details .top-links .post-time {
            color: #686078;
            font-weight: 500;
            font-size: 15px;
        }

        .forum-box .post-details .top-links .right-link {
            color: #686078;
            font-weight: 500;
            font-size: 12px;
            line-height: 18px;
        }

            .forum-box .post-details .top-links .right-link label {
                margin: 0 8px;
            }

            .forum-box .post-details .top-links .right-link a {
                color: #686078;
                margin-top: 2px;
            }

    .forum-box .post-details .read-post {
        padding: 15px 0;
    }

        .forum-box .post-details .read-post .post-title {
            font-size: 20px;
            color: #4d97f2;
            font-weight: 600;
        }

        .forum-box .post-details .read-post p {
            padding: 0;
            margin: 10px 0 15px;
            color: #59647d;
            font-size: 15px;
            text-align: left;
        }

.forum-box .comments,
.forum-box .comments-reply {
    padding-bottom: 20px !important;
}

@media (max-width: 575.98px) {
    .forum-box .comments,
    .forum-box .comments-reply {
        padding-bottom: 0 !important;
    }
}

.forum-box .comments .support-box,
.forum-box .comments-reply .support-box {
    height: auto !important;
    margin-bottom: 15px !important;
    position: relative;
}

    .forum-box .comments .support-box .avatar,
    .forum-box .comments-reply .support-box .avatar {
        position: absolute;
        width: 45px;
        height: 45px;
        color: #fff;
        text-align: center;
        line-height: 45px;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .forum-box .comments .support-box .cmt-text,
    .forum-box .comments-reply .support-box .cmt-text {
        padding-left: 55px;
    }

.forum-box .comments h2,
.forum-box .comments-reply h2 {
    color: #001b57;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 575.98px) {
    .forum-box .comments h2,
    .forum-box .comments-reply h2 {
        text-align: center;
    }
}

.forum-box .comments .author,
.forum-box .comments-reply .author {
    font-weight: 600;
    font-size: 15px;
    margin: 5px 0 0 5px;
    color: #686078;
}

    .forum-box .comments .author .df-color,
    .forum-box .comments-reply .author .df-color {
        color: #9a9da4 !important;
        font-size: 12px;
        margin-left: 15px;
    }

.forum-box .comments p,
.forum-box .comments-reply p {
    color: #59647d !important;
    font-size: 15px;
    margin: 5px 0 10px 5px;
}

.forum-box .comments .comment-view,
.forum-box .comments-reply .comment-view {
    padding-bottom: 30px !important;
    border-bottom: 1px #c3cfda solid;
}

.forum-box .comments-reply {
    padding-bottom: 90px;
}

    .forum-box .comments-reply textarea {
        border-radius: 8px;
        border: 1px #dce1e8 solid;
        padding: 15px;
    }

    .forum-box .comments-reply .btn-cancel,
    .forum-box .comments-reply .btn-submit {
        color: #46b0ef;
        background-color: transparent;
        border: 1px solid #46b0ef;
        font-size: 15px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 12px 20px;
        width: 160px;
        border-radius: 30px;
        margin-left: 12px;
    }

@media (max-width: 575.98px) {
    .forum-box .comments-reply .btn-cancel,
    .forum-box .comments-reply .btn-submit {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
}

.forum-box .comments-reply .btn-submit {
    color: #fff !important;
    background-color: #36d0a2 !important;
    border: 1px solid #36d0a2 !important;
}

.new-topic .modal-content {
    font-family: 'Roboto', sans-serif;
    background-color: #f6f9fb !important;
    border: 0 !important;
    border-radius: 10px;
    padding: 30px;
}

    .new-topic .modal-content .modal-header {
        padding: 10px 0 15px;
    }

        .new-topic .modal-content .modal-header .modal-title {
            font-size: 20px;
            color: #001b57;
        }

        .new-topic .modal-content .modal-header .close {
            font-size: 24px;
            color: #9a9da4;
            cursor: pointer;
        }

    .new-topic .modal-content .modal-body {
        padding: 25px 0;
    }

        .new-topic .modal-content .modal-body .ctrl-label {
            font-size: 14px;
            font-weight: 500;
            color: #001b57;
        }

            .new-topic .modal-content .modal-body .ctrl-label .df-color {
                color: #9a9da4 !important;
            }

        .new-topic .modal-content .modal-body .ctrl .form-control {
            height: 45px;
            border-radius: 8px;
            border: 1px #dce1e8 solid;
            background-color: #fff;
            margin: 10px 0;
        }

        .new-topic .modal-content .modal-body .form-check label {
            font-size: 14px;
            font-weight: 500;
            color: #001b57;
        }

    .new-topic .modal-content .modal-footer {
        border: 0 !important;
    }

@media (max-width: 575.98px) {
    .new-topic .modal-content .modal-footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
    }
}

.new-topic .modal-content .modal-footer .btn-cancel,
.new-topic .modal-content .modal-footer .btn-submit {
    color: #46b0ef;
    background-color: transparent;
    border: 1px solid #46b0ef;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 20px;
    width: 160px;
    border-radius: 30px;
    margin-left: 12px;
}

@media (max-width: 575.98px) {
    .new-topic .modal-content .modal-footer .btn-cancel,
    .new-topic .modal-content .modal-footer .btn-submit {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
}

.new-topic .modal-content .modal-footer .btn-submit {
    color: #fff !important;
    background-color: #36d0a2 !important;
    border: 1px solid #36d0a2 !important;
}
.login_page-validate .inner-validate p {
    font-family: "NiveauGrotesk";
    font-size: 12px;
    font-weight: 400;
    color: #32363D !important;
    margin: 0;
}

.login_page-validate .inner-validate {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}

.login_page-validate {
    background-color: #F6F6F6 !important;
    border-radius: 6px !important;
    padding: 16px !important;
}

    .login_page-validate .inner-validate i {
        font-size: 12px;
        color: #EB315E !important;
    }

.cstm_delmodal {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 50px;
    text-align: right;
    width: 550px;
    margin: 0 auto;
    position: relative;
}

.cstm_modal-cnt {
    text-align: center;
}

.cstm_delmodal i.fas.fa-exclamation {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #EB315E;
    border-radius: 100%;
    margin-bottom: 10px;
}

.cstm_modal-cnt p {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 18px;
    color: #3C4250;
}

.cstm_delmodal button {
    background: linear-gradient(180deg, #FCFDFF 1.56%, #EFF2F5 100%);
    font-family: "NiveauGrotesk";
    font-size: 14px;
    font-weight: 700;
    color: #2C3750;
    width: 70px;
    height: 40px;
    border: 1px solid #D1D8E3;
    border-radius: 4px;
    margin-top: 15px;
}

.cstm_delmodal a {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #3C4250;
    cursor: pointer;
}
main.layout:has(.cstm_delmodal) {
    display: flex;
    align-items: center;
    justify-content: center;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.login-wrapper {
    font-family: "Roboto", sans-serif;
    background-color: #e4ecf6;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.login-box {
    background-color: #fff;
    border-radius: 6px;
    padding: 3rem;
    box-shadow: 0px 8px 16px 0px #959DA51A;
    width: 100%;
    max-width: 450px;
    margin: 2rem;
}

.logo {
    text-align: center;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: .8rem;
}

form input {
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #888a8f;
    font-weight: 500;
    margin-bottom: .2rem;
    background: #E8F0FE;
}

form .form-group.error input {
    border: 1px solid #EB315E;
}

form input::placeholder {
    color: #888a8f;
}

.error-message {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #EB315E;
    font-weight: 500;
}

.captcha-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.captcha {
    width: 111px;
    height: 40px;
}

.refresh-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.captcha-box input {
    flex: 1;
    margin-bottom: 0;
}

.password-error-box {
    gap: 5px;
    display: flex;
    background-color: #F6F6F6;
    width: 100%;
    padding: 1rem .5rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    place-items: center;
}

    .password-error-box p {
        font-size: 11.5px;
        font-weight: 400;
        flex: 1;
        margin-bottom:0;
    }

.sign-in {
   width: 100%;
    padding: 0.75rem;
    border: #42DBFF 1px solid;
    background: #ffffff;
    border-radius: 50px;
    color: #42DBFF;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
}

   
.links {
    margin-top: 1rem;
    text-align: center;
}

    .links a {
        color: #42DBFF;
        padding: 0 0.6rem;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
    }

        .links a:first-child {
            border-right: 1px solid #42DBFF;
        }

/* Responsive */
@media only screen and (max-width: 414px) {
    .captcha-box {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .captcha {
        width: 100%;
        flex: 1;
    }

    .refresh-btn {
        flex-shrink: 0;
    }

    .captcha-box input {
        flex-basis: 100%;
    }

    .links {
        display: flex;
        flex-direction: column;
    }

        .links a:first-child {
            border-right: 0px;
        }

    .password-error-box {
        padding: 1rem .3rem;
    }
}

@media only screen and (max-width: 500px) {
    .login-box {
        width: 100%;
        max-width: unset;
        padding: 2rem;
    }
}
 input:-webkit-autofill {
     -webkit-box-shadow: 0 0 0px 1000px white inset !important;
     box-shadow: 0 0 0px 1000px white inset !important;
     -webkit-text-fill-color: #000 !important;
     transition: background-color 5000s ease-in-out 0s;
 }

 .loginFormFields{
     font-size: 13px;
     font-weight: 500;
 }

 .captchaValue{
     width:100%;
 }