/*!
 * Bootstrap v5.3.3 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.form-control.is-invalid {
  background: #F0142F;
  color: #fff !important;
  border-radius: 10px; }
  .form-control.is-invalid:focus, .form-control.is-invalid:focus-visible {
    background: #F0142F;
    color: #fff !important;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.form-control.is-invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control.is-invalid::-webkit-input-placeholder {
  color: #fff; }

.form-control.is-invalid::-moz-placeholder {
  color: #fff; }

.form-control.is-invalid:-ms-input-placeholder {
  color: #fff; }

.form-control.is-invalid::-ms-input-placeholder {
  color: #fff; }

.form-control.is-invalid::placeholder {
  color: #fff; }

.form-control.is-valid {
  background: #28A745;
  color: #fff !important;
  border-radius: 10px; }
  .form-control.is-valid:focus, .form-control.is-valid:focus-visible {
    background: #28A745;
    color: #fff !important;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.form-control.is-valid::-webkit-input-placeholder {
  color: #fff; }

.form-control.is-valid::-moz-placeholder {
  color: #fff; }

.form-control.is-valid:-ms-input-placeholder {
  color: #fff; }

.form-control.is-valid::-ms-input-placeholder {
  color: #fff; }

.form-control.is-valid::placeholder {
  color: #fff; }

.form-control.is-valid__alert {
  background: #28A74540;
  border: 1px solid #28A745;
  color: #28A745 !important;
  border-radius: 10px; }
  .form-control.is-valid__alert:focus, .form-control.is-valid__alert:focus-visible {
    background: #28A74540;
    border: 1px solid #28A745;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.form-control.is-valid__alert::-webkit-input-placeholder {
  color: #28A745; }

.form-control.is-valid__alert::-moz-placeholder {
  color: #28A745; }

.form-control.is-valid__alert:-ms-input-placeholder {
  color: #28A745; }

.form-control.is-valid__alert::-ms-input-placeholder {
  color: #28A745; }

.form-control.is-valid__alert::placeholder {
  color: #28A745; }

.form-control.is-invalid__alert {
  background: #F0142F40;
  border: 1px solid #F0142F;
  color: #F0142F !important;
  border-radius: 10px; }
  .form-control.is-invalid__alert:focus, .form-control.is-invalid__alert:focus-visible {
    background: #F0142F40;
    border: 1px solid #F0142F;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.form-control.is-invalid__alert::-webkit-input-placeholder {
  color: #F0142F; }

.form-control.is-invalid__alert::-moz-placeholder {
  color: #F0142F; }

.form-control.is-invalid__alert:-ms-input-placeholder {
  color: #F0142F; }

.form-control.is-invalid__alert::-ms-input-placeholder {
  color: #F0142F; }

.form-control.is-invalid__alert::placeholder {
  color: #F0142F; }

tr {
  border-radius: 10px; }

:root {
  --bs-blue: #0052CC;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #FF7452;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #FFAB00;
  --bs-green: #28A745;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0052CC;
  --bs-secondary: #6c757d;
  --bs-success: #28A745;
  --bs-info: #0dcaf0;
  --bs-warning: #FFAB00;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1 {
  font-size: 36px;
  color: #131523;
  margin: 0; }

h2, .h2 {
  font-size: 30px;
  color: #131523;
  margin: 0; }

h3, .h3 {
  font-size: 28px;
  color: #131523;
  margin: 0; }

h4, .h4 {
  font-size: 24px;
  margin: 0;
  color: #131523; }

h5, .h5 {
  font-size: 16px;
  margin: 0;
  color: #131523; }

h6, .h6 {
  font-size: 12px;
  color: #131523;
  margin: 0; }

h7 {
  font-size: 10px;
  color: #131523;
  margin: 0; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #0052CC;
  text-decoration: underline; }
  a:hover {
    color: #0042a3; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #FF7452;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border: 1px solid #f4f5f7;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::-webkit-file-upload-button {
  font: inherit; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.f-size22 {
  font-size: 22px; }

.p-heading {
  font-size: 24px;
  color: #707070; }

.link {
  color: #0052CC;
  font-size: 22px; }

.fs-7 {
  font-size: 0.85rem; }

.msg-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 1px 4px #00000029;
          box-shadow: 0px 1px 4px #00000029;
  border-radius: 10px;
  width: 380px; }
  @media (max-width: 991px) {
    .msg-main {
      width: 273px; } }
  @media (max-width: 767px) {
    .msg-main {
      width: 100%; } }
  .msg-main .text-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .msg-main .text-head p {
    color: #000;
    font-size: 14px;
    margin: 0;
    padding-left: 17px; }
  .msg-main .msg p {
    color: #707070;
    font-size: 14px; }
  .msg-main .msg-text {
    margin: 0;
    padding-left: 40px;
    padding-top: 8px;
    color: #707070;
    font-size: 14px; }
  .msg-main a {
    color: #0052CC;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    margin-left: 39px; }
  .msg-main .close:hover {
    cursor: pointer;
    color: #0052CC; }
  .msg-main .user-bg {
    border-radius: 6px;
    width: 24px;
    background: #28A745;
    height: 24px;
    position: relative; }
    .msg-main .user-bg .icon {
      position: absolute;
      height: 9px;
      top: 8px;
      left: 6px; }
      @media (max-width: 991px) {
        .msg-main .user-bg .icon {
          left: 3px; } }
      @media (max-width: 767px) {
        .msg-main .user-bg .icon {
          left: 6px; } }

.text-blue {
  color: #0052CC; }

.text-white {
  color: #fff; }

.text-liglt-gray {
  color: #F4F5F7; }

.text-gray {
  color: #707070; }

.text-black {
  color: #000; }

.text-pink {
  color: #FF7452; }

.text-light-blue {
  color: #2684FF; }

.text-green {
  color: #28A745; }

.text-yellow {
  color: #FFAB00; }

.float-right {
  float: right; }

.mr-10 {
  margin-right: 10px; }

.ml-10 {
  margin-left: 10px; }

.pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F4F5F7;
  /* border: 2px solid; */
  border-radius: 10px; }
  .pagination-numbers a {
    border: none;
    cursor: pointer; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
            box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-bg thead tr {
  border-radius: 10px !important;
  background: #F5F6FA; }

.table-bg .b-none {
  border-radius: 10px;
  border: none;
  border-style: hidden; }

.table-bg td .action {
  cursor: pointer; }

.table-last .table-bg {
  -webkit-box-shadow: none;
          box-shadow: none; }

.table-primary {
  --bs-table-bg: #ccdcf5;
  --bs-table-striped-bg: #c2d1e9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8c6dd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdcce3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8c6dd; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg: #d4edda;
  --bs-table-striped-bg: #c9e1cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bfd5c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4dbca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bfd5c4; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg: #ffeecc;
  --bs-table-striped-bg: #f2e2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d6b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecdcbd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6d6b8; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-label__name,
.form-label__email {
  color: #292929;
  font-size: 14px; }

.form-label__selector {
  color: #707070;
  font-size: 16px;
  font-weight: 600; }

.form-label__disable {
  color: #707070;
  font-size: 14px; }

.form-label__error {
  color: #171725;
  font-weight: 600; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #80a9e6;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; }
      .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px)); }

textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px)); }

textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px)); }

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }

.form-control__input {
  border: 1px solid #9b9d9e;
  border-radius: 10px;
  font-size: 14px;
  padding: 12px 10px 12px 15px; }
  .form-control__input:focus, .form-control__input:focus-visible {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      -webkit-transition: none;
      transition: none; } }
  .form-select:focus {
    border-color: #80a9e6;
    outline: 0; }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.form-select__select {
  width: 350px;
  border: 1px solid #9b9d9e;
  border-radius: 10px;
  font-size: 14px;
  padding: 12px 10px 12px 15px; }
  .form-select__select:focus, .form-select__select:focus-visible {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  @media (max-width: 991px) {
    .form-select__select {
      width: 273px; } }
  @media (max-width: 767px) {
    .form-select__select {
      width: 100%; } }

.selects {
  border: 1px solid #9b9d9e;
  border-radius: 10px;
  font-size: 12px;
  padding: 14px 10px 14px 15px; }
  .selects:focus, .selects:focus-visible {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #80a9e6;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.25); }
  .form-check-input:checked {
    background-color: #0052CC;
    border-color: #0052CC; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0052CC;
    border-color: #0052CC;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380a9e6'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 82, 204, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 82, 204, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 82, 204, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0052CC;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b3cbf0; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0052CC;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b3cbf0; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        -webkit-transition: none;
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::-webkit-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control:-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:not(:-moz-placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:not(:-ms-input-placeholder) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28A745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28A745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328A745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #28A745; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328A745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #28A745;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #28A745; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #28A745; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28A745; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  background-image: none; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 10px; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0; }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-cancel {
  background: transparent;
  color: #0052CC;
  border: 1px solid #0052CC;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-cancel:hover {
    background: #0052cc1a;
    color: #0052cc; }
  .btn-cancel:focus, .btn-cancel:focus-visible {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-primary {
  color: #fff;
  background-color: #0052CC;
  border-color: #0052CC;
  border-radius: 10px; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0046ad;
    border-color: #0042a3; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0046ad; }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #0042a3;
    border-color: #003e99; }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0052CC;
    border-color: #0052CC; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 10px; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a; }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.btn-success {
  color: #000;
  background-color: #28A745;
  border-color: #28A745;
  border-radius: 10px; }
  .btn-success:hover {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #48b461; }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active {
    color: #000;
    background-color: #53b96a;
    border-color: #3eb058; }
  .btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #28A745;
    border-color: #28A745; }

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  border-radius: 10px; }
  .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2; }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #FFAB00;
  border-color: #FFAB00;
  border-radius: 10px; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffb826;
    border-color: #ffb31a; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffb826; }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active {
    color: #000;
    background-color: #ffbc33;
    border-color: #ffb31a; }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #FFAB00;
    border-color: #FFAB00; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  border-radius: 10px; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b; }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  border-radius: 10px; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb; }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  border-radius: 10px; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23; }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f; }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }

.btn-outline-primary {
  color: #0052CC;
  border-color: #0052CC; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0052CC;
    border-color: #0052CC; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0052CC;
    border-color: #0052CC; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0052CC;
    background-color: transparent; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-success {
  color: #28A745;
  border-color: #28A745; }
  .btn-outline-success:hover {
    color: #000;
    background-color: #28A745;
    border-color: #28A745; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #28A745;
    border-color: #28A745; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #28A745;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }

.btn-outline-warning {
  color: #FFAB00;
  border-color: #FFAB00; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #FFAB00;
    border-color: #FFAB00; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 171, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 171, 0, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #FFAB00;
    border-color: #FFAB00; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 171, 0, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(255, 171, 0, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #FFAB00;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #0052CC;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0042a3; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 12px 27px; }

.btn-md {
  padding: 11px 60px; }

.all-btn-padding {
  padding: 14px 0 14px 0;
  font-size: 14px; }
  @media (max-width: 991px) {
    .all-btn-padding {
      width: 273px; } }
  @media (max-width: 767px) {
    .all-btn-padding {
      width: 100%; } }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0052CC; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #0052CC; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0052CC;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      -webkit-transition: none;
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #0042a3; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0052CC; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 3.5rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      -webkit-transition: none;
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
            box-shadow: 0 0 0 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible;
      margin-right: auto; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible;
      margin-right: auto; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible;
      margin-right: auto; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible;
      margin-right: auto; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible;
      margin-right: auto; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible;
    margin-right: auto; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1rem; }

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-group > .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #0052CC;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      -webkit-transition: none;
      transition: none; } }
  .page-link:hover {
    color: #000000; }
  .page-link:hover {
    z-index: 2;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #0042a3;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0052CC;
  border-color: #0052CC; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }

.page-link {
  padding: 0.375rem 0.75rem; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.page-link {
  width: 36px;
  height: 36px;
  position: relative;
  background: #F4F5F7;
  color: #000000;
  font-size: 14px;
  font-family: 'Poppins', SemiBold;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer; }
  .page-link i {
    position: absolute;
    font-size: 27px;
    font-weight: 600;
    top: 8%;
    left: 39%; }

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #00317a;
  background-color: #ccdcf5;
  border-color: #b3cbf0; }
  .alert-primary .alert-link {
    color: #002762; }

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }
  .alert-secondary .alert-link {
    color: #34383c; }

.alert-success {
  color: #186429;
  background-color: #d4edda;
  border-color: #bfe5c7; }
  .alert-success .alert-link {
    color: #135021; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  color: #664400;
  background-color: #ffeecc;
  border-color: #ffe6b3; }
  .alert-warning .alert-link {
    color: #523600; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0052CC;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      -webkit-transition: none;
      transition: none; } }

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.offcanvas.show {
  -webkit-transform: none;
          transform: none; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0052CC;
    border-color: #0052CC; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #00317a;
  background-color: #ccdcf5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00317a;
    background-color: #b8c6dd; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00317a;
    border-color: #00317a; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b; }

.list-group-item-success {
  color: #186429;
  background-color: #d4edda; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #186429;
    background-color: #bfd5c4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #186429;
    border-color: #186429; }

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160; }

.list-group-item-warning {
  color: #664400;
  background-color: #ffeecc; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664400;
    background-color: #e6d6b8; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664400;
    border-color: #664400; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%); }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 992px) {
  .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto; } }

@media (max-width: 860px) {
  .modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto; } }

@media (max-width: 767px) {
  .modal-dialog {
    max-width: 520px;
    margin: 1.75rem auto; } }

@media (max-width: 610px) {
  .modal-dialog {
    margin: 0.5rem; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff; }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff; }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

tr {
  border-radius: 10px; }

.form-control.is-invalid {
  background: #F0142F;
  color: #fff !important;
  border-radius: 10px; }
  .form-control.is-invalid:focus, .form-control.is-invalid:focus-visible {
    background: #F0142F;
    color: #fff !important;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.form-control.is-invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control.is-invalid::-webkit-input-placeholder {
  color: #fff; }

.form-control.is-invalid::-moz-placeholder {
  color: #fff; }

.form-control.is-invalid:-ms-input-placeholder {
  color: #fff; }

.form-control.is-invalid::-ms-input-placeholder {
  color: #fff; }

.form-control.is-invalid::placeholder {
  color: #fff; }

.form-control.is-valid {
  background: #28A745;
  color: #fff !important;
  border-radius: 10px; }
  .form-control.is-valid:focus, .form-control.is-valid:focus-visible {
    background: #28A745;
    color: #fff !important;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.form-control.is-valid::-webkit-input-placeholder {
  color: #fff; }

.form-control.is-valid::-moz-placeholder {
  color: #fff; }

.form-control.is-valid:-ms-input-placeholder {
  color: #fff; }

.form-control.is-valid::-ms-input-placeholder {
  color: #fff; }

.form-control.is-valid::placeholder {
  color: #fff; }

.form-control.is-valid__alert {
  background: #28A74540;
  border: 1px solid #28A745;
  color: #28A745 !important;
  border-radius: 10px; }
  .form-control.is-valid__alert:focus, .form-control.is-valid__alert:focus-visible {
    background: #28A74540;
    border: 1px solid #28A745;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.form-control.is-valid__alert::-webkit-input-placeholder {
  color: #28A745; }

.form-control.is-valid__alert::-moz-placeholder {
  color: #28A745; }

.form-control.is-valid__alert:-ms-input-placeholder {
  color: #28A745; }

.form-control.is-valid__alert::-ms-input-placeholder {
  color: #28A745; }

.form-control.is-valid__alert::placeholder {
  color: #28A745; }

.form-control.is-invalid__alert {
  background: #F0142F40;
  border: 1px solid #F0142F;
  color: #F0142F !important;
  border-radius: 10px; }
  .form-control.is-invalid__alert:focus, .form-control.is-invalid__alert:focus-visible {
    background: #F0142F40;
    border: 1px solid #F0142F;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.form-control.is-invalid__alert::-webkit-input-placeholder {
  color: #F0142F; }

.form-control.is-invalid__alert::-moz-placeholder {
  color: #F0142F; }

.form-control.is-invalid__alert:-ms-input-placeholder {
  color: #F0142F; }

.form-control.is-invalid__alert::-ms-input-placeholder {
  color: #F0142F; }

.form-control.is-invalid__alert::placeholder {
  color: #F0142F; }

.orange {
  color: #f16209; }

/* 
 * ----------------------------------------------------------------------------------------
 * Global Style.
 * ----------------------------------------------------------------------------------------
 */
h4, .h4 {
  margin: 0; }

h5, .h5 {
  margin: 0;
  font-weight: bold; }

p {
  margin: 0; }

.icon-info {
  display: inline-block;
  background-image: url("../images/icon-set.png");
  background-repeat: no-repeat;
  background-position: 0px -53px;
  width: 40px;
  height: 40px; }
  .icon-info.active {
    background-position: 0px -96px; }

/*
 * ----------------------------------------------------------------------------------------
 * Helpers.
 * ----------------------------------------------------------------------------------------
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.width100 {
  width: 100%; }

.width75 {
  width: 75%; }

.width50 {
  width: 50%; }

.m-l-r-0 {
  margin-left: 0;
  margin-right: 0; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-30 {
  margin-bottom: 30px  !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-b-50 {
  margin-bottom: 50px  !important; }

.m-b-100 {
  margin-bottom: 100px  !important; }

.m-t-10 {
  margin-top: 10px  !important; }

.m-t-20 {
  margin-top: 20px  !important; }

.m-t-30 {
  margin-top: 30px  !important; }

.m-t-40 {
  margin-top: 30px  !important; }

.m-t-50 {
  margin-top: 50px  !important; }

.m-t-100 {
  margin-top: 100px  !important; }

.seprater-bottom-30 {
  content: "";
  height: 1px;
  display: block;
  margin-bottom: 30px; }

.seprater-bottom-50 {
  content: "";
  height: 1px;
  display: block;
  margin-bottom: 50px; }

.seprater-bottom-100 {
  content: "";
  height: 1px;
  display: block;
  margin-bottom: 100px; }

.border1 {
  border: 1px solid #000; }

.border2 {
  border: 2px solid #000; }

.border-0 {
  border: 0; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.m-0 {
  margin: 0 !important; }

.p-0 {
  padding: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.devider-90 {
  content: "";
  width: 90%;
  height: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #ddd; }

.devider-100 {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #ddd; }

.underline {
  text-decoration: underline; }

.bold {
  font-weight: bold; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.inline-element {
  display: inline !important; }

.two-fields {
  font-size: 0; }
  .two-fields .form-group {
    font-size: 12px; }

.two-fields .form-group {
  width: 50%;
  display: inline-block;
  padding: 0; }

.two-fields .form-group input {
  width: 100%; }

.two-fields .form-group select {
  width: 100%; }

.two-fields .form-group:first-child {
  padding-right: 15px; }

.two-fields .form-group:last-child {
  padding-left: 15px; }

.three-fields {
  font-size: 0; }
  .three-fields .form-group {
    font-size: 12px; }

.three-fields .form-group {
  width: 33.33%;
  display: inline-block;
  padding: 0; }

.three-fields .form-group input {
  width: 95%; }

.three-fields .form-group select {
  width: 95%; }

.three-fields .form-group:last-child input {
  width: 100%;
  padding-left: 15px; }

.three-fields .form-group:last-child select {
  width: 100%;
  padding-left: 15px; }

.three-fields .form-group:last-child {
  padding-left: 15px; }

.three-fields .form-group:first-child {
  padding-right: 15px; }

.four-fields {
  font-size: 0; }
  .four-fields .single {
    font-size: 14px; }
  .four-fields .form-group {
    font-size: 14px; }

.four-fields .form-group {
  width: 25%;
  display: inline-block;
  padding: 10px; }

.four-fields .form-group input {
  width: 95%; }

.four-fields .form-group select {
  width: 95%; }

.four-fields .form-group:last-child input {
  width: 100%;
  padding-left: 10px; }

.four-fields .form-group:last-child select {
  width: 100%;
  padding-left: 10px; }

.four-fields .form-group:last-child {
  padding-left: 0; }

.four-fields .form-group:first-child {
  padding-right: 10px;
  padding-left: 0; }

.five-fields {
  font-size: 0; }
  .five-fields .single {
    font-size: 14px; }
  .five-fields .div {
    font-size: 14px; }

.five-fields .div {
  width: 20%;
  display: inline-block;
  padding: 10px; }

.five-fields .div input {
  width: 95%; }

.five-fields .div select {
  width: 95%; }

.five-fields .div:last-child input {
  width: 100%;
  padding-left: 10px; }

.five-fields .div:last-child select {
  width: 100%;
  padding-left: 10px; }

.five-fields .div:last-child {
  padding-left: 10px;
  padding-right: 0; }

.five-fields .div:first-child {
  padding-right: 10px;
  padding-left: 0; }

.grid-0 > [class*='col-'] {
  padding: 0; }

/* ----------------------------------------------------------------------------------------
 * Global Style.
 * Header styles.
 * Nav styles.
 * Main styles.
 * Sidebar styles.
 * Footer styles.
 * ----------------------------------------------------------------------------------------
 */
.outlet_main_content {
  min-height: 100vh; }

#closeBtn ._1fpgA {
  height: 30px !important; }

.prevControl {
  font-size: 40px !important;
  font-weight: 500 !important; }

.nextControl {
  font-size: 40px !important;
  font-weight: 500 !important; }

.fs_20 {
  font-size: 20px !important; }

.placeholder_color {
  color: #7a7a7a !important; }

.br_6 {
  border-radius: 6px !important; }

.img_20 {
  height: 20px;
  width: 20px; }

.navbar_container {
  min-height: 0px !important; }

.show.dropdown .button_style a {
  color: #0052cc !important; }

.user_label {
  margin-right: 5px;
  font-size: 14px !important; }

.deselect_label {
  color: #ebebeb;
  font-size: 12px !important;
  padding: 1px;
  cursor: pointer;
  border-radius: 50%; }

.br_15 {
  border-radius: 15px !important; }

.w-fit_content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }

.new_tab_icon {
  color: lightgray;
  font-size: 1rem !important;
  margin: 0px 0px 0px 5px !important; }

.latest_release-heading {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1020px) {
    .latest_release-heading {
      width: 30%; } }
  .latest_release-heading .new_tab_icon {
    margin-top: 2px !important; }
  .latest_release-heading:hover .new_tab_icon {
    color: #0052cc !important; }

.sprint_heading {
  color: unset !important;
  font-size: unset !important;
  margin-left: unset !important; }

.listcta_heading {
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .listcta_heading:hover .new_tab_icon {
    color: #0052cc !important; }

.list_task_count {
  font-size: 14px;
  color: #707070;
  margin-left: 18px; }

.mt-4px {
  margin-top: 4px !important; }

.mt-6 {
  margin-top: 6px; }

.mt-8px {
  margin-top: 8px !important; }

.mt-10px {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.project_file_size {
  margin-top: 8px !important; }

.file_padding_none {
  padding: unset !important; }
  .file_padding_none img {
    height: 75%;
    margin-left: 12.5%; }
  .file_padding_none .delete_file {
    position: absolute !important; }
  .file_padding_none .file_top_section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.setting_menu {
  border: none !important;
  background: white !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px !important;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px !important;
  border-radius: 10px !important;
  height: auto !important;
  top: 0px !important;
  inset: 0px 0px auto auto !important;
  -webkit-transform: translate(-20px, 28px) !important;
          transform: translate(-20px, 28px) !important;
  min-width: 10px; }
  .setting_menu .dropdown-item:active {
    background: unset !important; }

.file_main_section_loader {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961); }
  .file_main_section_loader .file_img_loader {
    height: 130px;
    width: 140px;
    border-radius: 6px; }
  .file_main_section_loader .file_item_loader {
    height: 15px;
    margin-top: 5%;
    border-radius: 6px; }
  .file_main_section_loader .file_content_loader {
    width: 20%; }
  .file_main_section_loader .file_content_user {
    width: 100%; }

.add_cursor {
  cursor: pointer !important; }

.f-14 {
  font-size: 14px !important; }

.h-14 {
  height: 14px !important; }

.f-12 {
  font-size: 12px !important; }

.mb_12 {
  margin-bottom: 12px !important; }

.ccard-main {
  width: 40rem;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  overflow: hidden; }

.main_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999; }

.inner_loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  z-index: 1000; }

.shimmer_background {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
  background: #ffffff !important; }

.w_168px {
  width: 168px !important; }

.pb-26 {
  padding-bottom: 26px !important; }

.pb-33 {
  padding-bottom: 33px !important; }

.pb-23 {
  padding-bottom: 23px !important; }

.pb-21 {
  padding-bottom: 21px !important; }

.ml-6px {
  margin-left: 6px; }

.shimmerBG {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #ddd;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f6f6f6), color-stop(18%, #f0f0f0), color-stop(33%, #f6f6f6));
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 1200px 100%;
  color: transparent !important; }

.background_curcal_section_shimmer {
  height: 155px;
  width: 155px;
  background: conic-gradient(#f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  border-radius: 100%;
  padding: 7px; }
  .background_curcal_section_shimmer .curcal {
    height: 100%;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    padding-top: 35px; }

.shimmer_text {
  color: #ddd !important; }

.shimmer_task_icon {
  background-color: #ddd; }

.main-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
  border-radius: 10px;
  width: 100%;
  padding: 11px 10px;
  margin: 18px auto 0px; }

.section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }

.section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.div1,
.div2,
.div3,
.div4,
.div5,
.div6,
.div7,
.div8,
.div9 {
  height: 26px;
  border-radius: 6px; }

.div1 {
  width: 25px; }

.div2 {
  width: 180px; }

.div3,
.div4 {
  width: 80px !important; }

.div5 {
  width: 120px !important; }

.buttonShimmer {
  height: 36px; }

.float_right {
  position: relative;
  left: 97%; }

.div6,
.div7,
.div8,
.div9 {
  width: 30px; }

.ccard {
  width: 20rem;
  height: 20rem;
  background: #6d94ff;
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  will-change: transform; }

@media (min-width: 1200px) {
  .card-container {
    padding: 0 5em; } }

@media screen and (min-width: 300px) and (max-width: 767px) {
  .responsive-img {
    width: 35% !important; }
  .responsive-header {
    margin-left: -7em !important;
    padding-right: 10px !important; }
  .responsive-header-text {
    font-size: 12px !important; } }

.index-issue {
  z-index: 9 !important; }

.navbar-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  right: 0;
  background: white;
  padding: 8px 36px; }

.navbar-new-navbar-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  right: 0;
  background: white;
  padding: 0px 36px; }

.navbar-fixed-new {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
  right: 0;
  background: white;
  padding: 8px 0px; }

.padding-new-navbar {
  padding: 4px 0px 4px; }

.profile-icon img {
  /* height: 70px;
       width: 70px;*/
  color: #2e47cc;
  background: rgba(46, 71, 204, 0.2);
  padding: 16px;
  border-radius: 50%;
  cursor: pointer; }

.upload-resume-section svg {
  height: 18px;
  width: 18px;
  color: #696871;
  background: #ffffff;
  padding: 1px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 4px rgba(179, 179, 179, 0.15);
          box-shadow: 0 4px 4px rgba(179, 179, 179, 0.15);
  margin-left: -14px;
  margin-bottom: 55px; }

.upload-resume-container {
  border: 1px dashed #696871;
  /*  width: 19em;*/
  padding: 20px;
  height: 9em;
  margin: 25px;
  border-radius: 8px; }

.upload-resume-preview {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 590px;
  /* top: 250px;*/
  border: 1px solid #eae9f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%; }
  .upload-resume-preview img {
    margin-top: 10px; }
  .upload-resume-preview svg {
    position: absolute;
    left: 65.46%;
    right: 26.47%;
    top: -5.03%;
    bottom: 23.97%;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

.back-button svg {
  font-size: 13px; }

.tab-container .MuiGrid-root {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  display: grid; }

.create-skill-badge-block .badge {
  border: 1px solid #002962;
  border-radius: 10px;
  color: #262626;
  background-color: #f7f7fb;
  padding: 0.1rem 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.1em 0.5em 0 0;
  line-height: 1.9;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 0.8rem;
  white-space: inherit;
  font-weight: normal; }

.create-skill-badge-block .close {
  opacity: 0.6;
  font-size: 1.5em;
  color: #58595b;
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-left: 7px; }

.settings-layout {
  margin: 0 30px; }

@media screen and (min-width: 300px) and (max-width: 767px) {
  .settings-big-screen-resolution {
    display: none; } }

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .settings-small-screen-resolution {
    display: none; } }

@media (min-width: 1200px) {
  .settings-small-screen-resolution {
    display: none; } }

/*css for publish screen*/
.main-publish-container {
  overflow-y: auto;
  height: 100vh; }

.header-fixed {
  position: sticky;
  top: 0;
  z-index: 9; }

.main-template-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 85vh; }

.client-portal-fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%; }

.open-button {
  bottom: 25px;
  left: 86em; }
  .open-button img {
    right: 30px;
    width: 50px; }

.background-image {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 480px;
  left: 0;
  top: 0; }
  .background-image img {
    position: absolute;
    width: 100%;
    height: 100%; }

.testimonial-right-container img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover; }

.testimonial-profile img {
  width: 50%; }

.testimonial-img img {
  width: 75%; }

.who-we-are-container img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover; }

.join-us-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 420px; }

.meet-the-team img {
  width: 100%; }

.life-at-company img {
  width: 100%;
  height: 85%;
  -o-object-fit: cover;
     object-fit: cover; }

.ready-to-join-us {
  background-size: cover;
  height: 480px; }
  .ready-to-join-us img {
    width: 100%; }

.who-we-are-container {
  background-size: cover;
  height: 480px; }
  .who-we-are-container img {
    width: 100%; }

.responsive-img img {
  width: 50%; }

.background-image-who-we-are {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .background-image-who-we-are img {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%; }

.background-image-get-ready-to-join {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .background-image-get-ready-to-join img {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%; }

.testimonial-profile-card img {
  width: 30%; }

.header-img img {
  width: 100%; }

.MuiAppBar-colorPrimary {
  background-color: #ffffff !important; }

.nugget-section {
  padding: 12px 10px; }
  .nugget-section .nugget-container {
    display: flow-root; }

.user-pic-block .profile-pic {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .user-pic-block .profile-pic .profile {
    padding: 3px;
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%; }
  .user-pic-block .profile-pic .profile-file-upload {
    position: absolute;
    display: none; }

.user-pic-block .profile-pic:hover .profile-file-upload {
  display: block;
  position: absolute; }

.container-scroll {
  min-height: 100vh; }

.pdf-icon-section {
  height: 80%;
  width: 15%;
  -o-object-fit: cover;
     object-fit: cover; }

.shadow-1 {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1); }

.shadow-new {
  border: 1px solid #e4e7ec !important;
  -webkit-box-shadow: 0px 2px 6px rgba(216, 216, 216, 0.25) !important;
          box-shadow: 0px 2px 6px rgba(216, 216, 216, 0.25) !important; }

.border-bottom-gray4 {
  border-bottom: 1px solid var(--gray4) !important; }

.container {
  position: relative;
  width: 100%; }

.videoSection {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .videoSection video {
    border-radius: 14px !important;
    left: 0px !important;
    position: relative;
    right: 0px !important;
    width: 100% !important;
    height: auto !important; }

.videoSectionImage {
  height: 100%;
  width: 76%;
  top: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 52px; }
  .videoSectionImage img {
    position: absolute;
    left: 12px !important;
    border-radius: 14px;
    width: auto;
    height: 280px;
    right: 0px !important;
    display: none !important; }

.videoMiddleSection {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.container .videoMiddleSection {
  opacity: 1; }

.overlay-image {
  /*  color: #fff;
    height: 11em;
    width: 11em;
    border-radius: 50%;
    border: 2px dashed;*/ }
  .overlay-image img {
    position: absolute;
    top: -29px;
    left: -12px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent gray */
  z-index: 9999;
  /* Ensure the overlay appears on top of other elements */ }

.pause-image {
  margin-top: -9px;
  margin-left: -10px; }

@media screen and (min-width: 300px) and (max-width: 516px) {
  .videoSectionImage {
    height: 60%;
    width: 89%;
    top: 58px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 16px; }
  .overlay-image {
    color: #fff;
    height: 6.5em;
    width: 6.5em;
    border-radius: 50%;
    border: 2px dashed; } }

.candidate-draft {
  left: 78px;
  top: 2px; }

.video-image {
  -o-object-fit: cover;
     object-fit: cover; }

.choose-video {
  background: #f9fafb;
  border: 1px dashed #98a2b3;
  border-radius: 8px; }

.record-video {
  border-radius: 14px; }

.video-upload-shadow {
  position: absolute;
  background-color: var(--gray10);
  opacity: 0.9;
  border-radius: 0px 0px 14px 14px;
  right: 0px !important;
  width: 100% !important;
  bottom: 5px !important; }

.lazy-loader {
  position: relative;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 6px;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  padding: 20px; }
  .lazy-loader .shimmerBG {
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: shimmer;
            animation-name: shimmer;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    background: #ddd;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f6f6f6), color-stop(18%, #f0f0f0), color-stop(33%, #f6f6f6));
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 1200px 100%; }
  .lazy-loader .shimmer_card_section {
    width: 30%; }

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }

@keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }
  .lazy-loader .media {
    height: 200px; }
  .lazy-loader .p-32 {
    padding: 32px; }
  .lazy-loader .title-line {
    height: 24px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 20px; }
  .lazy-loader .content-line {
    height: 8px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 8px; }
  .lazy-loader .end {
    width: 40%; }

.no-box-shadow {
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1) !important; }

.lazy-loader2 {
  position: relative;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  padding: 20px; }
  .lazy-loader2 .shimmerBG {
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: shimmer;
            animation-name: shimmer;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    background: #ddd;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f6f6f6), color-stop(18%, #f0f0f0), color-stop(33%, #f6f6f6));
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 1200px 100%; }
  .lazy-loader2 .file-img .content-line {
    height: 89px; }

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }

@keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }
  .lazy-loader2 .media {
    height: 200px; }
  .lazy-loader2 .small-media {
    height: 50px; }
  .lazy-loader2 .p-32 {
    padding: 32px; }
  .lazy-loader2 .px-32 {
    padding-left: 32px;
    padding-right: 32px; }
  .lazy-loader2 .mx-32 {
    margin-left: 40px; }
  .lazy-loader2 .title-line {
    height: 24px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 20px; }
  .lazy-loader2 .title-line-small {
    height: 24px;
    width: 50%;
    margin-bottom: 12px;
    border-radius: 20px; }
  .lazy-loader2 .title-line-small2 {
    height: 20px;
    width: 50%;
    margin-bottom: 12px;
    border-radius: 6px; }
  .lazy-loader2 .content-line {
    height: 8px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 8px; }
  .lazy-loader2 .content-line_file {
    margin-bottom: 10px; }
  .lazy-loader2 .content-line2 {
    height: 10px;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 8px; }
  .lazy-loader2 .end {
    width: 40%; }

.file_loader {
  width: 13% !important; }

.lazy-loader2_top {
  background: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: unset; }
  .lazy-loader2_top .px-32 {
    padding: unset !important; }
  .lazy-loader2_top .title-line-w25 {
    width: 25%; }
  .lazy-loader2_top .title-line_head {
    width: 25%;
    height: 30px; }
  .lazy-loader2_top .title_line_45 {
    width: 45%;
    height: 15px;
    border-radius: 6px; }
  .lazy-loader2_top .title-line-w20 {
    width: 20%; }
  .lazy-loader2_top .title-line-w10 {
    width: 10%; }
  .lazy-loader2_top .title-line-w18 {
    width: 18%; }
  .lazy-loader2_top .title-loading {
    height: 43px;
    border-radius: 10px; }
  .lazy-loader2_top .mr-12 {
    margin-right: 12px; }
  .lazy-loader2_top .right-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .lazy-loader2_top .right-items .title-line-small {
      height: 43px;
      border-radius: 10px; }

.loader-in-header {
  position: relative;
  width: 100%;
  padding: 7px; }
  .loader-in-header .shimmerBG {
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: shimmer;
            animation-name: shimmer;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    background: #ddd;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f6f6f6), color-stop(18%, #f0f0f0), color-stop(33%, #f6f6f6));
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 1200px 100%; }

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }

@keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }
  .loader-in-header .media {
    height: 200px; }
  .loader-in-header .p-32 {
    padding: 32px; }
  .loader-in-header .title-line {
    height: 20px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 20px; }
  .loader-in-header .content-line {
    height: 6px;
    width: 100%;
    margin-bottom: 14px;
    border-radius: 8px; }
  .loader-in-header .end {
    width: 40%; }

.m-t-24 {
  margin-top: 24px; }

.card-view-interview {
  border: 1px solid #eae9f2;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(90, 136, 193, 0.12), 0px 10px 32px -4px rgba(90, 136, 193, 0.12);
          box-shadow: 0px 6px 14px -6px rgba(90, 136, 193, 0.12), 0px 10px 32px -4px rgba(90, 136, 193, 0.12);
  border-radius: 10px;
  min-height: 240px; }

.card-view-interview-inside {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(90, 136, 193, 0.12), 0px 10px 32px -4px rgba(90, 136, 193, 0.12);
          box-shadow: 0px 6px 14px -6px rgba(90, 136, 193, 0.12), 0px 10px 32px -4px rgba(90, 136, 193, 0.12);
  padding: 22px 15px 25px 25px !important;
  border-radius: 0px 0px 10px 10px;
  min-height: 240px;
  margin-top: 10px;
  overflow: auto; }

.datebox {
  margin-right: 20px !important;
  min-width: 65px;
  background: rgba(68, 91, 199, 0.1);
  border-radius: 6px;
  padding: 10px; }

.interview-select .MuiOutlinedInput-input.MuiInputBase-input {
  background-color: transparent !important;
  padding: 12px 12px 12px 4px !important;
  margin-right: 10px !important; }

.interview-select .card-view-interview-inside {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(90, 136, 193, 0.12), 0px 10px 32px -4px rgba(90, 136, 193, 0.12);
          box-shadow: 0px 6px 14px -6px rgba(90, 136, 193, 0.12), 0px 10px 32px -4px rgba(90, 136, 193, 0.12);
  padding: 22px 15px 25px 25px !important;
  border-radius: 0px 0px 10px 10px;
  min-height: 230px;
  margin-top: 10px;
  overflow: auto; }

.interview-select .MuiSvgIcon-root-MuiSelect-icon {
  right: 20px !important; }

.interview-filters {
  top: 65px;
  overflow: visible;
  background: #f7f7f7;
  left: 0;
  padding: 20px 10px 10px 0px; }

.survey-row .MuiTableCell-root {
  border-bottom: none !important; }

.generate-ai {
  height: 230px;
  overflow-y: scroll; }

.button_style {
  background: unset !important;
  border: none !important; }

.menuItem {
  color: #707070 !important; }

.project_setting_btn {
  color: #707070 !important;
  font-weight: 500 !important; }
  .project_setting_btn:hover {
    color: #0052cc !important; }

.btn_active a {
  color: #0052cc !important; }

.button_padding {
  padding: 3px 12px !important; }

.filter_wrapper .css-18nc3u2 .MuiOutlinedInput-root {
  border-radius: 10px !important;
  padding: 1px 9px !important;
  font-size: 14px !important; }

.f-600 {
  font-weight: 600 !important; }

.w-25 {
  width: 25%; }

.w-80 {
  width: 80%; }

.w-30px {
  width: 30px; }

.w-40px {
  width: 40px; }

.mw_200 {
  max-width: 200px !important; }

.loading_heading_long {
  width: 150px !important; }

.h_26 {
  height: 26px !important; }

.shimmerImg {
  -webkit-filter: grayscale(100%) invert(98%) brightness(95%) sepia(15%) !important;
          filter: grayscale(100%) invert(98%) brightness(95%) sepia(15%) !important; }

.loading_heading_short {
  width: 80px !important; }

.hw_50px {
  width: 50px;
  height: 50px; }

.h_40 {
  height: 40px !important; }

.w-120 {
  width: 120px !important; }

.box-s-n {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.height-570 {
  height: 570px !important; }

.custom_multiselect .MuiOutlinedInput-input.MuiInputBase-input {
  padding: 12px !important; }

.item-heading .remove_limit {
  max-width: unset !important; }

.verify_email_box {
  min-height: calc(100vh - 260px) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.verify_card {
  margin: auto !important; }

.uni_search_close_icon {
  padding-left: 14px !important;
  right: 60px !important;
  color: #807ea3 !important; }

.p-relative {
  position: relative; }

.profile_camera_icon {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(85, 118, 148, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 0; }

.aa-Form:focus-within {
  border-color: #0054cb !important;
  -webkit-box-shadow: rgba(0, 84, 203, 0.2) 0 0 0 2px, inset rgba(0, 84, 203, 0.2) 0 0 0 2px !important;
          box-shadow: rgba(0, 84, 203, 0.2) 0 0 0 2px, inset rgba(0, 84, 203, 0.2) 0 0 0 2px !important;
  outline: medium none currentColor !important; }

.text {
  position: relative; }
  .text .task_time_ago {
    color: rgba(157, 166, 186, 0.7);
    font-size: 10px;
    margin-left: 32px;
    top: 18px;
    position: absolute; }
  .text .sprint_completed_time {
    font-size: 10px;
    position: absolute;
    left: 0px;
    top: 21px; }

.p-12 {
  padding: 12px !important; }

.user_sprint_section {
  height: 337px;
  padding-right: 10px; }
  .user_sprint_section .text-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    width: 100%; }
    @media (max-width: 912px) {
      .user_sprint_section .text-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.add_scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 337px !important;
  height: unset; }

.add_scroll::-webkit-scrollbar {
  width: 4px; }

.add_scroll::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 10px; }

.add_scroll::-webkit-scrollbar-track {
  background: #d8d9db; }

.over_flow_wrap {
  white-space: "initial";
  color: "#000000";
  overflow-wrap: anywhere; }

.filter_drawer_btn {
  padding: 11px 10px !important; }

.filter_drawer_btn-gobal {
  padding: 6px 10px;
  border: 1px solid #707070; }

.pw-100 {
  width: 100% !important; }

.w-220 {
  width: 220px !important; }

.para_loader {
  width: 120px;
  height: 14px; }

.progress_shimmer {
  width: 190px;
  height: 14px; }

.add_task_shimmer_btn {
  height: 20px;
  width: 60px; }

.shimmer-progress-heading {
  width: 100% !important; }
  .shimmer-progress-heading .section2 {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .shimmer-progress-heading .section2 .progress_bar {
      width: 190px;
      height: 14px; }
    .shimmer-progress-heading .section2 .add_task_shimmer_btn {
      height: 20px;
      width: 60px; }
    .shimmer-progress-heading .section2 .div1 {
      height: 36px;
      width: 36px; }

.shimmer-kanban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .shimmer-kanban .main-kanban {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px; }
  .shimmer-kanban .kanban {
    width: 23.5%;
    height: 500px; }
    .shimmer-kanban .kanban .box-head {
      margin-left: 3px !important;
      width: 232px !important; }
      .shimmer-kanban .kanban .box-head .section2 {
        width: 100% !important;
        gap: unset !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important; }
    .shimmer-kanban .kanban .box-body .main-div {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      height: 85px !important;
      width: 230px !important; }
      .shimmer-kanban .kanban .box-body .main-div .section1 {
        width: 100%; }
      .shimmer-kanban .kanban .box-body .main-div .section2 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
        margin-top: 10px !important;
        width: 100% !important; }
        .shimmer-kanban .kanban .box-body .main-div .section2 .div3 {
          width: 100% !important; }

.pw-100 {
  width: 100%; }

.task_items_list .react-datepicker-wrapper .react-datepicker__input-container {
  padding: unset !important; }

.table_content {
  border-radius: 10px !important;
  border: 1px solid #eee !important; }
  .table_content .bs_none {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important; }
  .table_content .b_bottom {
    border-bottom: 1px solid #eee !important; }
  .table_content .br-0 {
    border-radius: 0px !important; }
  .table_content .top_side_radius {
    border-radius: 10px 10px 0px 0px !important; }

.project-footer .react-datepicker-wrapper .react-datepicker__input-container {
  padding: unset !important; }

.pagination .css-4muqlg-MuiGrid-root > .MuiGrid-item {
  padding-top: unset !important; }

.pagination {
  cursor: pointer;
  float: right;
  margin-right: -10px; }
  .pagination .pre {
    background: #f4f5f7;
    border-radius: 10px !important;
    border: none;
    color: #111; }
  .pagination .inner_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f4f5f7;
    border-radius: 10px; }
    .pagination .inner_item .page-link {
      background: #f4f5f7;
      border-radius: 10px;
      border: none;
      color: #111; }
      .pagination .inner_item .page-link.active {
        background: #0052cc;
        color: #fff; }

.MuiPagination-ul .Mui-selected {
  color: #fff !important;
  background-color: #0052cc !important; }

.css-2gftvx .Mui-selected {
  color: #fff !important;
  background-color: #0052cc !important; }

.view_icon_div .view-icon {
  width: 15px !important; }
  .view_icon_div .view-icon:hover {
    -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
            filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }

.view_icon_div .selected {
  -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
          filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }

.task_table_head th {
  background-color: #f4f5f7;
  padding: 10px; }
  @media (max-width: 990px) {
    .task_table_head th {
      min-width: 136px; } }

.task_table_head th:first-child {
  min-width: 400px !important;
  padding-left: 10px; }
  @media (max-width: 992px) {
    .task_table_head th:first-child {
      min-width: 287px !important; } }

.task-table {
  font-weight: 500; }
  .task-table .text {
    min-height: 48px; }
  .task-table .subtask_name_td {
    width: 90% !important;
    margin-left: auto; }
  .task-table .task_save_input_row {
    border: 2px solid #0052cc !important;
    border-radius: 10px !important;
    padding: unset !important; }
  .task-table .task_save_btn {
    border-radius: 6px;
    padding: 3px 20px;
    background-color: #0052cc;
    color: #fff; }
  .task-table .hg-priority {
    background: #fff0ed;
    color: #ff7452; }
  .task-table .md-priority {
    background: #fff6e5;
    color: #ffab00; }
  .task-table .low-priority {
    background: #e9f2ff;
    color: #2684ff; }
  .task-table .none-priority {
    background: #eee;
    color: #7a7a7a; }
  .task-table .date {
    background: #e9f2ff;
    color: #2684ff;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    font-size: 12px; }
    .task-table .date .react-datepicker__input-container {
      padding: 5px; }
      .task-table .date .react-datepicker__input-container svg {
        font-size: 14px; }
  .task-table .task_table_action {
    background: #f4f5f7;
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    width: 27px;
    margin: auto; }
    .task-table .task_table_action svg {
      width: 3px; }
    .task-table .task_table_action:hover svg {
      color: #0052cc; }
    .task-table .task_table_action .nav-select .dropdown-menu.show {
      top: 12px; }
    .task-table .task_table_action .show.dropdown .option-icon.viewtask-dropdown {
      background: #e5edfa !important; }
      .task-table .task_table_action .show.dropdown .option-icon.viewtask-dropdown button svg {
        color: #0052cc !important; }
    .task-table .task_table_action .option-icon {
      width: unset;
      height: unset; }
      .task-table .task_table_action .option-icon a {
        color: #707070;
        font-size: 14px;
        font-weight: 500; }
        .task-table .task_table_action .option-icon a:active {
          color: #707070 !important;
          background: unset !important; }
    .task-table .task_table_action .dropdown {
      width: 100%;
      height: 100%; }
      .task-table .task_table_action .dropdown .dropdown_menu_viewtask {
        inset: 0px 0px auto auto !important;
        top: 28px !important;
        border-radius: 10px !important;
        border: none !important;
        min-width: 7rem;
        -webkit-transform: none !important;
                transform: none !important; }
      .task-table .task_table_action .dropdown button {
        width: 100%;
        height: 100%; }
  .task-table .newTask_input_section {
    padding: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .task-table .newTask_input_section span {
      font-size: 14px;
      color: #0052cc; }
    .task-table .newTask_input_section input {
      border: none;
      width: 70%;
      outline: none; }
    .task-table .newTask_input_section svg {
      font-size: 18px !important; }
    .task-table .newTask_input_section .task_input_close {
      font-size: 24px !important;
      color: #7a7a7a !important; }
  .task-table .pb-17 {
    padding-bottom: 17px !important; }
  .task-table .table_story_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .task-table .table_story_point_bg {
    background: #f4f5f7;
    width: 30px;
    height: 28px;
    margin: auto; }
  .task-table .task_table_title {
    min-width: 400px !important; }
  .task-table .table_title_icon_div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.capitalize-first::first-letter {
  text-transform: uppercase; }

.userStory {
  background-image: url("../images/userStory.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.task-done-blue {
  background-image: url("../images/tasks.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.task-done-yellow {
  background-image: url("../images/task-yellow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.bug {
  background-image: url("../images/Bug.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.hide-spinner::-webkit-inner-spin-button,
.hide-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.pl-5 {
  padding-left: 5px !important; }

.h-120 {
  height: 120px !important; }

.h-60 {
  height: 60px !important; }

.bg-white {
  background: #fff; }

.illustration_box {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto; }
  .illustration_box img {
    margin: 20px; }
  .illustration_box button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .illustration_box .illustration_empty_text {
    font-size: 16px !important;
    font-weight: 500;
    color: #5c6378 !important;
    line-height: 24px !important; }

.w-40 {
  width: 40% !important; }

.latest_realeas_box {
  min-height: 415px; }

.mx-170 {
  max-width: 170px !important; }

.sub_task_points {
  background: #eee;
  font-size: 11px;
  height: 26px;
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px; }

.subtask_dropdown {
  background: #eee;
  border-radius: 6px; }

.w-23 {
  width: 23% !important; }

.subtask_assignee {
  height: 26px !important;
  width: 26px !important;
  border-radius: 6px !important; }

.user_story_btn {
  background-color: #009a3f;
  color: #fff; }
  .user_story_btn:hover {
    color: #fff; }

.user_bug_btn {
  background-color: #f0142f;
  color: #fff; }
  .user_bug_btn:hover {
    color: #fff; }

.recording_btn {
  padding: 10px 12px; }

.css-1h51icj-MuiAutocomplete-root .MuiOutlinedInput-root {
  padding: 2px 9px !important;
  font-size: 14px !important; }

.css-2dvya8 .MuiOutlinedInput-root {
  padding: 2px 9px !important;
  font-size: 14px !important;
  border-radius: 10px !important; }

.react-datepicker__input-container input::-webkit-input-placeholder {
  color: #707070; }

.react-datepicker__input-container input::-moz-placeholder {
  color: #707070; }

.react-datepicker__input-container input:-ms-input-placeholder {
  color: #707070; }

.react-datepicker__input-container input::-ms-input-placeholder {
  color: #707070; }

.react-datepicker__input-container input::placeholder {
  color: #707070; }

.hw-20 {
  height: 20px;
  width: 20px; }

.left89 {
  left: 89% !important; }

.select_closeIcon {
  color: #707070 !important;
  padding: 3px !important;
  height: 27px;
  width: 27px; }

.left76 {
  left: 76% !important; }

.select_closeIcon_bg {
  background-color: #f0f0f0 !important;
  border-radius: 50% !important; }

.mt-20 {
  margin-top: 20px !important; }

.line_through {
  text-decoration: line-through;
  color: #707070; }

.sprint_report_tabcontent {
  min-height: 594px !important; }

.sprint_chart_text {
  border-bottom: 2px solid #e4e7ec; }

.w-35 {
  width: 35%; }

.w-65 {
  width: 65%; }

.p-18px {
  padding: 18px; }

.modal-open {
  overflow: auto !important;
  padding-right: unset !important; }

.project_progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .project_progress .custom_progressBar {
    height: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    background: rgba(112, 112, 112, 0.3); }
  .project_progress .complete_percent {
    font-size: 10px;
    color: #707070; }

.w_unset {
  width: unset !important; }

.h_unset {
  height: unset !important; }

.h-90 {
  height: 90% !important; }

.h-87 {
  height: 87% !important; }

@media (max-width: 1100px) {
  .project_files .file_box_col {
    width: 33.33% !important; } }

@media (max-width: 800px) {
  .project_files .file_box_col {
    width: 50% !important; } }

@media (max-width: 596px) {
  .project_files .file_box_col {
    width: 100% !important; } }

.project_files .file_box_col .file_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-shadow: 0px 1px 4px #0000001a;
          box-shadow: 0px 1px 4px #0000001a;
  border-radius: 10px; }
  .project_files .file_box_col .file_box .file_icon {
    width: 25%; }
    @media (max-width: 596px) {
      .project_files .file_box_col .file_box .file_icon {
        width: 15%; } }
  .project_files .file_box_col .file_box .file_icon_load {
    height: 52px; }
  .project_files .file_box_col .file_box .file_details {
    width: 75%; }
    @media (max-width: 596px) {
      .project_files .file_box_col .file_box .file_details {
        width: 85%; } }
    .project_files .file_box_col .file_box .file_details .file_name_load {
      height: 16px; }
    @media (max-width: 800px) {
      .project_files .file_box_col .file_box .file_details .file_name {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .project_files .file_box_col .file_box .file_details .file_name {
        font-size: 16px; } }
    @media (max-width: 992px) {
      .project_files .file_box_col .file_box .file_details .userStory {
        width: 16px !important; } }
    .project_files .file_box_col .file_box .file_details .file_origin {
      height: 16px;
      width: 16px;
      margin-right: 10px;
      margin-top: 1px; }
    .project_files .file_box_col .file_box .file_details .file_time_ago {
      font-size: 11px; }
    .project_files .file_box_col .file_box .file_details .file_time_load {
      height: 16px;
      width: 60%; }
    .project_files .file_box_col .file_box .file_details .file_action_load {
      height: 16px;
      width: 16px; }

.add_file_btn_div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto; }
  @media (max-width: 680px) {
    .add_file_btn_div {
      margin: 20px 0px 10px !important; } }

.cursor_default {
  cursor: default !important; }

.mt-1px {
  margin-top: 1px !important; }

.span_border {
  color: #707070; }

.max_height_unset {
  max-height: unset !important; }

.fz-14 {
  font-size: 14px; }

.agile_card_section {
  margin-top: 100px; }
  .agile_card_section li {
    margin-top: 15px; }
    .agile_card_section li a {
      color: #0052cc; }
      .agile_card_section li a:hover {
        color: #0052cc; }

.list_unstyle li {
  list-style: none; }

.backlog-details li {
  font-size: 16px; }

.refinement {
  margin-left: 16px; }
  .refinement li {
    font-size: 16px; }

.mb-50 {
  margin-bottom: 50px; }

#toc li a.active {
  color: #757575; }

.f-s-20 {
  font-size: 20px !important; }

.padding-b-blog {
  padding-bottom: 83px !important; }

.agile__content {
  padding-left: 116px !important; }

.padding-top-19 {
  padding-top: 19px !important; }

.padding-top-19 {
  padding-top: 19px !important; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-right-12 {
  padding-right: 12px !important; }

.bg-unset {
  background-color: unset !important; }

.bx-shadow {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important; }

.w-20rem {
  width: 20rem; }

.padding-30 {
  padding: 30px; }

.padding-y-20 {
  padding: 20px 0px; }

.fw-6 {
  font-weight: 600 !important; }

.fw-5 {
  font-weight: 500 !important; }

.fs-48 {
  font-size: 48px !important; }

.fs-16 {
  font-size: 16px !important; }

.text-light-gray {
  color: #707070; }

.text-light-black {
  color: #292929; }

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important; }

/* Custom CSS */
.blogTopMain {
  padding-bottom: 40vh !important; }

.blogMain {
  margin-top: -13%; }

.blogList {
  margin-top: 8%; }

.singleBlog .titleLink {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.singleBlog:hover .titleLink {
  color: #0052cc; }

.viewBlog {
  padding: 0px 0px 10% 0px; }

.viewImage {
  padding-top: 20px; }
  .viewImage .imageBox {
    height: 27rem;
    border-radius: 10px;
    padding: 10px; }
    .viewImage .imageBox .image {
      width: 100% !important;
      height: 100% !important; }

.blogProperty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px;
  font-size: 12px; }
  .blogProperty .propertyValue {
    background-color: #E9F3FF;
    color: #2684FF;
    padding: 5px 12px;
    border-radius: 12px; }

.profileBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .profileBox .userImage {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover; }

.realesBolg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px; }
  .realesBolg .blogImage {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover; }

.blogForm {
  padding-top: 20px; }
  .blogForm button,
  .blogForm input {
    padding: 15px 12px;
    border-radius: 10px; }
    .blogForm button::-webkit-input-placeholder, .blogForm input::-webkit-input-placeholder {
      font-size: 12px;
      color: #707070; }
    .blogForm button::-moz-placeholder, .blogForm input::-moz-placeholder {
      font-size: 12px;
      color: #707070; }
    .blogForm button:-ms-input-placeholder, .blogForm input:-ms-input-placeholder {
      font-size: 12px;
      color: #707070; }
    .blogForm button::-ms-input-placeholder, .blogForm input::-ms-input-placeholder {
      font-size: 12px;
      color: #707070; }
    .blogForm button::placeholder,
    .blogForm input::placeholder {
      font-size: 12px;
      color: #707070; }

.blogCard {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.102) !important;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.102) !important;
  border: none !important; }

.imageContainer {
  width: 309px;
  height: 210px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ebebeb; 
 }
  .imageContainer img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .imageContainer img:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

@media (max-width: 599px) {
  .col-md-4,
  col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; } }

.w-40 {
  width: 40% !important; }

.width-fill-available {
  width: -webkit-fill-available !important; }

.pr-4px {
  padding-right: 4px !important; }

.task_table_action .dropdown-menu {
  top: 30px !important; }

.dropdown_option .show.dropdown .option-icon {
  background: #e5edfa !important; }
  .dropdown_option .show.dropdown .option-icon svg {
    color: #0052cc; }

.dropdown_option .option-icon {
  background: #f4f5f7;
  color: #707070; }
  .dropdown_option .option-icon .dropdown-menu {
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
    border-radius: 10px !important;
    border: none !important;
    min-width: 7rem;
    inset: 0px 0px auto auto !important;
    top: 29px !important;
    -webkit-transform: none !important;
            transform: none !important; }
    .dropdown_option .option-icon .dropdown-menu a {
      color: #707070;
      font-size: 14px;
      font-weight: 500; }
      .dropdown_option .option-icon .dropdown-menu a:active {
        background-color: unset; }

.error-msg {
  font-size: 12px !important;
  line-height: 15px;
  display: block; }

.move-pd {
  padding: 11.5px 33.5px !important; }

.complete-cliper-pd {
  height: 48px !important;
  width: 169px !important; }

.add-task-cliper-pd {
  height: 48px !important;
  width: 121px !important; }

.invite-cliper-pd {
  height: 47px !important;
  width: 93.48px !important; }

.add-cliper-pd {
  height: 47px !important;
  width: 84.38px !important; }

.save-cliper-pd {
  height: 47px !important;
  width: 90.22px !important; }

.auth-cliper-pd {
  height: 51px !important;
  width: 350px !important; }

.reset-cliper-pd {
  height: 55px !important;
  width: 350px !important; }

.send-cliper-pd {
  height: 45px !important; }

.reset-password-cliper-pd {
  height: 55px !important; }

.w-unset {
  width: unset !important; }

.icon-transcript {
  cursor: pointer;
  width: 15px;
  margin-bottom: -2px; }

.taskModalImg {
  width: 26px !important;
  height: 26px !important;
  border-radius: 6px;
  border: 1px solid #979797;
  border-radius: 6px !important; }

.w-43 {
  width: 43% !important; }

.fs-38 {
  font-size: 38px !important; }

.ml-0 {
  margin-left: 0px !important; }

.heading-text {
  color: #707070;
  padding-top: 6px;
  max-width: 680px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px; }

.pd-cre-task-load {
  padding: 11.5px 39px !important; }

.pd-edit-sprint-load {
  padding: 11.5px 32px !important; }

.pd-save-desc-load {
  padding: 9.5px 34px !important; }

.pd-edit-pro-load {
  padding: 10.5px 60px !important; }

.pd-cre-pro-load {
  padding: 10.5px 40.5px !important; }

.pd-post-commt-load {
  padding: 9.5px 31.5px !important; }

.task-item .show.dropdown .option {
  background: #e5edfa;
  color: #0052cc; }
  .task-item .show.dropdown .option button svg {
    color: #0052cc !important; }

.task-item .option {
  margin-left: 5px;
  background: #f4f5f7;
  color: #707070;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px; }
  .task-item .option button {
    width: 100%;
    background: unset;
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .task-item .option:hover {
    background: #e5edfa;
    color: #0052cc;
    cursor: pointer; }
    .task-item .option:hover svg {
      color: #0052cc; }
  .task-item .option:focus-visible, .task-item .option:visited, .task-item .option:active {
    background: #e5edfa;
    color: #0052cc; }
  .task-item .option svg {
    color: #707070;
    font-size: 10.8px; }
  .task-item .option .dropdown {
    width: 100%; }
  .task-item .option .dropdown-menu {
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
    border-radius: 10px !important;
    border: none !important;
    min-width: 7rem;
    inset: 0px 0px auto auto !important;
    top: 28px !important;
    -webkit-transform: none !important;
            transform: none !important; }
    .task-item .option .dropdown-menu a {
      font-size: 14px;
      font-weight: 500;
      color: #707070; }
      .task-item .option .dropdown-menu a:active {
        background: transparent; }

.text-red {
  color: #f0142f !important; }

.fa-14 {
  font-size: 14px !important; }

.viewTaskSideSlider {
  width: 91.5% !important; }
  @media (max-width: 1366px) {
    .viewTaskSideSlider {
      width: 86.5% !important; } }

.img-w-26 {
  width: 26px !important;
  height: 26px !important; }

.move-task_sprint-label {
  position: absolute !important;
  top: 14px;
  left: 14px; }

.complete_sprint_select {
  top: 17px !important; }

.move-project_label {
  position: absolute !important;
  top: 17px;
  left: 14px; }

.fs-16 {
  font-size: 16px; }

.top-96 {
  top: 96px; }

.view-task-follower_popover .MuiPopover-paper,
.view-task-follower_popover .css-1dmzujt {
  top: 31.5% !important;
  left: unset !important;
  right: 68px !important;
  overflow: auto;
  max-height: 271px !important; }

.no-description {
  color: #6c757d !important; }

.pd-bottom {
  padding-bottom: 15px !important; }

.selected-assingess .css-q7d4m3-MuiPaper-root-MuiPopover-paper,
.selected-assingess .css-1ydevsv {
  left: 1115px !important;
  border: none !important;
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 3px 6px #00000029 !important;
          box-shadow: 0px 3px 6px #00000029 !important; }

.selected-assingess .css-q7d4m3-MuiPaper-root-MuiPopover-paper::before,
.selected-assingess .css-1ydevsv::before {
  left: 83px !important; }

.selected-assingess .css-n54ydy-MuiGrid-root {
  overflow: auto !important;
  max-height: 200px !important; }

.labels-view_task .MuiFormControl-root.MuiFormControl-fullWidth.MuiTextField-root.autocomplete-text-area.css-feqhe6 {
  margin-top: -3px !important; }

.labels-view_task label {
  display: none; }

.labels-view_task .css-18nc3u2 .MuiOutlinedInput-root {
  padding: 0 !important; }
  .labels-view_task .css-18nc3u2 .MuiOutlinedInput-root input {
    padding: 0 !important; }
  .labels-view_task .css-18nc3u2 .MuiOutlinedInput-root fieldset {
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0px !important; }

.text-blue {
  color: blue !important; }

.pl-7 {
  padding-left: 7px !important; }

.mt-6px {
  margin-top: 6px !important; }

.mt-5px {
  margin-top: 5px !important; }

.mt-4px {
  margin-top: 4px !important; }

.mt-9px {
  margin-top: 9px !important; }

.border-black .css-1d3z3hw-MuiOutlinedInput-notchedOutline {
  border: 1px solid #707070 !important;
  border-color: #707070;
  border-radius: 10px !important; }

.border-black .css-igs3ac {
  border: 1px solid #707070 !important;
  border-color: #707070; }

.due-date {
  background: #ffcece !important;
  color: #f0142f !important;
  text-align: center; }

.task-labels .css-18nc3u2 .MuiOutlinedInput-root {
  padding: 0 !important; }

.task-labels .css-1h51icj-MuiAutocomplete-root .MuiOutlinedInput-root {
  padding: 0 !important; }
  .task-labels .css-1h51icj-MuiAutocomplete-root .MuiOutlinedInput-root input {
    padding: 16px !important; }

.task-labels label {
  z-index: unset;
  display: inline-block !important;
  font-size: 15px !important;
  color: #707070;
  top: 2px; }

.task-labels .css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  -webkit-transform: translate(14px, 13px) scale(1) !important;
          transform: translate(14px, 13px) scale(1) !important; }

.task-labels .Mui-focused label {
  display: none !important; }

.task-follower .task-follower_label {
  font-size: 15px !important;
  color: #707070 !important;
  position: absolute;
  top: 18px !important;
  left: 12px; }

.task-follower .selected-users .MuiOutlinedInput-input.MuiInputBase-input {
  padding: 11px 10px 10px 4px !important; }

.task_items_sub {
  height: 24px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px; }

.task_progress_rate {
  width: 52.5%; }

.task_points {
  width: 14%; }

.mr-0 {
  margin-right: 0 !important; }

.mt-14 {
  margin-top: 14px !important; }

.mt-21 {
  margin-top: 21px; }

.mt-28 {
  margin-top: 28px; }

.mt-16 {
  margin-top: 16px; }

.mt-25 {
  margin-top: 25px; }

.mt-18 {
  margin-top: 18px; }

.margin_top_8 {
  margin-top: 8px !important; }

.unassinged .MuiOutlinedInput-input.MuiInputBase-input {
  padding: 6px 6px 6px 4px !important; }

.gray-color {
  color: #9ba0ab; }

.mt_13 {
  margin-top: 13px !important; }

.create-task-status {
  font-size: 14px !important; }

.create-task-priority {
  font-size: 14px !important; }

.color-noprogress,
.color-none {
  color: #707070 !important; }

.color-inprogress {
  color: #ffab00 !important; }

.color-done,
.color-completed {
  color: #28a745 !important; }

.color-testing {
  color: #ff7452 !important; }

.color-none_priority {
  color: #707070 !important; }

.color-low_priority {
  color: #2684ff !important; }

.color-hg_priority {
  color: #ff7452 !important; }

.color-md_priority {
  color: #ffab00 !important; }

.label-task .css-1h51icj-MuiAutocomplete-root {
  border-radius: 0px !important; }

.label-task .css-1h51icj-MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input {
  margin-top: -5px;
  padding: 0px 0px 0px 3px !important; }

.label-task .css-1d3z3hw-MuiOutlinedInput-notchedOutline {
  border: none !important;
  border-bottom: 1px solid #707070 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

.popover-div p {
  margin: 0; }

.file_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1%; }

.line_height_head {
  font-size: 20px;
  margin-top: 2px; }

.sub__item_section_2 {
  width: 52% !important;
  margin-left: -2%; }
  @media (max-width: 1150px) {
    .sub__item_section_2 {
      width: 100% !important;
      margin-left: 0% !important; } }

@media (max-width: 1150px) {
  .full_width {
    width: 100% !important; } }

@media (max-width: 1150px) {
  .full_width_sub {
    width: 100%; } }

.subtask_section_2_div {
  width: 41.6%; }
  @media (max-width: 1365px) {
    .subtask_section_2_div {
      width: 33%; } }
  @media (max-width: 1150px) {
    .subtask_section_2_div {
      width: 100%; } }
  .subtask_section_2_div .option-icon {
    width: 24px !important;
    height: 24px !important; }
  .subtask_section_2_div .member {
    height: 24px !important;
    width: 24px !important; }

.ImgSquare {
  border-radius: 6px;
  margin-left: -4px;
  height: 24px;
  width: 24px;
  border: 1px solid #979797; }

.fs-12 {
  font-size: 12px !important; }

.cursor_pointer {
  cursor: pointer !important; }

.drop_rotate {
  rotate: -90deg; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.sub_item_sprint {
  background: #fff !important; }

.w-120 {
  width: 135px !important; }

.sub-item {
  width: 96% !important;
  margin-top: 18px;
  margin-left: 4%; }

.unassigned {
  background: #eee;
  border-radius: 6px;
  padding: 10px !important; }

.danger-color {
  color: #b42318 !important;
  margin-bottom: 15px; }

.is-invalid_boder {
  border: 1px solid #b42318 !important;
  background-image: none; }

.btn-blue {
  background: #0052cc !important;
  color: #fff; }
  .btn-blue:hover {
    color: #fff; }

.table-w .table_row {
  background: transparent; }
  .table-w .table_row th {
    background: #f5f6fa;
    padding: 10px; }
  .table-w .table_row .first_th {
    border-radius: 10px 0px 0px 10px;
    padding-left: 23px; }
  .table-w .table_row .last_th {
    border-radius: 0px 10px 10px 0px;
    padding-right: 23px; }

.table-w .w_unset {
  width: unset !important; }

.table-w .head_text {
  font-size: 16px; }

.table-w .head_left {
  padding-left: 12px; }

.table-w .head_right {
  padding-right: 12px; }

.table-w .user_name {
  padding-left: 16px; }

.table-w .action_name {
  padding-right: 33px; }

.table-w .status_properties {
  padding-left: 16px; }

.table-w .status_actions {
  padding-left: unset !important;
  padding-right: 20px !important; }

.table-w .status_color {
  width: 24px;
  height: 24px;
  margin: auto;
  border-radius: 6px;
  cursor: pointer; }

.table-w p {
  padding: 0;
  margin: 0;
  font-size: 14px; }

.table-w .loader-div span {
  position: absolute;
  left: 48%;
  top: 55%; }

.table-w .opacityhalf {
  opacity: 0.5; }

.table-w th,
.table-w tr {
  width: 33.33%; }

.table-w .member-option {
  padding-left: 24px; }

.table-w .role-option {
  padding-left: 14px; }

.table-w .role-option_default {
  padding-left: 22px; }

.table-w .trach-icon {
  padding-right: 43px; }

.table-w td .items {
  position: relative;
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin-left: 42%; }

.table-w td svg {
  cursor: pointer;
  font-size: 12px;
  padding-left: 14px; }

.table-w .default .left_text {
  position: relative;
  text-align: left;
  min-width: 115px;
  left: 18%;
  margin-top: 2%; }
  .table-w .default .left_text .drop_img {
    position: absolute;
    right: 5%;
    top: 35%; }

.table-w .default button {
  background: transparent;
  color: #000;
  border: none;
  font-size: 0.85rem;
  padding: 0px; }

.table-w .default .dropdown-menu.show {
  min-width: 7rem;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
  border-radius: 10px;
  top: 6px !important;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

.table-w .default a {
  font-size: 0.85rem; }
  .table-w .default a:active {
    background: transparent;
    color: #000; }

.select-options {
  z-index: 1; }

.border-blue_light {
  border: 1px solid #c3d4ef !important; }

.text-black {
  color: #000 !important; }

.content-wrapper {
  width: 85%;
  padding-top: 13px;
  padding-left: 18px;
  padding-right: 18px; }
  @media (max-width: 840px) {
    .content-wrapper {
      width: 90%; } }
  @media (max-width: 588px) {
    .content-wrapper {
      width: 83%; } }
  @media (max-width: 400px) {
    .content-wrapper {
      width: 80%; } }

.project-header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 750px) {
    .project-header__sub {
      display: unset; }
      .project-header__sub .allheader-searchIcon {
        left: 4.5rem !important; }
      .project-header__sub .top-right {
        margin-top: 12px; } }
  @media (max-width: 540px) {
    .project-header__sub .top-right {
      margin-bottom: 8px; }
      .project-header__sub .top-right .view_icon_div {
        padding-left: 4px !important;
        margin-left: 8px;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .project-header__sub .top-right .search-project-input {
        width: unset !important;
        margin-right: 0px; }
      .project-header__sub .top-right .allheader-searchIcon {
        left: 0.7rem !important; }
      .project-header__sub .top-right .archived.favorite.m-0 {
        margin-left: 10px !important;
        width: unset !important; } }
  @media (max-width: 535px) {
    .project-header__sub .top-right {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 14px; }
      .project-header__sub .top-right .view_icon_div {
        margin-left: 0px !important; }
      .project-header__sub .top-right .allheader-searchIcon {
        top: 11% !important; } }
    @media (max-width: 535px) and (max-width: 500px) {
      .project-header__sub .top-right .allheader-searchIcon {
        top: 19% !important; } }
  @media (max-width: 535px) {
      .project-header__sub .top-right .archived.favorite.m-0 {
        margin: 0px !important; } }
  @media (max-width: 715px) {
    .project-header__sub .top-right .archived {
      margin-left: 10px !important; } }
  @media (max-width: 715px) and (max-width: 535px) {
    .project-header__sub .top-right .archived {
      margin: 0px !important; } }
  @media (max-width: 715px) {
    .project-header__sub .top-right .archived.favorite {
      margin-left: 0px !important; } }
  @media (max-width: 715px) {
    .project-header__sub {
      display: unset !important; } }

@media (max-width: 715px) {
  .content-top.project-header__sub {
    display: unset !important; } }

@media (max-width: 400px) {
  .content-top.project-header__sub .top-right {
    left: 0 !important; } }

.content-top span {
  cursor: pointer; }

.content-top .m-45 {
  margin-left: 45%; }

@media (max-width: 715px) {
  .content-top {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.content-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 500px) {
    .content-top .top-right input {
      width: 100%; }
    .content-top .top-right .t-16 {
      top: 16% !important; } }
  @media (max-width: 500px) and (max-width: 500px) {
    .content-top .top-right .t-16 {
      top: 74% !important; } }
  @media (max-width: 500px) {
    .content-top .top-right .search-icon {
      top: 36%;
      left: 3%; } }
  @media (max-width: 400px) {
    .content-top .top-right {
      left: 4%; } }
  @media (max-width: 716px) {
    .content-top .top-right .form-select__select {
      width: 273px !important; } }
  @media (max-width: 500px) {
    .content-top .top-right .form-control__input {
      margin-top: 15px !important; }
    .content-top .top-right .form-select__select {
      width: 100% !important; } }
  .content-top .top-right .btn-sprint {
    padding: 11px 33px; }
  .content-top .top-right .custom-select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 11px; }
    .content-top .top-right .custom-select:hover .form-select__select {
      border: 1px solid #9b9d9e !important;
      color: #0052cc; }
    .content-top .top-right .custom-select .select-options {
      width: 40%;
      margin-top: 2px; }
    .content-top .top-right .custom-select span {
      font-size: 14px; }
  .content-top .top-right .archived {
    cursor: pointer;
    background: #f4f5f7 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 47px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 10px; }
    .content-top .top-right .archived .fal {
      -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
              filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }
    .content-top .top-right .archived:hover svg {
      color: #0052cc; }
    .content-top .top-right .archived:hover img {
      -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
              filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }
    @media (max-width: 942px) {
      .content-top .top-right .archived {
        width: 100%;
        margin-left: 16px;
        padding: 18px; } }
    @media (max-width: 715px) {
      .content-top .top-right .archived {
        margin-left: 16px;
        padding: 18px; } }
    @media (max-width: 499px) {
      .content-top .top-right .archived {
        margin-left: 0;
        padding: 0; } }

.content-top .btn-text {
  min-width: 100px;
  padding: 0;
  margin: 0; }

.content-top .search-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 4%;
  top: 37%;
  z-index: 1; }

.content-top .left-47 {
  left: 47% !important; }

.content-top .search-icon_project {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 36%;
  top: 37%;
  z-index: 1; }

.content-top .closeIcon {
  position: relative;
  top: 15px;
  left: 55%;
  cursor: pointer; }

.content-top .allheader-closeIcon {
  left: 64% !important;
  position: absolute; }

.content-top .allheader-searchIcon {
  left: 3% !important; }
  @media (max-width: 750px) {
    .content-top .allheader-searchIcon {
      left: 0.7rem !important; } }

.content-top .closeSearch {
  left: 92%; }

.content-top .search-project-input {
  margin-right: 8px; }

.content-top .search_icon.l-53 {
  left: 45%; }

.content-top .kanban-pd {
  padding-left: 30px; }

.content-top .l-53 {
  left: 53%; }
  @media (max-width: 702px) {
    .content-top .l-53 {
      left: 54%; } }
  @media (max-width: 540px) {
    .content-top .l-53 {
      left: 52%; } }

.content-top .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .content-top .heading p a {
    color: unset;
    background: unset;
    text-decoration: none; }

.content-top .heading.w-80 {
  width: 80%; }
  .content-top .heading.w-80 .line_28 {
    line-height: 29px; }
  @media (max-width: 715px) {
    .content-top .heading.w-80 {
      width: 100%; } }

.content-top .mt_content {
  margin-top: 4%; }
  @media (min-width: 1600px) {
    .content-top .mt_content {
      margin-top: 3.3%; } }

@media (max-width: 942px) {
  .content-top .top-right_items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-top: 43px; } }

@media (max-width: 715px) {
  .content-top .top-right_items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset; } }

@media (max-width: 499px) {
  .content-top .top-right_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.content-top .top-right_items button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #9b9d9e;
  border-radius: 10px;
  padding: 8px 24px;
  text-align: center;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .content-top .top-right_items button:hover {
    color: #0052cc; }
  @media (max-width: 942px) {
    .content-top .top-right_items button {
      width: 100%;
      margin-top: 10px; } }
  .content-top .top-right_items button .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("../images/filter.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 13px;
    margin-right: 12px; }

.content-top .top-right_items .sprint-btn {
  padding: 8px 18px; }

.content-top .top-right_items .nav-select .dropdown-menu.show {
  right: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px #0000001a;
          box-shadow: 0px 1px 4px #0000001a;
  border-radius: 10px; }

.content-top .top-right_items .nav-select .checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.content-top .top-right_items .style {
  -webkit-transition: all;
  transition: all;
  background: #e5edfa;
  color: #0052cc;
  border: 1px solid #0052cc; }

.content-top .top-right_items .users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: 10px; }
  @media (max-width: 942px) {
    .content-top .top-right_items .users {
      width: 100%;
      margin-top: 10px;
      margin-left: 16px; } }
  @media (max-width: 715px) {
    .content-top .top-right_items .users {
      margin-left: 16px; } }
  @media (max-width: 499px) {
    .content-top .top-right_items .users {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.content-top .top-right_items .user-profile {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #fff;
  margin-left: -10px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 6px 0 #20212447;
          box-shadow: 0 1px 6px 0 #20212447; }

.content-top .top-right_items .card-user {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #fff;
  margin-left: -12px;
  cursor: pointer; }

.content-top .top-right_items .add-back {
  background: #0052cc;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #fff;
  margin-left: -10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 1px 6px 0 #20212447;
          box-shadow: 0 1px 6px 0 #20212447; }
  .content-top .top-right_items .add-back .add-icon {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0; }

.content-top .top-right_items .icons {
  cursor: pointer;
  background: #f4f5f7 0% 0% no-repeat padding-box;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px; }
  .content-top .top-right_items .icons .fal {
    -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
            filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }
  .content-top .top-right_items .icons:hover svg {
    color: #0052cc; }
  .content-top .top-right_items .icons:hover img {
    -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
            filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }
  @media (max-width: 942px) {
    .content-top .top-right_items .icons {
      width: 100%;
      margin-top: 10px;
      margin-left: 16px;
      padding: 18px; } }
  @media (max-width: 715px) {
    .content-top .top-right_items .icons {
      margin-left: 16px;
      padding: 18px; } }
  @media (max-width: 499px) {
    .content-top .top-right_items .icons {
      margin-left: 0;
      padding: 0; } }

.content-top .top-right_items .nav-select .dropdown-menu.show {
  top: 20px; }

.content-top .custom-select .dropdown .btn-primary {
  background-color: unset;
  color: unset;
  border-color: unset;
  border: 1px solid #9b9d9e; }
  .content-top .custom-select .dropdown .btn-primary span {
    padding-left: 10px; }

.content-top .custom-select .dropdown .form-select__select:hover {
  border-color: unset; }

.content-top .custom-select .dropdown .dropdown-item:active {
  background-color: unset;
  color: unset; }

.content-top .custom-select .dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
  border-radius: 10px !important;
  top: 8% !important;
  border: none; }

.content-top .custom-select .dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #707070;
  font-weight: 500; }
  .content-top .custom-select .dropdown a:active {
    background-color: unset; }
  .content-top .custom-select .dropdown a span {
    padding-left: 10px; }

.content-top .custom-select .dropdown .kanban-view {
  background-image: url("../images/kabanview.svg");
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  margin-top: 5px; }

.content-top .custom-select .dropdown .list-view {
  background-image: url("../images/listview.svg");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  margin-top: 5px; }

.pl-31 {
  padding-left: 31px !important; }

.pt-5 {
  padding-top: 5rem; }

.w-255 {
  width: 255px !important; }

.mr-20 {
  margin-right: 20px; }

.p-18 {
  padding: 18px; }

.pl-6 {
  padding-left: 6px; }

.main-content .project_row_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7a7a7a; }
  .main-content .project_row_heading .favourite_Colored {
    color: #ffab00 !important; }

@media (max-width: 1140px) {
  .main-content .projects .col-md-4 {
    width: 50%; } }

@media (max-width: 768px) {
  .main-content .projects .col-md-4 {
    width: 100%; } }

.main-content .task {
  -webkit-box-shadow: 0px 1px 4px #0000001a;
          box-shadow: 0px 1px 4px #0000001a;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-content .task .side-border {
    width: 5px;
    background: #0052cc;
    -webkit-box-shadow: 0px 1px 4px #0000001a;
            box-shadow: 0px 1px 4px #0000001a;
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 8px; }
  .main-content .task .card {
    width: 100%;
    border-radius: 10px !important; }

.main-content .project_hr {
  width: 98%;
  margin: auto;
  color: #707070;
  height: 3px; }

.main-content .card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .main-content .card-head .favourite_Colored {
    color: #ffab00; }
  .main-content .card-head .favouriteIcon {
    font-size: 15px; }
  .main-content .card-head p {
    margin-bottom: 4px; }
    .main-content .card-head p a {
      text-decoration: none;
      cursor: pointer;
      font-size: 18px;
      font-weight: 600;
      color: #0052cc;
      margin: 0; }
      .main-content .card-head p a:hover {
        color: #0052cc; }
  .main-content .card-head .show.dropdown .option-icon {
    background: #e5edfa; }
    .main-content .card-head .show.dropdown .option-icon button svg {
      color: #0052cc; }
  .main-content .card-head .option-icon button {
    width: 100%; }
  .main-content .card-head .option-icon .dropdown-menu {
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
    border-radius: 10px !important;
    border: none !important;
    min-width: 7rem;
    inset: 0px 0px auto auto !important;
    top: 28px !important;
    -webkit-transform: none !important;
            transform: none !important; }
    .main-content .card-head .option-icon .dropdown-menu a {
      font-size: 14px;
      font-weight: 500;
      color: #707070; }
      .main-content .card-head .option-icon .dropdown-menu a:active {
        background: transparent; }

.main-content .card-body .date {
  padding-top: 10px; }

.main-content .card-body .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px; }
  @media (max-width: 1514px) {
    .main-content .card-body .detail .kanban.tasks {
      width: 32%; }
      .main-content .card-body .detail .kanban.tasks span {
        width: 90%;
        display: inline-block; }
    .main-content .card-body .detail .kanban.project_story span {
      border: none !important; } }
  @media (max-width: 870px) {
    .main-content .card-body .detail .kanban.tasks {
      width: 46%; } }
  @media (max-width: 768px) {
    .main-content .card-body .detail {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-content .card-body .detail .tasks {
        width: unset; }
        .main-content .card-body .detail .tasks span {
          width: unset; } }
  @media (max-width: 535px) {
    .main-content .card-body .detail .kanban.tasks {
      width: 32%; }
      .main-content .card-body .detail .kanban.tasks span {
        width: 90%;
        display: inline-block; } }
  @media (max-width: 471px) {
    .main-content .card-body .detail .kanban.tasks {
      width: 42%; } }
  @media (max-width: 401px) {
    .main-content .card-body .detail {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.main-content .card-body span {
  font-weight: 600;
  color: #707070;
  font-size: 12px; }

.main-content .card-body .b-none span {
  border: none !important; }

.main-content .card-body .tasks span,
.main-content .card-body .bugs span {
  border-right: 2px solid #ccc;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0; }
  .main-content .card-body .tasks span:hover,
  .main-content .card-body .bugs span:hover {
    color: #0052cc;
    cursor: pointer; }
  @media (max-width: 401px) {
    .main-content .card-body .tasks span,
    .main-content .card-body .bugs span {
      border: none;
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 401px) {
  .main-content .card-body .bugs span {
    border: none;
    padding-left: 0;
    padding-right: 0; } }

.main-content .card-body .sprints span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 401px) {
    .main-content .card-body .sprints span {
      border: none;
      padding-left: 0;
      padding-right: 0; } }
  .main-content .card-body .sprints span .text-mile {
    display: none; }
  .main-content .card-body .sprints span:hover {
    color: #0052cc;
    cursor: pointer; }
    .main-content .card-body .sprints span:hover .text-mile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.main-content .card-hr {
  height: 2px;
  margin-top: 16px;
  margin-bottom: 16px; }

.main-content .project-card_bottom {
  margin-left: 0px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 430px) {
    .main-content .project-card_bottom {
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: 0px !important; } }
  .main-content .project-card_bottom .user.loop__img {
    margin-left: 10px;
    margin-top: 5px; }

.main-content .card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 10px; }
  .main-content .card-bottom span {
    font-weight: 600;
    color: #707070;
    font-size: 12px; }
  .main-content .card-bottom .user {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-content .card-bottom .user .l-10 {
      left: 10px; }
    .main-content .card-bottom .user .l-15 {
      left: 15px; }
    .main-content .card-bottom .user .l-20 {
      left: 20px; }
    .main-content .card-bottom .user .l-25 {
      left: 25px; }
    .main-content .card-bottom .user .user-profile {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 24px;
      height: 24px;
      border: 1px solid #ffffff; }
    .main-content .card-bottom .user .card-user {
      position: absolute;
      border: 1px solid #ffffff; }
    .main-content .card-bottom .user .add-back {
      width: 24px;
      height: 24px;
      background: #0052cc;
      border: 1px solid #ffffff;
      border-radius: 6px;
      margin-left: -6px; }

.card-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  background-image: url("../images/user.png");
  background-size: cover;
  background-repeat: no-repeat; }

.add-icon {
  width: 14px;
  height: 14px;
  background-image: url("../images/AddIcon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
  margin-top: 4px; }

.project-modal_header {
  padding-top: 10px !important;
  padding-bottom: 20px !important;
  border: none !important; }
  .project-modal_header .fa-xmark {
    cursor: pointer;
    font-size: 22px !important; }
  .project-modal_header .modal-title {
    font-weight: 600; }

.pb-24 {
  padding-bottom: 11px !important; }

.gray {
  color: #707070; }

.bx-shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none; }

.create-project_modal .modal-content {
  -webkit-box-shadow: 1px 1px 4px #0000001a;
          box-shadow: 1px 1px 4px #0000001a;
  border-radius: 10px; }

.create-project_modal .main-modal {
  padding-top: 20px;
  padding-bottom: 37px;
  padding-left: 11px;
  padding-right: 11px; }

.create-project_modal .project-modal_body {
  padding-top: 5px; }
  .create-project_modal .project-modal_body .file_divs {
    width: 110px; }
  .create-project_modal .project-modal_body .file_main_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 11px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .create-project_modal .project-modal_body .file_main_section .file_top_section {
      width: 50px;
      height: 50px;
      background-size: cover; }
    .create-project_modal .project-modal_body .file_main_section .file_top_section.no-name-file {
      width: 41px;
      height: 49px; }
    .create-project_modal .project-modal_body .file_main_section img {
      width: 50px;
      height: 50px;
      -o-object-fit: cover;
         object-fit: cover;
      margin: 0; }
    .create-project_modal .project-modal_body .file_main_section svg {
      position: unset !important;
      margin-left: 10px; }
  .create-project_modal .project-modal_body .file_bottom_section {
    display: none; }

.create-project_modal .form-control__input {
  border: 1px solid #707070;
  margin-top: 3px;
  margin-bottom: 15px;
  outline: none; }

.create-project_modal .file-input-container {
  position: relative;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 15px;
  width: 100%; }

.create-project_modal .errors {
  background: #f0142f;
  color: #fff !important;
  border-radius: 10px;
  padding: 10px; }
  .create-project_modal .errors p {
    margin: 0;
    font-size: 12px; }

.create-project_modal .attachment .btn-label {
  color: #0052cc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.create-project_modal .attachment .add-icon-blue {
  width: 14px;
  height: 14px;
  background-image: url("../images/AddIconBlue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-right: 10px; }

.create-project_modal .file-input-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px 10px 14px 59px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px; }

.create-project_modal .input-file {
  position: absolute;
  left: 0;
  /* top: 15px; */
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #707070;
  border-radius: 10px;
  background: #f4f5f7; }

.create-project_modal .team .w-64 {
  width: 64%; }

.create-project_modal .team h4, .create-project_modal .team .h4 {
  padding-top: 1rem;
  padding-bottom: 1.5rem; }

.create-project_modal .team-row .btn-sm, .create-project_modal .team-row .btn-group-sm > .btn {
  margin-top: 29px;
  padding: 12px 27px 12px 27px;
  margin-left: 17px; }
  @media (max-width: 992px) {
    .create-project_modal .team-row .btn-sm, .create-project_modal .team-row .btn-group-sm > .btn {
      margin-left: 0; } }
  @media (max-width: 860px) {
    .create-project_modal .team-row .btn-sm, .create-project_modal .team-row .btn-group-sm > .btn {
      width: 100%;
      padding: 15px; } }

.create-project_modal .col-4_pd {
  padding-left: 17px;
  padding-right: 4px; }

.create-project_modal button span {
  margin-bottom: -2px; }

.create-project_modal .team .form-select__select {
  margin-top: 5px;
  margin-bottom: 15px; }

.create-project_modal .role-field {
  margin-left: 8px; }

.create-project_modal .team .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 39px; }
  @media (max-width: 363px) {
    .create-project_modal .team .actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .create-project_modal .team .actions .btn-cancel {
        margin-top: 15px;
        padding: 11px 44px; } }
  .create-project_modal .team .actions button span {
    margin-bottom: -2px; }

.pl-5 {
  padding-left: 3rem; }

.alert-modal_window .modal-content {
  padding: 28px;
  width: 540px !important;
  margin: auto !important; }

.alert-modal_window .main-modal {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.alert-modal_window .project-name {
  padding-bottom: 40px !important; }

.add-member_modal .modal-content {
  -webkit-box-shadow: 1px 1px 4px #0000001a;
          box-shadow: 1px 1px 4px #0000001a;
  border-radius: 10px;
  border: none; }

.add-member_modal .main-modal {
  padding-top: 20px;
  padding-bottom: 37px;
  padding-left: 11px;
  padding-right: 11px; }
  @media (max-width: 992px) {
    .add-member_modal .main-modal {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      padding-left: 0px !important;
      padding-right: 0px !important; } }

.add-member_modal .project-modal_body {
  padding: 0px 16px 0px 16px; }
  .add-member_modal .project-modal_body .custom-select.unassinged.selected-imgs .MuiOutlinedInput-input.MuiInputBase-input img {
    width: 26px !important;
    height: 26px !important; }
  .add-member_modal .project-modal_body .custom-select.unassinged.selected-imgs .MuiOutlinedInput-input.MuiInputBase-input .unassign-img {
    width: unset !important;
    height: 16px !important; }

.add-member_modal h5, .add-member_modal .h5 {
  color: #707070; }

.add-member_modal .form-control__input {
  border: 1px solid #707070;
  margin-top: 10px;
  margin-bottom: 15px;
  outline: none; }

.add-member_modal .form-control__input::-webkit-input-placeholder {
  color: #707070 !important; }

.add-member_modal .form-control__input::-moz-placeholder {
  color: #707070 !important; }

.add-member_modal .form-control__input:-ms-input-placeholder {
  color: #707070 !important; }

.add-member_modal .form-control__input::-ms-input-placeholder {
  color: #707070 !important; }

.add-member_modal .form-control__input::placeholder {
  color: #707070 !important; }

.add-member_modal .copylist-selector .css-1d3z3hw-MuiOutlinedInput-notchedOutline {
  border: 1px solid #707070; }

.add-member_modal .form-select__select {
  margin-top: 10px;
  margin-bottom: 15px; }
  .add-member_modal .form-select__select .placeholder_option {
    color: #707070 !important; }

.add-member_modal .form-select_dropdown {
  border: 1px solid #9b9d9e;
  background-color: unset;
  color: #212529;
  text-align: unset; }

.add-member_modal .form-select_dropdown .userImages {
  height: 25px;
  width: 25px;
  border-radius: 28px;
  margin-right: 6px; }

.add-member_modal .form-select_menu .dropdown-item.active,
.add-member_modal .form-select_menu .dropdown-item:active {
  background-color: unset !important;
  color: unset; }

.add-member_modal .form-select_menu .userImages {
  height: 25px;
  width: 25px;
  border-radius: 28px; }

.add-member_modal .btn-action {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.add-member_modal .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px; }
  @media (max-width: 363px) {
    .add-member_modal .actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .add-member_modal .actions .btn-cancel {
        margin-top: 15px;
        padding: 11px 44px; } }
  .add-member_modal .actions .nav-select .dropdown-menu.show {
    top: 12px; }
  .add-member_modal .actions button span {
    margin-bottom: -4px;
    margin-right: 4px; }

.sprint_modal {
  padding-bottom: 2px;
  padding-left: unset !important;
  padding-right: unset !important; }

.list-projects .mb-3 {
  margin-bottom: 0.75rem !important; }

.list-projects .show.dropdown .option-icon {
  background: #e5edfa; }
  .list-projects .show.dropdown .option-icon button svg {
    color: #0052cc; }

.list-projects .option-icon button {
  width: 100%; }

.list-projects .option-icon .dropdown-menu {
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
  border-radius: 10px !important;
  border: none !important;
  min-width: 7rem;
  inset: 0px 0px auto auto !important;
  top: 28px !important;
  -webkit-transform: none !important;
          transform: none !important; }
  .list-projects .option-icon .dropdown-menu a {
    font-size: 14px;
    font-weight: 500;
    color: #707070; }
    .list-projects .option-icon .dropdown-menu a:active {
      background: transparent; }

.list-projects .card-head a {
  font-weight: 600; }

.list-projects .task {
  -webkit-box-shadow: 0px 1px 4px #00000014;
          box-shadow: 0px 1px 4px #00000014;
  border: 1px solid #f4f5f7;
  border-radius: 10px; }

.list-projects .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1060px) {
    .list-projects .card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset; } }

.list-projects .list-card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1515px) {
    .list-projects .list-card_content {
      width: 60%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .list-projects .list-card_content .card-body {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .list-projects .list-card_content .card-bottom .loop__img {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }
  @media (max-width: 1292px) {
    .list-projects .list-card_content {
      width: 100%; } }
  @media (max-width: 1060px) {
    .list-projects .list-card_content {
      margin-top: 15px; } }
  @media (max-width: 857px) {
    .list-projects .list-card_content {
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .list-projects .list-card_content .card-body {
        width: 100% !important;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .list-projects .list-card_content .card-body .detail {
          margin-right: 5px; }
      .list-projects .list-card_content .card-bottom {
        margin-top: 20px; } }
  @media (max-width: 485px) {
    .list-projects .list-card_content .detail .tasks.bugs {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
    .list-projects .list-card_content .detail .tasks {
      width: 42%; }
      .list-projects .list-card_content .detail .tasks span {
        width: 90%;
        display: inline-block; }
      .list-projects .list-card_content .detail .tasks .bor-none {
        border: none; } }

.list-projects .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 410px; }
  @media (max-width: 1060px) {
    .list-projects .card-body {
      -webkit-box-flex: unset;
          -ms-flex: unset;
              flex: unset;
      width: 100%; } }
  @media (max-width: 772px) {
    .list-projects .card-body {
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset;
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0;
      width: unset; } }
  @media (max-width: 690px) {
    .list-projects .card-body {
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .list-projects .card-body .date {
    margin-right: 20px;
    padding-top: 0; }
    @media (max-width: 1060px) {
      .list-projects .card-body .date {
        margin-right: 18px; } }
    @media (max-width: 755px) {
      .list-projects .card-body .date {
        margin-right: 0; } }
  .list-projects .card-body .detail {
    margin-right: 12px;
    padding-top: 0; }
    @media (max-width: 1060px) {
      .list-projects .card-body .detail {
        margin-right: 18px; } }
    @media (max-width: 772px) {
      .list-projects .card-body .detail {
        margin-right: 2px; } }
    @media (max-width: 570px) {
      .list-projects .card-body .detail {
        margin-top: 14px; } }

.list-projects .card-bottom .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  width: 82px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 1060px) {
    .list-projects .card-bottom .user {
      margin-right: 5px; } }

.list-projects .card-bottom .card-user {
  position: relative;
  margin-left: -10px; }

.list-projects .card-bottom .user-profile {
  position: relative;
  margin-left: -10px; }

.list-projects .card-bottom .add-back {
  margin-left: -10px; }

@media (max-width: 755px) {
  .list-projects .card-bottom {
    margin-top: 0px; } }

.box__height {
  min-height: 415px; }

.box {
  background: #f4f5f7;
  border-radius: 10px;
  margin-top: 1.6%; }
  .box .desc {
    color: #707070;
    font-size: 14px;
    margin: 0px; }
  .box .description_alignment {
    margin-left: 19px; }
  .box .description_left {
    margin-left: 7px; }
  .box .sprint_box.pt-0 {
    padding-top: 0px !important; }
  .box .ml-custom {
    margin-left: 0.4rem !important; }
  .box .ml-14 {
    margin-left: 14px !important; }
  .box .box-content {
    padding: 15px 10px !important; }
  .box .box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px; }
    .box .box-head .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 560px) {
        .box .box-head .text {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline; } }
      .box .box-head .text .icon {
        width: 20px;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 574px) {
          .box .box-head .text .icon {
            width: 26px; } }
        @media (max-width: 462px) {
          .box .box-head .text .icon {
            width: 34px;
            height: 22px; } }
      .box .box-head .text .icon .arrow {
        cursor: pointer;
        background-image: url("../images/icon-arrow-down.svg");
        background-size: cover;
        background-repeat: no-repeat;
        width: 6px;
        height: 11px;
        margin: auto; }
      .box .box-head .text h5, .box .box-head .text .h5 {
        font-size: 20px;
        cursor: pointer;
        max-width: 220px; }
    .box .box-head .task-count-date {
      font-size: 14px;
      color: #707070;
      margin-left: 5px; }
    .box .box-head .task-count {
      font-size: unset !important;
      color: unset !important; }
    .box .box-head label {
      margin-top: 1%; }
    .box .box-head .show.dropdown .option {
      background: #e5edfa;
      color: #0052cc; }
      .box .box-head .show.dropdown .option svg {
        color: #0052cc; }
    .box .box-head .option {
      margin-left: 5px;
      background: #f4f5f7;
      color: #707070;
      width: 36px;
      height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 10px; }
      .box .box-head .option button {
        width: 100%; }
      .box .box-head .option:hover {
        background: #e5edfa;
        color: #0052cc;
        cursor: pointer; }
        .box .box-head .option:hover svg {
          color: #0052cc; }
      .box .box-head .option:focus-visible, .box .box-head .option:visited, .box .box-head .option:active {
        background: #e5edfa;
        color: #0052cc; }
      .box .box-head .option svg {
        color: #707070;
        height: 16px; }
      .box .box-head .option .dropdown-menu {
        -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
                box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
        border-radius: 10px !important;
        border: none !important;
        min-width: 7rem;
        inset: 0px 0px auto auto !important;
        top: 40px !important;
        -webkit-transform: none !important;
                transform: none !important; }
        .box .box-head .option .dropdown-menu a {
          font-size: 14px;
          font-weight: 500;
          color: #707070; }
          .box .box-head .option .dropdown-menu a:active {
            background: transparent; }
  .box .box-body .item {
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    padding: 11px 10px;
    margin-top: 12px;
    font-weight: 500;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961); }
    @media (max-width: 1150px) {
      .box .box-body .item .col-md-7,
      .box .box-body .item .col-md-5 {
        width: 100%;
        margin-left: 0; } }
  .box .box-body .sprint_item {
    padding: 8px 10px 18px 10px !important; }
    .box .box-body .sprint_item .task-counts {
      font-size: 14px;
      color: #707070;
      margin-left: 22px;
      padding-top: 8px; }
  .box .box-body .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1150px) {
      .box .box-body .item-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .box .box-body .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .box .box-body .text .icon {
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 462px) {
        .box .box-body .text .icon {
          width: 34px;
          height: 22px; } }
    .box .box-body .text .task-done-blue {
      background-image: url("../images/tasks.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%; }
    .box .box-body .text .userStory {
      background-image: url("../images/userStory.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%; }
    .box .box-body .text .task-done-yellow {
      background-image: url("../images/task-yellow.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%; }
    .box .box-body .text .bug {
      background-image: url("../images/Bug.png");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%; }
    .box .box-body .text p {
      margin: 0;
      font-size: 14px;
      padding-left: 10px; }
    .box .box-body .text .sub-title {
      padding-right: 24px; }
  .box .box-body .actions.dis {
    display: none; }
  @media (max-width: 680px) {
    .box .box-body .actions.dis {
      display: block; }
    .box .box-body .actions.d-hide {
      display: none; } }
  .box .box-body .actions {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0; }
    @media (max-width: 1150px) {
      .box .box-body .actions {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-top: 14px; } }
    @media (max-width: 680px) {
      .box .box-body .actions .mt-14 {
        margin-top: 14px; }
      .box .box-body .actions .w-half {
        width: 50%; }
      .box .box-body .actions .w-30 {
        width: 30%; }
      .box .box-body .actions .w-24 {
        width: 24%; }
      .box .box-body .actions .w-17 {
        width: 17%; }
      .box .box-body .actions .w-18 {
        width: 18%; }
      .box .box-body .actions .w-10 {
        width: 10%; }
      .box .box-body .actions .d-hide {
        display: none; } }
    @media (max-width: 680px) {
      .box .box-body .actions .mt-14 {
        margin-top: 14px; }
      .box .box-body .actions .w-half {
        width: 100%; }
      .box .box-body .actions .w-30 {
        width: 100%; }
      .box .box-body .actions .w-24 {
        width: 50%; }
      .box .box-body .actions .w-17 {
        width: 85%; }
      .box .box-body .actions .w-18 {
        width: 15%; }
      .box .box-body .actions .w-88 {
        width: 88%; }
      .box .box-body .actions .w-12 {
        width: 12%; }
      .box .box-body .actions .w-10 {
        width: 50%; }
      .box .box-body .actions .d-hide {
        display: none; } }
    .box .box-body .actions p {
      margin: 0;
      font-size: 12px !important; }
    .box .box-body .actions .task-action .show.dropdown .option-icon {
      background: #e5edfa !important; }
    .box .box-body .actions .task-action .show.dropdown svg {
      color: #0052cc !important; }
    .box .box-body .actions .task-action .dropdown-menu {
      -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
              box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
      border-radius: 10px !important;
      border: none !important;
      min-width: 7rem;
      inset: 0px 0px auto auto !important;
      top: 30px !important;
      -webkit-transform: none !important;
              transform: none !important; }
    .box .box-body .actions .task_items_list {
      font-size: 12px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 6px;
      padding: 5px 3px; }
      .box .box-body .actions .task_items_list .react-datepicker-wrapper .react-datepicker__input-container {
        padding: unset !important; }
    .box .box-body .actions .task_items_priority {
      width: 16%; }
    .box .box-body .actions .user_task_priority {
      width: 23%; }
    .box .box-body .actions .task_items_progress {
      width: 19%; }
    .box .box-body .actions .user_task_progress {
      width: 35%; }
    .box .box-body .actions .task_items_date {
      width: 22%; }
    .box .box-body .actions .user_task_date {
      width: 29%; }
    .box .box-body .actions .task_items_message {
      width: 9%; }
    .box .box-body .actions .user_task_comments {
      width: 10%; }
    .box .box-body .actions .task_items_points {
      width: 5.2%; }
    .box .box-body .actions .user_task_points {
      width: 7%; }
    .box .box-body .actions .hg-priority {
      background: #fff0ed;
      color: #ff7452; }
    .box .box-body .actions .md-priority {
      background: #fff6e5;
      color: #ffab00; }
    .box .box-body .actions .low-priority {
      background: #e9f2ff;
      color: #2684ff; }
    .box .box-body .actions .none-priority {
      background: #eee;
      color: #7a7a7a; }
    .box .box-body .actions ._none-priority {
      background: #eee;
      color: #7a7a7a;
      font-size: 12px; }
    .box .box-body .actions .date {
      background: #e9f2ff;
      color: #2684ff;
      text-align: center; }
    .box .box-body .actions .msg {
      background: #f4f5f7;
      color: #707070; }
      .box .box-body .actions .msg p {
        font-size: 12px; }
      .box .box-body .actions .msg .icon {
        background-image: url("../images/msg.svg");
        background-size: cover;
        background-repeat: no-repeat;
        width: 14px;
        height: 14px; }
    .box .box-body .actions .s-thing {
      background: #f4f5f7;
      color: #707070; }
      .box .box-body .actions .s-thing .icon {
        font-size: 10px;
        width: 7px;
        height: 16px; }
      @media (max-width: 680px) {
        .box .box-body .actions .s-thing {
          padding: unset;
          width: 32px;
          height: 28px; } }
      @media (max-width: 680px) {
        .box .box-body .actions .s-thing {
          padding: 5px 16px 5px 16px;
          width: 100%;
          height: 100%; } }
    .box .box-body .actions .member {
      width: 26px;
      height: 26px; }
      .box .box-body .actions .member .img {
        width: 100%;
        height: 24px !important;
        border-radius: 6px; }
        @media (max-width: 680px) {
          .box .box-body .actions .member .img {
            margin-left: 26px; } }
        @media (max-width: 530px) {
          .box .box-body .actions .member .img {
            margin-left: 0; } }
      @media (max-width: 680px) {
        .box .box-body .actions .member {
          width: 26px; } }
      @media (max-width: 530px) {
        .box .box-body .actions .member {
          width: 26px; } }
    .box .box-body .actions .action {
      background: #f4f5f7;
      color: #707070;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
      border-radius: 6px; }
      .box .box-body .actions .action svg {
        width: 3px; }
      .box .box-body .actions .action:hover svg {
        color: #0052cc; }
      .box .box-body .actions .action .nav-select .dropdown-menu.show {
        top: 12px; }
      .box .box-body .actions .action .show.dropdown .option-icon.viewtask-dropdown {
        background: #e5edfa !important; }
        .box .box-body .actions .action .show.dropdown .option-icon.viewtask-dropdown button svg {
          color: #0052cc !important; }
      .box .box-body .actions .action .option-icon {
        width: unset;
        height: unset; }
        .box .box-body .actions .action .option-icon a {
          color: #707070;
          font-size: 14px;
          font-weight: 500; }
          .box .box-body .actions .action .option-icon a:active {
            color: #707070 !important;
            background: unset !important; }
      .box .box-body .actions .action .dropdown {
        width: 100%;
        height: 100%; }
        .box .box-body .actions .action .dropdown .dropdown_menu_viewtask {
          inset: 0px 0px auto auto !important;
          top: 28px !important;
          -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
                  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
          border-radius: 10px !important;
          border: none !important;
          min-width: 7rem;
          -webkit-transform: none !important;
                  transform: none !important; }
        .box .box-body .actions .action .dropdown button {
          width: 100%;
          height: 100%; }
  .box .box-footer.backlog-show-more .actions {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
    .box .box-footer.backlog-show-more .actions button {
      padding: 8px 18px;
      border: none;
      background: #0052cc;
      color: #fff; }
  .box .box-footer .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 21px; }
    .box .box-footer .actions .add-icon-blue {
      width: 14px;
      height: 14px;
      background-image: url("../images/AddIconBlue.svg");
      background-repeat: no-repeat;
      background-size: cover;
      cursor: pointer;
      margin-right: 10px; }
    .box .box-footer .actions button {
      color: #0052cc; }

.task_overview_box {
  min-height: unset !important;
  max-height: unset !important; }

.mt_less {
  margin-top: 1.15% !important; }

.project-task {
  margin-top: 3px; }
  .project-task .css-4muqlg-MuiGrid-root > .MuiGrid-item {
    padding-top: unset !important; }
  .project-task .heading h5, .project-task .heading .h5 {
    font-size: 20px; }
  .project-task .task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .project-task .task-content {
    margin-top: 5px; }
    .project-task .task-content .sub-item {
      margin-left: 4%;
      width: 96% !important;
      margin-top: 18px; }
    .project-task .task-content .item {
      background: #ffffff;
      -webkit-box-shadow: 0px 1px 4px #0000001a;
              box-shadow: 0px 1px 4px #0000001a;
      border-radius: 10px;
      width: 100%;
      padding: 11px 10px;
      margin-top: 12px;
      font-weight: 500; }
      @media (max-width: 1150px) {
        .project-task .task-content .item .col-md-7,
        .project-task .task-content .item .col-md-5 {
          width: 100%; } }
    .project-task .task-content .item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1150px) {
        .project-task .task-content .item-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .project-task .task-content .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .project-task .task-content .text .icon {
        width: 20px;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .project-task .task-content .text p {
        margin: 0;
        font-size: 14px;
        padding-left: 10px;
        cursor: pointer; }
      .project-task .task-content .text .line_through {
        text-decoration: line-through;
        color: #707070; }
    .project-task .task-content .actions.dis {
      display: none; }
    @media (max-width: 680px) {
      .project-task .task-content .actions.dis {
        display: block; }
      .project-task .task-content .actions.d-hide {
        display: none; } }
    .project-task .task-content .actions {
      padding: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0; }
      @media (max-width: 1150px) {
        .project-task .task-content .actions {
          -ms-flex-pack: distribute;
              justify-content: space-around;
          margin-top: 14px; } }
      @media (max-width: 680px) {
        .project-task .task-content .actions .mt-14 {
          margin-top: 14px; }
        .project-task .task-content .actions .w-half {
          width: 50%; }
        .project-task .task-content .actions .w-30 {
          width: 30%; }
        .project-task .task-content .actions .w-24 {
          width: 24%; }
        .project-task .task-content .actions .w-17 {
          width: 17%; }
        .project-task .task-content .actions .w-18 {
          width: 18%; }
        .project-task .task-content .actions .w-10 {
          width: 10%; }
        .project-task .task-content .actions .d-hide {
          display: none; } }
      @media (max-width: 530px) {
        .project-task .task-content .actions .mt-14 {
          margin-top: 14px; }
        .project-task .task-content .actions .w-half {
          width: 100%; }
        .project-task .task-content .actions .w-30 {
          width: 100%; }
        .project-task .task-content .actions .w-24 {
          width: 50%; }
        .project-task .task-content .actions .w-17 {
          width: 85%; }
        .project-task .task-content .actions .w-18 {
          width: 15%; }
        .project-task .task-content .actions .w-10 {
          width: 50%; }
        .project-task .task-content .actions .d-hide {
          display: none; } }
      .project-task .task-content .actions p {
        margin: 0;
        font-size: 12px !important; }
      .project-task .task-content .actions .hg-priority {
        background: #fff0ed;
        color: #ff7452; }
      .project-task .task-content .actions .md-priority {
        background: #fff6e5;
        color: #ffab00; }
      .project-task .task-content .actions .low-priority {
        background: #e9f2ff;
        color: #2684ff; }
      .project-task .task-content .actions .date {
        background: #e9f2ff;
        color: #2684ff;
        text-align: center; }
      .project-task .task-content .actions .todo {
        background: #f0f0f0;
        color: #707070; }
      .project-task .task-content .actions .done {
        background: #e9f6ec;
        color: #28a745; }
      .project-task .task-content .actions .in-progress {
        background: #fff6e5;
        color: #ffab00; }
      .project-task .task-content .actions .no-progress {
        background: #f0f0f0;
        color: #7a7a7a; }
      .project-task .task-content .actions .testing {
        background: #e9f2ff;
        color: #2684ff; }
      .project-task .task-content .actions .msg {
        background: #f4f5f7;
        color: #707070; }
        .project-task .task-content .actions .msg p {
          font-size: 12px; }
        .project-task .task-content .actions .msg .icon {
          background-image: url("../images/msg.svg");
          background-size: cover;
          background-repeat: no-repeat;
          width: 14px;
          height: 14px; }
      .project-task .task-content .actions .s-thing {
        background: #f4f5f7; }
        .project-task .task-content .actions .s-thing .icon {
          font-size: 10px;
          width: 7px;
          height: 16px; }
        @media (max-width: 680px) {
          .project-task .task-content .actions .s-thing {
            padding: unset;
            width: 32px;
            height: 28px; } }
        @media (max-width: 530px) {
          .project-task .task-content .actions .s-thing {
            padding: 9px 16px 9px 16px;
            width: 100%;
            height: 100%; } }
      .project-task .task-content .actions .member {
        width: 24px;
        height: 24px;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 6px; }
        .project-task .task-content .actions .member .img {
          border-radius: 6px; }
          @media (max-width: 530px) {
            .project-task .task-content .actions .member .img {
              margin-left: 0; } }
        @media (max-width: 680px) {
          .project-task .task-content .actions .member {
            width: 50px; } }
        @media (max-width: 530px) {
          .project-task .task-content .actions .member {
            width: 24px; } }
      .project-task .task-content .actions .action {
        background: #f4f5f7;
        color: #707070;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
        border-radius: 6px; }
        .project-task .task-content .actions .action:hover svg {
          color: #0052cc; }
        .project-task .task-content .actions .action .show.dropdown .option-icon {
          background: #e5edfa !important; }
        .project-task .task-content .actions .action .show.dropdown svg {
          color: #0052cc !important; }
        .project-task .task-content .actions .action .dropdown-menu {
          -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
                  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
          border-radius: 10px !important;
          border: none !important;
          min-width: 7rem;
          inset: 0px 0px auto auto !important;
          top: 28px !important;
          -webkit-transform: none !important;
                  transform: none !important; }
      .project-task .task-content .actions a {
        color: #707070;
        font-size: 14px;
        font-weight: 500; }
        .project-task .task-content .actions a:active {
          background: unset;
          color: #707070; }
      .project-task .task-content .actions .nav-select .dropdown-menu.show {
        top: 12px; }

.all-tasks .heading h5, .all-tasks .heading .h5 {
  font-size: 20px;
  cursor: pointer; }

.all-tasks .task-content .sub-item {
  width: 96%;
  margin-left: 4%; }

.backlog {
  padding: 0px !important; }
  .backlog .item {
    -webkit-box-shadow: 0px 1px 4px #0000001a;
            box-shadow: 0px 1px 4px #0000001a; }
  @media (max-width: 574px) {
    .backlog .icon {
      width: 21px !important; } }
  @media (max-width: 462px) {
    .backlog .icon {
      width: 34px;
      height: 22px; } }

.add-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  cursor: pointer;
  margin-top: -6px; }
  .add-list .add-icon {
    background-image: url("../images/AddIconBlue.svg");
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 0px; }
  .add-list p {
    font-size: 12px;
    color: #0052cc;
    margin: 0;
    padding: 0; }

@media (max-width: 992px) {
  .backlog-head {
    -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
            justify-content: unset !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
    .backlog-head .text {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
    @media (max-width: 992px) and (max-width: 620px) {
      .backlog-head .text {
        -webkit-box-align: unset !important;
            -ms-flex-align: unset !important;
                align-items: unset !important; } }

@media (max-width: 992px) {
    .backlog-head .option.d-none {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.backlog-head .text-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 620px) {
    .backlog-head .text-div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset; }
      .backlog-head .text-div span {
        margin-left: 0; } }

.adjust-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .adjust-heading .btn-sm, .adjust-heading .btn-group-sm > .btn {
    margin-right: 0px !important; }
  @media (max-width: 560px) {
    .adjust-heading {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset; }
      .adjust-heading .right-items__backlog {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 12px; } }
  .adjust-heading .list-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .adjust-heading .list-head h5, .adjust-heading .list-head .h5 {
      margin-left: 6px; }
      .adjust-heading .list-head h5 .list_points, .adjust-heading .list-head .h5 .list_points {
        font-size: 14px;
        color: #707070;
        margin-left: 15px;
        font-weight: 400; }
    .adjust-heading .list-head .icon {
      width: 10px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 1px; }
      @media (max-width: 574px) {
        .adjust-heading .list-head .icon {
          width: 26px; } }
      @media (max-width: 462px) {
        .adjust-heading .list-head .icon {
          width: 34px;
          height: 22px; } }
    .adjust-heading .list-head .icon .arrow_up {
      cursor: pointer;
      background-image: url("../images/ARROW UP.svg"); }
    .adjust-heading .list-head .icon .arrow_right {
      cursor: pointer;
      background-image: url("../images/icon-arrow-down.svg"); }
    .adjust-heading .list-head .icon .arrow_icon {
      background-size: cover;
      background-repeat: no-repeat;
      width: 6px;
      height: 11px; }

.right-items__backlog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 992px) {
    .right-items__backlog .option {
      display: none !important; }
    .right-items__backlog .option.option-sprint {
      display: block !important; } }
  .right-items__backlog .progrss_bar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #bfc3c5;
    border-radius: 10px;
    padding: 0px; }
  .right-items__backlog .number {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1050px) {
      .right-items__backlog .number {
        margin-right: 5px;
        margin-left: 5px; } }
  .right-items__backlog .number.first-count {
    border-radius: 10px 0px 0px 10px; }
  .right-items__backlog .number.last-count {
    border-radius: 0px 10px 10px 0px; }
  @media (max-width: 462px) {
    .right-items__backlog {
      display: grid; }
      .right-items__backlog .number {
        width: 100% !important;
        margin-top: 7px !important;
        margin-left: 0px !important;
        margin-right: 0px !important; }
      .right-items__backlog .btn-cancel {
        margin-top: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px !important; } }
  @media (max-width: 992px) {
    .right-items__backlog .number.gray-num:nth-of-type(1) {
      margin-left: 0px !important; } }
  .right-items__backlog .gray-num {
    background: #e6e7e9; }
    .right-items__backlog .gray-num span {
      font-size: 14px;
      font-weight: 500;
      color: #707070;
      margin: 0; }
  .right-items__backlog .org-num {
    background: #f5edde; }
    .right-items__backlog .org-num span {
      font-size: 14px;
      font-weight: 500;
      color: #ffab00;
      margin: 0; }
  .right-items__backlog .blue-num {
    background: #e9f2ff; }
    .right-items__backlog .blue-num span {
      font-size: 14px;
      font-weight: 500;
      color: #2684ff;
      margin: 0; }
  .right-items__backlog .green-num {
    background: #dfede5; }
    .right-items__backlog .green-num span {
      font-size: 14px;
      font-weight: 500;
      color: #28a745;
      margin: 0; }
  .right-items__backlog .btn-sm, .right-items__backlog .btn-group-sm > .btn {
    padding: 7px 20px;
    margin-right: 5px;
    margin-left: 11px; }
    @media (max-width: 1050px) {
      .right-items__backlog .btn-sm, .right-items__backlog .btn-group-sm > .btn {
        margin-right: 5px;
        margin-left: 5px; } }
  .right-items__backlog .completed-sprint {
    background: #d9dadc;
    color: #707070;
    border: 1px solid #d9dadc; }
  .right-items__backlog .start_sprint {
    padding: 7px 38px !important; }
  .right-items__backlog .sprint_report {
    padding: 7px 32px !important; }
  .right-items__backlog .btn-default:hover {
    color: #0052cc; }
  .right-items__backlog .add-icon-blue {
    width: 14px;
    height: 14px;
    background-image: url("../images/AddIconBlue.svg");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-right: 3px; }
  .right-items__backlog button {
    color: #0052cc; }
  .right-items__backlog .show.dropdown .option {
    background: #e5edfa;
    color: #0052cc; }
    .right-items__backlog .show.dropdown .option svg {
      color: #0052cc; }
  .right-items__backlog .ml-18 {
    margin-left: 12px !important; }
  .right-items__backlog .option {
    margin-left: 5px;
    background: #f4f5f7;
    color: #707070;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px; }
    .right-items__backlog .option button {
      width: 100%;
      background: unset;
      border: none;
      padding: 0;
      margin: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .right-items__backlog .option:hover {
      background: #e5edfa;
      color: #0052cc;
      cursor: pointer; }
      .right-items__backlog .option:hover svg {
        color: #0052cc; }
    .right-items__backlog .option:focus-visible, .right-items__backlog .option:visited, .right-items__backlog .option:active {
      background: #e5edfa;
      color: #0052cc; }
    .right-items__backlog .option svg {
      color: #707070;
      height: 16px; }
    .right-items__backlog .option .dropdown-menu {
      -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
              box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
      border-radius: 10px !important;
      border: none !important;
      min-width: 7rem;
      inset: 0px 0px auto auto !important;
      top: 40px !important;
      -webkit-transform: none !important;
              transform: none !important; }
      .right-items__backlog .option .dropdown-menu a {
        font-size: 14px;
        font-weight: 500;
        color: #707070; }
        .right-items__backlog .option .dropdown-menu a:active {
          background: transparent; }

.right-items__backlog.backlog_sprint .btn-sm, .right-items__backlog.backlog_sprint .btn-group-sm > .btn {
  margin-left: 10px !important;
  margin-right: unset !important; }

.right-items__backlog.backlog_sprint .dropdown .option {
  margin-left: 10px !important; }

@media (max-width: 992px) {
  .right-items__backlog-margin {
    margin-top: 22px; } }

.all-sprints .box {
  background: unset; }

.all-sprints .box-content {
  padding: 0; }

.all-sprints .task {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .all-sprints .task .item {
    padding: 11px 10px;
    margin-top: 12px;
    background: #f4f5f7;
    border-radius: 10px; }
  .all-sprints .task .item.main_item {
    margin: 12px 0px 15px !important;
    padding: 15px 10px !important; }

.all-sprints .box-body .text .icon .arrow {
  background-image: url("../images/icon-arrow-down.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 6px;
  height: 11px;
  margin: auto; }

.all-sprints .box-body .text h5, .all-sprints .box-body .text .h5 {
  font-size: 18px;
  margin-left: 6px; }

.all-sprints .box-body .text span {
  font-size: 14px;
  color: #707070;
  margin-left: 7px; }

@media (max-width: 992px) {
  .all-sprints .text-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 1110px) {
  .all-sprints .text-option .sprint-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .all-sprints .text-option .sprint-name span {
      margin-left: 0; } }

.all-sprints .sprint-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 992px) {
    .all-sprints .sprint-item {
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .all-sprints .sprint-item {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (max-width: 530px) {
    .all-sprints .sprint-item {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 468px) {
    .all-sprints .sprint-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; }
      .all-sprints .sprint-item .number {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 5px; }
      .all-sprints .sprint-item .btn,
      .all-sprints .sprint-item .option {
        width: 100% !important;
        margin-top: 5px; } }
  .all-sprints .sprint-item .option {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .all-sprints .sprint-item .option:hover {
      background: #dbe4f3;
      color: #0052cc;
      border-radius: 10px; }
    @media (max-width: 992px) {
      .all-sprints .sprint-item .option {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
  .all-sprints .sprint-item .completed {
    background: #d9dadc;
    color: #707070;
    border: 1px solid #707070; }

@media (max-width: 1150px) {
  .all-sprints .box .box-body .item-content {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset; } }

@media (min-width: 768px) {
  .all-sprints .box .box-body .item .col-md-7 {
    width: 58.33333333% !important; }
  .all-sprints .box .box-body .item .col-md-5 {
    width: 41.66666667% !important; } }

@media (max-width: 768px) {
  .all-sprints .box .box-body .item .col-md-7,
  .all-sprints .box .box-body .item .col-md-5 {
    width: auto; } }

@media (max-width: 690px) {
  .all-sprints .item-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
    -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
            justify-content: unset !important; } }

.all-sprints .nav-select .dropdown-menu.show {
  top: 15px; }

.all-sprints .task {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px; }

@media (max-width: 501px) {
  .all-sprints .box .box-head span {
    margin-left: 12px; } }

.project-progress .scroll-progress-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.project-progress .scroll-progress-bottom::-webkit-scrollbar {
  height: 5px; }

.project-progress .scroll-progress-bottom::-webkit-scrollbar-thumb {
  background: #5c5c5c;
  border-radius: 10px; }

.project-progress .scroll-progress-bottom::-webkit-scrollbar-track {
  background: #d8d9db; }

.project-progress .scroll-progress-bottom::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.project-progress .progress-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .project-progress .progress-heading .text-date span {
    font-size: 14px;
    color: #707070;
    margin-left: 5px;
    margin-top: 1%; }

.project-progress .col-md-3 {
  width: 31.11% !important;
  padding-right: 16px; }
  @media (max-width: 1230px) {
    .project-progress .col-md-3 {
      width: 33.5% !important; } }
  @media (max-width: 1160px) {
    .project-progress .col-md-3 {
      width: 34.5% !important; } }
  @media (max-width: 1100px) {
    .project-progress .col-md-3 {
      width: 40% !important; } }
  @media (max-width: 970px) {
    .project-progress .col-md-3 {
      width: 45% !important; } }
  @media (max-width: 910px) {
    .project-progress .col-md-3 {
      width: 50% !important; } }
  @media (max-width: 738px) {
    .project-progress .col-md-3 {
      width: 62% !important; } }
  @media (max-width: 612px) {
    .project-progress .col-md-3 {
      width: 67% !important; } }
  @media (max-width: 585px) {
    .project-progress .col-md-3 {
      width: 75% !important; } }
  @media (max-width: 530px) {
    .project-progress .col-md-3 {
      width: 90% !important; } }
  @media (max-width: 430px) {
    .project-progress .col-md-3 {
      width: 100% !important; } }

.project-progress .row-p {
  padding-left: 17px;
  padding-right: 15px; }

.project-progress .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 10px; }
  .project-progress .heading h5, .project-progress .heading .h5 {
    font-size: 20px; }
  .project-progress .heading .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .project-progress .heading .search-icon {
    position: absolute;
    margin-left: 10px;
    margin-top: 18px;
    width: 13px;
    height: 13px; }

@media (max-width: 840px) {
  .project-progress .w-255 {
    width: 228px; }
  .project-progress .btn-sm, .project-progress .btn-group-sm > .btn {
    padding: 11px 13px; } }

@media (max-width: 715px) {
  .project-progress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-top: 12px; }
    .project-progress .top-right {
      margin-top: 15px; } }

@media (max-width: 548px) {
  .project-progress .top-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .project-progress .w-255 {
    margin-top: 8px;
    width: 100%; }
  .project-progress .btn {
    width: 100%;
    margin-top: 8px; }
  .project-progress .search-icon {
    margin-top: 25px; } }

.item-heading {
  background: #f4f5f7;
  border-radius: 10px;
  padding: 9px; }
  .item-heading h5, .item-heading .h5 {
    font-size: 20px;
    color: #707070;
    padding-left: 25px;
    max-width: 220px; }
  .item-heading .name-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .item-heading .name-icon .active_sprint_name {
      padding-left: 4px !important;
      max-width: 270px !important; }
    .item-heading .name-icon svg {
      cursor: pointer;
      color: #d3d3d3;
      font-size: 1rem !important;
      margin-bottom: 2px;
      margin-left: 5px; }
      .item-heading .name-icon svg:hover {
        color: #0052cc; }

.mt_18 {
  margin-top: 18px !important; }

.mt_15 {
  margin-top: 12px !important; }

.content::-webkit-scrollbar {
  width: 0; }

.content::-webkit-scrollbar {
  display: none; }

.content {
  background: #fff;
  overflow: auto; }
  .content .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.half-box {
  background: #f4f5f7;
  border-radius: 10px;
  border: 3px dotted transparent;
  /* For Firefox */ }
  @media (max-width: 768px) {
    .half-box {
      width: 290px !important; } }
  .half-box .content {
    background: unset;
    padding-top: 24px;
    padding-left: 14px;
    padding-right: 10px;
    padding-bottom: 24px; }
  .half-box .heading h6, .half-box .heading .h6 {
    font-size: 18px; }
  .half-box .heading span {
    font-size: 12px;
    color: #707070; }
  .half-box .heading .icon-div.color {
    background: #dbe4f3;
    color: #0052cc; }
    .half-box .heading .icon-div.color svg {
      color: #0052cc; }
  .half-box .heading .icon-div {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px; }
    .half-box .heading .icon-div:hover {
      background: #dbe4f3;
      color: #0052cc;
      cursor: pointer; }
      .half-box .heading .icon-div:hover svg {
        color: #0052cc; }
    .half-box .heading .icon-div svg {
      width: 3px;
      height: 13px;
      color: #707070; }
    .half-box .heading .icon-div .dropdown-menu {
      min-width: 7rem;
      top: 8px; }
  .half-box .box-content {
    padding-left: 10px;
    padding-right: 12px;
    margin-right: 14px; }
    .half-box .box-content .h-overflow {
      height: 400px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .half-box .by-default-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 11px; }
  .half-box .by-default-scroll::-webkit-scrollbar {
    width: 4px; }
  .half-box .by-default-scroll::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 10px; }
  .half-box .by-default-scroll::-webkit-scrollbar-track {
    background: #d8d9db; }
  .half-box .box-content {
    scrollbar-width: thin;
    scrollbar-color: #707070 #d8d9db; }
  .half-box .by-default-scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .half-box .project {
    padding-top: 15px;
    padding-bottom: 9px; }
  .half-box .option {
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .half-box .option .show.dropdown {
      background: #e5edfa;
      color: #0052cc;
      border-radius: 6px; }
      .half-box .option .show.dropdown svg {
        color: #0052cc; }
    .half-box .option .option-icon {
      border-radius: 6px; }
      .half-box .option .option-icon:hover {
        background: #e5edfa;
        color: #0052cc; }
        .half-box .option .option-icon:hover svg {
          color: #0052cc; }
      .half-box .option .option-icon svg {
        height: 12px;
        color: #707070; }
      .half-box .option .option-icon a {
        color: #707070;
        font-size: 14px;
        font-weight: 500; }
        .half-box .option .option-icon a:active {
          background: unset !important;
          color: #707070 !important; }
  .half-box .dropdown-menu {
    min-width: 7rem; }
  .half-box .dropdown-menu.show {
    top: 28px !important;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
    border-radius: 10px !important;
    border: none !important;
    min-width: 7rem;
    -webkit-transform: none !important;
            transform: none !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .half-box .anything {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .half-box .anything p {
      font-size: 16px;
      padding-left: 9px;
      font-weight: 600;
      margin: 0;
      cursor: pointer; }
    .half-box .anything .line_through {
      text-decoration: line-through;
      color: #707070; }
    .half-box .anything .img {
      background-image: url("../images/tasks.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 20px;
      height: 20px; }
    .half-box .anything .subTask {
      background-image: url("../images/task-yellow.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 20px;
      height: 20px; }
      @media (max-width: 1330px) {
        .half-box .anything .subTask {
          width: 21px; } }
      @media (max-width: 1285px) {
        .half-box .anything .subTask {
          width: 20px; } }
      @media (max-width: 1235px) {
        .half-box .anything .subTask {
          width: 24px;
          height: 21px; } }
      @media (max-width: 1130px) {
        .half-box .anything .subTask {
          width: 25px; } }
      @media (max-width: 970px) {
        .half-box .anything .subTask {
          width: 26px;
          height: 25px; } }
      @media (max-width: 940px) {
        .half-box .anything .subTask {
          width: 29px;
          height: 26px; } }
    .half-box .anything .userStory {
      background-image: url("../images/userStory.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 20px;
      height: 20px; }
      @media (max-width: 1330px) {
        .half-box .anything .userStory {
          width: 21px; } }
      @media (max-width: 1285px) {
        .half-box .anything .userStory {
          width: 22px; } }
      @media (max-width: 1235px) {
        .half-box .anything .userStory {
          width: 24px;
          height: 21px; } }
      @media (max-width: 1130px) {
        .half-box .anything .userStory {
          width: 25px; } }
      @media (max-width: 970px) {
        .half-box .anything .userStory {
          width: 26px;
          height: 25px; } }
      @media (max-width: 940px) {
        .half-box .anything .userStory {
          width: 29px;
          height: 26px; } }
    .half-box .anything .bug {
      background-image: url("../images/Bug.png");
      background-repeat: no-repeat;
      background-size: cover;
      width: 20px;
      height: 20px; }
  .half-box .status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 8px; }
    .half-box .status .hg-icon {
      background-image: url("../images/red-top-icon.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 7px;
      height: 8px; }
    .half-box .status .md-icon {
      background-image: url("../images/yellow-top-icon.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 7px;
      height: 8px; }
    .half-box .status .low-icon {
      background-image: url("../images/blue-top-icon.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 7px;
      height: 8px; }
    .half-box .status .none-icon {
      background-image: url("../images/none-priority.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 7px;
      height: 8px; }
    .half-box .status .hg-priority {
      padding-left: 4px;
      font-size: 12px;
      color: #ff7452;
      cursor: pointer; }
    .half-box .status .md-priority {
      padding-left: 4px;
      font-size: 12px;
      color: #ffab00;
      cursor: pointer; }
    .half-box .status .low-priority {
      padding-left: 4px;
      font-size: 12px;
      color: #2684ff;
      cursor: pointer; }
    .half-box .status .none-priority {
      padding-left: 4px;
      font-size: 12px;
      color: #707070;
      background: unset !important;
      cursor: pointer; }
  .half-box hr {
    margin: 0;
    color: #c8c8c8; }
  .half-box .project-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px;
    padding-top: 6px; }
    .half-box .project-footer .user {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .half-box .project-footer .img {
      background-image: url("../images/user.png");
      background-size: cover;
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      border-radius: 6px;
      border: 1px solid #979797; }
    .half-box .project-footer span {
      color: #707070;
      font-size: 12px;
      padding-left: 11px; }
    .half-box .project-footer .option {
      cursor: pointer;
      width: 24px;
      height: 24px;
      border-radius: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .half-box .project-footer .option .show.dropdown {
        background: #e5edfa;
        color: #0052cc;
        border-radius: 6px; }
        .half-box .project-footer .option .show.dropdown svg {
          color: #0052cc; }
      .half-box .project-footer .option .option-icon {
        border-radius: 6px; }
        .half-box .project-footer .option .option-icon:hover {
          background: #e5edfa;
          color: #0052cc; }
          .half-box .project-footer .option .option-icon:hover svg {
            color: #0052cc; }
        .half-box .project-footer .option .option-icon svg {
          height: 12px;
          color: #707070; }
        .half-box .project-footer .option .option-icon a {
          color: #707070;
          font-size: 14px;
          font-weight: 500; }
          .half-box .project-footer .option .option-icon a:active {
            background: unset !important;
            color: #707070 !important; }
    .half-box .project-footer .dropdown-menu {
      min-width: 7rem; }
    .half-box .project-footer .dropdown-menu.show {
      top: 28px !important;
      -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
              box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
      border-radius: 10px !important;
      border: none !important;
      min-width: 7rem;
      -webkit-transform: none !important;
              transform: none !important;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
  .half-box .col-md-12 {
    background: #ffffff;
    border-radius: 10px; }
  .half-box .progress-task__add .dropdown-menu.show {
    top: -106px !important; }
    .half-box .progress-task__add .dropdown-menu.show .dropdown-item {
      color: #707070;
      font-size: 14px;
      font-weight: 500; }
      .half-box .progress-task__add .dropdown-menu.show .dropdown-item:active {
        background: unset !important; }
  .half-box .box-footer .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px; }
    .half-box .box-footer .actions .toggle-addTask {
      background: unset; }
    .half-box .box-footer .actions .add-icon-blue {
      width: 14px;
      height: 14px;
      background-image: url("../images/AddIconBlue.svg");
      background-repeat: no-repeat;
      background-size: cover;
      cursor: pointer;
      margin-right: 3px; }
    .half-box .box-footer .actions button {
      color: #0052cc; }

.complete-sprint_modal .modal-header {
  padding: 1rem 1rem 0rem 1rem; }

.complete-sprint_modal .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 20px; }
  .complete-sprint_modal .modal-title .img {
    background-image: url("../images/Promoted.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 49px;
    height: 61px; }
    @media (max-width: 430px) {
      .complete-sprint_modal .modal-title .img {
        width: 60px; } }
    @media (max-width: 370px) {
      .complete-sprint_modal .modal-title .img {
        width: 64px;
        height: 62px; } }

.complete-sprint_modal .sprint-detail {
  margin-bottom: 25px; }
  @media (max-width: 436px) {
    .complete-sprint_modal .sprint-detail {
      margin-top: 10px; } }
  .complete-sprint_modal .sprint-detail .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .complete-sprint_modal .sprint-detail .status-done {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background: #28a745; }
  .complete-sprint_modal .sprint-detail .status-yellow {
    width: 16px;
    height: 16px;
    background: #ffab00;
    border-radius: 5px; }
  .complete-sprint_modal .sprint-detail p {
    font-size: 16px;
    margin: 0;
    padding-left: 12px;
    padding-top: 2px; }

.complete-sprint_modal .fields .sprint-text {
  color: #707070;
  font-size: 18px;
  padding-left: 2px; }

.manage-account {
  margin: 0 6rem 0 6rem; }
  @media (max-width: 767px) {
    .manage-account {
      margin: 0 1rem 0 1rem; }
      .manage-account .select-heading {
        padding-top: 20px; } }
  @media (max-width: 455px) {
    .manage-account {
      margin: 0; } }
  .manage-account .user {
    width: 130px;
    height: 100px; }
    .manage-account .user .img {
      background-image: url("../images/Rectangle1.png");
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .manage-account .user {
        margin-bottom: 20px; } }
  .manage-account h5, .manage-account .h5 {
    padding-bottom: 10px; }
  .manage-account .form-select__select {
    padding: 13px 10px 13px 15px; }
  .manage-account .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.report-top_items {
  width: unset !important;
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
  -webkit-box-pack: unset !important;
      -ms-flex-pack: unset !important;
          justify-content: unset !important; }
  .report-top_items .users {
    margin-right: 10px; }

.all-reports .heading h5, .all-reports .heading .h5 {
  font-size: 20px; }

.all-reports .content {
  margin-top: 25px; }

.all-reports .chart,
.all-reports .chart2,
.all-reports .chart3,
.all-reports .chart4 {
  position: relative;
  -webkit-box-shadow: 0px 1px 4px #0000001a;
          box-shadow: 0px 1px 4px #0000001a;
  border-radius: 6px;
  padding: 25px 25px 0 25px; }
  .all-reports .chart .img,
  .all-reports .chart2 .img,
  .all-reports .chart3 .img,
  .all-reports .chart4 .img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 198px;
    background-position-y: bottom; }
  .all-reports .chart .text,
  .all-reports .chart2 .text,
  .all-reports .chart3 .text,
  .all-reports .chart4 .text {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 17px; }
    .all-reports .chart .text p,
    .all-reports .chart2 .text p,
    .all-reports .chart3 .text p,
    .all-reports .chart4 .text p {
      margin: 0; }

.all-reports .chart .img {
  background-image: url("../images/chart1.svg"); }

.all-reports .chart2 .img {
  background-image: url("../images/chart2.svg"); }

.all-reports .chart3 .img {
  background-image: url("../images/chart3.svg"); }

.all-reports .chart4 .img {
  background-image: url("../images/chart4.svg"); }

.manage-list_modal .project-name {
  -webkit-box-shadow: 0px 1px 4px #0000001a;
          box-shadow: 0px 1px 4px #0000001a;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px; }

.manage-list_modal .title-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .manage-list_modal .title-img .img {
    width: 20px;
    height: 20px;
    background-image: url("../images/tasks.svg");
    background-repeat: no-repeat;
    background-size: cover; }
  .manage-list_modal .title-img span {
    font-size: 14px;
    color: #292929;
    font-weight: 600;
    padding-left: 10px; }

.manage-list_modal .action {
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .manage-list_modal .action:hover {
    color: #0052cc;
    background: #e5edfa; }
  .manage-list_modal .action svg {
    height: 12px; }
  .manage-list_modal .action .dropdown-menu.show {
    top: 5px;
    min-width: 7rem; }

.small-text-font {
  font-size: 14px !important; }

.autocomplete-text-area {
  background: #ffffff !important;
  border-radius: 6px !important;
  margin-top: 4px !important; }
  .autocomplete-text-area .MuiInputBase-root {
    border-radius: 10px !important; }

.description-preview p {
  margin-bottom: 10px !important;
  margin-top: 0px !important; }

.description-preview blockquote {
  margin: 0 0 20px;
  padding: 10px;
  border-left: 2px solid #ccc;
  color: #555;
  font-style: italic; }

.ms-5 blockquote {
  margin: 0 0 20px;
  padding: 10px;
  border-left: 2px solid #ccc;
  color: #555;
  font-style: italic; }

.font-weight-400 {
  font-weight: 400px !important; }

.font-weight-600 {
  font-weight: 600px !important; }

.cursor-hover {
  cursor: pointer; }

.text-decoration-none {
  text-decoration: none !important; }

.link-color {
  color: #1973b9 !important;
  cursor: pointer; }

.f-16 {
  font-size: 16px !important; }

.circle-button {
  width: 50px;
  /* Adjust the size as needed */
  height: 50px;
  /* Adjust the size as needed */
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3498db;
  /* Your preferred background color */
  color: #ffffff;
  /* Your preferred text color */
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.circle-button:hover {
  background-color: #2980b9;
  /* Adjust the hover background color */ }

.audio-controls {
  padding-left: 50%; }

.audio-player {
  margin-top: 10px;
  padding-left: 30%; }

.input-wrapper {
  position: relative; }

.input_icons {
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust the right position as needed */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.coursor-pointer {
  cursor: pointer; }

.sub-task-drawer .MuiDrawer-paper {
  width: 75% !important; }

.ItemViewFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ItemViewFieldValue {
  margin: 24px 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.ml-20 {
  margin-left: 20px; }

.ml-5 {
  margin-left: 5px !important; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-20 {
  margin-bottom: 20px; }

.p-10 {
  padding: 10px; }

.font-weight-600 {
  font-weight: 600 !important; }

.box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .box-head .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 560px) {
      .box-head .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; } }
  @media (max-width: 560px) {
    .box-head .resp_pl_0 {
      padding-left: 0px !important; } }
  .box-head h5, .box-head .h5 {
    font-size: 20px; }
  .box-head .task-count {
    font-size: unset !important;
    color: unset !important; }
  .box-head span {
    font-size: 14px;
    color: #707070;
    margin-left: 5px; }
    @media (max-width: 992px) {
      .box-head span {
        margin-left: 0px !important; } }
    .box-head span .text-blue {
      color: blue !important; }
  .box-head label {
    margin-top: 1%; }
  .box-head .show.dropdown .option {
    background: #e5edfa;
    color: #0052cc; }
    .box-head .show.dropdown .option svg {
      color: #0052cc; }
  .box-head .option {
    margin-left: 5px;
    background: #f4f5f7;
    color: #707070;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px; }
    .box-head .option button {
      width: 100%; }
    .box-head .option:hover {
      background: #e5edfa;
      color: #0052cc;
      cursor: pointer; }
      .box-head .option:hover svg {
        color: #0052cc; }
    .box-head .option:focus-visible, .box-head .option:visited, .box-head .option:active {
      background: #e5edfa;
      color: #0052cc; }
    .box-head .option svg {
      color: #707070;
      height: 16px; }
    .box-head .option .dropdown-menu {
      -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
              box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.160784);
      border-radius: 10px !important;
      border: none !important;
      min-width: 7rem;
      inset: 0px 0px auto auto !important;
      top: 40px !important;
      -webkit-transform: none !important;
              transform: none !important; }
      .box-head .option .dropdown-menu a {
        font-size: 14px;
        font-weight: 500;
        color: #707070; }
        .box-head .option .dropdown-menu a:active {
          background: transparent; }
  .box-head .draggable-item.project.anything.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .box-head .draggable-item.project.anything.text .icon {
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 574px) {
        .box-head .draggable-item.project.anything.text .icon {
          width: 26px; } }
      @media (max-width: 462px) {
        .box-head .draggable-item.project.anything.text .icon {
          width: 34px;
          height: 22px; } }
    .box-head .draggable-item.project.anything.text .task-done-blue {
      background-image: url("../images/tasks.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%; }
    .box-head .draggable-item.project.anything.text .userStory {
      background-image: url("../images/userStory.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%; }
    .box-head .draggable-item.project.anything.text .task-done-yellow {
      background-image: url("../images/task-yellow.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%; }
    .box-head .draggable-item.project.anything.text .project-icon {
      background-image: url("../images/Project_icon.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%; }
    .box-head .draggable-item.project.anything.text .bug {
      background-image: url("../images/Bug.png");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%; }
    .box-head .draggable-item.project.anything.text p {
      margin: 0;
      font-size: 14px;
      padding-left: 10px; }
    .box-head .draggable-item.project.anything.text .line_through {
      text-decoration: line-through;
      color: #707070; }

.time-line-border {
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 7px;
  margin-top: 20px !important; }

.time-lineStepper .MuiStepConnector-vertical {
  margin-left: 12px !important; }

.time-lineStepper .MuiStepLabel-labelContainer {
  position: relative; }

.time-lineStepper .timeline-img {
  left: 0px;
  top: -5px; }
  .time-lineStepper .timeline-img img {
    width: 35px;
    height: 35px; }

.time-lineStepper .MuiStepContent-root {
  min-height: 50px;
  max-height: 250px;
  margin-left: 7px !important;
  padding-left: 25px !important; }

.box .sprint_box {
  padding: 18px 1px !important; }
  .box .sprint_box .text_div_padding {
    padding: 1px 0px 5px !important; }

.sprint_main_box {
  margin-top: 0.4%; }
  .sprint_main_box .sprint_box_content {
    padding: 0px !important; }

.color-input {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0;
  margin-right: 10px; }

.history-content {
  width: 80%;
  margin: 0px auto; }

.cursor-pointer {
  cursor: pointer; }

.row video,
.row audio {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  border-radius: 8px; }

.linearProgress {
  margin-top: 35px;
  position: absolute;
  left: 22%;
  margin-top: 30px;
  width: 50%; }

.editorviewtask .rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  right: 10px;
  left: unset !important; }
  @media (max-width: 1530px) {
    .editorviewtask .rdw-colorpicker-modal {
      right: unset !important;
      left: 5px !important; } }

.editorviewtask .rdw-link-modal {
  position: absolute;
  top: 35px;
  left: unset !important;
  right: 42px !important;
  height: 235px !important; }
  @media (max-width: 1460px) {
    .editorviewtask .rdw-link-modal {
      right: unset !important;
      left: 5px !important; } }
  .editorviewtask .rdw-link-modal .rdw-link-modal-buttonsection {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .editorviewtask .rdw-link-modal .rdw-link-modal-buttonsection .rdw-link-modal-btn {
      margin: 0; }

.editorviewtask .rdw-emoji-wrapper .rdw-emoji-modal {
  right: 4px !important;
  left: unset !important; }
  @media (max-width: 1603px) {
    .editorviewtask .rdw-emoji-wrapper .rdw-emoji-modal {
      right: unset !important;
      left: 5px !important; } }

@media (max-width: 1504px) {
  .commenteditor .rdw-link-wrapper .rdw-link-modal {
    right: auto !important;
    left: auto !important; } }

@media (max-width: 1492px) {
  .commenteditor .rdw-link-wrapper .rdw-link-modal {
    right: unset !important;
    left: 5px !important; } }

@media (max-width: 1561px) {
  .commenteditor .rdw-colorpicker-wrapper .rdw-colorpicker-modal {
    right: unset !important;
    left: 5px !important; } }

@media (max-width: 1635px) {
  .commenteditor .rdw-emoji-wrapper .rdw-emoji-modal {
    right: unset !important;
    left: 5px !important; } }

.editormodalwindow .rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  right: 10px;
  left: unset !important; }
  @media (max-width: 992px) {
    .editormodalwindow .rdw-colorpicker-modal {
      left: 5px !important;
      right: unset !important; } }

.editormodalwindow .rdw-link-modal {
  position: absolute;
  top: 35px;
  left: unset !important;
  right: 42px !important;
  height: 235px !important; }
  @media (max-width: 992px) {
    .editormodalwindow .rdw-link-modal {
      left: 5px !important;
      right: unset !important; } }
  .editormodalwindow .rdw-link-modal .rdw-link-modal-buttonsection {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .editormodalwindow .rdw-link-modal .rdw-link-modal-buttonsection .rdw-link-modal-btn {
      margin: 0; }

.task-list-progress-body {
  overflow: auto;
  max-height: 100%;
  padding: 24px 32px !important; }

.font-title-assinges {
  font-weight: 600; }

.assignees-count-chart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  border-bottom: 1px solid #e4e7ec; }

.username {
  font-size: 14px; }

.count {
  font-size: 12px; }

@media (max-width: 1504px) {
  .projectmodalwindow .rdw-colorpicker-modal {
    right: auto !important; } }

.aa-Panel {
  z-index: 15000 !important;
  top: 51.0625px !important; }

.prob__height {
  min-height: 455px !important; }

.height-100 {
  height: 100% !important; }

.overview_task_icon {
  height: 20px !important;
  width: 20px !important; }

.null_task_message {
  margin: 25% 10% !important;
  max-width: 400px !important;
  text-align: center; }

.overview_task_table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-bottom: 2px solid rgba(112, 112, 112, 0.1); }
  .overview_task_table_row .MuiCircularProgress-colorPrimary {
    height: 70px !important;
    width: 70px !important;
    margin: 8px 0 0; }
  .overview_task_table_row .type_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30% !important; }
  .overview_task_table_row .w-6 {
    width: 6% !important; }
  .overview_task_table_row .w-12 {
    width: 12% !important; }

.box .sprint_count_box {
  padding: 24px !important; }
  .box .sprint_count_box .sprint_icon {
    padding: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px; }
  .box .sprint_count_box .total_sprint {
    background-color: #e6e7e9; }
  .box .sprint_count_box .new_sprint {
    background-color: #f7edde; }
  .box .sprint_count_box .inprogress_sprint {
    background-color: #dce9f8; }
  .box .sprint_count_box .completed_sprint {
    background-color: #dbede6; }
  .box .sprint_count_box .sprint_count {
    margin-left: 16px; }
    .box .sprint_count_box .sprint_count h4, .box .sprint_count_box .sprint_count .h4 {
      margin-top: 5px; }
    .box .sprint_count_box .sprint_count h5, .box .sprint_count_box .sprint_count .h5 {
      font-weight: 500;
      min-width: 160px; }

.task_filter_drawer .MuiDrawer-paper {
  width: 45% !important; }
  @media (max-width: 1160px) {
    .task_filter_drawer .MuiDrawer-paper {
      width: 50% !important; } }
  @media (max-width: 1060px) {
    .task_filter_drawer .MuiDrawer-paper {
      width: 53% !important; } }
  @media (max-width: 950px) {
    .task_filter_drawer .MuiDrawer-paper {
      width: 55% !important; } }
  @media (max-width: 768px) {
    .task_filter_drawer .MuiDrawer-paper {
      width: 60% !important; } }
  @media (max-width: 715px) {
    .task_filter_drawer .MuiDrawer-paper {
      width: 70% !important; } }
  @media (max-width: 620px) {
    .task_filter_drawer .MuiDrawer-paper {
      width: 80% !important; } }
  @media (max-width: 550px) {
    .task_filter_drawer .MuiDrawer-paper {
      width: 87% !important; } }

.filter_wrapper {
  width: 100% !important; }

.filter_header {
  width: 100%;
  padding: 10px 33px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1260px) {
    .filter_header .filter_heading_responsive {
      font-size: 25px !important; } }
  @media (max-width: 992px) {
    .filter_header .filter_heading_responsive {
      font-size: 20px !important; } }
  .filter_header .drawer_title {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .filter_header .drawer_title svg {
      font-size: 1.5rem; }

.custom_time_field {
  width: 48%; }

.top-right .filter_count {
  color: #112ca4;
  background-color: rgba(17, 44, 164, 0.1);
  font-weight: 600; }

.task_canvas {
  height: 335px !important;
  width: 335px !important;
  margin: auto !important; }

.user.dropdown {
  margin-left: 30px; }
  .user.dropdown .dropdown-menu {
    min-width: 12rem; }

.notification-section h4, .notification-section .h4 {
  font-size: 24px;
  font-weight: 600; }

.notification-section a {
  text-decoration: underline !important;
  color: #0052cc !important;
  font-size: 10px;
  cursor: pointer; }

.notification.active {
  background: #e9f2ff; }

.notification-7day .message {
  color: #1e4620;
  background-color: #edf7ed;
  padding: 6px 16px;
  border-radius: 4px; }
  .notification-7day .message span {
    color: #1e4620;
    font-weight: 400;
    font-size: 0.875rem; }

.notification.active {
  padding: 22px 16px !important; }

.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px !important;
  border-radius: 10px;
  margin-bottom: 6px !important; }
  .notification .left-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .notification .left-section .user {
      width: 24px;
      height: 24px;
      border-radius: 6px;
      background-size: contain; }
    .notification .left-section .view_task_icon {
      margin-right: 0px;
      margin-left: 4px;
      width: 20px !important;
      height: 20px !important; }
    .notification .left-section .notification-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 14px;
      padding-top: 8px; }
      .notification .left-section .notification-text .assignee {
        color: #000000;
        font-size: 12px;
        font-size: 12px;
        padding-bottom: 2px;
        cursor: pointer; }
      .notification .left-section .notification-text .notification-time {
        font-size: 12px;
        color: #707070;
        padding-bottom: 2px; }
      .notification .left-section .notification-text .project-name {
        color: #0052cc;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer; }
      .notification .left-section .notification-text .view-more {
        text-decoration: underline;
        color: #0052cc;
        font-size: 10px;
        cursor: pointer; }
  .notification .right-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .notification .right-section a {
      text-decoration: underline !important;
      font-size: 16px;
      cursor: pointer; }

.notification.active {
  margin-bottom: 10px !important; }

.nav-drop-notification {
  margin-left: 30px; }
  .nav-drop-notification .button_style {
    width: 100%;
    height: 100%; }
    .nav-drop-notification .button_style:hover {
      background: #e5edfa !important; }
      .nav-drop-notification .button_style:hover svg {
        color: #0052cc; }

.nav-drop-notification.show.dropdown .button_style {
  background: #e5edfa !important; }
  .nav-drop-notification.show.dropdown .button_style svg {
    color: #0052cc; }

.nav-drop-notification .notification-menus {
  max-height: 17.5rem;
  overflow-y: auto;
  overflow-x: hidden; }

.nav-drop-notification .no-notification-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.nav-drop-notification .notification-menus::-webkit-scrollbar {
  width: 8px; }

.nav-drop-notification .dropdown-menu {
  width: 20rem;
  border: none;
  -webkit-transform: translate(-5px, 53px) !important;
          transform: translate(-5px, 53px) !important;
  inset: 0px 0 auto auto !important;
  -webkit-box-shadow: 0px 1px 4px #0000001a;
          box-shadow: 0px 1px 4px #0000001a;
  border-radius: 10px; }
  .nav-drop-notification .dropdown-menu .dropdown-item {
    padding: 8px 0rem !important; }
    .nav-drop-notification .dropdown-menu .dropdown-item:active, .nav-drop-notification .dropdown-menu .dropdown-item:focus, .nav-drop-notification .dropdown-menu .dropdown-item:hover {
      background: unset;
      color: unset; }

.nav-drop-notification .notification-count {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 10px;
  background: #d94841;
  width: 15px;
  height: auto;
  border-radius: 50%; }

.nav-notification {
  padding: 0px 16px; }
  .nav-notification .view-more {
    font-size: 12px; }
  .nav-notification .left-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nav-notification .left-section .view_task_icon {
      width: 24px !important;
      height: 20px !important; }
    .nav-notification .left-section .notification-text {
      padding-top: 9px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 3px;
      width: -webkit-fill-available; }
    .nav-notification .left-section .close-icon svg {
      margin-top: 9px; }
    .nav-notification .left-section .assignee {
      font-size: 12px;
      padding-bottom: 5px; }
    .nav-notification .left-section .notification-time {
      font-size: 12px;
      font-size: 12px;
      color: #707070;
      padding-bottom: 5px; }
    .nav-notification .left-section .project-name {
      font-size: 12px; }
    .nav-notification .left-section .view-more {
      text-decoration: underline;
      font-size: 10px; }

.notification-border {
  margin: 0px 10px 0px 10px;
  border: 1px solid #f4f5f7 !important; }

.notification-border.A {
  display: none; }

.p-20 {
  padding: 20px; }

.small-notification-msg {
  font-weight: 500;
  font-size: 12px; }

.notification-no {
  border-top: 1px solid #ebebeb !important; }

.body-medium-normal {
  font-size: 14px !important;
  font-weight: 400 !important; }

.infinite-scroll-component__outerdiv .infinite-scroll-component {
  overflow: hidden !important; }

.loader-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999; }

.droppable-over .half-box {
  border: 3px dotted #ddd; }

.can-drop {
  border: transparent; }

.backlog-cta {
  margin-right: unset !important; }
  @media (max-width: 1320px) {
    .backlog-cta .col-md-5 {
      width: 39.333333%; }
    .backlog-cta .col-md-7 {
      width: 60.333333%; } }

.progressBar-count {
  cursor: pointer !important;
  width: 35% !important;
  height: 15px !important;
  font-weight: 500 !important;
  border-radius: 10px; }
  .progressBar-count .progress-bar span {
    color: #fff;
    font-size: unset !important; }

.pt-0 {
  padding-top: 0 !important; }

.unassigned-create-task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.label_create_task .autocomplete-text-area {
  margin-top: 5px !important; }

.label_create_task .MuiOutlinedInput-input.MuiInputBase-input {
  padding: 14px 12px 12px 4px !important; }

.label_create_task.task-labels label {
  top: -2px !important; }

.file_divs {
  width: 280px; }

.project-files-div {
  width: 263px; }
  .project-files-div .file-bottom {
    width: 190px; }

.delete-status-heading {
  position: relative; }
  .delete-status-heading p {
    position: absolute;
    font-size: 11px; }

.recordings {
  width: 263px; }
  .recordings .file_main_section {
    padding: 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .recordings .file_main_section .mic-vid-icon {
      position: unset; }
      .recordings .file_main_section .mic-vid-icon .imgs {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 3px !important; }
        .recordings .file_main_section .mic-vid-icon .imgs img {
          width: 40px; }
  .recordings .file_main_section_left {
    padding-left: 0px !important;
    width: -webkit-fill-available; }
    .recordings .file_main_section_left .row-time-action {
      padding-top: 6px; }
    .recordings .file_main_section_left .col-time {
      padding-right: 0; }

.viewtask-files {
  width: 258px; }
  .viewtask-files .file_main_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px !important; }
    .viewtask-files .file_main_section .mic-vid-icon {
      position: unset; }
    .viewtask-files .file_main_section .imgs {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      padding-left: 3px !important; }
      .viewtask-files .file_main_section .imgs img {
        width: 40px;
        -o-object-fit: cover;
           object-fit: cover; }
  .viewtask-files .file_main_section_left {
    padding-left: 0px !important;
    width: -webkit-fill-available; }
  .viewtask-files .mt-4px {
    margin-top: 4px; }

.pt-30 {
  padding-top: 30px !important; }

.mui-sprint-modal .custom-select.unassinged .unassigned_image .unassign-img {
  margin-top: 4px; }

.mui-sprint-modal .custom-select.unassinged .css-yb0lig {
  font-size: 14px !important; }

.mui-sprint-modal .sprint-editor .DraftEditor-editorContainer {
  font-size: 14px; }

.mui-sprint-modal .sprint-editor .public-DraftEditorPlaceholder-inner {
  font-size: 14px; }

@media (max-width: 990px) {
  .task-content-table {
    overflow: auto; } }

@media (max-width: 990px) {
  .task-content-table::-webkit-scrollbar {
    height: 5px; }
  .task-content-table::-webkit-scrollbar-thumb {
    background: #5c5c5c;
    border-radius: 10px; }
  .task-content-table::-webkit-scrollbar-track {
    background: #d8d9db; }
  .task-content-table::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); } }

@media (max-width: 992px) {
  .box .p-l-r-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.filter_alignment {
  margin-right: -7px !important; }

@media (max-width: 767px) {
  .mt-responsive {
    margin-top: 24px !important; } }

@media (max-width: 715px) {
  .responsive__head {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; } }

.viewTasklist_box {
  background: #f4f5f7;
  padding: 12px;
  border-radius: 10px;
  margin-top: 13px; }

.align_start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important; }

.end_date {
  padding: 5px 39px 5px 39px !important; }

a {
  text-decoration: none; }

.button_style {
  background: unset !important;
  border: none !important; }

.profile_img {
  border-radius: 13px;
  border: none;
  outline: none;
  width: 48px !important;
  height: 47px !important;
  margin-top: -1px !important; }

.unassigned {
  background: #eee;
  padding: 10px !important;
  border-radius: 6px; }

.task_items_member .img {
  width: 24px !important;
  height: 24px !important; }

.unassigned_image {
  background: #eee;
  text-align: center;
  border-radius: 6px;
  width: 26px;
  height: 26px; }
  .unassigned_image img {
    height: 15px; }

.select-follower-bor {
  margin-right: -6px !important;
  height: unset !important; }
  .select-follower-bor img {
    border: 1px solid #fff !important;
    width: 26px !important;
    height: 26px !important; }

.no-progress {
  background: #f0f0f0;
  color: #7a7a7a; }

.task_items_list {
  padding: 5px;
  font-size: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px; }

.task_items_list.current-date {
  background: #e9f2ff !important;
  text-align: center; }
  .task_items_list.current-date p {
    color: #2684ff !important; }

.task_items_list.due-date {
  background: #ffcece !important;
  text-align: center; }
  .task_items_list.due-date p {
    color: #f0142f !important; }

.task_items_priority {
  width: 16%; }

.task_items_progress {
  width: 19%; }

.task_items_date {
  width: 22%; }

.task_items_message {
  width: 9%; }

.task_items_points {
  width: 5.2%; }

.done {
  background: #e9f6ec;
  color: #28a745; }

.in-progress {
  background: #fff6e5;
  color: #ffab00; }

.testing {
  background: #e9f2ff;
  color: #2684ff; }

.none-priority {
  background: #eee;
  color: #7a7a7a; }

.p-x-y {
  padding-left: 18px !important;
  padding-right: 18px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.pl-14 {
  padding-left: 14px; }

#fullLogo {
  display: black; }

#logoIcon {
  display: none;
  width: 60px; }

@media (max-width: 1195px) {
  #fullLogo {
    display: none; }
  #logoIcon {
    display: block;
    width: 41px;
    margin-top: 4px;
    margin-bottom: 4px; } }

.close-drawer p {
  cursor: pointer; }

@media (max-width: 900px) {
  .global-search-main {
    overflow: unset !important; } }

.global-search-input {
  width: 95% !important; }
  @media (max-width: 900px) {
    .global-search-input {
      width: 100% !important; } }

.project_navbar .page-navbar {
  position: fixed;
  width: 100%;
  height: inherit;
  font-weight: 500;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #eeeeee; }
  .project_navbar .page-navbar .navbar-brand__my {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 14.5%; }
    @media (max-width: 1400px) {
      .project_navbar .page-navbar .navbar-brand__my {
        width: 14%; } }
    .project_navbar .page-navbar .navbar-brand__my .navbar-brand {
      margin-right: 0; }
    @media (max-width: 1195px) {
      .project_navbar .page-navbar .navbar-brand__my {
        width: 5.5%; } }
    @media (max-width: 902px) {
      .project_navbar .page-navbar .navbar-brand__my {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .project_navbar .page-navbar .navbar-collapse__my {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .project_navbar .page-navbar .navbar-collapse__my .project-ul {
      width: 100%;
      position: relative; }
      .project_navbar .page-navbar .navbar-collapse__my .project-ul li a {
        color: #707070;
        font-size: 14px;
        cursor: pointer;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 600; }
        @media (max-width: 1324px) {
          .project_navbar .page-navbar .navbar-collapse__my .project-ul li a {
            padding-left: 10px;
            padding-right: 10px; } }
        @media (max-width: 919px) {
          .project_navbar .page-navbar .navbar-collapse__my .project-ul li a {
            padding-left: 8px;
            padding-right: 8px; } }
        .project_navbar .page-navbar .navbar-collapse__my .project-ul li a:hover {
          color: #0052CC !important; }
      .project_navbar .page-navbar .navbar-collapse__my .project-ul li.active a {
        color: #0052cc; }
      .project_navbar .page-navbar .navbar-collapse__my .project-ul .project_search_li {
        padding-left: 28px;
        width: 100%; }
        .project_navbar .page-navbar .navbar-collapse__my .project-ul .project_search_li .input-search__navbar {
          outline: 0;
          border: 0;
          width: 100%;
          padding-left: 10px; }
      .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav {
        width: auto; }
        .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .input-search__navbar {
          outline: 0;
          border: 0;
          padding-left: 10px; }
        .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .search {
          cursor: pointer; }
          .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .search:hover {
            color: #0052cc;
            cursor: pointer; }
        .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .fa-xmark {
          position: absolute;
          right: 11%; }
          @media (max-width: 1620px) {
            .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .fa-xmark {
              right: 8%; } }
          @media (max-width: 1500px) {
            .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .fa-xmark {
              right: 6%; } }
          @media (max-width: 1450px) {
            .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .fa-xmark {
              right: 7.1%; } }
          @media (max-width: 1400px) {
            .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .fa-xmark {
              right: 8.8%; } }
          @media (max-width: 1350px) {
            .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .fa-xmark {
              right: 13.4%; } }
          @media (min-width: 1600px) {
            .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .fa-xmark {
              right: 22%; } }
        .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .search-icon {
          width: 15px;
          height: 15px;
          background-image: url("../images/SearchIcon.svg");
          background-repeat: no-repeat;
          background-size: cover;
          margin-left: 19px; }
        .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .bar-icon_btn {
          border: 1px solid #ccc; }
          .project_navbar .page-navbar .navbar-collapse__my .project-ul .project-nav .bar-icon_btn:focus {
            outline: none;
            -webkit-box-shadow: none;
                    box-shadow: none; }
    .project_navbar .page-navbar .navbar-collapse__my .nav-right .show.dropdown .option-icon {
      background: unset !important;
      color: #0052cc;
      cursor: pointer; }
      .project_navbar .page-navbar .navbar-collapse__my .nav-right .show.dropdown .option-icon .dropdown-menu.show {
        -webkit-transform: translate(-23px, 49px) !important;
                transform: translate(-23px, 49px) !important;
        border-radius: 10px !important;
        min-width: 130px !important; }
        .project_navbar .page-navbar .navbar-collapse__my .nav-right .show.dropdown .option-icon .dropdown-menu.show .dropdown-item {
          background: none;
          font-size: 14px; }
      .project_navbar .page-navbar .navbar-collapse__my .nav-right .show.dropdown .option-icon:hover {
        color: #0052cc; }
    .project_navbar .page-navbar .navbar-collapse__my .nav-right .nav-set {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .project_navbar .page-navbar .navbar-collapse__my .nav-right .nav-set .show.dropdown .option-icon {
        background: unset !important;
        color: #0052cc;
        cursor: pointer; }
        .project_navbar .page-navbar .navbar-collapse__my .nav-right .nav-set .show.dropdown .option-icon .dropdown-menu.show {
          -webkit-transform: translate(-48px, 46px) !important;
                  transform: translate(-48px, 46px) !important;
          border-radius: 10px !important; }
        .project_navbar .page-navbar .navbar-collapse__my .nav-right .nav-set .show.dropdown .option-icon:hover {
          color: #0052cc; }
      .project_navbar .page-navbar .navbar-collapse__my .nav-right .nav-set .option-icon:hover {
        background: unset !important; }
      .project_navbar .page-navbar .navbar-collapse__my .nav-right .nav-set .option-icon .dropdown-menu {
        top: 52px !important;
        right: 8px !important; }
  .project_navbar .page-navbar .input-search__navbar {
    outline: 0;
    border: 0; }

.option-icon {
  border-radius: 6px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .option-icon svg {
    width: 3px;
    color: #7d7070; }
  .option-icon:hover {
    cursor: pointer;
    background: #e5edfa !important; }
    .option-icon:hover svg {
      color: #0052cc; }

.bookmark-icon {
  width: 19px;
  height: 25px;
  color: #707070; }
  .bookmark-icon:hover {
    color: #0052CC;
    cursor: pointer; }

.nocitification-icon {
  width: 23px;
  height: 25px;
  color: #707070; }
  .nocitification-icon:hover {
    cursor: pointer;
    color: #0052CC; }

.user-profile {
  width: 48px;
  height: 48px;
  background-image: url("../images/UserImage.png");
  background-color: #a6a6a6e0;
  background-repeat: no-repeat;
  background-size: cover; }
  .user-profile:hover {
    cursor: pointer; }

.nav-hr {
  padding: 0;
  margin: 0;
  color: #ccc; }

/* Custom media query for 1290px width */
.project_navbar .page-navbar .d-none {
  display: none !important; }

.add-dis {
  display: block !important; }

.wrapper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 70px; }
  @media (max-width: 1195px) {
    .wrapper {
      margin-top: 59px; } }

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }
  .sidebar .content {
    position: fixed;
    width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: -webkit-fill-available;
    border-right: 1px solid #eeeeee; }
    .sidebar .content .bottom_navbar {
      border-top: 2px solid #eeeeee !important;
      padding-top: 8px; }
    .sidebar .content .top-items {
      margin-top: 8px; }
    .sidebar .content ul {
      width: 100%; }
  .sidebar ul a {
    text-decoration: none;
    color: unset; }
  .sidebar .active {
    background: #e5edfa;
    border-radius: 10px; }
    .sidebar .active .icons {
      -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
              filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }
    .sidebar .active a {
      color: #0052cc !important; }
      .sidebar .active a:hover {
        color: #0052cc !important; }
  .sidebar .icons {
    margin-right: 18px;
    color: #707070; }
  .sidebar ul {
    padding: 0; }
  .sidebar li {
    padding: 18px 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    height: 48px;
    margin-left: 8px;
    margin-right: 8px; }
    .sidebar li a {
      color: #707070 !important;
      font-weight: 600;
      font-size: 14px !important; }
    .sidebar li:hover {
      cursor: pointer;
      color: #0052CC; }
      .sidebar li:hover a {
        color: #0052cc !important; }
      .sidebar li:hover .icon-text {
        color: #0052CC; }
      .sidebar li:hover .icons {
        color: #0052CC; }
  .sidebar .collapse_padding {
    padding-left: 14px !important; }
  .sidebar .icon-text {
    font-size: 14px;
    color: #707070; }
  @media (max-width: 840px) {
    .sidebar {
      width: 84px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .sidebar li {
        padding-left: 36px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .sidebar .icon-text {
        display: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; } }
  @media (max-width: 400px) {
    .sidebar {
      width: 20%; } }

.dashboard-icon {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat; }
  .dashboard-icon:hover {
    fill: #0052cc !important; }

.project-icon {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat; }

.task-icon {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat; }

.bugs-icon {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat; }

.sprint-icon {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat; }

.conversation-icon {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat; }

.wikies-icon {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat; }

.team-icon {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat; }

.setting-icon {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat; }

.logout-icon {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat; }

.hidden__plugin_property .rdw-text-align-wrapper {
  display: none; }

.hidden__plugin_property .rdw-emoji-wrapper {
  display: none; }

.sidebar {
  height: 100vh;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }
  .sidebar .s-content {
    position: fixed;
    height: -webkit-fill-available;
    width: inherit; }
  .sidebar .sidebar_toggle {
    z-index: 1;
    bottom: 86px;
    height: 35px;
    background: #e5edfa;
    border-radius: 0% 50% 50% 0 !important;
    left: auto !important;
    right: -18px;
    width: 18px;
    padding: 5px 3px; }
    .sidebar .sidebar_toggle:hover {
      background: #e5edfa !important; }
    .sidebar .sidebar_toggle svg {
      color: #0052cc !important; }

.sidebar.sidebar_collapse {
  width: 60px; }

.collapse-button {
  padding: 10px;
  cursor: pointer;
  border: none;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 14px; }

/* Add your other styles for top and bottom items here */
/* Media query for small screens */
@media (max-width: 768px) {
  .sidebar {
    width: 60px; }
  .sidebar.sidebar_expand {
    width: 200px; } }

.sidebar_toggle {
  padding: 7px 12px;
  border-radius: 50%;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  cursor: pointer;
  position: absolute;
  left: 1.3%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.sidebar_toggle:hover {
  background-color: #e2edfa;
  border-radius: 50%; }

.sidebar_list_item .active img {
  -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
          filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }

.sidebar_list_item:hover img {
  -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
          filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }
  .sidebar_list_item:hover img:hover {
    -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
            filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }

.avatar__container {
  width: 64px;
  height: 64px;
  margin: auto; }

.avatar__border {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #979797; }

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 24px;
  z-index: 1000; }

.pr-0 {
  padding-right: 0px; }

@media (max-width: 1300px) {
  .responsive__navbar .nav-drop-notification {
    margin-left: 0px; } }

@media (max-width: 1300px) {
  .responsive__navbar .user.dropdown {
    margin-left: 0px; } }

@media (max-width: 1300px) {
  .responsive__navbar .project-ul li a {
    padding-left: 6px !important;
    padding-right: 6px !important; } }

@media (max-width: 1300px) {
  .responsive__sidebar li {
    padding-left: 15px; } }

@media (max-width: 1100px) {
  .responsive__navbar .navbar-nav-scroll {
    margin-left: auto;
    margin-right: 17px; } }

@media (max-width: 1090px) {
  .nav-right-reponsive .nav-option {
    display: none; } }

@media (max-width: 1324px) {
  .navbar-nav-scroll .nav-drop-notification {
    margin-left: 12px; }
  .navbar-nav-scroll .user.dropdown {
    margin-left: 12px; } }

.responsive__navbar .project-ul li a {
  padding-left: 6px !important;
  padding-right: 27px !important; }

@media (max-width: 902px) {
  .page-navbar .navbar-collapse__my {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: -webkit-fill-available; } }

@media (max-width: 767px) {
  .page-navbar .navbar-collapse__my .project-ul {
    width: 100%;
    margin-bottom: 23px !important;
    overflow: scroll;
    overflow-y: hidden; } }

.page-navbar .navbar-collapse__my .project-ul .nav_progress {
  width: 118px; }
  .page-navbar .navbar-collapse__my .project-ul .nav_progress a {
    padding-left: 6px !important;
    padding-right: 0px !important; }

@media (max-width: 902px) {
  .page-navbar .navbar-collapse__my .project-ul .nav-item a {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 902px) {
  .page-navbar .navbar-collapse__my .nav-right-reponsive {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
    width: 100%; }
    .page-navbar .navbar-collapse__my .nav-right-reponsive .nav-option {
      display: block !important; } }

@media (max-width: 992px) {
  .page-navbar .navbar-collapse__my .btn_align_create {
    margin-top: 8px; } }

@media (max-width: 992px) {
  .page-navbar .navbar-brand__my button {
    display: none; } }

@media (max-width: 902px) {
  .page-navbar .navbar-brand__my button {
    display: block !important; } }

@media (max-width: 992px) {
  .page-navbar .project-ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (max-width: 992px) {
  .page-navbar .nav-right-reponsive .navbar-nav-scroll {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (max-width: 1400px) {
  .content-wrapper .responsive__overview .resp__h5 {
    font-size: 14px !important; } }

@media (max-width: 990px) {
  .content-wrapper .responsive__overview .resp__h5 {
    font-size: 16px !important; } }

@media (max-width: 1065px) {
  .content-wrapper .responsive__overview .box .sprint_count_box .sprint_icon img {
    height: 30px; } }

@media (max-width: 1065px) {
  .content-wrapper .responsive__overview .box .sprint_count_box .sprint_icon {
    padding: 7px !important; } }

@media (max-width: 992px) {
  .content-wrapper .responsive__overview .box .sprint_count_box .sprint_icon {
    padding: 9px !important; } }

@media (max-width: 1147px) {
  .content-wrapper .responsive__overview .box .sprint_count_box {
    padding: 10px !important; } }

@media (max-width: 1065px) {
  .content-wrapper .responsive__overview .box .sprint_count_box {
    padding: 7px !important; } }

@media (max-width: 992px) {
  .content-wrapper .responsive__overview .box .sprint_count_box {
    padding: 12px 12px !important; } }

@media (max-width: 1400px) {
  .content-wrapper .responsive__overview .resp__h4 {
    font-size: 18px !important; } }

@media (max-width: 990px) {
  .content-wrapper .responsive__overview .resp__h4 {
    font-size: 24px !important; } }

@media (max-width: 1170px) {
  .content-wrapper .responsive__overview .sprint_count {
    margin-left: 4px; } }

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.navOpen {
  height: 10px; }

@media (max-width: 1190px) {
  .task_items_list.current-date p {
    text-align: center !important; } }

@media (max-width: 1150px) {
  .dashboard_card_row .task_items_date {
    width: 100%;
    margin-top: 21px; } }

@media (max-width: 990px) {
  .content-wrapper .responsive__overview .resp__image {
    width: 100% !important;
    height: 100% !important; } }

@media (max-width: 1150px) {
  .column_100 {
    width: 100% !important; } }

@media (max-width: 1150px) {
  .sub-task-drawer .MuiDrawer-paper {
    width: 100% !important; } }

.responsive__row.viewTaskDrwar {
  padding-left: 18px; }
  @media (max-width: 890px) {
    .responsive__row.viewTaskDrwar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .responsive__row.viewTaskDrwar .routes {
    position: unset;
    width: auto; }
  @media (max-width: 1486px) {
    .responsive__row.viewTaskDrwar .col-md-8 {
      width: 63.666667%; } }
  @media (max-width: 1380px) {
    .responsive__row.viewTaskDrwar .col-md-8 {
      width: 61.666667%; } }
  @media (max-width: 1322px) {
    .responsive__row.viewTaskDrwar .col-md-8 {
      width: 59.666667%; } }
  @media (max-width: 1264px) {
    .responsive__row.viewTaskDrwar .col-md-8 {
      width: 56.666667%; } }
  @media (max-width: 890px) {
    .responsive__row.viewTaskDrwar .col-md-8 {
      width: 100%; }
      .responsive__row.viewTaskDrwar .col-md-8 .d-flex.hover_head {
        display: none !important; }
      .responsive__row.viewTaskDrwar .col-md-8 .input-wrapper {
        display: none !important; }
      .responsive__row.viewTaskDrwar .col-md-8 .text-div .hover_head {
        display: unset !important; } }
  .responsive__row.viewTaskDrwar .col-md-4 .heading.view-task {
    display: none; }
  @media (max-width: 1486px) {
    .responsive__row.viewTaskDrwar .col-md-4 {
      width: 35.333333%; } }
  @media (max-width: 1380px) {
    .responsive__row.viewTaskDrwar .col-md-4 {
      width: 37.333333%; } }
  @media (max-width: 1322px) {
    .responsive__row.viewTaskDrwar .col-md-4 {
      width: 39.333333%; } }
  @media (max-width: 1264px) {
    .responsive__row.viewTaskDrwar .col-md-4 {
      width: 42.333333%; } }
  @media (max-width: 890px) {
    .responsive__row.viewTaskDrwar .col-md-4 {
      width: 100%; }
      .responsive__row.viewTaskDrwar .col-md-4 .routes {
        margin-top: 18px; }
      .responsive__row.viewTaskDrwar .col-md-4 .heading.view-task {
        display: unset !important; } }
  .responsive__row.viewTaskDrwar .heading.view-task h4, .responsive__row.viewTaskDrwar .heading.view-task .h4 {
    overflow: hidden;
    text-overflow: ellipsis; }

@media (max-width: 992px) {
  .userStory {
    width: 24px !important; } }

@media (max-width: 510px) {
  .userStory {
    width: 26px !important; } }

@media (max-width: 510px) {
  .task-done-yellow {
    width: 20px !important; } }

.view-subtask .mr-5 {
  margin-right: 5px; }

.view-subtask .item-content .col4-view-subtask {
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 1530px) {
    .view-subtask .item-content .col4-view-subtask {
      gap: 12px; } }
  @media (max-width: 1196px) {
    .view-subtask .item-content .col4-view-subtask {
      width: 45.333333%; } }
  @media (max-width: 1150px) {
    .view-subtask .item-content .col4-view-subtask {
      width: 38.333333%; } }
  @media (max-width: 977px) {
    .view-subtask .item-content .col4-view-subtask {
      width: 39.333333%; } }
  @media (max-width: 943px) {
    .view-subtask .item-content .col4-view-subtask {
      width: 41.333333%; } }
  @media (max-width: 913px) {
    .view-subtask .item-content .col4-view-subtask {
      width: 47.333333%; } }
  @media (max-width: 890px) {
    .view-subtask .item-content .col4-view-subtask {
      width: 29.333333%; } }
  @media (max-width: 734px) {
    .view-subtask .item-content .col4-view-subtask {
      width: 34.333333%; } }
  @media (max-width: 648px) {
    .view-subtask .item-content .col4-view-subtask {
      width: 38.333333%; } }
  @media (max-width: 581px) {
    .view-subtask .item-content .col4-view-subtask {
      width: 44.333333%; } }
  @media (max-width: 515px) {
    .view-subtask .item-content .col4-view-subtask {
      margin-top: 8px;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .view-subtask .item-content .col4-view-subtask .status-view-sub {
    width: 92px !important; }

@media (max-width: 1196px) {
  .view-subtask .item-content .col8-view-subtask {
    width: 54.666667%; } }

@media (max-width: 1150px) {
  .view-subtask .item-content .col8-view-subtask {
    width: 61.666667%; } }

@media (max-width: 992px) {
  .view-subtask .item-content .col8-view-subtask .text {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; } }

@media (max-width: 977px) {
  .view-subtask .item-content .col8-view-subtask {
    width: 56.666667%; } }

@media (max-width: 913px) {
  .view-subtask .item-content .col8-view-subtask {
    width: 52.666667%; } }

@media (max-width: 890px) {
  .view-subtask .item-content .col8-view-subtask {
    width: 69.666667%; } }

@media (max-width: 734px) {
  .view-subtask .item-content .col8-view-subtask {
    width: 65.666667%; } }

@media (max-width: 648px) {
  .view-subtask .item-content .col8-view-subtask {
    width: 61.666667%; } }

@media (max-width: 581px) {
  .view-subtask .item-content .col8-view-subtask {
    width: 53.666667%; } }

@media (max-width: 515px) {
  .view-subtask .item-content .col8-view-subtask {
    width: 100%; } }

@media (max-width: 1322px) {
  .view-subtask .item-content .col-md-7 {
    width: 56.333333% !important; } }

@media (min-width: 1150px) {
  .view-subtask .item-content .col-md-7 {
    width: 53.333333% !important; } }

@media (max-width: 1322px) {
  .view-subtask .item-content .col-md-2 {
    width: 18.666667%; } }

@media (min-width: 1150px) {
  .view-subtask .item-content .col-md-2 {
    width: 20.666667%; } }

@media (max-width: 1150px) {
  .view-subtask .item-content {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
            flex-direction: unset !important; } }

@media (max-width: 515px) {
  .view-subtask .item-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; } }

@media (max-width: 438px) {
  .nav_prob .nav-link {
    margin-right: 15px; } }

.labels-view_task .MuiOutlinedInput-root {
  padding: 0 !important; }

.labels-view_task .MuiAutocomplete-input {
  padding: 0 !important; }

.labels-view_task .MuiOutlinedInput-notchedOutline.css-igs3ac {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid black !important; }

@media (max-width: 1260px) {
  .responsive__sidebar {
    position: relative;
    width: 60px !important; }
    .responsive__sidebar .s-content {
      z-index: 1;
      width: 20% !important; } }

@media (max-width: 992px) {
  .responsive__sidebar .s-content {
    width: 21% !important; } }

@media (max-width: 768px) {
  .responsive__sidebar .s-content {
    width: 28% !important; } }

@media (max-width: 512px) {
  .responsive__sidebar .s-content {
    width: 50% !important; } }

@media (max-width: 1260px) {
  .sidebar_collapse.responsive__sidebar .s-content {
    width: 60px !important; } }

@media (max-width: 1260px) {
  .project__overview__responsive {
    width: 100% !important; } }

@media (max-width: 1260px) {
  .opacity-wrapper {
    display: block !important;
    opacity: 0.5;
    width: 100% !important; } }

.toggle-margin {
  margin-right: -12px !important; }

@media (max-width: 666px) {
  .responsive_heading {
    font-size: 20px !important; }
  .responsive_small_heading {
    font-size: 18px !important; }
  .responsive_text {
    font-size: 14px !important; }
  .padding_right {
    padding-right: 10px !important; }
  .responsive_carousel {
    padding-bottom: 60px !important;
    margin-top: 0px;
    padding-top: 0px; }
  .carousel_box {
    padding-top: 10px; }
  .vedio_modal {
    padding: 0px 0px 4px 0px !important; }
  .padding_unset {
    padding: unset !important; }
  .extension_header {
    min-height: 440px; }
  .btn-back {
    display: none; }
  .navbarBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
    .navbarBox .navbar-brand {
      margin-left: 60px; }
  .login_navbar_section {
    padding: 0px 0px 30px 0px; }
  .outletPages {
    margin-left: 20px;
    padding-bottom: 10px; } }

@media (max-width: 800px) {
  .big_grid {
    padding: unset;
    width: 100%; }
  .width_100 {
    width: 100%; }
  .about_us_section {
    padding-right: unset !important; }
    .about_us_section .about_row {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }

@media (max-width: 992px) {
  .home_Container {
    padding-top: 30px; }
    .home_Container .container__land .row .contant_section {
      padding-bottom: 40px; }
    .home_Container .container__land .row .col-md-6 {
      width: 100%; }
      .home_Container .container__land .row .col-md-6 .contant_heading {
        text-align: center;
        max-width: unset; }
      .home_Container .container__land .row .col-md-6 .paragraph {
        text-align: center !important; }
    .home_Container .container__land .h1s {
      max-width: unset !important;
      margin-top: unset; }
  .service_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
    padding-bottom: 20px; }
  .getStartedFree .bgColor {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding: 20px 20px !important; }
  .extention_get_btn {
    padding: 11px 25px; }
  .home__image__section {
    margin-left: unset !important; }
  .login__social-media {
    margin: 10px !important; }
  .home_buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px; }
    .home_buttons .fix-buton {
      margin: unset !important; }
  .pricing {
    margin-top: unset !important; }
  .pricingBox {
    height: 600px !important;
    padding: unset; }
    .pricingBox ul {
      padding-left: unset !important; } }

@media (max-width: 1200px) {
  .getStartedFree .bgColor {
    width: 85%;
    padding: 50px 25px; }
  .cading {
    min-height: 405px !important; } }

@media (max-width: 923px) {
  .cading {
    min-height: 250px !important; } }

@media (max-width: 1366px) {
  .services_text {
    font-size: 15px !important; }
  .about_us_section {
    padding-right: 60px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .landing_page_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .landing_page_row > .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 666px) and (max-width: 1200px) {
  .extension_header {
    min-height: 630px !important; } }

.blue-div .blue {
  background: #0052cc;
  border-radius: 8px;
  width: 100px;
  height: 100px; }

.editor-class.rdw-editor-main {
  padding-left: 12px; }

.color-div {
  padding-left: 5px; }
  .color-div .white {
    background: #fff;
    border-radius: 8px;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc; }
  .color-div .liglt-gray {
    border-radius: 8px;
    width: 100px;
    height: 100px;
    background: #f4f5f7; }
  .color-div .gray {
    border-radius: 8px;
    width: 100px;
    height: 100px;
    background: #707070; }
  .color-div .black {
    border-radius: 8px;
    width: 100px;
    height: 100px;
    background: #000000; }
  .color-div .pink {
    border-radius: 8px;
    width: 100px;
    height: 100px;
    background: #ff7452; }
  .color-div .light-blue {
    border-radius: 8px;
    width: 100px;
    height: 100px;
    background: #2684ff; }
  .color-div .green {
    border-radius: 8px;
    width: 100px;
    height: 100px;
    background: #28a745; }
  .color-div .yellow {
    border-radius: 8px;
    width: 100px;
    height: 100px;
    background: #ffab00; }

.head_section {
  width: 100%; }
  .head_section .head_section_heading {
    float: left; }
  .head_section .right_section {
    float: right; }
    .head_section .right_section .input_section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .head_section .right_section .input_section p {
        margin-top: 4px; }
      .head_section .right_section .input_section .input_fiels {
        position: relative; }
        .head_section .right_section .input_section .input_fiels input {
          outline: none;
          border-radius: 10px;
          border: 1px solid #9b9d9e;
          padding-left: 10px;
          margin-left: 20px;
          width: 110px; }
          .head_section .right_section .input_section .input_fiels input::-webkit-input-placeholder {
            font-size: 12px;
            color: #707070; }
          .head_section .right_section .input_section .input_fiels input::-moz-placeholder {
            font-size: 12px;
            color: #707070; }
          .head_section .right_section .input_section .input_fiels input:-ms-input-placeholder {
            font-size: 12px;
            color: #707070; }
          .head_section .right_section .input_section .input_fiels input::-ms-input-placeholder {
            font-size: 12px;
            color: #707070; }
          .head_section .right_section .input_section .input_fiels input::placeholder {
            font-size: 12px;
            color: #707070; }
        .head_section .right_section .input_section .input_fiels .left_input_field {
          width: 140px; }
        .head_section .right_section .input_section .input_fiels .dropdown_icon {
          position: absolute;
          right: 15px;
          color: #707070;
          font-size: 12px;
          top: 7px; }

.dashboard_card_row .item {
  margin-bottom: 17px !important; }

.dashboard_card_row .task_items_date {
  width: 23%; }

.graph_section .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.curcal_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 41px; }
  .curcal_section .background_curcal_section {
    height: 155px;
    width: 155px;
    border-radius: 100%;
    padding: 7px; }
    .curcal_section .background_curcal_section .curcal {
      height: 100%;
      width: 100%;
      z-index: 999;
      background: #fff;
      border-radius: 100%;
      text-align: center;
      padding-top: 35px; }

.count_section {
  margin-top: 50px;
  padding-top: 20px; }
  .count_section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .count_section ul li {
      list-style: none;
      height: 40px;
      font-size: 14px;
      font-weight: 600;
      padding: 4px 15px;
      text-align: center; }
      .count_section ul li p {
        margin-bottom: 2px;
        color: #707070; }
    .count_section ul .empty_line {
      width: 2px;
      height: 30px;
      background: #9b9d9e;
      padding: 0 0;
      margin-top: 10px; }
    .count_section ul .empty_line_shimmerBG {
      background: #ddd !important; }
    .count_section ul .inprogress_count p {
      color: #ffab00; }
    .count_section ul .completed_count p {
      color: #28a745; }

.dashboard_prob_box {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
  min-height: 450px !important; }
  .dashboard_prob_box .box-body.right_box_scroll-able {
    max-height: 375px !important;
    min-height: unset !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px; }
  .dashboard_prob_box .right_box_scroll-able::-webkit-scrollbar {
    width: 4px; }
  .dashboard_prob_box .right_box_scroll-able::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 10px; }
  .dashboard_prob_box .right_box_scroll-able::-webkit-scrollbar-track {
    background: #d8d9db; }

.right_box_scroll-able {
  max-height: 360px !important;
  min-height: 0 !important;
  min-height: auto !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px; }

.dashboard_bottom_box {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.101961);
  min-height: 428px !important;
  margin-top: 25px; }
  .dashboard_bottom_box .box-head {
    padding-left: 10px; }
  .dashboard_bottom_box .box-body.right_box_scroll-able {
    max-height: 337px !important;
    min-height: unset !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px; }
  .dashboard_bottom_box .right_box_scroll-able::-webkit-scrollbar {
    width: 4px; }
  .dashboard_bottom_box .right_box_scroll-able::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 10px; }
  .dashboard_bottom_box .right_box_scroll-able::-webkit-scrollbar-track {
    background: #d8d9db; }

.dashboard_bottom_box.h-unset {
  min-height: unset !important;
  max-height: unset !important; }

.right_box {
  padding-bottom: 10px; }
  .right_box .box-body p {
    margin-bottom: 5px; }

.css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  -webkit-transform: translate(14px, 12px) scale(1) !important;
          transform: translate(14px, 12px) scale(1) !important; }

.css-1jy596b-MuiFormLabel-root-MuiInputLabel-root {
  -webkit-transform: translate(14px, 12px) scale(1) !important;
          transform: translate(14px, 12px) scale(1) !important;
  display: none; }

.css-yjsfm1 {
  max-width: 0.01px !important; }

.css-14lo706 {
  max-width: 0.01px !important; }

.css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  display: none !important; }

.css-1jy569b-MuiFormLabel-root-MuiInputLabel-root.Mui-focused {
  color: #1976d2;
  display: none; }

.bgs {
  background: #eef4ff;
  margin-top: 6.7%; }
  @media (max-width: 500px) {
    .bgs {
      height: auto;
      padding-bottom: 5%; } }
  .bgs h3, .bgs .h3 {
    margin-top: 7px; }

.h1s {
  font-size: 48px;
  font-weight: 600;
  max-width: 510px !important; }

.manages {
  margin-top: 20px; }

.mian-text {
  font-size: 30px;
  margin-top: 12px !important; }

.mani-com {
  margin-top: 4%; }

.project-team {
  margin-bottom: 8.7%; }

.fits {
  padding-left: 8.2% !important; }

.psd {
  margin-top: -22px; }

.rutes {
  padding-left: 5.6% !important; }

.top-text {
  margin-top: 6% !important; }
  .top-text h1, .top-text .h1 {
    font-size: 48px; }
  .top-text p {
    font-weight: 600;
    font-size: 14px;
    color: #707070; }

.top-text.top-text-features {
  margin-top: 6%; }

.featurs_page {
  background: linear-gradient(119deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%);
  height: 100%;
  padding-bottom: 222px; }
  @media (max-width: 992px) {
    .featurs_page {
      padding-bottom: 60px; }
      .featurs_page .feature_page_heading {
        padding-top: 50px; } }

.features_card_section .meta-cards {
  margin-top: -14%; }

.features_card_section .carding {
  -webkit-box-shadow: 0px 1px 4px #0052cc1a;
          box-shadow: 0px 1px 4px #0052cc1a;
  border-radius: 10px; }

.project {
  overflow-x: hidden; }
  .project .cads__width {
    width: 47%; }
    @media (max-width: 992px) {
      .project .cads__width {
        width: 100%;
        padding-top: 0px !important; } }
    .project .cads__width .new {
      margin-left: 60px !important; }
      @media (max-width: 992px) {
        .project .cads__width .new {
          margin-left: 0px !important; } }
    .project .cads__width .new__cads {
      margin-left: 60px;
      padding: 30px !important;
      width: 93% !important; }
      @media (max-width: 992px) {
        .project .cads__width .new__cads {
          margin-left: 0px !important;
          width: 100%; } }
    .project .cads__width .new__cad {
      padding: 30px !important;
      margin-left: 30px !important; }
      @media (max-width: 992px) {
        .project .cads__width .new__cad {
          margin-left: 0px !important; } }
    .project .cads__width .cads {
      -webkit-box-shadow: 0px 1px 4px rgba(0, 82, 204, 0.101961);
              box-shadow: 0px 1px 4px rgba(0, 82, 204, 0.101961);
      border-radius: 10px;
      margin-top: 8px;
      cursor: pointer;
      height: 180px;
      width: 89%;
      text-align: left;
      padding: 30px;
      background: #fff;
      word-break: break-all; }
      @media (max-width: 992px) {
        .project .cads__width .cads {
          width: 100%;
          margin-left: 0 !important;
          height: auto; } }
      .project .cads__width .cads .paragraph {
        color: #000000; }
      .project .cads__width .cads .pargraph-body {
        max-width: 450px;
        color: #000000; }
        @media (max-width: 992px) {
          .project .cads__width .cads .pargraph-body {
            max-width: 100%; } }
      .project .cads__width .cads:hover {
        -webkit-box-shadow: 0px 1px 25px #0000001a;
                box-shadow: 0px 1px 25px #0000001a; }
      @media (max-width: 992px) {
        .project .cads__width .cads {
          width: 100%; } }
    .project .cads__width .cads__center {
      margin-left: 5%; }
      .project .cads__width .cads__center:hover {
        -webkit-box-shadow: 0px 1px 25px #0000001a;
                box-shadow: 0px 1px 25px #0000001a; }
      @media (max-width: 992px) {
        .project .cads__width .cads__center {
          margin-left: 0; } }
  .project .cads__colmn {
    position: relative;
    width: 53%; }
    .project .cads__colmn .crop-container {
      overflow: hidden;
      border: none;
      position: absolute;
      margin-top: 15px;
      width: 1085px;
      height: 600px; }
      @media (max-width: 992px) {
        .project .cads__colmn .crop-container {
          position: unset; } }
    .project .cads__colmn .img-iss {
      right: 0%; }
    .project .cads__colmn .cropped-image {
      height: 100%;
      width: 100%;
      display: block;
      margin-left: -10px; }
      @media (max-width: 992px) {
        .project .cads__colmn .cropped-image {
          width: 100%;
          height: 100%;
          margin-bottom: 15px;
          margin-left: 2px; } }
    .project .cads__colmn .issue {
      width: 800px;
      height: 576px; }
  @media (max-width: 992px) {
    .project .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-top: 1rem !important; }
      .project .row .col-md-6 {
        width: 100%; } }
  @media (max-width: 992px) {
    .project .reporting_row {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; }
      .project .reporting_row .col-md-6 {
        width: 100%; } }
  @media (max-width: 992px) {
    .project.decrease__padding {
      padding-top: 0px !important; } }

@media (max-width: 992px) {
  .task_section .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
    .task_section .row .col-md-6 {
      width: 100%; } }

.bg-colours {
  background: linear-gradient(119deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%); }
  .bg-colours .cads {
    background: #ffffff; }
  .bg-colours .reports {
    margin-left: -75px; }

.container__land {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container__land:before,
.container__land:after {
  content: " ";
  display: table; }

.container__land:after {
  clear: both; }

@media (min-width: 992px) {
  .container__land {
    max-width: 970px; } }

@media (min-width: 1200px) {
  .container__land {
    max-width: 90%; } }

@media (min-width: 1400px) {
  .container__land {
    max-width: 90%; } }

@media (min-width: 1540px) {
  .container__land {
    max-width: 85%; } }

@media (min-width: 1640px) {
  .container__land {
    max-width: 82%; } }

@media (min-width: 1740px) {
  .container__land {
    max-width: 78%; } }

.card {
  -webkit-box-shadow: 0px 1px 4px #0052cc1a;
          box-shadow: 0px 1px 4px #0052cc1a;
  border-radius: 10px; }

.fearter-image .crop-container {
  width: 100% !important;
  height: 109% !important;
  position: relative !important;
  margin-top: -78px !important; }
  @media (max-width: 1930px) {
    .fearter-image .crop-container {
      width: 900px !important;
      height: 900px !important; }
      .fearter-image .crop-container img {
        width: unset !important; } }
  @media (max-width: 1400x) {
    .fearter-image .crop-container {
      width: 838px !important;
      height: 900px !important; } }
  @media (max-width: 1280px) {
    .fearter-image .crop-container {
      width: 788px !important;
      height: 900px !important; } }
  @media (max-width: 992px) {
    .fearter-image .crop-container {
      width: 100% !important;
      height: 100% !important;
      margin-top: unset !important; }
      .fearter-image .crop-container img {
        width: 100% !important; } }
  .fearter-image .crop-container .image {
    background-image: url("../../images/firstImage.png");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.agile-main-div {
  margin-top: 0px !important;
  padding-top: 0px !important; }
  @media (max-width: 1250px) {
    .agile-main-div .container__land {
      max-width: 98%; } }
  .agile-main-div .text-center h3, .agile-main-div .text-center .h3 {
    margin-top: 65px !important;
    margin-bottom: 50px !important; }
    @media (max-width: 992px) {
      .agile-main-div .text-center h3, .agile-main-div .text-center .h3 {
        margin-top: 61px !important;
        margin-bottom: 0px !important; } }
  .agile-main-div .row.mb-5rm {
    margin-bottom: 4.5rem; }
  .agile-main-div .feature-agile {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .agile-main-div .crop-container {
    margin-top: -40px !important; }
    .agile-main-div .crop-container .cropped-image {
      margin-left: unset !important; }

.task-fearter-div {
  padding-top: 3rem !important;
  padding-bottom: 5rem !important;
  overflow-y: hidden; }
  @media (max-width: 992px) {
    .task-fearter-div {
      padding-bottom: 4.3rem !important; } }
  .task-fearter-div .text-center h3, .task-fearter-div .text-center .h3 {
    margin-top: 25px !important; }
    @media (max-width: 992px) {
      .task-fearter-div .text-center h3, .task-fearter-div .text-center .h3 {
        margin-top: 61px !important; } }
  .task-fearter-div .row.mb-2 {
    margin-bottom: 5.5rem !important; }

.feature-agile .crop-container {
  width: 100% !important;
  height: 100% !important;
  position: unset !important; }
  @media (max-width: 1850px) {
    .feature-agile .crop-container {
      width: 768px !important;
      height: 789px !important;
      margin-left: -85px; } }
  @media (max-width: 1310px) {
    .feature-agile .crop-container {
      margin-left: -9rem; } }
  @media (max-width: 1310px) {
    .feature-agile .crop-container {
      margin-left: -9rem; } }
  @media (max-width: 1120px) {
    .feature-agile .crop-container {
      margin-left: -11rem;
      width: 746px !important; } }
  @media (max-width: 992px) {
    .feature-agile .crop-container {
      margin-top: unset !important;
      width: 100% !important;
      height: 100% !important;
      margin-left: unset !important; } }
  .feature-agile .crop-container .image {
    background-image: url("../../images/Report12.png");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.collaboration-div {
  padding-top: 3rem !important; }
  .collaboration-div .mt-5 {
    margin-top: 2.8rem !important; }
  .collaboration-div .row {
    margin-bottom: 2.7rem; }
  .collaboration-div .mian-text.mani-com {
    margin-top: 20px !important;
    margin-bottom: 52px !important; }
    @media (max-width: 992px) {
      .collaboration-div .mian-text.mani-com {
        margin-top: 58px !important;
        margin-bottom: -5px !important; } }

.features-collaboration {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content; }
  .features-collaboration .crop-container {
    width: 100% !important;
    height: 85% !important;
    margin: 0 !important;
    position: unset !important;
    margin-top: -53px !important; }
    @media (max-width: 1560px) {
      .features-collaboration .crop-container {
        width: 835px !important;
        height: 835px !important; } }
    @media (max-width: 1260px) {
      .features-collaboration .crop-container {
        width: 817px !important;
        height: 835px !important; } }
    @media (max-width: 992px) {
      .features-collaboration .crop-container {
        width: 100% !important;
        height: 100% !important;
        margin-top: unset !important;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .features-collaboration .crop-container img {
          width: 80% !important;
          height: 80% !important; } }
    .features-collaboration .crop-container img {
      margin-left: 0px !important; }

.feature-Smart-div {
  padding-top: 3rem !important; }
  @media (max-width: 992px) {
    .feature-Smart-div {
      padding-bottom: 20px; } }
  .feature-Smart-div .reporting_row {
    margin-bottom: 3rem; }
  @media (max-width: 1770px) {
    .feature-Smart-div .container__land {
      max-width: 85%; } }
  @media (max-width: 1550px) {
    .feature-Smart-div .container__land {
      max-width: 95%; } }

.feature-Smart-T .crop-container {
  width: 100% !important;
  height: 100% !important;
  margin-top: 0px !important;
  position: unset !important;
  margin-top: -45px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 1850px) {
    .feature-Smart-T .crop-container {
      width: 858px !important;
      height: 858px !important; } }
  @media (max-width: 1620px) {
    .feature-Smart-T .crop-container {
      margin-left: -9rem !important;
      width: 900px !important; } }
  @media (max-width: 1550px) {
    .feature-Smart-T .crop-container {
      margin-left: -10rem !important; } }
  @media (max-width: 1380px) {
    .feature-Smart-T .crop-container {
      width: 844px !important; } }
  @media (max-width: 1288px) {
    .feature-Smart-T .crop-container {
      width: 800px !important;
      margin-left: -11rem !important; } }
  @media (max-width: 1150px) {
    .feature-Smart-T .crop-container {
      width: 784px !important;
      margin-left: -14rem !important; } }
  @media (max-width: 992px) {
    .feature-Smart-T .crop-container {
      width: 100% !important;
      height: 100% !important;
      margin-top: unset !important;
      margin-left: unset !important; } }
  .feature-Smart-T .crop-container .image {
    background-image: url("../../images/people1.png");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.reports-div {
  margin-bottom: 1.2rem !important; }
  @media (max-width: 992px) {
    .reports-div {
      padding-bottom: 50px; } }
  .reports-div .row.mt-5 {
    margin-top: 3.7rem !important; }
    @media (max-width: 992px) {
      .reports-div .row.mt-5 {
        margin-top: 1.5rem !important; } }

.feature-reports {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .feature-reports .crop-container {
    width: 100% !important;
    height: 100% !important;
    position: unset !important;
    margin-top: -50px !important; }
    @media (max-width: 1685px) {
      .feature-reports .crop-container {
        width: 900px !important;
        height: 900px !important; }
        .feature-reports .crop-container img {
          width: unset !important; } }
    @media (max-width: 1355px) {
      .feature-reports .crop-container {
        width: 800px !important; } }
    @media (max-width: 992px) {
      .feature-reports .crop-container {
        width: 100% !important;
        height: 100% !important;
        margin-top: unset !important; }
        .feature-reports .crop-container img {
          width: 100% !important; } }
    .feature-reports .crop-container .image {
      background-image: url("../../images/projectD1.png");
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }

.task-fearter-div .row {
  margin-left: 6.1%; }
  @media (max-width: 992px) {
    .task-fearter-div .row {
      margin-left: 0% !important;
      padding: 0px 15px 0px 3px !important; } }

@media (max-width: 992px) {
  .task-fearter-div .cads__colmn {
    width: 100% !important; } }

.task-fearter-div .crop-container {
  width: 100% !important;
  height: 100% !important; }
  .task-fearter-div .crop-container img {
    width: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: unset !important; }

.agile-main-div .row {
  margin-right: 6.1%; }
  @media (max-width: 992px) {
    .agile-main-div .row {
      margin-right: 0% !important;
      padding: 0px 0px 0px 14px !important; } }

@media (max-width: 992px) {
  .agile-main-div .cads__colmn {
    width: 100% !important; } }

.agile-main-div .crop-container {
  width: 100% !important;
  height: 100% !important;
  margin-left: 0px !important; }
  .agile-main-div .crop-container img {
    width: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: unset !important; }

.collaboration-div .row {
  margin-left: 6.1%; }
  @media (max-width: 992px) {
    .collaboration-div .row {
      margin-left: 0% !important;
      padding: 0px 15px 27px 3px !important; } }

@media (max-width: 992px) {
  .collaboration-div .cads__colmn {
    width: 100% !important; } }

.collaboration-div .crop-container {
  width: 100% !important;
  height: 100% !important;
  margin-left: 0px !important; }
  .collaboration-div .crop-container img {
    width: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: unset !important; }

.reports-div .row {
  margin-left: 6.1%; }
  @media (max-width: 992px) {
    .reports-div .row {
      margin-left: 0% !important;
      padding: 0px 15px 0px 3px !important; } }

@media (max-width: 992px) {
  .reports-div .cads__colmn {
    width: 100% !important; } }

.reports-div .crop-container {
  width: 100% !important;
  height: 100% !important;
  margin-left: 0px !important; }
  .reports-div .crop-container img {
    width: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: unset !important; }

.feature-Smart-div .row {
  margin-right: 6.1%; }
  @media (max-width: 992px) {
    .feature-Smart-div .row {
      margin-right: 0% !important;
      padding: 0px 0px 0px 14px !important; } }

@media (max-width: 992px) {
  .feature-Smart-div .cads__colmn {
    width: 100% !important; } }

.feature-Smart-div .text-center h3, .feature-Smart-div .text-center .h3 {
  margin-top: 14px !important; }

.feature-Smart-div .crop-container {
  width: 100% !important;
  height: 100% !important;
  margin-left: 0px !important; }
  .feature-Smart-div .crop-container img {
    width: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: unset !important; }

.container__fearter.container-m {
  margin-left: unset; }

.file_view_main_container {
  background: linear-gradient(119deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%); }
  .file_view_main_container .file-view-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 992px) {
      .file_view_main_container .file-view-content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .file_view_main_container .file-view-content-box .file-view-content {
      width: 70%;
      padding-top: unset !important;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; }
      @media (max-width: 1265px) {
        .file_view_main_container .file-view-content-box .file-view-content {
          width: 65%; } }
      @media (max-width: 992px) {
        .file_view_main_container .file-view-content-box .file-view-content {
          width: 100%; } }
      .file_view_main_container .file-view-content-box .file-view-content .file-view-content-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .file_view_main_container .file-view-content-box .file-view-content .file-view-content-head .file_content_heading {
          max-width: 90%; }
          @media (max-width: 445px) {
            .file_view_main_container .file-view-content-box .file-view-content .file-view-content-head .file_content_heading {
              max-width: 80%; } }
    .file_view_main_container .file-view-content-box .file-load-content {
      background: #fff;
      padding: 20px !important;
      border-radius: 10px;
      -webkit-box-shadow: 0px 1px 4px rgba(0, 82, 204, 0.101961);
              box-shadow: 0px 1px 4px rgba(0, 82, 204, 0.101961);
      height: unset !important; }
    .file_view_main_container .file-view-content-box .file-main-comment-box {
      position: relative;
      width: 30%;
      border-radius: 10px;
      padding: 20px;
      margin-left: 30px;
      background: #fff;
      -webkit-box-shadow: 0px 1px 4px rgba(0, 82, 204, 0.101961);
              box-shadow: 0px 1px 4px rgba(0, 82, 204, 0.101961); }
      @media (max-width: 1265px) {
        .file_view_main_container .file-view-content-box .file-main-comment-box {
          width: 35%; } }
      @media (max-width: 992px) {
        .file_view_main_container .file-view-content-box .file-main-comment-box {
          width: 100%;
          margin-top: 30px;
          margin-left: 0px; } }
      .file_view_main_container .file-view-content-box .file-main-comment-box .file-main-comment-box_body {
        height: calc(100% - 170px) !important;
        overflow-y: auto;
        overflow-x: hidden; }
        @media (max-width: 992px) {
          .file_view_main_container .file-view-content-box .file-main-comment-box .file-main-comment-box_body {
            max-height: 415px !important; } }
        .file_view_main_container .file-view-content-box .file-main-comment-box .file-main-comment-box_body .file_comment {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 10px; }
          .file_view_main_container .file-view-content-box .file-main-comment-box .file-main-comment-box_body .file_comment .file_comment_detail .file_comment_userName {
            font-weight: bold;
            max-width: 50%; }
          .file_view_main_container .file-view-content-box .file-main-comment-box .file-main-comment-box_body .file_comment .file_comment_detail .file_comment_time {
            color: rgba(157, 166, 186, 0.7); }
          .file_view_main_container .file-view-content-box .file-main-comment-box .file-main-comment-box_body .file_comment .file_comment_detail .file_comment_text {
            margin-top: 5px; }
      .file_view_main_container .file-view-content-box .file-main-comment-box .file_comment_field_box {
        position: absolute;
        bottom: 20px;
        width: 89%; }
        @media (max-width: 992px) {
          .file_view_main_container .file-view-content-box .file-main-comment-box .file_comment_field_box {
            position: unset !important;
            bottom: unset !important;
            width: unset !important; } }
        .file_view_main_container .file-view-content-box .file-main-comment-box .file_comment_field_box .file_comment_field {
          resize: none !important; }
        .file_view_main_container .file-view-content-box .file-main-comment-box .file_comment_field_box .file_comment_btn_box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .file_view_main_container .file-view-content-box .file-main-comment-box .file_comment_field_box .file_comment_btn_box .pd-post-comment-load {
            padding: 9px 34px !important; }
      .file_view_main_container .file-view-content-box .file-main-comment-box .file-load-comment {
        max-height: unset !important; }

* {
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
 monospace; }

.ul-lis {
  margin-left: 5%;
  font-weight: 600; }
  @media (min-width: 1380px) {
    .ul-lis {
      margin-left: 14%; } }

.titles {
  font-size: 48px !important; }

@media (max-width: 992px) {
  .bugs {
    height: 100%; } }

.sign-in {
  width: 100px;
  height: 48px;
  padding: 13px 0;
  margin-right: -2px; }
  @media (max-width: 992px) {
    .sign-in {
      border: none !important;
      padding: 5px 0px 8px 0px !important;
      color: #707070 !important;
      font-size: 1rem !important;
      font-weight: 500 !important;
      background: none !important;
      margin-left: 0px !important;
      height: unset !important; }
      .sign-in:hover {
        color: #0052cc !important; } }

.btn__signup {
  width: 100px;
  height: 48px;
  padding: 13px 0;
  margin-left: 16px; }
  @media (max-width: 992px) {
    .btn__signup {
      border: none !important;
      padding-bottom: 0px !important;
      color: #707070 !important;
      font-size: 1rem !important;
      font-weight: 500 !important;
      margin-left: 0px !important;
      background: none !important;
      height: unset !important; }
      .btn__signup:hover {
        color: #0052cc !important; } }

.t-hed {
  font-size: 24px !important; }

.t-bodies {
  font-weight: 600;
  font-size: 18px; }

.bg {
  height: 88vh !important; }

#bg-p {
  height: calc(100vh - 64px); }
  @media (min-width: 1380px) {
    #bg-p {
      height: calc(100vh - 390px); } }
  @media (max-width: 992px) {
    #bg-p {
      height: calc(100vh - -195px); } }

.linear-bg {
  background: linear-gradient(119deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%); }

.fix-buton {
  width: 150px;
  height: 45px; 
  padding: 11px 0px;
}

.paragra {
  color: #707070; }

.clor {
  background: #fde7ea !important; }

.colrd {
  background: #e9f6ec !important; }

.ad-mrgin {
  margin-left: -3px; }
  @media (max-width: 768px) {
    .ad-mrgin {
      margin-bottom: 30px; } }

.home_page_component {
  background: linear-gradient(119deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%);
  height: 100%;
  padding-bottom: 82px; }
  @media (min-height: 810px) {
    .home_page_component {
      padding-bottom: 124px; } }
  @media (max-width: 992px) {
    .home_page_component {
      padding-bottom: 60px; }
      .home_page_component .landing_page_row {
        margin-left: 0;
        margin-right: 0; }
        .home_page_component .landing_page_row .col-md-6 {
          width: 100%; }
        .home_page_component .landing_page_row .contant_section {
          width: 100%; }
        .home_page_component .landing_page_row .image_section {
          width: 100%; } }
  .home_page_component .home_Container {
    padding-top: 60px; }

.aboutus_page {
  background: linear-gradient(119deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%);
  height: 100%;
  padding-bottom: 222px; }
  @media (max-width: 992px) {
    .aboutus_page {
      padding-top: 35px !important;
      padding-bottom: 25px !important; } }
  @media (max-width: 768px) {
    .aboutus_page {
      padding-bottom: 15px; } }
  .aboutus_page .top-text {
    margin-top: 6%; }

.about_us {
  padding-bottom: 20px; }

.about-content {
  padding-top: 100px; }
  .about-content .big-para {
    font-size: 20px;
    color: #707070; }
  .about-content .short-para {
    margin-top: 27px;
    padding-bottom: 7px; }
  .about-content .cad-paras .card-title {
    font-size: 18px; }
  .about-content .cad-paras p {
    font-size: 14px;
    color: #000000; }
  .about-content .ad-margin {
    margin-left: 29px; }
    @media (min-width: 1380px) {
      .about-content .ad-margin {
        margin-left: 50px; } }
    @media (max-width: 992px) {
      .about-content .ad-margin {
        margin-left: 5px; } }
    .about-content .ad-margin .zack {
      width: 36px;
      height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #ffffff;
      -webkit-box-shadow: 0px 3px 14px #0052cc24;
              box-shadow: 0px 3px 14px #0052cc24; }
      .about-content .ad-margin .zack img {
        font-size: 18px;
        -webkit-filter: invert(0%);
                filter: invert(0%); }
      .about-content .ad-margin .zack:hover {
        background: #0052cc; }
        .about-content .ad-margin .zack:hover img {
          -webkit-filter: invert(100%);
                  filter: invert(100%); }

.about_us_section {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 7%; }
  .about_us_section .row {
    margin-right: unset !important; }
    .about_us_section .row .big_circle_box {
      position: absolute;
      margin-top: 25px; }
      @media (max-width: 800px) {
        .about_us_section .row .big_circle_box {
          text-align: center;
          position: unset;
          margin-top: unset; } }
      .about_us_section .row .big_circle_box .big-circle {
        width: 60rem;
        background: #e5edfa;
        height: 100rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 100%;
        position: relative;
        left: -59%;
        padding-right: 20%; }
        @media (max-width: 1366px) {
          .about_us_section .row .big_circle_box .big-circle {
            width: 46rem; } }
        @media (max-width: 1250px) {
          .about_us_section .row .big_circle_box .big-circle {
            width: 39rem; } }
        @media (max-width: 1050px) {
          .about_us_section .row .big_circle_box .big-circle {
            width: 30rem; } }
        @media (max-width: 800px) {
          .about_us_section .row .big_circle_box .big-circle {
            width: 100% !important;
            background: #e5edfa;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 185px;
            margin-bottom: 20px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            position: relative;
            left: unset;
            border-radius: unset;
            padding-right: unset; } }
        .about_us_section .row .big_circle_box .big-circle .why-text {
          width: 12%; }
          @media (max-width: 1264px) {
            .about_us_section .row .big_circle_box .big-circle .why-text {
              width: 12%; } }
          @media (max-width: 1066px) {
            .about_us_section .row .big_circle_box .big-circle .why-text {
              width: 19%; } }
          @media (max-width: 800px) {
            .about_us_section .row .big_circle_box .big-circle .why-text {
              width: 100%; } }
    .about_us_section .row .choose_us_section {
      padding-right: 20%; }
      @media (max-width: 1250px) {
        .about_us_section .row .choose_us_section {
          padding-right: unset !important; } }
      @media (max-width: 800px) {
        .about_us_section .row .choose_us_section {
          padding: 20px !important; } }
      .about_us_section .row .choose_us_section .english-cards {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin: 30px; }
        .about_us_section .row .choose_us_section .english-cards .alphabit_cards {
          padding: 50px 60px;
          text-align: center;
          -webkit-box-shadow: 0px 1px 4px #0052cc1a;
                  box-shadow: 0px 1px 4px #0052cc1a;
          border-radius: 4px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (max-width: 800px) {
            .about_us_section .row .choose_us_section .english-cards .alphabit_cards {
              padding: 20px 40px; } }
          .about_us_section .row .choose_us_section .english-cards .alphabit_cards h1, .about_us_section .row .choose_us_section .english-cards .alphabit_cards .h1 {
            font-size: 70px;
            color: transparent linear-gradient(180deg, #0369bd 0%, var(--unnamed-color-0052cc) 100%) 0% 0% no-repeat padding-box; }
        .about_us_section .row .choose_us_section .english-cards .cads {
          width: 100%;
          border-radius: 5px;
          text-align: left;
          padding: 30px;
          -webkit-box-shadow: 0px 1px 4px #0052cc1a;
                  box-shadow: 0px 1px 4px #0052cc1a; }
          @media (max-width: 800px) {
            .about_us_section .row .choose_us_section .english-cards .cads {
              padding: 15px; } }
      .about_us_section .row .choose_us_section .a-one {
        margin-left: -8% !important; }
        @media (max-width: 800px) {
          .about_us_section .row .choose_us_section .a-one {
            margin-left: unset !important; } }
      .about_us_section .row .choose_us_section .b-one {
        margin-left: -1% !important; }
        @media (max-width: 800px) {
          .about_us_section .row .choose_us_section .b-one {
            margin-left: unset !important; } }
      @media (max-width: 800px) {
        .about_us_section .row .choose_us_section .c-one {
          margin-left: unset !important; } }
      .about_us_section .row .choose_us_section .f-one {
        margin-left: -3% !important; }
        @media (max-width: 800px) {
          .about_us_section .row .choose_us_section .f-one {
            margin-left: unset !important; } }
      .about_us_section .row .choose_us_section .d-one {
        margin-left: 6% !important; }
        @media (max-width: 800px) {
          .about_us_section .row .choose_us_section .d-one {
            margin-left: unset !important; } }
      @media (max-width: 800px) {
        .about_us_section .row .choose_us_section .e-one {
          margin-left: unset !important; } }
      .about_us_section .row .choose_us_section .g-one {
        margin-left: -8% !important; }
        @media (max-width: 800px) {
          .about_us_section .row .choose_us_section .g-one {
            margin-left: unset !important; } }

.pricing_main_page {
  background: linear-gradient(119deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%);
  height: 100%;
  padding-bottom: 200px; }
  @media (max-width: 992px) {
    .pricing_main_page {
      padding-bottom: 14px; } }

.pricing {
  margin-top: -105px; }
  .pricing .pricingBox {
    padding: 10px;
    height: 500px;
    position: relative;
    margin-bottom: 10px; }
    @media (max-width: 450px) {
      .pricing .pricingBox {
        height: 500px !important; } }
    .pricing .pricingBox:hover {
      outline: 2px solid #0052cc;
      cursor: pointer; }
    .pricing .pricingBox .card-body ul {
      list-style: none;
      padding-bottom: 20px; }
      .pricing .pricingBox .card-body ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        padding: 10px 0px 10px 0px; }
        .pricing .pricingBox .card-body ul li .imageBox {
          background-color: #F4F5F7;
          width: 24px;
          height: 24px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -o-object-fit: contain;
             object-fit: contain;
          border-radius: 5px; }
    .pricing .pricingBox .cardFooter {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 30px; }
      .pricing .pricingBox .cardFooter .pricing-button {
        width: 100%;
        padding: 10px 0px; }

.pricing_table_section {
  padding-top: 44px; }

@media (max-width: 767px) {
  .pricing_table_component .table_responsive_class th,
  .pricing_table_component .table_responsive_class td {
    font-size: 12px !important; } }

.contectus_page_section {
  background: linear-gradient(119deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%);
  height: 100%;
  padding-bottom: 50px; }
  .contectus_page_section .top-text {
    margin-top: 6%; }
  @media (max-width: 992px) {
    .contectus_page_section {
      padding-bottom: 12px; } }

.forms-dev {
  padding-top: 90px; }
  .forms-dev .img-dev {
    width: 36px;
    height: 36px;
    background-color: #e5edfa;
    border-radius: 10px;
    padding-top: 6px;
    padding-left: 1px;
    cursor: pointer; }
    @media (max-width: 1365px) {
      .forms-dev .img-dev {
        padding-left: 0px;
        margin-top: -5px; } }
    @media (max-width: 1366px) {
      .forms-dev .img-dev {
        padding-left: 0px; } }
  .forms-dev .fromes {
    padding: 10px 15px;
    font-size: 13px;
    outline: none;
    border-radius: 10px;
    height: 200px; }
  .forms-dev .form_section_column {
    margin-top: -20px; }
    @media (max-width: 992px) {
      .forms-dev .form_section_column {
        margin-top: 10px; } }
    .forms-dev .form_section_column label {
      font-weight: 500;
      font-size: 14px; }
    .forms-dev .form_section_column .form-control__input {
      border: 1px solid #ebebeb; }
  @media (max-width: 992px) {
    .forms-dev {
      padding-top: 50px; } }

.table-st {
  margin-top: 18px; }

.main_content .contant_section .contant_heading {
  max-width: 350px;
  font-weight: 700;
  line-height: 1.5; }

.main_content .contant_section .paragraph {
  font-weight: 600;
  text-align: justify;
  line-height: 29px; }
  @media (min-width: 1366px) {
    .main_content .contant_section .paragraph {
      max-width: 545px; } }

.main_content .contant_section .paragraph::first-line {
  word-spacing: 1px; }

@media (max-width: 768px) {
  .main_content .image_section {
    height: 100% !important;
    width: 100%; } }

.main_content .image_section .home__image__section {
  margin-left: 28px; }
  .main_content .image_section .home__image__section img {
    height: 100% !important;
    width: 100% !important; }
  @media (max-width: 768px) {
    .main_content .image_section .home__image__section {
      background-size: contain;
      margin-left: 0px; } }

.company_section .company_section_headding {
  margin-top: 5px; }

.company_section .image_main_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .company_section .image_main_section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (max-width: 992px) {
  .company_section {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important; } }

@media (max-width: 992px) {
  .project_manage_section {
    padding-top: 0px !important;
    padding-bottom: 20px !important; }
    .project_manage_section .landing_page_row {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; }
      .project_manage_section .landing_page_row .image_column {
        width: 100%;
        padding-top: 0px !important;
        margin-top: 0px !important; }
      .project_manage_section .landing_page_row .manage_project_column {
        width: 100%; } }

.project_manage_section .project_manage_image_section .graph_img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain; }

.project_manage_section .project_manage_contact_section .project_manage_paragraph {
  font-weight: 600; }
  @media (max-width: 992px) {
    .project_manage_section .project_manage_contact_section .project_manage_paragraph {
      max-width: 100%; } }

.project_manage_section .project_manage_contact_section .project_details_lists {
  margin-bottom: 35px;
  margin-left: 15px; }
  .project_manage_section .project_manage_contact_section .project_details_lists .list_contant {
    border-left: 4px solid #0052cc;
    border-radius: 4px;
    padding-left: 15px; }
    @media (max-width: 992px) {
      .project_manage_section .project_manage_contact_section .project_details_lists .list_contant {
        min-height: 96px; } }
    .project_manage_section .project_manage_contact_section .project_details_lists .list_contant .text-paragraph {
      color: #707070;
      font-size: 16px; }
  .project_manage_section .project_manage_contact_section .project_details_lists .landing_page_row .col-md-6 {
    padding-left: 0; }
  @media (max-width: 992px) {
    .project_manage_section .project_manage_contact_section .project_details_lists .landing_page_row {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important; }
      .project_manage_section .project_manage_contact_section .project_details_lists .landing_page_row .col-md-6 {
        width: 50%; } }

@media (max-width: 992px) {
  .project_manage_section .project_manage_contact_section {
    padding-top: 50px; } }

.features {
  background: #eef4ff;
  padding-bottom: 65px; }
  @media (max-width: 992px) {
    .features {
      padding-bottom: 50px; } }
  .features h2, .features .h2 {
    padding: 47px 0px 40px 0px !important; }
    @media (max-width: 560px) {
      .features h2, .features .h2 {
        padding: 35px 0px 25px 0px !important; } }
  .features .card {
    -webkit-box-shadow: 0px 1px 4px #0052cc1a;
            box-shadow: 0px 1px 4px #0052cc1a;
    border-radius: 10px; }

.feature-cards {
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 4px #0000001a !important;
          box-shadow: 0px 1px 4px #0000001a !important;
  height: 100%;
  padding-bottom: 7px; }
  .feature-cards .feature_card_image {
    width: 76px;
    height: 76px;
    background-color: #e5edfa;
    border-radius: 10px;
    padding-top: 24px;
    margin-left: auto;
    margin-right: auto; }
  .feature-cards .feature_card_image-sharing {
    background: #fff0ed !important; }
  .feature-cards .card-title {
    font-size: 18px; }
  .feature-cards .paragraph {
    color: #707070;
    font-size: 16px; }

.about .about_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain; }

.about .paragraph {
  font-weight: 600;
  text-align: justify;
  line-height: 29px;
  margin-bottom: 6px; }

@media (max-width: 992px) {
  .about .landing_page_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .about .landing_page_row .col-md-6 {
      width: 100%; } }

.contact {
  padding-top: 100px !important;
  padding-bottom: 110px !important; }
  @media (max-width: 992px) {
    .contact {
      padding-top: 50px !important;
      padding-bottom: 63px !important; } }
  .contact .paragraph-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contact .paragraph-div .paragraph {
      max-width: 500px;
      font-weight: 600; }
  .contact .subscibe_form {
    width: 450px;
    margin: auto; }
    @media (max-width: 666px) {
      .contact .subscibe_form {
        width: 100% !important; } }
    .contact .subscibe_form .subscibe_form_error_msg {
      margin-top: 8px;
      margin-bottom: 0px !important;
      text-align: left; }
  .contact .in {
    -webkit-box-shadow: 0px 0px 10px lightgray;
            box-shadow: 0px 0px 10px lightgray;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 21px; }
    .contact .in input {
      border: none;
      outline: none; }
    .contact .in .btn-loader_email {
      width: 154px;
      height: 47px; }

.carouselSection {
  background: #EDF4FF;
  padding: 100px 0px; }
  .carouselSection .testimonials-slide {
    width: 76.5% !important;
    margin: 0px auto; }
    .carouselSection .testimonials-slide .card {
      padding: 20px;
      width: 95%;
      min-height: 354px;
      margin-left: 2px; }
      .carouselSection .testimonials-slide .card .card-head .colan {
        width: 30px;
        float: right; }
      .carouselSection .testimonials-slide .card .card-head .profile_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px; }
        .carouselSection .testimonials-slide .card .card-head .profile_box img {
          width: 50px;
          height: 50px;
          border-radius: 10px;
          -o-object-fit: cover;
             object-fit: cover; }
        .carouselSection .testimonials-slide .card .card-head .profile_box .userName {
          font-size: 20px;
          font-weight: 600; }
      .carouselSection .testimonials-slide .card .card-text {
        color: #707070;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        margin: 16px auto 10px;
        word-spacing: -1px; }
  .carouselSection .slick-arrow {
    background-color: #0052cc !important;
    padding: 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px; }
  .carouselSection .slick-prev {
    left: -42px !important;
    height: 31px; }
  .carouselSection .slick-next {
    right: -25px !important;
    height: 31px; }
    @media (max-width: 992px) {
      .carouselSection .slick-next {
        right: -20px !important; } }
  .carouselSection .ratingStar {
    color: #daa520 !important; }

.footer_wrapper {
  padding-top: 100px;
  background: linear-gradient(119deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%);
  padding-bottom: 22px; }
  @media (max-width: 992px) {
    .footer_wrapper .footer_content_wrapper {
      margin-top: 20px;
      margin-bottom: -6px !important; } }
  .footer_wrapper .homes {
    cursor: pointer; }
  .footer_wrapper .d_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 500px) {
      .footer_wrapper .d_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important; } }
    @media (max-width: 768px) {
      .footer_wrapper .d_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important; } }
  .footer_wrapper .fw-6 {
    font-weight: 600 !important; }
  .footer_wrapper .logo_para {
    color: #000000;
    margin-top: 20px;
    line-height: 1.8;
    font-weight: 600; }
  .footer_wrapper .zack {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 14px #0052cc24;
            box-shadow: 0px 3px 14px #0052cc24; }
    .footer_wrapper .zack img {
      font-size: 18px;
      -webkit-filter: invert(0%);
              filter: invert(0%); }
    .footer_wrapper .zack:hover {
      background: #0052cc; }
      .footer_wrapper .zack:hover img {
        -webkit-filter: invert(100%);
                filter: invert(100%); }
  .footer_wrapper .services_text {
    font-size: 16px; }
  .footer_wrapper .social-icon {
    background: #fff;
    padding: 4%;
    -webkit-box-shadow: 0px 3px 14px #0052cc24;
            box-shadow: 0px 3px 14px #0052cc24;
    border-radius: 10px; }
    .footer_wrapper .social-icon:hover {
      background-color: #0052cc;
      color: #fff;
      mix-blend-mode: luminosity; }
    .footer_wrapper .social-icon i {
      font-size: 25px;
      color: #000;
      margin-right: 18px;
      cursor: pointer; }
    .footer_wrapper .social-icon .fa-envelope-o {
      font-size: 20px; }
  .footer_wrapper .footer_col_four {
    padding-left: 12.6%; }
    .footer_wrapper .footer_col_four .first_li {
      line-height: 1.3;
      margin-bottom: 10px;
      max-width: 182px; }
    .footer_wrapper .footer_col_four h4, .footer_wrapper .footer_col_four .h4 {
      color: #000;
      margin-bottom: 18px;
      margin-top: -6px;
      font-size: 20px; }
    .footer_wrapper .footer_col_four ul li {
      line-height: 2.5; }
      .footer_wrapper .footer_col_four ul li a {
        text-decoration: none;
        color: #000;
        font-weight: 600;
        cursor: pointer; }
    @media (max-width: 767px) {
      .footer_wrapper .footer_col_four {
        padding-left: 20px !important;
        padding-top: 30px; } }

.service_box .level_img {
  width: 50px !important;
  height: auto; }

.landing_page_row {
  margin-left: 0;
  margin-right: 0; }

.landing_image_main {
  height: 600px; }

.footer-border {
  border-top: 1px solid #eeeeee; }

.response_error {
  color: #fa2626 !important; }

.input_error {
  border: 1px solid #fa2626 !important; }

.paragraph__content {
  margin-top: 7px !important;
  margin-bottom: 11px; }
  @media (max-width: 1365px) {
    .paragraph__content {
      margin-top: 2px !important;
      margin-bottom: 15px; } }

.screen-sharing-bg {
  background: #fff0ed !important; }

.extension_header {
  background: linear-gradient(119deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%);
  min-height: 590px; }

.textWhite {
  color: #ffff !important; }

.extention_feature_heading {
  max-width: 60%; }
  @media (max-width: 992px) {
    .extention_feature_heading {
      max-width: 81%; } }
  @media (max-width: 767px) {
    .extention_feature_heading {
      text-align: center;
      margin: 30px auto 0; } }

.extention_feature_content {
  width: 83%; }
  @media (max-width: 992px) {
    .extention_feature_content {
      width: 90%; } }
  @media (max-width: 767px) {
    .extention_feature_content {
      text-align: center;
      margin: auto; } }

.extention_dashboard_img {
  width: 70%;
  margin: -10rem auto 0; }
  .extention_dashboard_img img {
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 4px #0000001a;
            box-shadow: 0px 1px 4px #0000001a; }
  @media (max-width: 767px) {
    .extention_dashboard_img {
      margin: -15% auto 0; } }

.extension_select_card_title {
  text-align: center;
  padding: 15px; }
  @media (max-width: 767px) {
    .extension_select_card_title {
      padding: 8px; } }
  .extension_select_card_title .title {
    max-width: 60%;
    margin: auto; }
    @media (max-width: 1070px) {
      .extension_select_card_title .title {
        max-width: unset; } }
    @media (max-width: 767px) {
      .extension_select_card_title .title {
        font-size: 13px;
        max-width: unset; } }

.card__container_extension {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .card__container_extension .extension_card_heading {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .card__container_extension .extension_card_heading ._extension_feature {
      max-width: 75%;
      margin-left: auto; }
      @media (max-width: 767px) {
        .card__container_extension .extension_card_heading ._extension_feature {
          max-width: unset;
          font-size: 24px;
          margin-left: 30px; } }
  .card__container_extension .extension__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    gap: 20px;
    padding: 10px;
    width: 70%; }
    .card__container_extension .extension__cards .extension_select_card {
      border-radius: 10px;
      -webkit-box-shadow: 0px 1px 4px #0000001a;
              box-shadow: 0px 1px 4px #0000001a;
      cursor: pointer; }
    .card__container_extension .extension__cards .extension_select_card.selected {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
      transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease; }
    .card__container_extension .extension__cards .extension_select_card.col-md-3 {
      width: 28%; }
  .card__container_extension ::-webkit-scrollbar {
    display: none; }

.extension_feature_card {
  width: 80%;
  margin-left: auto; }
  @media (max-width: 767px) {
    .extension_feature_card {
      margin: auto; } }

@media (max-width: 1000px) {
  .extension_select_card_img img {
    border-radius: 10px; } }

.color_unset {
  color: unset !important; }

.bg_unset {
  background: unset !important; }

.extention_icon_section {
  width: 68%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3% auto;
  border: 2px solid #eaeaea;
  padding: 15px 40px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.102);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.102); }
  @media (max-width: 915px) {
    .extention_icon_section {
      -ms-flex-pack: distribute;
          justify-content: space-around;
      gap: 10%; } }
  .extention_icon_section .extention_icon_div {
    cursor: pointer;
    margin-top: 20px; }
    .extention_icon_section .extention_icon_div .title {
      margin-top: 15px;
      color: #707070; }
  .extention_icon_section .selected img {
    -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
            filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }
  .extention_icon_section .selected .title {
    color: unset !important; }

.exctionTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  padding: 30px 30px !important;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px; }
  .exctionTab .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #707070 !important;
    font-weight: 600; }
  .exctionTab .nav-item .active {
    color: #000000 !important; }
    .exctionTab .nav-item .active img {
      -webkit-filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%);
              filter: invert(29%) sepia(98%) saturate(7500%) hue-rotate(209deg) brightness(91%) contrast(101%); }

.extention_get_btn {
  padding: 11px 40px; }

.extendedfooter {
  background: linear-gradient(119deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%); }

.padding_right {
  padding-right: 100px !important; }

.file-view-content {
  padding-top: 30px; }

.exetension_work_heading {
  margin-top: 30px;
  padding-top: 30px; }

.getStartedFree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px; }
  .getStartedFree .bgColor {
    background-color: #D2E0F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 30px;
    width: 50%;
    border-radius: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .getStartedFree .bgColor .get_start_text {
      font-size: 18px !important;
      font-weight: 500; }

.intro-video .modal-content {
  border-radius: 14px !important; }

.intro-video .modal-header {
  border-bottom: none;
  padding: 20px 40px 0px; }

.intro-video .modal-body iframe {
  width: 100%;
  height: 400px; }

@media (max-width: 500px) {
  .intro-video .modal-dialog {
    max-width: 100%;
    padding: 5px; }
  .intro-video .modal-content {
    height: 40vh !important; }
  .intro-video .modal-body iframe {
    height: 200px !important; }
  .intro-video .modal-header {
    border-bottom: none;
    padding: 20px 20px 0px; } }

.video-sharing {
  width: 100%;
  height: 450px; }
  @media (max-width: 450px) {
    .video-sharing {
      height: auto !important; } }

.toast-close {
  color: gray !important; }

.custom-tooltip {
  background-color: gray;
  color: #ffff; }

.landing_navbar_main {
  background: linear-gradient(13deg, white 5%, rgba(183, 211, 254, 0.260942) 50%, white 95%); }
  .landing_navbar_main .container__land {
    padding-top: 8px;
    position: relative;
    width: 100%; }
    .landing_navbar_main .container__land .navbar-brand {
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0; }
      .landing_navbar_main .container__land .navbar-brand img {
        width: 134px; }
        @media (max-width: 992px) {
          .landing_navbar_main .container__land .navbar-brand img {
            width: 120px;
            margin-top: 0px; } }
      @media (max-width: 992px) {
        .landing_navbar_main .container__land .navbar-brand {
          position: absolute;
          left: 15px; } }
  .landing_navbar_main .navbar_collapse_landing_page {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Show class to handle visibility on smaller screens */ }
    .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      width: 100%; }
      .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar li {
        list-style: none; }
        @media (max-width: 992px) {
          .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar li {
            padding: 5px; } }
        .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar li a {
          text-decoration: none;
          color: #707070;
          cursor: pointer;
          padding-left: 22px;
          padding-right: 22px;
          font-weight: 500; }
          .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar li a:hover {
            color: #0052CC !important;
            background: unset !important; }
          .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar li a.active {
            color: #0052CC; }
          @media (max-width: 1200px) {
            .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar li a {
              padding-left: 6px;
              padding-right: 6px; } }
      .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar .search_bar_section {
        position: absolute;
        width: 100%;
        left: 10%;
        right: 15%; }
        .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar .search_bar_section .input-search__navbar {
          background: none !important;
          outline: none;
          border: none;
          padding-left: 11px;
          width: 95%; }
          .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar .search_bar_section .input-search__navbar::-webkit-input-placeholder {
            font-size: 14px;
            color: #707070; }
          .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar .search_bar_section .input-search__navbar::-moz-placeholder {
            font-size: 14px;
            color: #707070; }
          .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar .search_bar_section .input-search__navbar:-ms-input-placeholder {
            font-size: 14px;
            color: #707070; }
          .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar .search_bar_section .input-search__navbar::-ms-input-placeholder {
            font-size: 14px;
            color: #707070; }
          .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar .search_bar_section .input-search__navbar::placeholder {
            font-size: 14px;
            color: #707070; }
        .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar .search_bar_section .coloser_icon {
          position: absolute;
          right: 12.3%;
          top: 4px;
          cursor: pointer; }
      @media (max-width: 992px) {
        .landing_navbar_main .navbar_collapse_landing_page .Landding_page_navbar {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          border-radius: 10px;
          -ms-flex-wrap: wrap !important;
              flex-wrap: wrap !important; } }
    @media (max-width: 992px) {
      .landing_navbar_main .navbar_collapse_landing_page {
        position: absolute;
        top: 70px;
        width: 97%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        background: #e2eeff;
        opacity: 1;
        z-index: 999;
        border-radius: 10px;
        padding-top: 10px;
        /* Hide by default on smaller screens */
        display: none; } }
    .landing_navbar_main .navbar_collapse_landing_page.show {
      display: block;
      /* Visible when show class is applied */ }
    @media (max-width: 770px) {
      .landing_navbar_main .navbar_collapse_landing_page {
        width: 93.9%; } }
  .landing_navbar_main .search_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .landing_navbar_main .search_button .searchs-icon {
      margin-top: 18px !important;
      cursor: pointer; }
    @media (max-width: 992px) {
      .landing_navbar_main .search_button {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
        right: 70px;
        padding-bottom: 21px; } }
  @media (max-width: 992px) {
    .landing_navbar_main {
      height: 70px; } }

.toggle_navbar_button {
  height: 30px;
  width: 30px;
  display: none;
  cursor: pointer;
  z-index: 99;
  background: #f7faff;
  border: none;
  outline: none;
  position: absolute;
  right: 6px;
  top: 28px; }
  .toggle_navbar_button i {
    font-size: 30px; }
  .toggle_navbar_button.active::before {
    content: "\f00d";
    color: #000;
    font-size: 27px;
    font-family: "Font Awesome 5 Free"; }
  @media (max-width: 992px) {
    .toggle_navbar_button {
      display: block;
      top: -10px !important; } }

.publicNavbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right; }

.custom-font-size-14 {
  font-size: 14px; }
  .custom-font-size-14 a {
    text-decoration: none; }

.custom-font-size-12 {
  font-size: 12px; }

.hover__black:hover {
  color: black; }

.alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.login__card-2 {
  height: 100% !important;
  width: 410px;
  background: #fff;
  margin: auto;
  border-radius: 10px;
  padding: 30px; }
  @media (max-width: 498px) {
    .login__card-2 {
      width: 100%; } }

.login__wrapper {
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 50px; }
  .login__wrapper .login__card {
    height: 100%;
    width: 410px;
    background: #fff;
    margin: auto;
    border-radius: 10px;
    padding: 30px;
    margin-top: 15px; }
    @media (max-width: 498px) {
      .login__wrapper .login__card {
        width: 100% !important;
        padding: 20px; } }
    .login__wrapper .login__card .form label {
      font-weight: 500; }
    .login__wrapper .login__card .form .password_input {
      position: relative; }
      .login__wrapper .login__card .form .password_input .fa-eye {
        position: absolute;
        right: 14px;
        top: 47px;
        color: #707070;
        cursor: pointer; }
      .login__wrapper .login__card .form .password_input .fa-eye-slash {
        position: absolute;
        right: 14px;
        top: 47px;
        color: #707070;
        cursor: pointer; }
  .login__wrapper .login__social-media {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 10px;
    padding-top: 6px; }
    .login__wrapper .login__social-media a {
      font-weight: 500; }
  .login__wrapper .form .custom-image-margin {
    margin-right: 19px; }
  .login__wrapper .form .with__facebook {
    height: 21px;
    margin-left: 14px; }
  .login__wrapper .login_navbar_section {
    width: 100%;
    padding: 30px 0px 40px 0px; }
    .login__wrapper .login_navbar_section .btn-back {
      background: #f4f5f7;
      color: #0052cc;
      font-size: 14px;
      padding: 12px 32px;
      font-weight: 600;
      cursor: pointer; }
      .login__wrapper .login_navbar_section .btn-back a {
        text-decoration: none;
        color: unset;
        background: unset; }
      .login__wrapper .login_navbar_section .btn-back:hover, .login__wrapper .login_navbar_section .btn-back:focus {
        background: #f4f5f7;
        color: #0052cc; }
    .login__wrapper .login_navbar_section .navbar-brand img {
      margin-top: -8px; }

@media (min-width: 1540px) {
  .signup_pages {
    height: 100% !important; } }

.password-toggle-button {
  display: contents;
  border: none;
  outline: none; }

.blogText p{
  margin-top: 5px; 
  margin-bottom: 15px; 
}

.blogText h2{
  margin-top: 20px; 
  margin-bottom: 20px; 
}